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 [ 12086] By: jhi on 2001/09/19 13:02:58
35 Log: Correct numbering of the tests is useful.
37 ! ext/threads/t/basic.t
38 ____________________________________________________________________________
39 [ 12085] By: jhi on 2001/09/19 12:11:15
40 Log: More tests now too.
42 ! lib/ExtUtils/Command.t
43 ____________________________________________________________________________
44 [ 12084] By: jhi on 2001/09/19 12:08:33
47 ! ext/threads/t/basic.t
48 ____________________________________________________________________________
49 [ 12083] By: jhi on 2001/09/19 11:35:55
50 Log: The test assumed 7-bit ASCII. Now it "just"
51 assumes 8-bit whatever.
54 ____________________________________________________________________________
55 [ 12082] By: jhi on 2001/09/19 11:19:56
56 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
57 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58 Date: Wed, 19 Sep 2001 11:45:28 +0200
59 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
61 Lvalue casts are not portable.
63 ! ext/threads/threads.xs
64 ____________________________________________________________________________
65 [ 12081] By: sky on 2001/09/19 10:17:52
66 Log: Make the basic test contain only realy basic API tests
67 Seems to be a problem with detach.
69 ! ext/threads/t/basic.t
70 ____________________________________________________________________________
71 [ 12080] By: ams on 2001/09/19 01:23:55
72 Log: Subject: [PATCH] Syncing with Test::Simple 0.19
73 From: Michael G Schwern <schwern@pobox.com>
74 Date: Tue, 18 Sep 2001 19:53:48 -0400
75 Message-Id: <20010918195348.M585@blackrider>
77 Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
78 From: Michael G Schwern <schwern@pobox.com>
79 Date: Tue, 18 Sep 2001 22:07:13 -0400
80 Message-Id: <20010918220713.B19616@blackrider>
82 ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
83 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
84 ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
85 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
86 ! lib/Test/Tutorial.pod
87 ____________________________________________________________________________
88 [ 12079] By: jhi on 2001/09/19 00:19:45
89 Log: Indent the test a bit.
91 ! ext/threads/t/basic.t
92 ____________________________________________________________________________
93 [ 12078] By: jhi on 2001/09/18 22:54:21
94 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
95 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
96 Date: Tue, 18 Sep 2001 18:06:44 +0200
97 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
100 ____________________________________________________________________________
101 [ 12077] By: jhi on 2001/09/18 22:52:24
102 Log: Subject: stat access time is wrong on Win95
103 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
104 Date: Tue, 18 Sep 2001 21:59:24 +0200
105 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
107 ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
108 ____________________________________________________________________________
109 [ 12076] By: ams on 2001/09/18 22:11:25
110 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
111 From: Michael G Schwern <schwern@pobox.com>
112 Date: Tue, 18 Sep 2001 18:47:14 -0400
113 Message-Id: <20010918184714.I585@blackrider>
116 ____________________________________________________________________________
117 [ 12075] By: sky on 2001/09/18 19:29:37
118 Log: two test failures
119 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
120 Message-ID: <20010918221702.A17408@rafael>
121 partly applied, #12074 already fixed half the patch
123 ! ext/threads/t/basic.t
124 ____________________________________________________________________________
125 [ 12074] By: sky on 2001/09/18 18:49:03
126 Log: Fixes test case failure introduced by #12071, the warning is
127 now correctly spelled :-)
129 ! ext/IO/lib/IO/t/io_sel.t
130 ____________________________________________________________________________
131 [ 12073] By: sky on 2001/09/18 18:46:22
132 Log: Make the test behave properly!
134 ! ext/threads/t/basic.t
135 ____________________________________________________________________________
136 [ 12072] By: ams on 2001/09/18 18:44:59
137 Log: OP_RCATLINE is an SVOP, not a BASEOP.
140 ____________________________________________________________________________
141 [ 12071] By: ams on 2001/09/18 18:06:27
142 Log: Deprecate != Depreciate.
144 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
145 ! lib/Pod/ParseUtils.pm
146 ____________________________________________________________________________
147 [ 12070] By: ams on 2001/09/18 15:14:58
148 Log: Subject: [PATCH] Getopt::Std cleanup
149 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
150 Date: Tue, 18 Sep 2001 17:32:13 +0200
151 Message-Id: <20010918173213.C777@rafael>
153 ! lib/Getopt/Std.pm lib/Getopt/Std.t
154 ____________________________________________________________________________
155 [ 12069] By: sky on 2001/09/18 14:56:33
156 Log: Forgot the makefile
158 + ext/threads/Makefile.PL
159 ____________________________________________________________________________
160 [ 12068] By: sky on 2001/09/18 14:13:26
161 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
162 The test will fail because of Test.pm not knowing about threads.
163 basic needs to be manually tested
164 compile time warnings on IV2PTR conversions need to be fixed
166 + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
167 + ext/threads/threads.h ext/threads/threads.pm
168 + ext/threads/threads.xs
170 ____________________________________________________________________________
171 [ 12067] By: jhi on 2001/09/18 11:51:08
172 Log: DJGPP tweak from Laszlo Molnar.
175 ____________________________________________________________________________
176 [ 12066] By: sky on 2001/09/18 10:24:31
177 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
179 ! sharedsv.c sharedsv.h
180 ____________________________________________________________________________
181 [ 12065] By: jhi on 2001/09/18 00:00:09
182 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
185 + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
186 + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
187 + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
188 + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
189 + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
190 + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
191 + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
192 + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
193 + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
194 + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
195 + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
196 + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
197 + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
198 + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
199 + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
200 + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
201 + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
202 + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
203 + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
204 + ext/Encode/Encode/ir-197.enc
205 - ext/Encode/Encode/cns11643-1.enc
206 - ext/Encode/Encode/cns11643-2.enc
207 - ext/Encode/Encode/iso2022-cn.enc
208 - ext/Encode/Encode/iso2022-jp.enc
209 - ext/Encode/Encode/iso2022-jp1.enc
210 - ext/Encode/Encode/iso2022-jp2.enc
211 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
212 - ext/Encode/Encode/iso8859-1.enc
213 - ext/Encode/Encode/iso8859-1.ucm
214 - ext/Encode/Encode/iso8859-10.enc
215 - ext/Encode/Encode/iso8859-10.ucm
216 - ext/Encode/Encode/iso8859-11.enc
217 - ext/Encode/Encode/iso8859-11.ucm
218 - ext/Encode/Encode/iso8859-13.enc
219 - ext/Encode/Encode/iso8859-13.ucm
220 - ext/Encode/Encode/iso8859-14.enc
221 - ext/Encode/Encode/iso8859-14.ucm
222 - ext/Encode/Encode/iso8859-15.enc
223 - ext/Encode/Encode/iso8859-15.ucm
224 - ext/Encode/Encode/iso8859-16.enc
225 - ext/Encode/Encode/iso8859-16.ucm
226 - ext/Encode/Encode/iso8859-2.enc
227 - ext/Encode/Encode/iso8859-2.ucm
228 - ext/Encode/Encode/iso8859-3.enc
229 - ext/Encode/Encode/iso8859-3.ucm
230 - ext/Encode/Encode/iso8859-4.enc
231 - ext/Encode/Encode/iso8859-4.ucm
232 - ext/Encode/Encode/iso8859-5.enc
233 - ext/Encode/Encode/iso8859-5.ucm
234 - ext/Encode/Encode/iso8859-6.enc
235 - ext/Encode/Encode/iso8859-6.ucm
236 - ext/Encode/Encode/iso8859-7.enc
237 - ext/Encode/Encode/iso8859-7.ucm
238 - ext/Encode/Encode/iso8859-8.enc
239 - ext/Encode/Encode/iso8859-8.ucm
240 - ext/Encode/Encode/iso8859-9.enc
241 - ext/Encode/Encode/iso8859-9.ucm
242 - ext/Encode/Encode/isoir-197.enc
243 ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
244 ____________________________________________________________________________
245 [ 12064] By: jhi on 2001/09/17 23:53:38
248 ! ext/Encode/Encode.pm
249 ____________________________________________________________________________
250 [ 12063] By: jhi on 2001/09/17 23:39:28
251 Log: Add various encodings.
253 + ext/Encode/Encode/iso8859-11.enc
254 + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
255 + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
256 + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
257 + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
258 + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
259 + ext/Encode/Encode/viscii.ucm
260 ! MANIFEST ext/Encode/Encode.pm
261 ____________________________________________________________________________
262 [ 12062] By: jhi on 2001/09/17 22:48:21
263 Log: lib/unicode relic.
266 ____________________________________________________________________________
267 [ 12061] By: jhi on 2001/09/17 20:50:16
268 Log: Subject: [PATCH] Re: filename problems
269 From: Michael G Schwern <schwern@pobox.com>
270 Date: Mon, 17 Sep 2001 17:26:26 -0400
271 Message-ID: <20010917172626.Q585@blackrider>
273 + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
274 - t/lib/sample-tests/header_at_end
275 - t/lib/sample-tests/header_at_end_fail
276 ! MANIFEST lib/Test/Harness/t/test-harness.t
277 ____________________________________________________________________________
278 [ 12060] By: jhi on 2001/09/17 20:14:53
279 Log: Explicitly explain the 1e9 seconds, not everybody
282 ! ext/Time/HiRes/HiRes.pm
283 ____________________________________________________________________________
284 [ 12059] By: jhi on 2001/09/17 20:07:20
285 Log: Explain an apparent bug reported by
286 Richard J. Barbalace <rjbarbal@MIT.EDU>,
287 with additional explanation from Gisle Aas.
289 ! ext/Time/HiRes/HiRes.pm
290 ____________________________________________________________________________
291 [ 12058] By: ams on 2001/09/17 19:52:01
292 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
293 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
294 Date: Mon, 17 Sep 2001 22:48:05 +0200
295 Message-Id: <20010917224805.C11744@rafael>
297 ! t/lib/warnings/op t/lib/warnings/pp
298 ____________________________________________________________________________
299 [ 12057] By: ams on 2001/09/17 16:51:18
303 ____________________________________________________________________________
304 [ 12056] By: ams on 2001/09/17 16:47:55
305 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
306 From: "Craig A. Berry" <craigberry@mac.com>
307 Date: Mon, 17 Sep 2001 12:34:20 -0500
308 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
311 ____________________________________________________________________________
312 [ 12055] By: ams on 2001/09/17 16:05:15
313 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
314 From: Gisle Aas <gisle@ActiveState.com>
315 Date: 16 Apr 2001 16:20:34 -0700
316 Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
319 ! lib/CPAN.pm lib/CPAN/Nox.pm
320 ____________________________________________________________________________
321 [ 12054] By: jhi on 2001/09/17 14:06:26
324 ! Changes patchlevel.h
325 ____________________________________________________________________________
326 [ 12053] By: jhi on 2001/09/17 13:45:26
327 Log: Adding new files to the MANIFEST is always nice.
330 ____________________________________________________________________________
331 [ 12052] By: jhi on 2001/09/17 13:12:31
332 Log: Reindent the PerlIO files (suggested by NI-S), used
333 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
334 (GNU indent). Note that wholesale re-indenting might
335 be nice, but that would break nice formatting/alignment
336 of assignments, equality testing, and complex boolean
337 expressions with lots of &s and |s.
339 ! perlio.c perlio.h perliol.h
340 ____________________________________________________________________________
341 [ 12051] By: jhi on 2001/09/17 12:55:53
342 Log: Add a script for being 8.3-polite.
343 The found conflicts are being worked on.
346 ! MANIFEST Porting/pumpkin.pod
347 ____________________________________________________________________________
348 [ 12050] By: sky on 2001/09/17 12:44:36
349 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
353 ____________________________________________________________________________
354 [ 12049] By: jhi on 2001/09/17 11:55:07
355 Log: Bump up versions because of #12041.
357 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
358 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
359 ! lib/Time/localtime.pm
360 ____________________________________________________________________________
361 [ 12048] By: jhi on 2001/09/17 11:51:54
362 Log: Bump the version number because of #12042.
364 ! lib/CPAN/FirstTime.pm
365 ____________________________________________________________________________
366 [ 12047] By: ams on 2001/09/17 11:21:40
367 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
368 From: Abhijit Menon-Sen <ams@wiw.org>
369 Date: Mon, 17 Sep 2001 17:44:12 +0530
370 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
373 ____________________________________________________________________________
374 [ 12046] By: sky on 2001/09/17 07:14:17
375 Log: Subject: Re: t/op/ver.t using skip() improperly
376 From: "chromatic" <chromatic@rmci.net>
377 Date: Mon, 17 Sep 2001 00:22:29 -0600
378 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
381 ____________________________________________________________________________
382 [ 12045] By: nick on 2001/09/17 07:12:14
383 Log: Integrate mainline
386 !> (integrate 117 files)
387 ____________________________________________________________________________
388 [ 12044] By: ams on 2001/09/17 05:49:53
389 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
390 From: Ilmari Karonen <iltzu@sci.fi>
391 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
392 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
393 (And $VERSION = '1.05'.)
396 ____________________________________________________________________________
397 [ 12043] By: ams on 2001/09/17 05:44:50
398 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
399 From: Michael G Schwern <schwern@pobox.com>
400 Date: Mon, 17 Sep 2001 07:49:04 +0200
401 Message-Id: <20010917074904.V1588@blackrider>
402 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
406 ____________________________________________________________________________
407 [ 12042] By: jhi on 2001/09/17 02:54:13
408 Log: Subject: Re: CPAN.pm needs some hacking
409 From: "chromatic" <chromatic@rmci.net>
410 Date: Sun, 16 Sep 2001 16:46:29 -0600
411 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
413 ! lib/CPAN/FirstTime.pm
414 ____________________________________________________________________________
415 [ 12041] By: jhi on 2001/09/16 20:43:15
416 Log: Change use|require 5.005_64 to use|require 5.6.1.
418 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
419 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
420 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
421 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
422 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
423 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
424 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
425 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
426 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
427 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
428 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
429 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
430 ! lib/base.pm lib/fields.pm
431 ____________________________________________________________________________
432 [ 12040] By: jhi on 2001/09/16 20:36:58
433 Log: Bump up version numbers.
435 TODO 1: double check that pre-5.6.1 CPAN.pm:s
436 don't try to download 5.8.0 because of the
437 version numbers. Mainly this means using _00
438 in the core version numbers.
440 TODO 2: the "use 5.005_64" in many modules
441 needs to be changed to, say, "use 5.6.1".
443 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
444 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
445 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
446 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
447 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
448 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
449 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
450 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
451 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
452 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
453 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
454 ____________________________________________________________________________
455 [ 12039] By: jhi on 2001/09/16 19:23:07
456 Log: Use UCHARAT() as suggested by Inaba Hiroto.
459 ____________________________________________________________________________
460 [ 12038] By: ams on 2001/09/16 15:16:24
461 Log: Subject: [PATCH] Re: Core module version numbers review
462 From: Peter Scott <Peter@PSDT.com>
463 Date: Sun, 16 Sep 2001 09:09:58 -0700
464 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
467 ____________________________________________________________________________
468 [ 12037] By: jhi on 2001/09/16 14:27:54
469 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
470 not yet fully implemented.
472 ! pod/perlfunc.pod pod/perlunicode.pod
473 ____________________________________________________________________________
474 [ 12036] By: jhi on 2001/09/15 23:13:12
475 Log: Subject: [patch] plug PL_beginav_save leak
476 From: Doug MacEachern <dougm@covalent.net>
477 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
478 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
481 ____________________________________________________________________________
482 [ 12035] By: jhi on 2001/09/15 23:12:28
483 Log: (accidentally empty checkin)
486 ____________________________________________________________________________
487 [ 12034] By: jhi on 2001/09/15 23:08:09
488 Log: Subject: [patch] ithreads+PL_beginav_save
489 From: Doug MacEachern <dougm@covalent.net>
490 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
491 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
494 ____________________________________________________________________________
495 [ 12033] By: jhi on 2001/09/15 23:07:19
496 Log: Subject: [PATCH] h2xs.PL with C::Scan
497 From: Tim Jenness <t.jenness@jach.hawaii.edu>
498 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
499 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
502 ____________________________________________________________________________
503 [ 12032] By: jhi on 2001/09/15 18:43:20
504 Log: Elaborate (well, make more vague, really) #12030.
506 ! pod/perltodo.pod pod/perlunicode.pod
507 ____________________________________________________________________________
508 [ 12031] By: jhi on 2001/09/15 18:37:07
509 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
510 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
511 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
512 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
515 ____________________________________________________________________________
516 [ 12030] By: jhi on 2001/09/15 17:15:40
517 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
518 are not yet complete.
520 ! pod/perltodo.pod pod/perlunicode.pod
521 ____________________________________________________________________________
522 [ 12029] By: jhi on 2001/09/15 13:53:42
523 Log: Document what's still to be done on the regular expression
524 Unicode support, based on the UTR#18.
526 ! pod/perltodo.pod pod/perlunicode.pod
527 ____________________________________________________________________________
528 [ 12028] By: jhi on 2001/09/15 12:37:31
531 ! embedvar.h perlapi.h
532 ____________________________________________________________________________
533 [ 12027] By: jhi on 2001/09/15 12:33:49
534 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
535 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
536 Date: Sun, 09 Sep 2001 18:41:54 +0100
537 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
539 ! Porting/findvars ext/ByteLoader/bytecode.h
540 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
541 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
542 ____________________________________________________________________________
543 [ 12026] By: gsar on 2001/09/15 04:04:04
544 Log: enable most warnings for windows build; fix the various typecasting
545 nits that showed up (no bugfixes here)
546 Branch: maint-5.6/perl
547 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
548 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
549 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
550 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
551 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
553 ____________________________________________________________________________
554 [ 12025] By: jhi on 2001/09/14 22:22:58
555 Log: Integrate change #12024 from maintperl
556 (a local() precedence bug)
558 !> lib/ExtUtils/Install.pm
559 ____________________________________________________________________________
560 [ 12024] By: gsar on 2001/09/14 22:11:06
561 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
563 Branch: maint-5.6/perl
564 ! lib/ExtUtils/Install.pm
565 ____________________________________________________________________________
566 [ 12023] By: jhi on 2001/09/14 15:04:16
569 ! Changes patchlevel.h
570 ____________________________________________________________________________
571 [ 12022] By: jhi on 2001/09/14 14:49:52
572 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
573 From: "chromatic" <chromatic@rmci.net>
574 Date: Fri, 14 Sep 2001 09:44:57 -0600
575 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
577 ! lib/ExtUtils/Manifest.t
578 ____________________________________________________________________________
579 [ 12021] By: jhi on 2001/09/14 14:46:36
580 Log: Hopefully better skipping of the Complete.t tests
581 in case of not a tty.
583 ! lib/Term/Complete.t t/op/stat.t
584 ____________________________________________________________________________
585 [ 12020] By: jhi on 2001/09/14 14:10:44
586 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
587 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
588 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
589 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
591 ! regexec.c t/op/pat.t
592 ____________________________________________________________________________
593 [ 12019] By: jhi on 2001/09/14 14:02:59
594 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
595 From: Robin Barker <rmb1@cise.npl.co.uk>
596 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
597 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
600 ____________________________________________________________________________
601 [ 12018] By: jhi on 2001/09/14 13:55:56
602 Log: NetWare tweaks from Ananth Kesari.
604 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
606 ____________________________________________________________________________
607 [ 12017] By: jhi on 2001/09/14 13:50:08
608 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
609 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
610 Date: Fri, 14 Sep 2001 10:51:13 +0200
611 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
614 ____________________________________________________________________________
615 [ 12016] By: jhi on 2001/09/14 13:28:08
616 Log: Subject: Re: [PATCH 2 pl2pm.PL]
617 From: Joe Smith <Joe.Smith@inwap.com>
618 Date: Fri, 14 Sep 2001 00:13:32 -0700
619 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
623 ! keywords.h keywords.pl utils/pl2pm.PL
624 ____________________________________________________________________________
625 [ 12015] By: jhi on 2001/09/14 02:38:23
626 Log: Retract #12013, didn't go over too well in Tru64.
628 ! embed.h embed.pl sv.h
629 ____________________________________________________________________________
630 [ 12014] By: jhi on 2001/09/14 02:31:05
631 Log: Subject: [PATCH] Execute files of debugger commands
632 From: Peter Scott <Peter@PSDT.com>
633 Date: Thu, 13 Sep 2001 15:26:31 -0700
634 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
636 ! lib/perl5db.pl pod/perldebug.pod
637 ____________________________________________________________________________
638 [ 12013] By: jhi on 2001/09/14 02:25:05
639 Log: (Retracted by #12015)
640 Subject: [proposed PATCH] Re: perl@11920
641 From: Nicholas Clark <nick@ccl4.org>
642 Date: Wed, 12 Sep 2001 23:46:09 +0100
643 Message-ID: <20010912234609.H4971@plum.flirble.org>
645 ! embed.h embed.pl sv.h
646 ____________________________________________________________________________
647 [ 12012] By: jhi on 2001/09/14 02:12:02
648 Log: ucblib shouldn't be linked against in nonstop-ux,
652 ____________________________________________________________________________
653 [ 12011] By: jhi on 2001/09/13 12:54:51
654 Log: Do stty only if we have stty.
656 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
658 ! lib/Term/Complete.pm
659 ____________________________________________________________________________
660 [ 12010] By: jhi on 2001/09/13 12:44:28
661 Log: Skip the test if not running on a tty.
663 ! lib/Term/Complete.t
664 ____________________________________________________________________________
665 [ 12009] By: jhi on 2001/09/13 12:01:56
668 ! embed.h opcode.h pod/perlapi.pod proto.h
669 ____________________________________________________________________________
670 [ 12008] By: jhi on 2001/09/12 17:51:32
671 Log: Subject: [PATCH op.c] Re: perl@12003
672 From: Robin Barker <rmb1@cise.npl.co.uk>
673 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
674 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
677 ____________________________________________________________________________
678 [ 12007] By: jhi on 2001/09/12 17:49:39
679 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
680 From: Robin Barker <rmb1@cise.npl.co.uk>
681 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
682 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
685 ____________________________________________________________________________
686 [ 12006] By: jhi on 2001/09/12 17:41:49
687 Log: Upgrade to Memoize 0.66.
689 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
690 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
691 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
692 ____________________________________________________________________________
693 [ 12005] By: jhi on 2001/09/12 13:14:59
694 Log: Subject: [ID 20010912.007] substr reference core dump
695 From: me-01@ton.iguana.be
696 Date: 12 Sep 2001 14:11:16 -0000
697 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
700 ____________________________________________________________________________
701 [ 12004] By: ams on 2001/09/12 01:13:49
702 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
703 From: Ilmari Karonen <iltzu@sci.fi>
704 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
705 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
708 ____________________________________________________________________________
709 [ 12003] By: jhi on 2001/09/11 13:02:37
712 ! Changes patchlevel.h
713 ____________________________________________________________________________
714 [ 12002] By: jhi on 2001/09/11 11:50:48
715 Log: NetWare update from Ananth Kesari.
717 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
718 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
719 ____________________________________________________________________________
720 [ 12001] By: jhi on 2001/09/11 11:40:51
721 Log: Retract #11984: div() being redefined, and 1397
722 failing on 64-bit platforms.
724 ! lib/Math/BigInt/Calc.pm
725 ____________________________________________________________________________
726 [ 12000] By: jhi on 2001/09/11 11:19:07
727 Log: Metaconfig unit change for #11999.
729 ! U/protos/d_lseekproto.U
730 ____________________________________________________________________________
731 [ 11999] By: jhi on 2001/09/11 11:18:36
732 Log: The lseek fix (#11991) was no fix.
735 ____________________________________________________________________________
736 [ 11998] By: sky on 2001/09/11 07:52:06
737 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
738 From: Matt Sergeant <MSergeant@star.net.uk>
739 Date: Tue, 11 Sep 2001 09:22:32 +0100
740 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
742 ! ext/Encode/Encode.pm
743 ____________________________________________________________________________
744 [ 11997] By: sky on 2001/09/11 06:35:29
745 Log: Sometimes dTHX is added because it is needed on non
746 gnuc platforms, but not needed there. This uses GCC
747 to silence GCC specific warnings by marking pTHX as
751 ____________________________________________________________________________
752 [ 11996] By: nick on 2001/09/11 06:25:27
753 Log: Integrate mainline
755 - ext/POSIX/sigaction.t lib/File/Find/taint.t
756 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
757 ____________________________________________________________________________
758 [ 11995] By: nick on 2001/09/11 06:23:39
759 Log: Part Integrate mainline
762 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
763 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
764 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
765 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
766 - lib/Switch/t/switch_case.t lib/Test/Harness.t
767 - lib/Test/More/Changes lib/Test/More/t/More.t
768 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
769 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
770 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
771 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
772 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
773 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
774 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
775 - t/lib/Test/More/Catch.pm wince/perl.ico
776 !> (integrate 197 files)
777 ____________________________________________________________________________
778 [ 11994] By: jhi on 2001/09/11 03:12:44
779 Log: Subject: Re: [PATCH] Encode.pm docs fix
780 From: Gisle Aas <gisle@ActiveState.com>
781 Date: 10 Sep 2001 11:27:02 -0700
782 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
784 ! ext/Encode/Encode.pm
785 ____________________________________________________________________________
786 [ 11993] By: jhi on 2001/09/11 02:27:25
787 Log: Fix unpack U to be the reverse of pack U
788 (but implement unpack U0U as a backdoor to get
789 the UTF-8 malformed warnings from un-UTF-8 data)
791 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
792 ____________________________________________________________________________
793 [ 11992] By: jhi on 2001/09/11 00:14:24
794 Log: Metaconfig unit change for #11991;
795 delete an unused unit (d_strtoull.U is the one used)
797 ! U/protos/d_lseekproto.U
798 Branch: metaconfig/U/perl
800 ____________________________________________________________________________
801 [ 11991] By: jhi on 2001/09/11 00:14:01
802 Log: Subject: [PATCH] Configure not recording lseek proto
803 From: Blair Zajac <blair@orcaware.com>
804 Date: Mon, 10 Sep 2001 17:52:37 -0700
805 Message-ID: <3B9D6055.BA334A31@orcaware.com>
807 plus regen Configure.
809 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
810 ! config_h.SH uconfig.h
811 ____________________________________________________________________________
812 [ 11990] By: jhi on 2001/09/10 23:59:25
813 Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
814 From: Nicholas Clark <nick@ccl4.org>
815 Date: Tue, 11 Sep 2001 00:00:31 +0100
816 Message-ID: <20010911000031.G1512@plum.flirble.org>
819 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
820 ____________________________________________________________________________
821 [ 11989] By: jhi on 2001/09/10 23:31:45
822 Log: Subject: [PATCH] Building on win32 w/o perlio
823 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
824 Date: Mon, 10 Sep 2001 23:38:46 +0200
825 Message-ID: <3B9D4F06.14433.2C37644@localhost>
827 ! perl.c win32/Makefile win32/makefile.mk
828 ____________________________________________________________________________
829 [ 11988] By: jhi on 2001/09/10 23:26:40
830 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
831 From: "chromatic" <chromatic@rmci.net>
832 Date: Mon, 10 Sep 2001 15:14:01 -0600
833 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
837 ____________________________________________________________________________
838 [ 11987] By: jhi on 2001/09/10 23:24:11
839 Log: Subject: avoiding hoardes of zombies
840 From: Nicholas Clark <nick@ccl4.org>
841 Date: Mon, 10 Sep 2001 22:00:40 +0100
842 Message-ID: <20010910220040.C1512@plum.flirble.org>
845 ____________________________________________________________________________
846 [ 11986] By: jhi on 2001/09/10 23:22:10
847 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
848 From: John Peacock <jpeacock@rowman.com>
849 Date: Mon, 10 Sep 2001 16:34:30 -0400
850 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
852 ! sv.c t/op/ver.t utf8.h
853 ____________________________________________________________________________
854 [ 11985] By: ams on 2001/09/10 23:20:13
855 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
858 ____________________________________________________________________________
859 [ 11984] By: jhi on 2001/09/10 23:09:31
860 Log: (Retracted by #12001)
861 Subject: Calc with USE_MUL/USE_DIV
862 From: Tels <perl_dummy@bloodgate.com>
863 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
864 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
866 ! lib/Math/BigInt/Calc.pm
867 ____________________________________________________________________________
868 [ 11983] By: jhi on 2001/09/10 22:37:14
869 Log: Subject: [PATCH op.c] Re: perl@11978
870 From: Robin Barker <rmb1@cise.npl.co.uk>
871 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
872 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
877 ____________________________________________________________________________
878 [ 11982] By: jhi on 2001/09/10 22:35:57
879 Log: Switch PADOFFSET back to U32 both because of binary backward
880 compatibility and because Arthur seems to have been fixing the
881 problems with naughty integer-pointer casting.
884 ____________________________________________________________________________
885 [ 11981] By: ams on 2001/09/10 16:31:43
886 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
887 Fix Pod Typo, Add Test for ExtUtils::Command
888 From: "chromatic" <chromatic@rmci.net>
889 Date: Mon, 10 Sep 2001 11:20:56 -0600
890 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
892 + lib/ExtUtils/Command.t
893 ! MANIFEST lib/ExtUtils/Command.pm
894 ____________________________________________________________________________
895 [ 11980] By: jhi on 2001/09/10 13:29:35
896 Log: Subject: [PATCH] Encode.pm docs fix
897 From: Matt Sergeant <MSergeant@star.net.uk>
898 Date: Mon, 10 Sep 2001 15:24:01 +0100
899 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
901 ! ext/Encode/Encode.pm
902 ____________________________________________________________________________
903 [ 11979] By: jhi on 2001/09/10 13:17:48
906 ! Changes patchlevel.h
907 ____________________________________________________________________________
908 [ 11978] By: jhi on 2001/09/10 12:59:40
909 Log: Revert #11973, the dTHX seems to be needed in there
913 ____________________________________________________________________________
914 [ 11977] By: jhi on 2001/09/10 12:55:47
918 ____________________________________________________________________________
919 [ 11976] By: jhi on 2001/09/10 12:46:34
920 Log: Further Class::Struct patching from Damian.
922 The new new semantics are:
924 * If you pass an initializer for a nested object, it has to be:
925 a) a reference to an object of that class, or
926 b) a reference to an object of a subclass of that class, or
927 c) a reference to a hash of arguments to be passed to the
929 * If you pass no initializer for a nested object, the attribute
930 is initialized to C<undef>
932 ! lib/Class/Struct.pm
933 ____________________________________________________________________________
934 [ 11975] By: jhi on 2001/09/10 12:42:24
935 Log: Skip the crypt test if no crypt.
938 ____________________________________________________________________________
939 [ 11974] By: jhi on 2001/09/10 12:39:25
940 Log: Warn against using bare v-strings as IP addresses
941 (okay if using the wrappers from Socket)
943 ! pod/perldata.pod pod/perlport.pod
944 ____________________________________________________________________________
945 [ 11973] By: sky on 2001/09/10 11:57:58
946 Log: Remove unused dTHX. Silenced another warning.
949 ____________________________________________________________________________
950 [ 11972] By: sky on 2001/09/10 11:54:25
951 Log: Silence some more warnings INT2PTR.
953 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
954 ____________________________________________________________________________
955 [ 11971] By: sky on 2001/09/10 11:21:50
956 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
959 ____________________________________________________________________________
960 [ 11970] By: sky on 2001/09/10 11:17:25
961 Log: Apply INT2PTR with force to silence warnings from
962 PM_GETRE and friends. No more warnings with 64bit
963 IVs and 32bit pointers.
966 ____________________________________________________________________________
967 [ 11969] By: sky on 2001/09/10 10:13:02
968 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
971 ____________________________________________________________________________
972 [ 11968] By: sky on 2001/09/10 10:02:51
973 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
974 Rename to custop_op_name to Perl_custom_op_name to match perlapi
975 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
978 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
979 ____________________________________________________________________________
980 [ 11967] By: jhi on 2001/09/10 03:14:35
981 Log: Using strlen() not good on embedded nul bytes.
984 ____________________________________________________________________________
985 [ 11966] By: ams on 2001/09/09 21:06:13
986 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
987 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
988 Date: Mon, 13 Aug 2001 22:51:59 +0200
989 Message-ID: <20010813225159.C6681@rafael>
990 (Applied with several tweaks.)
992 ! embed.h embed.pl proto.h toke.c
993 ____________________________________________________________________________
994 [ 11965] By: jhi on 2001/09/09 14:40:39
995 Log: The exact error message is system-dependent.
997 ! lib/ExtUtils/Manifest.t
998 ____________________________________________________________________________
999 [ 11964] By: jhi on 2001/09/09 14:38:05
1000 Log: Add Windows and Mac Sami support to Encode
1001 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
1003 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
1005 ____________________________________________________________________________
1006 [ 11963] By: jhi on 2001/09/09 13:54:07
1007 Log: Use the tried method.
1010 ____________________________________________________________________________
1011 [ 11962] By: jhi on 2001/09/09 13:46:59
1012 Log: Can't count parentheses.
1014 ! ext/IO/lib/IO/Socket/INET.pm
1015 ____________________________________________________________________________
1016 [ 11961] By: jhi on 2001/09/09 13:34:12
1017 Log: perlport additions: 1 while unlink, add/delete directory
1018 entries and permissions, cygwin stat funkiness (from Michael
1019 Schwern and Nicholas Clark)
1022 ____________________________________________________________________________
1023 [ 11960] By: jhi on 2001/09/09 13:19:12
1024 Log: blib does have a detectable test.
1027 ____________________________________________________________________________
1028 [ 11959] By: jhi on 2001/09/09 13:16:43
1029 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
1030 From: "chromatic" <chromatic@rmci.net>
1031 Date: Sat, 08 Sep 2001 19:33:42 -0600
1032 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
1034 + lib/Term/Complete.t
1036 ____________________________________________________________________________
1037 [ 11958] By: jhi on 2001/09/09 13:09:02
1038 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
1039 From: Michael G Schwern <schwern@pobox.com>
1040 Date: Sat, 8 Sep 2001 02:40:26 -0400
1041 Message-ID: <20010908024026.A26283@blackrider>
1043 + lib/Test/Tutorial.pod
1045 ____________________________________________________________________________
1046 [ 11957] By: jhi on 2001/09/09 13:03:33
1047 Log: Try to look up protocol (by name) only iff it has non-numbers:
1048 nice if the server is in a chrooted environment (no /etc/protocols,
1049 server code using hardcorded protocol numbers like 6 for tcp),
1050 suggested by John Holdsworth <coldwave@bigfoot.com>.
1051 In other words, if we are given a number, why look it up again
1054 ! ext/IO/lib/IO/Socket/INET.pm
1055 ____________________________________________________________________________
1056 [ 11956] By: jhi on 2001/09/09 12:53:12
1057 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
1058 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1059 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
1060 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
1062 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
1063 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1064 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
1065 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
1066 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
1067 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1068 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
1069 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
1071 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
1072 ____________________________________________________________________________
1073 [ 11955] By: ams on 2001/09/09 02:54:21
1074 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
1075 From: "Craig A. Berry" <craigberry@mac.com>
1076 Date: Sat, 08 Sep 2001 19:02:16 -0500
1077 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
1080 ____________________________________________________________________________
1081 [ 11954] By: jhi on 2001/09/09 02:30:39
1082 Log: Documentation tweaks; think the IP address as an opaque string.
1084 ! ext/Socket/Socket.pm
1085 ____________________________________________________________________________
1086 [ 11953] By: jhi on 2001/09/09 00:32:05
1087 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
1088 From: Michael G Schwern <schwern@pobox.com>
1089 Date: Sat, 8 Sep 2001 19:45:46 -0400
1090 Message-ID: <20010908194546.C9193@blackrider>
1093 ! MANIFEST lib/blib.pm t/lib/1_compile.t
1094 ____________________________________________________________________________
1095 [ 11952] By: jhi on 2001/09/09 00:27:15
1096 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
1097 From: "chromatic" <chromatic@rmci.net>
1098 Date: Sat, 08 Sep 2001 12:31:44 -0600
1099 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
1103 ____________________________________________________________________________
1104 [ 11951] By: jhi on 2001/09/09 00:24:07
1105 Log: The Socket tests were wrong: they were assuming too much.
1107 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
1108 ____________________________________________________________________________
1109 [ 11950] By: jhi on 2001/09/08 20:09:07
1110 Log: Retract the portability changes since they
1111 seem to have opened a can of worms... will
1112 go back to UNICOS/mk and do the bare minimum
1113 required to get the tests working.
1115 ! ext/Socket/Socket.xs
1116 ____________________________________________________________________________
1117 [ 11949] By: jhi on 2001/09/08 19:48:20
1118 Log: PADOFFSET is used to cast pointers into integers,
1119 if pointers are 64 bits and U32 32 bits,
1120 bad things may happen, or at least warnings issued.
1123 ____________________________________________________________________________
1124 [ 11948] By: jhi on 2001/09/08 18:50:07
1125 Log: Still more Socket portability tweaking.
1126 Now Socket.t seems to be happy in all of
1127 Linux/x86, Tru64/alpha, Solaris/sparc,
1128 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
1130 Addendum: it seems that io_multihomed, io_sock, and hostent
1131 were broken in little-endians (linux/x86 and tru64/alpha)
1132 because of this change. Argh.
1134 ! ext/Socket/Socket.xs
1135 ____________________________________________________________________________
1136 [ 11947] By: jhi on 2001/09/08 17:23:23
1137 Log: More portability kicking on inet_ntoa().
1139 ! ext/Socket/Socket.xs
1140 ____________________________________________________________________________
1141 [ 11946] By: jhi on 2001/09/08 15:09:58
1142 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
1143 From: Michael G Schwern <schwern@pobox.com>
1144 Date: Fri, 7 Sep 2001 23:06:51 -0400
1145 Message-ID: <20010907230651.R606@blackrider>
1147 + lib/ExtUtils/Manifest.t
1148 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
1149 ____________________________________________________________________________
1150 [ 11945] By: jhi on 2001/09/08 14:49:15
1151 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
1152 From: "chromatic" <chromatic@rmci.net>
1153 Date: Fri, 07 Sep 2001 17:53:15 -0600
1154 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
1156 + lib/ExtUtils/testlib.t
1158 ____________________________________________________________________________
1159 [ 11944] By: jhi on 2001/09/07 22:57:00
1163 ____________________________________________________________________________
1164 [ 11943] By: jhi on 2001/09/07 20:34:55
1165 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
1166 From: "Craig A. Berry" <craigberry@mac.com>
1167 Date: Fri, 07 Sep 2001 15:30:03 -0500
1168 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
1171 ____________________________________________________________________________
1172 [ 11942] By: jhi on 2001/09/07 20:30:43
1173 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
1174 From: Michael G Schwern <schwern@pobox.com>
1175 Date: Fri, 7 Sep 2001 15:38:13 -0400
1176 Message-ID: <20010907153813.K606@blackrider>
1178 ! lib/ExtUtils/MM_Unix.pm
1179 ____________________________________________________________________________
1180 [ 11941] By: jhi on 2001/09/07 20:28:24
1181 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
1182 From: Robin Barker <rmb1@cise.npl.co.uk>
1183 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
1184 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
1186 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
1187 ____________________________________________________________________________
1188 [ 11940] By: jhi on 2001/09/07 20:26:29
1189 Log: Clean up 1_compile.t; move tests to more consistent
1190 places (t/ subdirectories); add integer.t (much of
1191 the pragma is tested elsewhere but there is no one
1194 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
1195 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
1196 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
1197 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
1198 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
1199 - lib/File/Find/find.t lib/File/Find/taint.t
1200 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
1201 ____________________________________________________________________________
1202 [ 11939] By: jhi on 2001/09/07 17:25:32
1203 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
1204 From: "chromatic" <chromatic@rmci.net>
1205 Date: Fri, 07 Sep 2001 10:17:40 -0600
1206 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
1208 ! lib/File/Find/taint.t
1209 ____________________________________________________________________________
1210 [ 11938] By: jhi on 2001/09/07 14:04:43
1211 Log: Update Changes.
1213 ! Changes patchlevel.h
1214 ____________________________________________________________________________
1215 [ 11937] By: jhi on 2001/09/07 13:52:03
1216 Log: Rename the old threading tutorial, start a new one,
1219 + pod/perlothrtut.pod
1220 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
1222 ____________________________________________________________________________
1223 [ 11936] By: jhi on 2001/09/07 13:05:48
1224 Log: vars very much has a test.
1227 ____________________________________________________________________________
1228 [ 11935] By: jhi on 2001/09/07 12:52:06
1229 Log: Subject: Re: wince/perl.ico marked as binary
1230 From: Nicholas Clark <nick@ccl4.org>
1231 Date: Fri, 7 Sep 2001 13:54:40 +0100
1232 Message-ID: <20010907135439.D39150@plum.flirble.org>
1234 and wince/Makefile.ce change from Rainer Keuchel.
1237 ! MANIFEST wince/Makefile.ce
1238 ____________________________________________________________________________
1239 [ 11934] By: jhi on 2001/09/07 12:43:50
1240 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
1241 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1242 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
1243 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
1246 ____________________________________________________________________________
1247 [ 11933] By: jhi on 2001/09/07 12:37:46
1248 Log: (Replaced by #11934)
1249 Subject: Re: [PATCH regexec.c] more general .* and .*?
1250 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1251 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
1252 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
1255 ____________________________________________________________________________
1256 [ 11932] By: jhi on 2001/09/07 12:27:14
1257 Log: The #11931 patching misbehaved.
1259 ! lib/Test/Harness/t/test-harness.t
1260 ____________________________________________________________________________
1261 [ 11931] By: jhi on 2001/09/07 12:21:30
1262 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
1263 From: Michael G Schwern <schwern@pobox.com>
1264 Date: Fri, 7 Sep 2001 03:30:41 -0400
1265 Message-ID: <20010907033041.A2796@blackrider>
1267 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
1268 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
1269 + t/lib/sample-tests/header_at_end_fail
1270 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
1271 - lib/Test/Harness.t
1272 ! MANIFEST lib/Test/Harness.pm t/TEST
1273 ____________________________________________________________________________
1274 [ 11930] By: jhi on 2001/09/07 11:59:17
1275 Log: Subject: [PATCH] Digest::MD5 update
1276 From: Gisle Aas <gisle@ActiveState.com>
1277 Date: 06 Sep 2001 23:32:56 -0700
1278 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
1280 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1281 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
1282 ____________________________________________________________________________
1283 [ 11929] By: jhi on 2001/09/07 11:23:05
1284 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
1285 From: "chromatic" <chromatic@rmci.net>
1286 Date: Thu, 06 Sep 2001 23:11:44 -0600
1287 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
1290 ! MANIFEST t/lib/1_compile.t
1291 ____________________________________________________________________________
1292 [ 11928] By: jhi on 2001/09/07 11:19:29
1293 Log: The binary file must somehow differently stored.
1297 ____________________________________________________________________________
1298 [ 11927] By: jhi on 2001/09/07 03:53:29
1299 Log: Add more modules to the list of modules that have tests,
1300 Schwern's wallet is getting more nervous.
1301 (Run t/lib/1_compile.t manually to see which modules
1302 are lacking tests, or the tests can't be run for some
1303 reason or another, such as the Net:: modules)
1306 ____________________________________________________________________________
1307 [ 11926] By: jhi on 2001/09/07 03:43:11
1308 Log: Try to make Socket::inet_ntoa() more robust.
1310 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
1311 ____________________________________________________________________________
1312 [ 11925] By: jhi on 2001/09/07 01:57:58
1313 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
1314 From: chromatic <chromatic@rmci.net>
1315 Date: Wed, 5 Sep 2001 22:58:05 -0600
1316 Message-Id: <01090522580506.19590@firewheel>
1319 ____________________________________________________________________________
1320 [ 11924] By: jhi on 2001/09/07 01:55:05
1321 Log: Subject: Re: perlvar manpage and localizing special vars
1322 From: Stas Bekman <stas@stason.org>
1323 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
1324 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
1327 ____________________________________________________________________________
1328 [ 11923] By: jhi on 2001/09/07 01:49:36
1329 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
1330 From: Robin Barker <rmb1@cise.npl.co.uk>
1331 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
1332 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
1334 ! lib/ExtUtils/MakeMaker.pm
1335 ____________________________________________________________________________
1336 [ 11922] By: jhi on 2001/09/06 18:09:08
1337 Log: Symbol missing; AIX unhappy.
1340 ____________________________________________________________________________
1341 [ 11921] By: jhi on 2001/09/06 17:52:43
1342 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
1343 Reported in 5.61, seems to work okay in blead.
1346 ____________________________________________________________________________
1347 [ 11920] By: jhi on 2001/09/06 14:35:09
1348 Log: Update Changes.
1350 ! Changes patchlevel.h
1351 ____________________________________________________________________________
1352 [ 11919] By: jhi on 2001/09/06 14:20:10
1353 Log: Document the bad assumptions currently breaking
1354 the Socket.t tests 10, 11, and 13 in UNICOS.
1356 ! ext/Socket/Socket.xs
1357 ____________________________________________________________________________
1358 [ 11918] By: jhi on 2001/09/06 14:07:45
1359 Log: Subject: [PATCH x2p] make OPTIMIZE=...
1360 From: Robin Barker <rmb1@cise.npl.co.uk>
1361 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
1362 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
1364 ! x2p/Makefile.SH x2p/cflags.SH
1365 ____________________________________________________________________________
1366 [ 11917] By: jhi on 2001/09/06 14:01:45
1367 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
1368 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1369 Date: Thu, 6 Sep 2001 11:09:40 +0100
1370 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
1372 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
1373 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1374 Date: 6 Sep 2001 10:14:38 -0000
1375 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
1377 ! pod/perlfaq1.pod pod/perlhack.pod
1378 ____________________________________________________________________________
1379 [ 11916] By: jhi on 2001/09/06 13:56:19
1380 Log: Subject: Extra NUL is Data::Dumper output - patch
1381 From: Tony Cook <tony@develop-help.com>
1382 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
1383 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
1385 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1386 ____________________________________________________________________________
1387 [ 11915] By: jhi on 2001/09/06 13:51:16
1388 Log: Avoid redefinition warning
1389 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
1391 perl -w -Ilib -MCwd -e ''
1394 ____________________________________________________________________________
1395 [ 11914] By: jhi on 2001/09/06 13:30:32
1396 Log: Update the is_tainted() example implementation.
1399 ____________________________________________________________________________
1400 [ 11913] By: jhi on 2001/09/06 13:15:59
1401 Log: Missing) in #11912.
1403 ! lib/Test/Simple/t/fail.t
1404 ____________________________________________________________________________
1405 [ 11912] By: jhi on 2001/09/06 13:08:48
1406 Log: Rewhack Test-Simple into core harness.
1408 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1409 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1410 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1411 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1412 ! lib/Test/Simple/t/skipall.t
1413 ____________________________________________________________________________
1414 [ 11911] By: jhi on 2001/09/06 11:54:06
1415 Log: Workaround for the new Exporter 'feature'.
1418 ____________________________________________________________________________
1419 [ 11910] By: jhi on 2001/09/06 11:52:56
1420 Log: Re-introduce pure-Perl fall-back for abs_path,
1421 re-introduce #11898.
1423 ! lib/Cwd.pm lib/File/Find.pm
1424 ____________________________________________________________________________
1425 [ 11909] By: jhi on 2001/09/06 03:49:13
1429 ____________________________________________________________________________
1430 [ 11908] By: jhi on 2001/09/06 03:38:22
1431 Log: Retract #11898 for now because it introduces
1432 a rather nasty depencency: when B is being built,
1433 MakeMaker is used. MakeMaker uses File::Find.
1434 File::Find uses Cwd::getcwd()...which doesn't
1438 ____________________________________________________________________________
1439 [ 11907] By: jhi on 2001/09/06 03:20:02
1440 Log: New test welcome.
1442 + lib/Test/Simple/t/simple.t
1443 ____________________________________________________________________________
1444 [ 11906] By: jhi on 2001/09/06 03:08:01
1445 Log: Old test begone.
1447 - lib/Attribute/Handlers/test.pl
1448 ____________________________________________________________________________
1449 [ 11905] By: jhi on 2001/09/06 01:41:03
1450 Log: Test-Simple syncup from Schwern.
1452 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
1453 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
1454 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
1455 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
1456 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
1457 - lib/Test/More/Changes lib/Test/More/t/More.t
1458 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1459 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1460 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
1461 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
1462 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
1463 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1464 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1465 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
1466 ! t/lib/Test/Simple/sample_tests/death.plx
1467 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
1468 ! t/lib/Test/Simple/sample_tests/extras.plx
1469 ! t/lib/Test/Simple/sample_tests/five_fail.plx
1470 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
1471 ! t/lib/Test/Simple/sample_tests/one_fail.plx
1472 ! t/lib/Test/Simple/sample_tests/require.plx
1473 ! t/lib/Test/Simple/sample_tests/success.plx
1474 ! t/lib/Test/Simple/sample_tests/too_few.plx
1475 ! t/lib/Test/Simple/sample_tests/two_fail.plx
1476 ____________________________________________________________________________
1477 [ 11904] By: pudge on 2001/09/06 00:28:01
1478 Log: Integrate File::Find changes from bleadperl
1479 Branch: maint-5.6/macperl
1480 ! lib/File/Find.pm t/lib/filefind-taint.t
1481 ____________________________________________________________________________
1482 [ 11903] By: pudge on 2001/09/06 00:22:29
1483 Log: Integrate 11847 from maint-5.6/perl
1484 Branch: maint-5.6/macperl
1486 ____________________________________________________________________________
1487 [ 11902] By: jhi on 2001/09/05 23:27:57
1488 Log: In UNICOS division yada yada.
1491 ____________________________________________________________________________
1492 [ 11901] By: jhi on 2001/09/05 23:26:23
1493 Log: In UNICOS division is really lossy, better use
1496 ! ext/Time/HiRes/HiRes.t
1497 ____________________________________________________________________________
1498 [ 11900] By: jhi on 2001/09/05 23:22:38
1499 Log: In UNICOS sigaction() sets an extra flag
1500 ("the signal has been registered for all the processes in
1501 a multitasking group.")
1503 ! ext/POSIX/sigaction.t
1504 ____________________________________________________________________________
1505 [ 11899] By: jhi on 2001/09/05 23:18:48
1506 Log: Documentation micropatch from Damian.
1508 ! lib/Attribute/Handlers.pm
1509 ____________________________________________________________________________
1510 [ 11898] By: jhi on 2001/09/05 23:16:50
1511 Log: (Retracted by #11908)
1512 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
1513 From: Michael G Schwern <schwern@pobox.com>
1514 Date: Wed, 5 Sep 2001 15:58:21 -0400
1515 Message-ID: <20010905155821.I632@blackrider>
1517 ! lib/File/Find.pm lib/File/Find/taint.t
1518 ____________________________________________________________________________
1519 [ 11897] By: jhi on 2001/09/05 23:14:43
1520 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
1521 From: Michael G Schwern <schwern@pobox.com>
1522 Date: Wed, 5 Sep 2001 19:16:31 -0400
1523 Message-ID: <20010905191631.E11386@blackrider>
1527 ____________________________________________________________________________
1528 [ 11896] By: jhi on 2001/09/05 23:14:11
1529 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1530 From: chromatic <chromatic@rmci.net>
1531 Date: Wed, 5 Sep 2001 18:08:07 -0600
1532 Message-Id: <01090518080700.19590@firewheel>
1535 ____________________________________________________________________________
1536 [ 11895] By: jhi on 2001/09/05 22:52:01
1537 Log: Fix a typo #11889 and add a test for the same.
1539 ! ext/Socket/Socket.t ext/Socket/Socket.xs
1540 ____________________________________________________________________________
1541 [ 11894] By: jhi on 2001/09/05 22:43:26
1542 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
1543 From: "Craig A. Berry" <craigberry@mac.com>
1544 Date: Wed, 05 Sep 2001 17:48:54 -0500
1545 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
1547 ! lib/warnings.t t/run/kill_perl.t
1548 ____________________________________________________________________________
1549 [ 11893] By: jhi on 2001/09/05 22:36:35
1550 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
1551 From: Michael G Schwern <schwern@pobox.com>
1552 Date: Wed, 5 Sep 2001 17:22:25 -0400
1553 Message-ID: <20010905172225.C11386@blackrider>
1556 ____________________________________________________________________________
1557 [ 11892] By: jhi on 2001/09/05 22:34:55
1558 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
1559 From: Nicholas Clark <nick@ccl4.org>
1560 Date: Wed, 5 Sep 2001 20:54:24 +0100
1561 Message-ID: <20010905205424.C25120@plum.flirble.org>
1563 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
1564 ____________________________________________________________________________
1565 [ 11891] By: jhi on 2001/09/05 22:34:16
1566 Log: Forgotten thing.
1569 ____________________________________________________________________________
1570 [ 11890] By: jhi on 2001/09/05 22:27:42
1571 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1572 From: chromatic <chromatic@rmci.net>
1573 Date: Wed, 5 Sep 2001 13:22:08 -0600
1574 Message-Id: <01090513220807.10587@firewheel>
1577 ____________________________________________________________________________
1578 [ 11889] By: jhi on 2001/09/05 22:23:06
1579 Log: inet_ntoa() tweaks:
1580 - don't allow addresses with > 255 characters
1581 - indent the HP-UX workaround
1584 ! ext/Socket/Socket.xs
1585 ____________________________________________________________________________
1586 [ 11888] By: jhi on 2001/09/05 16:26:17
1587 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
1588 <xwu@theeducationcenter.com>
1591 ____________________________________________________________________________
1592 [ 11887] By: jhi on 2001/09/05 15:40:03
1596 ____________________________________________________________________________
1597 [ 11886] By: jhi on 2001/09/05 15:30:11
1601 ____________________________________________________________________________
1602 [ 11885] By: gbarr on 2001/09/05 15:26:18
1603 Log: Update to Scalar-List-Utils 1.05
1605 ! ext/List/Util/ChangeLog ext/List/Util/README
1606 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
1607 ____________________________________________________________________________
1608 [ 11884] By: jhi on 2001/09/05 13:05:14
1609 Log: Update Changes.
1611 ! Changes patchlevel.h
1612 ____________________________________________________________________________
1613 [ 11883] By: gbarr on 2001/09/05 12:51:35
1614 Log: Update to Scalar-List-Utils 1.04
1616 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1617 ! ext/List/Util/lib/List/Util.pm
1618 ! ext/List/Util/lib/Scalar/Util.pm
1619 ____________________________________________________________________________
1620 [ 11882] By: jhi on 2001/09/05 12:29:44
1621 Log: Metaconfigify #11724.
1623 ! U/threads/archname.U
1624 ____________________________________________________________________________
1625 [ 11881] By: jhi on 2001/09/05 12:21:44
1626 Log: The MacOS reference is okay, no reason to hide it.
1629 ____________________________________________________________________________
1630 [ 11880] By: jhi on 2001/09/05 12:20:49
1631 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
1632 From: Michael G Schwern <schwern@pobox.com>
1633 Date: Tue, 4 Sep 2001 15:30:10 -0400
1634 Message-ID: <20010904153010.H26466@blackrider>
1636 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
1638 ! ext/Cwd/Makefile.PL lib/Cwd.pm
1639 ____________________________________________________________________________
1640 [ 11879] By: jhi on 2001/09/05 12:12:18
1641 Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.))
1642 From: Michael G Schwern <schwern@pobox.com>
1643 Date: Tue, 4 Sep 2001 17:39:13 -0400
1644 Message-ID: <20010904173913.C626@blackrider>
1647 ____________________________________________________________________________
1648 [ 11878] By: jhi on 2001/09/05 12:10:50
1649 Log: Subject: Re: Perl_pp_* in public API?
1650 From: "Craig A. Berry" <craigberry@mac.com>
1651 Date: Tue, 4 Sep 2001 21:51:29 -0500
1652 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
1654 ! ext/List/Util/Util.xs
1655 ____________________________________________________________________________
1656 [ 11877] By: jhi on 2001/09/05 12:07:53
1657 Log: From Damian: Class::Struct was unable to define
1658 recursive classes. After the patch an object reference
1659 (rather than a hash) is required to initialize
1660 an object attribute. If no such initializer is given to
1661 the constructor, object attributes are now default
1662 initialized to C<undef>.
1664 ! lib/Class/Struct.pm lib/Class/Struct.t
1665 ____________________________________________________________________________
1666 [ 11876] By: jhi on 2001/09/05 11:51:24
1667 Log: Subject: Re: sv_catpvfn and sv_setpvfn
1668 From: Richard Soderberg <rs@oregonnet.com>
1669 Date: Tue, 4 Sep 2001 15:16:47 -0700
1670 Message-Id: <200109042216.PAA17858@oregonnet.com>
1672 ! pod/perlclib.pod pod/perlguts.pod
1673 ____________________________________________________________________________
1674 [ 11875] By: jhi on 2001/09/05 11:48:14
1675 Log: NetWare updates from Ananth Kesari.
1677 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
1678 ! NetWare/nw5thread.h
1679 ____________________________________________________________________________
1680 [ 11874] By: jhi on 2001/09/05 11:30:59
1681 Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
1682 From: Nicholas Clark <nick@ccl4.org>
1683 Date: Tue, 4 Sep 2001 22:42:50 +0100
1684 Message-ID: <20010904224250.P25120@plum.flirble.org>
1686 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
1687 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
1689 ____________________________________________________________________________
1690 [ 11873] By: jhi on 2001/09/04 21:03:17
1691 Log: Fix Cwd::getcwd() not being tainted, as noticed
1694 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
1696 ! MANIFEST ext/Cwd/Cwd.xs util.c
1697 ____________________________________________________________________________
1698 [ 11872] By: jhi on 2001/09/04 20:00:50
1699 Log: Retract #11870 and volatilize the right destruct_level.
1700 Silly thinko pointed out by Sarathy.
1703 ____________________________________________________________________________
1704 [ 11871] By: jhi on 2001/09/04 19:45:59
1705 Log: At least a temporary fix for the mysterious scope core dumps
1706 in Tru64 from Graham.
1708 ! ext/List/Util/Util.xs
1709 ____________________________________________________________________________
1710 [ 11870] By: jhi on 2001/09/04 19:01:48
1711 Log: (Retracted by #11872)
1714 ____________________________________________________________________________
1715 [ 11869] By: jhi on 2001/09/04 17:43:31
1716 Log: Quench a -Wall gripe noticed by Robin Barker.
1719 ____________________________________________________________________________
1720 [ 11868] By: jhi on 2001/09/04 16:38:07
1721 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
1722 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1723 Date: Wed, 05 Sep 2001 02:01:32 +0900
1724 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
1726 ! lib/Unicode/UCD.pm
1727 ____________________________________________________________________________
1728 [ 11867] By: jhi on 2001/09/04 16:35:27
1729 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
1730 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1731 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
1732 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
1735 ____________________________________________________________________________
1736 [ 11866] By: jhi on 2001/09/04 13:52:28
1737 Log: Update Changes.
1739 ! Changes patchlevel.h
1740 ____________________________________________________________________________
1741 [ 11865] By: jhi on 2001/09/04 13:36:58
1742 Log: Add the \[$@%&*] prototype support.
1744 ! op.c pod/perlsub.pod t/comp/proto.t
1745 ____________________________________________________________________________
1746 [ 11864] By: jhi on 2001/09/04 13:10:38
1747 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
1748 From: Michael G Schwern <schwern@pobox.com>
1749 Date: Mon, 3 Sep 2001 18:59:01 -0400
1750 Message-ID: <20010903185901.Z9233@blackrider>
1753 ____________________________________________________________________________
1754 [ 11863] By: jhi on 2001/09/04 13:06:39
1755 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
1756 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1757 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
1758 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
1761 ____________________________________________________________________________
1762 [ 11862] By: jhi on 2001/09/04 13:05:23
1763 Log: More srand entry tweakage based on Randal's suggestion.
1766 ____________________________________________________________________________
1767 [ 11861] By: jhi on 2001/09/04 12:48:14
1768 Log: Subject: [PATCH] 'main' *is* a reserved word
1769 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1770 Date: Mon, 3 Sep 2001 22:55:41 +0200
1771 Message-ID: <20010903225541.A24097@rafael>
1774 ____________________________________________________________________________
1775 [ 11860] By: jhi on 2001/09/04 12:46:30
1776 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
1777 From: Peter Prymmer <pvhp@best.com>
1778 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
1779 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
1781 ! README.vms configure.com
1782 ____________________________________________________________________________
1783 [ 11859] By: jhi on 2001/09/04 12:44:29
1784 Log: Subject: Re: A slightly better default seed?
1785 From: Michael G Schwern <schwern@pobox.com>
1786 Date: Mon, 3 Sep 2001 18:08:15 -0400
1787 Message-ID: <20010903180815.W9233@blackrider>
1790 ____________________________________________________________________________
1791 [ 11858] By: jhi on 2001/09/04 12:41:59
1792 Log: Add sharedsv.o to microperl object files.
1795 ____________________________________________________________________________
1796 [ 11857] By: jhi on 2001/09/04 12:27:51
1797 Log: AUTHORS updates and
1799 Subject: [PATCH] Just some preening :-)
1800 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1801 Date: Tue, 4 Sep 2001 14:16:59 +0100
1802 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
1804 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
1805 ____________________________________________________________________________
1806 [ 11856] By: jhi on 2001/09/04 12:09:43
1807 Log: Typo fix and slight rewording.
1810 ____________________________________________________________________________
1811 [ 11855] By: jhi on 2001/09/04 12:04:16
1812 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
1815 ____________________________________________________________________________
1816 [ 11854] By: jhi on 2001/09/03 20:12:21
1817 Log: The helper file changed name.
1820 ____________________________________________________________________________
1821 [ 11853] By: gbarr on 2001/09/03 20:00:00
1822 Log: Update to Scalar-List-Utils 1.03
1824 + ext/List/Util/t/shuffle.t
1825 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
1826 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
1827 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
1828 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
1829 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
1830 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
1831 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
1832 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
1833 ____________________________________________________________________________
1834 [ 11852] By: jhi on 2001/09/03 19:50:57
1835 Log: Make crypt() do something more sane for Unicode
1836 (take crypt() of the low eight bits of the characters,
1837 instead of taking crypt() of the UTF-8 of the scalar);
1838 add a test for crypt().
1841 ! MANIFEST pod/perlfunc.pod pp.c
1842 ____________________________________________________________________________
1843 [ 11851] By: jhi on 2001/09/03 19:19:35
1844 Log: Reorganize the srand entry.
1847 ____________________________________________________________________________
1848 [ 11850] By: jhi on 2001/09/03 18:54:51
1849 Log: Remove the tests that assume something about
1850 calling srand() without arguments multiple times.
1853 ____________________________________________________________________________
1854 [ 11849] By: jhi on 2001/09/03 18:15:16
1855 Log: Upgrade to Math::BigInt 1.42.
1857 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1858 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1859 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1860 ! lib/Math/BigInt/t/mbimbf.t
1861 ____________________________________________________________________________
1862 [ 11848] By: gsar on 2001/09/03 17:07:54
1863 Log: integrate change#11847 from maint-5.6
1865 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1868 ____________________________________________________________________________
1869 [ 11847] By: gsar on 2001/09/03 16:47:54
1870 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1871 Branch: maint-5.6/perl
1873 ____________________________________________________________________________
1874 [ 11846] By: jhi on 2001/09/03 15:12:58
1875 Log: As far as I can tell these functions have been Unicodified.
1878 ____________________________________________________________________________
1879 [ 11845] By: jhi on 2001/09/03 15:11:27
1880 Log: Update to Storable 1.0.13.
1882 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1883 ! ext/Storable/Storable.xs
1884 ____________________________________________________________________________
1885 [ 11844] By: jhi on 2001/09/03 12:42:06
1886 Log: Patch the Filter::Simple test to work with
1887 the core test suite (since the FilterTest.pm
1888 is in t/lib, not in lib).
1890 ! lib/Filter/Simple/t/filter.t
1891 ____________________________________________________________________________
1892 [ 11843] By: jhi on 2001/09/03 12:39:11
1893 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
1895 + t/lib/FilterTest.pm
1897 ____________________________________________________________________________
1898 [ 11842] By: jhi on 2001/09/03 12:17:30
1899 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
1900 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
1901 Text::Balanced 1.86.
1903 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
1904 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1905 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
1906 + lib/Switch/t/nested.t lib/Switch/t/switch.t
1907 + lib/Text/Balanced/Changes lib/Text/Balanced/README
1908 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
1909 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
1910 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
1911 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
1912 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1913 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
1914 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
1915 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
1916 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
1917 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
1918 ! MANIFEST lib/Attribute/Handlers.pm
1919 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1920 ! lib/Attribute/Handlers/demo/Demo.pm
1921 ! lib/Attribute/Handlers/demo/Descriptions.pm
1922 ! lib/Attribute/Handlers/demo/MyClass.pm
1923 ! lib/Attribute/Handlers/demo/demo.pl
1924 ! lib/Attribute/Handlers/demo/demo2.pl
1925 ! lib/Attribute/Handlers/demo/demo3.pl
1926 ! lib/Attribute/Handlers/demo/demo4.pl
1927 ! lib/Attribute/Handlers/demo/demo_call.pl
1928 ! lib/Attribute/Handlers/demo/demo_chain.pl
1929 ! lib/Attribute/Handlers/demo/demo_cycle.pl
1930 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1931 ! lib/Attribute/Handlers/demo/demo_phases.pl
1932 ! lib/Attribute/Handlers/demo/demo_range.pl
1933 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
1934 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
1935 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1936 ! lib/Text/Balanced.pm
1937 ____________________________________________________________________________
1938 [ 11841] By: sky on 2001/09/03 11:04:15
1939 Log: Forgot to add a file with Change #11840
1942 ____________________________________________________________________________
1943 [ 11840] By: sky on 2001/09/03 11:02:04
1944 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
1945 From: Michael G Schwern <schwern@pobox.com>
1946 Date: Mon, 3 Sep 2001 07:43:00 -0400
1947 Message-ID: <20010903074300.E9233@blackrider>
1949 ! MANIFEST pod/perlfunc.pod t/op/rand.t
1950 ____________________________________________________________________________
1951 [ 11839] By: sky on 2001/09/03 10:47:11
1952 Log: Document the changes with regards to running of END blocks.
1953 And DESTROY on global objects are called in perl_destruct()!
1955 ! pod/perl572delta.pod pod/perlembed.pod
1956 ____________________________________________________________________________
1957 [ 11838] By: sky on 2001/09/03 09:34:44
1958 Log: Subject: [PATCH t/op/time.t] Partial cleanup
1959 From: Michael G Schwern <schwern@pobox.com>
1960 Date: Mon, 3 Sep 2001 06:29:42 -0400
1961 Message-ID: <20010903062942.C9233@blackrider>
1964 ____________________________________________________________________________
1965 [ 11837] By: sky on 2001/09/03 09:30:02
1966 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
1967 From: Michael G Schwern <schwern@pobox.com>
1968 Date: Mon, 3 Sep 2001 06:24:13 -0400
1969 Message-ID: <20010903062413.B9233@blackrider>
1972 ____________________________________________________________________________
1973 [ 11836] By: sky on 2001/09/03 07:56:47
1974 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
1975 From: Michael G Schwern <schwern@pobox.com>
1976 Date: Sun, 2 Sep 2001 21:38:43 -0400
1977 Message-ID: <20010902213843.L2711@blackrider>
1979 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
1981 ____________________________________________________________________________
1982 [ 11835] By: nick on 2001/09/03 06:20:06
1983 Log: Integrate mainline
1985 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
1987 !> (integrate 187 files)
1988 ____________________________________________________________________________
1989 [ 11834] By: jhi on 2001/09/02 13:07:53
1990 Log: Update Changes.
1992 ! Changes patchlevel.h
1993 ____________________________________________________________________________
1994 [ 11833] By: jhi on 2001/09/02 12:59:05
1998 ____________________________________________________________________________
1999 [ 11832] By: jhi on 2001/09/02 12:41:12
2000 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
2002 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2003 ____________________________________________________________________________
2004 [ 11831] By: sky on 2001/09/02 12:10:42
2005 Log: Change #11828 wasn't complete, this updates to intest path
2008 ____________________________________________________________________________
2009 [ 11830] By: jhi on 2001/09/02 11:56:18
2013 ____________________________________________________________________________
2014 [ 11829] By: jhi on 2001/09/02 11:54:22
2015 Log: Update Changes.
2017 ! Changes patchlevel.h
2018 ____________________________________________________________________________
2019 [ 11828] By: sky on 2001/09/02 11:53:56
2020 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
2021 From: Michael G Schwern <schwern@pobox.com>
2022 Date: Sat, 1 Sep 2001 20:18:58 -0400
2023 Message-ID: <20010901201858.X606@blackrider>
2027 - t/op/misc.t t/run/segfault.t
2029 ____________________________________________________________________________
2030 [ 11827] By: jhi on 2001/09/02 11:46:47
2031 Log: Subject: [PATCH] lib/Time/Local.pm
2032 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2033 Date: Sun, 2 Sep 2001 06:50:01 -0500
2034 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
2037 ____________________________________________________________________________
2038 [ 11826] By: jhi on 2001/09/02 11:40:49
2039 Log: Tick off Unicode collation and the normalization from
2043 ____________________________________________________________________________
2044 [ 11825] By: jhi on 2001/09/02 11:16:24
2045 Log: Update to Unicode 3.1.1.
2047 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
2048 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
2049 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
2050 ! lib/unicore/PropList.txt lib/unicore/README.perl
2051 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
2052 ! lib/unicore/rename lib/unicore/version
2053 ____________________________________________________________________________
2054 [ 11824] By: jhi on 2001/09/02 10:32:30
2055 Log: Slight doc tweaks for the module.
2057 ! lib/Unicode/UCD.pm
2058 ____________________________________________________________________________
2059 [ 11823] By: jhi on 2001/09/02 10:02:20
2060 Log: Rename the variable: it *used* to be (wrongly) that the
2061 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
2062 but that is no more the case: PL_reg_match_utf8 is better.
2064 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
2065 ! regexec.c sv.c thrdvar.h
2066 ____________________________________________________________________________
2067 [ 11822] By: ams on 2001/09/02 02:54:50
2068 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
2069 From: Ilmari Karonen <iltzu@sci.fi>
2070 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
2071 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
2072 (op/sub_lval.t updated to take new error message into account.)
2074 ! op.c t/op/sub_lval.t
2075 ____________________________________________________________________________
2076 [ 11821] By: gsar on 2001/09/02 01:06:30
2077 Log: remove stray CRs in files; keep all files with UNIX line-ends
2078 (Porting/makerel adds CRs to the files that need it in the
2081 ! NetWare/t/NWScripts.pl README.dos
2082 ! ext/Encode/Encode/cns11643-1.enc
2083 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
2084 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2085 ____________________________________________________________________________
2086 [ 11820] By: gsar on 2001/09/02 00:56:44
2087 Log: some remnants of change#11803
2089 ! ext/ByteLoader/byterun.h perl.h
2090 ____________________________________________________________________________
2091 [ 11819] By: jhi on 2001/09/01 23:40:36
2092 Log: Update to Unicode::Collate 0.08.
2094 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2095 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2096 ____________________________________________________________________________
2097 [ 11818] By: jhi on 2001/09/01 23:02:09
2101 ____________________________________________________________________________
2102 [ 11817] By: pudge on 2001/09/01 22:36:29
2104 Branch: maint-5.6/macperl
2106 ____________________________________________________________________________
2107 [ 11816] By: pudge on 2001/09/01 22:15:09
2108 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
2109 warnings in Config.pm with -W; increase default and
2110 minimum RAM; bump version number.
2111 Branch: maint-5.6/macperl
2112 + macos/lib/Mac/LowMem.pm
2113 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
2114 ! macos/configpm macos/macperl/MacPerl.r
2115 ____________________________________________________________________________
2116 [ 11815] By: pudge on 2001/09/01 22:10:49
2117 Log: Make syntax check report in MPW style, fix tests
2118 to use Mac::err=unix to get normal-style error
2120 Branch: maint-5.6/macperl
2121 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
2122 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
2123 ____________________________________________________________________________
2124 [ 11814] By: pudge on 2001/09/01 22:09:08
2125 Log: Make MPW-style errors optional (but the default); add
2126 MacPerl::ErrorFormat() function and Mac::err pragma
2127 Branch: maint-5.6/macperl
2128 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
2129 + macos/ext/Mac/err/err.xs
2130 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
2131 ! macos/macish.c macos/macish.h macos/macperl.sym
2132 ____________________________________________________________________________
2133 [ 11813] By: pudge on 2001/09/01 22:01:40
2134 Log: More module and test ports from Thomas Wegner et al
2135 Branch: maint-5.6/macperl
2136 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2137 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
2138 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
2140 ____________________________________________________________________________
2141 [ 11812] By: sky on 2001/09/01 17:19:30
2142 Log: Subject: [PATCH t/op/concat.t] cleanup
2143 From: Michael G Schwern <schwern@pobox.com>
2144 Date: Sat, 1 Sep 2001 14:06:28 -0400
2145 Message-ID: <20010901140628.C606@blackrider>
2148 ____________________________________________________________________________
2149 [ 11811] By: sky on 2001/09/01 12:25:29
2150 Log: Change #11805 didn't update the MANIFEST
2153 ____________________________________________________________________________
2154 [ 11810] By: sky on 2001/09/01 11:52:44
2155 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
2156 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2157 Date: Sat, 1 Sep 2001 14:50:14 +0200
2158 Message-ID: <20010901145014.A691@rafael>
2161 ____________________________________________________________________________
2162 [ 11809] By: sky on 2001/09/01 11:49:22
2163 Log: Subject: PATCH: ExtUtils::MakeMaker
2164 From: Tony Bowden <tony@kasei.com>
2165 Date: Sat, 1 Sep 2001 10:33:53 +0100
2166 Message-ID: <20010901103353.A13863@soto.kasei.com>
2169 ! lib/ExtUtils/MakeMaker.pm
2170 ____________________________________________________________________________
2171 [ 11808] By: sky on 2001/09/01 11:39:13
2172 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
2173 From: mike808@users.sourceforge.net
2174 Date: Sat, 1 Sep 101 11:27:50 GMT
2175 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
2179 ____________________________________________________________________________
2180 [ 11807] By: ams on 2001/09/01 11:31:16
2181 Log: Subject: oct() and hex()
2182 From: Nicholas Clark <nick@ccl4.org>
2183 Date: Fri, 31 Aug 2001 23:14:13 +0100
2184 Message-Id: <20010831231413.J4950@plum.flirble.org>
2187 ____________________________________________________________________________
2188 [ 11806] By: pudge on 2001/09/01 00:04:52
2189 Log: Integrate change 11801 from maintperl
2190 Branch: maint-5.6/macperl
2192 ____________________________________________________________________________
2193 [ 11805] By: sky on 2001/08/31 21:35:10
2194 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
2195 From: Michael G Schwern <schwern@pobox.com>
2196 Date: Fri, 31 Aug 2001 15:36:28 -0400
2197 Message-ID: <20010831153628.B598@blackrider>
2198 Check for things which used to segfault
2201 ____________________________________________________________________________
2202 [ 11804] By: gsar on 2001/08/31 21:02:54
2203 Log: integrate change#11801 from maint-5.6
2205 remove age-old UNICOS "workaround" that introduces a static, and
2206 hence an egregious race condition for threaded builds (*sigh*
2207 beats me why this kludge wasn't guarded by a UNICOS-specific
2211 ____________________________________________________________________________
2212 [ 11803] By: gsar on 2001/08/31 20:58:38
2213 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
2217 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
2218 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
2219 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
2220 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
2221 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
2222 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
2223 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
2224 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2225 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
2226 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
2227 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2228 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2229 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
2230 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
2231 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
2232 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
2233 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
2234 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
2235 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
2236 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
2237 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
2238 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
2239 ____________________________________________________________________________
2240 [ 11802] By: ams on 2001/08/31 18:11:32
2241 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
2242 From: "Philip Newton" <Philip.Newton@gmx.net>
2243 Date: Fri, 31 Aug 2001 21:12:56 +0200
2244 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
2247 ____________________________________________________________________________
2248 [ 11801] By: gsar on 2001/08/31 17:49:03
2249 Log: remove age-old UNICOS "workaround" that introduces a static, and
2250 hence an egregious race condition for threaded builds (*sigh*
2251 beats me why this kludge wasn't guarded by a UNICOS-specific
2253 Branch: maint-5.6/perl
2255 ____________________________________________________________________________
2256 [ 11800] By: sky on 2001/08/31 17:30:26
2257 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
2258 Might break on platforms where bool is larger than 8 bites ???
2261 ____________________________________________________________________________
2262 [ 11799] By: ams on 2001/08/31 12:15:44
2263 Log: Integrate 11778 into mainline.
2266 ____________________________________________________________________________
2267 [ 11798] By: sky on 2001/08/31 11:31:44
2268 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
2272 ____________________________________________________________________________
2273 [ 11797] By: sky on 2001/08/31 11:28:17
2274 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
2275 From: "John P. Linderman" <jpl@research.att.com>
2276 Date: Fri, 31 Aug 2001 08:20:35 -0400
2277 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
2278 Fixes test 14 which could fail randomly in rare cases.
2280 ! ext/Time/HiRes/HiRes.t regcomp.c
2281 ____________________________________________________________________________
2282 [ 11796] By: ams on 2001/08/31 01:13:07
2283 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
2284 From: Nicholas Clark <nick@ccl4.org>
2285 Date: Thu, 30 Aug 2001 23:21:50 +0100
2286 Message-Id: <20010830232150.D4950@plum.flirble.org>
2288 ! ext/Sys/Syslog/Makefile.PL
2289 ____________________________________________________________________________
2290 [ 11795] By: ams on 2001/08/30 23:53:23
2291 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
2293 From: Michael G Schwern <schwern@pobox.com>
2294 Date: Thu, 30 Aug 2001 17:02:08 -0400
2295 Message-Id: <20010830170208.M2318@blackrider>
2298 ____________________________________________________________________________
2299 [ 11794] By: ams on 2001/08/30 19:35:36
2300 Log: Subject: [PATCH] pp_modulo
2301 From: Nicholas Clark <nick@ccl4.org>
2302 Date: Thu, 30 Aug 2001 18:20:54 +0100
2303 Message-Id: <20010830182053.A4950@plum.flirble.org>
2305 ! pp.c t/op/64bitint.t
2306 ____________________________________________________________________________
2307 [ 11793] By: sky on 2001/08/30 13:02:48
2308 Log: 11792 wasn't complete
2310 ! makedef.pl regcomp.c
2311 ____________________________________________________________________________
2312 [ 11792] By: sky on 2001/08/30 12:21:11
2313 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
2316 ____________________________________________________________________________
2317 [ 11791] By: sky on 2001/08/30 10:08:02
2318 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
2321 ____________________________________________________________________________
2322 [ 11790] By: sky on 2001/08/30 08:22:31
2323 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
2324 on the pad. Fixes coredumps in cleanups introduced by
2328 ____________________________________________________________________________
2329 [ 11789] By: sky on 2001/08/29 19:01:47
2330 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
2331 This is a replacement implmentation that works on HPUX.
2332 This bug should probably be fixed in GCC.
2334 ! ext/Socket/Socket.xs
2335 ____________________________________________________________________________
2336 [ 11788] By: ams on 2001/08/29 17:35:33
2337 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2338 From: Nicholas Clark <nick@ccl4.org>
2339 Date: Wed, 29 Aug 2001 18:21:56 +0100
2340 Message-Id: <20010829182156.O4950@plum.flirble.org>
2342 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
2343 ____________________________________________________________________________
2344 [ 11787] By: sky on 2001/08/29 10:42:54
2345 Log: Added test for pack_addr_in and unpack_addr_in
2348 ! ext/Socket/Socket.t
2349 ____________________________________________________________________________
2350 [ 11786] By: sky on 2001/08/29 10:28:14
2351 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
2352 Trying to catch errors on HP-UX
2354 ! ext/Socket/Socket.t
2355 ____________________________________________________________________________
2356 [ 11785] By: sky on 2001/08/29 09:07:03
2357 Log: make sure USE_THREADS is defined so external apps work
2360 ____________________________________________________________________________
2361 [ 11784] By: sky on 2001/08/29 08:06:12
2362 Log: Subject: Re: The hitlist of untested modules.
2363 From: Jonathan Stowe <gellyfish@gellyfish.com>
2364 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
2365 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
2366 Start of tests for Shell.pm (make Schwern poorer!)
2370 ____________________________________________________________________________
2371 [ 11783] By: sky on 2001/08/29 07:37:50
2372 Log: END{} can change the return value even if we die from BEGIN{}
2375 ____________________________________________________________________________
2376 [ 11782] By: ams on 2001/08/29 06:32:17
2377 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
2378 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2379 Date: Wed, 29 Aug 2001 09:18:17 +0200
2380 Message-Id: <20010829091817.A4453@rafael>
2383 ____________________________________________________________________________
2384 [ 11781] By: pudge on 2001/08/29 02:28:33
2385 Log: Delete xsubpp.patch, as full copy exists now
2386 Branch: maint-5.6/macperl
2387 - macos/xsubpp.patch
2388 ____________________________________________________________________________
2389 [ 11780] By: pudge on 2001/08/29 02:26:03
2390 Log: Add Changes file
2391 Branch: maint-5.6/macperl
2393 ____________________________________________________________________________
2394 [ 11779] By: pudge on 2001/08/29 02:23:11
2395 Log: Add Mac version of xsubpp as separate file
2396 Branch: maint-5.6/macperl
2399 ____________________________________________________________________________
2400 [ 11778] By: pudge on 2001/08/29 02:14:57
2401 Log: Fix open of /dev/null for Mac OS
2402 Branch: maint-5.6/macperl
2404 ____________________________________________________________________________
2405 [ 11777] By: pudge on 2001/08/29 02:12:52
2406 Log: Various patches: enable more tests; skip CVS in PerlInstall;
2407 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
2408 Branch: maint-5.6/macperl
2409 ! macos/MacPerlTests.cmd macos/PerlInstall
2410 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
2411 ____________________________________________________________________________
2412 [ 11776] By: pudge on 2001/08/29 02:11:42
2413 Log: Allow for platforms to override formatting of errors
2414 on output from Matthias Neeracher (Mac files)
2415 Branch: maint-5.6/macperl
2416 ! macos/macish.c macos/macish.h
2417 ____________________________________________________________________________
2418 [ 11775] By: pudge on 2001/08/29 01:59:32
2419 Log: Allow for platforms to override formatting of errors
2420 on output from Matthias Neeracher (core files)
2421 Branch: maint-5.6/macperl
2422 ! perl.h pp_ctl.c util.c
2423 ____________________________________________________________________________
2424 [ 11774] By: pudge on 2001/08/29 01:29:43
2425 Log: Add some param checking, from reports by Kevin Reid.
2426 Branch: maint-5.6/macperl
2427 ! macos/ext/Mac/Controls/Controls.pm
2428 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
2429 ____________________________________________________________________________
2430 [ 11773] By: ams on 2001/08/28 23:54:57
2431 Log: Subject: [PATCH] make coretest
2432 From: Paul Johnson <paul@pjcj.net>
2433 Date: Wed, 29 Aug 2001 00:11:38 +0200
2434 Message-Id: <20010829001138.B12169@pjcj.net>
2435 (Applied without the change to perlhack.pod. This should
2436 probably stay undocumented.)
2438 ! Makefile.SH t/TEST
2439 ____________________________________________________________________________
2440 [ 11772] By: sky on 2001/08/28 13:01:20
2441 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
2442 From: Michael G Schwern <schwern@pobox.com>
2443 Date: Tue, 28 Aug 2001 09:57:39 -0400
2444 Message-ID: <20010828095738.E17775@blackrider>
2446 ! pod/perlhack.pod t/op/pack.t
2447 ____________________________________________________________________________
2448 [ 11771] By: sky on 2001/08/28 11:20:13
2449 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
2450 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2451 Date: Tue, 28 Aug 2001 14:23:43 +0200
2452 Message-ID: <20010828142343.A19299@rafael>
2454 ! pod/perlvar.pod pp_ctl.c
2455 ____________________________________________________________________________
2456 [ 11770] By: ams on 2001/08/28 10:13:21
2457 Log: Subject: [PATCH] odd typo in op.h
2458 From: Nicholas Clark <nick@ccl4.org>
2459 Date: Tue, 28 Aug 2001 12:10:26 +0100
2460 Message-Id: <20010828121026.V4950@plum.flirble.org>
2463 ____________________________________________________________________________
2464 [ 11769] By: sky on 2001/08/28 08:09:16
2465 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
2466 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
2467 Date: Tue, 28 Aug 2001 02:22:20 +0300
2468 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
2471 ____________________________________________________________________________
2472 [ 11768] By: ams on 2001/08/28 00:47:35
2473 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2474 From: Michael G Schwern <schwern@pobox.com>
2475 Date: Mon, 27 Aug 2001 21:24:44 -0400
2476 Message-Id: <20010827212444.F12582@blackrider>
2478 ! pod/perlhack.pod t/op/pack.t
2479 ____________________________________________________________________________
2480 [ 11767] By: ams on 2001/08/27 23:59:48
2481 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2482 From: Michael G Schwern <schwern@pobox.com>
2483 Date: Mon, 27 Aug 2001 20:12:29 -0400
2484 Message-Id: <20010827201229.D12582@blackrider>
2486 ! pod/perlhack.pod t/op/pack.t
2487 ____________________________________________________________________________
2488 [ 11766] By: ams on 2001/08/27 23:39:40
2489 Log: Update Changes.
2492 ____________________________________________________________________________
2493 [ 11765] By: ams on 2001/08/27 22:53:10
2494 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
2495 From: Michael G Schwern <schwern@pobox.com>
2496 Date: Mon, 27 Aug 2001 19:47:30 -0400
2497 Message-Id: <20010827194730.C12582@blackrider>
2500 ____________________________________________________________________________
2501 [ 11764] By: ams on 2001/08/27 22:46:21
2502 Log: Subject: [PATCH] new tests for the coderef-in-@INC
2503 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2504 Date: Mon, 27 Aug 2001 22:36:27 +0200
2505 Message-Id: <20010827223627.C690@rafael>
2507 Subject: Re: [PATCH] new tests for the coderef-in-@INC
2508 From: Nicholas Clark <nick@ccl4.org>
2509 Date: Tue, 28 Aug 2001 00:02:46 +0100
2510 Message-Id: <20010828000245.R4950@plum.flirble.org>
2514 ____________________________________________________________________________
2515 [ 11763] By: ams on 2001/08/27 22:41:09
2516 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
2517 bleadperl on fire, Win95+4NT)
2518 From: Michael G Schwern <schwern@pobox.com>
2519 Date: Mon, 27 Aug 2001 16:54:42 -0400
2520 Message-Id: <20010827165442.F9436@blackrider>
2523 ____________________________________________________________________________
2524 [ 11762] By: sky on 2001/08/27 19:19:17
2525 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
2526 avaible at compile time. This broke the compilation of
2530 ____________________________________________________________________________
2531 [ 11761] By: sky on 2001/08/27 18:34:48
2532 Log: Removed tripple definitions of CUSTOM_OP functions.
2534 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2535 ____________________________________________________________________________
2536 [ 11760] By: sky on 2001/08/27 18:21:27
2539 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
2541 ____________________________________________________________________________
2542 [ 11759] By: ams on 2001/08/27 16:31:53
2543 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
2544 From: "chromatic" <chromatic@rmci.net>
2545 Date: Mon, 27 Aug 2001 11:17:09 -0600
2546 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
2548 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
2549 ____________________________________________________________________________
2550 [ 11758] By: sky on 2001/08/27 15:16:42
2551 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
2552 Thanks to H. Merijn Brand for the patch.
2553 Some of the comments and or guards might be removable in perl.h now.
2555 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
2556 ! Porting/Glossary Porting/config_H README.threads config_h.SH
2557 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
2558 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
2559 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
2560 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
2561 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
2562 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
2563 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
2564 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
2565 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
2566 ! win32/config_H.vc win32/perllib.c win32/win32.h
2567 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
2568 ! wince/config.h wince/config_H.ce wince/win32.h
2569 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
2570 ____________________________________________________________________________
2571 [ 11757] By: sky on 2001/08/27 13:39:16
2572 Log: Subject: GNU ld parses arguments different
2573 From: H.Merijn Brand <h.m.brand@hccnet.nl>
2574 Date: Mon, 27 Aug 2001 16:25:51 +0200
2575 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
2578 ____________________________________________________________________________
2579 [ 11756] By: sky on 2001/08/27 13:18:45
2580 Log: Subject: Custom Ops
2581 From: Simon Cozens <simon@netthink.co.uk>
2582 Date: Sat, 25 Aug 2001 17:45:09 +0100
2583 Message-ID: <20010825174509.A5752@netthink.co.uk>
2584 I also added a fix to Opcode.pm to quite test cases.
2586 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
2587 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
2588 ____________________________________________________________________________
2589 [ 11755] By: sky on 2001/08/27 05:37:17
2590 Log: Plugs a memory leak on destruction of regular expressions
2591 introcued by #11274.
2592 PL_regex_padav now has an AV as it's first entry with a list
2593 of freed regex_padav slots that it will reuse on creating
2597 ____________________________________________________________________________
2598 [ 11754] By: ams on 2001/08/26 14:38:52
2599 Log: Subject: [PATCH] t/io/binmode.t
2600 From: Nicholas Clark <nick@ccl4.org>
2601 Date: Sun, 26 Aug 2001 12:03:05 +0100
2602 Message-Id: <20010826120305.C4950@plum.flirble.org>
2604 (Also a nitpick in #11752 to t/op/universal.t)
2606 ! t/io/binmode.t t/op/universal.t
2607 ____________________________________________________________________________
2608 [ 11753] By: ams on 2001/08/26 08:19:34
2609 Log: Subject: [PATCH] op/universal.t failing
2610 From: Nicholas Clark <nick@ccl4.org>
2611 Date: Sun, 26 Aug 2001 09:48:22 +0100
2612 Message-Id: <20010826094822.B4950@plum.flirble.org>
2615 ____________________________________________________________________________
2616 [ 11752] By: ams on 2001/08/25 22:46:13
2617 Log: Subject: Re: 'can' with undefined subs
2618 From: Tony Bowden <tony@kasei.com>
2619 Date: Sat, 25 Aug 2001 14:58:17 +0100
2620 Message-Id: <20010825145817.A11788@soto.kasei.com>
2621 (Applied with minor modifications.)
2624 ____________________________________________________________________________
2625 [ 11751] By: ams on 2001/08/25 18:28:43
2626 Log: Subject: Re: 'can' with undefined subs
2627 From: Tony Bowden <tony@kasei.com>
2628 Date: Sat, 25 Aug 2001 15:13:14 +0100
2629 Message-Id: <20010825151314.B11788@soto.kasei.com>
2632 ____________________________________________________________________________
2633 [ 11750] By: nick on 2001/08/25 15:24:15
2634 Log: Integrate mainline
2637 !> (integrate 26 files)
2638 ____________________________________________________________________________
2639 [ 11749] By: nick on 2001/08/25 14:55:41
2640 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
2641 From: John Peacock <jpeacock@rowman.com>
2642 Date: Wed, 22 Aug 2001 12:05:28 -0400
2643 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
2646 ____________________________________________________________________________
2647 [ 11748] By: nick on 2001/08/25 14:53:04
2648 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
2649 From: Michael G Schwern <schwern@pobox.com>
2650 Date: Wed, 22 Aug 2001 19:22:45 -0400
2651 Message-Id: <20010822192245.U619@blackrider>
2654 ____________________________________________________________________________
2655 [ 11747] By: nick on 2001/08/25 14:52:33
2656 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
2657 From: Nicholas Clark <nick@ccl4.org>
2658 Date: Wed, 22 Aug 2001 23:29:06 +0100
2659 Message-Id: <20010822232906.Z82818@plum.flirble.org>
2662 ! perlio.c pod/perlfunc.pod
2663 ____________________________________________________________________________
2664 [ 11744] By: nick on 2001/08/25 14:37:33
2665 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
2666 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2667 Date: Fri, 24 Aug 2001 22:10:42 +0200
2668 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
2670 ! x2p/a2py.c x2p/walk.c
2671 ____________________________________________________________________________
2672 [ 11743] By: nick on 2001/08/25 14:32:47
2673 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
2674 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2675 Date: Fri, 24 Aug 2001 23:34:13 +0200
2676 Message-Id: <20010824233413.A1285@rafael>
2678 ! pod/perlfunc.pod pod/perlvar.pod
2679 ____________________________________________________________________________
2680 [ 11742] By: ams on 2001/08/25 13:16:02
2681 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
2682 From: Nicholas Clark <nick@ccl4.org>
2683 Date: Sat, 25 Aug 2001 14:50:07 +0100
2684 Message-Id: <20010825145007.L41464@plum.flirble.org>
2687 ____________________________________________________________________________
2688 [ 11741] By: nick on 2001/08/24 07:08:45
2689 Log: When applying patch via Porting/apply fails, do p4 refresh
2690 to get old files back.
2693 ____________________________________________________________________________
2694 [ 11740] By: ams on 2001/08/24 04:47:24
2695 Log: #11739 was incomplete.
2698 ____________________________________________________________________________
2699 [ 11739] By: ams on 2001/08/24 04:09:40
2700 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
2701 From: "Philip Newton" <Philip.Newton@gmx.net>
2702 Date: Fri, 24 Aug 2001 07:08:34 +0200
2705 ____________________________________________________________________________
2706 [ 11738] By: ams on 2001/08/24 02:19:42
2707 Log: Fixed Doug Wilson's email address.
2710 ____________________________________________________________________________
2711 [ 11737] By: ams on 2001/08/24 00:10:13
2712 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
2713 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2714 Date: Thu, 23 Aug 2001 22:22:58 +0200
2715 Message-Id: <20010823222258.A901@rafael>
2718 ____________________________________________________________________________
2719 [ 11736] By: ams on 2001/08/24 00:05:02
2720 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
2721 From: "Craig A. Berry" <craigberry@mac.com>
2722 Date: Thu, 23 Aug 2001 19:07:45 -0500
2723 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
2726 ____________________________________________________________________________
2727 [ 11735] By: sky on 2001/08/23 13:42:07
2728 Log: Backed out 11732, it breaks lib/strict.t
2731 ____________________________________________________________________________
2732 [ 11734] By: sky on 2001/08/23 11:45:59
2733 Log: Removed toy from 17133 after Matt Sargeants request.
2736 ____________________________________________________________________________
2737 [ 11733] By: sky on 2001/08/23 11:36:29
2738 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
2739 From: Robin Houston <robin@kitsite.com>
2740 Date: Wed, 22 Aug 2001 23:06:16 +0100
2741 Message-ID: <20010822230616.A254@robin.kitsite.com>
2744 ____________________________________________________________________________
2745 [ 11732] By: sky on 2001/08/23 10:36:02
2746 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
2747 From: Simon Cozens <simon@netthink.co.uk>
2748 Date: Thu, 23 Aug 2001 12:06:36 +0100
2749 Message-ID: <20010823120636.A9961@netthink.co.uk>
2752 ____________________________________________________________________________
2753 [ 11731] By: gsar on 2001/08/23 03:58:58
2754 Log: fix broken windows build
2757 ____________________________________________________________________________
2758 [ 11730] By: ams on 2001/08/22 21:35:30
2759 Log: Subject: [PATCH] io/tell.t doesn't chdir t
2760 From: Nicholas Clark <nick@ccl4.org>
2761 Date: Wed, 22 Aug 2001 23:25:58 +0100
2762 Message-Id: <20010822232557.Y82818@plum.flirble.org>
2765 ____________________________________________________________________________
2766 [ 11729] By: ams on 2001/08/22 20:32:21
2767 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2769 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2770 Date: Wed, 22 Aug 2001 17:09:04 -0400
2771 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2772 (Oops, forgot File::Spec::Unix in the previous patch.)
2774 ! lib/File/Spec/Unix.pm
2775 ____________________________________________________________________________
2776 [ 11728] By: ams on 2001/08/22 20:25:41
2777 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2779 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2780 Date: Wed, 22 Aug 2001 17:09:04 -0400
2781 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2784 ____________________________________________________________________________
2785 [ 11727] By: ams on 2001/08/22 19:43:30
2786 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
2787 From: John Peacock <jpeacock@rowman.com>
2788 Date: Wed, 22 Aug 2001 12:35:52 -0400
2789 Message-Id: <3B83DF68.5D89DC81@rowman.com>
2790 (Adds proper tests for $], notwithstanding Subject. +nitpick)
2793 ____________________________________________________________________________
2794 [ 11726] By: ams on 2001/08/22 19:36:39
2795 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
2796 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
2797 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
2798 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
2800 ! lib/diagnostics.pm lib/diagnostics.t
2801 ____________________________________________________________________________
2802 [ 11725] By: ams on 2001/08/22 19:25:01
2803 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
2804 From: Nicholas Clark <nick@ccl4.org>
2805 Date: Wed, 22 Aug 2001 20:59:05 +0100
2806 Message-Id: <20010822205905.U82818@plum.flirble.org>
2808 ! pp.c t/op/64bitint.t t/op/arith.t
2809 ____________________________________________________________________________
2810 [ 11724] By: ams on 2001/08/22 10:02:33
2811 Log: Subject: Configure blooper
2812 From: H.Merijn Brand <h.m.brand@hccnet.nl>
2813 Date: Wed, 22 Aug 2001 12:38:35 +0200
2814 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
2817 ____________________________________________________________________________
2818 [ 11723] By: ams on 2001/08/21 16:17:53
2819 Log: Subject: [PATCH] installperl -help
2820 From: Nicholas Clark <nick@ccl4.org>
2821 Date: Tue, 21 Aug 2001 17:34:23 +0100
2822 Message-Id: <20010821173423.F82818@plum.flirble.org>
2825 ____________________________________________________________________________
2826 [ 11722] By: ams on 2001/08/20 07:46:31
2827 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
2828 From: Ilmari Karonen <iltzu@sci.fi>
2829 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
2830 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
2833 ____________________________________________________________________________
2834 [ 11721] By: nick on 2001/08/20 06:24:31
2835 Log: Integrate mainline
2837 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
2838 +> lib/Lingua/KO/Hangul/Util/Changes
2839 +> lib/Lingua/KO/Hangul/Util/README
2840 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2841 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2842 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2843 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2844 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2845 +> lib/Unicode/Normalize/t/test.t
2846 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2847 !> (integrate 55 files)
2848 ____________________________________________________________________________
2849 [ 11720] By: pudge on 2001/08/19 19:00:16
2850 Log: Integrate Change #11599 from maint-5.6/perl
2851 Branch: maint-5.6/macperl
2853 ____________________________________________________________________________
2854 [ 11719] By: ams on 2001/08/18 21:21:42
2855 Log: Add Porting/apply to MANIFEST.
2858 ____________________________________________________________________________
2859 [ 11718] By: sky on 2001/08/18 14:38:01
2860 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
2861 Better solution would be to make 5005threaded perl use
2862 the same system as ithreads do
2865 ____________________________________________________________________________
2866 [ 11717] By: jhi on 2001/08/18 14:24:42
2867 Log: New try for ID 20010407.006: detach the semantics
2868 "was the last match target UTF8" into its own variable.
2870 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
2871 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
2872 ____________________________________________________________________________
2873 [ 11716] By: jhi on 2001/08/18 12:11:14
2874 Log: UTF8 flag should be meaningful only when POK.
2877 ____________________________________________________________________________
2878 [ 11715] By: sky on 2001/08/18 11:45:16
2879 Log: USE_THREADS and USE_ITHREADS are never true at the same time
2882 ____________________________________________________________________________
2883 [ 11714] By: jhi on 2001/08/18 06:03:24
2884 Log: Retract #11712 for now. The real fix would probably
2885 be something like making PL_reg_sv a copy (PV + UTF8)
2886 of the matched/substituted string (note: not just a SvPOK
2887 string, for example the stringified form of a ROK would
2888 be applicable) Beware of leaks.
2890 ! pp_hot.c t/op/pat.t
2891 ____________________________________________________________________________
2892 [ 11713] By: jhi on 2001/08/18 03:22:42
2893 Log: UTF8 wasn't printing for PVMGs.
2896 ____________________________________________________________________________
2897 [ 11712] By: jhi on 2001/08/18 03:22:24
2898 Log: (Retracted by #11714)
2900 Okay analysis, debatable fix. (The fix will inc
2901 the refcount of all temporary match objects,
2902 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
2903 which will then cause griping at untie() time
2904 ("inner references remain").
2906 Fix for ID 20010407.006: PL_reg_sv got wiped out
2907 by freetemps if the match target was a temporary
2908 (like function_call() =~ /.../), which in turn meant
2909 that the $1 et al stopped working if they had UTF-8
2910 in them. Therefore bump up the refcount of PL_reg_sv.
2912 ! pp_hot.c t/op/pat.t
2913 ____________________________________________________________________________
2914 [ 11711] By: ams on 2001/08/17 20:32:08
2915 Log: Subject: [PATCH] doesn't compile, was perl@11710
2916 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2917 Date: Fri, 17 Aug 2001 23:21:10 +0200
2918 Message-Id: <20010817232110.C7041@rafael>
2921 ____________________________________________________________________________
2922 [ 11710] By: jhi on 2001/08/17 14:26:57
2923 Log: Update Changes.
2925 ! Changes patchlevel.h
2926 ____________________________________________________________________________
2927 [ 11709] By: jhi on 2001/08/17 13:47:53
2928 Log: Upgrade to libnet 1.0704.
2930 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2931 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
2932 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
2933 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
2934 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
2935 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
2936 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
2937 ____________________________________________________________________________
2938 [ 11708] By: sky on 2001/08/17 13:34:04
2939 Log: Let perl_clone copy PL_exit_flags
2942 ____________________________________________________________________________
2943 [ 11707] By: sky on 2001/08/17 12:28:41
2944 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
2946 ! sharedsv.c sharedsv.h
2947 ____________________________________________________________________________
2948 [ 11706] By: jhi on 2001/08/17 11:59:28
2949 Log: The metaconfig unit change for #11705.
2950 Branch: metaconfig/U/perl
2952 ____________________________________________________________________________
2953 [ 11705] By: jhi on 2001/08/17 11:58:48
2954 Log: Allow the threads extension to be found if present.
2957 ____________________________________________________________________________
2958 [ 11704] By: nick on 2001/08/17 11:47:54
2959 Log: Mail -> change script (pre-alpha)
2962 ____________________________________________________________________________
2963 [ 11703] By: sky on 2001/08/17 07:11:24
2964 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
2965 Thanks to Tom Hospel for pointing out my error.
2968 ____________________________________________________________________________
2969 [ 11702] By: sky on 2001/08/17 04:18:11
2970 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.
2972 ! embed.pl miniperlmain.c perl.c perl.h proto.h
2973 ____________________________________________________________________________
2974 [ 11701] By: jhi on 2001/08/17 03:22:38
2975 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
2976 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
2978 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2979 + lib/Lingua/KO/Hangul/Util/README
2980 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2981 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2982 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2983 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2984 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2985 + lib/Unicode/Normalize/t/test.t
2987 ____________________________________________________________________________
2988 [ 11700] By: jhi on 2001/08/17 02:58:59
2989 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
2990 Date: Thu, 16 Aug 2001 22:46:15 -0500
2991 From: "Craig A. Berry" <craigberry@mac.com>
2992 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
2994 ! configure.com numeric.c
2995 ____________________________________________________________________________
2996 [ 11699] By: jhi on 2001/08/17 02:33:00
2997 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
2998 of the usual suspects (like getpwent) but not for others
2999 (like localtime and rand). The _r versions are available
3000 for all of them, so let's use them.
3003 ____________________________________________________________________________
3004 [ 11698] By: jhi on 2001/08/17 01:53:02
3005 Log: (Accidental apply; thankfully empty.)
3008 ____________________________________________________________________________
3009 [ 11697] By: jhi on 2001/08/17 01:50:55
3010 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
3011 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3012 Date: Thu, 16 Aug 2001 16:27:49 +0100
3013 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
3015 ! regexec.c t/op/re_tests
3016 ____________________________________________________________________________
3017 [ 11696] By: jhi on 2001/08/17 01:50:01
3018 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
3019 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3020 Date: Thu, 16 Aug 2001 18:50:01 +0100
3021 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
3023 ! pp_hot.c t/op/pat.t
3024 ____________________________________________________________________________
3025 [ 11695] By: jhi on 2001/08/17 01:49:12
3026 Log: Subject: [PATCH] *time_r again
3027 From: "Arthur Bergman" <arthur@contiller.se>
3028 Date: Thu, 16 Aug 2001 16:01:54 +0200
3029 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
3032 ____________________________________________________________________________
3033 [ 11694] By: jhi on 2001/08/17 01:47:53
3034 Log: system() and backtick error handling cleanup from Craig A. Berry.
3037 ____________________________________________________________________________
3038 [ 11693] By: gsar on 2001/08/17 01:07:21
3039 Log: change#10334 leaks memory, copies string when it doesn't
3043 ____________________________________________________________________________
3044 [ 11692] By: jhi on 2001/08/16 12:22:29
3045 Log: One more twist to the sprintf + utf8 testing.
3048 ____________________________________________________________________________
3049 [ 11691] By: jhi on 2001/08/16 11:46:02
3050 Log: Fix for 20010407.008 sprintf removes utf8-ness.
3053 ____________________________________________________________________________
3054 [ 11690] By: jhi on 2001/08/16 11:31:00
3055 Log: Subject: [PATCH] *time_r fixes
3056 From: "Arthur Bergman" <arthur@contiller.se>
3057 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
3058 Date: Thu, 16 Aug 2001 14:22:27 +0200
3061 ____________________________________________________________________________
3062 [ 11689] By: jhi on 2001/08/16 11:29:30
3063 Log: Upgrade to CGI.pm 2.77.
3065 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
3066 ! lib/CGI/t/function.t
3067 ____________________________________________________________________________
3068 [ 11688] By: jhi on 2001/08/16 01:07:21
3069 Log: Document the bytes-to-Unicode upgrading.
3071 ! pod/perlunicode.pod
3072 ____________________________________________________________________________
3073 [ 11687] By: jhi on 2001/08/16 00:29:29
3074 Log: Add a test for Unicode sprintf.
3077 ____________________________________________________________________________
3078 [ 11686] By: jhi on 2001/08/16 00:20:40
3079 Log: Add Unicode tests for index/rindex.
3082 ____________________________________________________________________________
3083 [ 11685] By: jhi on 2001/08/15 22:51:53
3084 Log: Document a bit the art of minimizing the installation,
3085 based on the p5p discussion.
3088 ____________________________________________________________________________
3089 [ 11684] By: nick on 2001/08/15 15:03:31
3090 Log: Integrate mainline
3092 +> sharedsv.c sharedsv.h
3093 !> (integrate 53 files)
3094 ____________________________________________________________________________
3095 [ 11683] By: jhi on 2001/08/15 13:49:07
3096 Log: Update Changes.
3098 ! Changes patchlevel.h
3099 ____________________________________________________________________________
3100 [ 11682] By: jhi on 2001/08/15 13:26:00
3101 Log: The #11673 necessitated a test tweak.
3104 ____________________________________________________________________________
3105 [ 11681] By: jhi on 2001/08/15 13:12:50
3106 Log: Also UNICOS is in the general case unable to silently
3107 handle fp overflows.
3110 ____________________________________________________________________________
3111 [ 11680] By: jhi on 2001/08/15 13:05:15
3112 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
3113 NV_EPSILON #defined.
3116 ____________________________________________________________________________
3117 [ 11679] By: jhi on 2001/08/15 12:48:32
3118 Log: Re-establish the fp overflow detection for VAX VMS; there
3119 is no easy way to have the IEEE fp silent overflow semantics.
3120 (in Alpha VMS we still will use IEEE fp by default-- but it
3121 is still possible to configure Perl to use G_FLOAT)
3124 ____________________________________________________________________________
3125 [ 11678] By: jhi on 2001/08/15 12:27:41
3126 Log: Subject: [PATCH] pp_lock
3127 From: "Arthur Bergman" <arthur@contiller.se>
3128 Date: Wed, 15 Aug 2001 11:52:16 +0200
3129 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
3132 ____________________________________________________________________________
3133 [ 11677] By: jhi on 2001/08/15 12:26:44
3134 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
3135 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3136 Date: Wed, 15 Aug 2001 11:32:11 +0100
3137 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
3139 ! regcomp.c t/op/re_tests
3140 ____________________________________________________________________________
3141 [ 11676] By: jhi on 2001/08/15 12:25:29
3142 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
3143 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3144 Date: Wed, 15 Aug 2001 10:33:49 +0100
3145 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
3147 ! regexec.c t/op/re_tests
3148 ____________________________________________________________________________
3149 [ 11675] By: jhi on 2001/08/15 03:28:20
3150 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
3151 From: Barrie Slaymaker <barries@slaysys.com>
3152 Date: Tue, 14 Aug 2001 14:32:25 -0400
3153 Message-ID: <20010814143225.A19822@jester.slaysys.com>
3155 ! lib/File/Spec.t lib/File/Spec/Unix.pm
3156 ____________________________________________________________________________
3157 [ 11674] By: jhi on 2001/08/15 03:25:32
3158 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
3159 From: Peter Prymmer <pvhp@forte.com>
3160 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
3161 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
3163 ! README.vms configure.com
3164 ____________________________________________________________________________
3165 [ 11673] By: jhi on 2001/08/15 03:16:14
3166 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
3167 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3168 Date: Tue, 14 Aug 2001 21:23:27 +0200
3169 Message-ID: <20010814212327.A1919@rafael>
3172 ____________________________________________________________________________
3173 [ 11672] By: jhi on 2001/08/15 03:15:25
3174 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
3175 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3176 Date: Tue, 14 Aug 2001 22:30:11 +0200
3177 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
3179 Combination of nmake, quoting, and Perl expanded $( in here-doc.
3181 ! ext/SDBM_File/Makefile.PL
3182 ____________________________________________________________________________
3183 [ 11671] By: jhi on 2001/08/14 13:44:40
3187 ____________________________________________________________________________
3188 [ 11670] By: jhi on 2001/08/14 13:10:36
3189 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
3190 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3191 Date: Mon, 13 Aug 2001 23:15:01 +0200
3192 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
3195 ____________________________________________________________________________
3196 [ 11669] By: jhi on 2001/08/14 13:07:09
3197 Log: Subject: [PATCH] [b-]showlex.t
3198 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3199 Date: Sun, 12 Aug 2001 22:24:51 +0200
3200 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
3202 The 4nt command shell will expand the % in command line
3203 no matter what quoting is attempted, changed the % to @.
3206 ____________________________________________________________________________
3207 [ 11668] By: jhi on 2001/08/14 13:01:02
3208 Log: Subject: [PATCH] magic.t
3209 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3210 Date: Sun, 12 Aug 2001 20:49:27 +0200
3211 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
3214 ____________________________________________________________________________
3215 [ 11667] By: jhi on 2001/08/14 12:35:17
3216 Log: Add sharedsv* to the DOSish platforms; plus add
3217 some WinCE files to the list of DOSish files.
3219 ! NetWare/Makefile Porting/makerel win32/Makefile
3220 ! win32/makefile.mk wince/Makefile.ce
3221 ____________________________________________________________________________
3222 [ 11666] By: jhi on 2001/08/14 12:29:57
3223 Log: More DOSish files.
3226 ____________________________________________________________________________
3227 [ 11665] By: jhi on 2001/08/14 12:27:58
3228 Log: Strip CRs from the WinCE files. Now we need to
3229 figure out in which CRs are really needed: probably
3230 Makefile.ce and the README files, at least, probably
3231 also the registry.bat.
3233 ! wince/Makefile.ce wince/README.compile wince/README.perlce
3234 ! wince/config.h wince/include/cectype.h wince/include/errno.h
3235 ! wince/include/sys/stat.h wince/include/sys/types.h
3236 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
3237 ! wince/perldll.def wince/registry.bat wince/wince.h
3238 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
3239 ____________________________________________________________________________
3240 [ 11664] By: jhi on 2001/08/14 12:05:09
3241 Log: Add some files to DOSish and writables.
3244 ____________________________________________________________________________
3245 [ 11663] By: jhi on 2001/08/14 03:08:07
3246 Log: Compile failure message tidying.
3249 ____________________________________________________________________________
3250 [ 11662] By: jhi on 2001/08/14 01:41:22
3251 Log: The new sharedsv* should be exported only if usethreads.
3254 ____________________________________________________________________________
3255 [ 11661] By: jhi on 2001/08/14 00:25:30
3256 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
3257 From: Peter Prymmer <pvhp@forte.com>
3258 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
3259 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
3262 ____________________________________________________________________________
3263 [ 11660] By: jhi on 2001/08/13 12:54:54
3264 Log: Update Changes.
3266 ! Changes patchlevel.h
3267 ____________________________________________________________________________
3268 [ 11659] By: jhi on 2001/08/13 12:45:21
3269 Log: Subject: [PATHC] sharedsv.[c|h]
3270 From: "Artur Bergman" <artur@contiller.se>
3271 Date: Mon, 13 Aug 2001 14:38:41 +0200
3272 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
3274 Subject: [PATCH] embed.pl
3275 From: Arthur Bergman <arthur@contiller.se>
3276 Date: Mon, 13 Aug 2001 14:38:14 +0200
3277 Message-ID: <B79D96D6.3088%arthur@contiller.se>
3279 Subject: [PATCH] sharedsv cleanups
3280 From: "Arthur Bergman" <arthur@contiller.se>
3281 Date: Mon, 13 Aug 2001 15:14:25 +0200
3282 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
3284 Plus few tweaks: _init needs to be Adp, the prototypes
3285 should not be revealed unless using ithreads, #endif FOO
3286 must be #endif /* FOO */, adding (parentheses) around
3287 do { } while doesn't work too well.
3289 + sharedsv.c sharedsv.h
3290 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
3291 ! perl.h perlapi.c pod/perlapi.pod proto.h
3292 ____________________________________________________________________________
3293 [ 11658] By: jhi on 2001/08/13 12:00:08
3294 Log: Subject: Re: END {} blocks run in perl_run
3295 From: Arthur Bergman <arthur@contiller.se>
3296 Date: Mon, 13 Aug 2001 11:11:30 +0200
3297 Message-ID: <B79D6661.3068%arthur@contiller.se>
3300 ____________________________________________________________________________
3301 [ 11657] By: nick on 2001/08/13 09:03:02
3302 Log: Integrate mainline
3304 +> (branch 326 files)
3305 - (delete 330 files)
3306 !> (integrate 85 files)
3307 ____________________________________________________________________________
3308 [ 11656] By: jhi on 2001/08/12 23:24:18
3309 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
3310 and the Perl will be built to do that by default (adding that
3311 will break scripts having non-UTF-8 binary data, such as Latin-1.)
3313 ! op.c toke.c utf8.h
3314 ____________________________________________________________________________
3315 [ 11655] By: jhi on 2001/08/12 23:05:14
3316 Log: Unnecessary downgrades.
3319 ____________________________________________________________________________
3320 [ 11654] By: jhi on 2001/08/12 22:56:47
3321 Log: Failure not true anymore (probably caused by my broken setup).
3324 ____________________________________________________________________________
3325 [ 11653] By: jhi on 2001/08/12 22:46:12
3326 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
3329 ! op.h pp_ctl.c regcomp.c
3330 ____________________________________________________________________________
3331 [ 11652] By: jhi on 2001/08/12 22:30:04
3332 Log: There is no IN_UTF8.
3335 ____________________________________________________________________________
3336 [ 11651] By: jhi on 2001/08/12 21:08:06
3337 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
3339 ! op.c op.h pp_ctl.c regcomp.c
3340 ____________________________________________________________________________
3341 [ 11650] By: jhi on 2001/08/12 20:17:32
3342 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
3346 ____________________________________________________________________________
3347 [ 11649] By: jhi on 2001/08/12 18:45:52
3348 Log: Todo updates and fixes.
3351 ____________________________________________________________________________
3352 [ 11648] By: jhi on 2001/08/12 18:43:50
3353 Log: Mark tests (and one module) having explicit Latin-1
3354 (and one file having explicit UTF-8) with an explicit
3355 'no utf8' (and one explicit 'use utf8').
3357 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
3359 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
3360 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
3361 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
3362 ____________________________________________________________________________
3363 [ 11647] By: jhi on 2001/08/12 17:10:22
3364 Log: Subject: SV: END {} blocks run in perl_run
3365 From: "Arthur Bergman" <arthur@contiller.se>
3366 Date: Sun, 12 Aug 2001 00:34:28 +0200
3367 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
3369 ! miniperlmain.c perl.c
3370 ____________________________________________________________________________
3371 [ 11646] By: jhi on 2001/08/12 16:59:00
3372 Log: Typos in #11645.
3375 ____________________________________________________________________________
3376 [ 11645] By: jhi on 2001/08/12 16:55:31
3377 Log: On ithreads default to use_reentrant except on naturally
3378 threadsafe platforms.
3381 ____________________________________________________________________________
3382 [ 11644] By: jhi on 2001/08/12 15:45:43
3383 Log: (Hopefully) a fix for 20010723.004: make install needs
3384 write permission in build directory. The problem was
3385 probably caused by overeager sprinkling of the lib/re.pm
3386 dependencies (which was done to guarantee lib/re.pm being
3387 uptodate for parallel makes: now solved by funneling that
3388 through an explicit recursive make in the preplibrary target).
3391 ____________________________________________________________________________
3392 [ 11643] By: jhi on 2001/08/12 14:16:44
3393 Log: Dispell the "use utf8" superstition.
3395 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
3396 ! pod/perlunicode.pod
3397 ____________________________________________________________________________
3398 [ 11642] By: jhi on 2001/08/12 13:56:42
3399 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3400 From: "Abigail" <abigail@foad.org>
3401 Date: Sat, 11 Aug 2001 23:49:49 +0200
3402 Message-ID: <20010811214950.23255.qmail@foad.org>
3405 ____________________________________________________________________________
3406 [ 11641] By: jhi on 2001/08/12 13:56:18
3407 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3408 From: Abhijit Menon-Sen <ams@wiw.org>
3409 Date: Sat, 11 Aug 2001 06:18:19 +0530
3410 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
3413 ____________________________________________________________________________
3414 [ 11640] By: jhi on 2001/08/12 13:45:58
3415 Log: Test for change #11639.
3418 ____________________________________________________________________________
3419 [ 11639] By: jhi on 2001/08/12 13:42:03
3420 Log: Subject: Re: Can't localize *FH, then tie it
3421 From: Abhijit Menon-Sen <ams@wiw.org>
3422 Date: Sun, 12 Aug 2001 16:08:06 +0530
3423 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
3426 ____________________________________________________________________________
3427 [ 11638] By: jhi on 2001/08/12 03:30:07
3428 Log: Drop all the unnecessary "use utf8" clauses and some of
3429 the unnecessary "use bytes" ones.
3431 TODO: scour the documentation for unnecessary "use utf8"
3432 and prominently display it in perldelta when the time comes.
3433 ("use utf8" should be necessary ONLY if one wants the script
3434 to be in UTF-8.) Also should be checked in some non-ASCII
3435 non-Latin-1 platform, like EBCDIC.
3437 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
3438 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
3439 ____________________________________________________________________________
3440 [ 11637] By: jhi on 2001/08/11 17:55:36
3441 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
3442 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
3443 in Unicode handling.
3446 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
3447 ____________________________________________________________________________
3448 [ 11636] By: jhi on 2001/08/11 17:14:06
3449 Log: Thinko: we want the flags for native cc, not gcc.
3452 ____________________________________________________________________________
3453 [ 11635] By: jhi on 2001/08/11 15:14:48
3454 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
3455 From: Robin Houston <robin@kitsite.com>
3456 Date: Fri, 10 Aug 2001 14:42:02 +0100
3457 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
3460 ____________________________________________________________________________
3461 [ 11634] By: jhi on 2001/08/11 14:59:22
3462 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
3463 From: Abhijit Menon-Sen <ams@wiw.org>
3464 Date: Sat, 11 Aug 2001 16:31:04 +0530
3465 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
3468 ____________________________________________________________________________
3469 [ 11633] By: jhi on 2001/08/11 14:58:07
3470 Log: Get rid of indread, from Abhijit Menon-Sen.
3473 ____________________________________________________________________________
3474 [ 11632] By: jhi on 2001/08/10 23:39:04
3477 ! win32/Makefile win32/makefile.mk
3478 ____________________________________________________________________________
3479 [ 11631] By: jhi on 2001/08/10 23:37:43
3480 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
3482 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3483 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
3484 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
3485 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
3486 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
3487 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
3488 ! win32/Makefile win32/makefile.mk
3489 ____________________________________________________________________________
3490 [ 11630] By: jhi on 2001/08/10 13:53:15
3491 Log: Avoid #elif (less portable than #else #if).
3494 ____________________________________________________________________________
3495 [ 11629] By: jhi on 2001/08/10 13:49:53
3496 Log: Subject: patch for perlvar.pod
3497 From: mah@everybody.org (Mark A. Hershberger)
3498 Date: 08 Aug 2001 17:03:16 -0500
3499 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
3502 ____________________________________________________________________________
3503 [ 11628] By: jhi on 2001/08/10 13:45:48
3504 Log: cpp commands must start (the # must be) at the column #0.
3507 ____________________________________________________________________________
3508 [ 11627] By: jhi on 2001/08/10 13:41:07
3509 Log: If using gcc -B/foo/bar makedepend would give
3510 unnecessary warnings about unused -B/foo/bar.
3513 ____________________________________________________________________________
3514 [ 11626] By: jhi on 2001/08/09 14:56:29
3515 Log: Update Changes.
3517 ! Changes patchlevel.h
3518 ____________________________________________________________________________
3519 [ 11625] By: jhi on 2001/08/09 14:54:05
3523 ____________________________________________________________________________
3524 [ 11624] By: jhi on 2001/08/09 14:52:52
3528 ____________________________________________________________________________
3529 [ 11623] By: jhi on 2001/08/09 14:49:00
3530 Log: Rename lib/unicode files to lib/unicore to avoid
3531 conflicts between core lib/unicode and Unicode::
3532 files in case-ignoring filesystems.
3535 - (delete 324 files)
3536 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
3537 ____________________________________________________________________________
3538 [ 11622] By: jhi on 2001/08/09 13:33:47
3539 Log: Upgrade to Math::BigInt 1.41.
3541 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
3542 ____________________________________________________________________________
3543 [ 11621] By: jhi on 2001/08/09 13:31:20
3544 Log: Subject: [PATCH] remove PL_na from typemap
3545 From: James <james@rf.net>
3546 Date: Mon, 06 Aug 2001 20:23:15 -0700
3547 Message-ID: <3B6F5F23.A31A81B1@rf.net>
3549 (had to be manually applied)
3551 ! lib/ExtUtils/typemap
3552 ____________________________________________________________________________
3553 [ 11620] By: jhi on 2001/08/09 13:27:11
3554 Log: The metaconfig unit changes for #11618.
3555 Branch: metaconfig/U/perl
3556 + d_fpclassl.U i_fp.U
3557 ____________________________________________________________________________
3558 [ 11619] By: jhi on 2001/08/09 13:25:21
3559 Log: Forgot this from #11618.
3561 NOTE: wince/config_H.ce needs updating.
3564 ____________________________________________________________________________
3565 [ 11618] By: jhi on 2001/08/09 13:21:51
3566 Log: Introduce more floating point classifying APIs;
3567 try to define (most importantly) Perl_is{inf,nan}(x).
3569 For this first cut, assume none such APIs exist in non-UNIXoid
3570 platforms-- this is of course too unkind: Win32 rumoredly has
3571 _fpclass() and _isnan(), and VMS/VOS very probably have some
3572 of the APIs available. The only thing Perl uses at the moment
3573 is Perl_isnan() (has been in use for a while now).
3575 NOTE: the Win32 and NetWare config_h.?c need regenerating.
3577 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
3578 ! Porting/config_H config_h.SH configure.com epoc/config.sh
3579 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
3580 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3581 ! vos/config.ga.h win32/config.bc win32/config.gc
3582 ! win32/config.vc win32/config_H.bc win32/config_H.gc
3583 ! win32/config_H.vc wince/config.ce wince/config.h
3584 ____________________________________________________________________________
3585 [ 11617] By: jhi on 2001/08/09 11:08:51
3586 Log: Integrate change #11519 from perlio:
3588 Avoid testing for (non-)existance of "encoding(xxxx)"
3589 layer is called "encoding" the (xxxx) is an argument.
3592 ____________________________________________________________________________
3593 [ 11616] By: nick on 2001/08/09 07:50:24
3594 Log: Integrate mainline
3596 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
3597 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
3598 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
3599 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
3600 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3601 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3602 !> (integrate 79 files)
3603 ____________________________________________________________________________
3604 [ 11615] By: nick on 2001/08/09 06:23:44
3605 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
3606 layer is called "encoding" the (xxxx) is an argument.
3609 ____________________________________________________________________________
3610 [ 11614] By: jhi on 2001/08/08 21:50:19
3611 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
3612 From: Paul Johnson <paul@pjcj.net>
3613 Date: Wed, 8 Aug 2001 23:54:17 +0200
3614 Message-ID: <20010808235417.O1006@pjcj.net>
3616 ! ext/B/B/Concise.pm
3617 ____________________________________________________________________________
3618 [ 11613] By: jhi on 2001/08/08 13:22:13
3619 Log: Make VMS use IEEE math by default; reorder Tru64 hints
3620 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
3621 exception semantics) is always set if using (the new) cc.
3623 ! configure.com hints/dec_osf.sh
3624 ____________________________________________________________________________
3625 [ 11612] By: jhi on 2001/08/08 12:14:56
3626 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
3627 From: Abhijit Menon-Sen <ams@wiw.org>
3628 Date: Tue, 7 Aug 2001 17:16:05 +0530
3629 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
3632 ____________________________________________________________________________
3633 [ 11611] By: jhi on 2001/08/08 02:28:58
3634 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
3635 From: "Craig A. Berry" <craigberry@mac.com>
3636 Date: Tue, 07 Aug 2001 22:27:47 -0500
3637 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
3640 ____________________________________________________________________________
3641 [ 11610] By: jhi on 2001/08/08 00:12:00
3642 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
3643 From: "Craig A. Berry" <craigberry@mac.com>
3644 Date: Tue, 07 Aug 2001 20:01:53 -0500
3645 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
3647 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
3648 ____________________________________________________________________________
3649 [ 11609] By: jhi on 2001/08/07 23:49:09
3650 Log: Update the magazine information.
3653 ____________________________________________________________________________
3654 [ 11608] By: jhi on 2001/08/07 23:35:27
3655 Log: Ignore SIGFPE everywhere.
3657 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
3658 ____________________________________________________________________________
3659 [ 11607] By: jhi on 2001/08/07 23:07:04
3660 Log: With permission, change the licensing of the docs by
3661 TomC (and Gnat) to comply with the rest of Perl.
3663 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3664 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3665 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3666 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
3668 ____________________________________________________________________________
3669 [ 11606] By: jhi on 2001/08/07 22:50:04
3670 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
3671 From: Andy Dougherty <doughera@lafayette.edu>
3672 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
3673 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
3676 ____________________________________________________________________________
3677 [ 11605] By: jhi on 2001/08/07 22:49:18
3678 Log: Subject: [PATCH] Makefile.SH test_prep dependency
3679 From: Andy Dougherty <doughera@lafayette.edu>
3680 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
3681 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
3684 ____________________________________________________________________________
3685 [ 11604] By: jhi on 2001/08/07 22:44:35
3686 Log: Don't autogenerate the headers et alia,
3687 make regen_headers explicitly.
3690 ____________________________________________________________________________
3691 [ 11603] By: jhi on 2001/08/07 22:33:48
3692 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
3693 From: Gurusamy Sarathy <gsar@ActiveState.com>
3694 Date: Tue, 07 Aug 2001 08:33:26 -0700
3695 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
3697 Unnecessary dependency.
3700 ____________________________________________________________________________
3701 [ 11602] By: jhi on 2001/08/07 13:52:41
3702 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
3703 From: Abhijit Menon-Sen <ams@wiw.org>
3704 Date: Tue, 7 Aug 2001 09:10:54 +0530
3705 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
3708 ____________________________________________________________________________
3709 [ 11601] By: jhi on 2001/08/07 13:46:33
3710 Log: Subject: [PATCH perl@11597] B && BEGIN handling
3711 From: "James A. Duncan" <jduncan@fotango.com>
3712 Date: Mon, 6 Aug 2001 17:29:11 +0100
3713 Message-ID: <20010806172911.A2071@fotango.com>
3715 (the intrpvar.h addition moved to the end for bincompat)
3717 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
3718 ____________________________________________________________________________
3719 [ 11600] By: jhi on 2001/08/07 11:53:48
3720 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
3723 ____________________________________________________________________________
3724 [ 11599] By: gsar on 2001/08/07 06:31:39
3725 Log: fix URLs for fcrypt.c
3726 Branch: maint-5.6/perl
3728 ____________________________________________________________________________
3729 [ 11598] By: jhi on 2001/08/06 15:02:48
3730 Log: Yet another way to say Infinity: HP-UX calls its "++".
3732 ! lib/Math/BigInt/t/bigintpm.t
3733 ____________________________________________________________________________
3734 [ 11597] By: jhi on 2001/08/06 13:40:01
3735 Log: Update Changes.
3737 ! Changes patchlevel.h
3738 ____________________________________________________________________________
3739 [ 11596] By: jhi on 2001/08/06 13:24:28
3740 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
3743 ____________________________________________________________________________
3744 [ 11595] By: jhi on 2001/08/06 12:51:38
3745 Log: The #11593 wasn't right.
3747 ! lib/Math/BigInt/t/bigintpm.t
3748 ____________________________________________________________________________
3749 [ 11594] By: jhi on 2001/08/06 12:34:15
3750 Log: Subject: [PATCH: perl@11564] introducing perlivp
3751 From: Prymmer/Kahn <pvhp@best.com>
3752 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
3753 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
3755 Subject: Re: [PATCH: perl@11564] introducing perlivp
3756 From: Prymmer/Kahn <pvhp@best.com>
3757 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
3758 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
3761 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
3762 ! win32/Makefile win32/makefile.mk
3763 ____________________________________________________________________________
3764 [ 11593] By: jhi on 2001/08/05 23:10:52
3765 Log: libcs are confused what to call Infinity.
3767 ! lib/Math/BigInt/t/bigintpm.t
3768 ____________________________________________________________________________
3769 [ 11592] By: jhi on 2001/08/05 23:07:50
3770 Log: Avoid SIGFPE in Tru64.
3773 ____________________________________________________________________________
3774 [ 11591] By: jhi on 2001/08/05 22:46:10
3775 Log: Upgrade to Math::BigInt 1.40.
3777 NOTE: this patch necessitates doing something about
3778 infinity handling since the new bigintpm.t tests use
3779 infinity, which causes SIGFPEs at least in Tru64.
3781 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3782 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3783 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3784 ! lib/Math/BigInt/t/mbimbf.t
3785 ____________________________________________________________________________
3786 [ 11590] By: gsar on 2001/08/05 21:57:43
3787 Log: remove hardcoded cmd shell in testsuite
3789 ! t/op/glob.t t/op/magic.t t/op/stat.t
3790 ____________________________________________________________________________
3791 [ 11589] By: gsar on 2001/08/05 21:35:50
3792 Log: 4-arg select() was busted on windows because change#8178 didn't
3793 make it into mainline
3795 ! perl.h win32/include/sys/socket.h
3796 ____________________________________________________________________________
3797 [ 11588] By: jhi on 2001/08/05 19:40:31
3798 Log: Rename the Getopt::Long tests to be as they are
3799 in the Getopt::Long official distribution.
3801 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
3802 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
3803 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3804 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3806 ____________________________________________________________________________
3807 [ 11587] By: jhi on 2001/08/05 19:38:07
3808 Log: Upgrade to Getopt::Long 2.26.
3810 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
3811 ! MANIFEST lib/Getopt/Long.pm
3812 ____________________________________________________________________________
3813 [ 11586] By: jhi on 2001/08/05 19:26:50
3814 Log: Retract #10874 (the hack should be unnecessary by now)
3816 ! lib/Test/Harness.pm
3817 ____________________________________________________________________________
3818 [ 11585] By: gsar on 2001/08/05 16:45:54
3819 Log: avoid temp file littering in tests
3821 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
3822 ____________________________________________________________________________
3823 [ 11584] By: jhi on 2001/08/05 16:42:50
3824 Log: Subject: warning in sv.c: double format, NV arg
3825 From: "Philip Newton" <Philip.Newton@gmx.net>
3826 Date: Sun, 5 Aug 2001 19:41:07 +0200
3827 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
3830 ____________________________________________________________________________
3831 [ 11583] By: gsar on 2001/08/05 16:28:22
3832 Log: fix POSIX.t#13 for windos
3835 ____________________________________________________________________________
3836 [ 11582] By: jhi on 2001/08/05 16:10:59
3837 Log: Add a test for PerlIO::Via.
3839 + ext/PerlIO/t/via.t
3840 ! MANIFEST ext/PerlIO/Via/Via.pm
3841 ____________________________________________________________________________
3842 [ 11581] By: gsar on 2001/08/05 15:00:26
3843 Log: flock() and link() are not available on Windows 9x
3845 ! win32/config_sh.PL
3846 ____________________________________________________________________________
3847 [ 11580] By: jhi on 2001/08/05 13:56:46
3848 Log: Some Tru64 C compilers have C++ components that confuse
3849 the ccversion parsing.
3852 ____________________________________________________________________________
3853 [ 11579] By: jhi on 2001/08/05 13:31:07
3854 Log: (Reintroduce #11125)
3856 Subject: MakeMaker should pass through DEFINE and INC to subdirs
3857 From: Alan Burlison <Alan.Burlison@sun.com>
3858 Date: Tue, 03 Jul 2001 15:20:13 +0100
3859 Message-ID: <3B41D49D.A923D4F9@sun.com>
3861 ! lib/ExtUtils/MM_Unix.pm
3862 ____________________________________________________________________________
3863 [ 11578] By: jhi on 2001/08/05 03:17:20
3864 Log: Little pointer juggling for HP-UX cc to avoid
3865 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
3867 "error 1549: Modifiable lvalue required for assignment operator."
3870 ____________________________________________________________________________
3871 [ 11577] By: jhi on 2001/08/04 18:09:38
3872 Log: Continuation of #11575: SANY_SEEN completely deprecated,
3873 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
3874 plus a fix for the bug.
3876 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
3877 ____________________________________________________________________________
3878 [ 11576] By: jhi on 2001/08/04 17:31:06
3879 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
3880 From: Doug MacEachern <dougm@covalent.net>
3881 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
3882 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
3885 ____________________________________________________________________________
3886 [ 11575] By: jhi on 2001/08/04 17:28:55
3887 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
3888 the new CANY is the \C. The problem reported and the
3889 test case supplied in
3891 Subject: UTF-8 bugs in string length & single line regex matches
3892 From: "Daniel P. Berrange" <dan@berrange.com>
3893 Date: Fri, 3 Aug 2001 11:39:33 +0100
3894 Message-ID: <20010803113932.A19318@berrange.com>
3896 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
3898 ____________________________________________________________________________
3899 [ 11574] By: jhi on 2001/08/04 15:42:34
3900 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
3901 From: Doug MacEachern <dougm@covalent.net>
3902 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
3903 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
3906 ____________________________________________________________________________
3907 [ 11573] By: jhi on 2001/08/04 14:20:26
3908 Log: The #11572 didn't up the test count.
3911 ____________________________________________________________________________
3912 [ 11572] By: jhi on 2001/08/04 14:12:45
3913 Log: Subject: UTF-8 bugs in string length & single line regex matches
3914 From: "Daniel P. Berrange" <dan@berrange.com>
3915 Date: Fri, 3 Aug 2001 11:39:33 +0100
3916 Message-ID: <20010803113932.A19318@berrange.com>
3918 (the mg_length() fix)
3920 ! mg.c t/op/length.t
3921 ____________________________________________________________________________
3922 [ 11571] By: jhi on 2001/08/04 14:10:39
3923 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3924 From: Abhijit Menon-Sen <ams@wiw.org>
3925 Date: Sat, 4 Aug 2001 16:56:35 +0530
3926 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
3929 ____________________________________________________________________________
3930 [ 11570] By: jhi on 2001/08/04 14:09:59
3931 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3932 From: Abhijit Menon-Sen <ams@wiw.org>
3933 Date: Sat, 4 Aug 2001 16:16:03 +0530
3934 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
3937 ____________________________________________________________________________
3938 [ 11569] By: jhi on 2001/08/04 14:09:09
3939 Log: Subject: Re: [patch] refcount re ops
3940 From: Abhijit Menon-Sen <ams@wiw.org>
3941 Date: Sat, 4 Aug 2001 08:54:55 +0530
3942 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
3945 ____________________________________________________________________________
3946 [ 11568] By: jhi on 2001/08/04 14:08:19
3947 Log: Subject: [patch] refcount re ops
3948 From: Doug MacEachern <dougm@covalent.net>
3949 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
3950 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
3953 ____________________________________________________________________________
3954 [ 11567] By: jhi on 2001/08/03 23:52:56
3955 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
3956 From: Doug MacEachern <dougm@covalent.net>
3957 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
3958 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
3961 ____________________________________________________________________________
3962 [ 11566] By: jhi on 2001/08/03 20:45:10
3963 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
3964 From: "Craig A. Berry" <craigberry@mac.com>
3965 Date: Fri, 03 Aug 2001 16:16:16 -0500
3966 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
3969 ____________________________________________________________________________
3970 [ 11565] By: jhi on 2001/08/03 13:46:40
3971 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
3972 From: John Kristian <jmk2001@engineer.com>
3973 Date: Fri, 03 Aug 2001 00:59:08 -0700
3974 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
3977 ____________________________________________________________________________
3978 [ 11564] By: jhi on 2001/08/03 13:25:39
3979 Log: Update Changes.
3981 ! Changes patchlevel.h
3982 ____________________________________________________________________________
3983 [ 11563] By: jhi on 2001/08/03 12:13:17
3984 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
3985 From: "Craig A. Berry" <craigberry@mac.com>
3986 Date: Thu, 02 Aug 2001 23:15:24 -0500
3987 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
3990 ____________________________________________________________________________
3991 [ 11562] By: jhi on 2001/08/03 12:11:57
3992 Log: Subject: [patch] plug PL_cshname leak
3993 From: Doug MacEachern <dougm@covalent.net>
3994 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
3995 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
3998 ____________________________________________________________________________
3999 [ 11561] By: jhi on 2001/08/03 12:10:32
4000 Log: Subject: [patch] plug PL_sh_path leak
4001 From: Doug MacEachern <dougm@covalent.net>
4002 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
4003 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
4006 ____________________________________________________________________________
4007 [ 11560] By: jhi on 2001/08/03 12:09:50
4008 Log: Subject: [patch] plug PL_regex_padav leaks
4009 From: Doug MacEachern <dougm@covalent.net>
4010 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
4011 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
4014 ____________________________________________________________________________
4015 [ 11559] By: jhi on 2001/08/03 12:08:59
4016 Log: Subject: [patch] plug PL_origargv leak
4017 From: Doug MacEachern <dougm@covalent.net>
4018 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
4019 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
4022 ____________________________________________________________________________
4023 [ 11558] By: jhi on 2001/08/03 12:07:58
4024 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
4025 From: Abhijit Menon-Sen <ams@wiw.org>
4026 Date: Fri, 3 Aug 2001 06:38:11 +0530
4027 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
4030 ____________________________________________________________________________
4031 [ 11557] By: nick on 2001/08/03 08:17:38
4032 Log: Integrate mainline
4034 +> (branch 47 files)
4035 - lib/Switch/test.pl
4036 !> (integrate 49 files)
4037 ____________________________________________________________________________
4038 [ 11556] By: jhi on 2001/08/02 22:46:22
4039 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
4040 From: "Craig A. Berry" <craigberry@mac.com>
4041 Date: Thu, 02 Aug 2001 12:56:19 -0500
4042 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
4045 ____________________________________________________________________________
4046 [ 11555] By: jhi on 2001/08/02 22:29:34
4047 Log: Be more careful about non-existent files.
4050 ____________________________________________________________________________
4051 [ 11554] By: jhi on 2001/08/02 21:37:27
4052 Log: Subject: [PATCH resend] deparse empty formats
4053 From: Robin Houston <robin@kitsite.com>
4054 Date: Thu, 2 Aug 2001 14:32:36 +0100
4055 Message-ID: <20010802143236.A894@robin.kitsite.com>
4057 ! ext/B/B/Deparse.pm
4058 ____________________________________________________________________________
4059 [ 11553] By: jhi on 2001/08/02 16:37:32
4060 Log: Subject: [patch] ithreads + refto fix improvement
4061 From: Doug MacEachern <dougm@covalent.net>
4062 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
4063 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
4066 ____________________________________________________________________________
4067 [ 11552] By: jhi on 2001/08/02 14:24:26
4068 Log: Readability nit from Abhijit.
4071 ____________________________________________________________________________
4072 [ 11551] By: jhi on 2001/08/02 14:22:31
4073 Log: setproctitle() API version nit from Anton Berezin.
4076 ____________________________________________________________________________
4077 [ 11550] By: jhi on 2001/08/02 13:51:41
4078 Log: Add PerlCE to the docs.
4080 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
4081 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4082 ____________________________________________________________________________
4083 [ 11549] By: jhi on 2001/08/02 13:25:43
4084 Log: Integrate the PerlCE (WinCE Perl) port;
4085 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
4087 + README.ce wince/FindExt.pm wince/Makefile.ce
4088 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
4089 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
4090 + wince/bin/search.pl wince/config.ce wince/config.h
4091 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
4092 + wince/dl_win32.xs wince/include/arpa/inet.h
4093 + wince/include/cectype.h wince/include/errno.h
4094 + wince/include/netdb.h wince/include/sys/socket.h
4095 + wince/include/sys/stat.h wince/include/sys/types.h
4096 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
4097 + wince/perl.rc wince/perldll.def wince/perllib.c
4098 + wince/perlmain.c wince/registry.bat wince/runperl.c
4099 + wince/splittree.pl wince/win32.h wince/win32iop.h
4100 + wince/win32thread.c wince/win32thread.h wince/wince.c
4101 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
4102 + wince/xdistclean.ksh wince/xmakediffs.ksh
4103 ! MANIFEST perl.c perl.h perlio.c
4104 ____________________________________________________________________________
4105 [ 11548] By: jhi on 2001/08/02 13:18:08
4106 Log: setproctitle() made simpler. (This assumes the string is
4107 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
4108 should be used. Note len, not len + 1.) BSD-fu from Anton
4112 ____________________________________________________________________________
4113 [ 11547] By: jhi on 2001/08/02 12:49:54
4114 Log: Subject: [PATCH] -Wall cleanup: op.c
4115 From: Richard Soderberg <rs@oregonnet.com>
4116 Date: Thu, 2 Aug 2001 00:17:09 -0700
4117 Message-Id: <200108020717.AAA26895@oregonnet.com>
4119 Subject: [PATCH] -Wall cleanup: sv.c
4120 From: Richard Soderberg <rs@oregonnet.com>
4121 Date: Thu, 2 Aug 2001 00:49:21 -0700
4122 Message-Id: <200108020749.AAA27492@oregonnet.com>
4125 ____________________________________________________________________________
4126 [ 11546] By: jhi on 2001/08/02 00:53:34
4127 Log: Update Changes.
4129 ! Changes patchlevel.h
4130 ____________________________________________________________________________
4131 [ 11545] By: jhi on 2001/08/02 00:48:55
4132 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
4133 From: Doug MacEachern <dougm@covalent.net>
4134 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
4135 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
4138 ____________________________________________________________________________
4139 [ 11544] By: jhi on 2001/08/01 23:08:41
4140 Log: The #11541 didn't work under threads.
4143 ____________________________________________________________________________
4144 [ 11543] By: jhi on 2001/08/01 22:46:41
4145 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
4146 From: Hugo <hv@crypt.compulink.co.uk>
4147 Date: Fri, 22 Jun 2001 01:19:08 +0100
4148 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
4150 (Skip tests if accept() failed)
4152 ! ext/IO/lib/IO/t/io_unix.t
4153 ____________________________________________________________________________
4154 [ 11542] By: jhi on 2001/08/01 22:40:09
4155 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
4156 From: "Stian Seeberg" <sseeberg@nimsoft.no>
4157 Date: Mon, 30 Jul 2001 12:28:07 +0200
4158 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
4161 ____________________________________________________________________________
4162 [ 11541] By: jhi on 2001/08/01 22:38:31
4163 Log: Subject: Pluggable optimizer
4164 From: Simon Cozens <simon@netthink.co.uk>
4165 Date: Wed, 1 Aug 2001 13:57:02 -0700
4166 Message-ID: <20010801135702.I10442@netthink.co.uk>
4168 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
4169 ____________________________________________________________________________
4170 [ 11540] By: jhi on 2001/08/01 22:29:54
4171 Log: Subject: [ID 20010801.039] perlre.pod message typo
4172 From: Autrijus Tang <autrijus@geb.elixus.org>
4173 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
4174 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
4177 ____________________________________________________________________________
4178 [ 11539] By: jhi on 2001/08/01 16:32:52
4179 Log: Test for change #11536.
4182 ____________________________________________________________________________
4183 [ 11538] By: jhi on 2001/08/01 16:27:19
4184 Log: More test fixups for #11537.
4186 ! t/lib/warnings/4lint t/lib/warnings/9enabled
4187 ____________________________________________________________________________
4188 [ 11537] By: jhi on 2001/08/01 16:26:25
4189 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
4190 From: Doug MacEachern <dougm@covalent.net>
4191 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
4192 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
4194 ! op.c t/TestInit.pm
4195 ____________________________________________________________________________
4196 [ 11536] By: jhi on 2001/08/01 16:08:08
4197 Log: Subject: [patch] ithreads + refto bug
4198 From: Doug MacEachern <dougm@covalent.net>
4199 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
4200 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
4202 (Test in change #11539)
4205 ____________________________________________________________________________
4206 [ 11535] By: jhi on 2001/08/01 16:05:56
4207 Log: Subject: [PATCH: perl@11523] fixups for t/harness
4208 From: Prymmer/Kahn <pvhp@best.com>
4209 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
4210 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
4213 ____________________________________________________________________________
4214 [ 11534] By: jhi on 2001/08/01 16:00:45
4215 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
4216 From: Prymmer/Kahn <pvhp@best.com>
4217 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
4218 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
4220 ! win32/Makefile win32/makefile.mk
4221 ____________________________________________________________________________
4222 [ 11533] By: jhi on 2001/08/01 13:38:29
4223 Log: Need to know the number of tests.
4226 ____________________________________________________________________________
4227 [ 11532] By: jhi on 2001/08/01 13:04:31
4228 Log: Subject: Re: new exit tests on VMS
4229 From: "Craig A. Berry" <craigberry@mac.com>
4230 Date: Tue, 31 Jul 2001 12:19:29 -0500
4231 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
4234 ____________________________________________________________________________
4235 [ 11531] By: jhi on 2001/08/01 12:46:43
4236 Log: Retract #11530 (the dTHX is needed under threads)
4239 ____________________________________________________________________________
4240 [ 11530] By: jhi on 2001/08/01 12:39:35
4241 Log: (Retracted by #11531)
4244 ____________________________________________________________________________
4245 [ 11529] By: jhi on 2001/08/01 12:32:22
4246 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
4247 From: Richard Soderberg <rs@crystalflame.net>
4248 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
4249 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
4252 ____________________________________________________________________________
4253 [ 11528] By: jhi on 2001/08/01 12:18:59
4254 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
4255 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4256 Date: Tue, 31 Jul 2001 05:39:09 -0400
4257 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
4259 (with a note about the case of UV being equal to long long)
4262 ____________________________________________________________________________
4263 [ 11527] By: jhi on 2001/07/31 23:49:04
4264 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
4265 From: "Craig A. Berry" <craigberry@mac.com>
4266 Date: Tue, 31 Jul 2001 14:57:43 -0500
4267 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
4270 ____________________________________________________________________________
4271 [ 11526] By: jhi on 2001/07/31 23:47:57
4274 Subject: [ID 20010116.001] File::Copy truncates orig file
4275 From: arbor@al37al08.telecel.pt
4276 Date: Tue, 16 Jan 2001 11:43:02 GMT
4277 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
4279 (copy($foo, $foo) would truncate $foo)
4281 ! lib/File/Copy.pm lib/File/Copy.t
4282 ____________________________________________________________________________
4283 [ 11525] By: jhi on 2001/07/31 23:01:01
4284 Log: Metaconfig unit change for #11524.
4285 Branch: metaconfig/U/perl
4287 ____________________________________________________________________________
4288 [ 11524] By: jhi on 2001/07/31 23:00:36
4289 Log: Multiple modules didn't work; plus typo fixes.
4292 ____________________________________________________________________________
4293 [ 11523] By: jhi on 2001/07/31 15:29:58
4294 Log: Update Changes.
4296 ! Changes patchlevel.h
4297 ____________________________________________________________________________
4298 [ 11522] By: jhi on 2001/07/31 15:25:35
4302 ____________________________________________________________________________
4303 [ 11521] By: jhi on 2001/07/31 15:19:01
4304 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
4305 From: Dave Mitchell <davem@fdgroup.co.uk>
4306 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
4307 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
4310 ____________________________________________________________________________
4311 [ 11520] By: jhi on 2001/07/31 15:17:43
4315 ____________________________________________________________________________
4316 [ 11519] By: jhi on 2001/07/31 15:17:17
4317 Log: Regen Porting stuff.
4319 ! Porting/Glossary Porting/config.sh Porting/config_H
4320 ____________________________________________________________________________
4321 [ 11518] By: jhi on 2001/07/31 14:16:08
4322 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
4323 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4324 Date: Tue, 31 Jul 2001 05:34:38 -0400
4325 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
4328 ____________________________________________________________________________
4329 [ 11517] By: jhi on 2001/07/31 14:15:01
4330 Log: Metaconfig unit change for #11516.
4331 Branch: metaconfig/U/perl
4333 ____________________________________________________________________________
4334 [ 11516] By: jhi on 2001/07/31 14:14:35
4335 Log: Add -Wall in cflags, not in Configure.
4336 (This way -Wall affects only the core and the core XS,
4337 not user modules' XS. Concern from Paul Marquess,
4338 implementation idea from Andy Dougherty.)
4340 ! Configure cflags.SH
4341 ____________________________________________________________________________
4342 [ 11515] By: jhi on 2001/07/31 13:57:15
4343 Log: Metaconfig unit changes for #11514.
4345 + U/modified/sysman.U
4346 ! U/installdirs/man1dir.U
4347 ____________________________________________________________________________
4348 [ 11514] By: jhi on 2001/07/31 13:56:26
4349 Log: Subject: Configure's detection of system manual
4350 From: Sean Dague <sean@dague.net>
4351 Date: Sun, 13 May 2001 15:53:15 -0400
4352 Message-ID: <20010513155315.A15833@underhill.dague.net>
4355 ____________________________________________________________________________
4356 [ 11513] By: jhi on 2001/07/31 03:23:01
4357 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
4358 From: Autrijus Tang <autrijus@autrijus.org>
4359 Date: Thu, 21 Jun 2001 23:56:48 +0800
4360 Message-Id: <20010621235648.A57340@not.autrijus.org>
4363 ____________________________________________________________________________
4364 [ 11512] By: jhi on 2001/07/31 03:13:35
4365 Log: Subject: Typo in DB_File.pm
4366 From: "Philip Newton" <Philip.Newton@gmx.net>
4367 Date: Tue, 31 Jul 2001 06:19:35 +0200
4368 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
4370 ! ext/DB_File/DB_File.pm
4371 ____________________________________________________________________________
4372 [ 11511] By: jhi on 2001/07/31 03:01:49
4373 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
4374 From: "Stephen P. Potter" <spp@spotter.yi.org>
4375 Date: Wed, 30 May 2001 13:59:34 -0400
4376 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
4379 ____________________________________________________________________________
4380 [ 11510] By: jhi on 2001/07/31 02:13:58
4381 Log: eval "format foo=" would loop indefinitely; reported in
4383 Subject: A load of old rubbish
4384 From: Mike Guy <mjtg@cam.ac.uk>
4385 Date: Mon, 14 May 2001 16:12:22 +0100
4386 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
4388 (The core dumps reported in there already fixed.)
4391 ____________________________________________________________________________
4392 [ 11509] By: jhi on 2001/07/31 00:37:49
4393 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
4395 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
4396 + lib/Switch/t/switch_case.t
4397 - lib/Switch/test.pl
4398 ! MANIFEST lib/Switch.pm
4399 ____________________________________________________________________________
4400 [ 11508] By: jhi on 2001/07/31 00:17:38
4401 Log: Subject: [PATCH @11505] DB_File-1.78
4402 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4403 Date: Mon, 30 Jul 2001 22:54:37 +0100
4404 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
4406 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4407 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4408 ____________________________________________________________________________
4409 [ 11507] By: jhi on 2001/07/30 23:11:10
4410 Log: Explain in more detail why -pipe and -fno-common are good.
4413 ____________________________________________________________________________
4414 [ 11506] By: nick on 2001/07/30 14:32:23
4415 Log: Integrate mainline
4417 !> INSTALL Makefile.SH doio.c hints/darwin.sh
4418 ____________________________________________________________________________
4419 [ 11505] By: jhi on 2001/07/30 14:14:39
4420 Log: Perl hasn't been putting man pages into $prefix/lib for
4421 a long time now; pointed out by Andy Dougherty.
4424 ____________________________________________________________________________
4425 [ 11504] By: jhi on 2001/07/30 14:13:15
4426 Log: Document the extras Configure option.
4429 ____________________________________________________________________________
4430 [ 11503] By: jhi on 2001/07/30 13:52:14
4431 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
4435 ____________________________________________________________________________
4436 [ 11502] By: jhi on 2001/07/30 13:45:27
4437 Log: Doubly guard against invoking CPAN if no extras defined,
4438 pointed out by H. Merijn Brand.
4441 ____________________________________________________________________________
4442 [ 11501] By: pudge on 2001/07/30 12:57:56
4443 Log: Fix O_RDONLY check to check for O_RDONLY.
4444 Branch: maint-5.6/macperl
4446 ____________________________________________________________________________
4447 [ 11500] By: pudge on 2001/07/30 12:41:11
4448 Log: Integrate miscellaneous changes from maint-5.6/perl.
4449 Branch: maint-5.6/macperl
4450 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
4451 ____________________________________________________________________________
4452 [ 11499] By: nick on 2001/07/30 06:52:42
4453 Log: Integrate mainline
4455 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
4456 +> win32/sync_ext.pl
4458 !> (integrate 71 files)
4459 ____________________________________________________________________________
4460 [ 11498] By: jhi on 2001/07/30 03:53:34
4461 Log: Update Changes.
4463 ! Changes patchlevel.h
4464 ____________________________________________________________________________
4465 [ 11497] By: jhi on 2001/07/30 03:45:32
4466 Log: Now Configure -Dextras=Foo::Bar and "make install" will
4467 fetch and install Foo::Bar.
4470 ____________________________________________________________________________
4471 [ 11496] By: jhi on 2001/07/30 03:18:28
4472 Log: Metaconfig unit change for #11495.
4473 Branch: metaconfig/U/perl
4475 ____________________________________________________________________________
4476 [ 11495] By: jhi on 2001/07/30 03:18:01
4477 Log: extras.make, extras.test, and extras.install make targets.
4479 ! Configure Makefile.SH
4480 ____________________________________________________________________________
4481 [ 11494] By: jhi on 2001/07/30 01:37:35
4482 Log: Metaconfig unit change for #11493.
4483 Branch: metaconfig/U/perl
4485 ____________________________________________________________________________
4486 [ 11493] By: jhi on 2001/07/30 01:37:14
4487 Log: Better to have the list of extras in $extras than 'define'.
4490 ____________________________________________________________________________
4491 [ 11492] By: jhi on 2001/07/30 01:33:16
4492 Log: The metaconfig unit change for #11490.
4493 Branch: metaconfig/U/perl
4495 ____________________________________________________________________________
4496 [ 11491] By: jhi on 2001/07/30 01:32:54
4497 Log: Missed from #11490 (the required dependency).
4500 ____________________________________________________________________________
4501 [ 11490] By: jhi on 2001/07/30 01:32:02
4502 Log: Add the support of asking for extra modules or bundles of modules
4503 to be fetched from the CPAN and installed as a part of the Perl
4504 build process. None of this installation is yet really done;
4505 only the list is asked, and saved away in extras.lst for
4506 the build and installation process to worry about later.
4509 ____________________________________________________________________________
4510 [ 11489] By: jhi on 2001/07/29 22:15:25
4511 Log: Beginnings of better Inf and NaN support.
4512 At least toke.c and sv.c still need quite a bit of work.
4515 ____________________________________________________________________________
4516 [ 11488] By: jhi on 2001/07/29 21:18:57
4517 Log: Top-level Makefile didn't honour OPTIMIZE.
4520 ____________________________________________________________________________
4521 [ 11487] By: jhi on 2001/07/29 20:56:04
4522 Log: Update Changes.
4524 ! Changes patchlevel.h
4525 ____________________________________________________________________________
4526 [ 11486] By: jhi on 2001/07/29 20:38:09
4527 Log: Use Search::Dict 1.02 interface for charinfo().
4530 ____________________________________________________________________________
4531 [ 11485] By: jhi on 2001/07/29 20:37:11
4532 Log: Now also allow transforming the read lines before comparing them.
4533 (This will help UnicodeCD.)
4535 ! lib/Search/Dict.pm
4536 ____________________________________________________________________________
4537 [ 11484] By: jhi on 2001/07/29 20:03:13
4538 Log: Remove tiehandle code.
4541 ____________________________________________________________________________
4542 [ 11483] By: jhi on 2001/07/29 19:59:02
4543 Log: Allow specifying a comparison function for Search::Dict::look().
4545 ! lib/Search/Dict.pm
4546 ____________________________________________________________________________
4547 [ 11482] By: jhi on 2001/07/29 18:55:04
4548 Log: Small UnicodeCD tweaks.
4550 ! lib/UnicodeCD.pm lib/UnicodeCD.t
4551 ____________________________________________________________________________
4552 [ 11481] By: jhi on 2001/07/29 17:14:19
4553 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
4554 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4555 Date: Tue, 24 Jul 2001 01:51:32 +0900
4556 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
4558 ! lib/UnicodeCD.pm lib/UnicodeCD.t
4559 ____________________________________________________________________________
4560 [ 11480] By: jhi on 2001/07/29 16:55:58
4561 Log: Subject: [PATCH] installperl
4562 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4563 Date: Fri, 27 Jul 2001 19:05:04 -0700
4564 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
4567 ____________________________________________________________________________
4568 [ 11479] By: jhi on 2001/07/29 16:52:52
4569 Log: Subject: [PATCH] Set proper compatibility versions in core
4570 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4571 Date: Fri, 27 Jul 2001 20:01:49 -0700
4572 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
4575 ____________________________________________________________________________
4576 [ 11478] By: jhi on 2001/07/29 16:50:55
4577 Log: Metaconfig unit change for #11477.
4578 Branch: metaconfig/U/perl
4580 ____________________________________________________________________________
4581 [ 11477] By: jhi on 2001/07/29 16:50:35
4582 Log: Subject: [PATCH] Darwin: -fpic not so good
4583 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4584 Date: Fri, 27 Jul 2001 18:57:38 -0700
4585 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
4588 ____________________________________________________________________________
4589 [ 11476] By: jhi on 2001/07/29 16:44:03
4590 Log: Subject: [PATCH] Clean up Darwin hints
4591 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4592 Date: Fri, 27 Jul 2001 19:13:15 -0700
4593 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
4596 ____________________________________________________________________________
4597 [ 11475] By: jhi on 2001/07/29 16:28:45
4598 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
4599 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4600 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
4601 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
4603 ! pod/perlfunc.pod pp.c t/op/split.t
4604 ____________________________________________________________________________
4605 [ 11474] By: jhi on 2001/07/29 16:27:54
4606 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
4607 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4608 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
4609 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
4612 ____________________________________________________________________________
4613 [ 11473] By: jhi on 2001/07/29 16:27:00
4614 Log: Subject: [PATCH] fixes to constant.pm documentation
4615 From: Ilmari Karonen <iltzu@sci.fi>
4616 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
4617 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
4620 ____________________________________________________________________________
4621 [ 11472] By: jhi on 2001/07/28 18:39:03
4622 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
4623 From: "Philip Newton" <Philip.Newton@gmx.net>
4624 Date: Fri, 27 Jul 2001 07:51:10 +0200
4625 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
4628 ____________________________________________________________________________
4629 [ 11471] By: nick on 2001/07/26 06:23:32
4630 Log: Subject: [PATCH] Doc fix for perlguts / threading
4631 From: Arthur Bergman <arthur@contiller.se>
4632 Date: Wed, 25 Jul 2001 11:28:23 +0200
4633 Message-Id: <B7845DD6.2812%arthur@contiller.se>
4636 ____________________________________________________________________________
4637 [ 11470] By: nick on 2001/07/26 06:21:06
4638 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
4639 From: Philip Newton <Philip.Newton@gmx.net>
4640 Date: Wed, 25 Jul 2001 08:19:47 +0200
4641 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
4644 ____________________________________________________________________________
4645 [ 11469] By: nick on 2001/07/26 06:20:25
4646 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
4647 From: Philip Newton <Philip.Newton@gmx.net>
4648 Date: Wed, 25 Jul 2001 08:12:48 +0200
4649 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
4652 ____________________________________________________________________________
4653 [ 11468] By: jhi on 2001/07/25 01:39:11
4657 ____________________________________________________________________________
4658 [ 11467] By: jhi on 2001/07/24 16:05:34
4659 Log: Update Changes.
4661 ! Changes patchlevel.h
4662 ____________________________________________________________________________
4663 [ 11466] By: jhi on 2001/07/24 15:40:28
4664 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
4665 From: "Philip Newton" <Philip.Newton@gmx.net>
4666 Date: Tue, 24 Jul 2001 06:45:55 +0200
4667 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
4670 ____________________________________________________________________________
4671 [ 11465] By: jhi on 2001/07/24 15:37:48
4672 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
4673 From: Peter Prymmer <pvhp@forte.com>
4674 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
4675 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
4677 ! pod/perlport.pod t/io/fs.t vms/test.com
4678 ____________________________________________________________________________
4679 [ 11464] By: jhi on 2001/07/24 02:58:20
4680 Log: Workaround on Cwd bootstrap problem.
4682 ! lib/ExtUtils/MakeMaker.pm
4683 ____________________________________________________________________________
4684 [ 11463] By: jhi on 2001/07/23 23:11:41
4685 Log: When in Rome, quote like the Romans do.
4688 ____________________________________________________________________________
4689 [ 11462] By: jhi on 2001/07/23 23:04:02
4690 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
4691 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4692 Date: Mon, 23 Jul 2001 19:29:49 -0400
4693 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
4696 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
4697 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
4699 ____________________________________________________________________________
4700 [ 11461] By: jhi on 2001/07/23 22:58:15
4701 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
4702 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4703 Date: Mon, 23 Jul 2001 18:43:42 -0400
4704 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
4706 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4707 ____________________________________________________________________________
4708 [ 11460] By: jhi on 2001/07/23 22:54:52
4709 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
4710 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4711 Date: Mon, 23 Jul 2001 18:33:16 -0400
4712 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
4714 ! lib/ExtUtils/MakeMaker.pm
4715 ____________________________________________________________________________
4716 [ 11459] By: jhi on 2001/07/23 22:52:02
4717 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
4718 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4719 Date: Mon, 23 Jul 2001 18:20:35 -0400
4720 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
4722 ! Makefile.SH cflags.SH
4723 ____________________________________________________________________________
4724 [ 11458] By: jhi on 2001/07/23 22:41:19
4725 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
4726 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
4727 Date: Mon, 23 Jul 2001 11:32:17 -0500
4728 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
4730 ! lib/ExtUtils/MakeMaker.pm
4731 ____________________________________________________________________________
4732 [ 11457] By: jhi on 2001/07/23 21:22:36
4733 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
4734 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4735 Date: Mon, 23 Jul 2001 18:13:20 -0400
4736 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
4739 ____________________________________________________________________________
4740 [ 11456] By: jhi on 2001/07/23 21:19:28
4741 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
4742 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4743 Date: Mon, 23 Jul 2001 18:07:40 -0400
4744 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
4747 ____________________________________________________________________________
4748 [ 11455] By: jhi on 2001/07/23 21:13:12
4749 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
4750 From: "Craig A. Berry" <craigberry@mac.com>
4751 Date: Mon, 23 Jul 2001 15:35:06 -0500
4752 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
4755 ____________________________________________________________________________
4756 [ 11454] By: jhi on 2001/07/23 21:09:13
4757 Log: Subject: [PATCH perlfaq9.pod typo]
4758 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
4759 Date: Mon, 23 Jul 2001 07:49:05 -0700
4760 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
4763 ____________________________________________________________________________
4764 [ 11453] By: jhi on 2001/07/23 21:06:42
4765 Log: Subject: win32\sncfnmcs.pl corrections
4766 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4767 Date: Mon, 23 Jul 2001 12:56:54 +0200
4768 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
4770 Rename the script a little bit more sensibly.
4774 ! MANIFEST README.win32
4775 ____________________________________________________________________________
4776 [ 11452] By: jhi on 2001/07/23 17:22:37
4780 ____________________________________________________________________________
4781 [ 11451] By: jhi on 2001/07/23 17:10:52
4782 Log: Metaconfig unit tweak for #11450.
4783 Branch: metaconfig/U/perl
4785 ____________________________________________________________________________
4786 [ 11450] By: jhi on 2001/07/23 17:09:46
4787 Log: Too volatile failsafe check.
4790 ____________________________________________________________________________
4791 [ 11449] By: jhi on 2001/07/23 16:53:59
4792 Log: Further doc tweaks.
4795 ____________________________________________________________________________
4796 [ 11448] By: jhi on 2001/07/23 05:26:50
4800 ____________________________________________________________________________
4801 [ 11447] By: jhi on 2001/07/23 04:57:49
4802 Log: Doc tweakery from Abhijit.
4804 ! Porting/repository.pod
4805 ____________________________________________________________________________
4806 [ 11446] By: jhi on 2001/07/22 15:41:02
4807 Log: An accidental empty line.
4810 ____________________________________________________________________________
4811 [ 11445] By: jhi on 2001/07/22 15:38:30
4812 Log: Missing MANIFESTations.
4815 ____________________________________________________________________________
4816 [ 11444] By: jhi on 2001/07/22 15:30:10
4817 Log: Update Changes.
4819 ! Changes patchlevel.h
4820 ____________________________________________________________________________
4821 [ 11443] By: jhi on 2001/07/22 15:02:11
4822 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
4823 From: Mike Guy <mjtg@cam.ac.uk>
4824 Date: Fri, 20 Jul 2001 16:12:49 +0100
4825 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
4827 ! Porting/pumpkin.pod
4828 ____________________________________________________________________________
4829 [ 11442] By: jhi on 2001/07/22 14:58:33
4830 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
4831 From: Peter Prymmer <pvhp@forte.com>
4832 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
4833 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
4836 ____________________________________________________________________________
4837 [ 11441] By: jhi on 2001/07/22 14:54:29
4838 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
4839 From: Michael G Schwern <schwern@pobox.com>
4840 Date: Fri, 20 Jul 2001 20:22:35 -0400
4841 Message-ID: <20010720202235.O4498@blackrider>
4843 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
4845 ____________________________________________________________________________
4846 [ 11440] By: jhi on 2001/07/22 14:51:14
4847 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
4848 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4849 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
4850 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
4852 ! ext/POSIX/POSIX.pod
4853 ____________________________________________________________________________
4854 [ 11439] By: jhi on 2001/07/22 14:49:25
4855 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
4856 From: Mark-Jason Dominus <mjd@plover.com>
4857 Date: Fri, 20 Jul 2001 23:16:54 -0400
4858 Message-ID: <20010721031654.21877.qmail@plover.com>
4860 ! ext/POSIX/POSIX.pod
4861 ____________________________________________________________________________
4862 [ 11438] By: jhi on 2001/07/22 14:41:58
4863 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
4864 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4865 Date: Sun, 22 Jul 2001 14:56:09 +0200
4866 Message-ID: <20010722145609.A766@rafael>
4869 ____________________________________________________________________________
4870 [ 11437] By: jhi on 2001/07/22 14:39:07
4871 Log: Subject: regexec.c #define cleanup
4872 From: Mark-Jason Dominus <mjd@plover.com>
4873 Date: Sat, 21 Jul 2001 18:33:25 -0400
4874 Message-ID: <20010721223325.3069.qmail@plover.com>
4877 ____________________________________________________________________________
4878 [ 11436] By: jhi on 2001/07/22 14:36:43
4879 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
4880 From: Prymmer/Kahn <pvhp@best.com>
4881 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
4882 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
4885 ____________________________________________________________________________
4886 [ 11435] By: jhi on 2001/07/22 00:22:51
4887 Log: Typo in #11432.
4890 ____________________________________________________________________________
4891 [ 11434] By: jhi on 2001/07/21 23:12:26
4892 Log: Integrate (manually) change #11424 from macperl.
4894 ! ext/Filter/t/call.t
4895 ____________________________________________________________________________
4896 [ 11433] By: jhi on 2001/07/21 23:07:43
4897 Log: Integrate change #11408 from macperl.
4899 !> README.macos pod/perlport.pod
4900 ____________________________________________________________________________
4901 [ 11432] By: jhi on 2001/07/21 23:02:30
4902 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
4904 +> macos/MacPerlTests.cmd macos/xsubpp.patch
4905 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4906 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
4908 ____________________________________________________________________________
4909 [ 11431] By: gsar on 2001/07/21 05:03:44
4910 Log: pod/*.t tests not picked up by t/TEST either
4911 Branch: maint-5.6/perl
4913 ____________________________________________________________________________
4914 [ 11430] By: gsar on 2001/07/21 04:58:12
4915 Log: better tweak for change#11429 (windows has both / and \ separated
4916 paths in @INC at that point)
4917 Branch: maint-5.6/perl
4919 ____________________________________________________________________________
4920 [ 11429] By: gsar on 2001/07/21 04:41:15
4921 Log: MacOS pod test tweak needs \Escape
4922 Branch: maint-5.6/perl
4924 ____________________________________________________________________________
4925 [ 11428] By: gsar on 2001/07/21 04:39:34
4926 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
4927 resulting duplicate output, but t/harness isn't)
4928 Branch: maint-5.6/perl
4930 ____________________________________________________________________________
4931 [ 11427] By: gsar on 2001/07/21 04:37:26
4932 Log: t/harness wasn't picking up all the tests
4933 Branch: maint-5.6/perl
4935 ____________________________________________________________________________
4936 [ 11426] By: gsar on 2001/07/21 04:09:26
4937 Log: update MANIFEST for new file
4938 Branch: maint-5.6/perl
4940 ____________________________________________________________________________
4941 [ 11425] By: gsar on 2001/07/21 04:07:46
4942 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
4943 the exception of the macperl/macos/... tree
4944 Branch: maint-5.6/perl
4945 +> t/lib/filefind-taint.t
4946 !> (integrate 72 files)
4947 ____________________________________________________________________________
4948 [ 11424] By: pudge on 2001/07/20 18:55:25
4950 Branch: maint-5.6/macperl
4951 ! macos/bundled_ext/Filter/t/call.t
4952 ____________________________________________________________________________
4953 [ 11423] By: gsar on 2001/07/20 18:38:48
4954 Log: Make perl fork()-safe (in a slightly limited way) even on
4955 platforms that don't have pthread_atfork() (extension of
4956 the fix in change#11151).
4958 Note that this will not help extensions that call fork()
4959 directly in C, or that link to libraries that call fork()
4960 directly. Such cases must be fixed to either call
4961 PerlProc_fork(), or call atfork_lock() in parent before the
4962 calling the function that forks and call atfork_unlock()
4963 in both parent and child immediately after the fork().
4964 (There are no worries if C code calls exec() in the child
4965 immediately after a fork(). Only cases where the child
4966 calls perl's API functions (including New()) after the
4967 fork() are problematic.)
4969 This change also eliminates the use of vfork() from perl,
4970 since all such uses were violating the severe restrictions
4971 on modifying the state of the process between the vfork()
4974 This is a modified version of patches suggested by Abhijit
4975 Menon-Sen and Richard Soderberg.
4977 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
4978 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
4979 ____________________________________________________________________________
4980 [ 11422] By: pudge on 2001/07/20 18:16:37
4981 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
4982 Switch, and Text::Balanced.
4983 Branch: maint-5.6/macperl
4984 + macos/bundled_ext/Filter/Util/Call/Call.pm
4985 + macos/bundled_ext/Filter/Util/Call/Call.xs
4986 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
4987 + macos/bundled_ext/Filter/t/MyFilter.pm
4988 + macos/bundled_ext/Filter/t/call.t
4989 + macos/bundled_ext/Filter/t/filter-util.pl
4990 + macos/bundled_lib/blib/lib/Class/ISA.pm
4991 + macos/bundled_lib/blib/lib/Digest.pm
4992 + macos/bundled_lib/blib/lib/Filter/Simple.pm
4993 + macos/bundled_lib/blib/lib/Switch.pm
4994 + macos/bundled_lib/blib/lib/Text/Balanced.pm
4995 + macos/bundled_lib/blib/lib/Text/Balanced.pod
4996 + macos/bundled_lib/t/Class/ISA/test.pl
4997 + macos/bundled_lib/t/Digest/Digest.t
4998 + macos/bundled_lib/t/Filter/Simple/test.pl
4999 + macos/bundled_lib/t/Switch/test.pl
5000 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
5001 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
5002 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
5003 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
5004 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
5005 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
5006 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
5007 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
5008 ____________________________________________________________________________
5009 [ 11421] By: pudge on 2001/07/20 18:03:28
5010 Log: Add Filter::Util::Call to config/make files; edit utils
5011 to recognize the module (it was descended too far down).
5012 Bump version to 5.6.1a4.
5013 Branch: maint-5.6/macperl
5014 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
5015 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
5016 ! macos/macperl/Makefile.mk macos/xsubpp.patch
5017 ____________________________________________________________________________
5018 [ 11420] By: pudge on 2001/07/20 18:02:05
5019 Log: Make DB_File the default for MLDBM on MacOS.
5020 Branch: maint-5.6/macperl
5021 ! macos/bundled_lib/blib/lib/MLDBM.pm
5022 ____________________________________________________________________________
5023 [ 11419] By: nick on 2001/07/20 14:51:03
5024 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
5025 From: Simon Cozens <simon@netthink.co.uk>
5026 Date: Fri, 20 Jul 2001 11:42:35 -0400
5027 Message-Id: <20010720114235.A5235@netthink.co.uk>
5030 ____________________________________________________________________________
5031 [ 11418] By: nick on 2001/07/20 14:48:12
5032 Log: Subject: [PATCH regcomp.h] adds a comment
5033 From: Abhijit Menon-Sen <ams@wiw.org>
5034 Date: Fri, 20 Jul 2001 21:05:37 +0530
5035 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
5038 ____________________________________________________________________________
5039 [ 11417] By: nick on 2001/07/20 14:16:38
5040 Log: Subject: [PATCH 5.7.2] INSTALL updates
5041 From: Andy Dougherty <doughera@lafayette.edu>
5042 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
5043 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
5046 ____________________________________________________________________________
5047 [ 11416] By: nick on 2001/07/20 06:44:44
5048 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
5049 From: Russ Allbery <rra@stanford.edu>
5050 Date: 19 Jul 2001 15:52:37 -0700
5051 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
5054 ____________________________________________________________________________
5055 [ 11415] By: nick on 2001/07/20 06:35:11
5056 Log: Subject: [PATCH] defer op_seq allocation
5057 From: Abhijit Menon-Sen <ams@wiw.org>
5058 Date: Thu, 19 Jul 2001 22:12:24 +0530
5059 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
5062 ____________________________________________________________________________
5063 [ 11414] By: nick on 2001/07/20 06:23:36
5064 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
5065 From: Abhijit Menon-Sen <ams@wiw.org>
5066 Date: Fri, 20 Jul 2001 01:18:50 +0530
5067 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
5070 ! ext/Time/HiRes/HiRes.xs
5071 ____________________________________________________________________________
5072 [ 11413] By: nick on 2001/07/20 06:18:53
5073 Log: Integrate mainline
5075 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
5076 - t/base/commonsense.t
5077 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
5078 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
5079 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
5080 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
5081 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
5083 ____________________________________________________________________________
5084 [ 11412] By: nick on 2001/07/19 06:44:27
5085 Log: Integrate win32/perlhost.h from maintenance branch.
5086 (Rest of $ENV{PATH} / system() fix.)
5089 ____________________________________________________________________________
5090 [ 11411] By: nick on 2001/07/19 06:41:34
5091 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
5092 From: Philip Newton <Philip.Newton@gmx.net>
5093 Date: Wed, 18 Jul 2001 21:43:57 +0200
5094 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
5097 ____________________________________________________________________________
5098 [ 11410] By: nick on 2001/07/19 06:39:35
5099 Log: Subject: Security hole in taint checking in open()
5100 From: deekoo@tentacle.net
5101 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
5102 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
5105 ____________________________________________________________________________
5106 [ 11409] By: nick on 2001/07/19 06:28:08
5107 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
5108 From: Abhijit Menon-Sen <ams@wiw.org>
5109 Date: Thu, 19 Jul 2001 04:30:43 +0530
5110 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
5112 ! ext/Time/HiRes/HiRes.xs
5113 ____________________________________________________________________________
5114 [ 11408] By: pudge on 2001/07/19 03:27:36
5115 Log: Update docs with latest implementation information and new URLs.
5116 Branch: maint-5.6/macperl
5117 ! README.macos pod/perlport.pod
5118 ____________________________________________________________________________
5119 [ 11407] By: pudge on 2001/07/19 02:35:46
5120 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
5121 Fix BuildRules to accept optimization variables.
5122 Branch: maint-5.6/macperl
5123 + macos/bundled_ext/Digest/MD5/Makefile.mk
5124 ! macos/BuildRules.mk macos/Makefile.mk
5125 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
5126 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
5127 ____________________________________________________________________________
5128 [ 11406] By: pudge on 2001/07/19 01:11:39
5129 Log: Integrate changes 11399,11401
5130 Branch: maint-5.6/macperl
5131 !> win32/perlhost.h win32/win32.c
5132 ____________________________________________________________________________
5133 [ 11405] By: nick on 2001/07/18 06:50:33
5134 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
5137 !> win32/perlhost.h win32/win32.c
5138 ____________________________________________________________________________
5139 [ 11404] By: nick on 2001/07/18 06:43:59
5140 Log: Subject: Re: Perl 5.7.2 Has Been Released
5141 From: hv@crypt0.demon.co.uk
5142 Date: Wed, 18 Jul 2001 05:58:46 +0100
5143 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
5146 ____________________________________________________________________________
5147 [ 11403] By: nick on 2001/07/18 06:38:57
5148 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
5149 From: hv@crypt0.demon.co.uk
5150 Date: Wed, 18 Jul 2001 05:21:54 +0100
5151 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
5153 ! numeric.c t/op/arith.t
5154 ____________________________________________________________________________
5155 [ 11402] By: nick on 2001/07/18 06:19:17
5156 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
5157 From: mjd@plover.com
5158 Date: 17 Jul 2001 17:59:20 -0000
5159 Message-Id: <20010717175920.8177.qmail@plover.com>
5162 ____________________________________________________________________________
5163 [ 11401] By: gsar on 2001/07/17 21:31:31
5164 Log: thinko in change#11400 (duh)
5165 Branch: maint-5.6/perl
5167 ____________________________________________________________________________
5168 [ 11400] By: gsar on 2001/07/17 19:46:34
5169 Log: change#11399 revealed another unrelated bug; this is just a temporary
5171 Branch: maint-5.6/perl
5173 ____________________________________________________________________________
5174 [ 11399] By: gsar on 2001/07/17 19:11:57
5175 Log: fix bugs in handling of the virtualized environment under windows;
5176 there were bugs in propagating any changes to %ENV down to the real
5177 environment when such changes happened in the toplevel process
5178 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
5179 problem identification, and for a part of the fix)
5180 Branch: maint-5.6/perl
5181 ! win32/perlhost.h win32/win32.c
5182 ____________________________________________________________________________
5183 [ 11398] By: nick on 2001/07/17 08:26:35
5184 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
5185 From: Peter Prymmer <pvhp@forte.com>
5186 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
5187 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
5189 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
5190 should not depend on existance of Config.pm
5192 +> t/lib/commonsense.t
5193 - t/base/commonsense.t
5195 ____________________________________________________________________________
5196 [ 11397] By: nick on 2001/07/17 08:09:58
5197 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
5198 From: Michael G Schwern <schwern@pobox.com>
5199 Date: Mon, 16 Jul 2001 18:20:31 -0400
5200 Message-Id: <20010716182031.A1128@blackrider>
5203 ____________________________________________________________________________
5204 [ 11396] By: nick on 2001/07/17 08:04:11
5205 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
5206 From: Gwyn Judd <b.judd@xtra.co.nz>
5207 Date: Tue, 17 Jul 2001 20:55:58 +1200
5208 Message-Id: <20010717205558.A3107@thislove>
5211 ____________________________________________________________________________
5212 [ 11395] By: nick on 2001/07/17 08:02:22
5213 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
5214 From: Peter Prymmer <pvhp@forte.com>
5215 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
5216 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
5219 ____________________________________________________________________________
5220 [ 11394] By: nick on 2001/07/17 07:57:06
5221 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
5222 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
5223 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
5224 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
5227 ____________________________________________________________________________
5228 [ 11392] By: nick on 2001/07/17 07:50:12
5229 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
5230 From: Coral <coral@moonlight.crystalflame.net>
5231 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
5232 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
5235 ____________________________________________________________________________
5236 [ 11391] By: nick on 2001/07/17 07:34:28
5237 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
5238 From: Jonathan Stowe <gellyfish@gellyfish.com>
5239 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
5240 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
5243 ____________________________________________________________________________
5244 [ 11390] By: pudge on 2001/07/16 23:54:44
5245 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
5246 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
5247 and Mac::Apps::Launch, which don't work, and Time::HiRes and
5248 Time::Piece, which don't yet work.
5249 Branch: maint-5.6/macperl
5251 ____________________________________________________________________________
5252 [ 11389] By: pudge on 2001/07/16 23:13:10
5253 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
5254 Also add hack to get around missing setenv for PERL5DB.
5255 Branch: maint-5.6/macperl
5256 ! macos/macish.c macos/macish.h
5257 ____________________________________________________________________________
5258 [ 11388] By: pudge on 2001/07/16 23:11:26
5259 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
5260 Branch: maint-5.6/macperl
5261 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
5262 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
5263 ____________________________________________________________________________
5264 [ 11387] By: pudge on 2001/07/16 23:05:12
5265 Log: Fix up some configuration and make options, add extra
5267 Branch: maint-5.6/macperl
5268 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
5269 ! macos/macperl/Makefile.mk
5270 ____________________________________________________________________________
5271 [ 11386] By: pudge on 2001/07/16 21:22:32
5272 Log: From Change 11374 in maintperl.
5273 Branch: maint-5.6/macperl
5275 ____________________________________________________________________________
5276 [ 11385] By: nick on 2001/07/16 14:12:58
5277 Log: Back out change to h2xs till it passes its test.
5280 ____________________________________________________________________________
5281 [ 11384] By: nick on 2001/07/16 14:00:10
5282 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
5283 From: Jonathan Stowe <gellyfish@gellyfish.com>
5284 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
5285 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
5288 ____________________________________________________________________________
5289 [ 11383] By: nick on 2001/07/16 13:53:12
5290 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
5291 From: Robin Houston <robin@kitsite.com>
5292 Date: Sun, 15 Jul 2001 18:22:31 +0100
5293 Message-Id: <20010715182230.A11174@robin>
5296 ____________________________________________________________________________
5297 [ 11382] By: nick on 2001/07/16 13:52:49
5298 Log: Subject: [PATCH perl@11372] re_dup
5299 From: Radu Greab <radu@netsoft.ro>
5300 Date: Sun, 15 Jul 2001 04:50:06 +0300
5301 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
5304 ____________________________________________________________________________
5305 [ 11379] By: nick on 2001/07/16 13:35:39
5306 Log: Subject: [PATCH B::Deparse] formats can't contain formats
5307 From: Robin Houston <robin@kitsite.com>
5308 Date: Sat, 14 Jul 2001 14:28:50 +0100
5309 Message-Id: <20010714142850.A10205@robin>
5311 ! ext/B/B/Deparse.pm
5312 ____________________________________________________________________________
5313 [ 11378] By: nick on 2001/07/16 13:30:36
5314 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
5315 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
5316 Date: Sat, 14 Jul 2001 22:17:42 +0900
5317 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
5319 + ext/Encode/Encode/euc-jp-0212.enc
5320 ! ext/Encode/Encode/Tcl.pm
5321 ____________________________________________________________________________
5322 [ 11377] By: nick on 2001/07/16 13:17:28
5323 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
5324 From: Andy Dougherty <doughera@lafayette.edu>
5325 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
5326 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
5328 ! hints/darwin.sh hints/rhapsody.sh
5329 ____________________________________________________________________________
5330 [ 11376] By: nick on 2001/07/16 09:05:00
5331 Log: Integrate mainline
5333 +> ext/Encode/Encode/7bit-greek.enc
5334 +> ext/Encode/Encode/7bit-latin1.enc
5335 +> ext/Encode/Encode/cns11643-1.enc
5336 +> ext/Encode/Encode/cns11643-2.enc
5337 +> ext/Encode/Encode/iso2022-cn.enc
5338 +> ext/Encode/Encode/iso2022-jp1.enc
5339 +> ext/Encode/Encode/iso2022-jp2.enc
5340 !> Changes Configure MANIFEST Makefile.SH
5341 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
5342 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
5343 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
5344 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
5345 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
5346 ____________________________________________________________________________
5347 [ 11375] By: gsar on 2001/07/16 02:46:11
5348 Log: integrate change#11374 from maint-5.6
5350 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
5353 ____________________________________________________________________________
5354 [ 11374] By: gsar on 2001/07/16 02:10:51
5355 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
5356 Branch: maint-5.6/perl
5358 ____________________________________________________________________________
5359 [ 11373] By: jhi on 2001/07/14 09:27:10
5360 Log: Update Changes.
5362 ! Changes patchlevel.h
5363 ____________________________________________________________________________
5364 [ 11372] By: jhi on 2001/07/14 09:19:18
5365 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
5366 From: Jonathan Stowe <gellyfish@gellyfish.com>
5367 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
5368 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
5371 ____________________________________________________________________________
5372 [ 11371] By: jhi on 2001/07/14 09:18:09
5373 Log: Subject: patch to add DEL to [:cntrl:]
5374 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5375 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
5376 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
5378 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
5379 ____________________________________________________________________________
5380 [ 11370] By: jhi on 2001/07/14 01:33:17
5381 Log: Metaconfig unit change for #11369; plus a dependency nit.
5383 ! U/compline/nblock_io.U
5384 Branch: metaconfig/U/perl
5386 ____________________________________________________________________________
5387 [ 11369] By: jhi on 2001/07/14 01:32:33
5388 Log: #include <stdlib.h> so that exit() is prototyped,
5392 ____________________________________________________________________________
5393 [ 11368] By: jhi on 2001/07/14 01:18:28
5394 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
5395 From: Peter Prymmer <pvhp@forte.com>
5396 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
5397 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
5400 ____________________________________________________________________________
5401 [ 11367] By: jhi on 2001/07/14 01:07:03
5402 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
5403 From: Peter Prymmer <pvhp@forte.com>
5404 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
5405 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
5407 ! ext/Encode/Encode/Tcl.t
5408 ____________________________________________________________________________
5409 [ 11366] By: jhi on 2001/07/13 22:48:47
5410 Log: Add information about gcc 3.0 basic block profiling.
5412 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
5413 ____________________________________________________________________________
5414 [ 11365] By: jhi on 2001/07/13 21:22:20
5415 Log: Subject: Error in lib/PerlIO/Via.pm ?
5416 From: Mark-Jason Dominus <mjd@plover.com>
5417 Date: Fri, 13 Jul 2001 15:55:41 -0400
5418 Message-ID: <20010713195541.26751.qmail@plover.com>
5420 ! ext/PerlIO/Via/Via.pm
5421 ____________________________________________________________________________
5422 [ 11364] By: jhi on 2001/07/13 21:21:23
5423 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
5424 section from the Compiler section.
5427 ____________________________________________________________________________
5428 [ 11363] By: jhi on 2001/07/13 21:19:34
5429 Log: Handle glibc style of constant definitions using enum
5430 with intervening #defines; from Brendan O'Dea.
5433 ____________________________________________________________________________
5434 [ 11362] By: jhi on 2001/07/13 21:17:40
5435 Log: Add LC_MESSAGES to the locale_h export tag (it already is
5436 in the Makefile.PL and thusly eligible for an XS constant)
5437 (see also maintperl #10543)
5439 ! ext/POSIX/POSIX.pm
5440 ____________________________________________________________________________
5441 [ 11361] By: jhi on 2001/07/13 15:12:37
5442 Log: Subject: Re: [patch] re_dup
5443 From: Abhijit Menon-Sen <ams@wiw.org>
5444 Date: Fri, 13 Jul 2001 21:41:09 +0530
5445 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
5448 ____________________________________________________________________________
5449 [ 11360] By: jhi on 2001/07/13 15:11:45
5450 Log: Subject: [patch] re_dup
5451 From: Doug MacEachern <dougm@covalent.net>
5452 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
5453 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
5456 ____________________________________________________________________________
5457 [ 11359] By: jhi on 2001/07/13 14:30:32
5458 Log: Update Changes.
5460 ! Changes patchlevel.h
5461 ____________________________________________________________________________
5462 [ 11358] By: jhi on 2001/07/13 14:26:36
5463 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
5464 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5465 Date: Sat, 14 Jul 2001 00:06:30 +0900
5466 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
5468 + ext/Encode/Encode/7bit-greek.enc
5469 + ext/Encode/Encode/7bit-latin1.enc
5470 + ext/Encode/Encode/cns11643-1.enc
5471 + ext/Encode/Encode/cns11643-2.enc
5472 + ext/Encode/Encode/iso2022-cn.enc
5473 + ext/Encode/Encode/iso2022-jp1.enc
5474 + ext/Encode/Encode/iso2022-jp2.enc
5475 ! MANIFEST ext/Encode/Encode/Tcl.pm
5476 ! ext/Encode/Encode/iso2022-kr.enc
5477 ____________________________________________________________________________
5478 [ 11357] By: nick on 2001/07/13 14:24:06
5479 Log: Blind integrate mainline (as of 5.7.2?)
5481 !> AUTHORS Changes Porting/config.sh Porting/config_H
5482 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
5483 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
5484 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5485 !> win32/makefile.mk
5486 ____________________________________________________________________________
5487 [ 11355] By: jhi on 2001/07/13 13:13:46
5488 Log: Snip away the devel patchlevel.
5491 ____________________________________________________________________________
5492 [ 11354] By: jhi on 2001/07/13 13:12:01
5493 Log: Bump the version to 5.7.2.
5495 ! Porting/config.sh Porting/config_H patchlevel.h
5496 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
5497 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5499 ____________________________________________________________________________
5500 [ 11353] By: jhi on 2001/07/13 13:00:00
5501 Log: Update Changes.
5504 ____________________________________________________________________________
5505 [ 11352] By: jhi on 2001/07/13 12:54:49
5509 ____________________________________________________________________________
5510 [ 11351] By: jhi on 2001/07/13 12:52:47
5511 Log: AUTHORS update.
5514 ____________________________________________________________________________
5515 [ 11350] By: jhi on 2001/07/13 12:24:36
5516 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
5520 ____________________________________________________________________________
5521 [ 11349] By: jhi on 2001/07/13 11:54:10
5522 Log: Integrate perlio.
5524 !> win32/distclean.bat
5525 ____________________________________________________________________________
5526 [ 11348] By: jhi on 2001/07/13 11:49:50
5527 Log: Test the encoding transform only iff we have PerlIO,
5528 noticed by H. Merijn Brand.
5530 ! ext/PerlIO/t/encoding.t
5531 ____________________________________________________________________________
5532 [ 11347] By: jhi on 2001/07/13 11:40:13
5533 Log: README.netware tweaks from Ananth Kesari.
5536 ____________________________________________________________________________
5537 [ 11346] By: nick on 2001/07/13 09:18:51
5538 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
5539 to avoid /unicode vs /Unicode issues.
5541 ! win32/distclean.bat
5542 ____________________________________________________________________________
5543 [ 11345] By: nick on 2001/07/13 06:24:18
5544 Log: Integrate mainline
5546 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
5547 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
5548 !> (integrate 63 files)
5549 ____________________________________________________________________________
5550 [ 11344] By: jhi on 2001/07/13 04:50:22
5551 Log: Add d_bincompat5005 information to perl -V.
5554 ____________________________________________________________________________
5555 [ 11343] By: jhi on 2001/07/13 03:42:05
5556 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
5557 From: Abhijit Menon-Sen <ams@wiw.org>
5558 Date: Fri, 13 Jul 2001 07:12:36 +0530
5559 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
5562 ____________________________________________________________________________
5563 [ 11342] By: jhi on 2001/07/13 03:36:22
5564 Log: Remove unicode::distinct, as per Inaba Hiroto.
5566 - lib/unicode/distinct.pm
5567 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
5569 ____________________________________________________________________________
5570 [ 11341] By: jhi on 2001/07/13 00:05:53
5571 Log: Paging for Dr Octothorpe.
5574 ____________________________________________________________________________
5575 [ 11340] By: jhi on 2001/07/12 23:53:44
5576 Log: cut-n-paste error noticed by mjd.
5579 ____________________________________________________________________________
5580 [ 11339] By: jhi on 2001/07/12 23:39:42
5581 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
5582 From: Peter Prymmer <pvhp@forte.com>
5583 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
5584 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
5587 ____________________________________________________________________________
5588 [ 11338] By: jhi on 2001/07/12 23:38:49
5589 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
5590 From: Randall Gellens <randy@qualcomm.com>
5591 Date: Thu, 12 Jul 2001 16:56:23 -0700
5592 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
5594 ! Porting/repository.pod
5595 ____________________________________________________________________________
5596 [ 11337] By: jhi on 2001/07/12 23:35:06
5597 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
5600 ____________________________________________________________________________
5601 [ 11336] By: jhi on 2001/07/12 23:23:39
5602 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
5603 From: coral <coral@moonlight.crystalflame.net>
5604 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
5605 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
5608 ____________________________________________________________________________
5609 [ 11335] By: jhi on 2001/07/12 23:23:14
5610 Log: Metaconfig unit change for #11134.
5612 + U/threads/d_pthread_atfork.U
5613 ____________________________________________________________________________
5614 [ 11334] By: jhi on 2001/07/12 23:22:42
5615 Log: Add HAS_PTHREAD_ATFORK.
5617 ! Configure NetWare/config.wc NetWare/config_H.wc
5618 ! Porting/Glossary Porting/config.sh Porting/config_H
5619 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
5620 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
5621 ! vos/config.ga.def vos/config.ga.h win32/config.bc
5622 ! win32/config.gc win32/config.vc win32/config_H.bc
5623 ! win32/config_H.gc win32/config_H.vc
5624 ____________________________________________________________________________
5625 [ 11333] By: jhi on 2001/07/12 22:58:35
5626 Log: Subject: [PATCH] File::Copy fails on tied handles
5627 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
5628 Date: Thu, 12 Jul 2001 15:18:51 -0700
5629 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
5632 ____________________________________________________________________________
5633 [ 11332] By: jhi on 2001/07/12 22:57:04
5634 Log: Subject: [PATCH] Langinfo.t
5635 From: Nicholas Clark <nick@ccl4.org>
5636 Date: Thu, 12 Jul 2001 23:55:38 +0100
5637 Message-ID: <20010712235538.M5827@plum.flirble.org>
5639 ! ext/I18N/Langinfo/Langinfo.t
5640 ____________________________________________________________________________
5641 [ 11331] By: jhi on 2001/07/12 22:56:09
5642 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
5643 From: Peter Prymmer <pvhp@forte.com>
5644 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
5645 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
5647 ! pod/perl572delta.pod
5648 ____________________________________________________________________________
5649 [ 11330] By: jhi on 2001/07/12 22:55:23
5650 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
5651 From: Abhijit Menon-Sen <ams@wiw.org>
5652 Date: Fri, 13 Jul 2001 05:21:16 +0530
5653 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
5656 ____________________________________________________________________________
5657 [ 11329] By: jhi on 2001/07/12 22:54:39
5658 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
5659 From: Abhijit Menon-Sen <ams@wiw.org>
5660 Date: Fri, 13 Jul 2001 03:04:25 +0530
5661 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
5664 ____________________________________________________________________________
5665 [ 11328] By: gsar on 2001/07/12 19:02:01
5668 ! win32/Makefile win32/makefile.mk
5669 ____________________________________________________________________________
5670 [ 11327] By: jhi on 2001/07/12 18:54:09
5671 Log: Update Changes.
5673 ! Changes patchlevel.h
5674 ____________________________________________________________________________
5675 [ 11326] By: jhi on 2001/07/12 18:17:18
5676 Log: Typo spotted by Philip Newton.
5678 ! pod/perl572delta.pod
5679 ____________________________________________________________________________
5680 [ 11325] By: jhi on 2001/07/12 18:11:42
5681 Log: Subject: [PATCH] fixes perl_clone of perl_clone
5682 From: Artur Bergman <artur@contiller.se>
5683 Date: Thu, 12 Jul 2001 20:57:09 +0200
5684 Message-ID: <B773BFA4.236B%artur@contiller.se>
5687 ____________________________________________________________________________
5688 [ 11324] By: jhi on 2001/07/12 18:09:17
5689 Log: Add README.uts from Hal Morris.
5692 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
5693 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5694 ____________________________________________________________________________
5695 [ 11323] By: jhi on 2001/07/12 17:48:33
5696 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
5697 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5698 Date: Thu, 12 Jul 2001 20:32:37 +0200
5699 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
5702 ____________________________________________________________________________
5703 [ 11322] By: jhi on 2001/07/12 17:44:29
5704 Log: Subject: Patch: document reg_data.what member
5705 From: Mark-Jason Dominus <mjd@plover.com>
5706 Message-ID: <20010712182532.14821.qmail@plover.com>
5707 Date: Thu, 12 Jul 2001 14:25:32 -0400
5709 ! regcomp.c regcomp.h
5710 ____________________________________________________________________________
5711 [ 11321] By: jhi on 2001/07/12 17:43:18
5712 Log: Subject: [PATCH] Perl_re_dup()
5713 From: Abhijit Menon-Sen <ams@wiw.org>
5714 Date: Thu, 12 Jul 2001 23:54:32 +0530
5715 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
5717 ! embed.h embed.pl perlapi.c proto.h sv.c
5718 ____________________________________________________________________________
5719 [ 11320] By: jhi on 2001/07/12 17:18:54
5720 Log: Regen Configure, modlib, toc.
5722 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5723 ! pod/perlmodlib.pod pod/perltoc.pod
5724 ____________________________________________________________________________
5725 [ 11319] By: jhi on 2001/07/12 17:08:15
5726 Log: The problem seems to be in PerlIO::Layer::->find() not
5727 accepting the ":encoding(blurflur)" arguments.
5729 ! lib/PerlIO.pm lib/open.pm
5730 ____________________________________________________________________________
5731 [ 11318] By: jhi on 2001/07/12 16:58:11
5732 Log: AIX doc update.
5734 ! README.aix pod/perl572delta.pod
5735 ____________________________________________________________________________
5736 [ 11317] By: jhi on 2001/07/12 16:39:11
5737 Log: Subject: AIX README update
5738 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5739 Date: Thu, 12 Jul 2001 19:28:30 +0200
5740 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
5743 ____________________________________________________________________________
5744 [ 11316] By: jhi on 2001/07/12 16:37:15
5745 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
5746 From: Norton Allen <allen@huarp.harvard.edu>
5747 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
5748 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
5750 ! ext/IO/lib/IO/t/io_unix.t
5751 ____________________________________________________________________________
5752 [ 11315] By: jhi on 2001/07/12 16:35:53
5753 Log: Subject: [PATCH README.qnx hints/qnx.sh]
5754 From: Norton Allen <allen@huarp.harvard.edu>
5755 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
5756 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
5758 ! README.qnx hints/qnx.sh
5759 ____________________________________________________________________________
5760 [ 11314] By: jhi on 2001/07/12 16:13:15
5761 Log: Subject: [patch] faster PM_GETRE
5762 From: Doug MacEachern <dougm@covalent.net>
5763 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
5764 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
5767 ____________________________________________________________________________
5768 [ 11313] By: jhi on 2001/07/12 16:12:23
5769 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
5770 From: Doug MacEachern <dougm@covalent.net>
5771 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
5772 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
5775 ____________________________________________________________________________
5776 [ 11312] By: jhi on 2001/07/12 16:07:22
5777 Log: Tell where the nice Estonian database is.
5780 ____________________________________________________________________________
5781 [ 11311] By: jhi on 2001/07/12 16:05:31
5782 Log: Retract #11309 since #11310 is a better fix.
5785 ____________________________________________________________________________
5786 [ 11310] By: gsar on 2001/07/12 15:50:40
5787 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
5788 change#11300 needs to return the status of failed win32_spawnvp())
5790 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
5791 splitting correctly; remove unused variables; 'require' at run time
5792 rather than 'use' at compile time for I18N::Langinfo, since it
5795 ! lib/open.pm win32/win32.c
5796 ____________________________________________________________________________
5797 [ 11309] By: jhi on 2001/07/12 15:29:55
5798 Log: Temporary workaround.
5801 ____________________________________________________________________________
5802 [ 11308] By: jhi on 2001/07/12 14:44:51
5803 Log: UCD typo in #11306 and add also more known-to-be-tested
5804 modules to the skip list.
5807 ____________________________________________________________________________
5808 [ 11307] By: jhi on 2001/07/12 14:38:38
5809 Log: Rename Unicode::UCD to UnicodeCD to avoid
5810 messups with case-insensitive filesystems.
5812 + lib/UnicodeCD.pm lib/UnicodeCD.t
5813 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
5814 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
5815 ____________________________________________________________________________
5816 [ 11306] By: jhi on 2001/07/12 13:32:05
5817 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
5818 From: daniel@biz.bitpusher.com
5819 Date: Wed, 11 Jul 2001 23:25:47 -0700
5820 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
5822 ! lib/Tie/Array.pm t/op/splice.t
5823 ____________________________________________________________________________
5824 [ 11305] By: jhi on 2001/07/12 13:05:46
5825 Log: Subject: [PATCH] More accurate line numbers in messages
5826 From: Paul Johnson <paul@pjcj.net>
5827 Date: Thu, 12 Jul 2001 04:14:11 +0200
5828 Message-ID: <20010712041411.A3467@pjcj.net>
5830 (With prototyping and multiplicity tweaks.)
5832 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
5833 ____________________________________________________________________________
5834 [ 11304] By: nick on 2001/07/12 12:53:40
5835 Log: Integrate mainline
5837 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
5838 !> regexec.c thread.h
5839 ____________________________________________________________________________
5840 [ 11303] By: jhi on 2001/07/12 12:46:20
5841 Log: Cut-and-pasto in #11298.
5843 ! ext/ByteLoader/bytecode.h
5844 ____________________________________________________________________________
5845 [ 11302] By: jhi on 2001/07/12 12:42:35
5846 Log: Update the AIX known problems section.
5848 ! pod/perl572delta.pod
5849 ____________________________________________________________________________
5850 [ 11301] By: jhi on 2001/07/12 12:36:46
5851 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
5852 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5853 Date: Thu, 12 Jul 2001 12:16:16 +0200
5854 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
5857 ____________________________________________________________________________
5858 [ 11300] By: jhi on 2001/07/12 12:35:44
5859 Log: Integrate perlio.
5861 !> makedef.pl win32/win32.c
5862 ____________________________________________________________________________
5863 [ 11299] By: jhi on 2001/07/12 12:33:57
5864 Log: Subject: [PATCH] fix for PMOP threadness failures
5865 From: Artur Bergman <artur@contiller.se>
5866 Date: Thu, 12 Jul 2001 09:48:06 +0200
5867 Message-ID: <B77322D6.22DD%artur@contiller.se>
5870 ____________________________________________________________________________
5871 [ 11298] By: jhi on 2001/07/12 12:27:47
5872 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
5873 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5874 Date: Thu, 12 Jul 2001 09:09:48 +0200
5875 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
5877 More parentheses to keep bcc happy.
5879 ! ext/ByteLoader/bytecode.h
5880 ____________________________________________________________________________
5881 [ 11297] By: jhi on 2001/07/12 12:24:50
5882 Log: Subject: Re: [patch] pthread_atfork bandaid
5883 From: Doug MacEachern <dougm@covalent.net>
5884 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
5885 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
5888 ____________________________________________________________________________
5889 [ 11296] By: nick on 2001/07/12 11:55:48
5890 Log: Exclude reentrant_buffer from .def file
5893 ____________________________________________________________________________
5894 [ 11295] By: nick on 2001/07/12 11:11:44
5895 Log: Honour void-ness of my_exit()
5898 ____________________________________________________________________________
5899 [ 11294] By: nick on 2001/07/12 07:51:04
5900 Log: Integrate mainline
5902 +> uts/sprintf_wrap.c
5903 !> (integrate 35 files)
5904 ____________________________________________________________________________
5905 [ 11293] By: jhi on 2001/07/12 04:58:08
5906 Log: Retract #11289.
5908 ! embed.h embed.pl perl.c proto.h thread.h
5909 ____________________________________________________________________________
5910 [ 11292] By: jhi on 2001/07/12 04:47:43
5911 Log: Now the :locale pseudolayer *almost* works...
5914 ____________________________________________________________________________
5915 [ 11291] By: jhi on 2001/07/12 04:36:47
5916 Log: Locale encoding tweaks.
5919 ____________________________________________________________________________
5920 [ 11290] By: jhi on 2001/07/12 04:25:53
5921 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
5922 From: Mark-Jason Dominus <mjd@plover.com>
5923 Date: Thu, 12 Jul 2001 00:59:31 -0400
5924 Message-ID: <20010712045931.8543.qmail@plover.com>
5926 Remove the chmod/umask leading zero warning.
5928 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
5929 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5930 ____________________________________________________________________________
5931 [ 11289] By: jhi on 2001/07/12 04:16:41
5932 Log: (Retracted by #11289.)
5934 ! embed.h embed.pl perl.c proto.h thread.h
5935 ____________________________________________________________________________
5936 [ 11288] By: jhi on 2001/07/12 03:45:11
5937 Log: Needed by #11283.
5940 ____________________________________________________________________________
5941 [ 11287] By: jhi on 2001/07/12 03:40:04
5942 Log: Metaconfig unit change for #11286.
5943 Branch: metaconfig/U/perl
5945 ____________________________________________________________________________
5946 [ 11286] By: jhi on 2001/07/12 03:39:18
5947 Log: Subject: Re: [PATCH Configure] perl -V broken
5948 From: Andy Dougherty <doughera@lafayette.edu>
5949 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
5950 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
5952 ! Configure myconfig.SH
5953 ____________________________________________________________________________
5954 [ 11285] By: jhi on 2001/07/12 03:27:28
5955 Log: Retract #11166 (and #11237).
5957 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
5958 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
5959 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5960 ____________________________________________________________________________
5961 [ 11284] By: jhi on 2001/07/12 02:36:42
5962 Log: UTS tweaks for Hal Morris.
5964 + uts/sprintf_wrap.c
5965 ! MANIFEST hints/uts.sh perl.h
5966 ____________________________________________________________________________
5967 [ 11283] By: jhi on 2001/07/12 00:52:36
5968 Log: Subject: [PATCH] Use reentrant API glibc
5969 From: Artur Bergman <artur@contiller.se>
5970 Date: Thu, 12 Jul 2001 00:58:21 +0200
5971 Message-ID: <B772A6AD.2288%artur@contiller.se>
5973 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
5975 ____________________________________________________________________________
5976 [ 11282] By: jhi on 2001/07/12 00:35:27
5977 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
5978 From: barries <barries@slaysys.com>
5979 Date: Wed, 11 Jul 2001 15:11:46 -0400
5980 Message-ID: <20010711151146.G24560@jester.slaysys.com>
5982 ! pp_sys.c t/lib/warnings/doio win32/win32.c
5983 ____________________________________________________________________________
5984 [ 11281] By: jhi on 2001/07/12 00:32:17
5985 Log: Subject: [patch] pthread_atfork bandaid
5986 From: Doug MacEachern <dougm@covalent.net>
5987 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
5988 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
5990 ! miniperlmain.c perl.c
5991 ____________________________________________________________________________
5992 [ 11280] By: jhi on 2001/07/12 00:31:34
5993 Log: Subject: [patch] perl_clone leaks
5994 From: Doug MacEachern <dougm@covalent.net>
5995 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
5996 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
5999 ____________________________________________________________________________
6000 [ 11279] By: nick on 2001/07/11 15:49:38
6001 Log: Integrate mainline
6003 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
6004 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
6005 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
6006 +> lib/Term/ANSIColor/README
6007 !> (integrate 54 files)
6008 ____________________________________________________________________________
6009 [ 11278] By: jhi on 2001/07/11 13:52:20
6010 Log: Update Changes.
6012 ! Changes patchlevel.h
6013 ____________________________________________________________________________
6014 [ 11277] By: jhi on 2001/07/11 13:31:43
6015 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
6016 From: Peter Prymmer <pvhp@forte.com>
6017 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
6018 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
6020 Backport of embed.pl to 5.003.
6023 ____________________________________________________________________________
6024 [ 11276] By: jhi on 2001/07/11 13:18:07
6025 Log: Subject: Re: POSIX test #14 on UTS
6026 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6027 Date: Wed, 11 Jul 2001 03:02:14 +0100
6028 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
6031 ____________________________________________________________________________
6032 [ 11275] By: jhi on 2001/07/11 13:15:49
6033 Log: Make the I32 an IV to preserve structure alignment and size.
6036 ____________________________________________________________________________
6037 [ 11274] By: jhi on 2001/07/11 13:13:27
6038 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
6039 From: "Artur Bergman" <artur@contiller.se>
6040 Date: Wed, 11 Jul 2001 14:23:37 +0200
6041 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
6043 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
6045 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
6046 ! pod/perlapi.pod sv.c
6047 ____________________________________________________________________________
6048 [ 11273] By: jhi on 2001/07/11 03:53:28
6049 Log: Tweak until Pod::Parser gets updated.
6051 ! t/pod/special_seqs.xr
6052 ____________________________________________________________________________
6053 [ 11272] By: jhi on 2001/07/11 00:46:05
6054 Log: File::Spec usage tweak.
6057 ____________________________________________________________________________
6058 [ 11271] By: jhi on 2001/07/11 00:37:19
6059 Log: Integrate #11263 from macperl; macos and macosx updates.
6062 ____________________________________________________________________________
6063 [ 11270] By: jhi on 2001/07/11 00:33:27
6064 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
6065 From: Peter Prymmer <pvhp@forte.com>
6066 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
6067 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
6069 + ext/Time/HiRes/hints/dynixptx.pl
6070 ! MANIFEST hints/dynixptx.sh
6071 ____________________________________________________________________________
6072 [ 11269] By: jhi on 2001/07/11 00:32:16
6073 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
6074 From: Nicholas Clark <nick@ccl4.org>
6075 Date: Tue, 10 Jul 2001 23:17:43 +0100
6076 Message-ID: <20010710231742.B59620@plum.flirble.org>
6078 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
6079 ____________________________________________________________________________
6080 [ 11268] By: jhi on 2001/07/11 00:30:56
6081 Log: Subject: [DOC PATCH] Pluggable runops
6082 From: Paul Johnson <paul@pjcj.net>
6083 Date: Tue, 10 Jul 2001 21:53:28 +0200
6084 Message-ID: <20010710215328.B26577@pjcj.net>
6087 ____________________________________________________________________________
6088 [ 11267] By: jhi on 2001/07/11 00:29:59
6089 Log: Subject: [PATCH] Authors
6090 From: Artur Bergman <artur@contiller.se>
6091 Date: Tue, 10 Jul 2001 20:39:12 +0200
6092 Message-ID: <B771186F.21CD%artur@contiller.se>
6095 ____________________________________________________________________________
6096 [ 11266] By: jhi on 2001/07/11 00:29:13
6097 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
6098 From: Doug MacEachern <dougm@covalent.net>
6099 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
6100 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
6103 ____________________________________________________________________________
6104 [ 11265] By: jhi on 2001/07/11 00:28:15
6105 Log: Subject: doc patch; times() in scalar context
6106 From: mjd@plover.com
6107 Date: 10 Jul 2001 18:01:17 -0000
6108 Message-ID: <20010710180117.12477.qmail@plover.com>
6111 ____________________________________________________________________________
6112 [ 11264] By: jhi on 2001/07/11 00:27:17
6113 Log: Subject: [PATCH] Small fix to pp_gmtime
6114 From: Artur Bergman <artur@contiller.se>
6115 Date: Tue, 10 Jul 2001 19:54:52 +0200
6116 Message-ID: <B7710E0B.21C5%artur@contiller.se>
6119 ____________________________________________________________________________
6120 [ 11263] By: pudge on 2001/07/10 21:06:10
6121 Log: Integrate changes from mainline perl, add notes about
6122 Mac OS X and Mac OS.
6123 Branch: maint-5.6/macperl
6125 ____________________________________________________________________________
6126 [ 11262] By: jhi on 2001/07/10 15:21:26
6127 Log: A proof of the dangers of package; ?
6130 ____________________________________________________________________________
6131 [ 11261] By: jhi on 2001/07/10 15:02:27
6132 Log: Regen toc and modlib.
6134 ! pod/perlmodlib.pod pod/perltoc.pod
6135 ____________________________________________________________________________
6136 [ 11260] By: jhi on 2001/07/10 15:00:37
6137 Log: Add compexcl(), casefold(), and casespec() interfaces;
6138 and make all interfaces to return hash references instead
6141 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6142 ____________________________________________________________________________
6143 [ 11259] By: jhi on 2001/07/10 13:50:17
6144 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
6145 From: "Philip Newton" <Philip.Newton@gmx.net>
6146 Date: Tue, 10 Jul 2001 09:55:59 +0200
6147 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
6149 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
6150 From: "Philip Newton" <Philip.Newton@gmx.net>
6151 Date: Tue, 10 Jul 2001 09:56:37 +0200
6152 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
6154 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6155 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
6156 ____________________________________________________________________________
6157 [ 11258] By: jhi on 2001/07/10 13:47:20
6158 Log: Subject: [patch] undef &xsub for 1,2
6159 From: Doug MacEachern <dougm@covalent.net>
6160 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
6161 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
6163 (This version of the patch with a comment from Gisle.)
6166 ____________________________________________________________________________
6167 [ 11257] By: jhi on 2001/07/10 13:45:44
6168 Log: Mention package; deprecation and the Win32 problems.
6170 ! pod/perl572delta.pod
6171 ____________________________________________________________________________
6172 [ 11256] By: jhi on 2001/07/10 13:45:12
6173 Log: Subject: [PATCH] deprecate package with no arguments
6174 From: Robin Houston <robin@kitsite.com>
6175 Date: Tue, 10 Jul 2001 13:33:40 +0100
6176 Message-ID: <20010710133340.A13452@robin.kitsite.com>
6178 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
6179 ____________________________________________________________________________
6180 [ 11255] By: jhi on 2001/07/10 13:16:11
6181 Log: Upgrade to podlators 1.10.
6183 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
6184 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
6185 ! pod/pod2man.PL pod/pod2text.PL
6186 ____________________________________________________________________________
6187 [ 11254] By: jhi on 2001/07/10 13:09:34
6188 Log: Upgrade to Term::ANSIColor 1.04.
6190 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
6191 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
6192 ____________________________________________________________________________
6193 [ 11253] By: jhi on 2001/07/10 12:59:27
6194 Log: Integrate perlio (the right fix for the ":layer(args)")
6197 ____________________________________________________________________________
6198 [ 11252] By: nick on 2001/07/10 06:58:14
6199 Log: Fix open(...,"...:layer(xxx)",...)
6200 - use memEQ not strEQ as there is '(' not '\0'
6203 ____________________________________________________________________________
6204 [ 11251] By: jhi on 2001/07/10 04:04:18
6205 Log: Telling the number of tests helps.
6207 ! ext/PerlIO/t/encoding.t
6208 ____________________________________________________________________________
6209 [ 11250] By: jhi on 2001/07/10 03:55:38
6210 Log: Require I18N::Langinfo, not use.
6213 ____________________________________________________________________________
6214 [ 11249] By: jhi on 2001/07/10 03:50:18
6215 Log: Add a test for for PerlIO ":encoding(...)" layer.
6217 + ext/PerlIO/t/encoding.t
6218 ! MANIFEST ext/Encode/Encode.pm
6219 ____________________________________________________________________________
6220 [ 11248] By: jhi on 2001/07/10 02:06:57
6221 Log: PerlIO ":encoding(foobar)" temporary fix.
6222 Not really correct, I think, since the change means
6223 that prefixes match.
6226 ____________________________________________________________________________
6227 [ 11247] By: jhi on 2001/07/10 01:38:11
6228 Log: Update to Math::BigInt 1.36. The biggest news is
6229 the separation of the backend; now the pure Perl
6230 implementation is in Math::BigInt::Calc, but one
6231 can plugin, say, Math::BigInt::BitVect, and get
6232 considerable speedup.
6234 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
6235 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6236 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
6237 ! lib/Math/BigInt/t/mbimbf.t
6238 ____________________________________________________________________________
6239 [ 11246] By: jhi on 2001/07/10 01:19:55
6240 Log: Subject: Re: compatibility question
6241 From: Peter Prymmer <pvhp@forte.com>
6242 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
6243 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
6245 ! lib/ExtUtils/MM_VMS.pm
6246 ____________________________________________________________________________
6247 [ 11245] By: jhi on 2001/07/10 01:18:04
6248 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
6249 From: Norton Allen <allen@huarp.harvard.edu>
6250 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
6251 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
6253 ! ext/File/Glob/t/basic.t
6254 ____________________________________________________________________________
6255 [ 11244] By: jhi on 2001/07/10 01:16:27
6256 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
6257 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6258 Date: Tue, 10 Jul 2001 00:29:55 +0900
6259 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
6261 + ext/Encode/Encode/HZ.enc
6262 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
6263 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
6264 ! ext/Encode/Encode/iso2022-jp.enc
6265 ! ext/Encode/Encode/iso2022-kr.enc
6266 ____________________________________________________________________________
6267 [ 11243] By: pudge on 2001/07/09 22:16:12
6268 Log: Add in all them there macos/ files.
6269 Branch: maint-5.6/macperl
6271 ____________________________________________________________________________
6272 [ 11242] By: jhi on 2001/07/09 20:26:04
6273 Log: Add the new modules to the list of having those own tests.
6276 ____________________________________________________________________________
6277 [ 11241] By: jhi on 2001/07/09 19:09:58
6278 Log: Add INOUT to control both ways at the same time.
6281 ____________________________________________________________________________
6282 [ 11240] By: nick on 2001/07/09 16:33:50
6283 Log: Integrate mainline
6285 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6286 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
6287 !> (integrate 41 files)
6288 ____________________________________________________________________________
6289 [ 11239] By: jhi on 2001/07/09 16:14:35
6290 Log: More encoding mapping magic.
6293 ____________________________________________________________________________
6294 [ 11238] By: jhi on 2001/07/09 14:40:43
6295 Log: Update Changes.
6297 ! Changes patchlevel.h
6298 ____________________________________________________________________________
6299 [ 11237] By: jhi on 2001/07/09 14:27:27
6300 Log: (Retracted by #11285).
6302 Subject: [PATCH] OPpCONST_OCTAL fixes
6303 From: Abhijit Menon-Sen <ams@wiw.org>
6304 Date: Mon, 9 Jul 2001 07:38:45 +0530
6305 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
6308 ____________________________________________________________________________
6309 [ 11236] By: jhi on 2001/07/09 14:10:07
6310 Log: Add a pseudolayer ":locale" to the open pragma which
6311 will get the encoding from the locale. Yet undocumented
6312 because I can't get the PerlIO :encoding(foobar) to work.
6314 ! ext/Encode/Encode.pm lib/open.pm
6315 ____________________________________________________________________________
6316 [ 11235] By: jhi on 2001/07/09 13:38:43
6317 Log: Add more encoding mappings.
6319 ! ext/Encode/Encode.pm
6320 ____________________________________________________________________________
6321 [ 11234] By: jhi on 2001/07/09 13:24:54
6322 Log: Document that using :encoding layer requires using Encode.
6324 ! ext/Encode/Encode.pm lib/PerlIO.pm
6325 ____________________________________________________________________________
6326 [ 11233] By: jhi on 2001/07/09 13:19:34
6327 Log: Netware tweak from Ananth Kesari.
6330 ____________________________________________________________________________
6331 [ 11232] By: gsar on 2001/07/09 04:40:07
6332 Log: t/harness doesn't know about run/*.t
6335 ____________________________________________________________________________
6336 [ 11231] By: gsar on 2001/07/09 04:36:30
6337 Log: run/exit.t busted on windows
6340 ____________________________________________________________________________
6341 [ 11230] By: gsar on 2001/07/09 04:14:54
6342 Log: fix a couple of UCD.t tests that fail due to bad case
6345 ____________________________________________________________________________
6346 [ 11229] By: gsar on 2001/07/09 03:57:06
6347 Log: test skip logic was broken
6349 ! ext/I18N/Langinfo/Langinfo.t
6350 ____________________________________________________________________________
6351 [ 11228] By: gsar on 2001/07/09 03:42:20
6352 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
6353 failure of ExtUtils.t#27 when built in debug mode)
6355 ! lib/ExtUtils/MM_Win32.pm
6356 ____________________________________________________________________________
6357 [ 11227] By: gsar on 2001/07/09 02:11:04
6358 Log: I18N::Langinfo is not available on windows
6361 ____________________________________________________________________________
6362 [ 11226] By: gsar on 2001/07/09 01:55:23
6365 ! ext/POSIX/POSIX.xs
6366 ____________________________________________________________________________
6367 [ 11225] By: jhi on 2001/07/08 23:42:37
6368 Log: Update Changes.
6370 ! Changes patchlevel.h
6371 ____________________________________________________________________________
6372 [ 11224] By: jhi on 2001/07/08 23:05:41
6373 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
6374 as pointed out by Sarathy.
6376 ! ext/I18N/Langinfo/Langinfo.xs
6377 ____________________________________________________________________________
6378 [ 11223] By: jhi on 2001/07/08 22:59:01
6379 Log: Retract #11212.
6381 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
6382 ____________________________________________________________________________
6383 [ 11222] By: jhi on 2001/07/08 17:41:22
6384 Log: Bump up the VERSION of Cwd.xs.
6386 ! ext/Cwd/Makefile.PL
6387 ____________________________________________________________________________
6388 [ 11221] By: jhi on 2001/07/08 17:13:38
6389 Log: Retract #11220, the problem wasn't the missing leading zero.
6391 $ ./perl -we 'chmod(oct("755"), ".")'
6392 Non-octal literal mode (493) specified at -e line 1.
6393 (Did you mean 0493 instead?)
6395 ! lib/ExtUtils/MM_Unix.pm
6396 ____________________________________________________________________________
6397 [ 11220] By: jhi on 2001/07/08 17:05:55
6398 Log: (Retracted by #11221)
6399 Change the PERM_RW and PERM_RWX to 0644 and 0755
6400 (add the leading zero).
6402 ! lib/ExtUtils/MM_Unix.pm
6403 ____________________________________________________________________________
6404 [ 11219] By: jhi on 2001/07/08 16:17:32
6405 Log: Integrate changes #11193, 11205, 11209 from macperl.
6407 Fix up AutoLoader to fudge for Mac paths in import().
6409 Allow symbols in try_symbol() to begin with "_".
6411 Small portability fix for Mac OS.
6413 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
6414 ____________________________________________________________________________
6415 [ 11218] By: jhi on 2001/07/08 16:10:30
6416 Log: Metaconfig unit change for #11217.
6417 Branch: metaconfig/U/perl
6419 ____________________________________________________________________________
6420 [ 11217] By: jhi on 2001/07/08 16:10:07
6421 Log: Detypo, problem noticed by Gerrit P. Haase.
6423 ! Configure config_h.SH
6424 ____________________________________________________________________________
6425 [ 11216] By: jhi on 2001/07/08 15:58:35
6429 ____________________________________________________________________________
6430 [ 11215] By: jhi on 2001/07/08 15:52:57
6431 Log: Slight tweaks on #11213.
6434 ____________________________________________________________________________
6435 [ 11214] By: jhi on 2001/07/08 14:32:28
6436 Log: A missing dTHX noticed by Gerrit P. Haase.
6438 ! ext/POSIX/POSIX.xs
6439 ____________________________________________________________________________
6440 [ 11213] By: jhi on 2001/07/08 14:24:44
6441 Log: Subject: [PATCH toke.c] Simplify yytoke()
6442 From: Simon Cozens <simon@netthink.co.uk>
6443 Date: Sun, 8 Jul 2001 13:24:34 +0100
6444 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
6446 Split out pending_ident().
6448 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
6449 ____________________________________________________________________________
6450 [ 11212] By: jhi on 2001/07/08 14:17:10
6451 Log: (Retracted by #11223.)
6452 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
6453 Date: Wed, 05 Nov 1997 17:22:34 -0600
6454 From: Graham Barr <gbarr@ti.com>
6455 Message-Id: <3460FFBA.6DA51F46@ti.com>
6457 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
6458 ____________________________________________________________________________
6459 [ 11211] By: jhi on 2001/07/08 13:53:38
6460 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
6462 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6463 ! pod/perllocale.pod
6464 ____________________________________________________________________________
6465 [ 11210] By: jhi on 2001/07/08 01:34:09
6466 Log: Really do the test under the C locale.
6468 ! ext/I18N/Langinfo/Langinfo.t
6469 ____________________________________________________________________________
6470 [ 11209] By: pudge on 2001/07/08 01:19:25
6471 Log: Small portability fix for Mac OS.
6472 Branch: maint-5.6/macperl
6474 ____________________________________________________________________________
6475 [ 11208] By: jhi on 2001/07/08 01:14:58
6476 Log: Metaconfig unit change for #11207.
6477 Branch: metaconfig/U/perl
6479 ____________________________________________________________________________
6480 [ 11207] By: jhi on 2001/07/08 01:14:02
6481 Log: Add I18N::Langinfo, which is basically a wrapper around
6482 nl_langinfo(), which is an additional way to query locale
6483 specific information.
6485 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6486 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
6487 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
6488 ____________________________________________________________________________
6489 [ 11206] By: pudge on 2001/07/08 00:56:29
6490 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
6491 used in File::Find tests; replace with if.t.
6492 Branch: maint-5.6/macperl
6493 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
6495 ____________________________________________________________________________
6496 [ 11205] By: pudge on 2001/07/07 23:55:56
6497 Log: Allow symbols in try_symbol() to begin with "_".
6498 Branch: maint-5.6/macperl
6500 ____________________________________________________________________________
6501 [ 11204] By: pudge on 2001/07/07 23:53:37
6502 Log: Sync up the File::Find changes from the rewrite by
6503 Thomas Wegner, et al.
6504 Branch: maint-5.6/macperl
6505 + t/lib/filefind-taint.t
6506 ! lib/File/Find.pm t/lib/filefind.t
6507 ____________________________________________________________________________
6508 [ 11203] By: pudge on 2001/07/07 23:43:06
6509 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
6510 From: Thomas Wegner <wegner_thomas@yahoo.com>
6511 Date: Thu, 5 Jul 2001 20:31:25 +0200
6512 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
6513 Branch: maint-5.6/macperl
6514 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
6515 ____________________________________________________________________________
6516 [ 11202] By: pudge on 2001/07/07 23:38:36
6517 Log: Some more test portability fixes.
6518 Branch: maint-5.6/macperl
6519 ! t/lib/filecopy.t t/pragma/warn/pp_sys
6520 ____________________________________________________________________________
6521 [ 11201] By: jhi on 2001/07/07 22:52:38
6522 Log: The #11200 removed wrong (non-existent) target. Duh.
6525 ____________________________________________________________________________
6526 [ 11200] By: jhi on 2001/07/07 22:44:14
6527 Log: Zap the lib/re.pm before creating it.
6530 ____________________________________________________________________________
6531 [ 11199] By: pudge on 2001/07/07 20:54:35
6532 Log: Another test. Please ignore.
6533 Branch: maint-5.6/macperl
6535 ____________________________________________________________________________
6536 [ 11198] By: pudge on 2001/07/07 20:44:12
6537 Log: Portability fixes for a lot of tests, especially IO-related
6538 tests, and warnings, and the harness script.
6539 Branch: maint-5.6/macperl
6540 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
6541 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
6542 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
6543 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
6544 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
6545 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
6546 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
6547 ! t/pragma/warnings.t
6548 ____________________________________________________________________________
6549 [ 11197] By: jhi on 2001/07/07 20:32:28
6550 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
6551 From: Nicholas Clark <nick@ccl4.org>
6552 Date: Sat, 7 Jul 2001 21:00:17 +0100
6553 Message-ID: <20010707210017.H59620@plum.flirble.org>
6556 ____________________________________________________________________________
6557 [ 11196] By: jhi on 2001/07/07 20:26:36
6558 Log: The UNICOS/mk SysV IPC problem has been fixed.
6560 ! pod/perl572delta.pod
6561 ____________________________________________________________________________
6562 [ 11195] By: jhi on 2001/07/07 19:59:51
6563 Log: Slight update tweaks on perlunicode.pod.
6565 ! pod/perlunicode.pod
6566 ____________________________________________________________________________
6567 [ 11194] By: jhi on 2001/07/07 17:53:03
6568 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
6569 From: Mark-Jason Dominus <mjd@plover.com>
6570 Date: Sat, 07 Jul 2001 13:04:04 -0400
6571 Message-ID: <20010707170404.32694.qmail@plover.com>
6573 ! ext/DB_File/DB_File.pm
6574 ____________________________________________________________________________
6575 [ 11193] By: pudge on 2001/07/07 17:26:28
6576 Log: Fix up AutoLoader to fudge for Mac paths in import().
6577 Branch: maint-5.6/macperl
6579 ____________________________________________________________________________
6580 [ 11192] By: jhi on 2001/07/07 17:03:06
6581 Log: Try to force the lib/re.pm to be there before entering
6582 the extensions builds, should help for parallel makes.
6585 ____________________________________________________________________________
6586 [ 11191] By: jhi on 2001/07/07 15:26:16
6587 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
6588 From: Norton Allen <allen@huarp.harvard.edu>
6589 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
6590 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
6592 ! ext/POSIX/POSIX.xs
6593 ____________________________________________________________________________
6594 [ 11190] By: jhi on 2001/07/07 15:22:08
6595 Log: Subject: [PATCH] Re: op/arith.t
6596 From: Nicholas Clark <nick@ccl4.org>
6597 Date: Sat, 7 Jul 2001 13:04:54 +0100
6598 Message-ID: <20010707130454.D59620@plum.flirble.org>
6601 ____________________________________________________________________________
6602 [ 11189] By: jhi on 2001/07/07 15:20:44
6603 Log: Subject: [PATCH] h2xs
6604 From: Nicholas Clark <nick@ccl4.org>
6605 Date: Fri, 6 Jul 2001 23:25:14 +0100
6606 Message-ID: <20010706232514.X59620@plum.flirble.org>
6609 ____________________________________________________________________________
6610 [ 11188] By: jhi on 2001/07/07 15:12:36
6611 Log: Subject: Re: bleedperl perl_alloc..free leakage
6612 From: Radu Greab <radu@netsoft.ro>
6613 Date: Fri, 6 Jul 2001 19:48:54 +0300
6614 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
6619 ____________________________________________________________________________
6620 [ 11187] By: pudge on 2001/07/07 02:11:36
6621 Log: Test again. Please ignore.
6622 Branch: maint-5.6/macperl
6624 ____________________________________________________________________________
6625 [ 11186] By: pudge on 2001/07/07 02:08:13
6626 Log: Test. Please ignore.
6627 Branch: maint-5.6/macperl
6629 ____________________________________________________________________________
6630 [ 11185] By: pudge on 2001/07/06 23:46:57
6631 Log: Include changes already sent in separately as patches,
6632 before branch was created.
6633 Branch: maint-5.6/macperl
6634 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
6635 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
6636 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
6637 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
6638 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
6639 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
6640 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
6641 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
6642 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
6644 ____________________________________________________________________________
6645 [ 11184] By: jhi on 2001/07/06 16:41:30
6646 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
6647 From: Norton Allen <allen@huarp.harvard.edu>
6648 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
6649 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
6652 ____________________________________________________________________________
6653 [ 11183] By: nick on 2001/07/06 16:27:40
6654 Log: Integrate mainline
6656 +> (branch 42 files)
6657 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
6658 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
6659 - win32/bin/mdelete.bat
6660 !> (integrate 215 files)
6661 ____________________________________________________________________________
6662 [ 11182] By: jhi on 2001/07/06 15:57:16
6663 Log: The #11166 needed also these updated.
6665 ! lib/warnings.pm warnings.h
6666 ____________________________________________________________________________
6667 [ 11181] By: jhi on 2001/07/06 13:24:42
6668 Log: Update Changes.
6670 ! Changes patchlevel.h
6671 ____________________________________________________________________________
6672 [ 11180] By: jhi on 2001/07/06 13:20:08
6676 ____________________________________________________________________________
6677 [ 11179] By: jhi on 2001/07/06 12:57:13
6678 Log: Nit from Abhijit.
6681 ____________________________________________________________________________
6682 [ 11178] By: jhi on 2001/07/06 12:53:04
6683 Log: Retract #11172.
6686 ____________________________________________________________________________
6687 [ 11177] By: jhi on 2001/07/06 12:44:51
6688 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
6689 From: Norton Allen <allen@huarp.harvard.edu>
6690 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
6691 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
6694 ____________________________________________________________________________
6695 [ 11176] By: jhi on 2001/07/06 12:42:45
6696 Log: (Accidentally empty check-in.)
6699 ____________________________________________________________________________
6700 [ 11175] By: jhi on 2001/07/06 12:29:56
6701 Log: Retract #11165 since Sarathy pointed out it'll not
6702 work properly under threads, the problem should be
6703 solved using "the savestack, either via SSNEW() or
6704 using a newSVpv()+SAVEFREESV() combo."
6706 ! ext/POSIX/POSIX.xs
6707 ____________________________________________________________________________
6708 [ 11174] By: jhi on 2001/07/06 12:27:31
6709 Log: Retract #11125 since NI-S pointed out it'll not work in
6710 cases where the extension has their own handcrafted INC
6713 ! lib/ExtUtils/MM_Unix.pm
6714 ____________________________________________________________________________
6715 [ 11173] By: jhi on 2001/07/06 12:20:50
6716 Log: Subject: RE: [PATCH] -I and MakeMaker again
6717 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6718 Date: Fri, 6 Jul 2001 09:18:29 +0200
6719 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
6721 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
6722 ! lib/ExtUtils/MM_Win32.pm
6723 ____________________________________________________________________________
6724 [ 11172] By: jhi on 2001/07/06 12:18:39
6725 Log: (Retracted by #11178)
6726 Subject: [PATCH t/op/method.t] SUPER:: strangeness
6727 From: Piers Cawley <pdcawley@iterative-software.com>
6728 Date: 06 Jul 2001 10:49:01 +0100
6729 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
6732 ____________________________________________________________________________
6733 [ 11171] By: jhi on 2001/07/06 01:38:55
6734 Log: VOS README update from Paul Green.
6737 ____________________________________________________________________________
6738 [ 11170] By: jhi on 2001/07/06 01:19:33
6739 Log: Subject: [PATCH README.qnx hints/qnx.sh]
6740 From: Norton Allen <allen@huarp.harvard.edu>
6741 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
6742 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
6744 ! README.qnx hints/qnx.sh
6745 ____________________________________________________________________________
6746 [ 11169] By: jhi on 2001/07/06 01:17:43
6747 Log: Subject: [PATCH] Doc patch for Tie::Hash
6748 From: Artur Bergman <artur@contiller.se>
6749 Date: Thu, 05 Jul 2001 22:51:18 +0200
6750 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
6753 ____________________________________________________________________________
6754 [ 11168] By: jhi on 2001/07/06 01:16:27
6755 Log: Subject: [PATCH] perlfaq4.pod
6756 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
6757 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
6758 Date: Thu, 5 Jul 2001 18:44:10 +0100
6761 ____________________________________________________________________________
6762 [ 11167] By: jhi on 2001/07/06 01:14:41
6763 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
6764 From: Robin Houston <robin@kitsite.com>
6765 Date: Thu, 5 Jul 2001 18:33:21 +0100
6766 Message-ID: <20010705183321.A27345@robin.kitsite.com>
6768 ! ext/B/B/Deparse.pm
6769 ____________________________________________________________________________
6770 [ 11166] By: jhi on 2001/07/06 01:11:50
6771 Log: (Retracted by #11285.)
6773 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
6774 From: Abhijit Menon-Sen <ams@wiw.org>
6775 Date: Fri, 6 Jul 2001 01:26:32 +0530
6776 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
6778 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
6779 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
6781 ____________________________________________________________________________
6782 [ 11165] By: jhi on 2001/07/06 00:19:26
6783 Log: (Retracted by #11175)
6784 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
6785 From: Norton Allen <allen@huarp.harvard.edu>
6786 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
6787 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
6789 ! ext/POSIX/POSIX.xs
6790 ____________________________________________________________________________
6791 [ 11164] By: jhi on 2001/07/06 00:14:57
6792 Log: Unterminated C< (noticed by Richard Hatch), and few other
6793 small Unicode doc tweaks.
6796 ____________________________________________________________________________
6797 [ 11163] By: jhi on 2001/07/05 19:33:34
6798 Log: More flexible argument understanding; add charblocks() and
6799 charscripts(); make charblock() and charscript() two-way;
6800 add charinrange(); separate the $Unicode::UCD::VERSION and
6801 the version of the Unicode by adding UnicodeVersion().
6803 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6804 ____________________________________________________________________________
6805 [ 11162] By: jhi on 2001/07/05 13:38:36
6806 Log: Update Unicode::UCD on \p{In...}.
6808 ! lib/Unicode/UCD.pm
6809 ____________________________________________________________________________
6810 [ 11161] By: jhi on 2001/07/05 13:26:00
6811 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
6812 From: Norton Allen <allen@huarp.harvard.edu>
6813 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
6814 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
6816 ! lib/ExtUtils/MM_Unix.pm
6817 ____________________________________________________________________________
6818 [ 11160] By: jhi on 2001/07/05 13:06:53
6819 Log: POSIX-BC tweaks from Thomas Dorner.
6821 ! hints/posix-bc.sh perlio.h
6822 ____________________________________________________________________________
6823 [ 11159] By: jhi on 2001/07/05 04:17:18
6824 Log: Module updates for the delta.
6826 ! pod/perl572delta.pod
6827 ____________________________________________________________________________
6828 [ 11158] By: jhi on 2001/07/05 03:45:19
6829 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
6830 From: Norton Allen <allen@huarp.harvard.edu>
6831 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
6832 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
6834 ! ext/IO/lib/IO/t/io_sock.t
6835 ____________________________________________________________________________
6836 [ 11157] By: jhi on 2001/07/05 03:44:19
6837 Log: Subject: [PATCH perldiag.pod] Quick fixes
6838 From: Simon Cozens <simon@netthink.co.uk>
6839 Date: Wed, 4 Jul 2001 20:22:12 +0100
6840 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
6843 ____________________________________________________________________________
6844 [ 11156] By: jhi on 2001/07/05 03:43:28
6845 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
6846 From: Radu Greab <radu@netsoft.ro>
6847 Date: Wed, 4 Jul 2001 22:13:31 +0300
6848 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
6850 ! op.c sv.c t/op/pos.t
6851 ____________________________________________________________________________
6852 [ 11155] By: jhi on 2001/07/05 03:40:24
6853 Log: Subject: [PATCH] -I and MakeMaker again
6854 From: Michael G Schwern <schwern@pobox.com>
6855 Date: Wed, 4 Jul 2001 15:03:07 -0400
6856 Message-ID: <20010704150307.I20340@blackrider>
6858 (and retract #11145)
6860 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
6861 ! lib/ExtUtils/MakeMaker.pm
6862 ____________________________________________________________________________
6863 [ 11154] By: jhi on 2001/07/05 03:32:43
6864 Log: Subject: Re: PERFORCE change 11142 for review
6865 From: "Philip Newton" <Philip.Newton@gmx.net>
6866 Date: Wed, 4 Jul 2001 20:46:26 +0200
6867 Message-Id: <200107041841.VAA25380@taas.iki.fi>
6869 ! lib/ExtUtils/MakeMaker.pm
6870 ____________________________________________________________________________
6871 [ 11153] By: jhi on 2001/07/05 03:29:21
6872 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
6873 From: Jonathan Stowe <gellyfish@gellyfish.com>
6874 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
6875 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
6878 ____________________________________________________________________________
6879 [ 11152] By: gsar on 2001/07/05 00:52:57
6880 Log: fix the binary compatibility issue when building with/without
6881 usemymalloc by exporting Perl_malloc() et al as simple wrappers
6882 around the system functions (this allows most extensions built
6883 using one mode to coexist with perls built in the other mode)
6885 XXX the Perl_mfree() wrapper might need to do return(free()) on
6886 platforms where Free_t isn't "void"
6888 ! embed.h embed.pl makedef.pl proto.h util.c
6889 ____________________________________________________________________________
6890 [ 11151] By: gsar on 2001/07/05 00:42:49
6891 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
6892 since it doesn't ensure threads other than the one calling fork()
6893 aren't holding any locks; the fix is to use pthread_atfork() to
6896 building perl with -Dusemymalloc exacerbates the problem since
6897 Perl_malloc() holds a mutex, and perl's exec() calls New()
6899 XXX the code in win32thread.h may be needed on platforms that have
6902 ! perl.c thread.h win32/win32thread.h
6903 ____________________________________________________________________________
6904 [ 11150] By: pudge on 2001/07/04 20:07:54
6905 Log: Integrate #11009 from maintperl.
6906 Branch: maint-5.6/macperl
6907 !> lib/ExtUtils/Manifest.pm
6908 ____________________________________________________________________________
6909 [ 11149] By: pudge on 2001/07/04 19:54:46
6910 Log: Flexing my Perforce muscles.
6911 Branch: maint-5.6/macperl
6913 ____________________________________________________________________________
6914 [ 11148] By: jhi on 2001/07/04 17:14:51
6915 Log: Update Changes.
6917 ! Changes patchlevel.h
6918 ____________________________________________________________________________
6919 [ 11147] By: jhi on 2001/07/04 16:41:25
6920 Log: Metaconfig unit change for #11146.
6921 Branch: metaconfig/U/perl
6922 ! d_fcntl_can_lock.U
6923 ____________________________________________________________________________
6924 [ 11146] By: jhi on 2001/07/04 16:36:31
6925 Log: Somehow the #ifdefs of the added code (in #11093) made
6926 HP-UX to fail the fcntl locking test, without the ifdefs
6927 the test seems to be working again. Reason unknown:
6928 HP-UX cc doesn't complain either way.
6931 ____________________________________________________________________________
6932 [ 11145] By: jhi on 2001/07/04 16:08:00
6933 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
6935 ! lib/ExtUtils/MM_Unix.pm
6936 ____________________________________________________________________________
6937 [ 11144] By: jhi on 2001/07/04 16:07:35
6941 ____________________________________________________________________________
6942 [ 11143] By: jhi on 2001/07/04 15:08:26
6943 Log: When removing tests updating the test count is a good idea, too.
6945 ! lib/Net/t/require.t
6946 ____________________________________________________________________________
6947 [ 11142] By: jhi on 2001/07/04 14:57:51
6948 Log: Document #11134 and add the new symbols to the list of
6949 of MakeMaker known ones.
6951 ! lib/ExtUtils/MakeMaker.pm
6952 ____________________________________________________________________________
6953 [ 11141] By: jhi on 2001/07/04 14:34:11
6954 Log: Microperl update.
6957 ____________________________________________________________________________
6958 [ 11140] By: jhi on 2001/07/04 14:32:27
6959 Log: Update the libnet tests as per #11138.
6962 ! MANIFEST lib/Net/t/require.t
6963 ____________________________________________________________________________
6964 [ 11139] By: jhi on 2001/07/04 14:14:33
6965 Log: Regen toc and modlib.
6967 ! pod/perlmodlib.pod pod/perltoc.pod
6968 ____________________________________________________________________________
6969 [ 11138] By: jhi on 2001/07/04 14:10:38
6970 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
6973 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
6975 ____________________________________________________________________________
6976 [ 11137] By: jhi on 2001/07/04 14:06:35
6977 Log: Add the OS/390 harness results to the delta.
6979 ! pod/perl572delta.pod
6980 ____________________________________________________________________________
6981 [ 11136] By: jhi on 2001/07/04 13:59:01
6982 Log: Avoid the two study tests in OS/390 until the bug has been solved.
6985 ____________________________________________________________________________
6986 [ 11135] By: jhi on 2001/07/04 13:49:08
6987 Log: DOS/DJGPP tweaks from Laszlo Molnar.
6989 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
6990 ____________________________________________________________________________
6991 [ 11134] By: jhi on 2001/07/04 13:47:46
6992 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
6993 From: Michael G Schwern <schwern@pobox.com>
6994 Date: Wed, 4 Jul 2001 00:01:16 -0400
6995 Message-ID: <20010704000116.C591@blackrider>
6997 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
6998 ____________________________________________________________________________
6999 [ 11133] By: jhi on 2001/07/04 01:55:20
7000 Log: The #11132 missed singleton characters (not part
7001 of a unilo..unihi range) in Unicode scripts.
7003 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
7004 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
7005 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
7006 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
7007 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
7008 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
7009 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
7010 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
7011 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
7012 ! lib/unicode/mktables.PL t/op/pat.t
7013 ____________________________________________________________________________
7014 [ 11132] By: jhi on 2001/07/04 01:32:11
7015 Log: Support preferentially the Unicode 'scripts' definition
7016 in the \p{In...} notation since according to Unicode the
7017 scripts concept is more natural for matching than using
7018 the somewhat artificial block names. The block names are
7019 still available, though, and if there's a name conflict,
7020 the scripts one wins and the blocks one has to do with
7021 'Block' appended to its name. For more information see
7023 http://www.unicode.org/unicode/reports/tr24/
7025 + lib/unicode/In/100.pl lib/unicode/In/101.pl
7026 + lib/unicode/In/102.pl lib/unicode/In/103.pl
7027 + lib/unicode/In/104.pl lib/unicode/In/105.pl
7028 + lib/unicode/In/106.pl lib/unicode/In/107.pl
7029 + lib/unicode/In/108.pl lib/unicode/In/109.pl
7030 + lib/unicode/In/110.pl lib/unicode/In/111.pl
7031 + lib/unicode/In/112.pl lib/unicode/In/113.pl
7032 + lib/unicode/In/114.pl lib/unicode/In/115.pl
7033 + lib/unicode/In/116.pl lib/unicode/In/117.pl
7034 + lib/unicode/In/118.pl lib/unicode/In/119.pl
7035 + lib/unicode/In/120.pl lib/unicode/In/121.pl
7036 + lib/unicode/In/122.pl lib/unicode/In/123.pl
7037 + lib/unicode/In/124.pl lib/unicode/In/125.pl
7038 + lib/unicode/In/126.pl lib/unicode/In/127.pl
7039 + lib/unicode/In/128.pl lib/unicode/In/129.pl
7040 + lib/unicode/In/130.pl lib/unicode/In/131.pl
7041 + lib/unicode/In/132.pl lib/unicode/In/133.pl
7042 + lib/unicode/In/134.pl lib/unicode/In/135.pl
7043 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
7044 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
7046 ____________________________________________________________________________
7047 [ 11131] By: jhi on 2001/07/03 23:02:02
7048 Log: Better document the difference between a block and a script.
7050 ! lib/Unicode/UCD.pm
7051 ____________________________________________________________________________
7052 [ 11130] By: jhi on 2001/07/03 22:49:15
7053 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
7054 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7055 Date: Tue, 3 Jul 2001 15:04:23 -0500
7056 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
7059 ____________________________________________________________________________
7060 [ 11129] By: jhi on 2001/07/03 22:45:41
7061 Log: Add tests for charscript().
7063 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7064 ____________________________________________________________________________
7065 [ 11128] By: jhi on 2001/07/03 20:41:54
7066 Log: Add charscript() to get the UTR#24 script names of characters.
7068 ! lib/Unicode/UCD.pm
7069 ____________________________________________________________________________
7070 [ 11127] By: jhi on 2001/07/03 19:53:29
7074 ____________________________________________________________________________
7075 [ 11126] By: jhi on 2001/07/03 19:45:30
7076 Log: Unicode::UCD updates.
7078 ! lib/Unicode/UCD.pm
7079 ____________________________________________________________________________
7080 [ 11125] By: jhi on 2001/07/03 16:12:20
7081 Log: (Retracted by #11174)
7082 Subject: MakeMaker should pass through DEFINE and INC to subdirs
7083 From: Alan Burlison <Alan.Burlison@sun.com>
7084 Date: Tue, 03 Jul 2001 15:20:13 +0100
7085 Message-ID: <3B41D49D.A923D4F9@sun.com>
7087 ! lib/ExtUtils/MM_Unix.pm
7088 ____________________________________________________________________________
7089 [ 11124] By: jhi on 2001/07/03 16:06:53
7090 Log: Subject: Patch needed for UTS
7091 From: hom00@utsglobal.com (Hal Morris)
7092 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
7093 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
7095 Replace #11113 with a better version.
7098 ____________________________________________________________________________
7099 [ 11123] By: jhi on 2001/07/03 16:04:49
7100 Log: Subject: Re: POINTERRIGOR
7101 From: Andy Dougherty <doughera@lafayette.edu>
7102 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
7103 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
7106 ____________________________________________________________________________
7107 [ 11122] By: jhi on 2001/07/03 16:03:31
7108 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
7109 From: "Philip Newton" <pnewton@gmx.de>
7110 Date: Tue, 3 Jul 2001 17:03:34 +0200
7111 Message-ID: <3B41FAE6.29564.660E117@localhost>
7114 ____________________________________________________________________________
7115 [ 11121] By: jhi on 2001/07/03 13:26:08
7119 ____________________________________________________________________________
7120 [ 11120] By: jhi on 2001/07/03 11:34:47
7121 Log: Subject: [PATCH 5.6.1] debugger fixes
7122 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7123 Date: Tue, 3 Jul 2001 03:38:18 -0400
7124 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
7126 The $^S is working again.
7129 ____________________________________________________________________________
7130 [ 11119] By: jhi on 2001/07/03 11:33:27
7131 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
7132 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7133 Date: Tue, 3 Jul 2001 03:34:06 -0400
7134 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
7136 ! os2/OS2/Process/Process.pm
7137 ____________________________________________________________________________
7138 [ 11118] By: jhi on 2001/07/03 11:29:54
7139 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
7140 From: "Philip Newton" <Philip.Newton@gmx.net>
7141 Date: Tue, 3 Jul 2001 09:11:27 +0200
7142 Message-Id: <200107030706.KAA04596@taas.iki.fi>
7145 ____________________________________________________________________________
7146 [ 11117] By: jhi on 2001/07/03 11:25:14
7149 ! pod/perl572delta.pod
7150 ____________________________________________________________________________
7151 [ 11116] By: jhi on 2001/07/02 23:06:50
7152 Log: Metaconfig unit change for 11115.
7155 ____________________________________________________________________________
7156 [ 11115] By: jhi on 2001/07/02 23:06:27
7157 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
7158 (from Richard Hatch) (this was the cause of pipes() and
7159 times() myeteriously not being found)
7162 ____________________________________________________________________________
7163 [ 11114] By: jhi on 2001/07/02 22:58:41
7164 Log: Retract #10142, the real culprit found by Richard Hatch,
7165 coming soon to Configure near you.
7168 ____________________________________________________________________________
7169 [ 11113] By: jhi on 2001/07/02 22:56:09
7170 Log: (Replaced by #11124) UTS workaround from Hal Morris.
7173 ____________________________________________________________________________
7174 [ 11112] By: jhi on 2001/07/02 22:53:29
7175 Log: Subject: [PATCH] grok not grocking correctly
7176 From: Nicholas Clark <nick@ccl4.org>
7177 Date: Tue, 3 Jul 2001 00:19:08 +0100
7178 Message-ID: <20010703001908.H59620@plum.flirble.org>
7181 ____________________________________________________________________________
7182 [ 11111] By: jhi on 2001/07/02 22:48:42
7183 Log: Subject: [PATCH Deparse.t] test just-posted patches
7184 From: Robin Houston <robin@kitsite.com>
7185 Date: Mon, 2 Jul 2001 23:46:15 +0100
7186 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
7189 ____________________________________________________________________________
7190 [ 11110] By: jhi on 2001/07/02 22:27:10
7191 Log: Subject: [PATCH toke.c] autosplit into @F
7192 From: Robin Houston <robin@kitsite.com>
7193 Date: Mon, 2 Jul 2001 23:18:20 +0100
7194 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
7197 ____________________________________________________________________________
7198 [ 11109] By: jhi on 2001/07/02 22:25:03
7199 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
7200 From: Robin Houston <robin@kitsite.com>
7201 Date: Mon, 2 Jul 2001 23:00:48 +0100
7202 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
7204 ! ext/B/B/Deparse.pm
7205 ____________________________________________________________________________
7206 [ 11108] By: jhi on 2001/07/02 19:21:18
7207 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
7208 From: "Philip Newton" <Philip.Newton@gmx.net>
7209 Date: Mon, 2 Jul 2001 22:06:22 +0200
7212 ! ext/NDBM_File/hints/linux.pl
7213 ____________________________________________________________________________
7214 [ 11107] By: jhi on 2001/07/02 19:19:25
7215 Log: Subject: Re: Fixed pack problem - sort of
7216 From: Nicholas Clark <nick@ccl4.org>
7217 Date: Mon, 2 Jul 2001 20:59:20 +0100
7218 Message-ID: <20010702205919.F59620@plum.flirble.org>
7220 ! pp_pack.c t/op/pack.t
7221 ____________________________________________________________________________
7222 [ 11106] By: jhi on 2001/07/02 19:18:28
7223 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
7224 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7225 Date: Mon, 2 Jul 2001 15:45:41 -0400
7226 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
7229 ____________________________________________________________________________
7230 [ 11105] By: jhi on 2001/07/02 19:17:27
7231 Log: (Mistaken retraction)
7234 ____________________________________________________________________________
7235 [ 11104] By: jhi on 2001/07/02 18:56:15
7236 Log: Detypo in #11103.
7239 ____________________________________________________________________________
7240 [ 11103] By: jhi on 2001/07/02 18:54:53
7241 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
7242 From: Jonathan Stowe <gellyfish@gellyfish.com>
7243 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
7244 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
7247 ____________________________________________________________________________
7248 [ 11102] By: jhi on 2001/07/02 18:16:09
7249 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
7250 From: "Craig A. Berry" <craigberry@mac.com>
7251 Date: Mon, 02 Jul 2001 14:11:23 -0500
7252 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
7254 ! lib/Unicode/UCD.pm
7255 ____________________________________________________________________________
7256 [ 11101] By: jhi on 2001/07/02 18:14:51
7257 Log: Subject: [PATCH] Re: op/numconvert.t failures
7258 From: Nicholas Clark <nick@ccl4.org>
7259 Date: Mon, 2 Jul 2001 20:10:48 +0100
7260 Message-ID: <20010702201048.E59620@plum.flirble.org>
7263 ____________________________________________________________________________
7264 [ 11100] By: jhi on 2001/07/02 17:51:44
7265 Log: Update Changes.
7267 ! Changes patchlevel.h
7268 ____________________________________________________________________________
7269 [ 11099] By: jhi on 2001/07/02 17:46:31
7270 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
7271 The real fix must be more involved. The line of code all the leaky
7272 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
7273 line of Perl_newPMOP().
7276 ____________________________________________________________________________
7277 [ 11098] By: jhi on 2001/07/02 17:37:44
7280 Subject: Re: sizeof(struct sembuf)
7281 From: Nicholas Clark <nick@ccl4.org>
7282 Date: Sun, 1 Jul 2001 22:26:48 +0100
7283 Message-ID: <20010701222648.W59620@plum.flirble.org>
7285 but do semop() always the slow way.
7288 ____________________________________________________________________________
7289 [ 11097] By: jhi on 2001/07/02 17:22:14
7290 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
7291 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7292 Date: Tue, 03 Jul 2001 00:56:30 +0900
7293 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
7295 ! ext/Encode/Encode/Tcl.t
7296 ____________________________________________________________________________
7297 [ 11096] By: jhi on 2001/07/02 17:11:24
7298 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
7299 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7300 Date: Tue, 03 Jul 2001 00:55:46 +0900
7301 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
7303 ! ext/Encode/Encode/Tcl.pm
7304 ____________________________________________________________________________
7305 [ 11095] By: jhi on 2001/07/02 17:07:14
7306 Log: Regen api and toc.
7308 ! pod/perlapi.pod pod/perltoc.pod
7309 ____________________________________________________________________________
7310 [ 11094] By: jhi on 2001/07/02 16:29:42
7311 Log: Metaconfig unit change for #11093.
7312 Branch: metaconfig/U/perl
7313 ! d_fcntl_can_lock.U
7314 ____________________________________________________________________________
7315 [ 11093] By: jhi on 2001/07/02 16:28:56
7316 Log: The fcntl locking test may hang if NFS locking messed up;
7317 break out with alarm(10).
7320 ____________________________________________________________________________
7321 [ 11092] By: jhi on 2001/07/02 14:11:31
7322 Log: Move the mdelete.bat from win32/bin to win32.
7325 ____________________________________________________________________________
7326 [ 11091] By: jhi on 2001/07/02 14:10:01
7327 Log: Typo in #11083.
7329 ! ext/Time/Piece/Piece.t
7330 ____________________________________________________________________________
7331 [ 11090] By: jhi on 2001/07/02 13:36:58
7332 Log: Netware tweaks from Guruprasad.
7334 - NetWare/perlsdio.h
7335 ! MANIFEST NetWare/Makefile NetWare/interface.c
7336 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
7338 ____________________________________________________________________________
7339 [ 11089] By: jhi on 2001/07/02 13:25:40
7340 Log: Subject: Re: [PATH] shared -> unique;
7341 From: Abhijit Menon-Sen <ams@wiw.org>
7342 Date: Wed, 27 Jun 2001 03:51:27 +0530
7343 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
7345 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
7346 ____________________________________________________________________________
7347 [ 11088] By: jhi on 2001/07/02 13:24:27
7348 Log: Subject: Re: AIX / gcc-3.0
7349 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7350 Date: Mon, 02 Jul 2001 15:20:21 +0200
7351 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
7354 ____________________________________________________________________________
7355 [ 11087] By: jhi on 2001/07/02 13:23:21
7356 Log: Subject: Re: Bug report: split splits on wrong pattern
7357 From: Abhijit Menon-Sen <ams@wiw.org>
7358 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
7359 Date: Mon, 2 Jul 2001 16:31:33 +0530
7362 ____________________________________________________________________________
7363 [ 11086] By: jhi on 2001/07/02 13:22:30
7364 Log: Subject: [PATCH 5.6.1] test harness
7365 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7366 Date: Mon, 2 Jul 2001 06:29:21 -0400
7367 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
7369 ! lib/Test/Harness.pm
7370 ____________________________________________________________________________
7371 [ 11085] By: jhi on 2001/07/02 13:21:39
7372 Log: Subject: [PATCH 5.6.1] debugger goof
7373 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7374 Date: Mon, 2 Jul 2001 06:27:22 -0400
7375 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
7378 ____________________________________________________________________________
7379 [ 11084] By: jhi on 2001/07/02 13:20:50
7380 Log: Subject: [PATCH 5.6.1] OS/2 cwd
7381 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7382 Date: Mon, 2 Jul 2001 06:21:17 -0400
7383 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
7385 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
7386 ____________________________________________________________________________
7387 [ 11083] By: jhi on 2001/07/02 13:19:18
7388 Log: Make #11082 more OS/2-specific.
7390 ! ext/Time/Piece/Piece.t
7391 ____________________________________________________________________________
7392 [ 11082] By: jhi on 2001/07/02 13:14:36
7393 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
7394 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7395 Date: Mon, 2 Jul 2001 06:06:34 -0400
7396 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
7398 ! ext/Time/Piece/Piece.t
7399 ____________________________________________________________________________
7400 [ 11081] By: jhi on 2001/07/02 13:13:08
7401 Log: Subject: [PATCH B::Deparse] version number & changes
7402 From: Robin Houston <robin@kitsite.com>
7403 Date: Sun, 1 Jul 2001 17:17:29 +0100
7404 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
7406 ! ext/B/B/Deparse.pm
7407 ____________________________________________________________________________
7408 [ 11080] By: jhi on 2001/07/02 13:11:48
7409 Log: Subject: a small fix.
7410 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7411 Date: Mon, 2 Jul 2001 12:17:53 +0200
7412 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
7414 ! ext/Thread/Thread.xs
7415 ____________________________________________________________________________
7416 [ 11079] By: jhi on 2001/07/02 13:10:39
7417 Log: Subject: RE: perl@10907
7418 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7419 Date: Mon, 2 Jul 2001 12:06:16 +0200
7420 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
7422 Borland C vs PerlIO.
7424 ! win32/config.bc win32/config_H.bc
7425 ____________________________________________________________________________
7426 [ 11078] By: jhi on 2001/07/02 13:03:44
7427 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
7428 From: "H.M. Brand" <merijn@l1.procura.nl>
7429 Date: Mon, 02 Jul 2001 11:18:57 +0200
7430 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
7433 ____________________________________________________________________________
7434 [ 11077] By: jhi on 2001/07/02 12:58:27
7435 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
7436 From: Michael G Schwern <schwern@pobox.com>
7437 Date: Mon, 2 Jul 2001 00:26:24 -0400
7438 Message-ID: <20010702002624.A18302@blackrider>
7440 - ext/util/mkbootstrap
7441 ____________________________________________________________________________
7442 [ 11076] By: jhi on 2001/07/02 12:56:20
7443 Log: Subject: [PATCH op.h] v minor comment tweak
7444 From: Robin Houston <robin@puffinry.freeserve.co.uk>
7445 Date: Mon, 2 Jul 2001 00:42:01 +0100
7446 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
7449 ____________________________________________________________________________
7450 [ 11075] By: jhi on 2001/07/02 12:53:48
7451 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
7454 ____________________________________________________________________________
7455 [ 11074] By: jhi on 2001/07/02 12:52:28
7456 Log: Subject: Re: sizeof(struct sembuf)
7457 From: Nicholas Clark <nick@ccl4.org>
7458 Date: Sun, 1 Jul 2001 19:23:16 +0100
7459 Message-ID: <20010701192316.V59620@plum.flirble.org>
7461 s/signaling/signalling/
7464 ____________________________________________________________________________
7465 [ 11073] By: jhi on 2001/07/02 12:49:51
7466 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
7467 From: "Philip Newton" <Philip.Newton@gmx.net>
7468 Date: Sun, 1 Jul 2001 09:37:56 +0200
7469 Message-Id: <200107010733.KAA03920@taas.iki.fi>
7472 ____________________________________________________________________________
7473 [ 11072] By: jhi on 2001/07/02 12:48:03
7474 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
7475 From: "Philip Newton" <Philip.Newton@gmx.net>
7476 Date: Sun, 1 Jul 2001 09:37:56 +0200
7477 Message-Id: <200107010733.KAA03925@taas.iki.fi>
7479 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
7480 ____________________________________________________________________________
7481 [ 11071] By: jhi on 2001/07/02 12:45:12
7482 Log: Metaconfig unit change for #11070.
7484 ! U/compline/randfunc.U
7485 ____________________________________________________________________________
7486 [ 11070] By: jhi on 2001/07/02 12:43:58
7487 Log: Subject: [PATCH perlsnap] its --> it's --> its
7488 From: "Philip Newton" <Philip.Newton@gmx.net>
7489 Date: Sun, 1 Jul 2001 09:37:56 +0200
7490 Message-Id: <200107010733.KAA03914@taas.iki.fi>
7493 ____________________________________________________________________________
7494 [ 11069] By: jhi on 2001/07/02 12:01:52
7495 Log: Sync with Sarathy; integrate with perlio.
7498 ____________________________________________________________________________
7499 [ 11068] By: gsar on 2001/07/02 08:07:54
7500 Log: regenerate win32/config_H.?c files
7502 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7503 ____________________________________________________________________________
7504 [ 11067] By: gsar on 2001/07/02 08:03:55
7505 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
7508 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
7511 fix a warning about "fd" being used without being set in Cwd.xs
7513 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
7514 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
7515 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
7517 ____________________________________________________________________________
7518 [ 11066] By: gsar on 2001/07/02 07:12:10
7519 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
7520 within macro arguments") and warnings ("unary minus applied to
7521 unsigned type", among others)
7523 ! gv.c hv.c op.c pp.c sv.c toke.c
7524 ____________________________________________________________________________
7525 [ 11065] By: gsar on 2001/07/02 06:26:22
7526 Log: win32 fixes: more spurious CRs
7529 ____________________________________________________________________________
7530 [ 11064] By: gsar on 2001/07/02 06:25:22
7531 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
7532 from win32/bin (or it gets deleted by distclean); don't delete
7533 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
7534 NT (should be made Win9x specific, and added to makefile.mk)
7536 +> win32/mdelete.bat
7537 - win32/bin/mdelete.bat
7538 ! win32/Makefile win32/makefile.mk
7539 ____________________________________________________________________________
7540 [ 11063] By: nick on 2001/07/01 18:54:09
7541 Log: Quick for for #ifdef mess
7544 ____________________________________________________________________________
7545 [ 11062] By: nick on 2001/07/01 18:47:42
7546 Log: Raw integrate - does not build #if mess in gv.c
7548 !> (integrate 29 files)
7549 ____________________________________________________________________________
7550 [ 11061] By: jhi on 2001/07/01 15:20:38
7551 Log: Make 'compile' target a little less broken.
7552 Still very broken, though: -Wall warnings from
7553 the generated code, boot_Foo prototypes missing,
7554 can't autoload Fcntl::SEEK_CUR et alia, ...
7556 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
7557 ! utils/perlcc.PL x2p/Makefile.SH
7558 ____________________________________________________________________________
7559 [ 11060] By: jhi on 2001/07/01 14:04:20
7560 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
7562 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7563 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
7564 ____________________________________________________________________________
7565 [ 11059] By: jhi on 2001/07/01 05:02:59
7566 Log: Update Changes.
7568 ! Changes patchlevel.h
7569 ____________________________________________________________________________
7570 [ 11058] By: jhi on 2001/07/01 04:57:05
7571 Log: Still one typo, regen toc.
7573 ! lib/Unicode/UCD.pm pod/perltoc.pod
7574 ____________________________________________________________________________
7575 [ 11057] By: jhi on 2001/07/01 04:54:35
7576 Log: Detypos and regen toc.
7578 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
7579 ____________________________________________________________________________
7580 [ 11056] By: jhi on 2001/07/01 04:26:08
7583 ! ext/List/Util/lib/List/Util.pm
7584 ____________________________________________________________________________
7585 [ 11055] By: jhi on 2001/06/30 22:18:37
7586 Log: Attempt at plugging the leak under ithreads detected by Doug.
7589 ____________________________________________________________________________
7590 [ 11054] By: jhi on 2001/06/30 21:33:29
7591 Log: gcc -Wall lint after #11051.
7594 ____________________________________________________________________________
7595 [ 11053] By: jhi on 2001/06/30 21:13:55
7596 Log: Integrate perlio.
7598 !> lib/File/Find/taint.t
7599 ____________________________________________________________________________
7600 [ 11052] By: jhi on 2001/06/30 21:07:38
7601 Log: Don't use the v-strings for module VERSIONs.
7603 ! lib/Unicode/UCD.pm
7604 ____________________________________________________________________________
7605 [ 11051] By: jhi on 2001/06/30 20:59:57
7606 Log: Code cleanup based on turning off the -woffs in IRIX.
7607 Not all of the gripes cleaned up (hairy code in hv.c and
7608 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
7609 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
7612 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
7613 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
7614 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
7616 ____________________________________________________________________________
7617 [ 11050] By: nick on 2001/06/30 20:46:46
7618 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
7620 ! lib/File/Find/taint.t
7621 ____________________________________________________________________________
7622 [ 11049] By: nick on 2001/06/30 18:13:33
7623 Log: Integrate mainline
7625 +> NetWare/nwstdio.h NetWare/perlsdio.h
7626 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
7627 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
7628 +> lib/Unicode/UCD.t t/run/exit.t
7629 !> (integrate 60 files)
7630 ____________________________________________________________________________
7631 [ 11048] By: jhi on 2001/06/30 16:23:39
7634 ! pod/perl572delta.pod
7635 ____________________________________________________________________________
7636 [ 11047] By: jhi on 2001/06/30 16:03:40
7637 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
7638 by CPAN.pm, use rather _00.
7640 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
7641 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
7642 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
7643 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
7644 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
7645 ! lib/ExtUtils/Embed.pm lib/Test.pm
7646 ____________________________________________________________________________
7647 [ 11046] By: jhi on 2001/06/30 15:53:22
7648 Log: Add a simple Unicode character database interface, Unicode::UCD.
7650 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
7652 ____________________________________________________________________________
7653 [ 11045] By: jhi on 2001/06/30 13:42:37
7654 Log: Subject: [PATCH] op/numconver.t
7655 From: Nicholas Clark <nick@ccl4.org>
7656 Date: Sat, 30 Jun 2001 15:40:10 +0100
7657 Message-ID: <20010630154010.I59620@plum.flirble.org>
7660 ____________________________________________________________________________
7661 [ 11044] By: jhi on 2001/06/30 13:29:25
7662 Log: The $^N is now taken (by #11038).
7665 ____________________________________________________________________________
7666 [ 11043] By: jhi on 2001/06/30 13:15:59
7667 Log: The #11040 had slipped to a wrong function...
7670 ____________________________________________________________________________
7671 [ 11042] By: jhi on 2001/06/30 13:08:25
7672 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
7673 the Configure library symbol probe mysteriously finds all
7674 symbols but those of pipe() and times().
7677 ____________________________________________________________________________
7678 [ 11041] By: jhi on 2001/06/30 13:01:25
7679 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
7680 From: Nicholas Clark <nick@ccl4.org>
7681 Date: Fri, 29 Jun 2001 23:49:07 +0100
7682 Message-ID: <20010629234907.D59620@plum.flirble.org>
7685 ____________________________________________________________________________
7686 [ 11040] By: jhi on 2001/06/30 13:00:24
7687 Log: Subject: [PATCH] weakref fix 2, not yet there
7688 From: Artur Bergman <artur@contiller.se>
7689 Date: Sat, 30 Jun 2001 01:18:16 +0200
7690 Message-ID: <B762D957.1CC9%artur@contiller.se>
7693 ____________________________________________________________________________
7694 [ 11039] By: jhi on 2001/06/30 12:59:25
7695 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
7696 From: Michael G Schwern <schwern@pobox.com>
7697 Date: Fri, 29 Jun 2001 19:39:11 -0400
7698 Message-ID: <20010629193910.D25304@blackrider>
7702 ____________________________________________________________________________
7703 [ 11038] By: jhi on 2001/06/30 12:58:16
7704 Log: Add support for $^N, the most-recently closed group.
7706 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
7707 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
7709 ____________________________________________________________________________
7710 [ 11037] By: jhi on 2001/06/30 12:53:40
7711 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
7712 From: lvirden@cas.org
7713 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
7714 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
7716 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
7717 From: lvirden@cas.org
7718 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
7719 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
7722 ____________________________________________________________________________
7723 [ 11036] By: jhi on 2001/06/30 12:51:45
7724 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
7725 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7726 Date: Sat, 30 Jun 2001 07:33:37 +0900
7727 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
7729 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
7730 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7731 Date: Sat, 30 Jun 2001 21:38:14 +0900
7732 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
7734 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
7735 + ext/Encode/Encode/7bit-kr.enc
7736 ! MANIFEST ext/Encode/Encode/Tcl.pm
7737 ____________________________________________________________________________
7738 [ 11035] By: jhi on 2001/06/30 12:44:51
7739 Log: NetWare tweaks from Guruprasad.
7741 + NetWare/nwstdio.h NetWare/perlsdio.h
7742 ! MANIFEST NetWare/Makefile NetWare/config.wc
7743 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
7744 ! NetWare/t/Readme.txt
7745 ____________________________________________________________________________
7746 [ 11034] By: jhi on 2001/06/29 23:28:16
7747 Log: More module $VERSION bump-ups.
7749 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
7750 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
7751 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
7752 ____________________________________________________________________________
7753 [ 11033] By: jhi on 2001/06/29 21:25:23
7754 Log: Doc update due to #11032.
7756 ! pod/perl572delta.pod
7757 ____________________________________________________________________________
7758 [ 11032] By: jhi on 2001/06/29 21:19:44
7759 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
7760 From: Peter Prymmer <pvhp@forte.com>
7761 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
7762 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
7764 ! ext/Time/HiRes/HiRes.xs
7765 ____________________________________________________________________________
7766 [ 11031] By: jhi on 2001/06/29 14:31:53
7767 Log: -lpthreads missing in AIX.
7770 ____________________________________________________________________________
7771 [ 11030] By: jhi on 2001/06/29 14:08:12
7772 Log: Subject: [PATCH] CLONE && weakrefs
7773 From: Artur Bergman <artur@contiller.se>
7774 Date: Fri, 29 Jun 2001 17:02:00 +0200
7775 Message-ID: <B7626508.1CA0%artur@contiller.se>
7778 ____________________________________________________________________________
7779 [ 11029] By: jhi on 2001/06/29 14:06:50
7780 Log: Subject: Re: Bug report: split splits on wrong pattern
7781 From: Radu Greab <radu@netsoft.ro>
7782 Date: Wed, 27 Jun 2001 21:50:52 +0300
7783 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
7785 ! pp_ctl.c t/op/split.t
7786 ____________________________________________________________________________
7787 [ 11028] By: jhi on 2001/06/29 13:47:38
7788 Log: Metaconfig unit change for #11027.
7789 Branch: metaconfig/U/perl
7791 ____________________________________________________________________________
7792 [ 11027] By: jhi on 2001/06/29 13:47:03
7793 Log: I thought this Configure glitch for AIX was just recently fixed?
7796 ____________________________________________________________________________
7797 [ 11026] By: jhi on 2001/06/29 13:14:07
7798 Log: Update Changes.
7800 ! Changes patchlevel.h
7801 ____________________________________________________________________________
7802 [ 11025] By: jhi on 2001/06/29 13:07:57
7803 Log: Subject: Re: perl@10967, File::Find, and Cwd
7804 From: Mike Guy <mjtg@cam.ac.uk>
7805 Date: Fri, 29 Jun 2001 14:56:49 +0100
7806 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
7808 ! lib/File/Find/taint.t
7809 ____________________________________________________________________________
7810 [ 11024] By: jhi on 2001/06/29 12:39:23
7811 Log: Update the sv_pvprintify() spec.
7814 ____________________________________________________________________________
7815 [ 11023] By: jhi on 2001/06/29 12:33:33
7816 Log: Known test failures update.
7818 ! pod/perl572delta.pod
7819 ____________________________________________________________________________
7820 [ 11022] By: jhi on 2001/06/29 12:24:32
7823 Subject: [PATCH @11016] More );) fixes
7824 From: Richard Soderberg <rs@crystalflame.net>
7825 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
7826 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
7828 ! ext/Thread/Thread.xs ext/Thread/typemap
7829 ____________________________________________________________________________
7830 [ 11021] By: jhi on 2001/06/29 12:21:51
7831 Log: Subject: [PATCH @11016] Fixes compile errors in four files
7832 From: Richard Soderberg <rs@crystalflame.net>
7833 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
7834 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
7836 ! mg.c pp.c pp_hot.c util.c
7837 ____________________________________________________________________________
7838 [ 11020] By: jhi on 2001/06/29 12:05:54
7839 Log: AIX hints tweaking continues, from Merijn Brand.
7842 ____________________________________________________________________________
7843 [ 11019] By: jhi on 2001/06/29 12:05:10
7844 Log: HP-UX needs gccversion sooner, from Merijn Brand.
7847 ____________________________________________________________________________
7848 [ 11018] By: jhi on 2001/06/29 11:52:31
7849 Log: Subject: [PATCH 5.6.1] OS/2 docs
7850 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7851 Date: Fri, 29 Jun 2001 02:34:12 -0400
7852 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
7854 ! README.os2 os2/Changes
7855 ____________________________________________________________________________
7856 [ 11017] By: nick on 2001/06/29 10:20:30
7857 Log: Integrate mainline
7859 +> (branch 37 files)
7860 - ext/ODBM_File/sdbm.t
7861 !> (integrate 211 files)
7862 ____________________________________________________________________________
7863 [ 11016] By: jhi on 2001/06/29 03:38:56
7864 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
7865 the modules found using a script written by Larry Schatzer Jr.
7867 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
7868 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
7869 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7870 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7871 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
7872 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
7873 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
7874 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
7875 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
7876 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
7877 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
7878 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
7879 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
7880 ! lib/constant.pm lib/fields.pm lib/strict.pm
7881 ____________________________________________________________________________
7882 [ 11015] By: jhi on 2001/06/29 02:55:58
7883 Log: The latest JPL from the anoncvs.
7885 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7886 ____________________________________________________________________________
7887 [ 11014] By: jhi on 2001/06/29 02:16:55
7888 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
7891 ____________________________________________________________________________
7892 [ 11013] By: jhi on 2001/06/28 23:14:53
7893 Log: Worrying about insecure directories now is a bit too late.
7895 ! lib/File/Find/taint.t
7896 ____________________________________________________________________________
7897 [ 11012] By: jhi on 2001/06/28 21:36:36
7898 Log: Cannot DIE() in a void function,
7899 from Richard Hatch <rhatch@austin.ibm.com>.
7901 ! ext/IPC/SysV/SysV.xs
7902 ____________________________________________________________________________
7903 [ 11011] By: jhi on 2001/06/28 19:32:13
7904 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
7905 From: Peter Prymmer <pvhp@forte.com>
7906 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
7907 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
7909 (unfinished: time/hires tests 3, 5, 14 failing, but better
7910 than wholesale failure)
7912 ! ext/Time/HiRes/HiRes.xs
7913 ____________________________________________________________________________
7914 [ 11010] By: jhi on 2001/06/28 19:10:54
7915 Log: Subject: [PATCH 5.6.1] OS/2 improvements
7916 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7917 Date: Thu, 28 Jun 2001 16:03:14 -0400
7918 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
7921 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
7922 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
7923 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
7925 ____________________________________________________________________________
7926 [ 11009] By: jhi on 2001/06/28 18:54:14
7927 Log: Subject: Incrementing Extutils::Manifest's $VERSION
7928 From: Michael G Schwern <schwern@pobox.com>
7929 Date: Thu, 28 Jun 2001 13:13:49 -0400
7930 Message-ID: <20010628131349.A14738@blackrider>
7931 Branch: maint-5.6/perl
7932 ! lib/ExtUtils/Manifest.pm
7933 ____________________________________________________________________________
7934 [ 11008] By: jhi on 2001/06/28 18:52:20
7935 Log: AIX tweak from Merijn Brand.
7938 ____________________________________________________________________________
7939 [ 11007] By: jhi on 2001/06/28 17:46:27
7940 Log: Create the macperl branch.
7941 Branch: maint-5.6/macperl
7942 +> (branch 1728 files)
7943 ____________________________________________________________________________
7944 [ 11006] By: jhi on 2001/06/28 14:46:21
7945 Log: Update Changes.
7947 ! Changes patchlevel.h
7948 ____________________________________________________________________________
7949 [ 11005] By: jhi on 2001/06/28 14:40:11
7950 Log: More Perforce lore.
7952 ! Porting/repository.pod
7953 ____________________________________________________________________________
7954 [ 11004] By: jhi on 2001/06/28 14:12:50
7955 Log: Metaconfig unit changes for #11003.
7956 Branch: metaconfig/U/perl
7957 + d_nl_langinfo.U i_langinfo.U
7958 ____________________________________________________________________________
7959 [ 11003] By: jhi on 2001/06/28 14:12:27
7960 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
7961 Expected not to exist in non-UNIX excepting in VMS, where
7962 according to a quick web survey they just might.
7964 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
7965 ! Porting/config_H config_h.SH configure.com epoc/config.sh
7966 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
7967 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7968 ! win32/config.bc win32/config.gc win32/config.vc
7969 ____________________________________________________________________________
7970 [ 11002] By: jhi on 2001/06/28 13:39:11
7971 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
7972 in AIX is one is doing a 64-bit build.
7975 ____________________________________________________________________________
7976 [ 11001] By: jhi on 2001/06/28 13:28:37
7977 Log: Metaconfig unit changes for #11000.
7978 Branch: metaconfig/U/perl
7979 ! use64bits.U uselfs.U
7980 ____________________________________________________________________________
7981 [ 11000] By: jhi on 2001/06/28 13:21:16
7982 Log: Move use64bitint and use64bitall before uselargefiles.
7985 ____________________________________________________________________________
7986 [ 10999] By: jhi on 2001/06/28 03:49:07
7987 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
7988 From: Robert Spier <rspier@pobox.com>
7989 Message-ID: <15162.41164.618712.841415@rls.cx>
7990 Date: Wed, 27 Jun 2001 23:13:16 -0400
7993 ____________________________________________________________________________
7994 [ 10998] By: jhi on 2001/06/28 03:42:57
7995 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
7996 From: Peter Prymmer <pvhp@forte.com>
7997 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
7998 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
8001 ____________________________________________________________________________
8002 [ 10997] By: jhi on 2001/06/28 03:42:12
8003 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
8004 From: Peter Prymmer <pvhp@forte.com>
8005 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
8006 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
8008 ! configure.com ext/Digest/MD5/Makefile.PL
8009 ____________________________________________________________________________
8010 [ 10996] By: jhi on 2001/06/27 20:34:11
8011 Log: Update Changes.
8013 ! Changes patchlevel.h
8014 ____________________________________________________________________________
8015 [ 10995] By: jhi on 2001/06/27 20:06:28
8016 Log: Tiny EPOC updates.
8019 ____________________________________________________________________________
8020 [ 10994] By: jhi on 2001/06/27 19:55:16
8021 Log: The Test::More and Test::Simple tests required help
8022 thanks to our schizophrenic test scheme.
8024 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8025 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8026 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8027 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
8028 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
8029 ____________________________________________________________________________
8030 [ 10993] By: jhi on 2001/06/27 17:17:30
8031 Log: Upgrade to Test::Simple 0.09.
8033 + lib/Test/Simple/Changes
8034 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
8035 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8036 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8037 ! lib/Test/Simple/t/plan_is_noplan.t
8038 ____________________________________________________________________________
8039 [ 10992] By: jhi on 2001/06/27 17:11:28
8040 Log: Upgrade to Test::More 0.07.
8042 + lib/Test/More/Changes
8043 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
8044 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
8045 ! lib/Test/More/t/skipall.t
8046 ____________________________________________________________________________
8047 [ 10991] By: jhi on 2001/06/27 17:04:13
8048 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
8049 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8050 Date: Wed, 27 Jun 2001 18:40:04 +0200
8051 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
8054 ____________________________________________________________________________
8055 [ 10990] By: jhi on 2001/06/27 17:02:55
8056 Log: Subject: [PATCH README.qnx hints/qnx.sh]
8057 From: Norton Allen <allen@huarp.harvard.edu>
8058 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
8059 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
8061 ! README.qnx hints/qnx.sh
8062 ____________________________________________________________________________
8063 [ 10989] By: jhi on 2001/06/27 14:33:53
8064 Log: Subject: [PATCH] two little documentation nits
8065 From: Abhijit Menon-Sen <ams@wiw.org>
8066 Date: Wed, 27 Jun 2001 20:07:50 +0530
8067 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
8070 ____________________________________________________________________________
8071 [ 10988] By: jhi on 2001/06/27 13:33:32
8072 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
8073 From: Norton Allen <allen@huarp.harvard.edu>
8074 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
8075 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
8077 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
8078 ____________________________________________________________________________
8079 [ 10987] By: jhi on 2001/06/27 12:14:36
8080 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
8081 From: Michael G Schwern <schwern@pobox.com>
8082 Date: Wed, 27 Jun 2001 02:34:58 -0400
8083 Message-ID: <20010627023458.K23874@blackrider>
8086 ____________________________________________________________________________
8087 [ 10986] By: jhi on 2001/06/27 12:01:49
8088 Log: Add perl_clone_host() for Netware.
8091 ____________________________________________________________________________
8092 [ 10985] By: jhi on 2001/06/27 11:56:53
8093 Log: GCC 3.0 hints for HP-UX.
8096 ____________________________________________________________________________
8097 [ 10984] By: jhi on 2001/06/27 11:55:06
8098 Log: In some Linux distributions the libndbm is broken
8099 (no null key support), therefore link with libgdbm
8100 (if available), since it has a working ndbm emulation,
8101 from Jonathan Stowe.
8103 + ext/NDBM_File/hints/linux.pl
8105 ____________________________________________________________________________
8106 [ 10983] By: jhi on 2001/06/27 11:48:56
8107 Log: Subject: [PATCH perl@10930] find.t hack for VMS
8108 From: "Craig A. Berry" <craigberry@mac.com>
8109 Date: Tue, 26 Jun 2001 23:40:25 -0500
8110 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
8112 ! lib/File/Find/find.t
8113 ____________________________________________________________________________
8114 [ 10982] By: jhi on 2001/06/27 11:47:30
8115 Log: AUTHORS updates.
8118 ____________________________________________________________________________
8119 [ 10981] By: jhi on 2001/06/27 11:46:02
8120 Log: Metaconfig unit change like #10980.
8122 ! U/compline/d_stdstdio.U
8123 ____________________________________________________________________________
8124 [ 10980] By: jhi on 2001/06/27 11:45:29
8125 Log: "lose the it's", from Abhijit Menon-Sen.
8126 ("It's" not searched, pods not searched.)
8128 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
8129 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
8130 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
8131 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
8132 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8133 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
8134 ____________________________________________________________________________
8135 [ 10979] By: jhi on 2001/06/27 11:36:40
8136 Log: "lose the looses", from Abhijit Menon-Sen.
8138 ! ext/B/B/Assembler.pm gv.c
8139 ____________________________________________________________________________
8140 [ 10978] By: jhi on 2001/06/27 11:35:38
8141 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
8144 ____________________________________________________________________________
8145 [ 10977] By: jhi on 2001/06/27 11:33:28
8146 Log: DEC C 5.3 on the VAX simply doesn't seem to like
8147 compiling the MD5 extension, disable it there for now,
8151 ____________________________________________________________________________
8152 [ 10976] By: jhi on 2001/06/26 21:35:40
8153 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
8154 From: Jonathan Stowe <gellyfish@gellyfish.com>
8155 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
8156 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
8159 ____________________________________________________________________________
8160 [ 10975] By: jhi on 2001/06/26 21:32:41
8161 Log: Subject: [PATCH 5.6.1] perlxs misprints
8162 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8163 Date: Tue, 26 Jun 2001 17:20:00 -0400
8164 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
8167 ____________________________________________________________________________
8168 [ 10974] By: jhi on 2001/06/26 21:31:51
8169 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
8170 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8171 Date: Tue, 26 Jun 2001 17:27:07 -0400
8172 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
8174 ! lib/ExtUtils/MM_Unix.pm
8175 ____________________________________________________________________________
8176 [ 10973] By: jhi on 2001/06/26 21:27:05
8177 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
8178 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8179 Date: Tue, 26 Jun 2001 17:23:24 -0400
8180 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
8182 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
8183 ____________________________________________________________________________
8184 [ 10972] By: jhi on 2001/06/26 20:27:19
8185 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
8189 ____________________________________________________________________________
8190 [ 10971] By: jhi on 2001/06/26 19:59:41
8193 ! lib/Memoize/t/tie_sdbm.t
8194 ____________________________________________________________________________
8195 [ 10970] By: jhi on 2001/06/26 19:10:19
8196 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
8199 ____________________________________________________________________________
8200 [ 10969] By: jhi on 2001/06/26 17:21:31
8201 Log: Subject: [patch] perl_clone+CvFILE
8202 From: Doug MacEachern <dougm@covalent.net>
8203 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
8204 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
8207 ____________________________________________________________________________
8208 [ 10968] By: jhi on 2001/06/26 16:48:32
8209 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
8210 From: Mark-Jason Dominus <mjd@plover.com>
8211 Date: Tue, 26 Jun 2001 12:33:01 -0400
8212 Message-ID: <20010626163301.31298.qmail@plover.com>
8214 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
8215 ____________________________________________________________________________
8216 [ 10967] By: jhi on 2001/06/26 14:21:49
8217 Log: Update Changes.
8219 ! Changes patchlevel.h
8220 ____________________________________________________________________________
8221 [ 10966] By: jhi on 2001/06/26 14:08:34
8222 Log: Also catfile() needs now to explicitly exported.
8224 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
8225 ____________________________________________________________________________
8226 [ 10965] By: jhi on 2001/06/26 13:57:54
8230 ____________________________________________________________________________
8231 [ 10964] By: jhi on 2001/06/26 13:56:11
8232 Log: Nonexistent pod command.
8234 ! pod/perl572delta.pod
8235 ____________________________________________________________________________
8236 [ 10963] By: jhi on 2001/06/26 13:50:53
8237 Log: Be more portable in the quest for tmpdir.
8239 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
8240 ____________________________________________________________________________
8241 [ 10962] By: jhi on 2001/06/26 13:43:51
8242 Log: Be more portable in finding out the home directory,
8243 and use File::Spec to do the concat.
8244 (Come to think of it, couldn't File::Spec provide
8245 for a ->homedir method?)
8248 ____________________________________________________________________________
8249 [ 10961] By: jhi on 2001/06/26 13:37:30
8250 Log: Doc patch for #10959.
8253 ____________________________________________________________________________
8254 [ 10960] By: jhi on 2001/06/26 13:33:07
8255 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
8256 From: "Philip Newton" <pnewton@gmx.de>
8257 Date: Tue, 26 Jun 2001 16:26:47 +0200
8258 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
8261 ____________________________________________________________________________
8262 [ 10959] By: jhi on 2001/06/26 13:31:57
8263 Log: Subject: [PATH] shared -> unique;
8264 From: "Artur Bergman" <artur@contiller.se>
8265 Date: Tue, 26 Jun 2001 16:18:40 +0200
8266 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
8268 Because "shared" isn't: it's read-only.
8271 ____________________________________________________________________________
8272 [ 10958] By: jhi on 2001/06/26 13:28:27
8273 Log: Escape multiline croak messages.
8276 ____________________________________________________________________________
8277 [ 10957] By: jhi on 2001/06/26 13:18:34
8278 Log: No more pragma/*.t for minitest.
8281 ____________________________________________________________________________
8282 [ 10956] By: jhi on 2001/06/26 13:18:00
8283 Log: AUTHORS updates.
8286 ____________________________________________________________________________
8287 [ 10955] By: jhi on 2001/06/26 13:17:05
8290 ! pod/perl572delta.pod
8291 ____________________________________________________________________________
8292 [ 10954] By: jhi on 2001/06/26 12:36:07
8293 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
8294 From: Artur Bergman <artur@contiller.se>
8295 Date: Tue, 26 Jun 2001 15:32:53 +0200
8296 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
8298 ! makedef.pl sv.c sv.h win32/perllib.c
8299 ____________________________________________________________________________
8300 [ 10953] By: jhi on 2001/06/26 12:33:55
8301 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
8302 From: Jonathan Stowe <gellyfish@gellyfish.com>
8303 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
8304 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
8306 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
8308 + ext/Time/HiRes/hints/sco.pl
8310 ____________________________________________________________________________
8311 [ 10952] By: jhi on 2001/06/26 11:57:44
8312 Log: Subject: [PATCH 5.6.1] static build
8313 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8314 Date: Tue, 26 Jun 2001 04:22:25 -0400
8315 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
8317 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
8318 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
8319 ____________________________________________________________________________
8320 [ 10951] By: jhi on 2001/06/26 11:55:59
8321 Log: DJGPP patches from Laszlo Molnar.
8323 ! djgpp/djgpp.c perl.c util.c
8324 ____________________________________________________________________________
8325 [ 10950] By: jhi on 2001/06/26 11:54:32
8326 Log: Netware patches from Ananth Kesari.
8328 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
8329 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
8331 ____________________________________________________________________________
8332 [ 10949] By: jhi on 2001/06/26 11:49:09
8335 ! ext/Errno/Errno_pm.PL
8336 ____________________________________________________________________________
8337 [ 10948] By: jhi on 2001/06/26 03:44:29
8338 Log: There seems to be two ways of spelling the $^O in *STEP.
8340 ! ext/Errno/Errno_pm.PL
8341 ____________________________________________________________________________
8342 [ 10947] By: jhi on 2001/06/26 03:01:01
8343 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
8344 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
8346 ! ext/Errno/Errno_pm.PL
8347 ____________________________________________________________________________
8348 [ 10946] By: jhi on 2001/06/26 02:50:46
8349 Log: Known bugs update.
8351 ! pod/perl572delta.pod
8352 ____________________________________________________________________________
8353 [ 10945] By: jhi on 2001/06/26 01:15:39
8354 Log: The default installation of Cygwin has 500 as root's uid.
8357 ____________________________________________________________________________
8358 [ 10944] By: jhi on 2001/06/26 01:12:39
8359 Log: Be even more relaxed (re-allow having only one entry).
8361 ! t/op/grent.t t/op/pwent.t
8362 ____________________________________________________________________________
8363 [ 10943] By: jhi on 2001/06/26 01:03:30
8364 Log: Test failure updates.
8366 ! pod/perl572delta.pod
8367 ____________________________________________________________________________
8368 [ 10942] By: jhi on 2001/06/25 23:32:05
8369 Log: MPE/iX test tweaks from Mark Bixby.
8371 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
8372 ! t/io/fs.t t/op/stat.t
8373 ____________________________________________________________________________
8374 [ 10941] By: jhi on 2001/06/25 22:18:31
8375 Log: Microperl findings.
8378 ____________________________________________________________________________
8379 [ 10940] By: jhi on 2001/06/25 21:59:29
8380 Log: Touch uconfig.h.
8383 ____________________________________________________________________________
8384 [ 10939] By: jhi on 2001/06/25 21:32:52
8385 Log: Subject: [PATCH] Proposed fix for Pod::Man
8386 From: Rob Napier <rnapier@employees.org>
8387 Date: Mon, 25 Jun 2001 15:49:24 -0400
8388 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
8390 Cater for Solaris nroff brokenness (shortchanges daisywheel
8391 printers, but hey, we also no more support PDPs.)
8394 ____________________________________________________________________________
8395 [ 10938] By: jhi on 2001/06/25 21:14:41
8396 Log: Typo in #10937.
8398 ! ext/POSIX/sigaction.t
8399 ____________________________________________________________________________
8400 [ 10937] By: jhi on 2001/06/25 19:42:02
8401 Log: SIGCONT not trappable in VMS.
8403 ! ext/POSIX/sigaction.t
8404 ____________________________________________________________________________
8405 [ 10936] By: jhi on 2001/06/25 19:28:13
8406 Log: Subject: [DRAFT] Encode-Tcl.t
8407 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8408 Date: Tue, 26 Jun 2001 03:38:08 +0900
8409 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
8411 + ext/Encode/Encode/Tcl.t
8412 ! MANIFEST ext/Encode/Encode/Tcl.pm
8413 ____________________________________________________________________________
8414 [ 10935] By: jhi on 2001/06/25 18:40:03
8415 Log: Because of #10932 retract also the perlfunc hunk of #10910.
8418 ____________________________________________________________________________
8419 [ 10934] By: jhi on 2001/06/25 18:27:19
8420 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
8421 by Ilya Zakharevich in
8422 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
8425 ____________________________________________________________________________
8426 [ 10933] By: jhi on 2001/06/25 18:25:26
8427 Log: Typo in #10889.
8430 ____________________________________________________________________________
8431 [ 10932] By: jhi on 2001/06/25 18:23:30
8432 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
8433 From: Abhijit Menon-Sen <ams@wiw.org>
8434 Date: Mon, 25 Jun 2001 23:45:45 +0530
8435 Message-ID: <20010625234545.A5022@lustre.linux.in>
8437 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
8438 ____________________________________________________________________________
8439 [ 10931] By: jhi on 2001/06/25 17:50:38
8440 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
8441 From: Michael G Schwern <schwern@pobox.com>
8442 Date: Mon, 25 Jun 2001 14:35:51 -0400
8443 Message-ID: <20010625143551.H13819@blackrider>
8446 ____________________________________________________________________________
8447 [ 10930] By: jhi on 2001/06/25 14:33:46
8448 Log: Update Changes.
8450 ! Changes patchlevel.h
8451 ____________________________________________________________________________
8452 [ 10929] By: jhi on 2001/06/25 14:17:57
8453 Log: Regen toc and modlib.
8455 ! pod/perlmodlib.pod pod/perltoc.pod
8456 ____________________________________________________________________________
8457 [ 10928] By: jhi on 2001/06/25 14:13:09
8458 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
8459 for the benefit of C++ compilers, as suggested by Guruprasad.
8462 ____________________________________________________________________________
8463 [ 10927] By: jhi on 2001/06/25 14:11:59
8464 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
8465 From: Jonathan Stowe <gellyfish@gellyfish.com>
8466 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
8467 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
8470 ____________________________________________________________________________
8471 [ 10926] By: jhi on 2001/06/25 14:04:07
8472 Log: Missed from #10925.
8475 ____________________________________________________________________________
8476 [ 10925] By: jhi on 2001/06/25 14:00:06
8477 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
8478 From: Robin Houston <robin@kitsite.com>
8479 Date: Sat, 19 May 2001 16:19:34 +0100
8480 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
8483 ____________________________________________________________________________
8484 [ 10924] By: jhi on 2001/06/25 13:58:18
8485 Log: Netware README tweak.
8488 ____________________________________________________________________________
8489 [ 10923] By: jhi on 2001/06/25 13:57:13
8490 Log: Subject: [PATCH] Re: overload.t fails
8491 From: Abhijit Menon-Sen <ams@wiw.org>
8492 Date: Mon, 25 Jun 2001 14:52:20 +0530
8493 Message-ID: <20010625145220.A24114@lustre.linux.in>
8496 ____________________________________________________________________________
8497 [ 10922] By: jhi on 2001/06/25 13:56:20
8498 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
8499 From: Mike Guy <mjtg@cam.ac.uk>
8500 Date: Mon, 25 Jun 2001 11:43:23 +0100
8501 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
8504 ____________________________________________________________________________
8505 [ 10921] By: jhi on 2001/06/25 13:50:02
8506 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
8507 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8508 Date: Sun, 24 Jun 2001 05:17:05 -0400
8509 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
8512 ____________________________________________________________________________
8513 [ 10920] By: jhi on 2001/06/25 13:49:13
8514 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
8515 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8516 Date: Mon, 25 Jun 2001 05:52:27 -0400
8517 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
8520 ____________________________________________________________________________
8521 [ 10919] By: jhi on 2001/06/25 13:48:30
8522 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
8523 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8524 Date: Mon, 25 Jun 2001 05:23:35 -0400
8525 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
8528 ____________________________________________________________________________
8529 [ 10918] By: jhi on 2001/06/25 13:47:46
8530 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
8531 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8532 Date: Mon, 25 Jun 2001 05:04:32 -0400
8533 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
8535 ! os2/OS2/REXX/DLL/DLL.pm
8536 ____________________________________________________________________________
8537 [ 10917] By: jhi on 2001/06/25 13:44:14
8538 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
8539 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8540 Date: Mon, 25 Jun 2001 05:02:36 -0400
8541 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
8543 ! mg.c os2/dl_os2.c os2/os2.c
8544 ____________________________________________________________________________
8545 [ 10916] By: jhi on 2001/06/25 13:41:20
8546 Log: Subject: Re: [PATCH 5.6.1] misprints
8547 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8548 Date: Mon, 25 Jun 2001 04:50:50 -0400
8549 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
8551 ! os2/os2.c pp_sys.c
8552 ____________________________________________________________________________
8553 [ 10915] By: jhi on 2001/06/25 13:39:59
8554 Log: Add Test::More and Test::Simple to the delta.
8556 ! pod/perl572delta.pod
8557 ____________________________________________________________________________
8558 [ 10914] By: jhi on 2001/06/25 13:38:08
8559 Log: Add Test::More, from Michael G Schwern.
8561 + lib/Test/More.pm lib/Test/More/t/More.t
8562 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8563 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8564 + t/lib/Test/More/Catch.pm
8566 ____________________________________________________________________________
8567 [ 10913] By: jhi on 2001/06/25 13:35:41
8568 Log: Add Test::Simple from Michael G Schwern.
8570 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
8571 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8572 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8573 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
8574 + t/lib/Test/Simple/Catch.pm
8575 + t/lib/Test/Simple/sample_tests/death.plx
8576 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
8577 + t/lib/Test/Simple/sample_tests/extras.plx
8578 + t/lib/Test/Simple/sample_tests/five_fail.plx
8579 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
8580 + t/lib/Test/Simple/sample_tests/one_fail.plx
8581 + t/lib/Test/Simple/sample_tests/require.plx
8582 + t/lib/Test/Simple/sample_tests/success.plx
8583 + t/lib/Test/Simple/sample_tests/too_few.plx
8584 + t/lib/Test/Simple/sample_tests/two_fail.plx
8586 ____________________________________________________________________________
8587 [ 10912] By: jhi on 2001/06/25 13:31:57
8588 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
8589 From: "Craig A. Berry" <craigberry@mac.com>
8590 Date: Sun, 24 Jun 2001 23:41:36 -0500
8591 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
8594 ____________________________________________________________________________
8595 [ 10911] By: jhi on 2001/06/25 13:05:00
8596 Log: Upgrade to Attribute::Handlers 0.70.
8598 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
8599 ! MANIFEST lib/Attribute/Handlers.pm
8600 ____________________________________________________________________________
8601 [ 10910] By: jhi on 2001/06/25 00:09:27
8602 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
8603 From: Abhijit Menon-Sen <ams@wiw.org>
8604 Date: Sat, 23 Jun 2001 05:17:44 +0530
8605 Message-ID: <20010623051744.A18583@lustre.linux.in>
8607 (Can't think of a good place to put tests.)
8609 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
8610 ____________________________________________________________________________
8611 [ 10909] By: jhi on 2001/06/24 23:45:13
8612 Log: Subject: [PATCH] t/op/pat.t typo fix
8613 From: Richard Soderberg <rs@crystalflame.net>
8614 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
8615 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
8618 ____________________________________________________________________________
8619 [ 10908] By: jhi on 2001/06/24 22:24:49
8620 Log: Move the pack warnings to their own file, as pointed
8623 + t/lib/warnings/pp_pack
8624 ! MANIFEST t/lib/warnings/pp
8625 ____________________________________________________________________________
8626 [ 10907] By: jhi on 2001/06/24 19:55:15
8627 Log: Update Changes.
8629 ! Changes patchlevel.h
8630 ____________________________________________________________________________
8631 [ 10906] By: jhi on 2001/06/24 19:50:40
8632 Log: Partially fix a problem noticed by IRIX compiler:
8633 the initialization of parse_start was bypassed by
8634 several gotos. Now initialized to zero, which may
8635 not be the best choice.
8638 ____________________________________________________________________________
8639 [ 10905] By: jhi on 2001/06/24 19:43:25
8640 Log: Relax the group and password tests back to moaning only
8641 if no matches at all are found. (Even with a small sample
8642 I could find many sites where there are, umm, anomalies in
8643 the said databases.)
8645 ! t/op/grent.t t/op/pwent.t
8646 ____________________________________________________________________________
8647 [ 10904] By: jhi on 2001/06/24 18:45:55
8648 Log: Argh. How hard it can be to re-apply a patch manually? :-)
8651 ____________________________________________________________________________
8652 [ 10903] By: jhi on 2001/06/24 18:40:52
8653 Log: De-cut-and-pasto in #10902.
8656 ____________________________________________________________________________
8657 [ 10902] By: jhi on 2001/06/24 18:35:18
8658 Log: The #10771 didn't take?
8661 ____________________________________________________________________________
8662 [ 10901] By: jhi on 2001/06/24 18:29:50
8663 Log: Undo the filetests part of #10900, under multiplicity
8664 weird errors take place.
8667 ____________________________________________________________________________
8668 [ 10900] By: jhi on 2001/06/24 18:20:36
8669 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
8671 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
8672 ____________________________________________________________________________
8673 [ 10899] By: jhi on 2001/06/24 17:00:34
8674 Log: (Replaced by #10922)
8676 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
8677 From: Tony Bowden <tony@kasei.com>
8678 Date: Sun, 24 Jun 2001 17:32:40 +0100
8679 Message-ID: <20010624173240.A16293@blackstar.co.uk>
8681 Document (well, mention) shortmess() and longmess()
8682 to rob people of their fun of reinventing the weel.
8685 ____________________________________________________________________________
8686 [ 10898] By: jhi on 2001/06/24 16:51:40
8687 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
8688 From: Brian Jepson <bjepson@oreilly.com>
8689 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
8690 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
8693 ____________________________________________________________________________
8694 [ 10897] By: jhi on 2001/06/24 16:38:23
8695 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
8696 From: Robin Barker <rmb1@cise.npl.co.uk>
8697 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
8698 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
8701 ____________________________________________________________________________
8702 [ 10896] By: jhi on 2001/06/24 16:36:32
8703 Log: Memoize patch from mjd.
8705 ! lib/Memoize/t/tie_storable.t
8706 ____________________________________________________________________________
8707 [ 10895] By: jhi on 2001/06/24 16:33:59
8708 Log: Spec the sv_pvprintify() a bit more.
8711 ____________________________________________________________________________
8712 [ 10894] By: jhi on 2001/06/24 14:43:36
8713 Log: Upgrade to Memoize 0.65.
8715 + lib/Memoize/t/array_confusion.t
8716 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8717 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
8718 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8719 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
8720 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
8721 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
8722 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8723 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
8724 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
8725 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
8726 ! lib/Memoize/t/tie_storable.t
8727 ____________________________________________________________________________
8728 [ 10893] By: jhi on 2001/06/24 14:21:09
8729 Log: Metaconfig unit change for #10892.
8731 ! U/modified/Options.U
8732 ____________________________________________________________________________
8733 [ 10892] By: jhi on 2001/06/24 14:20:38
8734 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
8735 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8736 Date: Sun, 24 Jun 2001 05:24:40 -0400
8737 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
8739 ! Configure hints/os2.sh
8740 ____________________________________________________________________________
8741 [ 10891] By: jhi on 2001/06/24 13:50:26
8742 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
8743 From: Mike Guy <mjtg@cam.ac.uk>
8744 Date: Sun, 24 Jun 2001 15:28:39 +0100
8745 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
8747 Fix an ancient (5.002) bug.
8750 ____________________________________________________________________________
8751 [ 10890] By: jhi on 2001/06/24 13:44:43
8752 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
8756 ____________________________________________________________________________
8757 [ 10889] By: jhi on 2001/06/24 13:24:00
8758 Log: Make UTS as per #10888.
8761 ____________________________________________________________________________
8762 [ 10888] By: jhi on 2001/06/24 13:21:23
8763 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
8765 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
8766 ! mpeix/mpeixish.h perl.h unixish.h
8767 ____________________________________________________________________________
8768 [ 10887] By: jhi on 2001/06/24 13:15:45
8769 Log: AUTHORS update.
8772 ____________________________________________________________________________
8773 [ 10886] By: jhi on 2001/06/24 13:14:31
8774 Log: Subject: Encode::Tcl for multibyte doesnot work
8775 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8776 Date: Sun, 24 Jun 2001 22:48:21 +0900
8777 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
8779 ! ext/Encode/Encode/Tcl.pm
8780 ____________________________________________________________________________
8781 [ 10885] By: jhi on 2001/06/24 13:12:46
8782 Log: Subject: [PATCH] Remove tautology in error messages
8783 From: Mike Guy <mjtg@cam.ac.uk>
8784 Date: Sun, 24 Jun 2001 13:31:00 +0100
8785 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
8788 ____________________________________________________________________________
8789 [ 10884] By: jhi on 2001/06/24 13:11:36
8790 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
8793 ____________________________________________________________________________
8794 [ 10883] By: jhi on 2001/06/24 13:09:55
8795 Log: Subject: Re: [PATCH 5.6.1] test suite
8796 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8797 Date: Sun, 24 Jun 2001 05:47:05 -0400
8798 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
8802 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
8803 ____________________________________________________________________________
8804 [ 10882] By: jhi on 2001/06/24 13:07:46
8805 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
8806 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8807 Date: Sun, 24 Jun 2001 05:37:19 -0400
8808 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
8810 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
8811 ____________________________________________________________________________
8812 [ 10881] By: jhi on 2001/06/24 13:05:24
8813 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
8814 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8815 Date: Sun, 24 Jun 2001 05:34:50 -0400
8816 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
8818 Pacify compiler warnings.
8821 ____________________________________________________________________________
8822 [ 10880] By: jhi on 2001/06/24 13:02:30
8823 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8824 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8825 Date: Sun, 24 Jun 2001 05:21:18 -0400
8826 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
8828 Enable compression of executables during link time.
8831 ____________________________________________________________________________
8832 [ 10879] By: jhi on 2001/06/24 13:00:47
8833 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8834 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8835 Date: Sun, 24 Jun 2001 05:15:11 -0400
8836 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
8838 Add ordinals to the export list for Perl DLL.
8839 (Breaks intra-version DLL compatibility.)
8842 ____________________________________________________________________________
8843 [ 10878] By: jhi on 2001/06/24 02:12:04
8844 Log: Allow (displaying and) re-editing the Subject in perlbug.
8845 Also abstract the Subject quality control into a function.
8848 ____________________________________________________________________________
8849 [ 10877] By: jhi on 2001/06/24 01:40:53
8850 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
8853 ____________________________________________________________________________
8854 [ 10876] By: jhi on 2001/06/24 01:37:05
8855 Log: Regen toc and modlib.
8857 ! pod/perlmodlib.pod pod/perltoc.pod
8858 ____________________________________________________________________________
8859 [ 10875] By: jhi on 2001/06/24 01:29:33
8860 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
8861 by John Peacock. (Can be 'ntea' which means emulate UNIX file
8862 attribute semantics as much as possible, or 'ntsec' which uses
8863 native NTFS semantics.) (See also #10877.)
8866 ____________________________________________________________________________
8867 [ 10874] By: jhi on 2001/06/23 23:57:28
8868 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
8870 ! lib/Test/Harness.pm
8871 ____________________________________________________________________________
8872 [ 10873] By: jhi on 2001/06/23 23:36:56
8873 Log: Just zap the -uPerlio.
8876 ____________________________________________________________________________
8877 [ 10872] By: jhi on 2001/06/23 21:29:10
8878 Log: Do not test PerlIO if PerlIO not used.
8880 ! ext/PerlIO/PerlIO.t
8881 ____________________________________________________________________________
8882 [ 10871] By: jhi on 2001/06/23 21:12:49
8886 ____________________________________________________________________________
8887 [ 10870] By: jhi on 2001/06/23 21:03:31
8888 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
8889 From: Nicholas Clark <nick@ccl4.org>
8890 Date: Sat, 23 Jun 2001 22:55:47 +0100
8891 Message-ID: <20010623225547.Z98663@plum.flirble.org>
8894 ____________________________________________________________________________
8895 [ 10869] By: jhi on 2001/06/23 17:13:21
8896 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
8897 From: Prymmer/Kahn <pvhp@best.com>
8898 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
8899 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
8902 ____________________________________________________________________________
8903 [ 10868] By: jhi on 2001/06/23 16:04:38
8904 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
8905 cygwin does not taint cwd, just like win32.
8907 ! lib/File/Find/taint.t t/op/taint.t
8908 ____________________________________________________________________________
8909 [ 10867] By: jhi on 2001/06/23 15:39:15
8910 Log: Retract #10865, the patch should be unnecessary.
8911 (But seemingly helpful in Cygwin? Strange.)
8913 ! lib/Memoize/t/tie_ndbm.t
8914 ____________________________________________________________________________
8915 [ 10866] By: jhi on 2001/06/23 15:06:30
8916 Log: Misplaced test file; plus Cygwin filesystem semantics.
8918 + ext/SDBM_File/sdbm.t
8919 - ext/ODBM_File/sdbm.t
8921 ____________________________________________________________________________
8922 [ 10865] By: jhi on 2001/06/23 15:01:02
8923 Log: (Retracted by #10867.)
8925 ! lib/Memoize/t/tie_ndbm.t
8926 ____________________________________________________________________________
8927 [ 10864] By: jhi on 2001/06/23 14:25:43
8928 Log: Metaconfig unit change for #10863.
8929 Branch: metaconfig/U/perl
8931 ____________________________________________________________________________
8932 [ 10863] By: jhi on 2001/06/23 14:25:20
8933 Log: In Cygwin do not build NDBM_File and ODBM_File unless
8934 -lndbm and -ldbm are available.
8936 ! Configure config_h.SH
8937 ____________________________________________________________________________
8938 [ 10862] By: jhi on 2001/06/23 14:02:14
8939 Log: More Cygwin filesystem semantics.
8941 ! t/io/fs.t t/op/stat.t
8942 ____________________________________________________________________________
8943 [ 10861] By: jhi on 2001/06/23 13:38:00
8944 Log: More DOSish permission semantics for Cygwin.
8947 ____________________________________________________________________________
8948 [ 10860] By: jhi on 2001/06/23 13:32:41
8949 Log: Cygwin too has different permission semantics.
8951 ! ext/GDBM_File/gdbm.t
8952 ____________________________________________________________________________
8953 [ 10859] By: jhi on 2001/06/23 13:30:06
8954 Log: The group (and assumedly passwd) databases can have
8955 only one entry (this is the case in cygwin).
8957 ! t/op/grent.t t/op/pwent.t
8958 ____________________________________________________________________________
8959 [ 10858] By: jhi on 2001/06/23 13:16:26
8960 Log: Also in Cygwin use Socket to figure out domainname
8961 (if any) (avoids trying to call external 'domainname',
8962 which doesn't at the moment exist in Cygwin)
8965 ____________________________________________________________________________
8966 [ 10857] By: jhi on 2001/06/23 12:48:32
8967 Log: Remove also the lib$Foo.def, not just $Foo.def.
8969 ! lib/ExtUtils/MM_Unix.pm
8970 ____________________________________________________________________________
8971 [ 10856] By: jhi on 2001/06/23 12:21:53
8972 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
8975 ____________________________________________________________________________
8976 [ 10855] By: jhi on 2001/06/23 12:14:15
8977 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
8978 to match the whole isprint(), only the space character.
8980 ! handy.h pod/perlre.pod t/op/pat.t
8981 ____________________________________________________________________________
8982 [ 10854] By: nick on 2001/06/23 08:09:33
8983 Log: Integrate mainline
8985 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
8986 !> lib/ExtUtils.t lib/File/Find/taint.t
8987 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
8988 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
8989 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
8990 ____________________________________________________________________________
8991 [ 10853] By: jhi on 2001/06/23 03:48:09
8992 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
8993 with its floats in os390 and s390 (UTS).
8995 ! lib/Math/BigInt/t/bigintpm.t
8996 ____________________________________________________________________________
8997 [ 10852] By: jhi on 2001/06/23 03:38:53
8998 Log: Add also UTS (s390) to the non-IEEE float platforms.
9001 ____________________________________________________________________________
9002 [ 10851] By: jhi on 2001/06/23 03:36:04
9003 Log: Subject: RFC: what are applicable standards for exponent sizes?
9004 From: Peter Prymmer <pvhp@forte.com>
9005 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
9006 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
9009 ____________________________________________________________________________
9010 [ 10850] By: jhi on 2001/06/23 03:29:04
9011 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
9012 From: Peter Prymmer <pvhp@forte.com>
9013 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
9014 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
9016 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
9017 ____________________________________________________________________________
9018 [ 10849] By: jhi on 2001/06/23 03:27:21
9019 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
9020 From: Peter Prymmer <pvhp@forte.com>
9021 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
9022 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
9025 ____________________________________________________________________________
9026 [ 10848] By: jhi on 2001/06/22 21:51:31
9027 Log: Retract #10845.
9029 ! lib/File/Find/taint.t
9030 ____________________________________________________________________________
9031 [ 10847] By: jhi on 2001/06/22 21:50:38
9032 Log: Yet another error message.
9035 ____________________________________________________________________________
9036 [ 10846] By: jhi on 2001/06/22 21:48:39
9037 Log: The croak message for nonexistent socket functions may vary.
9039 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
9040 ____________________________________________________________________________
9041 [ 10845] By: jhi on 2001/06/22 21:42:38
9042 Log: (Retracted by #10848.)
9044 ! lib/File/Find/taint.t
9045 ____________________________________________________________________________
9046 [ 10844] By: jhi on 2001/06/22 21:32:58
9047 Log: Integrate perlio.
9049 !> lib/File/Find/taint.t t/op/write.t
9050 ____________________________________________________________________________
9051 [ 10843] By: nick on 2001/06/22 21:24:51
9052 Log: Back out debug in taint.t
9054 ! lib/File/Find/taint.t
9055 ____________________________________________________________________________
9056 [ 10842] By: jhi on 2001/06/22 21:20:02
9057 Log: setitimer() does not exist in Unicos, despite of what
9058 Configure thinks, from Mark P. Lutz.
9061 ____________________________________________________________________________
9062 [ 10841] By: nick on 2001/06/22 21:19:36
9063 Log: Skip cwd test on Win32 ???
9065 ! lib/File/Find/taint.t
9066 ____________________________________________________________________________
9067 [ 10840] By: jhi on 2001/06/22 21:17:34
9068 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
9069 and Tru64 gcc -Wall happy.
9072 ____________________________________________________________________________
9073 [ 10839] By: jhi on 2001/06/22 21:15:32
9074 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
9076 ! ext/IPC/SysV/Semaphore.pm
9077 ____________________________________________________________________________
9078 [ 10838] By: jhi on 2001/06/22 21:12:02
9079 Log: Metaconfig unit change for #10837.
9080 Branch: metaconfig/U/perl
9082 ____________________________________________________________________________
9083 [ 10837] By: jhi on 2001/06/22 21:09:42
9084 Log: Cleanup of the cross-compilation unit.
9087 ____________________________________________________________________________
9088 [ 10836] By: nick on 2001/06/22 20:45:12
9089 Log: Skip |- based op/write.t on Win32 as well as VMS
9092 ____________________________________________________________________________
9093 [ 10835] By: jhi on 2001/06/22 20:44:20
9094 Log: Integrate perlio.
9097 ____________________________________________________________________________
9098 [ 10834] By: nick on 2001/06/22 20:41:54
9099 Log: Integrate mainline
9101 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9102 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
9104 ____________________________________________________________________________
9105 [ 10833] By: nick on 2001/06/22 20:22:58
9109 ____________________________________________________________________________
9110 [ 10832] By: jhi on 2001/06/22 20:13:02
9111 Log: Metaconfig unit changes for #10831.
9113 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
9114 ____________________________________________________________________________
9115 [ 10831] By: jhi on 2001/06/22 20:12:29
9116 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
9117 From: Andy Dougherty <doughera@lafayette.edu>
9118 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
9119 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
9121 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9122 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
9123 ____________________________________________________________________________
9124 [ 10830] By: jhi on 2001/06/22 19:50:15
9125 Log: MPE/iX prototype nits from Mark Bixby.
9128 ____________________________________________________________________________
9129 [ 10829] By: jhi on 2001/06/22 16:25:16
9133 ____________________________________________________________________________
9134 [ 10828] By: nick on 2001/06/22 15:33:37
9135 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
9138 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
9139 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
9140 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
9141 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
9142 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9143 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
9144 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
9145 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
9147 ____________________________________________________________________________
9148 [ 10827] By: jhi on 2001/06/22 14:15:26
9149 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
9150 Date: Fri, 22 Jun 2001 10:08:35 -0500
9151 From: "Craig A. Berry" <craigberry@mac.com>
9152 Message-Id: <a05101001b75908704194@[192.168.56.145]>
9154 ! vms/vms.c vms/vmsish.h
9155 ____________________________________________________________________________
9156 [ 10826] By: jhi on 2001/06/22 13:35:37
9157 Log: NetWare scripts tweak from Ananth Kesari.
9159 ! NetWare/t/NWScripts.pl
9160 ____________________________________________________________________________
9161 [ 10825] By: jhi on 2001/06/22 13:00:55
9162 Log: Update Changes.
9164 ! Changes patchlevel.h
9165 ____________________________________________________________________________
9166 [ 10824] By: jhi on 2001/06/22 12:46:56
9167 Log: Add .i and .s targets.
9170 ____________________________________________________________________________
9171 [ 10823] By: jhi on 2001/06/22 12:25:20
9172 Log: Upgrade to Locale::Maketext 1.03.
9174 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9175 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
9176 ____________________________________________________________________________
9177 [ 10822] By: jhi on 2001/06/22 12:23:57
9178 Log: Upgrade to I18N::LangTags 0.26.
9180 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
9181 ! lib/I18N/LangTags/test.pl
9182 ____________________________________________________________________________
9183 [ 10821] By: jhi on 2001/06/22 12:16:41
9184 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
9187 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9188 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9189 ____________________________________________________________________________
9190 [ 10820] By: jhi on 2001/06/22 12:13:37
9191 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
9192 From: Prymmer/Kahn <pvhp@best.com>
9193 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
9194 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
9197 ! MANIFEST utils/h2xs.PL
9198 ____________________________________________________________________________
9199 [ 10819] By: jhi on 2001/06/22 12:11:56
9200 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
9201 From: Prymmer/Kahn <pvhp@best.com>
9202 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
9203 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
9206 ____________________________________________________________________________
9207 [ 10818] By: jhi on 2001/06/22 12:11:08
9208 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
9209 From: Prymmer/Kahn <pvhp@best.com>
9210 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
9211 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
9214 ____________________________________________________________________________
9215 [ 10817] By: jhi on 2001/06/22 12:10:05
9216 Log: AUTHORS update.
9219 ____________________________________________________________________________
9220 [ 10816] By: jhi on 2001/06/22 12:08:24
9221 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
9222 From: "Craig A. Berry" <craigberry@mac.com>
9223 Date: Thu, 21 Jun 2001 18:20:38 -0500
9224 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
9226 ! ext/POSIX/POSIX.xs
9227 ____________________________________________________________________________
9228 [ 10815] By: jhi on 2001/06/22 12:07:19
9229 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
9230 From: "Craig A. Berry" <craigberry@mac.com>
9231 Date: Thu, 21 Jun 2001 09:58:52 -0500
9232 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
9234 ! ext/B/Deparse.t t/op/write.t
9235 ____________________________________________________________________________
9236 [ 10814] By: nick on 2001/06/22 08:13:09
9237 Log: Integrate mainline.
9239 !> (integrate 46 files)
9240 ____________________________________________________________________________
9241 [ 10813] By: jhi on 2001/06/22 02:48:58
9242 Log: Change the prefixes only if $prefix is unset,
9243 as originally patched by Marcel Grunauer.
9245 ! hints/darwin.sh hints/rhapsody.sh
9246 ____________________________________________________________________________
9247 [ 10812] By: jhi on 2001/06/22 02:44:41
9248 Log: Subject: Re: Patch for hints/darwin.sh
9249 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
9250 Date: Thu, 21 Jun 2001 11:23:46 -0700
9251 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
9253 ! hints/darwin.sh hints/rhapsody.sh
9254 ____________________________________________________________________________
9255 [ 10811] By: jhi on 2001/06/22 02:34:27
9256 Log: Add .PHONY targets for non-file targets,
9257 from Wilfredo Sánchez. Should help saying
9258 "make install" on case-insensitive filesystems.
9261 ____________________________________________________________________________
9262 [ 10810] By: jhi on 2001/06/22 02:01:23
9263 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
9264 From: Doug MacEachern <dougm@covalent.net>
9265 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
9266 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
9268 plus reword the getcwd() comment, plus use getcwd() buffer
9272 ____________________________________________________________________________
9273 [ 10809] By: jhi on 2001/06/22 01:16:58
9274 Log: More gprofing from Doug MacEachern.
9277 ____________________________________________________________________________
9278 [ 10808] By: jhi on 2001/06/22 01:15:11
9279 Log: Metaconfig unit change for #10807.
9280 Branch: metaconfig/U/perl
9282 ____________________________________________________________________________
9283 [ 10807] By: jhi on 2001/06/22 01:14:43
9284 Log: Tell that you are removing the unneeded -lsfio.
9287 ____________________________________________________________________________
9288 [ 10806] By: jhi on 2001/06/22 01:03:14
9289 Log: More MPE/iX tweaks from Mark Bixby.
9291 ! perl.c t/op/magic.t
9292 ____________________________________________________________________________
9293 [ 10805] By: jhi on 2001/06/21 22:41:11
9294 Log: The fchdir() proto is supposed to live in <unistd.h>.
9297 ____________________________________________________________________________
9298 [ 10804] By: jhi on 2001/06/21 22:24:42
9299 Log: This town is too small for the Cwd extension and me,
9303 ____________________________________________________________________________
9304 [ 10803] By: jhi on 2001/06/21 21:54:00
9305 Log: Metaconfig unit change for #10802.
9306 Branch: metaconfig/U/perl
9308 ____________________________________________________________________________
9309 [ 10802] By: jhi on 2001/06/21 21:53:37
9313 ____________________________________________________________________________
9314 [ 10801] By: jhi on 2001/06/21 21:38:38
9315 Log: Off-by-one. I'm so classic.
9318 ____________________________________________________________________________
9319 [ 10800] By: jhi on 2001/06/21 20:10:19
9320 Log: Update Changes.
9322 ! Changes patchlevel.h
9323 ____________________________________________________________________________
9324 [ 10799] By: jhi on 2001/06/21 20:03:54
9325 Log: Subject: Documentation patch for Net::FTP
9326 From: Marcel Grunauer <marcel@codewerk.com>
9327 Date: Wed, 20 Jun 2001 23:03:26 +0200
9328 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
9331 ____________________________________________________________________________
9332 [ 10798] By: jhi on 2001/06/21 20:01:14
9333 Log: Retract the #10417 mg.c and embed.pl parts because of
9334 strange SEGVs in 64bit x86 FreeBSD observed by
9337 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
9338 ____________________________________________________________________________
9339 [ 10797] By: jhi on 2001/06/21 19:40:34
9340 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
9342 ! Configure NetWare/config.wc NetWare/config_H.wc
9343 ! Porting/Glossary Porting/config.sh Porting/config_H
9344 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
9345 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9346 ! vos/config.ga.h win32/config.bc win32/config.gc
9347 ! win32/config.vc win32/config_H.bc win32/config_H.gc
9349 ____________________________________________________________________________
9350 [ 10796] By: jhi on 2001/06/21 19:08:28
9351 Log: Cwd tweak from Doug MacEachern.
9354 ____________________________________________________________________________
9355 [ 10795] By: jhi on 2001/06/21 19:03:48
9356 Log: Protect the fchdir() and lstat() with ifdefs.
9357 fchdir() needs a Configure probe.
9360 ____________________________________________________________________________
9361 [ 10794] By: nick on 2001/06/21 17:11:35
9362 Log: Integrate mainline
9364 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
9365 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
9366 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
9367 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
9368 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
9369 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
9370 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
9371 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
9372 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
9373 - lib/File/Glob/case.t lib/File/Glob/global.t
9374 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
9375 - lib/File/Temp/posix.t lib/File/Temp/security.t
9376 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
9377 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
9378 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
9379 - lib/Text/Wrap/wrap.t
9380 !> (integrate 41 files)
9381 ____________________________________________________________________________
9382 [ 10793] By: jhi on 2001/06/21 17:01:26
9383 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
9384 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9385 Date: Thu, 21 Jun 2001 13:04:54 -0500
9386 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
9389 ____________________________________________________________________________
9390 [ 10792] By: jhi on 2001/06/21 16:13:57
9391 Log: Subject: [PATCH pod] overlong =item
9392 From: Robin Barker <rmb1@cise.npl.co.uk>
9393 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
9394 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
9396 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9397 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9398 ____________________________________________________________________________
9399 [ 10791] By: jhi on 2001/06/21 16:10:51
9400 Log: Subject: [PATCH perlio.c] format
9401 From: Robin Barker <rmb1@cise.npl.co.uk>
9402 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
9403 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
9406 ____________________________________________________________________________
9407 [ 10790] By: jhi on 2001/06/21 15:52:04
9408 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
9409 From: Radu Greab <radu@netsoft.ro>
9410 Date: Thu, 21 Jun 2001 19:06:02 +0300
9411 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
9413 ! pod/perlapi.pod sv.c
9414 ____________________________________________________________________________
9415 [ 10789] By: jhi on 2001/06/21 14:48:25
9416 Log: The metaconfig unit changes for #10788.
9417 Branch: metaconfig/U/perl
9418 ! Cross.U fflushall.U
9419 ____________________________________________________________________________
9420 [ 10788] By: jhi on 2001/06/21 14:47:48
9421 Log: Cross-configuration changes: make $from to rm the files
9422 before copying them over (this means that he rm can be
9423 removed from the fflushall test), create $targetmkdir
9424 (not documented in install since it is supposed to internal
9425 use only), make $run to copy over the executable only if
9426 a stamp file .xok doesn't already exist (to avoid unnecessary
9427 copying of the executable)
9429 ! Configure Makefile.SH
9430 ____________________________________________________________________________
9431 [ 10787] By: nick on 2001/06/21 14:16:18
9432 Log: Integrate mainline
9434 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
9435 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
9436 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
9437 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
9438 !> (integrate 34 files)
9439 ____________________________________________________________________________
9440 [ 10786] By: jhi on 2001/06/21 13:59:32
9441 Log: Re-add the files as text.
9443 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
9444 ____________________________________________________________________________
9445 [ 10785] By: jhi on 2001/06/21 13:57:55
9446 Log: Delete the binary files.
9448 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
9449 ____________________________________________________________________________
9450 [ 10784] By: jhi on 2001/06/21 13:49:47
9451 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
9452 From: Andy Dougherty <doughera@lafayette.edu>
9453 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
9454 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
9456 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
9457 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
9458 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
9459 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
9460 ____________________________________________________________________________
9461 [ 10783] By: jhi on 2001/06/21 13:46:50
9462 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
9463 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
9464 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
9465 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
9467 Setting umask to something friendlier.
9469 ! installman installperl
9470 ____________________________________________________________________________
9471 [ 10782] By: jhi on 2001/06/21 13:42:17
9472 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
9473 Resort MANIFEST with sort -f, looks much better.
9475 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
9476 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
9477 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
9478 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
9479 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
9480 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
9481 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
9482 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
9483 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
9484 - lib/File/Glob/case.t lib/File/Glob/global.t
9485 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
9486 - lib/File/Temp/posix.t lib/File/Temp/security.t
9487 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
9488 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
9489 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
9490 - lib/Text/Wrap/wrap.t
9492 ____________________________________________________________________________
9493 [ 10781] By: jhi on 2001/06/21 13:16:04
9494 Log: Upgrade to I18N::LangTags 0.25.
9496 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
9497 ! lib/I18N/LangTags/List.pm
9498 ____________________________________________________________________________
9499 [ 10780] By: jhi on 2001/06/21 13:12:54
9500 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
9501 From: Richard Soderberg <rs@crystalflame.net>
9502 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
9503 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
9505 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
9506 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
9507 ____________________________________________________________________________
9508 [ 10779] By: jhi on 2001/06/21 12:59:57
9509 Log: Test obsoleted by change #10777.
9512 ____________________________________________________________________________
9513 [ 10778] By: jhi on 2001/06/21 12:52:37
9514 Log: Case of confused test numbering.
9517 ____________________________________________________________________________
9518 [ 10777] By: jhi on 2001/06/21 12:30:57
9519 Log: Subject: Re: Opinion on undef lvalue
9520 From: Abhijit Menon-Sen <ams@wiw.org>
9521 Date: Sun, 17 Jun 2001 13:04:46 +0530
9522 Message-ID: <20010617130446.B27925@lustre.linux.in>
9524 Allow lvalue subs to return undef in array context.
9527 ____________________________________________________________________________
9528 [ 10776] By: jhi on 2001/06/21 12:27:48
9529 Log: Just a guess that using the same hack for cygwin as
9530 for win32 might help.
9532 ! lib/File/Find/find.t
9533 ____________________________________________________________________________
9534 [ 10775] By: jhi on 2001/06/21 12:25:58
9535 Log: NetWare tweaks from Guruprasad.
9537 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
9538 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
9539 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
9540 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
9541 ____________________________________________________________________________
9542 [ 10774] By: jhi on 2001/06/21 12:21:17
9543 Log: Subject: Re: perl@10722: Bogus warnings on REs
9544 From: Hugo <hv@crypt.compulink.co.uk>
9545 Date: Thu, 21 Jun 2001 09:51:17 +0100
9546 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
9548 Unroll to avoid a UTS compiler bug.
9551 ____________________________________________________________________________
9552 [ 10773] By: jhi on 2001/06/21 12:13:13
9553 Log: Subject: Re: [PATCH] Make /o work under i?threads
9554 From: Artur Bergman <artur@contiller.se>
9555 Date: Thu, 21 Jun 2001 14:38:03 +0200
9556 Message-ID: <B757B74A.184D%artur@contiller.se>
9559 ____________________________________________________________________________
9560 [ 10772] By: jhi on 2001/06/21 12:12:23
9561 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
9562 From: Artur Bergman <artur@contiller.se>
9563 Date: Thu, 21 Jun 2001 14:27:33 +0200
9564 Message-ID: <B757B4D4.1849%artur@contiller.se>
9566 Plus extra parentheses.
9569 ____________________________________________________________________________
9570 [ 10771] By: jhi on 2001/06/21 12:10:29
9571 Log: Subject: [PATCH] Make /o work under i?threads
9572 From: Richard Soderberg <rs@crystalflame.net>
9573 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
9574 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
9577 ____________________________________________________________________________
9578 [ 10770] By: jhi on 2001/06/21 12:09:28
9579 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
9580 From: Artur Bergman <artur@contiller.se>
9581 Date: Thu, 21 Jun 2001 14:04:54 +0200
9582 Message-ID: <B757AF86.1842%artur@contiller.se>
9585 ____________________________________________________________________________
9586 [ 10769] By: jhi on 2001/06/21 12:08:03
9587 Log: Subject: Re: perl@10765: sv.c not OK on win32
9588 From: Artur Bergman <artur@contiller.se>
9589 Date: Thu, 21 Jun 2001 10:31:06 +0200
9590 Message-ID: <B7577D69.182C%artur@contiller.se>
9593 ____________________________________________________________________________
9594 [ 10768] By: jhi on 2001/06/21 12:03:56
9595 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
9596 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9597 Date: Thu, 21 Jun 2001 06:23:56 -0400
9598 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
9600 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
9601 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9602 Date: Thu, 21 Jun 2001 06:32:21 -0400
9603 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
9605 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
9606 ____________________________________________________________________________
9607 [ 10767] By: jhi on 2001/06/21 12:00:07
9608 Log: Subject: [PATCH] make syslog test more verbose
9609 From: Robert Spier <rspier@pobox.com>
9610 Date: Thu, 21 Jun 2001 00:54:32 -0400
9611 Message-ID: <15153.32264.295807.333073@rls.cx>
9613 ! ext/Sys/Syslog/syslog.t
9614 ____________________________________________________________________________
9615 [ 10766] By: jhi on 2001/06/20 23:27:57
9616 Log: Subject: op/study.t refinements
9617 From: Hugo <hv@crypt.compulink.co.uk>
9618 Date: Thu, 21 Jun 2001 00:29:07 +0100
9619 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
9622 ____________________________________________________________________________
9623 [ 10765] By: jhi on 2001/06/20 19:51:47
9624 Log: Update Changes.
9626 ! Changes patchlevel.h
9627 ____________________________________________________________________________
9628 [ 10764] By: jhi on 2001/06/20 19:00:23
9629 Log: Subject: Re: [PATCH] djgpp updates
9630 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9631 Date: Wed, 20 Jun 2001 10:05:15 +0200
9632 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
9635 ____________________________________________________________________________
9636 [ 10763] By: jhi on 2001/06/20 18:58:06
9637 Log: Fix for ID 20010619.002 "When building hash, hash keys that
9638 are function calls are not being called", from Abhijit.
9640 ! t/base/lex.t toke.c
9641 ____________________________________________________________________________
9642 [ 10762] By: jhi on 2001/06/20 18:45:00
9643 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
9645 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
9646 + lib/Locale/Maketext/test.pl
9647 - lib/Locale/Maketext.t
9648 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9649 ! lib/Locale/Maketext/TPJ13.pod
9650 ____________________________________________________________________________
9651 [ 10761] By: jhi on 2001/06/20 18:44:15
9652 Log: Metaconfig unit change for #10760.
9654 ! U/modified/Cppsym.U
9655 ____________________________________________________________________________
9656 [ 10760] By: jhi on 2001/06/20 18:42:04
9657 Log: Do not remove the ccsym* Cppsym* files since
9658 they are useful for metaconfig units coming after us.
9659 (This is the Configure nit mentioned in #10752.)
9662 ____________________________________________________________________________
9663 [ 10759] By: jhi on 2001/06/20 18:02:18
9664 Log: Update to I18N::LangTags 0.24, from Sean Burke.
9666 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
9667 + lib/I18N/LangTags/README
9668 - lib/I18N/LangTags/List.pod
9669 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
9670 ____________________________________________________________________________
9671 [ 10758] By: jhi on 2001/06/20 17:34:43
9674 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
9675 ! pod/perlapi.pod proto.h
9676 ____________________________________________________________________________
9677 [ 10757] By: jhi on 2001/06/20 17:23:08
9678 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
9679 From: Artur Bergman <artur@contiller.se>
9680 Date: Wed, 20 Jun 2001 11:31:32 +0200
9681 Message-ID: <B7563A14.17D8%artur@contiller.se>
9683 ! embed.pl hv.c intrpvar.h sv.c sv.h
9684 ____________________________________________________________________________
9685 [ 10756] By: jhi on 2001/06/20 17:13:26
9686 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
9687 From: Tim Sweetman <tim@aldigital.co.uk>
9688 Date: Wed, 13 Jun 2001 14:25:17 +0100
9689 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
9691 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
9692 ____________________________________________________________________________
9693 [ 10755] By: nick on 2001/06/20 16:12:37
9694 Log: Integrate mainline
9696 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
9697 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
9698 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
9699 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
9700 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
9701 !> t/op/study.t util.c
9702 ____________________________________________________________________________
9703 [ 10754] By: gsar on 2001/06/20 15:22:27
9704 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
9706 Branch: maint-5.6/perl
9708 ____________________________________________________________________________
9709 [ 10753] By: jhi on 2001/06/20 14:03:20
9710 Log: Security tweak on readlink().
9713 ____________________________________________________________________________
9714 [ 10752] By: jhi on 2001/06/20 14:00:23
9715 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
9717 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
9718 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
9719 ! mpeix/relink t/op/pwent.t
9720 ____________________________________________________________________________
9721 [ 10751] By: jhi on 2001/06/20 13:57:27
9722 Log: Reinstate #10725 (with probe for alarm()).
9725 ____________________________________________________________________________
9726 [ 10750] By: jhi on 2001/06/20 13:53:46
9727 Log: Replace our implementation of realpath() with OpenBSD's
9728 (src/lib/libc/stdlib/realpath.c 1.4).
9730 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
9731 ! pod/perldiag.pod proto.h util.c
9732 ____________________________________________________________________________
9733 [ 10749] By: jhi on 2001/06/20 13:07:49
9734 Log: Integrate perlio.
9737 ____________________________________________________________________________
9738 [ 10748] By: jhi on 2001/06/20 13:07:18
9739 Log: No point in going into memory-saving contortions
9740 with getcwd() since there's a danger of buffer overflow.
9741 Also make the POSIX extension to use sv_getcwd().
9742 Finally, a missed proto.h fragment.
9744 ! ext/POSIX/POSIX.xs proto.h util.c
9745 ____________________________________________________________________________
9746 [ 10747] By: nick on 2001/06/20 12:38:26
9747 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
9750 ____________________________________________________________________________
9751 [ 10746] By: jhi on 2001/06/20 11:51:10
9752 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
9753 From: Graham Barr <gbarr@pobox.com>
9754 Date: Wed, 20 Jun 2001 11:05:49 +0100
9755 Message-ID: <20010620110549.I19188@pobox.com>
9759 Subject: Bug in IO::Socket::INET module (repeat)
9760 From: "Harmon S. Nine" <hnine@netarx.com>
9761 Date: Tue, 19 Jun 2001 09:41:35 -0400
9762 Message-ID: <3B2F568F.8080605@netarx.com>
9764 The bug was that the IO::Socket::INET constructor
9765 did not allow a 'LocalPort' of 0.
9767 ! ext/IO/lib/IO/Socket/INET.pm
9768 ____________________________________________________________________________
9769 [ 10745] By: nick on 2001/06/20 08:56:39
9770 Log: Integrate mainline.
9772 !> (integrate 37 files)
9773 ____________________________________________________________________________
9774 [ 10744] By: jhi on 2001/06/20 04:54:53
9775 Log: After some reading I don't think we can blindly
9776 use systems' realpath(). Too many security problems,
9777 too many buggy implementations.
9779 TODO: the realpath() emulation code in util.c doesn't
9780 seem fully operational? (readlink(), for example?)
9782 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
9783 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
9784 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
9785 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
9786 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
9787 ! win32/config_H.gc win32/config_H.vc
9788 ____________________________________________________________________________
9789 [ 10743] By: jhi on 2001/06/20 00:48:48
9790 Log: Metaconfig unit change for #10738.
9792 ! U/compline/d_gconvert.U
9793 ____________________________________________________________________________
9794 [ 10742] By: jhi on 2001/06/20 00:48:20
9795 Log: Integrate change #10739 from maintperl:
9797 C<eval "/x$\r\n/x"> fails to compile correctly
9799 !> t/op/pat.t toke.c
9800 ____________________________________________________________________________
9801 [ 10741] By: jhi on 2001/06/20 00:41:05
9802 Log: Retract #10725 (Hugo asked NOT to apply the patch)
9805 ____________________________________________________________________________
9806 [ 10740] By: jhi on 2001/06/19 23:58:25
9807 Log: The test.third results were funnily named because of the
9811 ____________________________________________________________________________
9812 [ 10739] By: gsar on 2001/06/19 23:49:15
9813 Log: C<eval "/x$\r\n/x"> fails to compile correctly
9814 Branch: maint-5.6/perl
9816 ____________________________________________________________________________
9817 [ 10738] By: jhi on 2001/06/19 23:04:15
9818 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
9819 From: Spider Boardman <spider@Orb.Nashua.NH.US>
9820 Date: Tue, 19 Jun 2001 19:15:40 -0400
9821 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
9823 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
9824 because "1e+129" being expected but "1.e+129" being returned.
9825 The culprit (at least in Tru64) is the use of gcvt().
9828 ____________________________________________________________________________
9829 [ 10737] By: jhi on 2001/06/19 22:56:52
9830 Log: Subject: [PATCH perl@10722] test hunting on VMS
9831 From: "Craig A. Berry" <craigberry@mac.com>
9832 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
9833 Date: Tue, 19 Jun 2001 18:59:01 -0500
9836 ____________________________________________________________________________
9837 [ 10736] By: jhi on 2001/06/19 21:32:29
9838 Log: Subject: [PATCH] s/typos//
9839 From: Abhijit Menon-Sen <ams@wiw.org>
9840 Date: Wed, 20 Jun 2001 02:15:02 +0530
9841 Message-ID: <20010620021502.A14541@lustre.linux.in>
9843 Without the op.h s/bearword/bareword/ hunk, see
9844 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
9847 ____________________________________________________________________________
9848 [ 10735] By: jhi on 2001/06/19 21:26:43
9849 Log: Metaconfig unit change for #10732 and #10733.
9850 Branch: metaconfig/U/perl
9852 ____________________________________________________________________________
9853 [ 10734] By: jhi on 2001/06/19 21:24:41
9854 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
9855 From: "Craig A. Berry" <craigberry@mac.com>
9856 Date: Tue, 19 Jun 2001 17:19:48 -0500
9857 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
9859 ! configure.com vms/descrip_mms.template
9860 ____________________________________________________________________________
9861 [ 10733] By: jhi on 2001/06/19 19:57:44
9862 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
9863 From: Spider Boardman <spider@Orb.Nashua.NH.US>
9864 Date: Tue, 19 Jun 2001 16:48:07 -0400
9865 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
9867 Further fixes to fflush(NULL) detection.
9870 ____________________________________________________________________________
9871 [ 10732] By: jhi on 2001/06/19 19:38:20
9872 Log: AIX test -s hangs with non-existent files?
9873 (A genuine logic bug in Configure, but AIX also broken?)
9876 ____________________________________________________________________________
9877 [ 10731] By: jhi on 2001/06/19 19:17:35
9878 Log: AUTHORS updates.
9881 ____________________________________________________________________________
9882 [ 10730] By: jhi on 2001/06/19 19:03:07
9883 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
9884 From: Spider Boardman <spider@Orb.Nashua.NH.US>
9885 Date: Tue, 19 Jun 2001 15:33:25 -0400
9886 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
9888 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
9890 ____________________________________________________________________________
9891 [ 10729] By: jhi on 2001/06/19 18:34:10
9892 Log: Integrate perlio.
9894 !> lib/File/Find/find.t win32/distclean.bat
9895 ____________________________________________________________________________
9896 [ 10728] By: nick on 2001/06/19 18:24:53
9897 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
9899 ! lib/File/Find/find.t win32/distclean.bat
9900 ____________________________________________________________________________
9901 [ 10727] By: jhi on 2001/06/19 18:07:31
9902 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
9903 also add information how to find out whether one has PerlIO.
9906 ____________________________________________________________________________
9907 [ 10726] By: jhi on 2001/06/19 17:59:30
9908 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
9909 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9910 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
9911 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
9914 ____________________________________________________________________________
9915 [ 10725] By: jhi on 2001/06/19 17:28:30
9916 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
9917 From: Hugo <hv@crypt.compulink.co.uk>
9918 Date: Tue, 19 Jun 2001 12:37:30 +0100
9919 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
9922 ____________________________________________________________________________
9923 [ 10724] By: jhi on 2001/06/19 17:22:20
9924 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
9925 From: Hugo <hv@crypt.compulink.co.uk>
9926 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
9927 Date: Tue, 19 Jun 2001 13:15:17 +0100
9930 ____________________________________________________________________________
9931 [ 10723] By: nick on 2001/06/19 14:46:15
9932 Log: Integrate mainline
9934 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
9935 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
9936 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
9937 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
9938 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
9939 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9940 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9941 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9942 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9943 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9944 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9945 - ext/Thread/unsync4.t
9946 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
9947 !> djgpp/config.over djgpp/fixpmain
9948 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
9949 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
9950 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
9951 ____________________________________________________________________________
9952 [ 10722] By: jhi on 2001/06/19 11:55:30
9953 Log: Update Changes.
9955 ! Changes patchlevel.h
9956 ____________________________________________________________________________
9957 [ 10721] By: jhi on 2001/06/19 11:29:34
9958 Log: The existence shall be MANIFESted.
9961 ____________________________________________________________________________
9962 [ 10720] By: jhi on 2001/06/19 10:58:09
9963 Log: The old libnet.cfg is first searched from the current directory,
9964 only then from the module path.
9966 ! utils/libnetcfg.PL
9967 ____________________________________________________________________________
9968 [ 10719] By: jhi on 2001/06/19 10:55:59
9969 Log: NetWare tweaks from Guruprasad.
9971 ! NetWare/Makefile NetWare/config.wc
9972 ____________________________________________________________________________
9973 [ 10718] By: jhi on 2001/06/19 10:54:22
9974 Log: Subject: [PATCH] djgpp updates
9975 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9976 Date: Tue, 19 Jun 2001 10:59:06 +0200
9977 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
9979 ! djgpp/config.over djgpp/fixpmain
9980 ____________________________________________________________________________
9981 [ 10717] By: jhi on 2001/06/19 10:53:20
9982 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
9983 From: Prymmer/Kahn <pvhp@best.com>
9984 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
9985 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
9988 ____________________________________________________________________________
9989 [ 10716] By: jhi on 2001/06/19 10:52:25
9990 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
9991 to happen right after the inclusion of <inttypes.h>,
9995 ____________________________________________________________________________
9996 [ 10715] By: jhi on 2001/06/19 10:49:21
9997 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
9998 From: Doug MacEachern <dougm@covalent.net>
9999 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
10000 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
10002 ! ext/DynaLoader/DynaLoader_pm.PL
10003 ____________________________________________________________________________
10004 [ 10714] By: jhi on 2001/06/19 10:48:19
10005 Log: Revert #10656 for perfomance reasons but leave in the
10006 use of Hv*() macros -- in comments, so that grepping the
10007 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
10008 suggested by Sarathy, also by Abhijit.)
10011 ____________________________________________________________________________
10012 [ 10713] By: jhi on 2001/06/19 10:46:08
10013 Log: Subject: [patch] .s MakeMaker suffix
10014 From: Doug MacEachern <dougm@covalent.net>
10015 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
10016 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
10018 ! lib/ExtUtils/MM_Unix.pm
10019 ____________________________________________________________________________
10020 [ 10712] By: jhi on 2001/06/19 10:34:35
10021 Log: One test lost in the big shuffle restored.
10023 + ext/IPC/SysV/ipcsysv.t
10024 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
10025 ____________________________________________________________________________
10026 [ 10711] By: jhi on 2001/06/19 10:25:46
10027 Log: Rename the old non-standard threads tests so that
10028 they won't be invoked.
10030 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
10031 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
10032 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
10033 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
10034 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
10035 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
10036 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
10037 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
10038 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
10039 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
10040 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
10041 - ext/Thread/unsync4.t
10043 ____________________________________________________________________________
10044 [ 10710] By: jhi on 2001/06/19 10:18:41
10045 Log: Integrate perlio.
10047 !> win32/config_sh.PL
10048 ____________________________________________________________________________
10049 [ 10709] By: nick on 2001/06/19 08:18:18
10050 Log: Integrate mainline
10052 +> (branch 40 files)
10053 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
10054 - lib/strict/subs lib/strict/vars lib/warnings/1global
10055 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
10056 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
10057 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
10058 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
10059 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
10060 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
10061 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
10062 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
10063 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
10064 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
10065 - lib/warnings/utf8 lib/warnings/util
10066 !> (integrate 57 files)
10067 ____________________________________________________________________________
10068 [ 10708] By: nick on 2001/06/19 07:57:10
10069 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
10071 ! win32/config_sh.PL
10072 ____________________________________________________________________________
10073 [ 10707] By: nick on 2001/06/19 07:05:07
10074 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
10076 ! perly.c perly.y perly_c.diff vms/perly_c.vms
10077 ____________________________________________________________________________
10078 [ 10706] By: jhi on 2001/06/19 02:58:26
10079 Log: More perl572delta tweaks.
10081 ! pod/perl572delta.pod
10082 ____________________________________________________________________________
10083 [ 10705] By: jhi on 2001/06/19 01:53:40
10084 Log: Update perl572delta.
10086 ! pod/perl572delta.pod
10087 ____________________________________________________________________________
10088 [ 10704] By: jhi on 2001/06/19 01:28:40
10089 Log: VOS updates from Paul Green.
10091 ! vos/Changes vos/build.cm vos/perl.bind
10092 ____________________________________________________________________________
10093 [ 10703] By: jhi on 2001/06/19 01:03:53
10094 Log: Update the vos/config.*.* files.
10096 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10098 ____________________________________________________________________________
10099 [ 10702] By: jhi on 2001/06/19 01:03:32
10100 Log: Add a makefile for more painless adding of symbols to the
10101 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
10102 takes care of the adding)
10105 ____________________________________________________________________________
10106 [ 10701] By: jhi on 2001/06/19 00:51:44
10107 Log: Make libnetcfg by default display the libnet configuration,
10108 -c to change, add -i for old config, document all options,
10111 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
10112 ____________________________________________________________________________
10113 [ 10700] By: jhi on 2001/06/18 23:45:12
10114 Log: gcc -Wall sweep.
10116 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
10117 ____________________________________________________________________________
10118 [ 10699] By: jhi on 2001/06/18 23:19:53
10122 ____________________________________________________________________________
10123 [ 10698] By: jhi on 2001/06/18 23:10:22
10124 Log: Document the need for sv_printify().
10126 Document that 'use utf8' has been considered.
10128 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
10130 ! pod/perltodo.pod universal.c
10131 ____________________________________________________________________________
10132 [ 10697] By: jhi on 2001/06/18 22:50:53
10133 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
10134 From: Nicholas Clark <nick@ccl4.org>
10135 Date: Mon, 18 Jun 2001 23:29:23 +0100
10136 Message-ID: <20010618232923.I98663@plum.flirble.org>
10138 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
10139 ! ext/Sys/Syslog/Makefile.PL
10140 ____________________________________________________________________________
10141 [ 10696] By: jhi on 2001/06/18 22:39:32
10142 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
10143 From: Scott.L.Miller@Compaq.com
10144 Date: Mon, 18 Jun 2001 10:12:27 -0500
10145 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
10147 ! lib/perl5db.pl pod/perldebug.pod
10148 ____________________________________________________________________________
10149 [ 10695] By: jhi on 2001/06/18 22:35:13
10150 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
10151 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10152 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
10153 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
10155 ! lib/Carp/Heavy.pm
10156 ____________________________________________________________________________
10157 [ 10694] By: jhi on 2001/06/18 22:34:06
10158 Log: Subject: [PATCH] Documentation changes for CLONE
10159 From: Artur Bergman <artur@contiller.se>
10160 Date: Mon, 18 Jun 2001 22:06:37 +0200
10161 Message-ID: <B7542BEC.1719%artur@contiller.se>
10163 ! pod/perlmod.pod pod/perlsub.pod
10164 ____________________________________________________________________________
10165 [ 10693] By: jhi on 2001/06/18 22:31:38
10166 Log: Subject: Re: configure.com
10167 From: "Craig A. Berry" <craigberry@mac.com>
10168 Date: Mon, 18 Jun 2001 16:04:38 -0500
10169 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
10172 ____________________________________________________________________________
10173 [ 10692] By: jhi on 2001/06/18 22:30:43
10174 Log: Subject: PL_nullstash + perl_clone()
10175 From: Doug MacEachern <dougm@covalent.net>
10176 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
10177 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
10180 ____________________________________________________________________________
10181 [ 10691] By: jhi on 2001/06/18 22:26:20
10182 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
10183 From: davem@fdgroup.co.uk
10184 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
10185 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
10187 ! embed.pl pod/perlapi.pod
10188 ____________________________________________________________________________
10189 [ 10690] By: jhi on 2001/06/18 22:17:05
10190 Log: More cross-compilation defaults gleaned from -Dcc
10191 if it is CPU-OS-gcc.
10193 ! U/modified/libc.U
10194 Branch: metaconfig/U/perl
10197 ! Configure INSTALL
10198 ____________________________________________________________________________
10199 [ 10689] By: jhi on 2001/06/18 13:59:47
10200 Log: Update Changes.
10202 ! Changes patchlevel.h
10203 ____________________________________________________________________________
10204 [ 10688] By: jhi on 2001/06/18 13:44:18
10205 Log: Subject: [PATCH 5.7.1] sv.c documentation
10206 From: davem@fdgroup.co.uk
10207 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
10208 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
10210 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
10212 ____________________________________________________________________________
10213 [ 10687] By: jhi on 2001/06/18 13:38:03
10214 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
10215 From: "Jon Gunnip" <jongunnip@hotmail.com>
10216 Date: Sun, 17 Jun 2001 18:24:29 -0400
10217 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
10220 ____________________________________________________________________________
10221 [ 10686] By: jhi on 2001/06/18 13:32:13
10222 Log: Move the locale/strict/warnings helper files back
10223 under the t/lib; this way the amount of non-installabled
10224 stuff under lib/ stays smaller.
10226 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
10227 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
10228 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
10229 + t/lib/warnings/5nolint t/lib/warnings/6default
10230 + t/lib/warnings/7fatal t/lib/warnings/8signal
10231 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
10232 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
10233 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
10234 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
10235 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
10236 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
10237 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
10238 + t/lib/warnings/taint t/lib/warnings/toke
10239 + t/lib/warnings/universal t/lib/warnings/utf8
10240 + t/lib/warnings/util
10241 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
10242 - lib/strict/subs lib/strict/vars lib/warnings/1global
10243 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
10244 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
10245 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
10246 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
10247 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
10248 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
10249 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
10250 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
10251 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
10252 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
10253 - lib/warnings/utf8 lib/warnings/util
10254 ! MANIFEST installperl lib/locale.t lib/strict.t
10255 ____________________________________________________________________________
10256 [ 10685] By: jhi on 2001/06/18 13:11:49
10257 Log: Split off the pack/unpack code, from Nicholas Clark.
10260 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
10261 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
10262 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
10263 ____________________________________________________________________________
10264 [ 10684] By: jhi on 2001/06/18 12:25:55
10265 Log: Guard the SysV IPC tests against being invoked in
10266 SysV-IPC-less places.
10268 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
10269 ____________________________________________________________________________
10270 [ 10683] By: nick on 2001/06/18 12:24:42
10271 Log: Integrate mainline (new test scheme now ok on Linux).
10275 ____________________________________________________________________________
10276 [ 10682] By: jhi on 2001/06/18 12:20:50
10277 Log: Add the locale.c and numeric.c to the microperl sources.
10279 ! Makefile.micro win32/Makefile
10280 ____________________________________________________________________________
10281 [ 10681] By: jhi on 2001/06/18 11:57:45
10282 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
10283 From: Abhijit Menon-Sen <ams@wiw.org>
10284 Date: Mon, 18 Jun 2001 14:23:44 +0530
10285 Message-ID: <20010618142344.A13136@lustre.linux.in>
10288 ____________________________________________________________________________
10289 [ 10680] By: jhi on 2001/06/18 11:56:12
10290 Log: Subject: Re: [PATCH] more anonymous stash cleanups
10291 From: Abhijit Menon-Sen <ams@wiw.org>
10292 Date: Mon, 18 Jun 2001 15:50:32 +0530
10293 Message-ID: <20010618155032.A13223@lustre.linux.in>
10295 Plus the comment left in as suggested by NI-S.
10298 ____________________________________________________________________________
10299 [ 10679] By: jhi on 2001/06/18 11:49:27
10300 Log: One missed file.
10303 ____________________________________________________________________________
10304 [ 10678] By: nick on 2001/06/18 08:05:29
10305 Log: Integrate mainline (part2 - the deletes)
10307 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
10308 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
10309 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
10310 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
10311 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
10312 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
10313 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
10314 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
10315 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
10316 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
10317 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
10318 ____________________________________________________________________________
10319 [ 10677] By: nick on 2001/06/18 08:04:44
10320 Log: Integrate mainline (part1)
10322 +> (branch 376 files)
10323 - (delete 219 files)
10324 !> (integrate 151 files)
10325 ____________________________________________________________________________
10326 [ 10676] By: jhi on 2001/06/18 04:17:15
10327 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
10328 No doubt I made some mistakes like missed some files or
10329 misnamed some files. The naming rules were more or less:
10330 (1) if the module is from CPAN, follows its ways, be it
10332 (2) otherwise if there are multiple tests for a module
10334 (3) otherwise if there's only one test put it in Module.t
10335 (4) helper files go to module/ (locale, strict, warnings)
10336 (5) use longer filenames now that we can (but e.g. the
10337 compat-0.6.t and the Text::Balanced test files still
10338 were renamed to be more civil against the 8.3 people)
10339 installperl was updated appropriately not to install the
10340 *.t files or the help files from under lib.
10342 TODO: some helper files still remain under t/ that could
10343 follow their 'masters'. UPDATE: On second thoughts, why
10344 should they. They can continue to live under t/lib, and
10345 in fact the locale/strict/warnings helpers that were moved
10346 could be moved back. This way the amount of non-installable
10347 stuff under lib/ stays smaller.
10350 - (delete 254 files)
10351 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
10352 ____________________________________________________________________________
10353 [ 10675] By: jhi on 2001/06/18 03:15:02
10354 Log: The warning no more comes from util.c, it comes from numeric.c.
10357 ____________________________________________________________________________
10358 [ 10674] By: jhi on 2001/06/18 00:56:22
10359 Log: Subject: Re: anyone good at casting spells?
10360 From: Spider Boardman <spider@Orb.Nashua.NH.US>
10361 Date: Sun, 17 Jun 2001 21:21:04 -0400
10362 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
10364 ! ext/POSIX/POSIX.xs hv.h
10365 ____________________________________________________________________________
10366 [ 10673] By: jhi on 2001/06/17 22:24:53
10367 Log: Protect the (original) thread tests against testing if no 5.005
10368 threads have been configured.
10370 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
10371 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
10372 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
10373 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
10374 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
10375 ! ext/Thread/unsync4.t
10376 ____________________________________________________________________________
10377 [ 10672] By: jhi on 2001/06/17 22:09:28
10378 Log: Try the new test scanning scheme on Text::Abbrev.
10380 + lib/Text/Abbrev.t
10381 - lib/Text/Abbrev/t/abbrev.t
10383 ____________________________________________________________________________
10384 [ 10671] By: jhi on 2001/06/17 22:07:08
10385 Log: Change the scan policy of the *.t and test.pl files,
10386 now the *.t do not need to live in a t/ directory.
10389 ____________________________________________________________________________
10390 [ 10670] By: jhi on 2001/06/17 20:32:35
10391 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
10392 From: Ilmari Karonen <iltzu@sci.fi>
10393 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
10394 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
10397 ____________________________________________________________________________
10398 [ 10669] By: jhi on 2001/06/17 20:30:22
10399 Log: Quench the warnings from Tru64; the HP-UX is still
10400 broken because it really, REALLY, doesn't like the
10401 HvARRAY() being lvalue:
10403 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
10404 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
10407 ____________________________________________________________________________
10408 [ 10668] By: jhi on 2001/06/17 19:13:24
10409 Log: Integrate change #10667 from maintperl:
10411 change#10449 broke the special-case that makes lexicals inside the
10412 eval"" within DB::DB() visible
10415 ____________________________________________________________________________
10416 [ 10667] By: gsar on 2001/06/17 19:08:27
10417 Log: change#10449 broke the special-case that makes lexicals inside the
10418 eval"" within DB::DB() visible
10419 Branch: maint-5.6/perl
10421 ____________________________________________________________________________
10422 [ 10666] By: jhi on 2001/06/17 17:50:07
10423 Log: Still spurious output; indent the code a bit.
10425 TODO1: separate the utility functions like MkDir
10426 into a helper script?
10428 TODO2: I see a lot of repetition in the filepath()
10429 and dirpath() calls.
10431 ! t/lib/filefind.t t/lib/findtaint.t
10432 ____________________________________________________________________________
10433 [ 10665] By: jhi on 2001/06/17 16:59:42
10434 Log: Regen modlib, toc.
10436 ! pod/perlmodlib.pod pod/perltoc.pod
10437 ____________________________________________________________________________
10438 [ 10664] By: jhi on 2001/06/17 16:55:28
10439 Log: Add libnetcfg to perlutil.
10442 ____________________________________________________________________________
10443 [ 10663] By: jhi on 2001/06/17 16:53:29
10444 Log: Initial integration of libnet-1.0703.
10445 The Configure script renamed as libnetcfg, will be
10446 installed along other utilities.
10448 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
10449 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
10450 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
10451 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
10452 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
10453 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
10454 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
10455 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
10456 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
10457 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
10458 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
10459 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10460 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
10461 + utils/libnetcfg.PL
10462 ! MANIFEST utils.lst utils/Makefile
10463 ____________________________________________________________________________
10464 [ 10662] By: jhi on 2001/06/17 15:37:32
10465 Log: Less potentially test-harness-confusing output.
10467 ! lib/Memoize/t/expire_module_t.t
10468 ____________________________________________________________________________
10469 [ 10661] By: jhi on 2001/06/17 15:31:04
10470 Log: The final print annoys make test.
10472 ! t/lib/filefind.t t/lib/findtaint.t
10473 ____________________________________________________________________________
10474 [ 10660] By: jhi on 2001/06/17 14:00:21
10475 Log: Add an option for handling dangling symbolic links.
10477 ! lib/File/Find.pm t/lib/filefind.t
10478 ____________________________________________________________________________
10479 [ 10659] By: jhi on 2001/06/17 13:45:48
10480 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
10481 From: Thomas Wegner <wegner_thomas@yahoo.com>
10482 Date: Sun, 17 Jun 2001 14:43:11 +0200
10483 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
10485 + t/lib/findtaint.t
10486 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
10487 ____________________________________________________________________________
10488 [ 10658] By: jhi on 2001/06/17 13:13:25
10489 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
10490 From: Jonathan Stowe <gellyfish@gellyfish.com>
10491 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
10492 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
10494 ! lib/ExtUtils/MM_Unix.pm
10495 ____________________________________________________________________________
10496 [ 10657] By: jhi on 2001/06/17 13:12:25
10497 Log: Subject: [PATCH] more anonymous stash cleanups
10498 From: Abhijit Menon-Sen <ams@wiw.org>
10499 Date: Sun, 17 Jun 2001 11:44:06 +0530
10500 Message-ID: <20010617114406.A25203@lustre.linux.in>
10503 ____________________________________________________________________________
10504 [ 10656] By: jhi on 2001/06/17 13:11:11
10505 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
10506 From: Abhijit Menon-Sen <ams@wiw.org>
10507 Date: Sun, 17 Jun 2001 08:02:59 +0530
10508 Message-ID: <20010617080259.A28776@lustre.linux.in>
10510 Subject: [PATCH #2/7] xhv_eiter
10511 From: Abhijit Menon-Sen <ams@wiw.org>
10512 Date: Sun, 17 Jun 2001 08:13:18 +0530
10513 Message-ID: <20010617081318.B28776@lustre.linux.in>
10515 Subject: [PATCH #3/7] xhv_fill
10516 From: Abhijit Menon-Sen <ams@wiw.org>
10517 Date: Sun, 17 Jun 2001 08:25:16 +0530
10518 Message-ID: <20010617082516.C28776@lustre.linux.in>
10520 Subject: [PATCH #4/7] xhv_keys
10521 From: Abhijit Menon-Sen <ams@wiw.org>
10522 Date: Sun, 17 Jun 2001 08:36:17 +0530
10523 Message-ID: <20010617083617.D28776@lustre.linux.in>
10525 Subject: [PATCH #5/7] xhv_max
10526 From: Abhijit Menon-Sen <ams@wiw.org>
10527 Date: Sun, 17 Jun 2001 08:39:48 +0530
10528 Message-ID: <20010617083948.E28776@lustre.linux.in>
10530 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
10531 From: Abhijit Menon-Sen <ams@wiw.org>
10532 Date: Sun, 17 Jun 2001 08:51:11 +0530
10533 Message-ID: <20010617085111.F28776@lustre.linux.in>
10536 ____________________________________________________________________________
10537 [ 10655] By: jhi on 2001/06/16 23:32:03
10538 Log: Update Changes.
10540 ! Changes patchlevel.h
10541 ____________________________________________________________________________
10542 [ 10654] By: jhi on 2001/06/16 23:18:37
10543 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
10544 From: Abhijit Menon-Sen <ams@wiw.org>
10545 Date: Sat, 16 Jun 2001 07:41:19 +0530
10546 Message-ID: <20010616074119.A24720@lustre.linux.in>
10548 ! hv.c perl.c vms/vmsish.h win32/win32.h
10549 ____________________________________________________________________________
10550 [ 10653] By: jhi on 2001/06/16 23:15:11
10551 Log: Document tests failing when threaded, since we now have more.
10553 ! pod/perl572delta.pod
10554 ____________________________________________________________________________
10555 [ 10652] By: jhi on 2001/06/16 23:12:19
10556 Log: -Wall cleanup.
10558 ! ext/Thread/Thread.xs
10559 ____________________________________________________________________________
10560 [ 10651] By: jhi on 2001/06/16 23:06:55
10561 Log: pthread_attr_setstacksize() isn't absolutely necessary
10562 to call, only iff THREAD_CREATE_NEEDS_STACK.
10564 ! ext/Thread/Thread.xs
10565 ____________________________________________________________________________
10566 [ 10650] By: jhi on 2001/06/16 22:58:48
10570 ____________________________________________________________________________
10571 [ 10649] By: jhi on 2001/06/16 22:47:40
10572 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
10573 (and INT64_MIN) brokenness.
10575 ! hints/darwin.sh perl.h
10576 ____________________________________________________________________________
10577 [ 10648] By: jhi on 2001/06/16 22:27:48
10578 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
10579 From: Nicholas Clark <nick@ccl4.org>
10580 Date: Sun, 17 Jun 2001 00:16:05 +0100
10581 Message-ID: <20010617001605.V98663@plum.flirble.org>
10583 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
10584 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
10585 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10586 ____________________________________________________________________________
10587 [ 10647] By: jhi on 2001/06/16 22:24:47
10588 Log: Add perlnetware to docs; regen toc; supply skeleton
10589 docs for some Memoize submodules.
10591 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
10592 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10593 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
10594 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
10595 ! win32/Makefile win32/makefile.mk
10596 ____________________________________________________________________________
10597 [ 10646] By: jhi on 2001/06/16 22:06:52
10601 ____________________________________________________________________________
10602 [ 10645] By: jhi on 2001/06/16 21:47:00
10603 Log: Integrate Memoize 0.64. Few tweaks were required in
10604 the test scripts. Note that the speed and expire*
10605 tests take several dozen seconds to run.
10607 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10608 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
10609 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10610 + lib/Memoize/README lib/Memoize/SDBM_File.pm
10611 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
10612 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
10613 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
10614 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
10615 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
10616 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
10617 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
10618 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
10619 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
10620 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
10621 ! MANIFEST t/lib/1_compile.t
10622 ____________________________________________________________________________
10623 [ 10644] By: jhi on 2001/06/16 20:35:49
10624 Log: Document the cross-compilation options.
10626 ! Cross/README INSTALL
10627 ____________________________________________________________________________
10628 [ 10643] By: jhi on 2001/06/16 19:46:38
10629 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
10631 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
10632 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
10633 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
10634 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
10635 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
10636 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
10637 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
10638 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
10639 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
10640 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
10641 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
10642 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
10643 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
10644 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
10645 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
10646 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
10647 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
10648 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
10649 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
10650 + lib/ExtUtils/MM_NW5.pm
10651 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
10652 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
10653 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10654 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
10655 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
10656 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
10657 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
10658 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
10659 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
10660 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
10661 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
10662 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
10663 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
10664 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
10665 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
10666 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
10667 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
10668 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
10669 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
10670 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
10671 ! util.h x2p/a2py.c
10672 ____________________________________________________________________________
10673 [ 10642] By: jhi on 2001/06/16 19:16:04
10674 Log: Resort MANIFEST.
10677 ____________________________________________________________________________
10678 [ 10641] By: jhi on 2001/06/16 18:52:26
10679 Log: Integrate perlio.
10682 !> MANIFEST perlio.c perliol.h win32/makefile.mk
10683 ____________________________________________________________________________
10684 [ 10640] By: nick on 2001/06/16 18:38:31
10685 Log: Disable :win32 layer as default till I get it working
10687 ! MANIFEST perlio.c
10688 ____________________________________________________________________________
10689 [ 10639] By: jhi on 2001/06/16 18:35:46
10690 Log: Try the new scheme by moving the Text::Abbrev test
10691 to a new place under lib.
10693 + lib/Text/Abbrev/t/abbrev.t
10696 ____________________________________________________________________________
10697 [ 10638] By: jhi on 2001/06/16 18:34:30
10698 Log: Make the code even more dynamical so that testname
10699 suffix length can change.
10701 ! lib/Test/Harness.pm t/TEST
10702 ____________________________________________________________________________
10703 [ 10637] By: jhi on 2001/06/16 18:16:28
10704 Log: Allow for deeper t/ and also a single test.pl.
10707 ____________________________________________________________________________
10708 [ 10636] By: jhi on 2001/06/16 18:13:59
10709 Log: #define fix from Nicholas Clark.
10711 ! ext/POSIX/POSIX.xs
10712 ____________________________________________________________________________
10713 [ 10635] By: jhi on 2001/06/16 17:50:43
10714 Log: Initialization is nice.
10716 ! lib/Test/Harness.pm
10717 ____________________________________________________________________________
10718 [ 10634] By: jhi on 2001/06/16 17:38:53
10719 Log: Make t/TEST and t/harness to test also the t/ tests
10720 under the main lib/ and ext/ directories. Fix Test::Harness
10721 to dynamically change the width of its "foo/bar....ok" output.
10723 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
10724 ____________________________________________________________________________
10725 [ 10633] By: jhi on 2001/06/16 16:58:57
10726 Log: Subject: [PATCH] Re: perl@10611
10727 From: Nicholas Clark <nick@ccl4.org>
10728 Date: Sat, 16 Jun 2001 16:52:47 +0100
10729 Message-ID: <20010616165247.O98663@plum.flirble.org>
10731 The .xs parts, too.
10733 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
10734 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
10735 ____________________________________________________________________________
10736 [ 10632] By: nick on 2001/06/16 16:44:35
10737 Log: Work-in-progress win32 layer semi-functional, checking
10740 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
10741 ____________________________________________________________________________
10742 [ 10631] By: jhi on 2001/06/16 16:40:30
10743 Log: Subject: [PATCH] Re: perl@10611
10744 From: Nicholas Clark <nick@ccl4.org>
10745 Date: Sat, 16 Jun 2001 16:52:47 +0100
10746 Message-ID: <20010616165247.O98663@plum.flirble.org>
10748 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
10749 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
10750 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
10751 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
10752 ! lib/ExtUtils/Constant.pm
10753 ____________________________________________________________________________
10754 [ 10630] By: jhi on 2001/06/16 15:11:38
10755 Log: Metaconfig unit change for #10629.
10757 ! U/modified/Finish.U
10758 ____________________________________________________________________________
10759 [ 10629] By: jhi on 2001/06/16 15:11:10
10760 Log: The extraction changed directories.
10763 ____________________________________________________________________________
10764 [ 10628] By: jhi on 2001/06/16 14:59:38
10765 Log: Math::BigInt 1.35 from Tels.
10768 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10769 ! t/lib/bigfltpm.t t/lib/bigintpm.t
10770 ____________________________________________________________________________
10771 [ 10627] By: nick on 2001/06/16 14:54:52
10772 Log: Work in progress UNIX-side edit of win32 PerLIO layer
10775 ! perlio.c win32/makefile.mk
10776 ____________________________________________________________________________
10777 [ 10626] By: jhi on 2001/06/16 14:01:50
10778 Log: Subject: [PATCH 5.6.1] os2/diff-configure
10779 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10780 Date: Fri, 15 Jun 2001 01:19:36 -0400
10781 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
10783 Empty all of it because I think #10624 made even the
10784 last patch hunk unnecessary.
10786 ! os2/diff.configure
10787 ____________________________________________________________________________
10788 [ 10625] By: jhi on 2001/06/16 13:58:34
10789 Log: Metaconfig unit change for 10624.
10791 ! U/modified/libc.U
10794 ____________________________________________________________________________
10795 [ 10624] By: jhi on 2001/06/16 13:58:13
10796 Log: Move the initialization of libnames to the beginning so
10797 that can one 'seed' it (as OS/2 does.)
10800 ____________________________________________________________________________
10801 [ 10623] By: jhi on 2001/06/16 13:47:54
10802 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
10803 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10804 Date: Fri, 15 Jun 2001 19:10:57 -0400
10805 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
10807 ! os2/OS2/REXX/DLL/DLL.pm
10808 ____________________________________________________________________________
10809 [ 10622] By: jhi on 2001/06/16 13:29:42
10810 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
10811 From: "Craig A. Berry" <craigberry@mac.com>
10812 Date: Fri, 15 Jun 2001 17:00:03 -0500
10813 Message-Id: <a05101007b750342599be@[172.16.52.1]>
10815 ! vms/descrip_mms.template
10816 ____________________________________________________________________________
10817 [ 10621] By: jhi on 2001/06/16 13:28:37
10818 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
10819 From: "Craig A. Berry" <craigberry@mac.com>
10820 Date: Fri, 15 Jun 2001 18:39:42 -0500
10821 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
10823 ! lib/File/Spec/VMS.pm t/lib/extutils.t
10824 ____________________________________________________________________________
10825 [ 10620] By: jhi on 2001/06/16 13:25:06
10826 Log: Integrate perlio.
10828 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
10829 !> t/io/utf8.t t/lib/io_scalar.t
10830 ____________________________________________________________________________
10831 [ 10619] By: nick on 2001/06/15 21:05:19
10832 Log: Generated files
10835 ____________________________________________________________________________
10836 [ 10618] By: nick on 2001/06/15 20:27:42
10837 Log: Fix open.pm to work via XS-implemented method calls rather
10838 than *open::layers variables which caused all the HV/AV hassle.
10840 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
10841 ! t/lib/io_scalar.t
10842 ____________________________________________________________________________
10843 [ 10617] By: jhi on 2001/06/15 18:50:53
10844 Log: Integrate perlio.
10846 !> lib/ExtUtils/Constant.pm
10847 ____________________________________________________________________________
10848 [ 10616] By: nick on 2001/06/15 18:46:47
10849 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
10851 ! lib/ExtUtils/Constant.pm
10852 ____________________________________________________________________________
10853 [ 10615] By: jhi on 2001/06/15 18:36:43
10854 Log: Integrate perlio.
10856 !> ext/Socket/Socket.xs
10857 ____________________________________________________________________________
10858 [ 10614] By: nick on 2001/06/15 18:33:37
10859 Log: MULTIPLICITY fix for Socket.xs
10861 ! ext/Socket/Socket.xs
10862 ____________________________________________________________________________
10863 [ 10613] By: jhi on 2001/06/15 16:34:06
10864 Log: Subject: Re: perl@10611
10865 From: Doug MacEachern <dougm@covalent.net>
10866 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
10867 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
10869 ! ext/Socket/Socket.xs
10870 ____________________________________________________________________________
10871 [ 10612] By: nick on 2001/06/15 16:14:38
10872 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
10874 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10875 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
10876 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
10877 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
10878 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
10880 ____________________________________________________________________________
10881 [ 10611] By: jhi on 2001/06/15 14:29:04
10882 Log: Update Changes.
10884 ! Changes patchlevel.h
10885 ____________________________________________________________________________
10886 [ 10610] By: jhi on 2001/06/15 14:20:33
10887 Log: Upping the test count.
10890 ____________________________________________________________________________
10891 [ 10609] By: jhi on 2001/06/15 14:13:29
10892 Log: Integrate perlio.
10894 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10895 ____________________________________________________________________________
10896 [ 10608] By: jhi on 2001/06/15 14:12:31
10897 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10898 From: andreas.koenig@anima.de (Andreas J. Koenig)
10899 Date: 15 Jun 2001 13:30:39 +0200
10900 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
10902 Record the grim history.
10905 ____________________________________________________________________________
10906 [ 10607] By: jhi on 2001/06/15 14:08:19
10907 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10908 From: Brian McCauley <nobull@mail.com>
10909 Date: 15 Jun 2001 07:51:26 +0100
10910 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
10912 ! lib/File/Find.pm t/lib/filefind.t
10913 ____________________________________________________________________________
10914 [ 10606] By: nick on 2001/06/15 14:00:08
10915 Log: regen_config_h for Win32.
10917 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10918 ____________________________________________________________________________
10919 [ 10605] By: jhi on 2001/06/15 13:49:55
10920 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
10921 From: Peter Prymmer <pvhp@forte.com>
10922 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
10923 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
10925 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
10926 ____________________________________________________________________________
10927 [ 10604] By: jhi on 2001/06/15 13:45:03
10928 Log: Some filesystems require writability for rename/unlink.
10931 ____________________________________________________________________________
10932 [ 10603] By: jhi on 2001/06/15 13:41:34
10933 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
10934 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10935 Date: Fri, 15 Jun 2001 12:08:53 +0200
10936 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
10939 ____________________________________________________________________________
10940 [ 10602] By: jhi on 2001/06/15 13:27:04
10941 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
10942 From: Mike Guy <mjtg@cam.ac.uk>
10943 Date: Fri, 15 Jun 2001 14:11:49 +0100
10944 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
10947 ____________________________________________________________________________
10948 [ 10601] By: jhi on 2001/06/15 13:21:18
10949 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
10950 From: Nicholas Clark <nick@ccl4.org>
10951 Date: Thu, 14 Jun 2001 23:52:56 +0100
10952 Message-ID: <20010614235256.G98663@plum.flirble.org>
10954 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10955 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10956 ____________________________________________________________________________
10957 [ 10600] By: jhi on 2001/06/15 13:16:56
10958 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10959 From: Russ Allbery <rra@stanford.edu>
10960 Date: 14 Jun 2001 13:24:43 -0700
10961 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
10963 ! ext/GDBM_File/GDBM_File.pm
10964 ____________________________________________________________________________
10965 [ 10599] By: jhi on 2001/06/15 13:15:26
10966 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10967 From: Nicholas Clark <nick@ccl4.org>
10968 Date: Thu, 14 Jun 2001 20:37:47 +0100
10969 Message-ID: <20010614203747.F98663@plum.flirble.org>
10971 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10973 ____________________________________________________________________________
10974 [ 10598] By: jhi on 2001/06/15 13:13:13
10975 Log: Integrate perlio.
10978 ____________________________________________________________________________
10979 [ 10597] By: nick on 2001/06/15 11:08:13
10980 Log: Check that HVs with HvNAME() != NULL are really stashes before
10981 treating them as such. Also be more defensive on the GvCV.
10982 Win32 fork and dprof now working again.
10985 ____________________________________________________________________________
10986 [ 10596] By: nick on 2001/06/15 10:11:20
10987 Log: Integrate mainline.
10990 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
10991 !> Porting/config_H config_h.SH configure.com epoc/config.sh
10992 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
10993 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10994 !> vos/config.ga.h win32/config.bc win32/config.gc
10995 !> win32/config.vc win32/config_H.bc win32/config_H.gc
10996 !> win32/config_H.vc
10997 ____________________________________________________________________________
10998 [ 10595] By: nick on 2001/06/15 09:37:17
10999 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
11000 - Win32 (VC++) now builds but fails:
11001 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
11002 fork.t - No &___ENV_HV_NAME___::CLONE method ???
11003 write.t - open(...,"|-") not implemented on Win32
11006 ____________________________________________________________________________
11007 [ 10594] By: jhi on 2001/06/15 00:17:16
11008 Log: Integrate perlio.
11010 !> perlio.c win32/makefile.mk
11011 ____________________________________________________________________________
11012 [ 10593] By: jhi on 2001/06/15 00:16:44
11013 Log: Metaconfig unit changes for #10592.
11015 + U/modified/i_varhdr.U U/modified/startsh.U
11016 - U/a_dvisory/crosscompile.U U/target/Target.U
11017 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
11018 ! U/compline/bitpbyte.U U/compline/byteorder.U
11019 ! U/compline/ccflags.U U/compline/charsize.U
11020 ! U/compline/d_casti32.U U/compline/d_castneg.U
11021 ! U/compline/d_closedir.U U/compline/d_fd_set.U
11022 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
11023 ! U/compline/d_keepsig.U U/compline/d_open3.U
11024 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
11025 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
11026 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
11027 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
11028 ! U/compline/doublesize.U U/compline/floatsize.U
11029 ! U/compline/nblock_io.U U/compline/orderlib.U
11030 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
11031 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
11032 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
11033 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
11034 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
11035 ! U/modified/spitshell.U U/threads/archname.U
11036 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
11037 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
11038 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
11039 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
11040 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
11041 Branch: metaconfig/U/perl
11043 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
11044 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
11045 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
11046 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
11047 ! stdio_streams.U uselfs.U
11048 ____________________________________________________________________________
11049 [ 10592] By: jhi on 2001/06/15 00:15:52
11050 Log: The first steps towards cross-compilation.
11052 Abstract execution of compiled test executables with $run,
11053 and abstract transfer of files with $to and $from.
11055 Under cross-compilation the $run, $to, and $from will point
11056 to appropriate wrapper scripts, by default ssh and scp,
11057 but also rsh, rcp, and cp are supported. If not
11058 cross-compiling, they will be set to '', ':', and ':',
11061 With these patches I was able to get Configure for
11062 iPAQ ARM Linux on an Intel Linux about 95% right
11063 (only a few tests failed to execute or they produced
11064 incorrect results), and I was able to compile
11065 a functional miniperl.
11067 The symbol crosscompile renamed to be usecrosscompile,
11068 the corresponding C symbol from CROSSCOMPILE to
11071 ! Configure Cross/README Makefile.SH Porting/Glossary
11072 ! Porting/config.sh Porting/config_H config_h.SH configure.com
11073 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
11074 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11075 ! vos/config.ga.def vos/config.ga.h win32/config.bc
11076 ! win32/config.gc win32/config.vc win32/config_H.bc
11077 ! win32/config_H.gc win32/config_H.vc
11078 ____________________________________________________________________________
11079 [ 10591] By: nick on 2001/06/14 20:00:12
11080 Log: Steps along the road toward Win32 building again.
11082 ! perlio.c win32/makefile.mk
11083 ____________________________________________________________________________
11084 [ 10590] By: jhi on 2001/06/14 16:11:11
11085 Log: Integrate perlio.
11087 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11088 ____________________________________________________________________________
11089 [ 10589] By: nick on 2001/06/14 13:54:07
11090 Log: Routine regen_config_h for Win32
11092 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11093 ____________________________________________________________________________
11094 [ 10588] By: jhi on 2001/06/14 12:30:46
11095 Log: Integrate perlio.
11098 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
11099 ____________________________________________________________________________
11100 [ 10587] By: jhi on 2001/06/14 12:23:24
11101 Log: A placeholder.
11104 ____________________________________________________________________________
11105 [ 10586] By: nick on 2001/06/14 08:25:07
11106 Log: Add new step to run_byacc which:
11107 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
11108 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
11111 ! MANIFEST Makefile.SH perly.c
11112 ____________________________________________________________________________
11113 [ 10585] By: nick on 2001/06/14 08:22:29
11114 Log: Integrate mainline
11116 +> locale.c numeric.c
11117 !> Changes cygwin/Makefile.SHs embed.h embed.pl
11118 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
11119 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
11120 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
11122 ____________________________________________________________________________
11123 [ 10584] By: nick on 2001/06/14 08:05:53
11124 Log: Hack to remove insecure directories from PATH so test will run.
11127 ____________________________________________________________________________
11128 [ 10583] By: jhi on 2001/06/14 03:11:16
11129 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
11133 ____________________________________________________________________________
11134 [ 10582] By: jhi on 2001/06/14 03:04:51
11138 ____________________________________________________________________________
11139 [ 10581] By: jhi on 2001/06/14 03:03:14
11140 Log: de-$CONFIG continues.
11142 ! cygwin/Makefile.SHs x2p/Makefile.SH
11143 ____________________________________________________________________________
11144 [ 10580] By: jhi on 2001/06/13 23:56:59
11145 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
11146 From: Nicholas Clark <nick@ccl4.org>
11147 Date: Wed, 13 Jun 2001 21:20:13 +0100
11148 Message-ID: <20010613212013.D98663@plum.flirble.org>
11151 ____________________________________________________________________________
11152 [ 10579] By: jhi on 2001/06/13 23:55:29
11153 Log: Subject: splitting util.c
11154 From: Hugo <hv@crypt.compulink.co.uk>
11155 Date: Thu, 14 Jun 2001 00:41:08 +0100
11156 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
11158 + locale.c numeric.c
11159 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
11160 ! pod/perlapi.pod proto.h util.c
11161 ____________________________________________________________________________
11162 [ 10578] By: jhi on 2001/06/13 23:45:11
11163 Log: Upgrade to Math::BigInt 1.34 from Tels.
11166 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11167 ! t/lib/bigfltpm.t t/lib/bigintpm.t
11168 ____________________________________________________________________________
11169 [ 10577] By: nick on 2001/06/13 19:02:48
11170 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
11172 !> (integrate 125 files)
11173 ____________________________________________________________________________
11174 [ 10576] By: jhi on 2001/06/13 18:10:01
11175 Log: Update Changes.
11177 ! Changes patchlevel.h
11178 ____________________________________________________________________________
11179 [ 10575] By: jhi on 2001/06/13 18:05:09
11180 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
11181 From: "Craig A. Berry" <craigberry@mac.com>
11182 Date: Wed, 13 Jun 2001 13:24:28 -0500
11183 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
11185 ! ext/re/Makefile.PL
11186 ____________________________________________________________________________
11187 [ 10574] By: jhi on 2001/06/13 17:34:36
11188 Log: Mc.u.c. for #10573.
11190 ! U/threads/usethreads.U
11191 ____________________________________________________________________________
11192 [ 10573] By: jhi on 2001/06/13 17:34:00
11193 Log: It would be also be good if I could type.
11196 ____________________________________________________________________________
11197 [ 10572] By: jhi on 2001/06/13 17:26:29
11198 Log: Metaconfig unit change for #10571.
11200 ! U/threads/usethreads.U
11201 ____________________________________________________________________________
11202 [ 10571] By: jhi on 2001/06/13 17:26:05
11203 Log: A non-empty default is a good thing.
11206 ____________________________________________________________________________
11207 [ 10570] By: jhi on 2001/06/13 17:15:16
11208 Log: Metaconfig unit change for #10569.
11210 ! U/threads/usethreads.U
11211 ____________________________________________________________________________
11212 [ 10569] By: jhi on 2001/06/13 17:14:17
11213 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
11214 extremely experimental, not even prompted for.
11216 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11217 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
11218 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11219 ! win32/config.bc win32/config.gc win32/config.vc
11220 ____________________________________________________________________________
11221 [ 10568] By: jhi on 2001/06/13 16:22:27
11222 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
11225 ____________________________________________________________________________
11226 [ 10567] By: jhi on 2001/06/13 16:20:23
11227 Log: Integrate perlio; conflicts, accept Nick's versions.
11229 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11230 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
11231 ____________________________________________________________________________
11232 [ 10566] By: jhi on 2001/06/13 16:17:42
11233 Log: Subject: Re: ext/ + -Wall
11234 From: Doug MacEachern <dougm@covalent.net>
11235 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
11236 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
11238 ! XSUB.h lib/ExtUtils/xsubpp perl.h
11239 ____________________________________________________________________________
11240 [ 10565] By: jhi on 2001/06/13 16:16:07
11241 Log: Similar logic as DB_File.xs, using the modern macros and
11242 defines them to older ones for older Perls where PERL_VERSION
11243 is not defined, from Doug MacEachern.
11245 ! ext/Storable/Storable.xs
11246 ____________________________________________________________________________
11247 [ 10564] By: nick on 2001/06/13 15:22:01
11248 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
11249 and using that instead (name lookups are sequential search for now).
11251 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11252 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
11253 ____________________________________________________________________________
11254 [ 10563] By: jhi on 2001/06/13 14:07:43
11255 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
11256 From: "Richard Soderberg" <rs@crystalflame.net>
11257 Date: Sat, 26 May 2001 06:44:20 -0700
11258 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
11261 ____________________________________________________________________________
11262 [ 10562] By: jhi on 2001/06/13 13:55:10
11263 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
11264 From: "Craig A. Berry" <craigberry@mac.com>
11265 Date: Tue, 12 Jun 2001 23:55:26 -0500
11266 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
11268 ! ext/re/Makefile.PL ext/re/re.xs
11269 ____________________________________________________________________________
11270 [ 10561] By: jhi on 2001/06/13 13:44:58
11271 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
11274 ! XSUB.h malloc.c perl.h
11275 ____________________________________________________________________________
11276 [ 10560] By: jhi on 2001/06/13 13:35:42
11280 ____________________________________________________________________________
11281 [ 10559] By: jhi on 2001/06/13 12:53:18
11282 Log: Subject: [patch] perl.gprof control
11283 From: Doug MacEachern <dougm@covalent.net>
11284 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
11285 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
11287 ! miniperlmain.c perl.h
11288 ____________________________________________________________________________
11289 [ 10558] By: jhi on 2001/06/13 12:51:47
11290 Log: Subject: Re: ext/ + -Wall
11291 From: Doug MacEachern <dougm@covalent.net>
11292 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
11293 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
11295 Document ax and break up dXSARGS.
11297 ! XSUB.h pod/perlapi.pod
11298 ____________________________________________________________________________
11299 [ 10557] By: jhi on 2001/06/13 12:39:55
11300 Log: More AIX tweakage from Merijn.
11303 ____________________________________________________________________________
11304 [ 10556] By: jhi on 2001/06/13 03:26:58
11305 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
11306 From: "Craig A. Berry" <craigberry@mac.com>
11307 Date: Tue, 12 Jun 2001 22:57:45 -0500
11308 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
11310 ! vms/descrip_mms.template
11311 ____________________________________________________________________________
11312 [ 10555] By: jhi on 2001/06/13 02:50:43
11313 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
11314 From: "Craig A. Berry" <craigberry@mac.com>
11315 Date: Tue, 12 Jun 2001 22:21:39 -0500
11316 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
11318 ! configure.com util.c
11319 ____________________________________________________________________________
11320 [ 10554] By: jhi on 2001/06/13 02:23:16
11321 Log: New AIX dynaloading code from Jens-Uwe Mager.
11322 Does break binary compatibility.
11324 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11325 ____________________________________________________________________________
11326 [ 10553] By: jhi on 2001/06/13 02:10:16
11327 Log: VMS DEC C compiler found nits by Peter Prymmer.
11330 ____________________________________________________________________________
11331 [ 10552] By: jhi on 2001/06/13 01:36:12
11332 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
11333 From: Peter Prymmer <pvhp@forte.com>
11334 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
11335 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
11338 ____________________________________________________________________________
11339 [ 10551] By: jhi on 2001/06/13 01:26:53
11340 Log: I wonder how many $CONFIGs still lurk in the shadows.
11342 ! pod/Makefile.SH x2p/cflags.SH
11343 ____________________________________________________________________________
11344 [ 10550] By: jhi on 2001/06/13 01:25:12
11345 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
11348 ____________________________________________________________________________
11349 [ 10549] By: jhi on 2001/06/13 01:05:28
11350 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
11352 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
11353 ____________________________________________________________________________
11354 [ 10548] By: jhi on 2001/06/13 00:41:28
11355 Log: Subject: [patch] rid local_patches warnings
11356 From: Doug MacEachern <dougm@covalent.net>
11357 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
11358 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
11360 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
11361 ____________________________________________________________________________
11362 [ 10547] By: jhi on 2001/06/13 00:40:29
11363 Log: Subject: Re: ext/ + -Wall
11364 From: Doug MacEachern <dougm@covalent.net>
11365 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
11366 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
11368 ! ext/attrs/attrs.xs
11369 ____________________________________________________________________________
11370 [ 10546] By: jhi on 2001/06/13 00:39:06
11371 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
11372 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11373 Date: Tue, 12 Jun 2001 14:36:20 -0400
11374 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
11376 ! pod/perlretut.pod
11377 ____________________________________________________________________________
11378 [ 10545] By: jhi on 2001/06/13 00:38:02
11379 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
11380 From: Mike Guy <mjtg@cam.ac.uk>
11381 Date: Tue, 12 Jun 2001 19:10:31 +0100
11382 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
11384 Subject: Re: [ID 20010612.001] out of memory during regex compilation
11385 From: Mike Guy <mjtg@cam.ac.uk>
11386 Date: Tue, 12 Jun 2001 19:21:01 +0100
11387 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
11390 ____________________________________________________________________________
11391 [ 10544] By: jhi on 2001/06/13 00:34:39
11392 Log: AIX tweaks from Merijn H. Brand.
11395 ____________________________________________________________________________
11396 [ 10543] By: jhi on 2001/06/13 00:11:42
11397 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
11398 From: "Brendan O'Dea" <bod@compusol.com.au>
11399 Date: Wed, 13 Jun 2001 05:16:47 +1000
11400 Message-ID: <20010613051647.A8945@compusol.com.au>
11401 Branch: maint-5.6/perl
11402 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11403 ____________________________________________________________________________
11404 [ 10542] By: jhi on 2001/06/13 00:07:50
11405 Log: Subject: Small bcopy cleanup
11406 From: Andy Dougherty <doughera@lafayette.edu>
11407 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
11408 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
11410 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
11411 ____________________________________________________________________________
11412 [ 10541] By: jhi on 2001/06/13 00:05:18
11413 Log: Subject: [PATCH] Re: ext/ + -Wall
11414 From: Nicholas Clark <nick@ccl4.org>
11415 Date: Wed, 13 Jun 2001 00:04:30 +0100
11416 Message-ID: <20010613000430.M5901@plum.flirble.org>
11418 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11419 ____________________________________________________________________________
11420 [ 10540] By: jhi on 2001/06/13 00:02:25
11421 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
11422 From: Nicholas Clark <nick@ccl4.org>
11423 Date: Tue, 12 Jun 2001 23:53:07 +0100
11424 Message-ID: <20010612235307.L5901@plum.flirble.org>
11426 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11427 ____________________________________________________________________________
11428 [ 10539] By: jhi on 2001/06/12 23:59:10
11429 Log: MPE/iX tweaks from Mark Bixby.
11431 ! hints/mpeix.sh mpeix/mpeixish.h util.c
11432 ____________________________________________________________________________
11433 [ 10538] By: jhi on 2001/06/12 14:16:15
11434 Log: Update Changes.
11436 ! Changes patchlevel.h
11437 ____________________________________________________________________________
11438 [ 10537] By: jhi on 2001/06/12 14:11:26
11439 Log: One less -Wall whine (found under DEBUGGING).
11441 ! x2p/Makefile.SH x2p/a2p.c
11442 ____________________________________________________________________________
11443 [ 10536] By: jhi on 2001/06/12 13:32:09
11444 Log: s/case-independent/case-insensitive/g
11446 ! pod/perldebug.pod
11447 ____________________________________________________________________________
11448 [ 10535] By: jhi on 2001/06/12 13:27:28
11449 Log: As suggested in
11451 Subject: Re: ext/ + -Wall
11452 From: Gurusamy Sarathy <gsar@ActiveState.com>
11453 Date: Mon, 11 Jun 2001 23:34:31 -0700
11454 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
11456 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
11458 ____________________________________________________________________________
11459 [ 10534] By: jhi on 2001/06/12 13:13:27
11460 Log: Subject: ext/ + -Wall
11461 From: Doug MacEachern <dougm@covalent.net>
11462 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
11463 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
11465 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
11466 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
11467 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
11468 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
11469 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
11470 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
11471 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
11472 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
11473 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
11474 ! lib/ExtUtils/xsubpp
11475 ____________________________________________________________________________
11476 [ 10533] By: jhi on 2001/06/12 12:52:57
11477 Log: Subject: [PATCH] anonymous stashes
11478 From: Abhijit Menon-Sen <ams@wiw.org>
11479 Date: Tue, 12 Jun 2001 12:47:04 +0530
11480 Message-ID: <20010612124704.A29029@lustre.linux.in>
11482 ! dump.c gv.c sv.c xsutils.c
11483 ____________________________________________________________________________
11484 [ 10532] By: jhi on 2001/06/12 12:37:36
11485 Log: One more test for $^S.
11488 ____________________________________________________________________________
11489 [ 10531] By: jhi on 2001/06/12 12:35:02
11490 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
11491 From: Abhijit Menon-Sen <ams@wiw.org>
11492 Date: Tue, 12 Jun 2001 17:35:55 +0530
11493 Message-ID: <20010612173555.A32426@lustre.linux.in>
11495 ! mg.c t/op/magic.t
11496 ____________________________________________________________________________
11497 [ 10530] By: jhi on 2001/06/12 12:31:11
11498 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
11499 From: Mike Guy <mjtg@cam.ac.uk>
11500 Date: Tue, 12 Jun 2001 13:14:15 +0100
11501 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
11504 ____________________________________________________________________________
11505 [ 10529] By: jhi on 2001/06/12 12:21:06
11506 Log: AUTHORS updates.
11509 ____________________________________________________________________________
11510 [ 10528] By: jhi on 2001/06/12 12:19:47
11511 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
11512 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
11513 Content-Transfer-Encoding: 7bit
11514 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
11516 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
11517 ____________________________________________________________________________
11518 [ 10527] By: jhi on 2001/06/12 11:58:53
11519 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
11520 From: "Philip Newton" <Philip.Newton@gmx.net>
11521 Date: Mon, 11 Jun 2001 07:08:03 +0200
11522 Message-Id: <200106120802.LAA08992@taas.iki.fi>
11525 ____________________________________________________________________________
11526 [ 10526] By: jhi on 2001/06/12 01:35:34
11527 Log: Cleanup the a2p.c for -Wall.
11529 ! x2p/Makefile.SH x2p/a2p.c
11530 ____________________________________________________________________________
11531 [ 10525] By: jhi on 2001/06/12 01:10:56
11532 Log: File::Find update for MacOS from Chris Nandor.
11534 ! lib/File/Find.pm t/lib/filefind.t
11535 ____________________________________________________________________________
11536 [ 10524] By: jhi on 2001/06/12 00:29:20
11537 Log: gcc -Wall nits picked out by a non-UNIX system
11538 (courtesy of Mark Bixby)
11540 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
11541 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
11543 ____________________________________________________________________________
11544 [ 10523] By: jhi on 2001/06/11 22:34:03
11545 Log: Metaconfig unit change for #10522. (The d_modfl changes
11547 Branch: metaconfig/U/perl
11548 ! d_modfl.U d_u32align.U
11549 ____________________________________________________________________________
11550 [ 10522] By: jhi on 2001/06/11 22:33:00
11551 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
11552 be "./try 2>&1 >/dev/null".
11555 ____________________________________________________________________________
11556 [ 10521] By: jhi on 2001/06/11 19:49:54
11557 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
11558 From: "Craig A. Berry" <craigberry@mac.com>
11559 Date: Mon, 11 Jun 2001 14:00:32 -0500
11560 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
11563 ____________________________________________________________________________
11564 [ 10520] By: jhi on 2001/06/11 17:55:47
11565 Log: Move the full \p\P lists to perlunicode.
11567 ! pod/perlretut.pod pod/perlunicode.pod
11568 ____________________________________________________________________________
11569 [ 10519] By: jhi on 2001/06/11 17:10:00
11570 Log: VOS build tweak for 5.6.1 from Paul Green.
11571 Branch: maint-5.6/perl
11573 ____________________________________________________________________________
11574 [ 10518] By: jhi on 2001/06/11 17:07:03
11575 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
11576 From: "Craig A. Berry" <craigberry@mac.com>
11577 Date: Fri, 8 Jun 2001 18:08:18 -0500
11578 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
11581 ____________________________________________________________________________
11582 [ 10517] By: jhi on 2001/06/11 14:52:01
11583 Log: Update Changes.
11585 ! Changes patchlevel.h
11586 ____________________________________________________________________________
11587 [ 10516] By: jhi on 2001/06/11 14:46:33
11588 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
11590 ! vos/config.alpha.h vos/config.ga.h
11591 ____________________________________________________________________________
11592 [ 10515] By: jhi on 2001/06/11 14:39:05
11593 Log: VOS updates from Paul Green for @10476.
11595 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
11596 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11597 ! vos/config.ga.h vos/configure_perl.cm
11598 ____________________________________________________________________________
11599 [ 10514] By: jhi on 2001/06/11 12:58:43
11600 Log: Subject: [PATCH] Not many people know this ...
11601 From: Mike Guy <mjtg@cam.ac.uk>
11602 Date: Mon, 11 Jun 2001 14:55:15 +0100
11603 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
11605 ! pod/perldebug.pod
11606 ____________________________________________________________________________
11607 [ 10513] By: jhi on 2001/06/11 12:30:06
11608 Log: Add final commas to lists as suggested by Philip Newton.
11610 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11611 ____________________________________________________________________________
11612 [ 10512] By: jhi on 2001/06/11 12:28:49
11613 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
11614 Date: Sun, 10 Jun 2001 23:35:38 -0400
11615 From: Chris Nandor <pudge@pobox.com>
11616 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
11618 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
11619 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
11620 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
11621 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
11622 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
11623 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
11624 ! t/op/write.t t/pragma/strict.t
11625 ____________________________________________________________________________
11626 [ 10511] By: jhi on 2001/06/11 12:13:31
11627 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
11628 From: Chris Nandor <pudge@pobox.com>
11629 Date: Mon, 11 Jun 2001 08:24:28 -0400
11630 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
11632 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
11634 ____________________________________________________________________________
11635 [ 10510] By: jhi on 2001/06/11 12:03:16
11636 Log: One more run_byacc (a hand-tweaked version had slipped in).
11638 ! perly.c vms/perly_c.vms
11639 ____________________________________________________________________________
11640 [ 10509] By: nick on 2001/06/11 07:49:15
11641 Log: Integrate mainline
11643 !> Makefile.SH embed.h embed.pl global.sym
11644 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
11645 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
11646 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
11647 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
11648 ____________________________________________________________________________
11649 [ 10508] By: jhi on 2001/06/10 22:38:05
11650 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
11651 From: Mike Guy <mjtg@cam.ac.uk>
11652 Reply-To: mjtg@cam.ac.uk
11653 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
11655 ! lib/ExtUtils/Manifest.pm
11656 ____________________________________________________________________________
11657 [ 10507] By: jhi on 2001/06/10 22:37:16
11658 Log: Subject: [PATCH] ExtUtils::Constant
11659 From: Nicholas Clark <nick@ccl4.org>
11660 Date: Sun, 10 Jun 2001 23:25:41 +0100
11661 Message-ID: <20010610232540.C76396@plum.flirble.org>
11663 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11664 ____________________________________________________________________________
11665 [ 10506] By: jhi on 2001/06/10 20:57:20
11666 Log: Integrate perlio.
11669 ____________________________________________________________________________
11670 [ 10505] By: jhi on 2001/06/10 18:37:57
11671 Log: Move the grok_number and its lieutenant grok_numeric_radix
11672 from sv.c statics to util.c and public.
11674 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
11675 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
11676 ____________________________________________________________________________
11677 [ 10504] By: nick on 2001/06/10 17:47:06
11678 Log: Fix (valid) -Wall warnings in perlio.c
11681 ____________________________________________________________________________
11682 [ 10503] By: jhi on 2001/06/10 17:38:28
11683 Log: Update perly_c.diff, update perly.fixer to edit away
11684 some of the -Wall noise.
11686 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
11687 ____________________________________________________________________________
11688 [ 10502] By: jhi on 2001/06/10 17:09:42
11689 Log: Check the version of byacc.
11692 ____________________________________________________________________________
11693 [ 10501] By: jhi on 2001/06/10 17:00:08
11694 Log: Subject: [PATCH] perly.y overhaul
11695 From: Simon Cozens <simon@netthink.co.uk>
11696 Date: Sun, 10 Jun 2001 16:56:54 +0100
11697 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
11699 Plus make run_byacc.
11701 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
11702 ____________________________________________________________________________
11703 [ 10500] By: jhi on 2001/06/10 16:07:28
11704 Log: Integrate perlio.
11706 !> perlio.c perlsfio.h
11707 ____________________________________________________________________________
11708 [ 10499] By: nick on 2001/06/10 15:01:08
11709 Log: Integrate mainline
11711 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
11712 !> t/pragma/locale.t util.c
11713 ____________________________________________________________________________
11714 [ 10498] By: jhi on 2001/06/10 13:49:23
11715 Log: Put some meat on the perl572delta bones. The list of
11716 selected bug fixes needs more work, as does still the
11719 ! pod/perl572delta.pod
11720 ____________________________________________________________________________
11721 [ 10497] By: nick on 2001/06/10 12:27:51
11722 Log: Paper over a crack or two with USE_SFIO
11724 ! perlio.c perlsfio.h
11725 ____________________________________________________________________________
11726 [ 10496] By: jhi on 2001/06/10 11:04:22
11727 Log: Update Changes.
11729 ! Changes patchlevel.h
11730 ____________________________________________________________________________
11731 [ 10495] By: jhi on 2001/06/10 10:55:34
11732 Log: Subject: Re: pragma/locale.t #107
11733 From: Hugo <hv@crypt.compulink.co.uk>
11734 Date: Sun, 10 Jun 2001 11:23:30 +0100
11735 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
11737 Encapsulate the scan of the decimal radix separator.
11739 ! embed.h embed.pl proto.h sv.c
11740 ____________________________________________________________________________
11741 [ 10494] By: jhi on 2001/06/10 03:00:17
11742 Log: Try to grok numbers both with the locale specific separator
11743 and with the usual "." (if different from the lss); add a test
11744 to locale.t to do also a little bit of math in addition to just
11745 equalness testing; remove extraneous logic as suggested in
11747 Subject: Re: pragma/locale.t #107
11748 From: Nicholas Clark <nick@ccl4.org>
11749 Date: Sat, 9 Jun 2001 22:37:36 +0100
11750 Message-ID: <20010609223735.Y76396@plum.flirble.org>
11752 ! sv.c t/pragma/locale.t
11753 ____________________________________________________________________________
11754 [ 10493] By: jhi on 2001/06/10 01:25:23
11755 Log: Metaconfig unit change for #10492.
11756 Branch: metaconfig/U/perl
11758 ____________________________________________________________________________
11759 [ 10492] By: jhi on 2001/06/10 01:23:59
11760 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
11761 From: Artur Bergman <artur@contiller.se>
11762 Date: Sat, 09 Jun 2001 21:03:51 +0200
11763 Message-ID: <B7483FB6.1398%artur@contiller.se>
11766 ____________________________________________________________________________
11767 [ 10491] By: jhi on 2001/06/10 01:15:40
11768 Log: Integrate perlio.
11771 ____________________________________________________________________________
11772 [ 10490] By: jhi on 2001/06/10 01:08:26
11773 Log: Do locale specific separator if only in locale.
11776 ____________________________________________________________________________
11777 [ 10489] By: nick on 2001/06/09 19:13:25
11778 Log: Make XS/Typemap compile (but fail) with sfio
11781 ____________________________________________________________________________
11782 [ 10488] By: nick on 2001/06/09 19:12:51
11783 Log: Re-integrate mainline
11785 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
11786 !> proto.h sv.c util.c
11787 ____________________________________________________________________________
11788 [ 10487] By: nick on 2001/06/09 16:26:29
11789 Log: Integrate mainline
11791 !> (integrate 31 files)
11792 ____________________________________________________________________________
11793 [ 10486] By: jhi on 2001/06/09 16:11:51
11794 Log: Subject: [PATCH] New attempt to clone callack
11795 From: Artur Bergman <artur@contiller.se>
11796 Date: Thu, 07 Jun 2001 11:52:16 +0200
11797 Message-ID: <B7451B6F.12B7%artur@contiller.se>
11799 ! embedvar.h intrpvar.h perlapi.h sv.c
11800 ____________________________________________________________________________
11801 [ 10485] By: jhi on 2001/06/09 15:23:52
11802 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
11804 ! embed.h embed.pl perl.h proto.h sv.c util.c
11805 ____________________________________________________________________________
11806 [ 10484] By: jhi on 2001/06/09 14:47:25
11807 Log: Subject: Re: pragma/locale.t #107
11808 From: Nicholas Clark <nick@ccl4.org>
11809 Date: Sat, 9 Jun 2001 16:26:10 +0100
11810 Message-ID: <20010609162609.V76396@plum.flirble.org>
11812 A missing NVification.
11815 ____________________________________________________________________________
11816 [ 10483] By: jhi on 2001/06/08 19:40:32
11817 Log: Redo the #10482, there already was a test script for formats.
11820 ! MANIFEST t/op/write.t
11821 ____________________________________________________________________________
11822 [ 10482] By: jhi on 2001/06/08 19:34:45
11823 Log: Twisted format testing, from Merijn.
11827 ____________________________________________________________________________
11828 [ 10481] By: jhi on 2001/06/08 19:21:56
11829 Log: More \p{In...} testing, combined with \N{...}.
11831 ! lib/utf8_heavy.pl t/op/pat.t
11832 ____________________________________________________________________________
11833 [ 10480] By: jhi on 2001/06/08 14:16:06
11834 Log: Metaconfig changes for #10479.
11837 Branch: metaconfig/U/perl
11839 ____________________________________________________________________________
11840 [ 10479] By: jhi on 2001/06/08 14:15:32
11841 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
11843 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11844 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
11845 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11846 ! win32/config.bc win32/config.gc win32/config.vc
11847 ____________________________________________________________________________
11848 [ 10478] By: jhi on 2001/06/08 12:20:41
11849 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
11850 From: "Craig A. Berry" <craigberry@mac.com>
11851 Date: Thu, 7 Jun 2001 14:27:20 -0500
11852 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
11855 ____________________________________________________________________________
11856 [ 10477] By: jhi on 2001/06/08 12:19:00
11857 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
11858 From: Gisle Aas <gisle@ActiveState.com>
11859 Date: 07 Jun 2001 17:04:29 -0700
11860 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
11863 ____________________________________________________________________________
11864 [ 10476] By: jhi on 2001/06/08 01:35:42
11865 Log: Update Changes.
11867 ! Changes patchlevel.h
11868 ____________________________________________________________________________
11869 [ 10475] By: jhi on 2001/06/08 00:53:45
11870 Log: Regen Glossary et alia.
11872 ! Porting/Glossary Porting/config.sh Porting/config_H
11873 ____________________________________________________________________________
11874 [ 10474] By: jhi on 2001/06/07 22:06:38
11875 Log: Metaconfig unit changes for #10473.
11876 Branch: metaconfig/U/perl
11878 ____________________________________________________________________________
11879 [ 10473] By: jhi on 2001/06/07 22:06:16
11880 Log: Harumph, also AIX will spill its guts (i.e. dump core)
11881 if an executable contains modfl() but it hasn't been
11882 compiled right (in the case of AIX, with cc -qlongdouble).
11885 ____________________________________________________________________________
11886 [ 10472] By: gsar on 2001/06/07 20:04:28
11887 Log: integrate change#10471 from mainline
11889 in change#10451, check that CvOUTSIDE is a CV before looking in
11890 (it can apparently be SVt_NULL during global destruction)
11891 Branch: maint-5.6/perl
11893 ____________________________________________________________________________
11894 [ 10471] By: gsar on 2001/06/07 20:01:31
11895 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
11896 (it can apparently be SVt_NULL during global destruction)
11899 ____________________________________________________________________________
11900 [ 10470] By: jhi on 2001/06/07 12:17:51
11901 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
11902 From: Robin Barker <rmb1@cise.npl.co.uk>
11903 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
11904 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
11906 ! lib/diagnostics.pm pod/perldiag.pod
11907 ____________________________________________________________________________
11908 [ 10469] By: jhi on 2001/06/07 12:16:12
11909 Log: Subject: [PATCH perl@10439] long =item
11910 From: Robin Barker <rmb1@cise.npl.co.uk>
11911 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
11912 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
11914 ! README.amiga lib/Attribute/Handlers.pm
11915 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11916 ____________________________________________________________________________
11917 [ 10468] By: jhi on 2001/06/07 12:08:56
11918 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
11919 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
11920 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
11921 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
11924 ____________________________________________________________________________
11925 [ 10467] By: jhi on 2001/06/07 12:04:26
11926 Log: Integrate perlio.
11929 ____________________________________________________________________________
11930 [ 10466] By: nick on 2001/06/07 10:25:40
11931 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
11933 Still coredumps in pragma/overload.t - what a nice hard fail that is...
11936 ____________________________________________________________________________
11937 [ 10465] By: nick on 2001/06/07 08:41:58
11938 Log: Raw integrate of mainline for S_grok_number debug
11939 (sv.c has MULTIPLICITY issues as well as whatever else ...)
11941 - plan9/perlplan9.doc plan9/perlplan9.pod
11942 !> (integrate 46 files)
11943 ____________________________________________________________________________
11944 [ 10464] By: jhi on 2001/06/06 23:33:58
11945 Log: The proper prototyping for #10463.
11947 ! embed.h embed.pl proto.h sv.c
11948 ____________________________________________________________________________
11949 [ 10463] By: jhi on 2001/06/06 23:15:30
11950 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
11951 From: Nicholas Clark <nick@ccl4.org>
11952 Date: Thu, 7 Jun 2001 00:29:59 +0100
11953 Message-ID: <20010607002959.Z76396@plum.flirble.org>
11956 ____________________________________________________________________________
11957 [ 10462] By: jhi on 2001/06/06 23:13:19
11958 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
11959 From: "Craig A. Berry" <craigberry@mac.com>
11960 Date: Wed, 06 Jun 2001 17:54:30 -0500
11961 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
11964 ____________________________________________________________________________
11965 [ 10461] By: jhi on 2001/06/06 23:10:00
11966 Log: Podify the remaining README.platform files;
11967 merge README.plan9 and plan9/perlplan9.pod;
11968 delete plan9/perlplan9.* (the perlplan.doc needs to
11969 be regenerated in Plan 9); make the =head1 and =head2
11970 in the README.platform to be a little more verbose
11971 (skipped README.os2 not to anger Ilya) so that they
11972 look better in the toc; regen toc.
11974 - plan9/perlplan9.doc plan9/perlplan9.pod
11975 ! MANIFEST README.aix README.amiga README.apollo README.beos
11976 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
11977 ! README.hpux README.hurd README.machten README.macos
11978 ! README.micro README.mint README.mpeix README.os390
11979 ! README.plan9 README.qnx README.solaris README.threads
11980 ! README.tru64 README.vmesa README.vms README.vos README.win32
11981 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11982 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11983 ____________________________________________________________________________
11984 [ 10460] By: jhi on 2001/06/06 20:58:53
11985 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
11986 From: Mike Guy <mjtg@cam.ac.uk>
11987 Reply-To: mjtg@cam.ac.uk
11988 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
11991 ____________________________________________________________________________
11992 [ 10459] By: jhi on 2001/06/06 20:58:15
11993 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
11994 From: Mike Guy <mjtg@cam.ac.uk>
11995 Reply-To: mjtg@cam.ac.uk
11996 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
11999 ____________________________________________________________________________
12000 [ 10458] By: jhi on 2001/06/06 20:56:04
12001 Log: Disable long doubles from pre-5.0 Tru64s.
12003 ! README.tru64 hints/dec_osf.sh
12004 ____________________________________________________________________________
12005 [ 10457] By: jhi on 2001/06/06 20:49:23
12006 Log: The #10455 exposed that modfl() is fundamentally busted
12007 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
12011 ____________________________________________________________________________
12012 [ 10456] By: jhi on 2001/06/06 20:48:35
12013 Log: Metaconfig unit change for #10455.
12014 Branch: metaconfig/U/perl
12016 ____________________________________________________________________________
12017 [ 10455] By: jhi on 2001/06/06 20:48:09
12018 Log: Configure check for geborken modfl(), inspired by
12020 Subject: Re: [20010118.017] op/int.t failure
12021 From: Hugo <hv@crypt.compulink.co.uk>
12022 Date: Tue, 05 Jun 2001 13:43:27 +0100
12023 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
12026 ____________________________________________________________________________
12027 [ 10454] By: jhi on 2001/06/06 11:45:08
12028 Log: Integrate changes #10450 and #10451 from maintperl:
12030 optimize change#10448 slightly (don't repeat search in eval""s lexical
12031 scope, since that has already been searched)
12033 change#9108 needs subtler treatment for case of closures created
12036 !> op.c t/op/misc.t
12037 ____________________________________________________________________________
12038 [ 10453] By: jhi on 2001/06/06 11:42:10
12039 Log: MakeMaker magic to compile (when no dynamic loading)
12040 List/Util.xsc as (ListUtil.c and) ListUtil.o since
12041 POSIX-BC (BS2000) linker has an evil limitation of
12042 being unable to include in the same executable several
12043 object files with the same name - case-insensitively -
12044 because otherwise we conflict with util.c.
12045 Strictly speaking currently required only in POSIX-BC
12046 but probably will do no harm elsewhere where static
12047 linking is required.
12049 ! ext/List/Util/Makefile.PL
12050 ____________________________________________________________________________
12051 [ 10452] By: nick on 2001/06/06 08:59:51
12052 Log: Integrate mainline.
12054 +> lib/Attribute/Handlers/demo/Demo.pm
12055 +> lib/Attribute/Handlers/demo/Descriptions.pm
12056 +> lib/Attribute/Handlers/demo/MyClass.pm
12057 +> lib/Attribute/Handlers/demo/demo.pl
12058 +> lib/Attribute/Handlers/demo/demo2.pl
12059 +> lib/Attribute/Handlers/demo/demo3.pl
12060 +> lib/Attribute/Handlers/demo/demo4.pl
12061 +> lib/Attribute/Handlers/demo/demo_call.pl
12062 +> lib/Attribute/Handlers/demo/demo_chain.pl
12063 +> lib/Attribute/Handlers/demo/demo_cycle.pl
12064 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
12065 +> lib/Attribute/Handlers/demo/demo_phases.pl
12066 +> lib/Attribute/Handlers/demo/demo_range.pl
12067 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
12068 +> uts/strtol_wrap.c
12069 !> (integrate 91 files)
12070 ____________________________________________________________________________
12071 [ 10451] By: gsar on 2001/06/06 07:11:36
12072 Log: change#9108 needs subtler treatment for case of closures created
12074 Branch: maint-5.6/perl
12076 ____________________________________________________________________________
12077 [ 10450] By: gsar on 2001/06/06 05:47:25
12078 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
12079 scope, since that has already been searched)
12080 Branch: maint-5.6/perl
12082 ____________________________________________________________________________
12083 [ 10449] By: jhi on 2001/06/06 01:33:31
12084 Log: Integrate change #10448 from maintperl; lexicals
12085 outside an eval"" weren't resolved correctly inside a subroutine
12086 definition inside the eval"" if they were not already referenced
12087 in the toplevel of the eval""-ed code
12089 !> cop.h op.c pp_ctl.c t/op/misc.t
12090 ____________________________________________________________________________
12091 [ 10448] By: gsar on 2001/06/06 01:03:26
12092 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
12093 outside an eval"" weren't resolved correctly inside a subroutine
12094 definition inside the eval"" if they were not already referenced
12095 in the toplevel of the eval""-ed code
12096 Branch: maint-5.6/perl
12097 ! cop.h op.c pp_ctl.c t/op/misc.t
12098 ____________________________________________________________________________
12099 [ 10447] By: jhi on 2001/06/06 00:51:04
12100 Log: Subject: [PATCH] perl570delta.pod
12101 From: Peter Scott <Peter@PSDT.com>
12102 Date: Tue, 05 Jun 2001 18:51:02 -0700
12103 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
12105 ! pod/perl570delta.pod
12106 ____________________________________________________________________________
12107 [ 10446] By: jhi on 2001/06/05 23:45:05
12108 Log: The fudge factor is no more needed. I hope.
12111 ____________________________________________________________________________
12112 [ 10445] By: jhi on 2001/06/05 23:19:19
12113 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
12114 From: Hugo <hv@crypt.compulink.co.uk>
12115 Date: Tue, 05 Jun 2001 12:58:19 +0100
12116 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
12119 ____________________________________________________________________________
12120 [ 10444] By: jhi on 2001/06/05 11:09:01
12121 Log: Make up prototypes only for those who have the functions
12122 but not the prototypes.
12125 ____________________________________________________________________________
12126 [ 10443] By: jhi on 2001/06/05 11:02:13
12127 Log: Subject: Re: Not OK: perl@10439 on win32
12128 From: Prymmer/Kahn <pvhp@best.com>
12129 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
12130 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
12133 ____________________________________________________________________________
12134 [ 10442] By: jhi on 2001/06/05 00:55:46
12135 Log: The metaconfig units changes for #10441.
12137 ! U/modified/Extract.U U/modified/Extractall.U
12138 ! U/modified/Finish.U
12139 ____________________________________________________________________________
12140 [ 10441] By: jhi on 2001/06/05 00:55:17
12141 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
12144 ____________________________________________________________________________
12145 [ 10440] By: jhi on 2001/06/05 00:28:27
12146 Log: Unnecessary fuzziness undone, noted by Mike Guy.
12149 ____________________________________________________________________________
12150 [ 10439] By: jhi on 2001/06/04 17:14:31
12151 Log: Update Changes.
12153 ! Changes patchlevel.h
12154 ____________________________________________________________________________
12155 [ 10438] By: jhi on 2001/06/04 17:10:16
12156 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
12157 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
12161 ____________________________________________________________________________
12162 [ 10437] By: jhi on 2001/06/04 17:01:06
12163 Log: Test case for #10433/#10424.
12166 ____________________________________________________________________________
12167 [ 10436] By: jhi on 2001/06/04 16:54:21
12168 Log: Subject: One fix for strtoul not setting errno
12169 From: hom00@utsglobal.com (Hal Morris)
12170 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
12171 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
12173 + uts/strtol_wrap.c
12174 ! MANIFEST hints/uts.sh
12175 ____________________________________________________________________________
12176 [ 10435] By: jhi on 2001/06/04 16:54:01
12177 Log: Metaconfig units changes for #10434.
12179 ! U/modified/Cppsym.U
12180 Branch: metaconfig/U/perl
12181 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
12182 + d_syscallproto.U d_usleepproto.U
12183 ! longdblfio.U quadfio.U
12184 ____________________________________________________________________________
12185 [ 10434] By: jhi on 2001/06/04 16:48:33
12186 Log: Configure tweaks; add prototype probes, make the cpp symbols
12187 probe to cast, not whine; test for %Ld and %Lf before %lld and
12188 %llf because the L is the ANSI way.
12190 ! Configure config_h.SH configure.com epoc/config.sh
12191 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
12192 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
12193 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
12194 ____________________________________________________________________________
12195 [ 10433] By: jhi on 2001/06/04 16:45:23
12196 Log: Sigh. This is what #10424 was supposed to check in.
12199 ____________________________________________________________________________
12200 [ 10432] By: jhi on 2001/06/04 16:29:40
12201 Log: More verbose failure.
12204 ____________________________________________________________________________
12205 [ 10431] By: jhi on 2001/06/04 16:21:55
12206 Log: The .pm changes to go with #10428.
12208 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
12209 ! ext/Sys/Syslog/Syslog.pm
12210 ____________________________________________________________________________
12211 [ 10430] By: jhi on 2001/06/04 16:05:20
12212 Log: On second thoughts show to utf8 skippage message only
12213 on failures, it's too confusing otherwise,
12215 ! t/pragma/locale.t
12216 ____________________________________________________________________________
12217 [ 10429] By: jhi on 2001/06/04 14:47:50
12218 Log: Do not import anything from Encode.
12220 ! ext/MIME/Base64/QuotedPrint.pm
12221 ____________________________________________________________________________
12222 [ 10428] By: jhi on 2001/06/04 14:45:47
12223 Log: The #10402 didn't take. Weird.
12225 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
12226 ! ext/Sys/Syslog/Syslog.xs
12227 ____________________________________________________________________________
12228 [ 10427] By: jhi on 2001/06/04 12:55:39
12229 Log: Eradicate traces of 'asciirange' re subpragma.
12231 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
12233 ____________________________________________________________________________
12234 [ 10426] By: jhi on 2001/06/04 12:44:05
12235 Log: use is a compile-time thing.
12237 ! ext/MIME/Base64/QuotedPrint.pm
12238 ____________________________________________________________________________
12239 [ 10425] By: jhi on 2001/06/04 12:39:44
12240 Log: Subject: [PATCH perl@10419] -Wall casting patch
12241 From: Robin Barker <rmb1@cise.npl.co.uk>
12242 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
12243 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
12245 ! ext/Devel/DProf/DProf.xs mg.c
12246 ____________________________________________________________________________
12247 [ 10424] By: jhi on 2001/06/04 12:23:30
12248 Log: Subject: [PATCH #2] introducing SVpad_TYPED
12249 From: Abhijit Menon-Sen <ams@wiw.org>
12250 Date: Mon, 4 Jun 2001 12:26:02 +0530
12251 Message-ID: <20010604122602.A5775@lustre.linux.in>
12254 ____________________________________________________________________________
12255 [ 10423] By: gsar on 2001/06/04 05:12:18
12256 Log: testsuite for change#10192 (from Gisle Aas)
12260 ____________________________________________________________________________
12261 [ 10422] By: gsar on 2001/06/04 02:32:03
12262 Log: integrate changes#10414-10416 from mainline
12264 Potential buffer overrun if the radix separator is more than
12265 one byte. Also, under locales, prefer the locale-specific
12266 separator over the old boring ".".
12268 "10.", that is, decimal numbers can have no decimal part at all.
12270 The non-locale places need love, too.
12271 Branch: maint-5.6/perl
12273 ____________________________________________________________________________
12274 [ 10421] By: jhi on 2001/06/04 02:25:53
12275 Log: Missed from #10420.
12278 ____________________________________________________________________________
12279 [ 10420] By: jhi on 2001/06/04 02:19:58
12280 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
12281 often this prototype goes with HAS_SETRESUID_PROTO.
12283 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12284 ! config_h.SH configure.com perl.h uconfig.h
12285 ____________________________________________________________________________
12286 [ 10419] By: jhi on 2001/06/04 00:24:55
12287 Log: Update Changes.
12289 ! Changes patchlevel.h
12290 ____________________________________________________________________________
12291 [ 10418] By: jhi on 2001/06/03 23:58:04
12292 Log: -Wall "subscript has type `char'" cleanup.
12294 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
12295 ____________________________________________________________________________
12296 [ 10417] By: jhi on 2001/06/03 23:37:17
12297 Log: Various "cast to pointer from integer of different size"
12298 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
12299 wide but I32 (int) only 32 bits wide).
12301 WARNING: the classnum and tagnum changes in Storable.xs
12302 may not be wise, they may be breaking binary compatibility
12303 (in 64-bit platforms), asked Raphael Manfredi about the changes.
12305 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
12307 ____________________________________________________________________________
12308 [ 10416] By: jhi on 2001/06/03 23:15:24
12309 Log: The non-locale places need love, too.
12312 ____________________________________________________________________________
12313 [ 10415] By: jhi on 2001/06/03 23:10:55
12314 Log: "10.", that is, decimal numbers can have no decimal part at all.
12317 ____________________________________________________________________________
12318 [ 10414] By: jhi on 2001/06/03 22:49:55
12319 Log: Potential buffer overrun if the radix separator is more than
12320 one byte. Also, under locales, prefer the locale-specific
12321 separator over the old boring ".".
12324 ____________________________________________________________________________
12325 [ 10413] By: jhi on 2001/06/03 22:42:10
12326 Log: Integrate change #10412 from maintperl; locale is now
12327 per-cop, not per-op; plus retweak the locale.t to always
12328 list the skipped utf8 locales.
12330 ! t/pragma/locale.t
12331 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
12332 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
12333 ____________________________________________________________________________
12334 [ 10412] By: gsar on 2001/06/03 22:23:16
12335 Log: rationalize locale handling to fix the bugs uncovered by change#10394
12337 the major issue was that the runtime was looking at PL_hints rather
12338 than op_private to notice whether locale was enabled
12340 the secondary issue was that many locale-sensitive numeric ops didn't
12341 have HINT_LOCALE propagated into their op_private
12343 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
12344 instead of per-op, just like HINT_BYTE and the hints for lexical
12345 warnings (this makes the hint available to every op via PL_curcop)
12347 pragma/locale.t may need to be reworked with these fixes in mind
12348 (it currently passes its tests)
12349 Branch: maint-5.6/perl
12350 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
12351 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
12352 ____________________________________________________________________________
12353 [ 10411] By: jhi on 2001/06/03 17:50:49
12354 Log: More verbose debugging.
12356 ! t/pragma/locale.t
12357 ____________________________________________________________________________
12358 [ 10410] By: jhi on 2001/06/03 17:36:40
12359 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
12360 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12361 Date: Sat, 2 Jun 2001 22:53:33 +0100
12362 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
12364 ! regcomp.c t/pragma/warn/regcomp
12365 ____________________________________________________________________________
12366 [ 10409] By: jhi on 2001/06/03 17:27:13
12367 Log: Mention that lexicalizing $a or $b is a bad idea if one
12368 wants to use sort().
12371 ____________________________________________________________________________
12372 [ 10408] By: jhi on 2001/06/03 16:52:41
12373 Log: Tweak the test to be happy if the accuracy is 'good enough'.
12376 ____________________________________________________________________________
12377 [ 10407] By: jhi on 2001/06/03 16:50:33
12378 Log: Upgrade to Attribute::Handlers 0.70.
12380 NOTE: this unearthed the "too late for CHECK block" bug,
12381 that's why the 1_compile.t change.
12383 + lib/Attribute/Handlers/demo/Demo.pm
12384 + lib/Attribute/Handlers/demo/Descriptions.pm
12385 + lib/Attribute/Handlers/demo/MyClass.pm
12386 + lib/Attribute/Handlers/demo/demo.pl
12387 + lib/Attribute/Handlers/demo/demo2.pl
12388 + lib/Attribute/Handlers/demo/demo3.pl
12389 + lib/Attribute/Handlers/demo/demo4.pl
12390 + lib/Attribute/Handlers/demo/demo_call.pl
12391 + lib/Attribute/Handlers/demo/demo_chain.pl
12392 + lib/Attribute/Handlers/demo/demo_cycle.pl
12393 + lib/Attribute/Handlers/demo/demo_hashdir.pl
12394 + lib/Attribute/Handlers/demo/demo_phases.pl
12395 + lib/Attribute/Handlers/demo/demo_range.pl
12396 + lib/Attribute/Handlers/demo/demo_rawdata.pl
12397 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
12399 ____________________________________________________________________________
12400 [ 10406] By: jhi on 2001/06/03 16:40:03
12401 Log: One less -Wall whine.
12404 ____________________________________________________________________________
12405 [ 10405] By: jhi on 2001/06/03 16:30:34
12406 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
12409 ____________________________________________________________________________
12410 [ 10404] By: gsar on 2001/06/03 16:23:07
12411 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
12412 aren't "normally" visible inside eval""s contained in subs unless
12413 a cloned reference to them already exists)
12415 strangely enough, t/harness didn't show this up as a failure
12416 (harness needs fixing?)
12417 Branch: maint-5.6/perl
12419 ____________________________________________________________________________
12420 [ 10403] By: jhi on 2001/06/03 16:22:59
12421 Log: Update to Text::Balanced 1.85.
12423 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
12424 ____________________________________________________________________________
12425 [ 10402] By: jhi on 2001/06/03 16:18:09
12426 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
12427 From: Nicholas Clark <nick@ccl4.org>
12428 Date: Sun, 3 Jun 2001 17:54:36 +0100
12429 Message-ID: <20010603175436.E76396@plum.flirble.org>
12431 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
12432 ! ext/Sys/Syslog/Syslog.xs
12433 ____________________________________________________________________________
12434 [ 10401] By: jhi on 2001/06/03 16:09:33
12435 Log: Unused variables.
12438 ____________________________________________________________________________
12439 [ 10400] By: jhi on 2001/06/03 16:04:26
12440 Log: Subject: [PATCH] APIfy op_clear
12441 From: Simon Cozens <simon@netthink.co.uk>
12442 Date: Sun, 3 Jun 2001 13:51:46 +0100
12443 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
12445 (despite the subject line, op_null is APIfied by the patch)
12447 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12448 ____________________________________________________________________________
12449 [ 10399] By: jhi on 2001/06/03 15:51:35
12450 Log: Subject: [PATCH] t/lib/extutils.t
12451 From: Nicholas Clark <nick@ccl4.org>
12452 Date: Sat, 2 Jun 2001 23:57:05 +0100
12453 Message-ID: <20010602235705.Q12698@plum.flirble.org>
12455 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12456 ____________________________________________________________________________
12457 [ 10398] By: jhi on 2001/06/03 15:34:11
12458 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
12459 From: Prymmer/Kahn <pvhp@best.com>
12460 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
12461 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
12463 ! win32/Makefile win32/makefile.mk
12464 ____________________________________________________________________________
12465 [ 10397] By: jhi on 2001/06/03 15:12:13
12466 Log: Subject: Re: 'decimal digits' macro?
12467 From: Hugo <hv@crypt.compulink.co.uk>
12468 Date: Sun, 03 Jun 2001 04:26:36 +0100
12469 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
12471 ! handy.h t/lib/posix.t t/op/tr.t
12472 ____________________________________________________________________________
12473 [ 10396] By: jhi on 2001/06/03 15:10:49
12474 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
12475 From: Hugo <hv@crypt.compulink.co.uk>
12476 Date: Sun, 03 Jun 2001 14:56:30 +0100
12477 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
12480 ____________________________________________________________________________
12481 [ 10395] By: jhi on 2001/06/03 14:59:41
12482 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
12484 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
12486 ____________________________________________________________________________
12487 [ 10394] By: gsar on 2001/06/03 03:05:43
12488 Log: fix leakage of lexicals at file scope into subroutines that were
12489 declared before them; this appears to be a longstanding bug that
12490 meant that lexicals at file scope were never "deintroduced", meaning
12491 their scope range was never properly closed, and their visibility
12492 extended to all subsequent eval""s or requires
12496 seems to also fix a case of bogus duplicate warnings
12497 Branch: maint-5.6/perl
12498 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
12500 ____________________________________________________________________________
12501 [ 10393] By: jhi on 2001/06/02 16:55:03
12502 Log: More VMS tweaks from Craig A. Berry.
12504 ! configure.com t/lib/extutils.t
12505 ____________________________________________________________________________
12506 [ 10392] By: jhi on 2001/06/02 16:48:26
12507 Log: -Wall cleanup continues.
12509 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
12510 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
12511 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
12512 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
12513 ! run.c toke.c util.c
12514 ____________________________________________________________________________
12515 [ 10391] By: jhi on 2001/06/02 13:29:47
12516 Log: The metaconfig unit change for #10390.
12517 Branch: metaconfig/U/perl
12519 ____________________________________________________________________________
12520 [ 10390] By: jhi on 2001/06/02 13:29:12
12521 Log: Drop the -ansi from the default gcc flags.
12523 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
12524 that struct cannot be compared with a flat integer, such as STRLEN.
12525 The -ansi will also cause a lot of noise in Solaris because of:
12526 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
12529 ____________________________________________________________________________
12530 [ 10389] By: jhi on 2001/06/02 13:14:57
12531 Log: Integrate perlio.
12533 !> pod/perlapi.pod util.c
12534 ____________________________________________________________________________
12535 [ 10388] By: nick on 2001/06/02 08:01:12
12536 Log: Integrate mainline
12538 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
12539 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
12540 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
12541 !> t/lib/1_compile.t t/lib/mimeqp.t
12542 ____________________________________________________________________________
12543 [ 10387] By: nick on 2001/06/02 07:39:17
12544 Log: Tweak util.c's atof2 for MULTIPLICITY
12547 ____________________________________________________________________________
12548 [ 10386] By: nick on 2001/06/02 07:38:33
12549 Log: Integrate mainline
12551 !> (integrate 41 files)
12552 ____________________________________________________________________________
12553 [ 10385] By: jhi on 2001/06/01 22:12:48
12554 Log: Add Attribute::Handlers 0.61 from Damian Conway.
12556 + lib/Attribute/Handlers.pm t/lib/attrhand.t
12557 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
12558 ____________________________________________________________________________
12559 [ 10384] By: jhi on 2001/06/01 21:53:14
12560 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
12561 From: Peter Prymmer <pvhp@forte.com>
12562 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
12563 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
12565 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
12566 ____________________________________________________________________________
12567 [ 10383] By: jhi on 2001/06/01 21:36:11
12568 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
12569 From: Jeff Pinyan <jeffp@crusoe.net>
12570 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
12571 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
12574 ____________________________________________________________________________
12575 [ 10382] By: jhi on 2001/06/01 21:35:02
12576 Log: Subject: [PATCH perl@10381] configure.com tweaks
12577 From: "Craig A. Berry" <craigberry@mac.com>
12578 Date: Fri, 1 Jun 2001 13:55:43 -0500
12579 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
12582 ____________________________________________________________________________
12583 [ 10381] By: jhi on 2001/06/01 16:37:21
12584 Log: Update Changes.
12586 ! Changes patchlevel.h
12587 ____________________________________________________________________________
12588 [ 10380] By: jhi on 2001/06/01 16:19:18
12589 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
12590 From: Mike Guy <mjtg@cam.ac.uk>
12591 Date: Fri, 01 Jun 2001 18:17:02 +0100
12592 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
12595 ____________________________________________________________________________
12596 [ 10379] By: jhi on 2001/06/01 16:13:28
12597 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
12598 From: Hugo <hv@crypt.compulink.co.uk>
12599 Date: Thu, 31 May 2001 20:49:48 +0100
12600 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
12602 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
12604 ____________________________________________________________________________
12605 [ 10378] By: jhi on 2001/06/01 15:56:35
12606 Log: Zero() is not available in x2p (or, rather, some of its
12607 implementations like memzero() might not be available.)
12610 ____________________________________________________________________________
12611 [ 10377] By: jhi on 2001/06/01 15:44:48
12612 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
12613 From: Michael G Schwern <schwern@pobox.com>
12614 Date: Fri, 1 Jun 2001 12:00:29 +0100
12615 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
12617 (But use Zero() instead of memset.)
12620 ____________________________________________________________________________
12621 [ 10376] By: jhi on 2001/06/01 15:39:52
12622 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
12623 From: Jeff Pinyan <jeffp@crusoe.net>
12624 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
12625 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
12627 ! pod/perldiag.pod regcomp.c t/op/pat.t
12628 ____________________________________________________________________________
12629 [ 10375] By: jhi on 2001/06/01 15:36:35
12630 Log: Retract #10324 and #10333; not needed.
12632 ! hints/irix_6.sh hints/linux.sh
12633 ____________________________________________________________________________
12634 [ 10374] By: jhi on 2001/06/01 15:35:19
12635 Log: The #10370 wasn't quite right.
12637 ! ext/XS/Typemap/Typemap.xs
12638 ____________________________________________________________________________
12639 [ 10373] By: jhi on 2001/06/01 15:34:49
12640 Log: The metaconfig units changes for #10372.
12641 Branch: metaconfig/U/perl
12642 + d_realpath.U d_sresgproto.U d_sresuproto.U
12644 ____________________________________________________________________________
12645 [ 10372] By: jhi on 2001/06/01 15:34:24
12646 Log: Configure tweaks; record the Berkeley DB version,
12647 probe for realpath(), for setresuid() and setresgid()
12648 prototypes; use realpath() (try to be paranoid enough),
12649 use the setres[ug]id prototypes because glibc has the functions
12650 but not their prototypes; add -Wall -ansi to gcc ccflags;
12653 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12654 ! config_h.SH configure.com epoc/config.sh
12655 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
12656 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
12657 ! vos/config.ga.def win32/config.bc win32/config.gc
12659 ____________________________________________________________________________
12660 [ 10371] By: jhi on 2001/06/01 12:50:05
12661 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
12662 From: Michael G Schwern <schwern@pobox.com>
12663 Date: Fri, 1 Jun 2001 11:28:14 +0100
12664 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
12666 ! lib/attributes.pm xsutils.c
12667 ____________________________________________________________________________
12668 [ 10370] By: jhi on 2001/06/01 12:48:55
12669 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
12670 From: Tim Jenness <t.jenness@jach.hawaii.edu>
12671 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
12672 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
12674 ! ext/XS/Typemap/Typemap.xs
12675 ____________________________________________________________________________
12676 [ 10369] By: jhi on 2001/06/01 12:47:21
12677 Log: Subject: [patch] Cwd.xs optimizations/abstraction
12678 From: Doug MacEachern <dougm@covalent.net>
12679 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
12680 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
12682 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
12683 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
12684 ____________________________________________________________________________
12685 [ 10368] By: jhi on 2001/06/01 12:32:00
12686 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!])
12687 From: Nicholas Clark <nick@ccl4.org>
12688 Date: Thu, 31 May 2001 23:56:40 +0100
12689 Message-ID: <20010531235640.F12698@plum.flirble.org>
12691 Make the test work also under only static extensions
12692 (sh Configure -Uusedl fakes this nicely)
12695 ____________________________________________________________________________
12696 [ 10367] By: jhi on 2001/06/01 12:27:53
12697 Log: Subject: [PATCH hv.c] Eliminating trigraph
12698 From: Michael G Schwern <schwern@pobox.com>
12699 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
12700 Date: Fri, 1 Jun 2001 11:49:56 +0100
12703 ____________________________________________________________________________
12704 [ 10366] By: jhi on 2001/06/01 12:14:57
12705 Log: Subject: Re: [PATCH] Tests for File::Compare
12706 From: "Philip Newton" <Philip.Newton@gmx.net>
12707 Date: Thu, 31 May 2001 19:44:05 +0200
12708 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
12710 Unnecessary "quotation marks".
12713 ____________________________________________________________________________
12714 [ 10365] By: jhi on 2001/06/01 12:13:26
12715 Log: Integrate perlio.
12717 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
12718 ____________________________________________________________________________
12719 [ 10364] By: nick on 2001/06/01 10:13:31
12720 Log: Cleanup dll.base and dll.exp created by GCC builds.
12722 ! lib/ExtUtils/MM_Win32.pm
12723 ____________________________________________________________________________
12724 [ 10363] By: nick on 2001/06/01 10:02:17
12725 Log: Make filecomp test work on CRLF platforms by adding binmode.
12728 ____________________________________________________________________________
12729 [ 10362] By: nick on 2001/06/01 08:37:17
12730 Log: Integrate mainline
12732 !> Changes Configure patchlevel.h perlio.c
12733 ____________________________________________________________________________
12734 [ 10361] By: jhi on 2001/05/31 15:09:34
12735 Log: panic:claustrophobia.
12738 ____________________________________________________________________________
12739 [ 10360] By: jhi on 2001/05/31 13:04:25
12740 Log: Update Changes.
12742 ! Changes patchlevel.h
12743 ____________________________________________________________________________
12744 [ 10359] By: nick on 2001/05/31 12:35:50
12745 Log: Integrate mainline.
12747 +> t/lib/filecomp.t
12748 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
12749 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
12750 ____________________________________________________________________________
12751 [ 10358] By: jhi on 2001/05/31 12:35:05
12752 Log: Integrate perlio.
12754 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
12755 !> win32/config_H.vc
12756 ____________________________________________________________________________
12757 [ 10357] By: jhi on 2001/05/31 12:34:04
12758 Log: Metaconfig unit change for #10356.
12760 ! U/installdirs/inc_version_list.U
12761 ____________________________________________________________________________
12762 [ 10356] By: jhi on 2001/05/31 12:33:41
12763 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
12764 (idea from Sarathy; implementation from Andy)
12767 ____________________________________________________________________________
12768 [ 10355] By: jhi on 2001/05/31 12:18:06
12772 ____________________________________________________________________________
12773 [ 10354] By: jhi on 2001/05/31 12:16:24
12774 Log: Subject: Re: [PATCH] Tests for File::Compare
12775 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
12776 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
12777 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
12780 ! MANIFEST t/lib/1_compile.t
12781 ____________________________________________________________________________
12782 [ 10353] By: jhi on 2001/05/31 12:11:24
12783 Log: Subject: [PATCH] DEBUG_* macro cleanups
12784 From: Abhijit Menon-Sen <ams@wiw.org>
12785 Date: Thu, 31 May 2001 12:16:22 +0530
12786 Message-ID: <20010531121622.B4829@lustre.linux.in>
12788 Subject: Re: [PATCH] DEBUG_* macro cleanups
12789 From: Abhijit Menon-Sen <ams@wiw.org>
12790 Date: Thu, 31 May 2001 13:57:01 +0530
12791 Message-ID: <20010531135701.A21775@lustre.linux.in>
12793 (The DEBUG_ definitions in perl.h changed to use the
12794 STMT_START and STMT_END.)
12796 ! perl.h pp_ctl.c sv.c toke.c
12797 ____________________________________________________________________________
12798 [ 10352] By: jhi on 2001/05/31 11:53:31
12799 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
12800 From: Abhijit Menon-Sen <ams@wiw.org>
12801 Date: Thu, 31 May 2001 08:27:55 +0530
12802 Message-ID: <20010531082755.A10018@lustre.linux.in>
12804 ! ext/Storable/Storable.xs gv.c perl.c
12805 ____________________________________________________________________________
12806 [ 10351] By: jhi on 2001/05/31 11:45:16
12807 Log: Subject: [PATCH] AUTHORS
12808 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12809 Date: Thu, 31 May 2001 01:27:59 -0500
12810 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
12812 Subject: Re: [PATCH] AUTHORS
12813 From: "Philip Newton" <Philip.Newton@gmx.net>
12814 Date: Thu, 31 May 2001 10:08:06 +0200
12815 (Message-Id missing?)
12818 ____________________________________________________________________________
12819 [ 10350] By: nick on 2001/05/31 11:40:43
12820 Log: win32 - dmake regen_config_h
12822 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12823 ____________________________________________________________________________
12824 [ 10349] By: jhi on 2001/05/31 11:38:27
12825 Log: Subject: Re: [PATCH util.c] More warning cleanups.
12826 From: "Philip Newton" <Philip.Newton@gmx.net>
12827 Date: Thu, 31 May 2001 07:41:36 +0200
12828 Message-Id: <200105310538.IAA25458@taku.hut.fi>
12830 Undo C++-ism that snekt in.
12833 ____________________________________________________________________________
12834 [ 10348] By: nick on 2001/05/31 11:36:46
12835 Log: Tolerate Win32 numerics
12837 ! t/pragma/warn/toke
12838 ____________________________________________________________________________
12839 [ 10347] By: jhi on 2001/05/31 11:29:40
12840 Log: Integrate perlio.
12842 !> perlio.c win32/win32.h
12843 ____________________________________________________________________________
12844 [ 10346] By: nick on 2001/05/31 10:54:55
12845 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
12846 perlio.c change 10255.
12849 ____________________________________________________________________________
12850 [ 10345] By: nick on 2001/05/31 10:01:57
12851 Log: Conditionaly put back some "unused" dTHX which are used
12852 with PERL_IMPLICIT_SYS
12855 ____________________________________________________________________________
12856 [ 10344] By: nick on 2001/05/31 10:00:59
12857 Log: Fix Win32 for new spelling IN_BYTES
12860 ____________________________________________________________________________
12861 [ 10343] By: nick on 2001/05/31 08:01:32
12862 Log: perlio.c -Wall cleaner under MULTIPLICITY
12863 - still minor noise with linux stdio
12866 ____________________________________________________________________________
12867 [ 10342] By: nick on 2001/05/31 07:52:23
12868 Log: Integrate mainline.
12870 !> (integrate 42 files)
12871 ____________________________________________________________________________
12872 [ 10341] By: jhi on 2001/05/31 01:39:02
12873 Log: AUTHORS updates.
12876 ____________________________________________________________________________
12877 [ 10340] By: jhi on 2001/05/31 00:19:29
12878 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
12879 From: Peter Prymmer <pvhp@forte.com>
12880 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
12881 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
12884 ____________________________________________________________________________
12885 [ 10339] By: jhi on 2001/05/31 00:16:44
12886 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
12887 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
12888 to match the pragma name; various robustness cleanups.
12890 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
12891 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
12892 ____________________________________________________________________________
12893 [ 10338] By: jhi on 2001/05/30 23:56:14
12894 Log: More -Wall sweeping.
12896 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
12897 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
12898 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
12899 ! regcomp.c sv.c toke.c utf8.c
12900 ____________________________________________________________________________
12901 [ 10337] By: jhi on 2001/05/30 23:20:23
12902 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
12903 From: Nicholas Clark <nick@ccl4.org>
12904 Date: Wed, 30 May 2001 22:34:41 +0100
12905 Message-ID: <20010530223441.Y86445@plum.flirble.org>
12908 ____________________________________________________________________________
12909 [ 10336] By: jhi on 2001/05/30 23:18:48
12910 Log: It's is not, it isn't ain't, and it's it's, not its,
12911 if you mean it is. If you don't, it's its. Then too,
12912 it's hers. It isn't her's. It isn't our's either.
12913 It's ours, and likewise yours and theirs.
12914 -- Oxford University Press, Edpress News
12917 ____________________________________________________________________________
12918 [ 10335] By: jhi on 2001/05/30 23:12:30
12919 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
12921 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
12922 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
12923 ! x2p/str.c x2p/walk.c xsutils.c
12924 ____________________________________________________________________________
12925 [ 10334] By: jhi on 2001/05/30 22:52:41
12926 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12927 From: Michael G Schwern <schwern@pobox.com>
12928 Date: Wed, 30 May 2001 17:10:38 +0100
12929 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
12931 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12932 From: Abhijit Menon-Sen <ams@wiw.org>
12933 Date: Wed, 30 May 2001 23:16:13 +0530
12934 Message-ID: <20010530231613.A31933@lustre.linux.in>
12936 ! perl.c t/run/runenv.t
12937 ____________________________________________________________________________
12938 [ 10333] By: jhi on 2001/05/30 22:25:02
12939 Log: (Retracted by #10375.)
12941 IRIX hints patch from Merijn Broeren.
12943 TODO: (this and the earlier Linux hints patch) should be solved
12944 at Configure level. Merijn: -ldb should not be used on any platform
12945 for perl, just when linking DBFile itself. Trying to be helpful here
12946 is counterproductive.
12949 ____________________________________________________________________________
12950 [ 10332] By: jhi on 2001/05/30 22:11:13
12951 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
12952 From: Nicholas Clark <nick@ccl4.org>
12953 Date: Wed, 30 May 2001 23:20:58 +0100
12954 Message-ID: <20010530232058.B86445@plum.flirble.org>
12957 ____________________________________________________________________________
12958 [ 10331] By: jhi on 2001/05/30 22:09:49
12959 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
12960 From: Michael G Schwern <schwern@pobox.com>
12961 Date: Wed, 30 May 2001 15:24:20 +0100
12962 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
12964 ! t/pragma/autouse.t
12965 ____________________________________________________________________________
12966 [ 10330] By: jhi on 2001/05/30 22:02:21
12967 Log: The regex trick wasn't a good idea.
12970 ____________________________________________________________________________
12971 [ 10329] By: nick on 2001/05/30 18:34:35
12972 Log: Integrate mainline
12974 !> (integrate 40 files)
12975 ____________________________________________________________________________
12976 [ 10328] By: jhi on 2001/05/30 14:28:39
12977 Log: Update Changes.
12979 ! Changes patchlevel.h
12980 ____________________________________________________________________________
12981 [ 10327] By: jhi on 2001/05/30 14:07:01
12982 Log: The metaconfig unit change for #10325.
12985 ____________________________________________________________________________
12986 [ 10326] By: jhi on 2001/05/30 14:06:36
12987 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
12990 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
12991 ____________________________________________________________________________
12992 [ 10325] By: jhi on 2001/05/30 14:04:28
12993 Log: Introduce $Config{afsroot}.
12995 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12996 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
12997 ! win32/config.gc win32/config.vc
12998 ____________________________________________________________________________
12999 [ 10324] By: jhi on 2001/05/30 13:49:44
13000 Log: (Retracted by #10375.)
13002 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
13005 ____________________________________________________________________________
13006 [ 10323] By: jhi on 2001/05/30 13:49:29
13007 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
13008 (Also Configure tweaks needed; coming up soon.)
13010 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
13011 ____________________________________________________________________________
13012 [ 10322] By: jhi on 2001/05/30 13:37:56
13013 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
13014 From: Michael G Schwern <schwern@pobox.com>
13015 Date: Sun, 27 May 2001 10:29:43 +0100
13016 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
13019 ____________________________________________________________________________
13020 [ 10321] By: jhi on 2001/05/30 13:36:28
13021 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
13022 and Abhijit Menon-Sen.
13024 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
13025 ! perl.c pp_sys.c regcomp.c
13026 ____________________________________________________________________________
13027 [ 10320] By: jhi on 2001/05/30 13:35:27
13028 Log: Fix the BOOT section to call myU2time properly.
13030 ! ext/Time/HiRes/HiRes.xs
13031 ____________________________________________________________________________
13032 [ 10319] By: jhi on 2001/05/30 13:06:09
13033 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
13034 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
13035 Date: Wed, 30 May 2001 09:44:29 -0400
13036 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
13038 Detypo; plus add one more trick.
13041 ____________________________________________________________________________
13042 [ 10318] By: jhi on 2001/05/30 12:47:11
13043 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)
13044 From: Michael G Schwern <schwern@pobox.com>
13045 Date: Wed, 30 May 2001 14:39:06 +0100
13046 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
13048 ! lib/autouse.pm t/pragma/autouse.t
13049 ____________________________________________________________________________
13050 [ 10317] By: jhi on 2001/05/30 12:46:02
13051 Log: Subject: Re: AIX and gcc (moving targets)
13052 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13053 Date: Wed, 30 May 2001 15:25:08 +0200
13054 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
13056 ! ext/Time/HiRes/HiRes.xs
13057 ____________________________________________________________________________
13058 [ 10316] By: jhi on 2001/05/30 12:40:46
13059 Log: Subject: [PATCH t/TEST] sorting tests
13060 From: Michael G Schwern <schwern@pobox.com>
13061 Date: Wed, 30 May 2001 10:24:02 +0100
13062 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
13065 ____________________________________________________________________________
13066 [ 10315] By: jhi on 2001/05/30 12:37:43
13067 Log: Subject: [ID 20010529.002] typos in man page perlre
13068 From: bart@cg681574-a.adubn1.nj.home.com
13069 Date: Tue, 29 May 2001 13:58:59 -0500
13070 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
13073 ____________________________________________________________________________
13074 [ 10314] By: jhi on 2001/05/30 12:33:53
13075 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
13076 From: "Craig A. Berry" <craigberry@mac.com>
13077 Date: Tue, 29 May 2001 23:23:45 -0500
13078 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
13080 ! t/lib/extutils.t t/pragma/autouse.t
13081 ____________________________________________________________________________
13082 [ 10313] By: jhi on 2001/05/30 12:32:17
13083 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)
13084 From: David Dyck <dcd@tc.fluke.com>
13085 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
13086 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
13089 ____________________________________________________________________________
13090 [ 10312] By: jhi on 2001/05/30 12:31:02
13091 Log: AIX hints update for gcc from Merijn H. Brand.
13094 ____________________________________________________________________________
13095 [ 10311] By: jhi on 2001/05/30 12:18:20
13096 Log: Retract #10295 and #10296: a more generic solution
13097 is needed (there's something funny with gcc on AIX).
13099 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
13100 ____________________________________________________________________________
13101 [ 10310] By: jhi on 2001/05/30 12:08:07
13102 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
13103 From: Hugo <hv@crypt.compulink.co.uk>
13104 Date: Wed, 30 May 2001 11:59:19 +0100
13105 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
13107 localizing $@ has unfortunate semantics - if you die past
13108 a local $@, the die message is lost.
13110 ! lib/utf8_heavy.pl
13111 ____________________________________________________________________________
13112 [ 10309] By: nick on 2001/05/30 08:23:02
13113 Log: Integrate mainline (autouse works again.)
13115 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
13116 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
13117 !> pod/perlvar.pod t/op/cmp.t
13118 ____________________________________________________________________________
13119 [ 10308] By: jhi on 2001/05/30 01:55:02
13120 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
13121 From: David Dyck <dcd@tc.fluke.com>
13122 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
13123 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
13126 ____________________________________________________________________________
13127 [ 10307] By: jhi on 2001/05/30 01:47:22
13128 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
13129 From: Nicholas Clark <nick@ccl4.org>
13130 Date: Tue, 29 May 2001 23:16:09 +0100
13131 Message-ID: <20010529231609.U86445@plum.flirble.org>
13133 Make the test output slightly clearer by distinguishing
13134 between '' and undef.
13137 ____________________________________________________________________________
13138 [ 10306] By: jhi on 2001/05/30 01:45:12
13139 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
13140 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13141 Date: Tue, 29 May 2001 19:15:19 -0400
13142 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
13145 ____________________________________________________________________________
13146 [ 10305] By: jhi on 2001/05/30 01:42:36
13147 Log: Subject: perlvar.pod addition
13148 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
13149 Date: Fri, 25 May 2001 20:23:12 +0200
13150 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
13152 Subject: Re: perlvar.pod addition
13153 From: "Abigail" <abigail@foad.org>
13154 Date: Fri, 25 May 2001 22:00:39 +0200
13155 Message-ID: <20010525200039.28029.qmail@foad.org>
13157 Mention $a and $b in perlvar.
13160 ____________________________________________________________________________
13161 [ 10304] By: jhi on 2001/05/30 01:36:37
13162 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
13163 From: Jeff Pinyan <jeffp@crusoe.net>
13164 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
13165 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
13168 ____________________________________________________________________________
13169 [ 10303] By: jhi on 2001/05/30 01:35:31
13170 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
13171 From: Jeff Pinyan <jeffp@crusoe.net>
13172 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
13173 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
13176 ____________________________________________________________________________
13177 [ 10302] By: jhi on 2001/05/29 20:18:49
13178 Log: Mention Time::localtime and Time::gmtime.
13180 ! ext/Time/Piece/Piece.pm
13181 ____________________________________________________________________________
13182 [ 10301] By: jhi on 2001/05/29 20:13:54
13183 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
13184 From: Michael G Schwern <schwern@pobox.com>
13185 Date: Tue, 29 May 2001 18:51:32 +0100
13186 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
13189 ____________________________________________________________________________
13190 [ 10300] By: jhi on 2001/05/29 20:12:09
13191 Log: Retract #10243.
13194 ____________________________________________________________________________
13195 [ 10299] By: nick on 2001/05/29 18:41:19
13196 Log: Post weekend integrate mainline (fails one test pragma/autouse).
13198 +> (branch 29 files)
13199 !> (integrate 91 files)
13200 ____________________________________________________________________________
13201 [ 10298] By: jhi on 2001/05/29 16:29:19
13202 Log: Update Changes.
13204 ! Changes patchlevel.h
13205 ____________________________________________________________________________
13206 [ 10297] By: jhi on 2001/05/29 16:25:47
13207 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
13208 before Perl_load_module/Perl_call_method and restore the value
13209 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
13212 ____________________________________________________________________________
13213 [ 10296] By: jhi on 2001/05/29 16:01:53
13214 Log: Subject: Re: AIX and gcc (moving targets)
13215 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13216 Date: Tue, 29 May 2001 17:59:40 +0200
13217 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
13219 ! ext/Storable/Makefile.PL
13220 ____________________________________________________________________________
13221 [ 10295] By: jhi on 2001/05/29 15:59:05
13222 Log: Subject: Re: AIX and gcc (moving targets)
13223 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13224 Date: Tue, 29 May 2001 12:32:57 +0200
13225 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
13227 ! ext/POSIX/Makefile.PL
13228 ____________________________________________________________________________
13229 [ 10294] By: jhi on 2001/05/29 15:53:43
13230 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
13231 From: Michael G Schwern <schwern@pobox.com>
13232 Date: Tue, 29 May 2001 09:53:29 +0100
13233 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
13237 ! lib/Test/Harness.pm t/lib/test-harness.t
13238 ____________________________________________________________________________
13239 [ 10293] By: jhi on 2001/05/29 15:46:10
13240 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
13241 From: Michael G Schwern <schwern@pobox.com>
13242 Date: Tue, 29 May 2001 09:19:52 +0100
13243 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
13245 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
13246 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
13247 + t/lib/Test/todo.t
13248 ! MANIFEST lib/Test.pm t/TEST
13249 ____________________________________________________________________________
13250 [ 10292] By: jhi on 2001/05/29 15:34:08
13251 Log: From: Michael G Schwern <schwern@pobox.com>
13252 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
13253 Date: Tue, 29 May 2001 08:26:09 +0100
13254 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
13257 ____________________________________________________________________________
13258 [ 10291] By: jhi on 2001/05/29 15:29:37
13259 Log: Add tests for Time::gmtime and Time::localtime.
13261 + t/lib/time-gmtime.t t/lib/time-localtime.t
13262 ! MANIFEST t/lib/1_compile.t
13263 ____________________________________________________________________________
13264 [ 10290] By: jhi on 2001/05/29 15:15:44
13265 Log: Add test for File::stat.
13268 ! MANIFEST t/lib/1_compile.t
13269 ____________________________________________________________________________
13270 [ 10289] By: jhi on 2001/05/29 15:05:38
13271 Log: Add test for Net::servent.
13274 ! MANIFEST t/lib/1_compile.t
13275 ____________________________________________________________________________
13276 [ 10288] By: jhi on 2001/05/29 14:57:15
13277 Log: Add test for Net::protoent.
13280 ! MANIFEST t/lib/1_compile.t
13281 ____________________________________________________________________________
13282 [ 10287] By: jhi on 2001/05/29 14:53:10
13283 Log: Add test for Net::netent.
13286 ! MANIFEST t/lib/1_compile.t
13287 ____________________________________________________________________________
13288 [ 10286] By: jhi on 2001/05/29 14:31:57
13289 Log: Add test for User::grent. Portability doubtful.
13291 + t/lib/user-grent.t
13292 ! MANIFEST t/lib/1_compile.t
13293 ____________________________________________________________________________
13294 [ 10285] By: jhi on 2001/05/29 14:24:20
13295 Log: Add test for User::pwent.
13296 Probably will fall down somewhere for portability reasons.
13298 + t/lib/user-pwent.t
13299 ! MANIFEST t/lib/1_compile.t
13300 ____________________________________________________________________________
13301 [ 10284] By: jhi on 2001/05/29 13:26:43
13302 Log: Metaconfig units changes for #10283.
13304 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
13305 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
13306 ! U/installdirs/sitescript.U U/modified/Signal.U
13307 ____________________________________________________________________________
13308 [ 10283] By: jhi on 2001/05/29 13:26:24
13309 Log: Subject: [PATCH 5.6.1] signal names in Configure
13310 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13311 Date: Tue, 29 May 2001 03:52:25 -0400
13312 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
13314 Subject: [PATCH 5.6.1] older perl in Configure
13315 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13316 Date: Tue, 29 May 2001 03:55:40 -0400
13317 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
13319 Subject: [PATCH 5.6.1] goofs in Configure
13320 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13321 Date: Tue, 29 May 2001 04:13:07 -0400
13322 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
13324 Configure portability tweaks.
13327 ____________________________________________________________________________
13328 [ 10282] By: jhi on 2001/05/29 12:41:41
13329 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
13330 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13331 Date: Tue, 29 May 2001 04:07:06 -0400
13332 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
13335 ____________________________________________________________________________
13336 [ 10281] By: jhi on 2001/05/29 12:40:31
13337 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
13338 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13339 Date: Tue, 29 May 2001 04:01:38 -0400
13340 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
13342 ! hints/os2.sh os2/Makefile.SHs
13343 ____________________________________________________________________________
13344 [ 10280] By: jhi on 2001/05/29 12:38:48
13345 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
13346 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13347 Date: Tue, 29 May 2001 03:50:18 -0400
13348 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
13350 ! lib/Test/Harness.pm
13351 ____________________________________________________________________________
13352 [ 10279] By: jhi on 2001/05/29 12:34:53
13353 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
13355 ! lib/utf8_heavy.pl
13356 ____________________________________________________________________________
13357 [ 10278] By: jhi on 2001/05/29 02:15:24
13358 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
13359 From: Hugo <hv@crypt.compulink.co.uk>
13360 Date: Tue, 29 May 2001 03:03:45 +0100
13361 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
13363 Explanation why the $@ always gets the UTF8 flag when under use utf8--
13364 because we told it to have the flag when under use utf8.
13367 ____________________________________________________________________________
13368 [ 10277] By: jhi on 2001/05/29 00:51:34
13369 Log: At least a partial fix for 20010528.004.
13371 ! lib/utf8_heavy.pl
13372 ____________________________________________________________________________
13373 [ 10276] By: jhi on 2001/05/29 00:42:59
13374 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
13375 From: Nicholas Clark <nick@ccl4.org>
13376 Date: Mon, 28 May 2001 23:39:38 +0100
13377 Message-ID: <20010528233938.M86445@plum.flirble.org>
13379 More portable non-zero UV.
13382 ____________________________________________________________________________
13383 [ 10275] By: jhi on 2001/05/29 00:40:28
13384 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
13385 From: Nicholas Clark <nick@ccl4.org>
13386 Date: Mon, 28 May 2001 22:46:09 +0100
13387 Message-ID: <20010528224608.L86445@plum.flirble.org>
13389 Test also "make clean".
13392 ____________________________________________________________________________
13393 [ 10274] By: jhi on 2001/05/29 00:39:18
13394 Log: Subject: Re: Would -Wno-unused -Wall be better?
13395 From: Michael G Schwern <schwern@pobox.com>
13396 Date: Tue, 29 May 2001 00:55:54 +0100
13397 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
13400 ____________________________________________________________________________
13401 [ 10273] By: jhi on 2001/05/29 00:36:06
13402 Log: Add a test for 20010528.007, fixed in #10272.
13404 ! t/op/misc.t toke.c
13405 ____________________________________________________________________________
13406 [ 10272] By: jhi on 2001/05/29 00:21:12
13407 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
13408 From: Hugo <hv@crypt.compulink.co.uk>
13409 Date: Tue, 29 May 2001 00:23:23 +0100
13410 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
13413 ____________________________________________________________________________
13414 [ 10271] By: jhi on 2001/05/28 22:52:11
13415 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
13416 From: Michael G Schwern <schwern@pobox.com>
13417 Date: Tue, 29 May 2001 00:42:59 +0100
13418 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
13420 ! t/pragma/autouse.t
13421 ____________________________________________________________________________
13422 [ 10270] By: jhi on 2001/05/28 21:44:06
13423 Log: Some shells seemingly arrange the signal handlers differently
13424 (bug id 20010521.004).
13426 ! t/lib/sigaction.t
13427 ____________________________________________________________________________
13428 [ 10269] By: jhi on 2001/05/28 20:34:21
13429 Log: Regen perlmodlib.
13431 ! pod/perlmodlib.pod
13432 ____________________________________________________________________________
13433 [ 10268] By: jhi on 2001/05/28 19:08:45
13434 Log: Update Changes.
13436 ! Changes patchlevel.h
13437 ____________________________________________________________________________
13438 [ 10267] By: jhi on 2001/05/28 19:03:54
13439 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
13440 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13441 Date: Mon, 28 May 2001 14:56:35 -0500
13442 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
13444 ! pod/perlnewmod.pod
13445 ____________________________________________________________________________
13446 [ 10266] By: jhi on 2001/05/28 18:35:03
13450 ____________________________________________________________________________
13451 [ 10265] By: jhi on 2001/05/28 18:33:32
13452 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
13453 From: "Richard Soderberg" <rs@crystalflame.net>
13454 Date: Mon, 28 May 2001 12:31:23 -0700
13455 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
13458 ____________________________________________________________________________
13459 [ 10264] By: jhi on 2001/05/28 17:59:00
13460 Log: The #10260 was too bold: locales and utf8 still do not mix.
13462 ! t/pragma/locale.t
13463 ____________________________________________________________________________
13464 [ 10263] By: jhi on 2001/05/28 17:52:25
13465 Log: Subject: [PATCH] Pod nitpicks
13466 From: "Richard Soderberg" <rs@crystalflame.net>
13467 Date: Mon, 28 May 2001 10:08:58 -0700
13468 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
13470 ! pod/perl571delta.pod pod/perlapi.pod sv.h
13471 ____________________________________________________________________________
13472 [ 10262] By: jhi on 2001/05/28 17:50:05
13473 Log: Upgrade to I18N::LangTags 0.22.
13475 + lib/I18N/LangTags/List.pod
13476 ! MANIFEST lib/I18N/LangTags.pm
13477 ____________________________________________________________________________
13478 [ 10261] By: jhi on 2001/05/28 17:23:40
13479 Log: A slightly more serious bug found by -Mutf8; op/misc and
13480 lib/complex dumped core.
13483 ____________________________________________________________________________
13484 [ 10260] By: jhi on 2001/05/28 16:58:11
13485 Log: Various buglets shaken out by -Mutf8.
13487 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
13488 ! t/pragma/locale.t
13489 ____________________________________________________________________________
13490 [ 10259] By: jhi on 2001/05/28 15:48:46
13491 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
13494 ____________________________________________________________________________
13495 [ 10258] By: jhi on 2001/05/28 15:32:41
13496 Log: Subject: [PATCH] todo patch
13497 From: Artur Bergman <artur@contiller.se>
13498 Date: Mon, 28 May 2001 17:03:51 +0200
13499 Message-ID: <B7383577.F34%artur@contiller.se>
13502 ____________________________________________________________________________
13503 [ 10257] By: jhi on 2001/05/28 15:31:25
13504 Log: Subject: typo in perlguts.pod
13505 From: "John P. Linderman" <jpl@research.att.com>
13506 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
13507 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
13510 ____________________________________________________________________________
13511 [ 10256] By: jhi on 2001/05/28 15:30:42
13512 Log: Subject: AIX and gcc (moving targets)
13513 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13514 Date: Mon, 28 May 2001 12:54:04 +0200
13515 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
13518 ____________________________________________________________________________
13519 [ 10255] By: jhi on 2001/05/28 15:28:55
13520 Log: Subject: Re: perlio + multiple perl_alloc..destruct
13521 From: Doug MacEachern <dougm@covalent.net>
13522 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
13523 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
13526 ____________________________________________________________________________
13527 [ 10254] By: jhi on 2001/05/28 15:27:49
13528 Log: The #10251 wasn't quite up-to-the-code.
13531 ____________________________________________________________________________
13532 [ 10253] By: jhi on 2001/05/28 15:26:39
13533 Log: Test case for bug 20010526.004, fixed in #10252.
13536 ____________________________________________________________________________
13537 [ 10252] By: jhi on 2001/05/28 15:26:14
13538 Log: Subject: Re: [ID 20010526.004] Taint looses value
13539 From: Hugo <hv@crypt.compulink.co.uk>
13540 Date: Sun, 27 May 2001 20:39:32 +0100
13541 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
13544 ____________________________________________________________________________
13545 [ 10251] By: jhi on 2001/05/28 15:13:40
13546 Log: Test case for 20010422.005, fixed by #10250.
13549 ____________________________________________________________________________
13550 [ 10250] By: jhi on 2001/05/28 15:11:16
13551 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
13552 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13553 Date: Mon, 28 May 2001 06:39:12 -0400
13554 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
13557 ____________________________________________________________________________
13558 [ 10249] By: jhi on 2001/05/28 15:09:24
13559 Log: Linerewrapping.
13562 ____________________________________________________________________________
13563 [ 10248] By: jhi on 2001/05/28 15:09:07
13564 Log: Updates on the modules list.
13566 ! t/lib/1_compile.t
13567 ____________________________________________________________________________
13568 [ 10247] By: jhi on 2001/05/28 15:03:35
13569 Log: Add a test for PerlIO.
13571 (I probably got the crlf/raw thing wrong for clrfy platforms...)
13574 ! MANIFEST lib/PerlIO.pm
13575 ____________________________________________________________________________
13576 [ 10246] By: jhi on 2001/05/28 14:24:08
13577 Log: Add a test for carp et alia.
13581 ____________________________________________________________________________
13582 [ 10245] By: jhi on 2001/05/28 13:42:55
13583 Log: Adding the new test would be swell.
13585 + t/pragma/autouse.t
13586 ____________________________________________________________________________
13587 [ 10244] By: jhi on 2001/05/28 13:42:34
13588 Log: Add a test for the autouse pragma.
13591 ____________________________________________________________________________
13592 [ 10243] By: jhi on 2001/05/28 13:26:25
13593 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
13594 From: dLux <dlux@spam.sch.bme.hu>
13595 Date: Sun, 27 May 2001 16:14:26 +0200
13596 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
13599 ____________________________________________________________________________
13600 [ 10242] By: jhi on 2001/05/28 13:21:50
13601 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
13602 From: "Richard Soderberg" <rs@crystalflame.net>
13603 Date: Mon, 28 May 2001 03:56:36 -0700
13604 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
13607 ____________________________________________________________________________
13608 [ 10241] By: jhi on 2001/05/28 13:18:56
13609 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
13610 From: "Stephen P. Potter" <spp@spotter.yi.org>
13611 Date: Tue, 22 May 2001 11:40:25 -0400
13612 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
13614 Subject: Re: [ID 20010522.003] Time::Local module bug
13615 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13616 Date: Tue, 22 May 2001 11:50:19 -0400
13617 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
13619 ! lib/Time/Local.pm
13620 ____________________________________________________________________________
13621 [ 10240] By: jhi on 2001/05/27 22:44:49
13622 Log: The PERL_DL_NONLAZY can have whitespace in front.
13625 ____________________________________________________________________________
13626 [ 10239] By: jhi on 2001/05/27 21:23:21
13627 Log: Document strftime() and strptime().
13629 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
13630 ____________________________________________________________________________
13631 [ 10238] By: jhi on 2001/05/27 20:29:07
13632 Log: Make Time::Piece::strptime() to be a function, not a method.
13634 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13635 ____________________________________________________________________________
13636 [ 10237] By: jhi on 2001/05/27 20:22:09
13637 Log: Tweak the test to be more portable.
13640 ____________________________________________________________________________
13641 [ 10236] By: jhi on 2001/05/27 19:15:54
13642 Log: Subject: PATCH: Re: Re: Attributes that tie
13643 From: Leon Brocard <acme@astray.com>
13644 Date: Sun, 27 May 2001 12:37:29 +0100
13645 Message-ID: <20010527123729.A22663@ns0.astray.com>
13647 Document that variable attributes are not currently usable
13648 for tieing. (An ugly limitation that should be fixed.)
13650 ! lib/attributes.pm
13651 ____________________________________________________________________________
13652 [ 10235] By: jhi on 2001/05/27 19:03:31
13653 Log: Microperl tweaks.
13655 ! Makefile.micro uconfig.h uconfig.sh
13656 ____________________________________________________________________________
13657 [ 10234] By: jhi on 2001/05/27 18:22:09
13658 Log: Add make target for microperl (kind of silly, but convenient).
13661 ____________________________________________________________________________
13662 [ 10233] By: jhi on 2001/05/27 18:18:56
13663 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
13667 ____________________________________________________________________________
13668 [ 10232] By: jhi on 2001/05/27 17:57:18
13669 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
13670 From: rspier@pobox.com (Robert Spier)
13671 Date: Sat, 26 May 2001 20:05:23 -0400
13672 Message-ID: <15120.17603.148648.12430@rls.cx>
13674 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
13675 From: rspier@pobox.com (Robert Spier)
13676 Date: Sun, 27 May 2001 00:23:12 -0400
13677 Message-ID: <15120.33072.511966.767230@rls.cx>
13679 ! doio.c pod/perlfunc.pod
13680 ____________________________________________________________________________
13681 [ 10231] By: jhi on 2001/05/27 15:45:20
13682 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
13684 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13685 ____________________________________________________________________________
13686 [ 10230] By: jhi on 2001/05/27 15:41:06
13687 Log: Add README.tru64.
13690 ____________________________________________________________________________
13691 [ 10229] By: jhi on 2001/05/27 13:50:57
13692 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
13694 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13695 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
13697 ____________________________________________________________________________
13698 [ 10228] By: jhi on 2001/05/27 13:43:38
13699 Log: Integrate I18N::LangTags from Sean Burke.
13701 TODO: the language list from RFC 3066 needs to be integrated
13702 and made available somehow. The list is included in the
13703 I18N-LangTags 0.21 distribution, but it is undocumented
13704 and unconnected to the module.
13706 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
13708 ____________________________________________________________________________
13709 [ 10227] By: jhi on 2001/05/27 01:41:33
13710 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
13711 envisioned by Sarathy.
13713 ! t/op/ver.t toke.c
13714 ____________________________________________________________________________
13715 [ 10226] By: jhi on 2001/05/27 00:28:34
13716 Log: Subject: [ID 20010525.001] Pod typo nits fixed
13717 From: lvirden@cas.org
13718 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
13719 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
13721 minus the perlsolaris decimation plus the
13723 Subject: Re: [ID 20010525.001] Pod typo nits fixed
13724 From: "Philip Newton" <Philip.Newton@gmx.net>
13725 Date: Fri, 25 May 2001 18:05:55 +0200
13726 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
13728 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
13729 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
13730 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
13731 ! pod/perlutil.pod pod/perlxstut.pod
13732 ____________________________________________________________________________
13733 [ 10225] By: jhi on 2001/05/26 22:38:16
13734 Log: return clauses are nice.
13737 ____________________________________________________________________________
13738 [ 10224] By: jhi on 2001/05/26 22:35:31
13739 Log: Subject: change 10199 backwards?
13740 From: Doug MacEachern <dougm@covalent.net>
13741 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
13742 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
13745 ____________________________________________________________________________
13746 [ 10223] By: jhi on 2001/05/26 22:31:46
13747 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
13748 From: Hugo <hv@crypt.compulink.co.uk>
13749 Date: Sat, 26 May 2001 17:05:12 +0100
13750 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
13753 ! MANIFEST doop.c embed.h embed.pl global.sym
13754 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
13755 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
13756 ____________________________________________________________________________
13757 [ 10222] By: jhi on 2001/05/26 22:10:38
13758 Log: Regen headers for #10221.
13760 ! global.sym objXSUB.h perlapi.c
13761 ____________________________________________________________________________
13762 [ 10221] By: jhi on 2001/05/26 22:06:06
13763 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
13764 From: Juha Laiho <juha.laiho@Elma.Net>
13765 Date: Thu, 3 May 2001 09:51:30 +0300
13766 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
13769 ____________________________________________________________________________
13770 [ 10220] By: jhi on 2001/05/26 22:01:30
13771 Log: Subject: Re: [PATCH] Re: stability of sort()?
13772 From: "John P. Linderman" <jpl@research.att.com>
13773 Date: Sat, 26 May 2001 13:27:19 -0400
13774 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
13777 ____________________________________________________________________________
13778 [ 10219] By: jhi on 2001/05/26 14:02:34
13779 Log: Integrate perlio.
13781 !> pod/perlguts.pod
13782 ____________________________________________________________________________
13783 [ 10218] By: jhi on 2001/05/26 13:39:52
13784 Log: Subject: [PATCH perl@10210] PerlIO for VMS
13785 From: "Craig A. Berry" <craigberry@mac.com>
13786 Date: Sat, 26 May 2001 09:34:11 -0500
13787 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
13789 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
13790 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
13792 ____________________________________________________________________________
13793 [ 10217] By: jhi on 2001/05/26 13:19:05
13794 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
13795 From: David Dyck <dcd@tc.fluke.com>
13796 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
13797 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
13800 ____________________________________________________________________________
13801 [ 10216] By: jhi on 2001/05/26 13:17:47
13802 Log: Subject: utf8 regexp tests
13803 From: Hugo <hv@crypt.compulink.co.uk>
13804 Date: Fri, 25 May 2001 22:35:01 +0100
13805 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
13808 ____________________________________________________________________________
13809 [ 10215] By: jhi on 2001/05/26 13:15:40
13810 Log: Subject: [PATCH] Re: stability of sort()?
13811 From: Nicholas Clark <nick@ccl4.org>
13812 Date: Fri, 25 May 2001 22:40:19 +0100
13813 Message-ID: <20010525224019.B86445@plum.flirble.org>
13816 ____________________________________________________________________________
13817 [ 10214] By: jhi on 2001/05/26 13:14:30
13818 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
13819 From: John Peacock <jpeacock@rowman.com>
13820 Date: Thu, 24 May 2001 22:14:01 -0400
13821 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
13823 ! mg.c scope.c sv.c
13824 ____________________________________________________________________________
13825 [ 10213] By: jhi on 2001/05/26 13:08:56
13826 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
13827 From: Nicholas Clark <nick@ccl4.org>
13828 Date: Sun, 20 May 2001 19:24:13 +0100
13829 Message-ID: <20010520192413.G83222@plum.flirble.org>
13831 + lib/ExtUtils/Constant.pm t/lib/extutils.t
13832 ! MANIFEST utils/h2xs.PL
13833 ____________________________________________________________________________
13834 [ 10212] By: nick on 2001/05/26 09:49:28
13835 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
13836 add a few more notes there on use of mortals on the stack.
13839 ____________________________________________________________________________
13840 [ 10211] By: nick on 2001/05/26 09:05:36
13841 Log: Integrate mainline
13843 +> t/lib/fcntl.t t/pragma/vars.t
13844 !> (integrate 49 files)
13845 ____________________________________________________________________________
13846 [ 10210] By: jhi on 2001/05/25 12:29:16
13847 Log: Update Changes.
13849 ! Changes patchlevel.h
13850 ____________________________________________________________________________
13851 [ 10209] By: jhi on 2001/05/25 12:24:45
13854 Subject: [PATCH pp.c] Wrapping pack("C",256)
13855 From: Simon Cozens <simon@netthink.co.uk>
13856 Date: Sat, 12 May 2001 17:58:41 +0100
13857 Message-ID: <20010512175841.A6132@netthink.co.uk>
13859 ! pod/perldiag.pod pp.c t/pragma/warn/pp
13860 ____________________________________________________________________________
13861 [ 10208] By: jhi on 2001/05/25 01:37:03
13862 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
13863 From: "Brendan O'Dea" <bod@compusol.com.au>
13864 Date: Fri, 25 May 2001 11:18:29 +1000
13865 Message-ID: <20010525111829.A28411@compusol.com.au>
13867 (Slightly modified.)
13870 ____________________________________________________________________________
13871 [ 10207] By: jhi on 2001/05/25 01:12:14
13872 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
13873 From: Hugo <hv@crypt.compulink.co.uk>
13874 Date: Fri, 25 May 2001 02:13:25 +0100
13875 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
13878 ____________________________________________________________________________
13879 [ 10206] By: jhi on 2001/05/25 01:07:59
13880 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
13881 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
13882 Date: Fri, 25 May 2001 10:25:36 +0900
13883 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
13885 ! regcomp.c regexec.c
13886 ____________________________________________________________________________
13887 [ 10205] By: jhi on 2001/05/25 01:07:00
13888 Log: Subject: [PATCH #2] stash autovivification and method call error messages
13889 From: Ilmari Karonen <iltzu@sci.fi>
13890 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
13891 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
13893 ! gv.c pp_hot.c t/op/method.t
13894 ____________________________________________________________________________
13895 [ 10204] By: jhi on 2001/05/25 01:03:50
13896 Log: Add make target and documentation for gprof profiling.
13898 ! Makefile.SH pod/perlhack.pod
13899 ____________________________________________________________________________
13900 [ 10203] By: jhi on 2001/05/24 21:09:36
13901 Log: Subject: Don't think about UTF8
13902 From: Mike Guy <mjtg@cam.ac.uk>
13903 Date: Tue, 22 May 2001 14:35:39 +0100
13904 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
13907 ____________________________________________________________________________
13908 [ 10202] By: jhi on 2001/05/24 21:07:25
13909 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
13910 From: Geraint A Edwards <gedge@serf.org>
13911 Date: Thu, 24 May 2001 22:51:24 +0100
13912 Message-Id: <20010524225124.A34981@cymru.serf.org>
13915 ____________________________________________________________________________
13916 [ 10201] By: jhi on 2001/05/24 21:02:30
13917 Log: DB_File has its own attribute story.
13919 ! ext/DB_File/DB_File.xs
13920 ____________________________________________________________________________
13921 [ 10200] By: jhi on 2001/05/24 19:54:21
13922 Log: Subject: Re: Making perl with -Wall
13923 From: Andy Dougherty <doughera@lafayette.edu>
13924 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
13925 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
13928 ____________________________________________________________________________
13929 [ 10199] By: jhi on 2001/05/24 15:15:03
13930 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
13931 From: "Richard Soderberg" <rs@crystalflame.net>
13932 Date: Thu, 24 May 2001 08:58:16 -0700
13933 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
13936 ____________________________________________________________________________
13937 [ 10198] By: jhi on 2001/05/24 15:10:04
13938 Log: IV/UV casting fixes from Nicholas Clark.
13940 ! perl.h pp_sys.c util.c
13941 ____________________________________________________________________________
13942 [ 10197] By: jhi on 2001/05/24 14:19:44
13943 Log: Subject: Re: Making perl with -Wall
13944 From: Michael G Schwern <schwern@pobox.com>
13945 Date: Thu, 24 May 2001 15:40:28 +0100
13946 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
13949 ____________________________________________________________________________
13950 [ 10196] By: jhi on 2001/05/24 14:04:41
13951 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
13952 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13953 Date: Tue, 22 May 2001 11:49:37 +0200
13954 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
13956 ! U/modified/Oldsym.U
13957 Branch: metaconfig/U/perl
13960 ! Configure config_h.SH myconfig.SH
13961 ____________________________________________________________________________
13962 [ 10195] By: jhi on 2001/05/24 13:25:04
13963 Log: Under versiononly install also the scripts with the version suffix.
13964 (e.g. .../bin/h2xs5.7.1)
13967 ____________________________________________________________________________
13968 [ 10194] By: jhi on 2001/05/24 13:02:49
13969 Log: Subject: [PATCH] Stop segfault in mg.c:636
13970 From: "Richard Soderberg" <rs@crystalflame.net>
13971 Date: Thu, 24 May 2001 05:51:52 -0700
13972 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
13975 ____________________________________________________________________________
13976 [ 10193] By: jhi on 2001/05/24 12:37:13
13977 Log: Iteration continues; hopefully convergently.
13980 ____________________________________________________________________________
13981 [ 10192] By: jhi on 2001/05/24 12:36:35
13982 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
13983 From: Gisle Aas <gisle@ActiveState.com>
13984 Date: 23 May 2001 16:13:10 -0700
13985 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
13988 ____________________________________________________________________________
13989 [ 10191] By: jhi on 2001/05/24 12:25:12
13990 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
13991 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13992 Date: Thu, 24 May 2001 05:05:22 -0500
13993 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
13995 ! lib/dumpvar.pl lib/perl5db.pl
13996 ____________________________________________________________________________
13997 [ 10190] By: jhi on 2001/05/24 12:24:07
13998 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
13999 From: David Dyck <dcd@tc.fluke.com>
14000 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
14001 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
14004 ____________________________________________________________________________
14005 [ 10189] By: jhi on 2001/05/23 22:43:31
14006 Log: Tiny pod nits on READMEs, mostly whitespace issues.
14008 ! README.amiga README.dos README.macos README.mpeix README.vmesa
14010 ____________________________________________________________________________
14011 [ 10188] By: jhi on 2001/05/23 22:26:03
14012 Log: The DG/UX part of the 20010521.005.
14015 ____________________________________________________________________________
14016 [ 10187] By: jhi on 2001/05/23 22:04:05
14017 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
14018 From: Hugo <hv@crypt.compulink.co.uk>
14019 Date: Mon, 21 May 2001 16:32:02 +0100
14020 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
14022 ! regcomp.c t/op/misc.t
14023 ____________________________________________________________________________
14024 [ 10186] By: jhi on 2001/05/23 21:42:15
14025 Log: Subject: [PATCH] Extra UNIVERSAL tests
14026 From: Mike Guy <mjtg@cam.ac.uk>
14027 Date: Wed, 23 May 2001 12:29:20 +0100
14028 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
14031 ____________________________________________________________________________
14032 [ 10185] By: jhi on 2001/05/23 21:38:48
14033 Log: Subject: [PATCH] Remove EQ keyword
14034 From: Mike Guy <mjtg@cam.ac.uk>
14035 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
14036 Date: Wed, 23 May 2001 11:17:29 +0100
14038 ! keywords.h keywords.pl
14039 ____________________________________________________________________________
14040 [ 10184] By: jhi on 2001/05/23 21:29:41
14041 Log: Subject: [PATCH] lib/perl5db.pl
14042 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14043 Date: Wed, 23 May 2001 02:18:03 -0500
14044 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
14047 ____________________________________________________________________________
14048 [ 10183] By: jhi on 2001/05/23 21:27:54
14049 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
14050 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14051 Date: Tue, 22 May 2001 23:34:41 -0500
14052 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
14055 ____________________________________________________________________________
14056 [ 10182] By: jhi on 2001/05/23 21:24:30
14057 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
14058 From: davem@fdgroup.co.uk
14059 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
14060 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
14063 ____________________________________________________________________________
14064 [ 10181] By: jhi on 2001/05/23 21:23:29
14065 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
14066 From: Michael G Schwern <schwern@pobox.com>
14067 Date: Tue, 22 May 2001 14:15:09 +0100
14068 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
14071 ____________________________________________________________________________
14072 [ 10180] By: jhi on 2001/05/23 21:22:14
14073 Log: Subject: [PATCH lib/vars.pm] Odd code nit
14074 From: Michael G Schwern <schwern@pobox.com>
14075 Date: Tue, 22 May 2001 14:14:28 +0100
14076 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
14079 ____________________________________________________________________________
14080 [ 10179] By: jhi on 2001/05/23 21:19:51
14081 Log: Use the new use vars feature.
14084 ____________________________________________________________________________
14085 [ 10178] By: jhi on 2001/05/23 21:19:28
14086 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
14087 From: Mike Guy <mjtg@cam.ac.uk>
14088 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14089 Date: Tue, 22 May 2001 13:11:39 +0100
14092 ! MANIFEST lib/vars.pm t/lib/1_compile.t
14093 ____________________________________________________________________________
14094 [ 10177] By: jhi on 2001/05/23 21:01:48
14095 Log: -qlongdouble considered harmful by Merijn.
14098 ____________________________________________________________________________
14099 [ 10176] By: jhi on 2001/05/21 13:21:21
14100 Log: Update Changes.
14102 ! Changes patchlevel.h
14103 ____________________________________________________________________________
14104 [ 10175] By: jhi on 2001/05/21 13:17:28
14105 Log: Add a test of its very own for Fcntl. Hopefully portable.
14109 ____________________________________________________________________________
14110 [ 10174] By: jhi on 2001/05/21 12:45:41
14111 Log: Must be trickier for 'minitest' not to die.
14114 ____________________________________________________________________________
14115 [ 10173] By: jhi on 2001/05/21 11:24:43
14116 Log: Can't declare other people's variables.
14119 ____________________________________________________________________________
14120 [ 10172] By: jhi on 2001/05/20 20:33:08
14121 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
14123 ! doio.c t/op/taint.t
14124 ____________________________________________________________________________
14125 [ 10171] By: jhi on 2001/05/20 20:18:45
14126 Log: The OS/2 variable needs to be declared.
14129 ____________________________________________________________________________
14130 [ 10170] By: nick on 2001/05/20 16:48:29
14131 Log: Integrate mainline
14133 !> (integrate 41 files)
14134 ____________________________________________________________________________
14135 [ 10169] By: jhi on 2001/05/20 11:50:20
14136 Log: Small perlsec updates: clarify the taintedness of filename
14137 globbing; suggest using Scalar::Util::tainted().
14140 ____________________________________________________________________________
14141 [ 10168] By: jhi on 2001/05/20 11:24:11
14142 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
14143 From: Dave Mitchell <davem@fdgroup.co.uk>
14144 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
14145 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
14147 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
14148 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
14149 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
14151 ____________________________________________________________________________
14152 [ 10167] By: jhi on 2001/05/20 11:12:14
14153 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
14154 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14155 Date: Sat, 19 May 2001 04:08:46 -0400
14156 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
14158 ! lib/ExtUtils/Mksymlists.pm makedef.pl
14159 ____________________________________________________________________________
14160 [ 10166] By: jhi on 2001/05/20 11:08:27
14161 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
14162 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14163 Date: Sat, 19 May 2001 04:30:45 -0400
14164 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
14167 ____________________________________________________________________________
14168 [ 10165] By: jhi on 2001/05/20 11:07:06
14169 Log: Subject: [PATCH 5.6.1] build bugs OS/2
14170 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14171 Date: Sat, 19 May 2001 04:35:28 -0400
14172 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
14174 ! os2/Makefile.SHs os2/os2.c
14175 ____________________________________________________________________________
14176 [ 10164] By: jhi on 2001/05/20 11:06:01
14177 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
14178 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14179 Date: Sat, 19 May 2001 04:04:23 -0400
14180 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
14182 (In bleadperl patched b-stash.t instead of b.t)
14184 ! t/lib/b-stash.t t/lib/bigfltpm.t
14185 ____________________________________________________________________________
14186 [ 10163] By: jhi on 2001/05/20 10:59:46
14187 Log: Subject: [PATCH 5.6.1] perl5db
14188 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14189 Date: Sat, 19 May 2001 03:49:09 -0400
14190 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
14193 ____________________________________________________________________________
14194 [ 10162] By: jhi on 2001/05/20 10:58:18
14195 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
14196 From: Gisle Aas <gisle@ActiveState.com>
14197 Date: 18 May 2001 14:24:51 -0700
14198 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
14201 ____________________________________________________________________________
14202 [ 10161] By: jhi on 2001/05/20 10:57:00
14203 Log: Subject: [PATCH] Chomp should not always stringify
14204 From: Gisle Aas <gisle@ActiveState.com>
14205 Date: 18 May 2001 07:55:25 -0700
14206 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
14208 ! doop.c t/op/chop.t
14209 ____________________________________________________________________________
14210 [ 10160] By: jhi on 2001/05/20 10:49:40
14211 Log: Integrate perlio.
14213 !> pod/perlfunc.pod
14214 ____________________________________________________________________________
14215 [ 10159] By: nick on 2001/05/20 09:39:46
14216 Log: Document some more of open's features.
14219 ____________________________________________________________________________
14220 [ 10158] By: gsar on 2001/05/18 18:43:38
14221 Log: back out change#10153 (it has compatibility issues such as the
14222 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
14223 benefit for 5.6.x doesn't seem worth the risk)
14224 Branch: maint-5.6/perl
14226 ____________________________________________________________________________
14227 [ 10157] By: jhi on 2001/05/18 17:05:40
14228 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
14231 ____________________________________________________________________________
14232 [ 10156] By: jhi on 2001/05/18 12:06:40
14233 Log: Update Changes.
14235 ! Changes patchlevel.h
14236 ____________________________________________________________________________
14237 [ 10155] By: jhi on 2001/05/18 11:58:57
14238 Log: Integrate change #10144 from maintperl.
14240 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
14242 !> win32/config.bc win32/config.gc win32/config.vc
14243 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14244 ____________________________________________________________________________
14245 [ 10154] By: nick on 2001/05/18 07:23:03
14246 Log: Integrate mainline.
14248 +> README.dgux t/lib/i18n-collate.t utils.lst
14249 !> (integrate 49 files)
14250 ____________________________________________________________________________
14251 [ 10153] By: jhi on 2001/05/18 00:41:51
14252 Log: Integrate change #7224 from mainline into maintperl.
14254 Allow @+ and @- to be doublequoted, from Simon Cozens.
14255 (Approved by Larry, see Tom's comment in 20000830.005.)
14256 Branch: maint-5.6/perl
14258 ____________________________________________________________________________
14259 [ 10152] By: jhi on 2001/05/17 23:18:15
14260 Log: Subject: [PATCH bleadperl] small lookbehind fix
14261 From: Hugo <hv@crypt.compulink.co.uk>
14262 Date: Fri, 18 May 2001 00:07:19 +0100
14263 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
14266 ____________________________________________________________________________
14267 [ 10151] By: jhi on 2001/05/17 22:00:06
14270 ! installman utils.lst
14271 ____________________________________________________________________________
14272 [ 10150] By: jhi on 2001/05/17 20:32:48
14273 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
14276 ! t/lib/glob-basic.t
14277 ____________________________________________________________________________
14278 [ 10149] By: jhi on 2001/05/17 20:08:58
14279 Log: Subject: [PATCH] Test for bug 20010515.004
14280 From: Benjamin Sugars <bsugars@canoe.ca>
14281 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
14282 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
14285 ____________________________________________________________________________
14286 [ 10148] By: jhi on 2001/05/17 20:06:23
14287 Log: Integrate #10145 from maintperl.
14289 fix for ID 20010515.004 (needs test)
14292 ____________________________________________________________________________
14293 [ 10147] By: jhi on 2001/05/17 19:10:46
14294 Log: Thinko noticed by Doug MacEachern.
14297 ____________________________________________________________________________
14298 [ 10146] By: jhi on 2001/05/17 17:30:37
14299 Log: Subject: Re: [PATCH] HERE mark in regex
14300 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14301 Date: Thu, 17 May 2001 12:20:33 -0400
14302 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
14305 ____________________________________________________________________________
14306 [ 10145] By: gsar on 2001/05/17 16:59:55
14307 Log: fix for ID 20010515.004 (needs test)
14308 Branch: maint-5.6/perl
14310 ____________________________________________________________________________
14311 [ 10144] By: gsar on 2001/05/17 16:39:02
14312 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
14313 Branch: maint-5.6/perl
14314 ! win32/config.bc win32/config.gc win32/config.vc
14315 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14316 ____________________________________________________________________________
14317 [ 10143] By: jhi on 2001/05/17 14:21:08
14318 Log: Macrofy the getspecific (and use it also in util.c)
14321 ____________________________________________________________________________
14322 [ 10142] By: jhi on 2001/05/17 01:43:50
14323 Log: Use the unchecked thread-specific key fetch also in Tru64.
14326 ____________________________________________________________________________
14327 [ 10141] By: jhi on 2001/05/17 01:41:07
14328 Log: Subject: [PATCH 5.6.1]Quick thread speedup
14329 From: Dan Sugalski <dan@sidhe.org>
14330 Date: Wed, 16 May 2001 18:05:19 -0400
14331 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
14334 ____________________________________________________________________________
14335 [ 10140] By: jhi on 2001/05/16 19:58:29
14336 Log: I think this is quite enough testing for a deprecated feature.
14338 + t/lib/i18n-collate.t
14339 ! MANIFEST t/lib/1_compile.t
14340 ____________________________________________________________________________
14341 [ 10139] By: jhi on 2001/05/16 18:47:03
14342 Log: More HP-UX lore from Jeff Okamoto.
14345 ____________________________________________________________________________
14346 [ 10138] By: jhi on 2001/05/16 18:21:04
14347 Log: Sort utils.lst for easier maintenance.
14350 ____________________________________________________________________________
14351 [ 10137] By: jhi on 2001/05/16 18:12:01
14352 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14353 From: Tim Jenness <t.jenness@jach.hawaii.edu>
14354 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
14355 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
14357 Add pod2latex to utils.lst.
14359 ! MANIFEST utils.lst
14360 ____________________________________________________________________________
14361 [ 10136] By: jhi on 2001/05/16 18:00:00
14362 Log: Subject: Re: [PATCH] HERE mark in regex
14363 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14364 Date: Wed, 16 May 2001 13:04:43 -0400
14365 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
14367 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
14368 ! t/op/regmesg.t t/pragma/warn/regcomp
14369 ____________________________________________________________________________
14370 [ 10135] By: jhi on 2001/05/16 17:51:50
14371 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14372 From: Simon Cozens <simon@netthink.co.uk>
14373 Date: Wed, 16 May 2001 18:02:08 +0100
14374 Message-ID: <20010516180208.A6458@netthink.co.uk>
14376 ! installman utils.lst
14377 ____________________________________________________________________________
14378 [ 10134] By: jhi on 2001/05/16 17:47:26
14379 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
14380 From: "Philip Newton" <pnewton@gmx.de>
14381 Date: Tue, 15 May 2001 15:09:30 +0200
14382 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
14384 Test case for #10128.
14386 ! t/pragma/warn/pp_hot
14387 ____________________________________________________________________________
14388 [ 10133] By: jhi on 2001/05/16 15:12:52
14389 Log: Update Changes.
14391 ! Changes patchlevel.h
14392 ____________________________________________________________________________
14393 [ 10132] By: jhi on 2001/05/16 14:50:55
14394 Log: Deprecate pseudo-hashes.
14396 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
14397 ____________________________________________________________________________
14398 [ 10131] By: jhi on 2001/05/16 14:26:01
14399 Log: HP-UX hints update from Merijn.
14402 ____________________________________________________________________________
14403 [ 10130] By: jhi on 2001/05/16 14:23:01
14404 Log: README.hpux update from Merijn.
14407 ____________________________________________________________________________
14408 [ 10129] By: jhi on 2001/05/16 14:18:56
14409 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14410 From: Simon Cozens <simon@netthink.co.uk>
14411 Date: Wed, 16 May 2001 15:57:55 +0100
14412 Message-ID: <20010516155755.A4728@netthink.co.uk>
14415 ! MANIFEST installman installperl
14416 ____________________________________________________________________________
14417 [ 10128] By: jhi on 2001/05/16 14:15:36
14418 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
14419 From: "Philip Newton" <pnewton@gmx.de>
14420 Date: Tue, 15 May 2001 16:31:05 +0200
14421 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
14423 Fix PERL_Y2KWARN test to check before rather than after appending.
14426 ____________________________________________________________________________
14427 [ 10127] By: jhi on 2001/05/16 14:08:15
14428 Log: Regen Porting stuff.
14430 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14432 ____________________________________________________________________________
14433 [ 10126] By: jhi on 2001/05/16 13:41:50
14434 Log: Metaconfig unit change for #10125.
14436 ! U/modified/Oldconfig.U
14437 ____________________________________________________________________________
14438 [ 10125] By: jhi on 2001/05/16 13:41:35
14441 ! Configure config_h.SH perl.c
14442 ____________________________________________________________________________
14443 [ 10124] By: jhi on 2001/05/16 13:41:09
14446 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14447 ____________________________________________________________________________
14448 [ 10123] By: jhi on 2001/05/16 13:25:38
14449 Log: Adding the README.dgux to the MANIFEST would be a good idea.
14452 ____________________________________________________________________________
14453 [ 10122] By: jhi on 2001/05/16 13:08:33
14454 Log: Move the stack desire definition to thread.h.
14456 ! ext/Thread/Thread.xs thread.h
14457 ____________________________________________________________________________
14458 [ 10121] By: jhi on 2001/05/16 13:00:12
14459 Log: DG-UX threading patches, including a README.dgux,
14460 from Takis Psarogiannakopoulos.
14463 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
14464 ____________________________________________________________________________
14465 [ 10120] By: jhi on 2001/05/16 12:55:33
14466 Log: Subject: [PATCH B::Deparse] More on /x regexes
14467 From: Robin Houston <robin@kitsite.com>
14468 Date: Tue, 15 May 2001 19:09:35 +0100
14469 Message-ID: <20010515190935.A27268@penderel>
14471 ! ext/B/B/Deparse.pm
14472 ____________________________________________________________________________
14473 [ 10119] By: jhi on 2001/05/16 12:45:29
14474 Log: Document that the core time() may be rounding rather
14475 than truncating, would have saved at least my confusion.
14477 ! ext/Time/HiRes/HiRes.pm
14478 ____________________________________________________________________________
14479 [ 10118] By: jhi on 2001/05/16 12:37:57
14480 Log: Subject: perl-current/t/time-hires.t
14481 From: John Peacock <jpeacock@rowman.com>
14482 Date: Fri, 11 May 2001 14:09:41 -0400
14483 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
14485 ! t/lib/time-hires.t
14486 ____________________________________________________________________________
14487 [ 10117] By: jhi on 2001/05/15 13:40:33
14488 Log: Subject: [PATCH dump.c] Op private flags
14489 From: Simon Cozens <simon@netthink.co.uk>
14490 Date: Sun, 13 May 2001 20:20:36 +0100
14491 Message-ID: <20010513202036.A21896@netthink.co.uk>
14494 ____________________________________________________________________________
14495 [ 10116] By: jhi on 2001/05/15 13:28:26
14496 Log: Upgrade to Switch 2.03.
14499 ____________________________________________________________________________
14500 [ 10115] By: jhi on 2001/05/15 13:19:01
14501 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
14502 to PERL_CONFIG_SH and use it consistently.
14503 Branch: maint-5.6/perl
14504 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
14505 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
14506 !> myconfig.SH writemain.SH
14507 ____________________________________________________________________________
14508 [ 10114] By: jhi on 2001/05/15 13:13:21
14509 Log: Metaconfig units changes for #10113.
14511 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
14512 ____________________________________________________________________________
14513 [ 10113] By: jhi on 2001/05/15 13:12:40
14514 Log: The problem described in 20010514.031 still wasn't
14515 fully cured, there were remnants of $CONFIG when
14516 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
14517 to avoid future conflicts.
14519 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
14520 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
14521 ! myconfig.SH writemain.SH
14522 ____________________________________________________________________________
14523 [ 10112] By: jhi on 2001/05/15 11:55:44
14524 Log: Half of #10107 got lost.
14526 ! ext/B/B/Deparse.pm
14527 ____________________________________________________________________________
14528 [ 10111] By: nick on 2001/05/15 08:39:14
14529 Log: Integrate mainline.
14531 +> ext/POSIX/hints/uts.pl
14532 - Todo Todo-5.6 t/camel-III/vstring.t
14533 !> (integrate 48 files)
14534 ____________________________________________________________________________
14535 [ 10110] By: jhi on 2001/05/15 02:04:05
14536 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
14537 From: Robin Houston <robin@kitsite.com>
14538 Date: Mon, 14 May 2001 22:27:08 +0100
14539 Message-ID: <20010514222708.A22963@penderel>
14542 ____________________________________________________________________________
14543 [ 10109] By: jhi on 2001/05/15 02:03:12
14544 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
14545 From: Robin Houston <robin@kitsite.com>
14546 Date: Mon, 14 May 2001 22:16:43 +0100
14547 Message-ID: <20010514221643.A22437@penderel>
14549 ! ext/B/B/Deparse.pm
14550 ____________________________________________________________________________
14551 [ 10108] By: jhi on 2001/05/15 02:02:17
14552 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
14553 From: Robin Houston <robin@kitsite.com>
14554 Date: Mon, 14 May 2001 22:03:44 +0100
14555 Message-ID: <20010514220344.A20643@penderel>
14557 ! ext/B/B/Deparse.pm
14558 ____________________________________________________________________________
14559 [ 10107] By: jhi on 2001/05/15 02:01:24
14560 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
14561 From: Robin Houston <robin@kitsite.com>
14562 Date: Mon, 14 May 2001 22:10:07 +0100
14563 Message-ID: <20010514221007.A21118@penderel>
14565 ! ext/B/B/Deparse.pm
14566 ____________________________________________________________________________
14567 [ 10106] By: jhi on 2001/05/15 01:41:26
14568 Log: Fix for 20010514.037; substr() didn't invalidate the locale
14572 ____________________________________________________________________________
14573 [ 10105] By: jhi on 2001/05/14 18:18:24
14574 Log: Update Changes.
14576 ! Changes patchlevel.h
14577 ____________________________________________________________________________
14578 [ 10104] By: jhi on 2001/05/14 18:09:07
14579 Log: Retract #10094.
14582 ____________________________________________________________________________
14583 [ 10103] By: jhi on 2001/05/14 15:20:58
14584 Log: Integrate change #10100 from maintperl.
14586 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
14587 bug ID 20010514.027)
14590 ____________________________________________________________________________
14591 [ 10102] By: jhi on 2001/05/14 15:19:21
14592 Log: Document the deprecatedness of suidperl.
14594 ! INSTALL pod/perlfaq1.pod
14595 ____________________________________________________________________________
14596 [ 10101] By: jhi on 2001/05/14 14:54:31
14597 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
14598 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14599 Date: Mon, 14 May 2001 09:38:59 -0400
14600 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
14602 ! lib/ExtUtils/MM_Unix.pm
14603 ____________________________________________________________________________
14604 [ 10100] By: gsar on 2001/05/14 14:43:50
14605 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
14606 bug ID 20010514.027)
14608 TODO: this needs a testsuite addition
14609 Branch: maint-5.6/perl
14611 ____________________________________________________________________________
14612 [ 10099] By: jhi on 2001/05/14 13:42:38
14613 Log: More DWIMminess for Class::Struct: calling the array or hash
14614 accessors only with one argument, an array or a hash reference,
14615 sets the underlying array or hash. This mirrors nicely also
14616 the usage in the constructor.
14617 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
14619 ! lib/Class/Struct.pm t/lib/class-struct.t
14620 ____________________________________________________________________________
14621 [ 10098] By: jhi on 2001/05/14 13:10:34
14622 Log: Reference cmp'ing should go through the whole stringification
14623 process shebang, as pointed out by Sarathy in #10091.
14626 ____________________________________________________________________________
14627 [ 10097] By: jhi on 2001/05/14 12:54:31
14628 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
14629 From: Simon Cozens <simon@netthink.co.uk>
14630 Date: Sat, 12 May 2001 16:36:27 +0100
14631 Message-ID: <20010512163627.A5522@netthink.co.uk>
14633 with some additions salvaged from Todo and Todo-5.6 before
14637 ! MANIFEST pod/perltodo.pod
14638 ____________________________________________________________________________
14639 [ 10096] By: jhi on 2001/05/14 12:37:01
14640 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
14641 From: "Golubev I. N." <gin@mo.msk.ru>
14642 Date: Mon, 07 May 2001 14:33:34 (GMT)
14643 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
14646 ____________________________________________________________________________
14647 [ 10095] By: jhi on 2001/05/14 12:34:24
14648 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
14649 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14650 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
14651 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
14653 ! lib/ExtUtils/MM_Unix.pm
14654 ____________________________________________________________________________
14655 [ 10094] By: jhi on 2001/05/14 12:32:44
14656 Log: (Retracted by #10104.)
14658 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
14659 From: barries <barries@slaysys.com>
14660 Date: Sat, 12 May 2001 01:28:10 -0400
14661 Message-ID: <20010512012810.B26358@jester.slaysys.com>
14664 ____________________________________________________________________________
14665 [ 10093] By: jhi on 2001/05/14 12:30:38
14666 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
14667 From: Mike Guy <mjtg@cam.ac.uk>
14668 Date: Sat, 12 May 2001 19:24:33 +0100
14669 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
14672 ____________________________________________________________________________
14673 [ 10092] By: jhi on 2001/05/14 12:29:21
14674 Log: Yet another HP-UX hints tweak from Merijn.
14677 ____________________________________________________________________________
14678 [ 10091] By: gsar on 2001/05/14 04:38:32
14679 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
14680 isn't defined (changes#9366,9368,9370 from mainline without the
14682 Branch: maint-5.6/perl
14683 ! pp.c pp.h pp_hot.c
14684 ____________________________________________________________________________
14685 [ 10090] By: jhi on 2001/05/12 13:39:43
14686 Log: The sorting seems to happen now automatically.
14688 ! t/lib/glob-basic.t
14689 ____________________________________________________________________________
14690 [ 10089] By: jhi on 2001/05/12 03:38:15
14691 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14692 From: Benjamin Sugars <bsugars@canoe.ca>
14693 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
14694 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
14697 ____________________________________________________________________________
14698 [ 10088] By: jhi on 2001/05/12 03:37:00
14699 Log: Subject: Re: undef(&foo) does not work for XS functions
14700 From: Doug MacEachern <dougm@covalent.net>
14701 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
14702 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
14705 ____________________________________________________________________________
14706 [ 10087] By: jhi on 2001/05/12 03:35:58
14707 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
14708 From: Peter Prymmer <pvhp@forte.com>
14709 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
14710 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
14713 ____________________________________________________________________________
14714 [ 10086] By: jhi on 2001/05/11 14:23:08
14715 Log: Update Changes.
14717 ! Changes patchlevel.h
14718 ____________________________________________________________________________
14719 [ 10085] By: jhi on 2001/05/11 14:08:20
14720 Log: Remove the 'asciir' re subpragma. Should instead implement
14721 the 'physical vs logical' range scheme:
14723 \xAA-\xCC is a native physical range, you want that range of
14724 codepoints in your native encoding. In EBCDIC the codepoints
14725 in the gaps (between i-j and r-s) should be included.
14727 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
14728 codepoints in Unicode.
14730 a-z is a logical range, you want that range of 'logical' codepoints
14731 in your native encoding. In EBCDIC the codepoints in the gaps
14732 (between i-j and r-s) should not be included.
14734 Mixed cases (a-\xAA, etc) should either be errors, or maybe
14735 the 'logical' endpoints should be converted to native/Unicode
14736 codepoints, and the range handled as a physical range.
14738 'Logical endpoints' are to be recognized only in the A-Z, a-z,
14739 and 0-9 ranges. Probably a warning should be given for mixed
14740 cases like A-z or a-9 (since such expressions are encoding
14741 dependent), with a recommendation to use physical ranges.
14743 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
14745 ____________________________________________________________________________
14746 [ 10084] By: jhi on 2001/05/11 13:56:16
14747 Log: Make the test to cleanup the test directory tree
14748 both before and after the testing so that we always
14749 have a clean slate to work with.
14752 ____________________________________________________________________________
14753 [ 10083] By: jhi on 2001/05/11 13:46:30
14754 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14755 From: Jon Eveland <jweveland@yahoo.com>
14756 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
14757 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
14760 ____________________________________________________________________________
14761 [ 10082] By: jhi on 2001/05/11 13:45:06
14762 Log: Merge the camel-III/vstring.t with op/ver.t.
14764 - t/camel-III/vstring.t
14765 ! MANIFEST t/TEST t/harness t/op/ver.t
14766 ____________________________________________________________________________
14767 [ 10081] By: jhi on 2001/05/11 13:15:55
14768 Log: Add test.deparse make target.
14771 ____________________________________________________________________________
14772 [ 10080] By: jhi on 2001/05/11 12:52:49
14773 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
14774 From: Robin Houston <robin@kitsite.com>
14775 Date: Fri, 11 May 2001 12:02:22 +0100
14776 Message-ID: <20010511120222.A11529@penderel>
14778 ! ext/B/B/Deparse.pm t/op/method.t
14779 ____________________________________________________________________________
14780 [ 10079] By: jhi on 2001/05/11 01:59:06
14781 Log: A nicely working combination for UTS from Hal Morris.
14783 + ext/POSIX/hints/uts.pl
14784 ! MANIFEST hints/uts.sh
14785 ____________________________________________________________________________
14786 [ 10078] By: jhi on 2001/05/11 01:15:04
14787 Log: i_ieeefp=undef for UTS.
14790 ____________________________________________________________________________
14791 [ 10077] By: jhi on 2001/05/10 22:42:35
14792 Log: Subject: RE: rand(0) is rand(1)
14793 From: Larry Shatzer <lshatzer@islanddata.com>
14794 Date: Thu, 10 May 2001 11:09:27 -0700
14795 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
14798 ____________________________________________________________________________
14799 [ 10076] By: jhi on 2001/05/10 22:36:50
14800 Log: Subject: [patch] make op_{clear,null} public
14801 From: Doug MacEachern <dougm@covalent.net>
14802 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
14803 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
14805 ! embed.h embed.pl op.c proto.h
14806 ____________________________________________________________________________
14807 [ 10075] By: jhi on 2001/05/10 22:28:36
14808 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
14809 From: Robin Houston <robin@kitsite.com>
14810 Date: Thu, 10 May 2001 18:54:59 +0100
14811 Message-ID: <20010510185459.A5995@penderel>
14813 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
14814 ____________________________________________________________________________
14815 [ 10074] By: jhi on 2001/05/10 22:23:41
14816 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
14817 From: Robin Houston <robin@kitsite.com>
14818 Date: Thu, 10 May 2001 12:56:39 +0100
14819 Message-ID: <20010510125639.A2119@penderel>
14821 ! ext/B/B/Deparse.pm
14822 ____________________________________________________________________________
14823 [ 10073] By: jhi on 2001/05/10 14:26:01
14824 Log: Retract #10070, not ready yet.
14826 ! ext/B/B/Deparse.pm
14827 ____________________________________________________________________________
14828 [ 10072] By: jhi on 2001/05/10 13:40:24
14829 Log: The metaconfig unit change for #10071.
14831 ! U/modified/mallocsrc.U
14832 ____________________________________________________________________________
14833 [ 10071] By: jhi on 2001/05/10 13:39:57
14834 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
14837 ____________________________________________________________________________
14838 [ 10070] By: jhi on 2001/05/10 13:18:42
14839 Log: (Retracted by #10073)
14841 Subject: Re: [PATCH t/TEST] B::Deparse tester
14842 From: Hugo <hv@crypt.compulink.co.uk>
14843 Date: Thu, 10 May 2001 05:48:09 +0100
14844 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
14846 ! ext/B/B/Deparse.pm
14847 ____________________________________________________________________________
14848 [ 10069] By: jhi on 2001/05/10 12:24:06
14849 Log: Add a for(func()) test.
14852 ____________________________________________________________________________
14853 [ 10068] By: jhi on 2001/05/10 12:16:00
14854 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
14855 From: Robin Houston <robin@kitsite.com>
14856 Date: Thu, 10 May 2001 13:50:08 +0100
14857 Message-ID: <20010510135008.A2454@penderel>
14859 ! ext/B/B/Deparse.pm
14860 ____________________________________________________________________________
14861 [ 10067] By: jhi on 2001/05/10 01:45:03
14862 Log: A thinko in #10065.
14865 ____________________________________________________________________________
14866 [ 10066] By: jhi on 2001/05/10 01:33:12
14867 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
14868 From: Robin Houston <robin@kitsite.com>
14869 Date: Thu, 10 May 2001 02:10:34 +0100
14870 Message-ID: <20010510021034.A19421@penderel>
14872 ! ext/B/B.xs ext/B/B/Deparse.pm
14873 ____________________________________________________________________________
14874 [ 10065] By: jhi on 2001/05/10 01:30:43
14875 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
14876 From: Doug MacEachern <dougm@covalent.net>
14877 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
14878 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
14881 ____________________________________________________________________________
14882 [ 10064] By: jhi on 2001/05/09 23:13:29
14883 Log: One more workaround for the UTS compiler from Hal Morris.
14886 ____________________________________________________________________________
14887 [ 10063] By: jhi on 2001/05/09 23:09:53
14888 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
14889 From: Robin Houston <robin@kitsite.com>
14890 Date: Thu, 10 May 2001 01:02:08 +0100
14891 Message-ID: <20010510010208.A18200@penderel>
14894 ____________________________________________________________________________
14895 [ 10062] By: jhi on 2001/05/09 23:06:25
14896 Log: Subject: [PATCH] Simplify deb_curcv() a bit
14897 From: Benjamin Sugars <bsugars@canoe.ca>
14898 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
14899 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
14902 ____________________________________________________________________________
14903 [ 10061] By: jhi on 2001/05/09 23:05:28
14904 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
14905 From: Benjamin Sugars <bsugars@canoe.ca>
14906 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
14907 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
14909 ! t/lib/io_scalar.t
14910 ____________________________________________________________________________
14911 [ 10060] By: jhi on 2001/05/09 23:04:38
14912 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
14913 From: Peter Prymmer <pvhp@forte.com>
14914 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
14915 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
14918 ____________________________________________________________________________
14919 [ 10059] By: jhi on 2001/05/09 23:03:52
14920 Log: Subject: [PATCH t/TEST] B::Deparse tester
14921 From: Robin Houston <robin@kitsite.com>
14922 Date: Wed, 9 May 2001 19:17:50 +0100
14923 Message-ID: <20010509191750.A16940@penderel>
14925 ! ext/B/O.pm t/TEST
14926 ____________________________________________________________________________
14927 [ 10058] By: jhi on 2001/05/09 23:02:56
14928 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
14929 From: Jeff Pinyan <jeffp@crusoe.net>
14930 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
14931 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
14934 ____________________________________________________________________________
14935 [ 10057] By: nick on 2001/05/09 18:37:56
14936 Log: Integrate mainline.
14938 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
14939 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
14940 ____________________________________________________________________________
14941 [ 10056] By: jhi on 2001/05/09 16:44:44
14942 Log: Update Changes.
14944 ! Changes patchlevel.h
14945 ____________________________________________________________________________
14946 [ 10055] By: jhi on 2001/05/09 16:26:47
14947 Log: Integrate perlio.
14949 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14950 ____________________________________________________________________________
14951 [ 10054] By: jhi on 2001/05/09 16:25:42
14952 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
14953 From: Benjamin Sugars <bsugars@canoe.ca>
14954 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
14955 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
14958 ____________________________________________________________________________
14959 [ 10053] By: jhi on 2001/05/09 16:24:37
14960 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
14961 From: Benjamin Sugars <bsugars@canoe.ca>
14962 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
14963 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
14965 ! ext/PerlIO/Scalar/Scalar.xs
14966 ____________________________________________________________________________
14967 [ 10052] By: jhi on 2001/05/09 16:19:04
14968 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
14969 From: Jeff Pinyan <jeffp@crusoe.net>
14970 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
14971 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
14974 ____________________________________________________________________________
14975 [ 10051] By: jhi on 2001/05/09 15:30:17
14976 Log: EPOC tweak from Olaf Flebbe.
14979 ____________________________________________________________________________
14980 [ 10050] By: nick on 2001/05/09 14:37:57
14981 Log: win32, regen_config_h
14983 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14984 ____________________________________________________________________________
14985 [ 10049] By: jhi on 2001/05/09 12:33:39
14986 Log: Integrate perlio.
14989 ____________________________________________________________________________
14990 [ 10048] By: nick on 2001/05/09 11:59:50
14991 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
14992 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
14995 ____________________________________________________________________________
14996 [ 10047] By: jhi on 2001/05/09 10:50:12
14997 Log: Integrate perlio.
15000 ____________________________________________________________________________
15001 [ 10046] By: jhi on 2001/05/09 10:49:34
15002 Log: Subject: Re: Less warnings during configure
15003 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15004 Date: Wed, 09 May 2001 13:12:49 +0200
15005 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
15008 ____________________________________________________________________________
15009 [ 10045] By: nick on 2001/05/09 09:56:59
15010 Log: MULTIPLICITY/DEBUGGING build fix.
15013 ____________________________________________________________________________
15014 [ 10044] By: nick on 2001/05/09 09:46:37
15015 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
15017 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
15018 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
15019 !> (integrate 65 files)
15020 ____________________________________________________________________________
15021 [ 10043] By: jhi on 2001/05/08 22:41:49
15022 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
15023 From: Robin Houston <robin@kitsite.com>
15024 Date: Tue, 8 May 2001 19:38:00 +0100
15025 Message-ID: <20010508193800.A4389@penderel>
15027 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
15028 From: Robin Houston <robin@kitsite.com>
15029 Date: Tue, 8 May 2001 20:03:57 +0100
15030 Message-ID: <20010508200357.A4614@penderel>
15032 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
15033 From: Robin Houston <robin@kitsite.com>
15034 Date: Wed, 9 May 2001 00:12:05 +0100
15035 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
15037 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
15038 ____________________________________________________________________________
15039 [ 10042] By: jhi on 2001/05/08 22:09:35
15040 Log: Retract #10031.
15043 ____________________________________________________________________________
15044 [ 10041] By: jhi on 2001/05/08 18:27:34
15045 Log: The metaconfig unit changes for #10040.
15046 Branch: metaconfig/U/perl
15047 ! Checkcc.U d_dlsymun.U dlsrc.U
15048 ____________________________________________________________________________
15049 [ 10040] By: jhi on 2001/05/08 18:24:47
15050 Log: The Configure half of
15052 Subject: Less warnings during configure
15053 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15054 Date: Tue, 08 May 2001 08:44:02 +0200
15055 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
15058 ____________________________________________________________________________
15059 [ 10039] By: jhi on 2001/05/08 16:48:31
15060 Log: Subject: Less warnings during configure
15061 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15062 Date: Tue, 08 May 2001 08:44:02 +0200
15063 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
15066 ____________________________________________________________________________
15067 [ 10038] By: jhi on 2001/05/08 16:32:07
15068 Log: Don't forget to whine about \d__\d.
15070 ! t/pragma/warn/toke toke.c
15071 ____________________________________________________________________________
15072 [ 10037] By: jhi on 2001/05/08 16:07:05
15073 Log: Allow underscores also in the exponent part.
15075 ! t/pragma/warn/toke toke.c
15076 ____________________________________________________________________________
15077 [ 10036] By: jhi on 2001/05/08 13:33:55
15078 Log: CodeMagicCD doesn't look like an *I*DE.
15081 ____________________________________________________________________________
15082 [ 10035] By: jhi on 2001/05/08 13:27:48
15083 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
15084 to be consistently down).
15087 ____________________________________________________________________________
15088 [ 10034] By: jhi on 2001/05/08 13:21:07
15089 Log: Upgrade to Text::Balanced 1.84.
15091 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
15092 ____________________________________________________________________________
15093 [ 10033] By: jhi on 2001/05/08 12:41:53
15094 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
15095 From: Benjamin Sugars <bsugars@canoe.ca>
15096 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
15097 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
15100 ____________________________________________________________________________
15101 [ 10032] By: jhi on 2001/05/08 12:40:28
15102 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
15103 From: Peter Prymmer <pvhp@forte.com>
15104 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
15105 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
15108 ____________________________________________________________________________
15109 [ 10031] By: jhi on 2001/05/08 12:35:25
15110 Log: (Retracted by #10042)
15112 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
15113 From: "Philip Newton" <pnewton@gmx.de>
15114 Date: Tue, 8 May 2001 09:18:10 +0200
15115 Message-ID: <3AF7B9D2.28861.603732@localhost>
15118 ____________________________________________________________________________
15119 [ 10030] By: jhi on 2001/05/08 12:32:23
15120 Log: Subject: [PATCH B::Deparse] Document known bugs
15121 From: Robin Houston <robin@kitsite.com>
15122 Date: Tue, 8 May 2001 01:53:34 +0100
15123 Message-ID: <20010508015334.A32394@penderel>
15125 ! ext/B/B/Deparse.pm
15126 ____________________________________________________________________________
15127 [ 10029] By: jhi on 2001/05/08 12:28:28
15128 Log: Subject: Re: Perl book, magazine and website updates.
15129 From: "Philip Newton" <pnewton@gmx.de>
15130 Date: Mon, 7 May 2001 17:03:58 +0200
15131 Message-ID: <3AF6D57E.5387.1E29930@localhost>
15134 ____________________________________________________________________________
15135 [ 10028] By: jhi on 2001/05/07 23:53:30
15136 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
15137 From: Peter Prymmer <pvhp@forte.com>
15138 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
15139 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
15142 ____________________________________________________________________________
15143 [ 10027] By: jhi on 2001/05/07 23:22:48
15144 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
15145 From: Robin Houston <robin@kitsite.com>
15146 Date: Tue, 8 May 2001 01:14:55 +0100
15147 Message-ID: <20010508011455.A32162@penderel>
15149 ! ext/B/B/Deparse.pm
15150 ____________________________________________________________________________
15151 [ 10026] By: jhi on 2001/05/07 23:15:05
15152 Log: Typo in #10025.
15155 ____________________________________________________________________________
15156 [ 10025] By: jhi on 2001/05/07 21:15:35
15157 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
15160 ____________________________________________________________________________
15161 [ 10024] By: jhi on 2001/05/07 20:58:40
15162 Log: Subject: Re: [ID 20010506.045] question about hash syntax
15163 From: Peter Scott <Peter@PSDT.com>
15164 Date: Sun, 06 May 2001 13:10:40 -0700
15165 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
15167 ! pod/perl56delta.pod
15168 ____________________________________________________________________________
15169 [ 10023] By: jhi on 2001/05/07 20:41:26
15170 Log: Configure should figure out the list of dynamic extensions
15171 just fine in UTS-- and in fact it does, as reported by Hal Morris.
15174 ____________________________________________________________________________
15175 [ 10022] By: jhi on 2001/05/07 20:24:11
15176 Log: Update Changes.
15178 ! Changes patchlevel.h
15179 ____________________________________________________________________________
15180 [ 10021] By: jhi on 2001/05/07 20:11:31
15181 Log: Subject: [PATCH regcomp.c] Insecure regexes
15182 From: Robin Houston <robin@kitsite.com>
15183 Date: Mon, 7 May 2001 21:56:12 +0100
15184 Message-ID: <20010507215612.A31114@penderel>
15187 ____________________________________________________________________________
15188 [ 10020] By: jhi on 2001/05/07 20:02:30
15189 Log: Drop the foobar.perl.com references for now until Simon
15190 gets them sorted out.
15193 ____________________________________________________________________________
15194 [ 10019] By: jhi on 2001/05/07 19:54:33
15195 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
15196 From: Prymmer/Kahn <pvhp@best.com>
15197 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
15198 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
15200 ! lib/Devel/SelfStubber.pm
15201 ____________________________________________________________________________
15202 [ 10018] By: jhi on 2001/05/07 19:53:10
15203 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
15204 From: Prymmer/Kahn <pvhp@best.com>
15205 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
15206 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
15209 ____________________________________________________________________________
15210 [ 10017] By: jhi on 2001/05/07 19:35:10
15211 Log: s/WebTechnique's/WebTechniques/
15214 ____________________________________________________________________________
15215 [ 10016] By: jhi on 2001/05/07 12:26:29
15216 Log: Llama 3 updates from Randal.
15219 ____________________________________________________________________________
15220 [ 10015] By: jhi on 2001/05/07 01:34:38
15221 Log: Subject: [PATCH] Help -Dt show correct pad variables
15222 From: Benjamin Sugars <ben.sugars@home.com>
15223 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
15224 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
15226 ! embed.h embed.pl proto.h run.c
15227 ____________________________________________________________________________
15228 [ 10014] By: jhi on 2001/05/07 01:23:56
15229 Log: Subject: [PATCH] Document C<our $foo : shared>
15230 From: Benjamin Sugars <ben.sugars@home.com>
15231 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
15232 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
15235 ____________________________________________________________________________
15236 [ 10013] By: jhi on 2001/05/07 01:22:22
15237 Log: Subject: [PATCH B::Deparse] undefined folded constants
15238 From: Robin Houston <robin@kitsite.com>
15239 Date: Sun, 6 May 2001 17:19:09 +0100
15240 Message-ID: <20010506171909.A7046@penderel>
15242 ! ext/B/B/Deparse.pm
15243 ____________________________________________________________________________
15244 [ 10012] By: jhi on 2001/05/07 00:57:38
15245 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
15246 From: Robin Houston <robin@kitsite.com>
15247 Message-ID: <20010506164654.A6848@penderel>
15248 Date: Sun, 6 May 2001 16:46:54 +0100
15250 ! ext/B/B/Deparse.pm
15251 ____________________________________________________________________________
15252 [ 10011] By: jhi on 2001/05/07 00:52:18
15253 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
15254 From: Robin Houston <robin@kitsite.com>
15255 Date: Sun, 6 May 2001 14:47:02 +0100
15256 Message-ID: <20010506144702.A6308@penderel>
15259 ____________________________________________________________________________
15260 [ 10010] By: jhi on 2001/05/06 15:07:51
15261 Log: Subject: Perl book, magazine and website updates.
15262 From: Simon Cozens <simon@netthink.co.uk>
15263 Date: Sun, 6 May 2001 16:55:36 +0100
15264 Message-ID: <20010506165536.A1795@netthink.co.uk>
15266 ! pod/perlbook.pod pod/perlfaq2.pod
15267 ____________________________________________________________________________
15268 [ 10009] By: jhi on 2001/05/06 14:11:40
15269 Log: Tweaks on the Tru64 prof options.
15272 ____________________________________________________________________________
15273 [ 10008] By: jhi on 2001/05/06 13:51:49
15274 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
15275 From: Robin Houston <robin@kitsite.com>
15276 Date: Sun, 6 May 2001 14:40:51 +0100
15277 Message-ID: <20010506144051.A6279@penderel>
15279 ! t/pod/testp2pt.pl
15280 ____________________________________________________________________________
15281 [ 10007] By: jhi on 2001/05/06 13:49:31
15282 Log: Subject: [PATCH B::Deparse] scoping
15283 From: Robin Houston <robin@kitsite.com>
15284 Date: Sun, 6 May 2001 14:36:56 +0100
15285 Message-ID: <20010506143656.A4006@penderel>
15287 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
15288 ____________________________________________________________________________
15289 [ 10006] By: jhi on 2001/05/06 13:24:12
15290 Log: Document the undefinedness of bitshifting out of range.
15293 ____________________________________________________________________________
15294 [ 10005] By: jhi on 2001/05/06 13:03:17
15295 Log: Retract #10003 and update the IDE descriptions a bit.
15298 ____________________________________________________________________________
15299 [ 10004] By: jhi on 2001/05/06 03:02:41
15300 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
15301 From: Prymmer/Kahn <pvhp@best.com>
15302 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
15303 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
15305 ! win32/Makefile win32/buildext.pl win32/config.bc
15306 ! win32/config.gc win32/config.vc
15307 ____________________________________________________________________________
15308 [ 10003] By: jhi on 2001/05/05 20:24:44
15309 Log: (Retracted by #10005.)
15312 ____________________________________________________________________________
15313 [ 10002] By: jhi on 2001/05/05 19:23:36
15314 Log: It's "psed", not "sed".
15317 ____________________________________________________________________________
15318 [ 10001] By: jhi on 2001/05/05 18:35:38
15319 Log: Update Changes.
15321 ! Changes patchlevel.h
15322 ____________________________________________________________________________
15323 [ 10000] By: jhi on 2001/05/05 18:32:15
15324 Log: Subject: Re: bleadperl make install fails due to "psed"
15325 From: andreas.koenig@anima.de (Andreas J. Koenig)
15326 Date: 05 May 2001 18:23:28 +0200
15327 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
15329 ! x2p/Makefile.SH x2p/s2p.PL
15330 ____________________________________________________________________________
15331 [ 9999] By: jhi on 2001/05/05 18:28:09
15332 Log: AUTHORS updates.
15335 ____________________________________________________________________________
15336 [ 9998] By: jhi on 2001/05/05 18:16:00
15337 Log: Updates on the pods related to the modules included since 5.6.
15339 TODO: perltodo really could use major updating.
15341 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
15342 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
15343 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
15344 ! pod/perlsyn.pod pod/perltodo.pod
15345 ____________________________________________________________________________
15346 [ 9997] By: jhi on 2001/05/05 17:35:17
15347 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
15352 ____________________________________________________________________________
15353 [ 9996] By: jhi on 2001/05/05 17:25:00
15354 Log: Add preemptive #undefs for some of the shorter and more prone
15355 to collision regcomp.h #defines. (Background: the MASK collided
15356 with a system header #define in Rhapsody.)
15359 ____________________________________________________________________________
15360 [ 9995] By: jhi on 2001/05/05 13:24:21
15361 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
15362 From: Nicholas Clark <nick@ccl4.org>
15363 Date: Sat, 5 May 2001 14:46:39 +0100
15364 Message-ID: <20010505144639.O53513@plum.flirble.org>
15366 Add a test for the constants (if any) being processed correctly.
15369 ____________________________________________________________________________
15370 [ 9994] By: jhi on 2001/05/05 02:11:03
15371 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
15372 From: Peter Prymmer <pvhp@forte.com>
15373 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
15374 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
15377 ____________________________________________________________________________
15378 [ 9993] By: jhi on 2001/05/05 02:03:49
15379 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
15380 From: Peter Prymmer <pvhp@forte.com>
15381 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
15382 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
15384 ! perlio.c vms/vmsish.h
15385 ____________________________________________________________________________
15386 [ 9992] By: jhi on 2001/05/04 17:21:12
15387 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
15388 From: Robin Barker <rmb1@cise.npl.co.uk>
15389 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
15390 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
15394 ____________________________________________________________________________
15395 [ 9991] By: jhi on 2001/05/04 16:47:45
15396 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
15397 From: Robin Barker <rmb1@cise.npl.co.uk>
15398 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
15399 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
15402 ____________________________________________________________________________
15403 [ 9990] By: jhi on 2001/05/04 14:37:20
15404 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
15405 From: Prymmer/Kahn <pvhp@best.com>
15406 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
15407 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
15410 ____________________________________________________________________________
15411 [ 9989] By: jhi on 2001/05/04 14:03:58
15412 Log: Introduce perl572delta, update Todo, add the missing
15413 mention about signal safety since 5.7.1 (though this
15414 requires verification and more details.)
15416 + pod/perl572delta.pod
15417 ! MANIFEST Todo pod/perl571delta.pod
15418 ____________________________________________________________________________
15419 [ 9988] By: jhi on 2001/05/04 12:41:51
15420 Log: Subject: [PATCH perl@9944] long =item
15421 From: Robin Barker <rmb1@cise.npl.co.uk>
15422 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
15423 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
15425 ! ext/Time/HiRes/HiRes.pm
15426 ____________________________________________________________________________
15427 [ 9987] By: jhi on 2001/05/04 12:39:19
15428 Log: The #9901 had removed one line essential for EBCDIC.
15431 ____________________________________________________________________________
15432 [ 9986] By: jhi on 2001/05/04 12:30:23
15433 Log: Subject: cygwin/Makefile.SHs INSTALL patch
15434 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
15435 Date: Mon, 08 Jan 2001 04:59:21 +0200
15436 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
15438 ! cygwin/Makefile.SHs
15439 ____________________________________________________________________________
15440 [ 9985] By: jhi on 2001/05/04 03:51:39
15441 Log: Encode/IO doc tweaks.
15443 ! ext/Encode/Encode.pm
15444 ____________________________________________________________________________
15445 [ 9984] By: jhi on 2001/05/04 03:29:34
15446 Log: Remove GDBM_File from the dynamic extensions for UTS,
15447 GDBM is not a standard feature.
15450 ____________________________________________________________________________
15451 [ 9983] By: jhi on 2001/05/04 03:22:59
15452 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
15454 ! pod/perlretut.pod
15455 ____________________________________________________________________________
15456 [ 9982] By: jhi on 2001/05/03 23:21:03
15457 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
15458 From: Benjamin Sugars <bsugars@canoe.ca>
15459 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
15460 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
15463 ____________________________________________________________________________
15464 [ 9981] By: jhi on 2001/05/03 23:20:05
15465 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
15466 From: Benjamin Sugars <bsugars@canoe.ca>
15467 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
15468 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
15470 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15471 ____________________________________________________________________________
15472 [ 9980] By: jhi on 2001/05/03 23:15:29
15473 Log: Integrate perlio.
15475 !> ext/Encode/Encode.pm
15476 ____________________________________________________________________________
15477 [ 9979] By: jhi on 2001/05/03 16:54:59
15478 Log: Install psed man page.
15481 ____________________________________________________________________________
15482 [ 9978] By: jhi on 2001/05/03 16:45:58
15483 Log: Remove unused files; noted by Sarathy.
15485 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
15487 ____________________________________________________________________________
15488 [ 9977] By: jhi on 2001/05/03 16:42:30
15489 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
15490 From: Andy Dougherty <doughera@lafayette.edu>
15491 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
15492 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
15495 ____________________________________________________________________________
15496 [ 9976] By: nick on 2001/05/03 16:40:42
15497 Log: Allow $answer = encode($object,$text); like it says in docs.
15499 ! ext/Encode/Encode.pm
15500 ____________________________________________________________________________
15501 [ 9975] By: nick on 2001/05/03 16:22:30
15502 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
15503 to be in scope (fair enough), and also a package variable (our) for eval to see it.
15505 ! ext/Encode/Encode.pm
15506 ____________________________________________________________________________
15507 [ 9974] By: nick on 2001/05/03 15:48:17
15508 Log: Integrate mainline.
15510 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
15511 +> t/lib/filter-simple.t t/lib/next.t
15512 !> (integrate 70 files)
15513 ____________________________________________________________________________
15514 [ 9973] By: jhi on 2001/05/03 13:09:09
15515 Log: Update Changes.
15517 ! Changes patchlevel.h
15518 ____________________________________________________________________________
15519 [ 9972] By: jhi on 2001/05/03 12:58:33
15520 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
15521 From: Prymmer/Kahn <pvhp@best.com>
15522 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
15523 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
15526 ____________________________________________________________________________
15527 [ 9971] By: jhi on 2001/05/03 12:57:26
15528 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
15529 From: Prymmer/Kahn <pvhp@best.com>
15530 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
15531 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
15534 ____________________________________________________________________________
15535 [ 9970] By: jhi on 2001/05/03 02:42:46
15536 Log: Can't croak sans thread context, from Doug MacEachern.
15539 ____________________________________________________________________________
15540 [ 9969] By: jhi on 2001/05/03 01:23:48
15541 Log: Subject: Random input test and Perl
15542 From: Ilya Zakharevich <ilya@math.berkeley.edu>
15543 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
15544 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
15547 ____________________________________________________________________________
15548 [ 9968] By: jhi on 2001/05/02 22:17:21
15549 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
15550 From: Peter Prymmer <pvhp@forte.com>
15551 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
15552 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
15554 ! pod/perlfunc.pod pod/perlport.pod
15555 ____________________________________________________________________________
15556 [ 9967] By: jhi on 2001/05/02 20:12:45
15557 Log: Workaround for UTS compiler casting bug from Hal Morris.
15560 ____________________________________________________________________________
15561 [ 9966] By: jhi on 2001/05/02 18:31:37
15562 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
15563 From: Dan Sugalski <dan@sidhe.org>
15564 Date: Wed, 02 May 2001 15:23:22 -0400
15565 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
15568 ____________________________________________________________________________
15569 [ 9965] By: jhi on 2001/05/02 18:21:29
15570 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
15573 ____________________________________________________________________________
15574 [ 9964] By: jhi on 2001/05/02 18:15:01
15575 Log: Document large files in INSTALL, document also the %x
15576 limitation if not use64bitint, closes bug 20010326.007.
15579 ____________________________________________________________________________
15580 [ 9963] By: jhi on 2001/05/02 17:24:47
15581 Log: perlmodlib tweaks; regen pods.
15583 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
15585 ____________________________________________________________________________
15586 [ 9962] By: jhi on 2001/05/02 17:14:00
15587 Log: Fix for a segfault, from Marc Lehmann.
15589 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
15590 ____________________________________________________________________________
15591 [ 9961] By: jhi on 2001/05/02 15:55:53
15592 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
15593 From: "Philip Newton" <pnewton@gmx.de>
15594 Date: Wed, 2 May 2001 18:39:03 +0200
15595 Message-ID: <3AF05447.15525.173B588@localhost>
15598 ____________________________________________________________________________
15599 [ 9960] By: jhi on 2001/05/02 15:35:37
15600 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
15601 From: Dan Sugalski <dan@sidhe.org>
15602 Date: Wed, 02 May 2001 11:37:27 -0400
15603 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
15605 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
15606 ! thread.h vms/vms.c vms/vmsish.h
15607 ____________________________________________________________________________
15608 [ 9959] By: jhi on 2001/05/02 15:21:08
15609 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
15610 From: Benjamin Sugars <bsugars@canoe.ca>
15611 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
15612 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
15614 ! ext/PerlIO/Scalar/Scalar.xs
15615 ____________________________________________________________________________
15616 [ 9958] By: jhi on 2001/05/02 15:15:53
15617 Log: Bug in #9915, spotted by Mike Guy.
15620 ____________________________________________________________________________
15621 [ 9957] By: jhi on 2001/05/02 13:26:01
15622 Log: Add a test for not griping about references as array
15623 indices if the reference has magic in it (overloaded
15626 ! pod/perldiag.pod t/pragma/warn/pp_hot
15627 ____________________________________________________________________________
15628 [ 9956] By: jhi on 2001/05/02 13:07:01
15629 Log: Retracted a bit too much in #9952.
15631 ! t/pragma/sub_lval.t
15632 ____________________________________________________________________________
15633 [ 9955] By: jhi on 2001/05/02 13:05:38
15634 Log: Test for #9952.
15637 ____________________________________________________________________________
15638 [ 9954] By: jhi on 2001/05/02 11:48:18
15639 Log: Additional note on the encoding example: one cannot
15640 convert string constants in-place.
15642 ! ext/Encode/Encode.pm
15643 ____________________________________________________________________________
15644 [ 9953] By: jhi on 2001/05/02 11:43:51
15645 Log: Note that if you have recent enough Perl you already
15646 have Filter::Util::Call.
15648 ! lib/Filter/Simple.pm
15649 ____________________________________________________________________________
15650 [ 9952] By: jhi on 2001/05/02 11:31:53
15651 Log: Retract changes #8254 and #8255, causes coredump in
15652 'tie FH, "main"', reported by Abigail, culprit found by
15653 Benjamin Sugars. Mirrors maintperl change #9950.
15655 ! op.c t/pragma/sub_lval.t
15656 ____________________________________________________________________________
15657 [ 9951] By: jhi on 2001/05/02 11:14:29
15658 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
15660 + t/lib/MyFilter.pm
15661 ____________________________________________________________________________
15662 [ 9950] By: gsar on 2001/05/02 03:17:11
15663 Log: revert integration of changes#8254,8255 in change#8620 (causes
15664 a coredump in C<tie FH, 'foo'>; the idea itself may need better
15666 Branch: maint-5.6/perl
15667 ! op.c t/pragma/sub_lval.t
15668 ____________________________________________________________________________
15669 [ 9949] By: gsar on 2001/05/02 02:56:32
15670 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
15672 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15674 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15675 Branch: maint-5.6/perl
15677 ____________________________________________________________________________
15678 [ 9948] By: gsar on 2001/05/02 02:49:15
15679 Log: pod/find.t breaks on VMS (from Craig Berry)
15680 Branch: maint-5.6/perl
15682 ____________________________________________________________________________
15683 [ 9947] By: jhi on 2001/05/02 02:43:09
15684 Log: Add an encoding conversion example.
15686 ! ext/Encode/Encode.pm
15687 ____________________________________________________________________________
15688 [ 9946] By: jhi on 2001/05/02 01:34:22
15689 Log: Another coat of paint but still nowhere finished.
15690 Need to decide on the semantics of strptime(): should
15691 strptime() be a function instead of a method? To do
15692 the week/monthname-strptiming the i18n/l10n bullet needs
15693 to be bitten with gusto.
15695 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15696 ____________________________________________________________________________
15697 [ 9945] By: jhi on 2001/05/01 23:40:52
15698 Log: Update Changes.
15700 ! Changes patchlevel.h
15701 ____________________________________________________________________________
15702 [ 9944] By: jhi on 2001/05/01 23:33:37
15703 Log: Add known-to-be-tested modules to the list-to-be-skipped.
15705 ! t/lib/1_compile.t
15706 ____________________________________________________________________________
15707 [ 9943] By: jhi on 2001/05/01 23:24:40
15708 Log: Subject: BorlandC++ fix
15709 From: "Vadim Konovalov" <watman@inbox.ru>
15710 Date: Mon, 30 Apr 2001 20:12:26 -0700
15711 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
15713 ! win32/makefile.mk
15714 ____________________________________________________________________________
15715 [ 9942] By: jhi on 2001/05/01 23:18:02
15716 Log: Update to Filter::Simple 0.60, create a test for it.
15718 + t/lib/filter-simple.t
15719 ! MANIFEST lib/Filter/Simple.pm
15720 ____________________________________________________________________________
15721 [ 9941] By: jhi on 2001/05/01 19:47:24
15722 Log: Subject: Re: bleadperl: s/// failure with \b and /g
15723 From: Hugo <hv@crypt.compulink.co.uk>
15724 Date: Tue, 01 May 2001 20:12:20 +0100
15725 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
15727 ! pp_hot.c t/op/re_tests
15728 ____________________________________________________________________________
15729 [ 9940] By: jhi on 2001/05/01 19:42:16
15730 Log: Integrate perlio.
15732 !> lib/base.pm t/lib/fields.t
15733 ____________________________________________________________________________
15734 [ 9939] By: jhi on 2001/05/01 19:39:51
15735 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
15736 From: Benjamin Sugars <bsugars@canoe.ca>
15737 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
15738 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
15740 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15741 ____________________________________________________________________________
15742 [ 9938] By: jhi on 2001/05/01 19:34:09
15743 Log: Add NEXT, a pseudo-class for method redispatching.
15744 <Damian>NEXT.pm probably offers more bang-for-buck
15745 than anything else I've ever written.</Damian>
15747 + lib/NEXT.pm t/lib/next.t
15749 ____________________________________________________________________________
15750 [ 9937] By: jhi on 2001/05/01 19:21:41
15751 Log: Update to Switch 2.02.
15753 ! lib/Switch.pm t/lib/switch.t
15754 ____________________________________________________________________________
15755 [ 9936] By: nick on 2001/05/01 19:09:21
15756 Log: Fix for base.pm clobbering $VERSION
15759 ____________________________________________________________________________
15760 [ 9935] By: nick on 2001/05/01 18:54:38
15761 Log: Test for base.pm clobbering $VERSION.
15764 ____________________________________________________________________________
15765 [ 9934] By: jhi on 2001/05/01 18:39:10
15766 Log: Add information about Scalar::Util::blessed.
15769 ____________________________________________________________________________
15770 [ 9933] By: jhi on 2001/05/01 18:33:51
15771 Log: Subject: Extra UNIVERSAL documentation
15772 From: Mike Guy <mjtg@cam.ac.uk>
15773 Date: Tue, 01 May 2001 20:12:11 +0100
15774 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
15777 ____________________________________________________________________________
15778 [ 9932] By: jhi on 2001/05/01 18:26:54
15779 Log: Subject: Autoflush in tests as appropriate
15780 From: Mike Guy <mjtg@cam.ac.uk>
15781 Date: Tue, 01 May 2001 20:05:31 +0100
15782 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
15784 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
15786 ____________________________________________________________________________
15787 [ 9931] By: jhi on 2001/05/01 18:02:29
15788 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
15789 From: Benjamin Sugars <bsugars@canoe.ca>
15790 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
15791 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
15793 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15794 ____________________________________________________________________________
15795 [ 9930] By: jhi on 2001/05/01 15:12:26
15796 Log: Subject: Re: Finally got a round tuit
15797 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15798 Date: Tue, 01 May 2001 14:14:10 +0200
15799 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
15801 The -DP part, slightly modified.
15804 ____________________________________________________________________________
15805 [ 9929] By: jhi on 2001/05/01 14:17:15
15806 Log: Subject: Re: Finally got a round tuit
15807 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15808 Date: Tue, 01 May 2001 16:34:06 +0200
15809 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
15811 cpp and optimization tweaks for HP-UX.
15814 ____________________________________________________________________________
15815 [ 9928] By: jhi on 2001/05/01 13:24:20
15816 Log: Tune the scan_num() comments to reality.
15819 ____________________________________________________________________________
15820 [ 9927] By: jhi on 2001/05/01 13:14:01
15821 Log: Subject: [PATCH B::Deparse] optimised sort
15822 From: Robin Houston <robin@kitsite.com>
15823 Date: Tue, 1 May 2001 14:07:12 +0100
15824 Message-ID: <20010501140712.A4266@penderel>
15826 ! ext/B/B/Deparse.pm
15827 ____________________________________________________________________________
15828 [ 9926] By: jhi on 2001/05/01 13:10:53
15829 Log: Subject: [PATCH t/lib/b-deparse.t]
15830 From: Robin Houston <robin@kitsite.com>
15831 Date: Tue, 1 May 2001 13:37:42 +0100
15832 Message-ID: <20010501133742.A4082@penderel>
15834 ! t/lib/b-deparse.t
15835 ____________________________________________________________________________
15836 [ 9925] By: jhi on 2001/05/01 13:10:13
15837 Log: Subject: [PATCH B::Deparse] for(;;), sort
15838 From: Robin Houston <robin@kitsite.com>
15839 Date: Tue, 1 May 2001 13:35:00 +0100
15840 Message-ID: <20010501133500.A4061@penderel>
15842 ! ext/B/B/Deparse.pm
15843 ____________________________________________________________________________
15844 [ 9924] By: jhi on 2001/05/01 13:09:22
15845 Log: Subject: [PATCH B::Deparse] do, warn, use
15846 From: Robin Houston <robin@kitsite.com>
15847 Date: Tue, 1 May 2001 13:31:03 +0100
15848 Message-ID: <20010501133103.A4041@penderel>
15850 ! ext/B/B/Deparse.pm
15851 ____________________________________________________________________________
15852 [ 9923] By: jhi on 2001/05/01 11:45:36
15853 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
15854 From: Benjamin Sugars <ben.sugars@home.com>
15855 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
15856 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
15860 ____________________________________________________________________________
15861 [ 9922] By: jhi on 2001/05/01 11:35:42
15862 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
15863 From: Peter Prymmer <pvhp@forte.com>
15864 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
15865 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
15867 ! t/lib/selfstubber.t
15868 ____________________________________________________________________________
15869 [ 9921] By: jhi on 2001/04/30 16:34:33
15870 Log: Subject: [PATCH B::Concise] suppress warning
15871 From: Robin Houston <robin@kitsite.com>
15872 Date: Mon, 30 Apr 2001 16:09:49 +0100
15873 Message-ID: <20010430160949.A25086@penderel>
15875 ! ext/B/B/Concise.pm
15876 ____________________________________________________________________________
15877 [ 9920] By: jhi on 2001/04/30 13:56:04
15878 Log: Strip the *markers* from #9919.
15880 ! pod/perlfaq.pod pod/perlfaq5.pod
15881 ____________________________________________________________________________
15882 [ 9919] By: jhi on 2001/04/30 13:54:04
15883 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
15884 From: Gwyn Judd <b.judd@xtra.co.nz>
15885 Date: Sun, 29 Apr 2001 01:47:49 +1200
15886 Message-ID: <20010429014749.A4418@thislove>
15888 ! pod/perlfaq.pod pod/perlfaq5.pod
15889 ____________________________________________________________________________
15890 [ 9918] By: jhi on 2001/04/30 13:13:54
15891 Log: More_tweakage.
15893 ! pod/perldata.pod pod/perldiag.pod
15894 ____________________________________________________________________________
15895 [ 9917] By: jhi on 2001/04/30 13:01:27
15896 Log: Update Changes.
15898 ! Changes patchlevel.h
15899 ____________________________________________________________________________
15900 [ 9916] By: jhi on 2001/04/30 12:57:03
15901 Log: T_w_e_a_k_a_g_e.
15903 ! pod/perldata.pod pod/perldiag.pod
15904 ____________________________________________________________________________
15905 [ 9915] By: jhi on 2001/04/30 12:39:29
15906 Log: Install s2p also as psed.
15908 TODO: psed documentation?
15911 ____________________________________________________________________________
15912 [ 9914] By: jhi on 2001/04/30 12:29:21
15913 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
15914 From: Jens Hamisch <jens@Strawberry.COM>
15915 Date: Fri, 27 Apr 2001 17:00:36 +0200
15916 Message-ID: <20010427170036.K1372@Strawberry.COM>
15918 SOCKS5_VERSION_NAME is the right symbol to detect
15919 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
15920 function called socks5_init() is available, and even that is
15921 not universal, most SOCKS5 installations use SOCKSinit()).
15924 ____________________________________________________________________________
15925 [ 9913] By: jhi on 2001/04/30 12:22:15
15926 Log: Allow a zero timeout on IO::Socket accept and connect--
15927 though one really shouldn't do that. Based on
15929 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
15930 From: "John Holdsworth" <coldwave@bigfoot.com>
15931 Date: Sun, 4 Feb 2001 12:48:18 +0100
15932 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
15934 ! ext/IO/lib/IO/Socket.pm
15935 ____________________________________________________________________________
15936 [ 9912] By: jhi on 2001/04/30 11:27:27
15937 Log: Save the spot of regprev (see #9911) for binary compatibility;
15940 ! embedvar.h perlapi.h thrdvar.h
15941 ____________________________________________________________________________
15942 [ 9911] By: jhi on 2001/04/30 11:22:03
15943 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
15944 From: Hugo <hv@crypt.compulink.co.uk>
15945 Date: Sun, 29 Apr 2001 17:09:30 +0100
15946 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
15948 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
15949 ____________________________________________________________________________
15950 [ 9910] By: jhi on 2001/04/30 11:15:12
15951 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
15952 a dummy for PL_numeric_radix); no pressing reason to break
15953 binary compatibility; regen API.
15955 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
15956 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
15957 ____________________________________________________________________________
15958 [ 9909] By: jhi on 2001/04/30 10:56:08
15959 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
15960 From: Walt Mankowski <waltman@netaxs.com>
15961 Date: Sun, 29 Apr 2001 21:53:48 -0400
15962 Message-ID: <20010429215348.A3971@netaxs.com>
15965 ____________________________________________________________________________
15966 [ 9908] By: jhi on 2001/04/30 10:49:40
15967 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
15969 ! t/lib/selfstubber.t
15970 ____________________________________________________________________________
15971 [ 9907] By: nick on 2001/04/30 09:26:50
15972 Log: Integrate mainline.
15974 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15975 ____________________________________________________________________________
15976 [ 9906] By: jhi on 2001/04/29 23:24:20
15977 Log: Abigail spotted a thinko in #9905.
15980 ____________________________________________________________________________
15981 [ 9905] By: jhi on 2001/04/29 15:55:39
15982 Log: Changed the underscore/undebar syntax in numeric constants;
15983 now any grouping will do, as long as the underscores are not
15984 consecutive (so "zero-grouping" is out), and they do not begin
15985 or end the integer or fractional parts.
15987 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15988 ____________________________________________________________________________
15989 [ 9904] By: nick on 2001/04/29 15:43:22
15990 Log: Integrate mainline.
15992 +> (branch 98 files)
15993 - lib/unicode/Block.pl
15994 - lib/unicode/In/AlphabeticPresentationForms.pl
15995 - lib/unicode/In/Arabic.pl
15996 - lib/unicode/In/ArabicPresentationForms-A.pl
15997 - lib/unicode/In/ArabicPresentationForms-B.pl
15998 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15999 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
16000 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
16001 - lib/unicode/In/BopomofoExtended.pl
16002 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
16003 - lib/unicode/In/CJKCompatibility.pl
16004 - lib/unicode/In/CJKCompatibilityForms.pl
16005 - lib/unicode/In/CJKCompatibilityIdeographs.pl
16006 - lib/unicode/In/CJKRadicalsSupplement.pl
16007 - lib/unicode/In/CJKSymbolsandPunctuation.pl
16008 - lib/unicode/In/CJKUnifiedIdeographs.pl
16009 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
16010 - lib/unicode/In/Cherokee.pl
16011 - lib/unicode/In/CombiningDiacriticalMarks.pl
16012 - lib/unicode/In/CombiningHalfMarks.pl
16013 - lib/unicode/In/CombiningMarksforSymbols.pl
16014 - lib/unicode/In/ControlPictures.pl
16015 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
16016 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
16017 - lib/unicode/In/EnclosedAlphanumerics.pl
16018 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
16019 - lib/unicode/In/Ethiopic.pl
16020 - lib/unicode/In/GeneralPunctuation.pl
16021 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
16022 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
16023 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
16024 - lib/unicode/In/HalfwidthandFullwidthForms.pl
16025 - lib/unicode/In/HangulCompatibilityJamo.pl
16026 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
16027 - lib/unicode/In/Hebrew.pl
16028 - lib/unicode/In/HighPrivateUseSurrogates.pl
16029 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
16030 - lib/unicode/In/IPAExtensions.pl
16031 - lib/unicode/In/IdeographicDescriptionCharacters.pl
16032 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
16033 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
16034 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
16035 - lib/unicode/In/Latin-1Supplement.pl
16036 - lib/unicode/In/LatinExtended-A.pl
16037 - lib/unicode/In/LatinExtended-B.pl
16038 - lib/unicode/In/LatinExtendedAdditional.pl
16039 - lib/unicode/In/LetterlikeSymbols.pl
16040 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
16041 - lib/unicode/In/MathematicalOperators.pl
16042 - lib/unicode/In/MiscellaneousSymbols.pl
16043 - lib/unicode/In/MiscellaneousTechnical.pl
16044 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
16045 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
16046 - lib/unicode/In/OpticalCharacterRecognition.pl
16047 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
16048 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
16049 - lib/unicode/In/SmallFormVariants.pl
16050 - lib/unicode/In/SpacingModifierLetters.pl
16051 - lib/unicode/In/Specials.pl
16052 - lib/unicode/In/SuperscriptsandSubscripts.pl
16053 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
16054 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
16055 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
16056 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
16057 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
16058 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
16059 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
16060 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
16061 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
16062 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
16063 !> utf8.c win32/Makefile
16064 ____________________________________________________________________________
16065 [ 9903] By: jhi on 2001/04/29 14:30:53
16066 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
16067 From: Prymmer/Kahn <pvhp@best.com>
16068 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
16069 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
16072 ____________________________________________________________________________
16073 [ 9902] By: jhi on 2001/04/29 02:52:44
16074 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
16075 From: "Abigail" <abigail@foad.org>
16076 Date: Sun, 29 Apr 2001 03:14:25 +0200
16077 Message-ID: <20010429011425.24503.qmail@foad.org>
16079 ! ext/IO/lib/IO/Seekable.pm
16080 ____________________________________________________________________________
16081 [ 9901] By: jhi on 2001/04/29 02:04:46
16082 Log: In character classes one couldn't have 0x80..0xff characters
16083 at the left hand side if there were 0x100.. characters in the
16086 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
16087 ! t/op/pat.t utf8.c
16088 ____________________________________________________________________________
16089 [ 9900] By: jhi on 2001/04/28 22:55:04
16090 Log: Forgot the latest mktables.PL from #9899.
16092 ! lib/unicode/mktables.PL
16093 ____________________________________________________________________________
16094 [ 9899] By: jhi on 2001/04/28 22:53:28
16095 Log: Explain the \p{} and \P{} error message better and
16096 have prettier prettyprint in In.pl.
16098 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
16100 ____________________________________________________________________________
16101 [ 9898] By: jhi on 2001/04/28 21:03:34
16102 Log: Add one possible explanation for the "Invalid [] range" error.
16105 ____________________________________________________________________________
16106 [ 9897] By: jhi on 2001/04/28 17:18:26
16107 Log: Add a level of indirection to the implementation of \p{InFoo}
16108 so that we don't have to have long filenames. (Nothing changes
16109 in the user interface.) The indirection is defined in
16110 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
16111 Also rename some the character classes by removing '-' from
16112 the classnames, and finally renamed Block.pl as Blocks.pl.
16114 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
16115 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
16116 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
16117 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
16118 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
16119 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
16120 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
16121 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
16122 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
16123 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
16124 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
16125 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
16126 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
16127 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
16128 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
16129 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
16130 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
16131 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
16132 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
16133 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
16134 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
16135 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
16136 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
16137 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
16138 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
16139 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
16140 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
16141 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
16142 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
16143 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
16144 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
16145 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
16146 + lib/unicode/In/94.pl lib/unicode/In/95.pl
16147 - lib/unicode/Block.pl
16148 - lib/unicode/In/AlphabeticPresentationForms.pl
16149 - lib/unicode/In/Arabic.pl
16150 - lib/unicode/In/ArabicPresentationForms-A.pl
16151 - lib/unicode/In/ArabicPresentationForms-B.pl
16152 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
16153 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
16154 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
16155 - lib/unicode/In/BopomofoExtended.pl
16156 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
16157 - lib/unicode/In/CJKCompatibility.pl
16158 - lib/unicode/In/CJKCompatibilityForms.pl
16159 - lib/unicode/In/CJKCompatibilityIdeographs.pl
16160 - lib/unicode/In/CJKRadicalsSupplement.pl
16161 - lib/unicode/In/CJKSymbolsandPunctuation.pl
16162 - lib/unicode/In/CJKUnifiedIdeographs.pl
16163 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
16164 - lib/unicode/In/Cherokee.pl
16165 - lib/unicode/In/CombiningDiacriticalMarks.pl
16166 - lib/unicode/In/CombiningHalfMarks.pl
16167 - lib/unicode/In/CombiningMarksforSymbols.pl
16168 - lib/unicode/In/ControlPictures.pl
16169 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
16170 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
16171 - lib/unicode/In/EnclosedAlphanumerics.pl
16172 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
16173 - lib/unicode/In/Ethiopic.pl
16174 - lib/unicode/In/GeneralPunctuation.pl
16175 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
16176 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
16177 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
16178 - lib/unicode/In/HalfwidthandFullwidthForms.pl
16179 - lib/unicode/In/HangulCompatibilityJamo.pl
16180 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
16181 - lib/unicode/In/Hebrew.pl
16182 - lib/unicode/In/HighPrivateUseSurrogates.pl
16183 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
16184 - lib/unicode/In/IPAExtensions.pl
16185 - lib/unicode/In/IdeographicDescriptionCharacters.pl
16186 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
16187 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
16188 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
16189 - lib/unicode/In/Latin-1Supplement.pl
16190 - lib/unicode/In/LatinExtended-A.pl
16191 - lib/unicode/In/LatinExtended-B.pl
16192 - lib/unicode/In/LatinExtendedAdditional.pl
16193 - lib/unicode/In/LetterlikeSymbols.pl
16194 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
16195 - lib/unicode/In/MathematicalOperators.pl
16196 - lib/unicode/In/MiscellaneousSymbols.pl
16197 - lib/unicode/In/MiscellaneousTechnical.pl
16198 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
16199 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
16200 - lib/unicode/In/OpticalCharacterRecognition.pl
16201 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
16202 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
16203 - lib/unicode/In/SmallFormVariants.pl
16204 - lib/unicode/In/SpacingModifierLetters.pl
16205 - lib/unicode/In/Specials.pl
16206 - lib/unicode/In/SuperscriptsandSubscripts.pl
16207 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
16208 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
16209 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
16210 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
16211 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
16212 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
16213 ! pod/perlunicode.pod
16214 ____________________________________________________________________________
16215 [ 9896] By: jhi on 2001/04/28 14:33:17
16216 Log: Update the information on shared library path on HP-UX.
16219 ____________________________________________________________________________
16220 [ 9895] By: jhi on 2001/04/28 14:32:30
16221 Log: Because #9894 seems to do the trick, this workaround can be removed.
16223 ! t/lib/selfstubber.t
16224 ____________________________________________________________________________
16225 [ 9894] By: jhi on 2001/04/28 14:26:13
16226 Log: For PerlIO flush the children's file handles (on fork/exec/system).
16229 ____________________________________________________________________________
16230 [ 9893] By: jhi on 2001/04/28 14:23:15
16231 Log: Test tweak for #9891.
16233 ! t/lib/b-deparse.t
16234 ____________________________________________________________________________
16235 [ 9892] By: jhi on 2001/04/28 14:10:13
16236 Log: New HP-UX hints from Merijn.
16239 ____________________________________________________________________________
16240 [ 9891] By: jhi on 2001/04/28 14:07:27
16241 Log: Subject: [PATCH B::Deparse] non-block scopes
16242 From: Robin Houston <robin@kitsite.com>
16243 Date: Fri, 27 Apr 2001 19:15:14 +0100
16244 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
16246 ! ext/B/B/Deparse.pm
16247 ____________________________________________________________________________
16248 [ 9890] By: nick on 2001/04/27 19:41:25
16249 Log: Integrate mainline
16251 +> t/lib/selfstubber.t
16252 !> (integrate 50 files)
16253 ____________________________________________________________________________
16254 [ 9889] By: jhi on 2001/04/27 18:23:46
16255 Log: Subject: Re: selfstubber test fail on bleadperl
16256 From: Mike Guy <mjtg@cam.ac.uk>
16257 Date: Fri, 27 Apr 2001 19:31:18 +0100
16258 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
16260 ! t/lib/selfstubber.t
16261 ____________________________________________________________________________
16262 [ 9888] By: jhi on 2001/04/27 16:20:54
16263 Log: Test tweak for #9886.
16265 ! t/lib/b-deparse.t
16266 ____________________________________________________________________________
16267 [ 9887] By: jhi on 2001/04/27 16:16:33
16268 Log: Buffering issue at least in Solaris (even with perlio).
16270 ! t/lib/selfstubber.t
16271 ____________________________________________________________________________
16272 [ 9886] By: jhi on 2001/04/27 14:59:23
16273 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
16274 From: Robin Houston <robin@kitsite.com>
16275 Date: Fri, 27 Apr 2001 16:53:20 +0100
16276 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
16278 ! ext/B/B/Deparse.pm
16279 ____________________________________________________________________________
16280 [ 9885] By: jhi on 2001/04/27 14:23:51
16281 Log: Update Changes.
16283 ! Changes patchlevel.h
16284 ____________________________________________________________________________
16285 [ 9884] By: jhi on 2001/04/27 14:14:12
16286 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
16287 From: "Philip Newton" <pnewton@gmx.de>
16288 Date: Fri, 27 Apr 2001 16:40:13 +0200
16289 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
16292 ____________________________________________________________________________
16293 [ 9883] By: jhi on 2001/04/27 13:28:19
16294 Log: Add LOG_PERROR; prettify the "removed".
16296 ! ext/Sys/Syslog/Syslog.xs
16297 ____________________________________________________________________________
16298 [ 9882] By: jhi on 2001/04/27 13:13:18
16299 Log: h2xs tweaks: use NV instead of double, "quote" the removed
16300 prefixes for clarity (especially when nothing is removed),
16301 slight pod reformats.
16304 ____________________________________________________________________________
16305 [ 9881] By: jhi on 2001/04/27 12:58:48
16306 Log: Don't bother creating existing directories.
16309 ____________________________________________________________________________
16310 [ 9880] By: jhi on 2001/04/27 12:45:39
16311 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
16312 From: Mike Schilli <m@perlmeister.com>
16313 Date: Wed, 25 Apr 2001 01:29:21 -0700
16314 Message-id: <3AE68AE1.6A981723@perlmeister.com>
16317 ____________________________________________________________________________
16318 [ 9879] By: jhi on 2001/04/27 12:40:55
16319 Log: break is not yet Perl. Added the template license also to README.
16322 ____________________________________________________________________________
16323 [ 9878] By: jhi on 2001/04/27 03:08:20
16324 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
16325 From: Tim Jenness <t.jenness@jach.hawaii.edu>
16326 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
16327 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
16329 ! t/lib/xs-typemap.t
16330 ____________________________________________________________________________
16331 [ 9877] By: jhi on 2001/04/26 23:54:40
16332 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
16333 From: "Abigail" <abigail@foad.org>
16334 Date: Fri, 27 Apr 2001 01:44:28 +0200
16335 Message-ID: <20010426234428.19786.qmail@foad.org>
16338 ____________________________________________________________________________
16339 [ 9876] By: jhi on 2001/04/26 23:52:06
16340 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
16341 From: Peter Prymmer <pvhp@forte.com>
16342 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
16343 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
16345 ! t/lib/selfstubber.t
16346 ____________________________________________________________________________
16347 [ 9875] By: jhi on 2001/04/26 23:48:10
16350 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
16351 ____________________________________________________________________________
16352 [ 9874] By: jhi on 2001/04/26 22:46:05
16353 Log: Document ANYOF_CLASS.
16356 ____________________________________________________________________________
16357 [ 9873] By: jhi on 2001/04/26 22:35:03
16358 Log: Subject: Re: [PATCH @9846] dumping ANYOF
16359 From: Hugo <hv@crypt.compulink.co.uk>
16360 Date: Thu, 26 Apr 2001 23:33:38 +0100
16361 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
16363 ! regcomp.c regcomp.h
16364 ____________________________________________________________________________
16365 [ 9872] By: jhi on 2001/04/26 22:34:31
16366 Log: Subject: [PATCH] more for Devel::SelfStubber
16367 From: Nicholas Clark <nick@ccl4.org>
16368 Date: Fri, 27 Apr 2001 00:13:52 +0100
16369 Message-ID: <20010427001351.K88186@plum.flirble.org>
16371 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
16372 ____________________________________________________________________________
16373 [ 9871] By: jhi on 2001/04/26 21:59:17
16374 Log: Subject: [PATCH B::Deparse] formats must be flush left
16375 From: Robin Houston <robin@kitsite.com>
16376 Date: Thu, 26 Apr 2001 23:54:29 +0100
16377 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
16379 ! ext/B/B/Deparse.pm
16380 ____________________________________________________________________________
16381 [ 9870] By: jhi on 2001/04/26 21:57:37
16382 Log: If some of the constants are prefixes of others,
16383 the prefixes may never get recognized. (See 20010426.006.)
16386 ____________________________________________________________________________
16387 [ 9869] By: jhi on 2001/04/26 21:50:42
16388 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
16389 From: Chris Bongaarts <cab@tc.umn.edu>
16390 Date: Thu, 26 Apr 2001 17:10:31 -0500
16391 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
16393 ! ext/Sys/Syslog/Syslog.xs
16394 ____________________________________________________________________________
16395 [ 9868] By: jhi on 2001/04/26 21:35:12
16396 Log: Further cuts and more docs from Graham Barr.
16398 ! ext/List/Util/lib/List/Util.pm
16399 ! ext/List/Util/lib/Scalar/Util.pm
16400 ____________________________________________________________________________
16401 [ 9867] By: jhi on 2001/04/26 21:18:57
16402 Log: Subject: [PATCH 5.7.1] DB_File-1.77
16403 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
16404 Date: Thu, 26 Apr 2001 22:37:53 +0100
16405 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
16407 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16408 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16409 ____________________________________________________________________________
16410 [ 9866] By: jhi on 2001/04/26 21:12:31
16411 Log: Subject: [PATCH B::Deparse] fix easy bugs
16412 From: Robin Houston <robin@kitsite.com>
16413 Date: Thu, 26 Apr 2001 23:03:33 +0100
16414 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
16416 ! ext/B/B/Deparse.pm
16417 ____________________________________________________________________________
16418 [ 9865] By: jhi on 2001/04/26 20:26:13
16419 Log: Update Changes.
16421 ! Changes patchlevel.h
16422 ____________________________________________________________________________
16423 [ 9864] By: jhi on 2001/04/26 19:27:48
16424 Log: Dethinko from Robin Houston.
16426 ! ext/B/B/Deparse.pm
16427 ____________________________________________________________________________
16428 [ 9863] By: jhi on 2001/04/26 19:10:35
16429 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
16430 From: Robin Houston <robin@kitsite.com>
16431 Date: Thu, 26 Apr 2001 21:08:32 +0100
16432 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
16434 ! ext/B/B/Deparse.pm
16435 ____________________________________________________________________________
16436 [ 9862] By: jhi on 2001/04/26 19:04:23
16437 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16438 From: Robin Houston <robin@kitsite.com>
16439 Date: Thu, 26 Apr 2001 20:52:50 +0100
16440 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
16442 ! ext/B/B/Deparse.pm
16443 ____________________________________________________________________________
16444 [ 9861] By: jhi on 2001/04/26 18:56:14
16445 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
16446 From: Mike Guy <mjtg@cam.ac.uk>
16447 Date: Thu, 26 Apr 2001 14:22:40 +0100
16448 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
16451 ____________________________________________________________________________
16452 [ 9860] By: jhi on 2001/04/26 18:46:42
16453 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16454 From: Robin Houston <robin@kitsite.com>
16455 Date: Thu, 26 Apr 2001 20:34:29 +0100
16456 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
16458 Hashes do not interpolate.
16460 ! ext/B/B/Deparse.pm
16461 ____________________________________________________________________________
16462 [ 9859] By: jhi on 2001/04/26 18:43:51
16463 Log: Subject: The Time::Piece conspiracy unmasked!!!
16464 From: Mike Guy <mjtg@cam.ac.uk>
16465 Date: Thu, 26 Apr 2001 19:02:50 +0100
16466 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
16468 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
16469 From: Mike Guy <mjtg@cam.ac.uk>
16470 Date: Thu, 26 Apr 2001 19:08:21 +0100
16471 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
16473 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
16474 From: Graham Barr <gbarr@pobox.com>
16475 Date: Thu, 26 Apr 2001 19:12:03 +0100
16476 Message-ID: <20010426191203.A70835@pobox.com>
16478 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
16480 ! ext/List/Util/lib/List/Util.pm
16481 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
16482 ____________________________________________________________________________
16483 [ 9858] By: jhi on 2001/04/26 18:17:42
16484 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
16485 From: Robin Houston <robin@kitsite.com>
16486 Date: Thu, 26 Apr 2001 16:09:35 +0100
16487 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
16490 ____________________________________________________________________________
16491 [ 9857] By: jhi on 2001/04/26 18:04:59
16492 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
16493 From: barries <barries@slaysys.com>
16494 Date: Thu, 26 Apr 2001 12:01:10 -0400
16495 Message-ID: <20010426120110.E29698@jester.slaysys.com>
16498 ____________________________________________________________________________
16499 [ 9856] By: jhi on 2001/04/26 18:03:33
16500 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
16501 Date: Thu, 26 Apr 2001 17:13:41 +0100
16502 From: Robin Houston <robin@kitsite.com>
16503 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
16505 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16506 From: Robin Houston <robin@kitsite.com>
16507 Date: Thu, 26 Apr 2001 18:44:29 +0100
16508 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
16510 ! ext/B/B/Deparse.pm
16511 ____________________________________________________________________________
16512 [ 9855] By: jhi on 2001/04/26 17:56:04
16513 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
16514 From: Robin Houston <robin@kitsite.com>
16515 Date: Thu, 26 Apr 2001 17:04:08 +0100
16516 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
16518 ! ext/B/B/Deparse.pm
16519 ____________________________________________________________________________
16520 [ 9854] By: jhi on 2001/04/26 17:47:26
16521 Log: Subject: Re: Short test case for undef %stash:: crash
16522 From: Benjamin Sugars <bsugars@canoe.ca>
16523 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
16524 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
16525 Changed and moved the perldiag entry.
16527 ! gv.c pod/perldiag.pod
16528 ____________________________________________________________________________
16529 [ 9853] By: jhi on 2001/04/26 14:35:16
16530 Log: Beginnings of strptime(). Do not touch the wet paint.
16532 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
16533 ____________________________________________________________________________
16534 [ 9852] By: jhi on 2001/04/26 13:17:21
16535 Log: Retract #9851, core dumps from pod2man.
16538 ____________________________________________________________________________
16539 [ 9851] By: jhi on 2001/04/26 11:54:41
16540 Log: (Retracted by #9852.)
16542 Subject: [PATCH @9846] dumping ANYOF
16543 From: Hugo <hv@crypt.compulink.co.uk>
16544 Date: Thu, 26 Apr 2001 05:32:38 +0100
16545 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
16548 ____________________________________________________________________________
16549 [ 9850] By: jhi on 2001/04/26 02:34:44
16550 Log: If ccflags was empty the _previous_ $* containing all the
16551 environment variables and Configure variables was used,
16552 which lead, among other bad things, into $ccflags being your
16553 uname -a output, which lead into test compile with cc failing,
16554 which lead into gcc being selected, which didn't work that well
16555 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
16556 with large files, et cetera.
16559 ____________________________________________________________________________
16560 [ 9849] By: jhi on 2001/04/26 01:44:57
16561 Log: Make selfstubber test more portable.
16563 ! t/lib/selfstubber.t
16564 ____________________________________________________________________________
16565 [ 9848] By: jhi on 2001/04/26 00:50:26
16566 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
16567 From: Benjamin Sugars <ben.sugars@home.com>
16568 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
16569 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
16572 ____________________________________________________________________________
16573 [ 9847] By: jhi on 2001/04/26 00:46:58
16574 Log: Subject: [PATCH: perl@9841] VMS updates
16575 From: Peter Prymmer <pvhp@forte.com>
16576 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
16577 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
16579 ! README.vms configure.com vms/descrip_mms.template
16580 ! vms/ext/filespec.t
16581 ____________________________________________________________________________
16582 [ 9846] By: jhi on 2001/04/26 00:11:56
16583 Log: re 'debug' was broken by #9084.
16586 ____________________________________________________________________________
16587 [ 9845] By: jhi on 2001/04/25 22:33:17
16588 Log: Subject: [PATCH] test for Devel::SelfStubber
16589 From: Nicholas Clark <nick@ccl4.org>
16590 Date: Thu, 26 Apr 2001 00:00:54 +0100
16591 Message-ID: <20010426000054.D89026@plum.flirble.org>
16593 + t/lib/selfstubber.t
16594 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
16595 ____________________________________________________________________________
16596 [ 9844] By: jhi on 2001/04/25 22:29:32
16597 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
16598 From: Paul Johnson <paul@pjcj.net>
16599 Date: Thu, 26 Apr 2001 00:46:08 +0200
16600 Message-ID: <20010426004608.H2338@pjcj.net>
16602 ! ext/B/B/Concise.pm
16603 ____________________________________________________________________________
16604 [ 9843] By: jhi on 2001/04/25 22:28:28
16605 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
16606 From: Peter Prymmer <pvhp@forte.com>
16607 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
16608 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
16611 ____________________________________________________________________________
16612 [ 9842] By: jhi on 2001/04/25 20:58:12
16613 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
16614 From: John Peacock <jpeacock@rowman.com>
16615 Date: Wed, 25 Apr 2001 17:30:26 -0400
16616 Message-ID: <3AE741F2.B3217464@rowman.com>
16618 ! lib/Math/BigInt.pm t/lib/bigintpm.t
16619 ____________________________________________________________________________
16620 [ 9841] By: jhi on 2001/04/25 20:07:05
16621 Log: Update Changes.
16623 ! Changes patchlevel.h
16624 ____________________________________________________________________________
16625 [ 9840] By: jhi on 2001/04/25 19:56:51
16626 Log: Yet another HP-UX hints version from Merijn.
16629 ____________________________________________________________________________
16630 [ 9839] By: jhi on 2001/04/25 19:53:04
16631 Log: abs_path() didn't terminate the filename correctly,
16632 in DIRNAMLENless systems like HP-UX this would fail.
16635 ____________________________________________________________________________
16636 [ 9838] By: jhi on 2001/04/25 16:37:26
16637 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
16638 From: Mike Guy <mjtg@cam.ac.uk>
16639 Date: Wed, 25 Apr 2001 18:31:47 +0100
16640 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
16643 ____________________________________________________________________________
16644 [ 9837] By: jhi on 2001/04/25 16:21:53
16645 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
16646 From: Jon Eveland <jweveland@yahoo.com>
16647 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
16648 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
16651 ____________________________________________________________________________
16652 [ 9836] By: jhi on 2001/04/25 14:17:50
16653 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
16654 From: "Philip Newton" <pnewton@gmx.de>
16655 Date: Wed, 25 Apr 2001 17:05:58 +0200
16656 Message-ID: <3AE703F6.3234.1833C45@localhost>
16658 ! Porting/patching.pod
16659 ____________________________________________________________________________
16660 [ 9835] By: jhi on 2001/04/25 13:58:07
16661 Log: It would seem that both ar and full_ar need to be overridden
16662 for HP-UX to avoid the GNU ar.
16665 ____________________________________________________________________________
16666 [ 9834] By: jhi on 2001/04/25 13:50:40
16667 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
16668 From: "Philip Newton" <pnewton@gmx.de>
16669 Date: Wed, 25 Apr 2001 16:09:23 +0200
16670 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
16675 ____________________________________________________________________________
16676 [ 9833] By: jhi on 2001/04/25 12:36:11
16677 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
16680 ____________________________________________________________________________
16681 [ 9832] By: jhi on 2001/04/25 12:33:36
16682 Log: New version of HP-UX hints from Merijn.
16685 ____________________________________________________________________________
16686 [ 9831] By: jhi on 2001/04/25 03:39:45
16687 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
16690 ____________________________________________________________________________
16691 [ 9830] By: jhi on 2001/04/25 02:53:25
16692 Log: The tzname[] bit is not needed by util.c -- and causes
16693 heartburn in VMS (and it missing was probably the cause of
16694 the Mac OS X trouble). Ouch.
16696 ! ext/POSIX/POSIX.xs util.c
16697 ____________________________________________________________________________
16698 [ 9829] By: jhi on 2001/04/25 00:10:06
16699 Log: Metaconfig unit change for #9828.
16701 ! U/compline/ccflags.U
16702 ____________________________________________________________________________
16703 [ 9828] By: jhi on 2001/04/25 00:04:18
16704 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
16705 (which is actually the reason for the change, we need to pass
16706 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
16707 EP/IX, OS/2, and TitanOS, based on the hints files.
16709 ! Configure config_h.SH
16710 ____________________________________________________________________________
16711 [ 9827] By: jhi on 2001/04/24 23:49:20
16712 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
16713 the $cat must have an absolute path.
16716 ____________________________________________________________________________
16717 [ 9826] By: jhi on 2001/04/24 23:40:53
16718 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
16721 ____________________________________________________________________________
16722 [ 9825] By: jhi on 2001/04/24 23:35:35
16723 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
16724 From: "Philip Newton" <pnewton@gmx.de>
16725 Date: Tue, 24 Apr 2001 18:52:49 +0200
16726 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
16729 ____________________________________________________________________________
16730 [ 9824] By: jhi on 2001/04/24 23:33:07
16731 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
16732 Some gcc specifics dropped out due to extensive rewriting;
16733 will be put back later as needed.
16736 ____________________________________________________________________________
16737 [ 9823] By: jhi on 2001/04/24 23:27:57
16738 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
16740 ! ext/POSIX/POSIX.xs
16741 ____________________________________________________________________________
16742 [ 9822] By: jhi on 2001/04/24 23:25:21
16743 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
16744 From: Tim Jenness <t.jenness@jach.hawaii.edu>
16745 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
16746 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
16748 ! ext/XS/Typemap/Typemap.xs
16749 ____________________________________________________________________________
16750 [ 9821] By: jhi on 2001/04/24 23:24:10
16751 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
16752 From: "Abigail" <abigail@foad.org>
16753 Date: Tue, 24 Apr 2001 23:12:03 +0200
16754 Message-ID: <20010424211203.7901.qmail@foad.org>
16757 ____________________________________________________________________________
16758 [ 9820] By: jhi on 2001/04/24 23:23:15
16759 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
16760 From: Matt Sergeant <matt@sergeant.org>
16761 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
16762 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
16765 ____________________________________________________________________________
16766 [ 9819] By: nick on 2001/04/24 18:49:43
16767 Log: Integrate mainline.
16769 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16770 !> (integrate 37 files)
16771 ____________________________________________________________________________
16772 [ 9818] By: jhi on 2001/04/24 14:35:23
16773 Log: Update Changes.
16775 ! Changes patchlevel.h
16776 ____________________________________________________________________________
16777 [ 9817] By: jhi on 2001/04/24 14:09:17
16778 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
16779 From: "Philip Newton" <pnewton@gmx.de>
16780 Date: Tue, 24 Apr 2001 12:58:12 +0200
16781 Message-ID: <3AE57864.8304.B77A0A@localhost>
16783 plus add CPAN to the list of modules that have their own tests.
16785 ! t/lib/1_compile.t
16786 ____________________________________________________________________________
16787 [ 9816] By: jhi on 2001/04/24 14:07:03
16788 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
16789 From: Michael G Schwern <schwern@pobox.com>
16790 Date: Sat, 21 Apr 2001 22:35:00 +0100
16791 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
16793 ! t/lib/1_compile.t
16794 ____________________________________________________________________________
16795 [ 9815] By: jhi on 2001/04/24 13:54:32
16796 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
16797 From: Robin Houston <robin@kitsite.com>
16798 Date: Tue, 24 Apr 2001 15:51:18 +0100
16799 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
16801 ! ext/B/B/Deparse.pm
16802 ____________________________________________________________________________
16803 [ 9814] By: jhi on 2001/04/24 13:17:34
16804 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16805 From: Bill Glicker <billg@burrelles.com>
16806 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
16807 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
16810 ____________________________________________________________________________
16811 [ 9813] By: jhi on 2001/04/24 12:54:23
16812 Log: Prevent path disclosure (probing for existence of filenames)
16813 using suidperl; bug id 20010322.218.
16815 ! perl.c pod/perldiag.pod
16816 ____________________________________________________________________________
16817 [ 9812] By: jhi on 2001/04/24 12:08:36
16818 Log: Retract #9811.
16820 ! ext/POSIX/POSIX.xs
16821 ____________________________________________________________________________
16822 [ 9811] By: jhi on 2001/04/24 11:57:35
16823 Log: (Retracted by #9812.)
16825 ! ext/POSIX/POSIX.xs
16826 ____________________________________________________________________________
16827 [ 9810] By: jhi on 2001/04/24 03:32:35
16828 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
16831 ____________________________________________________________________________
16832 [ 9809] By: jhi on 2001/04/24 03:16:13
16833 Log: The Math::BigFloat::import() was broken.
16834 (Fixes bug id 20010422.002.)
16836 ! lib/Math/BigFloat.pm
16837 ____________________________________________________________________________
16838 [ 9808] By: jhi on 2001/04/24 01:11:40
16839 Log: Additional dependencies; should help for parallel makes
16840 not to fail on missing lib/lib.pm or lib/re.pm.
16843 ____________________________________________________________________________
16844 [ 9807] By: jhi on 2001/04/24 00:57:01
16845 Log: Update the test failure disclaimer.
16847 ! t/pragma/warn/pp_hot
16848 ____________________________________________________________________________
16849 [ 9806] By: jhi on 2001/04/24 00:54:04
16850 Log: Add make target "install-all" which is alias for "install"
16851 to cater for case-preserving filesystems like HFS+.
16853 ! INSTALL Makefile.SH
16854 ____________________________________________________________________________
16855 [ 9805] By: jhi on 2001/04/24 00:47:28
16856 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
16857 From: Peter Prymmer <pvhp@forte.com>
16858 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
16859 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
16861 (Ken William's message forwarded from macosx@perl.org)
16864 ____________________________________________________________________________
16865 [ 9804] By: jhi on 2001/04/23 23:57:35
16866 Log: Cut-and-pasto.
16869 ____________________________________________________________________________
16870 [ 9803] By: jhi on 2001/04/23 23:52:25
16871 Log: More PerlIO robustness.
16874 ____________________________________________________________________________
16875 [ 9802] By: jhi on 2001/04/23 23:43:35
16876 Log: Make the "STD* opened only for ..." errors more consistent.
16879 ____________________________________________________________________________
16880 [ 9801] By: jhi on 2001/04/23 23:34:26
16881 Log: Test case for #9800.
16884 ____________________________________________________________________________
16885 [ 9800] By: jhi on 2001/04/23 23:14:43
16886 Log: Avoid coredump on 'close STDERR; die' by making
16887 the PerlIO calls more robust. Also use SETERRNO()
16888 instead of errno = to be more VMS-ready.
16891 ____________________________________________________________________________
16892 [ 9799] By: jhi on 2001/04/23 21:41:10
16893 Log: Subject: test for ID 20010423.002
16894 From: Robin Houston <robin@kitsite.com>
16895 Date: Mon, 23 Apr 2001 16:52:21 +0100
16896 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
16899 ____________________________________________________________________________
16900 [ 9798] By: jhi on 2001/04/23 21:40:07
16901 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
16902 From: David Dyck <dcd@tc.fluke.com>
16903 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
16904 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
16907 ____________________________________________________________________________
16908 [ 9797] By: jhi on 2001/04/23 21:37:56
16909 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
16910 From: Benjamin Sugars <bsugars@canoe.ca>
16911 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
16912 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
16914 ! ext/Cwd/Cwd.xs lib/Cwd.pm
16915 ____________________________________________________________________________
16916 [ 9796] By: jhi on 2001/04/23 21:29:24
16917 Log: Synchronize h2xs and pod2man some more on the documentation
16918 templates they propose.
16920 ! pod/pod2man.PL utils/h2xs.PL
16921 ____________________________________________________________________________
16922 [ 9795] By: jhi on 2001/04/23 17:30:40
16923 Log: Add one more naughty test for base64; make encoding logic cleaner.
16926 ____________________________________________________________________________
16927 [ 9794] By: jhi on 2001/04/23 13:51:32
16928 Log: Update Changes.
16930 ! Changes patchlevel.h
16931 ____________________________________________________________________________
16932 [ 9793] By: jhi on 2001/04/23 13:44:18
16933 Log: Duplicate lines.
16936 ____________________________________________________________________________
16937 [ 9792] By: jhi on 2001/04/23 13:39:13
16938 Log: Subject: Re: PATCH 5.7.1
16939 From: Mark-Jason Dominus <mjd@plover.com>
16940 Date: Mon, 23 Apr 2001 10:30:21 -0400
16941 Message-ID: <20010423143021.17335.qmail@plover.com>
16944 ____________________________________________________________________________
16945 [ 9791] By: jhi on 2001/04/23 13:32:40
16946 Log: Add the CPAN.pm 1.59_54 tests.
16948 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16950 ____________________________________________________________________________
16951 [ 9790] By: jhi on 2001/04/23 13:21:55
16952 Log: Subject: Deparse nit
16953 From: Robin Houston <robin@kitsite.com>
16954 Date: Mon, 23 Apr 2001 12:38:20 +0100
16955 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
16957 ! ext/B/B/Deparse.pm
16958 ____________________________________________________________________________
16959 [ 9789] By: jhi on 2001/04/23 13:19:07
16960 Log: Subject: [PATCH] bug 20010423.002
16961 From: Robin Houston <robin@kitsite.com>
16962 Date: Mon, 23 Apr 2001 13:12:30 +0100
16963 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
16966 ____________________________________________________________________________
16967 [ 9788] By: jhi on 2001/04/23 13:02:49
16968 Log: Subject: PATCH [5.7.1] hv.c unused #define
16969 From: Mark-Jason Dominus <mjd@plover.com>
16970 Date: Sun, 22 Apr 2001 14:17:49 -0400
16971 Message-ID: <20010422181749.26976.qmail@plover.com>
16974 ____________________________________________________________________________
16975 [ 9787] By: jhi on 2001/04/23 13:02:02
16976 Log: Subject: PATCH 5.7.1
16977 From: Mark-Jason Dominus <mjd@plover.com>
16978 Date: Sun, 22 Apr 2001 15:12:57 -0400
16979 Message-ID: <20010422191258.6539.qmail@plover.com>
16981 plus Sarathy's STMT_START + STMT_END suggestion.
16984 ____________________________________________________________________________
16985 [ 9786] By: jhi on 2001/04/23 12:53:25
16988 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
16989 From: dLux <dlux@spam.sch.bme.hu>
16990 Date: Mon, 23 Apr 2001 01:25:26 +0200
16991 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
16993 (SvGROW really does return a char *.)
16995 ! pod/perlapi.pod sv.h
16996 ____________________________________________________________________________
16997 [ 9785] By: jhi on 2001/04/23 04:34:04
16998 Log: Time::Piece work continues. $t->day removed since
16999 I think it's too confusing. Now has normal and
17000 abbreviated length weekday names and month names,
17001 the names change with _names(), not _list().
17002 Now has strftime() in Perl, _strftime() is
17003 the libc version (to which strftime() falls back
17004 if it doesn't know the format. To do: the reverse
17005 of strftime, strptime(), and the localisation of both.
17007 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
17008 ! t/lib/time-piece.t
17009 ____________________________________________________________________________
17010 [ 9784] By: jhi on 2001/04/23 02:41:46
17011 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
17012 From: andreas.koenig@anima.de (Andreas J. Koenig)
17013 Date: 23 Apr 2001 05:20:55 +0200
17014 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
17016 ! t/pragma/overload.t
17017 ____________________________________________________________________________
17018 [ 9783] By: jhi on 2001/04/22 23:32:42
17019 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
17020 From: Robin Houston <robin@kitsite.com>
17021 Date: Mon, 23 Apr 2001 00:38:18 +0100
17022 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
17024 ! ext/B/B/Deparse.pm
17025 ____________________________________________________________________________
17026 [ 9782] By: jhi on 2001/04/22 20:55:43
17027 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
17028 From: Simon Cozens <simon@netthink.co.uk>
17029 Date: Sun, 22 Apr 2001 18:47:25 +0100
17030 Message-ID: <20010422184725.A14411@netthink.co.uk>
17032 ! sv.c t/pragma/overload.t
17033 ____________________________________________________________________________
17034 [ 9781] By: jhi on 2001/04/22 20:52:13
17035 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
17036 From: Robin Houston <robin@kitsite.com>
17037 Date: Sun, 22 Apr 2001 22:14:50 +0100
17038 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
17040 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
17041 ____________________________________________________________________________
17042 [ 9780] By: nick on 2001/04/22 20:40:31
17043 Log: Integrate mainline.
17045 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
17047 !> (integrate 38 files)
17048 ____________________________________________________________________________
17049 [ 9779] By: jhi on 2001/04/22 15:16:03
17050 Log: Subject: IO::Socket::INET patch
17051 From: andrew deryabin <djsf@technarchy.ru>
17052 Date: Sat, 21 Apr 2001 17:46:52 +0400
17053 Message-ID: <20010421174652.B1426@technarchy>
17055 ! ext/IO/lib/IO/Socket/INET.pm
17056 ____________________________________________________________________________
17057 [ 9778] By: jhi on 2001/04/22 15:14:33
17058 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
17059 From: Mark-Jason Dominus <mjd@plover.com>
17060 Date: Sat, 21 Apr 2001 21:27:49 -0400
17061 Message-ID: <20010422012749.27024.qmail@plover.com>
17064 ____________________________________________________________________________
17065 [ 9777] By: jhi on 2001/04/22 15:10:51
17066 Log: Subject: Re: Regex debugger patch
17067 From: Mark-Jason Dominus <mjd@plover.com>
17068 Date: Sat, 21 Apr 2001 21:48:51 -0400
17069 Message-ID: <20010422014851.27165.qmail@plover.com>
17071 ! pod/perldebguts.pod
17072 ____________________________________________________________________________
17073 [ 9776] By: jhi on 2001/04/22 15:09:48
17074 Log: Subject: Re: Regex debugger patch
17075 From: Mark-Jason Dominus <mjd@plover.com>
17076 Date: Sat, 21 Apr 2001 14:24:39 -0400
17077 Message-ID: <20010421182439.16508.qmail@plover.com>
17079 Regex debugger backend.
17081 ! regcomp.c regexp.h
17082 ____________________________________________________________________________
17083 [ 9775] By: jhi on 2001/04/21 16:45:40
17084 Log: Subject: [PATCH] Typo in utf8.h
17085 From: Jesús Quiroga <jquiroga@pobox.com>
17086 Date: Sat, 21 Apr 2001 19:25:33 +0200
17087 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
17090 ____________________________________________________________________________
17091 [ 9774] By: jhi on 2001/04/21 16:43:52
17092 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17093 From: Joe Orton <jorton@redhat.com>
17094 Date: Tue, 17 Apr 2001 15:50:43 +0100
17095 Message-Id: <20010417155043.D19132@eu.c2.net>
17098 ____________________________________________________________________________
17099 [ 9773] By: jhi on 2001/04/21 15:30:15
17100 Log: Subject: Patch utils/h2xs.PL
17101 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17102 Date: Sat, 21 Apr 2001 10:32:16 -0500
17103 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
17105 Add MAILING list and LICENSE templates.
17108 ____________________________________________________________________________
17109 [ 9772] By: jhi on 2001/04/21 15:28:36
17110 Log: Subject: perlfaq2.patch for 5.7.1
17111 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17112 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
17113 Date: Fri, 20 Apr 2001 16:42:19 -0500
17115 rm an extra tab, a blurb about the xx.cpan to clarify
17116 which countries actually have that and dejanews is history
17117 as well as most of that nonsensical entry.
17120 ____________________________________________________________________________
17121 [ 9771] By: jhi on 2001/04/21 15:27:17
17122 Log: Subject: perlfaq1.patch for 5.7.1
17123 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17124 Date: Fri, 20 Apr 2001 16:57:36 -0500
17125 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
17127 Evil URLs must die. Especially when they are broken.
17130 ____________________________________________________________________________
17131 [ 9770] By: jhi on 2001/04/21 15:23:38
17132 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
17133 From: Michael G Schwern <schwern@pobox.com>
17134 Date: Sat, 21 Apr 2001 16:11:12 +0100
17135 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
17137 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
17139 ! MANIFEST ext/B/B.pm t/lib/b.t
17140 ____________________________________________________________________________
17141 [ 9769] By: jhi on 2001/04/21 15:03:32
17142 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
17143 From: Michael G Schwern <schwern@pobox.com>
17144 Date: Sat, 21 Apr 2001 09:48:00 +0100
17145 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
17148 ____________________________________________________________________________
17149 [ 9768] By: jhi on 2001/04/21 14:33:49
17150 Log: PerlIO and Encode doc cleanup and tweaks.
17152 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
17153 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
17154 ____________________________________________________________________________
17155 [ 9767] By: jhi on 2001/04/21 12:40:16
17156 Log: Integrate perlio.
17159 ____________________________________________________________________________
17160 [ 9766] By: nick on 2001/04/20 18:28:35
17161 Log: Avoid core dump on
17162 open(STDOUT,">",\$foo);
17165 ____________________________________________________________________________
17166 [ 9765] By: jhi on 2001/04/20 13:23:43
17167 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
17168 From: Robin Houston <robin@kitsite.com>
17169 Date: Fri, 20 Apr 2001 14:29:22 +0100
17170 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
17172 ! ext/B/B.pm ext/B/B/Deparse.pm
17173 ____________________________________________________________________________
17174 [ 9764] By: jhi on 2001/04/20 13:19:33
17175 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
17176 From: Peter Prymmer <pvhp@forte.com>
17177 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
17178 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
17180 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
17181 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17182 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17183 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17184 ____________________________________________________________________________
17185 [ 9763] By: jhi on 2001/04/20 12:36:39
17186 Log: Subject: Re: A new PerlIO coredump
17187 From: Nick Ing-Simmons <nik@tiuk.ti.com>
17188 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
17189 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
17192 ____________________________________________________________________________
17193 [ 9762] By: jhi on 2001/04/19 23:02:30
17194 Log: Update Changes.
17196 ! Changes patchlevel.h
17197 ____________________________________________________________________________
17198 [ 9761] By: jhi on 2001/04/19 22:59:19
17199 Log: More cleanup cleanup.
17201 ! Makefile.SH win32/Makefile win32/makefile.mk
17202 ____________________________________________________________________________
17203 [ 9760] By: jhi on 2001/04/19 22:50:31
17204 Log: lib/Time is non-empty, let's not rmdir it.
17207 ____________________________________________________________________________
17208 [ 9759] By: jhi on 2001/04/19 22:36:51
17209 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
17210 From: Robin Houston <robin@kitsite.com>
17211 Date: Fri, 20 Apr 2001 00:18:53 +0100
17212 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
17214 ! ext/B/B/Deparse.pm
17215 ____________________________________________________________________________
17216 [ 9758] By: jhi on 2001/04/19 22:36:00
17217 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
17218 From: Peter Prymmer <pvhp@forte.com>
17219 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
17220 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
17223 ____________________________________________________________________________
17224 [ 9757] By: nick on 2001/04/19 18:53:54
17225 Log: Blind (untested) integrate of mainline.
17227 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17228 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
17229 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
17230 !> (integrate 53 files)
17231 ____________________________________________________________________________
17232 [ 9756] By: jhi on 2001/04/19 16:59:23
17233 Log: Document and test Time::Piece.
17235 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
17236 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
17237 ____________________________________________________________________________
17238 [ 9755] By: jhi on 2001/04/19 12:13:29
17239 Log: A better fix for the \x{12345678} trouble from NI-S.
17242 ____________________________________________________________________________
17243 [ 9754] By: jhi on 2001/04/19 11:56:07
17244 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
17245 From: Robin Houston <robin@kitsite.com>
17246 Date: Wed, 18 Apr 2001 17:58:33 +0100
17247 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
17249 ! ext/B/B/Deparse.pm op.c
17250 ____________________________________________________________________________
17251 [ 9753] By: jhi on 2001/04/19 04:21:52
17252 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
17253 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
17254 Date: Thu, 19 Apr 2001 01:11:41 -0400
17255 Message-ID: <20010419011141.A5798@cpan.org>
17257 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
17258 ____________________________________________________________________________
17259 [ 9752] By: jhi on 2001/04/19 02:41:10
17260 Log: The new time utils need to be thread-aware, too.
17263 ____________________________________________________________________________
17264 [ 9751] By: jhi on 2001/04/19 02:26:47
17265 Log: Compilation nit noticed by AIX compiler.
17268 ____________________________________________________________________________
17269 [ 9750] By: jhi on 2001/04/19 02:20:06
17270 Log: The new time utils need to be public.
17273 ____________________________________________________________________________
17274 [ 9749] By: jhi on 2001/04/19 01:42:39
17278 ____________________________________________________________________________
17279 [ 9748] By: jhi on 2001/04/19 01:41:10
17280 Log: Add Time::Piece, a slight rewrite of Time::Object,
17281 from Matt Sergeant.
17283 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17284 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
17285 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
17286 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
17287 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
17288 ! win32/makefile.mk
17289 ____________________________________________________________________________
17290 [ 9747] By: jhi on 2001/04/19 00:55:35
17291 Log: The new metaconfig unit from strftime.
17292 Branch: metaconfig/U/perl
17294 ____________________________________________________________________________
17295 [ 9746] By: jhi on 2001/04/19 00:54:54
17296 Log: Move the strftime() wrapper from POSIX.xs to util.c
17297 as my_strftime(), requires HAS_STRFTIME.
17299 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17300 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
17301 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
17302 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17303 ! vos/config.ga.h win32/config.bc win32/config.gc
17305 ____________________________________________________________________________
17306 [ 9745] By: jhi on 2001/04/18 23:11:03
17307 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
17308 in preparation of Time::Piece.
17310 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
17311 ____________________________________________________________________________
17312 [ 9744] By: jhi on 2001/04/18 22:33:12
17313 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
17314 From: Peter Prymmer <pvhp@forte.com>
17315 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
17316 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
17319 ____________________________________________________________________________
17320 [ 9743] By: jhi on 2001/04/18 22:32:23
17321 Log: Subject: Fwd: pod2html leaves cache files lying around?
17322 From: Rajesh Vaidheeswarran <rv@gnu.org>
17323 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
17324 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
17327 ____________________________________________________________________________
17328 [ 9742] By: jhi on 2001/04/18 20:31:49
17329 Log: Update Changes.
17331 ! Changes patchlevel.h
17332 ____________________________________________________________________________
17333 [ 9741] By: jhi on 2001/04/18 20:23:02
17334 Log: Declare hints only if needed.
17336 ! ext/B/B/Deparse.pm
17337 ____________________________________________________________________________
17338 [ 9740] By: jhi on 2001/04/18 19:06:05
17339 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
17340 bug noticed by Robin Houston; basically the code of detecting
17341 value wraparound was acting differently under different compilers
17342 and platforms. The workaround is to remove the overflow check
17343 for now, a real fix would be to do the overflow (portably) right.
17345 ! t/op/pat.t utf8.c
17346 ____________________________________________________________________________
17347 [ 9739] By: jhi on 2001/04/18 19:01:23
17348 Log: Subject: [PATCH B::Deparse] some pragma support
17349 From: Robin Houston <robin@kitsite.com>
17350 Date: Wed, 18 Apr 2001 19:32:12 +0100
17351 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
17353 ! ext/B/B/Deparse.pm
17354 ____________________________________________________________________________
17355 [ 9738] By: jhi on 2001/04/18 15:16:37
17356 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
17357 From: Benjamin Sugars <bsugars@canoe.ca>
17358 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
17359 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
17362 ____________________________________________________________________________
17363 [ 9737] By: jhi on 2001/04/18 13:24:50
17364 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
17365 From: Tim Jenness <t.jenness@jach.hawaii.edu>
17366 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
17367 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
17369 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17370 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
17371 ____________________________________________________________________________
17372 [ 9736] By: jhi on 2001/04/18 04:15:14
17373 Log: The #9735 also changes the subtest 12.
17376 ____________________________________________________________________________
17377 [ 9735] By: jhi on 2001/04/18 03:55:17
17378 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
17379 From: David Dyck <dcd@tc.fluke.com>
17380 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
17381 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
17383 ! ext/B/B/Deparse.pm
17384 ____________________________________________________________________________
17385 [ 9734] By: jhi on 2001/04/18 03:54:11
17386 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
17387 From: Gisle Aas <gisle@ActiveState.com>
17388 Date: 17 Apr 2001 19:06:45 -0700
17389 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
17391 ! pp_hot.c t/op/misc.t
17392 ____________________________________________________________________________
17393 [ 9733] By: jhi on 2001/04/17 22:25:22
17394 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
17395 From: "Abigail" <abigail@foad.org>
17396 Date: Wed, 18 Apr 2001 01:17:46 +0200
17397 Message-ID: <20010417231746.21657.qmail@foad.org>
17399 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
17400 ____________________________________________________________________________
17401 [ 9732] By: jhi on 2001/04/17 20:47:56
17402 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
17403 From: Robin Houston <robin@kitsite.com>
17404 Date: Tue, 17 Apr 2001 22:37:42 +0100
17405 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
17407 ! ext/B/B/Deparse.pm
17408 ____________________________________________________________________________
17409 [ 9731] By: nick on 2001/04/17 20:46:35
17410 Log: Re-sync for t/lib/b.t fix
17412 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
17413 ____________________________________________________________________________
17414 [ 9730] By: jhi on 2001/04/17 20:45:29
17415 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
17416 From: Robin Houston <robin@kitsite.com>
17417 Date: Tue, 17 Apr 2001 22:29:36 +0100
17418 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
17420 ! ext/B/B.xs ext/B/B/Deparse.pm
17421 ____________________________________________________________________________
17422 [ 9729] By: jhi on 2001/04/17 20:43:11
17423 Log: Subject: Deparse - parenthesise args to undeclared subs
17424 From: Robin Houston <robin@kitsite.com>
17425 Date: Tue, 17 Apr 2001 21:31:05 +0100
17426 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
17428 ! ext/B/B/Deparse.pm
17429 ____________________________________________________________________________
17430 [ 9728] By: jhi on 2001/04/17 18:57:30
17431 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
17432 From: Benjamin Sugars <ben.sugars@home.com>
17433 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
17434 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
17437 ____________________________________________________________________________
17438 [ 9727] By: jhi on 2001/04/17 18:20:20
17439 Log: Subject: [PATCH B::Deparse] ambient pragmas
17440 From: Robin Houston <robin@kitsite.com>
17441 Date: Tue, 17 Apr 2001 20:01:59 +0100
17442 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
17444 ! ext/B/B/Deparse.pm t/lib/b.t
17445 ____________________________________________________________________________
17446 [ 9726] By: nick on 2001/04/17 16:33:51
17447 Log: Integrate mainline (t/lib/b.t fails test 2...)
17449 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
17450 +> ext/List/Util/README ext/List/Util/Util.xs
17451 +> ext/List/Util/lib/List/Util.pm
17452 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
17453 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
17454 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17455 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17456 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17457 !> (integrate 31 files)
17458 ____________________________________________________________________________
17459 [ 9725] By: jhi on 2001/04/17 12:14:24
17460 Log: Subject: multiple B::* changes
17461 From: Robin Houston <robin@kitsite.com>
17462 Date: Thu, 12 Apr 2001 20:12:27 +0100
17463 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
17465 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
17466 ____________________________________________________________________________
17467 [ 9724] By: jhi on 2001/04/17 11:59:05
17468 Log: Thread-awareness from Doug MacEachern.
17470 ! ext/List/Util/Util.xs
17471 ____________________________________________________________________________
17472 [ 9723] By: jhi on 2001/04/17 11:57:41
17473 Log: Make the test more portable.
17476 ____________________________________________________________________________
17477 [ 9722] By: jhi on 2001/04/17 11:53:50
17478 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
17479 From: Benjamin Sugars <ben.sugars@home.com>
17480 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
17481 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
17484 ____________________________________________________________________________
17485 [ 9721] By: jhi on 2001/04/17 11:52:17
17486 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
17487 From: Benjamin Sugars <bsugars@canoe.ca>
17488 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
17489 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
17492 ____________________________________________________________________________
17493 [ 9720] By: jhi on 2001/04/17 11:35:42
17494 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
17495 From: Chris Nandor <pudge@pobox.com>
17496 Date: Tue, 17 Apr 2001 00:30:49 -0400
17497 Message-Id: <p05100207b701768712de@[10.0.1.177]>
17499 ! ext/File/Glob/bsd_glob.c gv.c
17500 ____________________________________________________________________________
17501 [ 9719] By: jhi on 2001/04/17 11:32:13
17502 Log: Subject: [PATCH] Tweten->West
17503 From: Casey West <casey@geeknest.com>
17504 Date: Mon, 16 Apr 2001 12:11:22 -0400
17505 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
17507 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
17509 ____________________________________________________________________________
17510 [ 9718] By: jhi on 2001/04/16 03:22:52
17511 Log: Update Changes.
17513 ! Changes patchlevel.h
17514 ____________________________________________________________________________
17515 [ 9717] By: jhi on 2001/04/16 03:06:28
17519 ____________________________________________________________________________
17520 [ 9716] By: jhi on 2001/04/16 02:58:42
17521 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
17522 From: Prymmer/Kahn <pvhp@best.com>
17523 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
17524 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
17527 ____________________________________________________________________________
17528 [ 9715] By: jhi on 2001/04/15 23:40:35
17529 Log: Subject: Re: Net::Ping patch, adds stream protocol
17530 From: bronson@rinspin.com (Scott Bronson)
17531 Date: Tue, 10 Apr 2001 23:58:33 -0700
17532 Message-ID: <20010410235833.N29719@rinspin.com>
17535 ____________________________________________________________________________
17536 [ 9714] By: jhi on 2001/04/15 23:31:46
17537 Log: Printing out the ok messages helps successful testing.
17539 ! t/lib/time-hires.t
17540 ____________________________________________________________________________
17541 [ 9713] By: jhi on 2001/04/15 21:43:24
17542 Log: Update Douglas Wegscheid's email.
17545 ____________________________________________________________________________
17546 [ 9712] By: jhi on 2001/04/15 21:40:41
17547 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
17548 From: Michael G Schwern <schwern@pobox.com>
17549 Date: Sat, 14 Apr 2001 22:40:50 +0100
17550 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
17553 ! MANIFEST lib/Exporter/Heavy.pm
17554 ____________________________________________________________________________
17555 [ 9711] By: jhi on 2001/04/15 21:39:21
17556 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
17557 From: Michael G Schwern <schwern@pobox.com>
17558 Date: Sat, 14 Apr 2001 22:13:59 +0100
17559 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
17562 ____________________________________________________________________________
17563 [ 9710] By: jhi on 2001/04/15 21:30:19
17564 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
17565 From: Michael G Schwern <schwern@pobox.com>
17566 Date: Sat, 14 Apr 2001 22:05:32 +0100
17567 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
17569 ! t/pragma/warnings.t
17570 ____________________________________________________________________________
17571 [ 9709] By: jhi on 2001/04/15 19:34:09
17572 Log: Integrate changes #9706,9707 from maintperl into mainline.
17574 change#7210 broke .packlist generation
17576 ExtUtils::Installed doesn't quote regex metacharacters in paths
17577 before using them in match; also make it work for dosish platforms
17579 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17580 ____________________________________________________________________________
17581 [ 9708] By: jhi on 2001/04/15 19:31:01
17582 Log: Test also the scalar aspect of getitimer().
17584 ! t/lib/time-hires.t
17585 ____________________________________________________________________________
17586 [ 9707] By: gsar on 2001/04/15 17:24:20
17587 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
17588 before using them in match; also make it work for dosish platforms
17589 Branch: maint-5.6/perl
17590 ! lib/ExtUtils/Installed.pm
17591 ____________________________________________________________________________
17592 [ 9706] By: gsar on 2001/04/15 17:21:59
17593 Log: change#7210 broke .packlist generation (listed only filename
17594 rather than fully qualified path name)
17595 Branch: maint-5.6/perl
17596 ! lib/ExtUtils/Install.pm
17597 ____________________________________________________________________________
17598 [ 9705] By: jhi on 2001/04/15 12:36:33
17599 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
17601 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
17602 ! t/lib/time-hires.t
17603 ____________________________________________________________________________
17604 [ 9704] By: jhi on 2001/04/15 10:49:08
17605 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
17606 From: Prymmer/Kahn <pvhp@best.com>
17607 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
17608 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
17610 ! lib/utf8.pm pod/perlebcdic.pod
17611 ____________________________________________________________________________
17612 [ 9703] By: jhi on 2001/04/15 02:26:26
17613 Log: I keep forgetting to sort MANIFEST.
17616 ____________________________________________________________________________
17617 [ 9702] By: jhi on 2001/04/15 02:07:47
17618 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
17619 Now we have blessed, reftype, tainted, first, reduce, ...
17621 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
17622 + ext/List/Util/README ext/List/Util/Util.xs
17623 + ext/List/Util/lib/List/Util.pm
17624 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
17625 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
17626 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17627 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17628 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17630 ____________________________________________________________________________
17631 [ 9701] By: jhi on 2001/04/14 15:05:25
17632 Log: Subject: RE: dprofpp.pl updates
17633 From: Carl Eklof <CEklof@endeca.com>
17634 Date: Thu, 12 Apr 2001 18:45:46 -0400
17635 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
17638 ____________________________________________________________________________
17639 [ 9700] By: jhi on 2001/04/14 14:44:55
17640 Log: Do not just blindly add CR.
17643 ____________________________________________________________________________
17644 [ 9699] By: jhi on 2001/04/13 13:17:01
17645 Log: Update Changes.
17647 ! Changes patchlevel.h
17648 ____________________________________________________________________________
17649 [ 9698] By: jhi on 2001/04/13 12:44:48
17650 Log: Integrate perlio.
17652 !> ext/PerlIO/Scalar/Scalar.xs
17653 ____________________________________________________________________________
17654 [ 9697] By: jhi on 2001/04/13 12:29:15
17655 Log: Add more debug output to the test.
17658 ____________________________________________________________________________
17659 [ 9696] By: nick on 2001/04/13 10:14:29
17660 Log: Fix core dump on binmode($fh,'Scalar')
17662 ! ext/PerlIO/Scalar/Scalar.xs
17663 ____________________________________________________________________________
17664 [ 9695] By: nick on 2001/04/13 09:05:42
17665 Log: Integrate mainline
17667 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17668 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17669 +> t/lib/time-hires.t
17670 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
17671 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
17672 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17673 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
17674 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
17675 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
17676 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
17677 ____________________________________________________________________________
17678 [ 9694] By: jhi on 2001/04/12 22:23:35
17679 Log: Integrate change #9693 from maintperl into mainline.
17681 $VERSION and Version() on the same line provokes a warning from
17682 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17684 !> lib/Devel/SelfStubber.pm
17685 ____________________________________________________________________________
17686 [ 9693] By: gsar on 2001/04/12 21:55:56
17687 Log: $VERSION and Version() on the same line provokes a warning from
17688 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17689 Branch: maint-5.6/perl
17690 ! lib/Devel/SelfStubber.pm
17691 ____________________________________________________________________________
17692 [ 9692] By: jhi on 2001/04/12 13:54:00
17693 Log: This is at least 5.005.
17695 ! ext/Time/HiRes/HiRes.xs
17696 ____________________________________________________________________________
17697 [ 9691] By: jhi on 2001/04/12 13:37:20
17698 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
17700 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
17701 ! win32/Makefile win32/makefile.mk
17702 ____________________________________________________________________________
17703 [ 9690] By: jhi on 2001/04/12 01:34:46
17704 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
17706 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17707 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17708 + t/lib/time-hires.t
17710 ____________________________________________________________________________
17711 [ 9689] By: jhi on 2001/04/12 00:28:39
17712 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
17713 From: Gisle Aas <gisle@ActiveState.com>
17714 Date: 11 Apr 2001 16:36:11 -0700
17715 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
17717 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
17718 ____________________________________________________________________________
17719 [ 9688] By: jhi on 2001/04/12 00:27:39
17720 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17721 From: Gisle Aas <gisle@ActiveState.com>
17722 Date: 11 Apr 2001 11:13:24 -0700
17723 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
17725 ! ext/MIME/Base64/Base64.xs
17726 ____________________________________________________________________________
17727 [ 9687] By: jhi on 2001/04/11 19:51:47
17728 Log: Slight update on the Todo list. (Should integrate to Todo?)
17731 ____________________________________________________________________________
17732 [ 9686] By: jhi on 2001/04/11 16:54:25
17733 Log: Subject: [PATCH opcode.pl] Documentation of table format
17734 From: Simon Cozens <simon@netthink.co.uk>
17735 Date: Wed, 11 Apr 2001 12:59:31 +0100
17736 Message-ID: <20010411125931.A25681@netthink.co.uk>
17739 ____________________________________________________________________________
17740 [ 9685] By: jhi on 2001/04/11 16:53:15
17741 Log: Subject: [PATCH] prototype("CORE::recv")
17742 From: Simon Cozens <simon@netthink.co.uk>
17743 Date: Wed, 11 Apr 2001 13:24:35 +0100
17744 Message-ID: <20010411132435.A26169@netthink.co.uk>
17746 ! pp.c t/comp/proto.t
17747 ____________________________________________________________________________
17748 [ 9684] By: jhi on 2001/04/11 16:47:13
17749 Log: FAQ (and AUTHORS) update from Dan Carson: the information
17750 was several years obsolete, Term::Readkey has been updated
17751 to have the functionality.
17753 ! AUTHORS pod/perlfaq5.pod
17754 ____________________________________________________________________________
17755 [ 9683] By: jhi on 2001/04/11 12:15:46
17756 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17757 From: Calle Dybedahl <calle@lysator.liu.se>
17758 Date: 10 Apr 2001 16:44:16 +0200
17759 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
17761 ! ext/MIME/Base64/Base64.xs
17762 ____________________________________________________________________________
17763 [ 9682] By: jhi on 2001/04/11 12:12:26
17764 Log: A more minimal fix for 20010410.006 from Hugo.
17767 ____________________________________________________________________________
17768 [ 9681] By: jhi on 2001/04/11 11:34:23
17769 Log: Integrate changes #9678,9679 from maintline into mainperl.
17771 addendum to change#9676
17773 up $File::Glob::VERSION; add a note pointing out the version of
17774 the OpenBSD glob bsd_glob.c resembles
17776 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17777 !> ext/File/Glob/bsd_glob.h
17778 ____________________________________________________________________________
17779 [ 9680] By: jhi on 2001/04/11 11:30:38
17780 Log: Bad test numbering in integrate in #9677.
17781 Fixes ID 20010411.001.
17784 ____________________________________________________________________________
17785 [ 9679] By: gsar on 2001/04/11 03:38:40
17786 Log: up $File::Glob::VERSION; add a note pointing out the version of
17787 the OpenBSD glob bsd_glob.c resembles
17788 Branch: maint-5.6/perl
17789 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17790 ! ext/File/Glob/bsd_glob.h
17791 ____________________________________________________________________________
17792 [ 9678] By: gsar on 2001/04/11 03:09:48
17793 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
17794 revision 1.8.10.1 found here:
17796 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
17797 Branch: maint-5.6/perl
17798 ! ext/File/Glob/bsd_glob.c
17799 ____________________________________________________________________________
17800 [ 9677] By: jhi on 2001/04/11 02:54:39
17801 Log: Integrate changes #9675,9676 from maintperl into mainline.
17803 fix for bug 20010410.006, undo change#7115
17805 port the OpenBSD glob() security patch
17807 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17808 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
17810 ____________________________________________________________________________
17811 [ 9676] By: gsar on 2001/04/11 02:19:02
17812 Log: port the glob() security patch found at:
17814 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
17816 CERT advisory for the issue is here:
17818 http://www.cert.org/advisories/CA-2001-07.html
17820 Note that the security scare is only relevant for those who are
17821 foolish enough to build suidperl (which is now officially discouraged)
17822 Branch: maint-5.6/perl
17823 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17824 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
17825 ____________________________________________________________________________
17826 [ 9675] By: gsar on 2001/04/10 23:52:11
17827 Log: fix for bug 20010410.006
17829 undo change#7115 (came into maint-5.6 as change#8156)
17831 add tests to keep it from coming back
17832 Branch: maint-5.6/perl
17833 ! regexec.c t/op/pat.t
17834 ____________________________________________________________________________
17835 [ 9674] By: nick on 2001/04/10 20:39:31
17836 Log: Integrate mainline
17838 +> Porting/testall.atom
17839 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
17840 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
17841 !> t/lib/lc-uk.t t/pod/find.t
17842 ____________________________________________________________________________
17843 [ 9673] By: nick on 2001/04/10 18:46:14
17844 Log: Integrate against change 9670 aka perl-5.7.1
17846 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17847 !> (integrate 53 files)
17848 ____________________________________________________________________________
17849 [ 9672] By: jhi on 2001/04/10 13:45:01
17850 Log: Add a script for doing cumulative profile of the test suite.
17851 (Requires ATOM, that is, Tru64.)
17853 + Porting/testall.atom
17855 ____________________________________________________________________________
17856 [ 9671] By: jhi on 2001/04/10 12:38:53
17857 Log: Missing std block.
17859 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
17860 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
17862 ____________________________________________________________________________
17863 [ 9670] By: jhi on 2001/04/10 01:25:58
17864 Log: This is 5.7.1.
17867 ____________________________________________________________________________
17868 [ 9669] By: jhi on 2001/04/10 01:09:14
17869 Log: Update Changes.
17871 ! Changes patchlevel.h
17872 ____________________________________________________________________________
17873 [ 9668] By: jhi on 2001/04/10 01:00:38
17877 ____________________________________________________________________________
17878 [ 9667] By: jhi on 2001/04/10 00:52:16
17879 Log: Update perlhist.
17882 ____________________________________________________________________________
17883 [ 9666] By: jhi on 2001/04/09 23:38:59
17884 Log: Slight wording tweaks from Damian to #9658.
17887 ____________________________________________________________________________
17888 [ 9665] By: jhi on 2001/04/09 19:56:06
17889 Log: Subject: [PATCH perlutil.pod] Nit
17890 From: Simon Cozens <simon@netthink.co.uk>
17891 Date: Mon, 9 Apr 2001 20:29:44 +0100
17892 Message-ID: <20010409202944.A14796@the.earth.li>
17895 ____________________________________________________________________________
17896 [ 9664] By: jhi on 2001/04/09 19:54:42
17897 Log: Subject: Re: perl571delta.pod@9631
17898 From: Mike Guy <mjtg@cam.ac.uk>
17899 Date: Mon, 09 Apr 2001 18:09:14 +0100
17900 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
17902 ! pod/perl571delta.pod
17903 ____________________________________________________________________________
17904 [ 9663] By: jhi on 2001/04/09 13:43:35
17905 Log: Update Changes.
17907 ! Changes patchlevel.h
17908 ____________________________________________________________________________
17909 [ 9662] By: jhi on 2001/04/09 13:24:46
17912 ! AUTHORS pod/perl571delta.pod
17913 ____________________________________________________________________________
17914 [ 9661] By: jhi on 2001/04/09 13:15:13
17915 Log: Thinko in manual patch applying.
17918 ____________________________________________________________________________
17919 [ 9660] By: jhi on 2001/04/09 13:07:53
17920 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
17921 From: Robin Barker <rmb1@cise.npl.co.uk>
17922 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
17923 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
17925 (This corrects the case where the "isn't numeric" string contains \0s
17926 and is longer than the temporary buffer, and contains \0 at the point
17927 the string would be truncated by "...".)
17930 ____________________________________________________________________________
17931 [ 9659] By: jhi on 2001/04/09 12:57:41
17932 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
17934 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
17935 ! t/lib/cgi-function.t t/lib/cgi-html.t
17936 ____________________________________________________________________________
17937 [ 9658] By: jhi on 2001/04/09 12:48:47
17938 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
17939 From: Ilmari Karonen <iltzu@sci.fi>
17940 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
17941 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
17943 Rearrange and rewrite the Method Invocation section
17944 to explain the concepts in nicer order.
17947 ____________________________________________________________________________
17948 [ 9657] By: jhi on 2001/04/09 12:35:58
17949 Log: Upgrade to podlators 1.09, from Russ Allbery.
17951 ! lib/Pod/Man.pm lib/Pod/Text.pm
17952 ____________________________________________________________________________
17953 [ 9656] By: jhi on 2001/04/09 12:31:53
17956 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
17957 ____________________________________________________________________________
17958 [ 9655] By: jhi on 2001/04/09 12:20:09
17959 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
17960 From: Prymmer/Kahn <pvhp@best.com>
17961 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
17962 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
17964 ! lib/utf8.pm pod/perlunicode.pod
17965 ____________________________________________________________________________
17966 [ 9654] By: gsar on 2001/04/09 03:38:33
17967 Log: here lies 5.6.1
17968 Branch: maint-5.6/perl
17970 ____________________________________________________________________________
17971 [ 9653] By: jhi on 2001/04/09 03:25:24
17972 Log: Update perlhist.
17975 ____________________________________________________________________________
17976 [ 9652] By: jhi on 2001/04/09 03:18:49
17977 Log: perl571delta tweaking continues.
17979 ! pod/perl571delta.pod
17980 ____________________________________________________________________________
17981 [ 9651] By: gsar on 2001/04/09 03:11:19
17982 Log: update Changes, patchlevel.h &c.
17983 Branch: maint-5.6/perl
17984 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17986 ____________________________________________________________________________
17987 [ 9650] By: jhi on 2001/04/09 02:40:24
17988 Log: Integrate the perlfork half of #9513 from maintperl into mainline
17989 (the perlunicode half is obsolete)
17992 ____________________________________________________________________________
17993 [ 9649] By: gsar on 2001/04/09 02:35:43
17994 Log: tweak perldelta as suggested by Jarkko
17995 Branch: maint-5.6/perl
17996 ! pod/perldelta.pod
17997 ____________________________________________________________________________
17998 [ 9648] By: jhi on 2001/04/09 02:13:04
17999 Log: Integrate change #9646 from maintperl into mainline.
18001 add note about ithreads and Thread.pm
18003 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
18004 ____________________________________________________________________________
18005 [ 9647] By: jhi on 2001/04/09 02:10:18
18006 Log: Bad assumption that shortsize == 2.
18008 ! t/lib/xs-typemap.t
18009 ____________________________________________________________________________
18010 [ 9646] By: gsar on 2001/04/09 00:48:04
18011 Log: add note about ithreads and Thread.pm (too many people are
18012 confused by the fact that Thread.pm is built and installed
18013 under non-5005threads but doesn't work)
18014 Branch: maint-5.6/perl
18015 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
18016 ____________________________________________________________________________
18017 [ 9645] By: gsar on 2001/04/09 00:19:03
18018 Log: update perldelta.pod for changes in 5.6.1
18019 Branch: maint-5.6/perl
18020 ! Changes pod/perldelta.pod
18021 ____________________________________________________________________________
18022 [ 9644] By: jhi on 2001/04/08 20:37:00
18023 Log: Integrate change #9639 from maintperl into mainline:
18024 on windows, many of the README.* pods were being copied to
18027 !> win32/Makefile win32/makefile.mk
18028 ____________________________________________________________________________
18029 [ 9643] By: jhi on 2001/04/08 20:07:11
18030 Log: Integrate change #9624 from maintperl into mainline:
18031 the pod tests were not okay. (t/pod/find.t changes ignored)
18033 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
18034 !> t/pod/include.t t/pod/included.t t/pod/lref.t
18035 !> t/pod/multiline_items.t t/pod/nested_items.t
18036 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
18037 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
18038 ____________________________________________________________________________
18039 [ 9642] By: jhi on 2001/04/08 19:57:17
18040 Log: Integrate change #9638 from maintperl into mainline:
18041 update to latest JPL from the anoncvs repository
18043 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
18044 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18045 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
18046 ____________________________________________________________________________
18047 [ 9641] By: jhi on 2001/04/08 19:53:30
18048 Log: perl571delta updates.
18050 ! lib/Filter/Simple.pm pod/perl571delta.pod
18051 ____________________________________________________________________________
18052 [ 9640] By: gsar on 2001/04/08 19:20:46
18053 Log: integrate change#9634 from mainline
18055 Fix the perlmodlib generation (didn't understand separate .pod
18056 files; didn't understand -- as the name-thing separator).
18057 Update the CPAN mirrors list.
18058 Branch: maint-5.6/perl
18059 ! pod/perlmodlib.pod
18060 !> pod/perlmodlib.PL
18061 ____________________________________________________________________________
18062 [ 9639] By: gsar on 2001/04/08 18:57:31
18063 Log: on windows, many of the README.* pods were being copied to the wrong
18065 Branch: maint-5.6/perl
18066 ! win32/Makefile win32/makefile.mk
18067 ____________________________________________________________________________
18068 [ 9638] By: gsar on 2001/04/08 18:38:25
18069 Log: update to latest JPL from the anoncvs repository
18070 Branch: maint-5.6/perl
18071 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
18072 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18073 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
18074 ____________________________________________________________________________
18075 [ 9637] By: jhi on 2001/04/08 17:53:53
18076 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
18078 ! pod/perl571delta.pod
18079 ____________________________________________________________________________
18080 [ 9636] By: jhi on 2001/04/08 17:18:32
18084 ____________________________________________________________________________
18085 [ 9635] By: jhi on 2001/04/08 17:16:33
18086 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
18087 From: "Craig A. Berry" <craigberry@mac.com>
18088 Date: Sun, 08 Apr 2001 12:30:16 -0500
18089 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
18091 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
18092 ____________________________________________________________________________
18093 [ 9634] By: jhi on 2001/04/08 17:09:19
18094 Log: Fix the perlmodlib generation (didn't understand separate .pod
18095 files; didn't understand -- as the name-thing separator).
18097 Update the CPAN mirrors list.
18099 ! pod/perlmodlib.PL pod/perlmodlib.pod
18100 ____________________________________________________________________________
18101 [ 9633] By: jhi on 2001/04/08 16:49:17
18102 Log: Sort MANIFEST.
18105 ____________________________________________________________________________
18106 [ 9632] By: gsar on 2001/04/08 16:36:06
18107 Log: add $Tie::RefHash::VERSION
18108 Branch: maint-5.6/perl
18109 ! lib/Tie/RefHash.pm
18110 ____________________________________________________________________________
18111 [ 9631] By: jhi on 2001/04/08 16:10:15
18112 Log: perl571delta updates based on p5p feedback; still needs
18115 ! pod/perl571delta.pod
18116 ____________________________________________________________________________
18117 [ 9630] By: jhi on 2001/04/08 15:59:13
18118 Log: Update the list of supported platforms to talk about 5.7.1
18122 ____________________________________________________________________________
18123 [ 9629] By: jhi on 2001/04/08 15:55:41
18124 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
18125 from maintperl into mainline: perlport updates.
18128 ____________________________________________________________________________
18129 [ 9628] By: jhi on 2001/04/08 15:53:17
18130 Log: perlsolaris.pod copied to wrong directory.
18132 ! win32/makefile.mk
18133 ____________________________________________________________________________
18134 [ 9627] By: jhi on 2001/04/08 14:48:18
18135 Log: Subject: Typos in perl571delta.pod
18136 From: "Stephen P. Potter" <spp@spotter.yi.org>
18137 Date: Sat, 07 Apr 2001 20:37:05 -0400
18138 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
18140 ! pod/perl571delta.pod
18141 ____________________________________________________________________________
18142 [ 9626] By: jhi on 2001/04/08 14:39:04
18143 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
18146 ____________________________________________________________________________
18147 [ 9625] By: nick on 2001/04/08 10:14:23
18148 Log: Integrate mainline
18150 +> pod/perl570delta.pod pod/perl571delta.pod
18151 !> (integrate 27 files)
18152 ____________________________________________________________________________
18153 [ 9624] By: gsar on 2001/04/08 06:08:17
18154 Log: test in t/pod/* were busted
18156 these tests are still not enabled in t/{harness,TEST}
18157 Branch: maint-5.6/perl
18158 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
18159 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
18160 ! t/pod/multiline_items.t t/pod/nested_items.t
18161 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
18162 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
18163 ____________________________________________________________________________
18164 [ 9623] By: gsar on 2001/04/08 03:37:01
18165 Log: integrate change#9470 from mainline
18167 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
18168 Branch: maint-5.6/perl
18169 !> ext/Socket/Socket.xs
18170 ____________________________________________________________________________
18171 [ 9622] By: jhi on 2001/04/07 22:40:47
18172 Log: Update Changes.
18174 ! Changes patchlevel.h
18175 ____________________________________________________________________________
18176 [ 9621] By: jhi on 2001/04/07 22:34:16
18177 Log: Update AUTHORS.
18180 ____________________________________________________________________________
18181 [ 9620] By: jhi on 2001/04/07 22:12:47
18182 Log: Forgot to bump the number of tests in #9164.
18185 ____________________________________________________________________________
18186 [ 9619] By: jhi on 2001/04/07 22:09:50
18187 Log: Bump patchlevel to 5.7.1.
18189 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18190 ! config_h.SH patchlevel.h
18191 ____________________________________________________________________________
18192 [ 9618] By: jhi on 2001/04/07 22:02:41
18193 Log: Populate perl571delta.
18195 ! pod/perl571delta.pod
18196 ____________________________________________________________________________
18197 [ 9617] By: jhi on 2001/04/07 22:01:23
18198 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
18199 to forget it later; do not change patchlevel.h yet or regenerate
18202 ! epoc/config.sh win32/Makefile win32/config_H.bc
18203 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18204 ____________________________________________________________________________
18205 [ 9616] By: jhi on 2001/04/07 17:46:33
18206 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
18208 ! pod/perl571delta.pod
18209 ____________________________________________________________________________
18210 [ 9615] By: jhi on 2001/04/07 17:33:21
18211 Log: Change the toc configuration.
18213 ! pod/buildtoc.PL pod/perl.pod
18214 ____________________________________________________________________________
18215 [ 9614] By: jhi on 2001/04/07 17:29:47
18216 Log: Subject: PATCH: $[
18217 From: Robin Houston <robin@kitsite.com>
18218 Date: Fri, 6 Apr 2001 18:10:14 +0100
18219 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
18221 ! op.c t/op/array.t
18222 ____________________________________________________________________________
18223 [ 9613] By: jhi on 2001/04/07 17:28:26
18224 Log: Subject: [PATCH perl@9424] isn't numeric warning
18225 From: Robin Barker <rmb1@cise.npl.co.uk>
18226 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
18227 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
18229 ! sv.c t/pragma/warn/sv
18230 ____________________________________________________________________________
18231 [ 9612] By: jhi on 2001/04/07 17:26:45
18232 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
18233 From: Mike Guy <mjtg@cam.ac.uk>
18234 Date: Fri, 06 Apr 2001 12:47:06 +0100
18235 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
18237 ! dump.c t/lib/peek.t
18238 ____________________________________________________________________________
18239 [ 9611] By: jhi on 2001/04/07 17:21:35
18240 Log: Create perl571delta and seed it off with the perldelta changes
18241 since 5.7.0; remove those changes from perldelta and rename it
18242 as perl570delta; recreate perldelta but leave it almost empty.
18244 + pod/perl570delta.pod pod/perl571delta.pod
18245 ! MANIFEST pod/perldelta.pod
18246 ____________________________________________________________________________
18247 [ 9610] By: jhi on 2001/04/07 16:56:32
18250 ! pod/perldelta.pod
18251 ____________________________________________________________________________
18252 [ 9609] By: jhi on 2001/04/07 16:38:32
18253 Log: Retract #9523: needs more thought.
18256 ____________________________________________________________________________
18257 [ 9608] By: jhi on 2001/04/07 14:59:20
18258 Log: atmark() code cleanaup.
18261 ____________________________________________________________________________
18262 [ 9607] By: jhi on 2001/04/07 14:48:14
18263 Log: Integrate change #9605 from maintperl into mainline.
18265 can't optimize away scope entry if tr/// is present
18268 ____________________________________________________________________________
18269 [ 9606] By: jhi on 2001/04/07 14:43:59
18270 Log: Integrate perlio.
18272 +> win32/FindExt.pm
18273 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
18274 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
18275 ____________________________________________________________________________
18276 [ 9605] By: gsar on 2001/04/07 11:52:40
18277 Log: can't optimize away scope entry if tr/// is present
18278 Branch: maint-5.6/perl
18280 ____________________________________________________________________________
18281 [ 9604] By: nick on 2001/04/07 11:39:45
18282 Log: Split out extension finding code from buildext.pl into FindExt.pm
18283 Use it to get Config.pm's idea of available extensions in line
18284 with what is built.
18287 ! MANIFEST win32/buildext.pl win32/config_sh.PL
18288 ! win32/makefile.mk
18289 ____________________________________________________________________________
18290 [ 9603] By: nick on 2001/04/07 09:11:38
18291 Log: Cleanup correction for failed :Via() layer, also set an error code.
18293 ! ext/PerlIO/Via/Via.xs
18294 ____________________________________________________________________________
18295 [ 9602] By: nick on 2001/04/07 08:38:04
18296 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
18297 style. So don't use binmode() on the handles so that Win32 etc. see
18298 same sequence and produce same digests.
18301 ____________________________________________________________________________
18302 [ 9601] By: nick on 2001/04/07 08:36:26
18303 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
18304 Else it complains and so crlf layer (say) does not get pushed.
18307 ____________________________________________________________________________
18308 [ 9600] By: jhi on 2001/04/06 23:00:09
18309 Log: Integrate change #9599 from perlio into mainline.
18311 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
18312 !> win32/config_H.vc
18313 ____________________________________________________________________________
18314 [ 9599] By: nick on 2001/04/06 21:42:43
18315 Log: Quote $VERSION in Encode.pm.
18316 regen_config_h as requested.
18318 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
18319 ! win32/config_H.vc
18320 ____________________________________________________________________________
18321 [ 9598] By: nick on 2001/04/06 20:34:59
18322 Log: Integrate mainline
18325 !> (integrate 39 files)
18326 ____________________________________________________________________________
18327 [ 9597] By: gsar on 2001/04/06 18:06:35
18328 Log: integrate change#9464 from mainline (addendum to change#8313)
18330 Subject: [PATCH @9452] Better peep()ing for foreach() loops
18331 Branch: maint-5.6/perl
18333 ____________________________________________________________________________
18334 [ 9596] By: jhi on 2001/04/06 17:26:03
18335 Log: The d_casti32=undef is good for you even when not use64bitall.
18338 ____________________________________________________________________________
18339 [ 9595] By: gsar on 2001/04/06 14:57:17
18340 Log: add a low-impact fix to accomodate darwin-ism
18341 Branch: maint-5.6/perl
18342 ! ext/Errno/Errno_pm.PL
18343 ____________________________________________________________________________
18344 [ 9594] By: jhi on 2001/04/06 14:55:14
18345 Log: Integrate changes #9528,9593 from mainline into maintperl;
18346 tweaking the editor/IDE/shell list.
18347 Branch: maint-5.6/perl
18348 !> pod/perlfaq3.pod
18349 ____________________________________________________________________________
18350 [ 9593] By: jhi on 2001/04/06 14:51:39
18351 Log: Make the editor/IDE/shell list a little bit airier.
18354 ____________________________________________________________________________
18355 [ 9592] By: gsar on 2001/04/06 14:45:18
18356 Log: integrate change#9477 from mainline (base.pm doc tweak)
18358 missing doc entry for fmod()
18359 Branch: maint-5.6/perl
18360 ! lib/Math/BigFloat.pm
18362 ____________________________________________________________________________
18363 [ 9591] By: jhi on 2001/04/06 13:55:48
18367 ____________________________________________________________________________
18368 [ 9590] By: jhi on 2001/04/06 13:54:52
18369 Log: Math::BigFloat patches from John Peacock. The equivalent
18370 of #9586 from maintperl but reworked by John to work with
18373 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
18374 ____________________________________________________________________________
18375 [ 9589] By: jhi on 2001/04/06 13:42:23
18376 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
18378 ! ext/Digest/MD5/Makefile.PL
18379 ____________________________________________________________________________
18380 [ 9588] By: jhi on 2001/04/06 13:31:45
18381 Log: Integrate changes #9584,9587 from maintperl into mainline.
18383 keep eval"" CVs alive until the end of the statement in which
18386 add README.macos (from Chris Nandor)
18388 tyop in change#9555
18391 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
18392 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
18393 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
18394 !> win32/makefile.mk
18395 ____________________________________________________________________________
18396 [ 9587] By: gsar on 2001/04/06 07:31:30
18397 Log: add README.macos (from Chris Nandor)
18399 tyop in change#9555
18400 Branch: maint-5.6/perl
18402 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
18403 ! win32/Makefile win32/makefile.mk
18404 ____________________________________________________________________________
18405 [ 9586] By: gsar on 2001/04/06 07:08:54
18406 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
18407 Branch: maint-5.6/perl
18408 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
18409 ____________________________________________________________________________
18410 [ 9585] By: gsar on 2001/04/06 06:58:44
18411 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
18414 Subject: [PATCH] Base64 update to perlfaq9.pod
18416 Subject: [PATCH AUTHORS] Housekeeping
18418 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
18419 Mac OS X (Darwin) has extra pwent fields.
18421 Subject: [PATCH B::*] print control-character vars readably
18422 Needs EBCDICification.
18424 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
18426 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
18428 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
18430 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
18432 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
18434 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
18436 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
18438 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
18440 FreeBSD hints tweak from Anton Berezin.
18442 Subject: [PATCH foolperl & bleadperl] README.vms update
18444 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
18445 Branch: maint-5.6/perl
18446 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
18447 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
18448 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
18449 ____________________________________________________________________________
18450 [ 9584] By: gsar on 2001/04/06 04:09:00
18451 Log: keep eval"" CVs alive until the end of the statement in which
18452 they're called; this avoids a coredump ensuing from search for
18453 lexicals in code such as:
18457 eval q[sub { eval 'sub { &$s }' }];
18461 this code still doesn't work as intended (as it has remained
18462 since time immemorial), but it doesn't provoke a coredump anymore
18463 Branch: maint-5.6/perl
18464 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18465 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
18466 ____________________________________________________________________________
18467 [ 9583] By: jhi on 2001/04/05 23:52:51
18468 Log: Update Changes.
18470 ! Changes patchlevel.h
18471 ____________________________________________________________________________
18472 [ 9582] By: jhi on 2001/04/05 23:11:23
18473 Log: Slight doc tweak.
18475 ! pod/perlunicode.pod
18476 ____________________________________________________________________________
18477 [ 9581] By: jhi on 2001/04/05 23:04:11
18478 Log: Integrate perlio.
18480 !> pod/perlunicode.pod
18481 ____________________________________________________________________________
18482 [ 9580] By: jhi on 2001/04/05 23:03:29
18483 Log: Test for #9579.
18486 ____________________________________________________________________________
18487 [ 9579] By: jhi on 2001/04/05 22:54:17
18488 Log: Subject: [PATCH] Propagate calling context for do '...'
18489 From: Gisle Aas <gisle@ActiveState.com>
18490 Date: 04 Apr 2001 20:17:29 -0700
18491 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
18493 ! pod/perlfunc.pod pp_ctl.c
18494 ____________________________________________________________________________
18495 [ 9578] By: jhi on 2001/04/05 22:52:51
18496 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
18497 From: Peter Prymmer <pvhp@forte.com>
18498 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
18499 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
18502 ____________________________________________________________________________
18503 [ 9577] By: jhi on 2001/04/05 22:48:22
18504 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
18505 From: "Craig A. Berry" <craigberry@mac.com>
18506 Date: Thu, 5 Apr 2001 13:43:28 -0500
18507 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
18510 ____________________________________________________________________________
18511 [ 9576] By: jhi on 2001/04/05 22:31:38
18512 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
18513 From: Michael G Schwern <schwern@pobox.com>
18514 Date: Thu, 5 Apr 2001 21:53:21 +0100
18515 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
18517 ! lib/base.pm t/lib/fields.t
18518 ____________________________________________________________________________
18519 [ 9575] By: jhi on 2001/04/05 22:26:10
18520 Log: FreeBSD hints tweak from Anton Berezin.
18523 ____________________________________________________________________________
18524 [ 9574] By: jhi on 2001/04/05 22:24:03
18525 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
18526 From: David Dyck <dcd@tc.fluke.com>
18527 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
18528 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
18531 ____________________________________________________________________________
18532 [ 9573] By: jhi on 2001/04/05 22:23:06
18533 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
18534 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
18535 From: David Dyck <dcd@tc.fluke.com>
18536 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
18539 ____________________________________________________________________________
18540 [ 9572] By: jhi on 2001/04/05 22:14:47
18541 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
18542 From: Robin Houston <robin@kitsite.com>
18543 Date: Thu, 5 Apr 2001 20:56:48 +0100
18544 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
18546 ! ext/B/B/Deparse.pm
18547 ____________________________________________________________________________
18548 [ 9571] By: jhi on 2001/04/05 22:12:53
18549 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
18550 From: Robin Houston <robin@kitsite.com>
18551 Date: Thu, 5 Apr 2001 19:55:51 +0100
18552 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
18554 ! ext/B/B/Deparse.pm
18555 ____________________________________________________________________________
18556 [ 9570] By: jhi on 2001/04/05 22:11:06
18557 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
18558 From: Robin Houston <robin@kitsite.com>
18559 Date: Thu, 5 Apr 2001 20:16:29 +0100
18560 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
18562 ! ext/B/B/Deparse.pm
18563 ____________________________________________________________________________
18564 [ 9569] By: nick on 2001/04/05 21:32:26
18565 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
18567 ! pod/perlunicode.pod
18568 ____________________________________________________________________________
18569 [ 9568] By: nick on 2001/04/05 19:38:09
18570 Log: Integrate mainline
18572 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
18573 !> (integrate 35 files)
18574 ____________________________________________________________________________
18575 [ 9567] By: jhi on 2001/04/05 18:31:45
18576 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
18577 From: Robin Houston <robin@kitsite.com>
18578 Date: Thu, 5 Apr 2001 18:03:23 +0100
18579 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
18581 ! ext/B/B/Deparse.pm
18582 ____________________________________________________________________________
18583 [ 9566] By: jhi on 2001/04/05 18:29:35
18584 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
18585 From: Robin Houston <robin@kitsite.com>
18586 Date: Thu, 5 Apr 2001 16:45:18 +0100
18587 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
18589 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
18590 ____________________________________________________________________________
18591 [ 9565] By: jhi on 2001/04/05 18:24:23
18592 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
18593 From: Robin Houston <robin@kitsite.com>
18594 Date: Thu, 5 Apr 2001 14:50:09 +0100
18595 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
18597 ! ext/B/B/Deparse.pm
18598 ____________________________________________________________________________
18599 [ 9564] By: jhi on 2001/04/05 18:23:03
18600 Log: Subject: [PATCH B::*] print control-character vars readably
18601 From: Robin Houston <robin@kitsite.com>
18602 Date: Thu, 5 Apr 2001 14:27:38 +0100
18603 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
18605 Needs EBCDICification.
18607 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
18609 ____________________________________________________________________________
18610 [ 9563] By: jhi on 2001/04/05 18:20:32
18611 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
18612 Date: Thu, 5 Apr 2001 13:21:42 -0400
18613 From: Paul Schinder <schinder@pobox.com>
18614 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
18616 Mac OS X (Darwin) has extra pwent fields.
18619 ____________________________________________________________________________
18620 [ 9562] By: jhi on 2001/04/05 17:57:51
18624 ____________________________________________________________________________
18625 [ 9561] By: jhi on 2001/04/05 17:47:33
18626 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
18629 Branch: metaconfig/U/perl
18631 ! d_cmsghdr_s.U d_msghdr_s.U
18632 ____________________________________________________________________________
18633 [ 9560] By: jhi on 2001/04/05 17:47:01
18634 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
18635 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
18636 Introduce probes for struct msghdr, struct cmsghdr,
18637 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
18638 ualarm, usleep, for possible later extension work.
18640 + t/lib/md5-align.t
18641 ! Configure MANIFEST Porting/Glossary Porting/config.sh
18642 ! Porting/config_H config_h.SH configure.com epoc/config.sh
18643 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
18644 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18645 ! vos/config.ga.h win32/config.bc win32/config.gc
18647 ____________________________________________________________________________
18648 [ 9559] By: jhi on 2001/04/05 13:03:04
18649 Log: Be traditional in your cpp (for the Errno extension).
18652 ____________________________________________________________________________
18653 [ 9558] By: jhi on 2001/04/05 13:00:05
18654 Log: Add $Config{cppflags} to the gcc incantation.
18656 ! ext/Errno/Errno_pm.PL
18657 ____________________________________________________________________________
18658 [ 9557] By: jhi on 2001/04/05 04:22:39
18659 Log: Introduce Sean Burke's Class::ISA 0.32.
18661 + lib/Class/ISA.pm t/lib/class-isa.t
18663 ____________________________________________________________________________
18664 [ 9556] By: jhi on 2001/04/05 04:09:50
18665 Log: Subject: [PATCH AUTHORS] Housekeeping
18666 From: Paul Johnson <paul@pjcj.net>
18667 Date: Wed, 4 Apr 2001 22:45:47 +0200
18668 Message-ID: <20010404224547.D9548@pjcj.net>
18671 ____________________________________________________________________________
18672 [ 9555] By: jhi on 2001/04/05 04:06:33
18673 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
18674 From: Gisle Aas <gisle@ActiveState.com>
18675 Date: 04 Apr 2001 14:23:04 -0700
18676 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
18679 ____________________________________________________________________________
18680 [ 9554] By: jhi on 2001/04/05 04:05:49
18681 Log: Downgrade also the "Wide character" diagnostic.
18684 ____________________________________________________________________________
18685 [ 9553] By: jhi on 2001/04/05 04:00:33
18686 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
18687 maintperl into mainline.
18689 "double" should be "NV"; standard typemap is missing entry
18694 Downgrade "Wide character in print" to a warning.
18696 B::Deparse fix for ${^FOO} and documentation for PVX() method
18697 (from Robin Houston)
18699 tr/// doesn't null-terminate the result in some situations
18702 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18703 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
18704 !> t/io/utf8.t t/op/tr.t
18705 ____________________________________________________________________________
18706 [ 9552] By: jhi on 2001/04/05 03:52:50
18707 Log: Retract changes #9542 and #9538 (from maintperl, integrated
18708 at #9540), shouldn't be needed because of the perlio changes.
18711 ____________________________________________________________________________
18712 [ 9551] By: gsar on 2001/04/05 00:18:34
18713 Log: tr/// doesn't null-terminate the result in some situations
18715 Branch: maint-5.6/perl
18717 ____________________________________________________________________________
18718 [ 9550] By: gsar on 2001/04/04 20:04:17
18719 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
18720 (from Robin Houston)
18721 Branch: maint-5.6/perl
18722 ! ext/B/B.pm ext/B/B/Deparse.pm
18723 ____________________________________________________________________________
18724 [ 9549] By: nick on 2001/04/04 18:56:15
18725 Log: Downgrade "Wide character in print" to a warning.
18727 ! doio.c t/io/utf8.t
18728 ____________________________________________________________________________
18729 [ 9548] By: gsar on 2001/04/04 18:51:49
18730 Log: integrate changes#9460,9462,9482,9521,9522
18732 Subject: PATCH: B::Debug should show LOOP-specific fields
18734 Subject: B::Deparse precedence bug. (Patch included.)
18736 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
18738 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18740 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18741 Branch: maint-5.6/perl
18742 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
18743 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
18744 ____________________________________________________________________________
18745 [ 9547] By: gsar on 2001/04/04 18:49:16
18747 Branch: maint-5.6/perl
18748 ! ext/Thread/Thread.xs
18749 ____________________________________________________________________________
18750 [ 9546] By: nick on 2001/04/04 18:44:00
18751 Log: Integrate mainline.
18753 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
18754 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
18755 ____________________________________________________________________________
18756 [ 9545] By: gsar on 2001/04/04 18:38:52
18757 Log: integrate change#8837 from mainline
18759 Subject: [patch] -Wall cleanup round 2
18760 Branch: maint-5.6/perl
18761 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
18762 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
18763 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
18764 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
18765 !> ext/SDBM_File/SDBM_File.xs
18766 ____________________________________________________________________________
18767 [ 9544] By: gsar on 2001/04/04 17:49:57
18768 Log: "double" should be "NV"; standard typemap is missing entry
18770 Branch: maint-5.6/perl
18771 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
18772 ____________________________________________________________________________
18773 [ 9543] By: jhi on 2001/04/04 14:13:18
18774 Log: Thou shalt not (just) match for English error messages.
18776 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
18777 ! os2/OS2/Process/Process.pm
18778 ____________________________________________________________________________
18779 [ 9542] By: jhi on 2001/04/04 13:20:39
18780 Log: Make the stdio tricks of fflush_all() to exist only if
18781 stdio is being used.
18784 ____________________________________________________________________________
18785 [ 9541] By: jhi on 2001/04/04 04:20:24
18786 Log: Subject: Re: [PATCH] Lighten up glob
18787 From: Benjamin Sugars <bsugars@canoe.ca>
18788 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
18789 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
18791 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
18793 ____________________________________________________________________________
18794 [ 9540] By: jhi on 2001/04/04 04:03:57
18795 Log: Integrate changes #9538,9539 from maintperl into mainline.
18797 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18798 for use with _fwalk() (fix for change#7705)
18800 another tweak needed for SunOS 4.1.x build (from Mike Guy)
18801 (cp -f is not portable)
18803 !> Makefile.SH util.c
18804 ____________________________________________________________________________
18805 [ 9539] By: gsar on 2001/04/04 03:01:14
18806 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
18807 Branch: maint-5.6/perl
18809 ____________________________________________________________________________
18810 [ 9538] By: gsar on 2001/04/04 01:00:38
18811 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18812 for use with _fwalk() (fix for change#7705)
18813 Branch: maint-5.6/perl
18815 ____________________________________________________________________________
18816 [ 9537] By: nick on 2001/04/03 19:24:55
18817 Log: Integrate mainline
18819 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
18820 +> lib/unicode/PropList.html
18821 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
18822 !> (integrate 69 files)
18823 ____________________________________________________________________________
18824 [ 9536] By: jhi on 2001/04/03 18:02:31
18825 Log: Integrate change #9533 from maintperl into mainline.
18827 better fix for change#9517 to accomodate UNC paths like
18828 \\server\share\foo, and paths with trailing backslash
18831 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18832 ____________________________________________________________________________
18833 [ 9535] By: jhi on 2001/04/03 17:58:07
18834 Log: Change the push/unshift warning to be of class syntax, not misc.
18836 ! op.c pod/perldiag.pod t/pragma/warn/op
18837 ____________________________________________________________________________
18838 [ 9534] By: jhi on 2001/04/03 15:03:46
18839 Log: Change the push/unshift warning (#9532) to talk about "no values"
18840 instead of "no arguments".
18842 ! op.c pod/perldiag.pod t/pragma/warn/op
18843 ____________________________________________________________________________
18844 [ 9533] By: gsar on 2001/04/03 14:30:07
18845 Log: better fix for change#9517 to accomodate UNC paths like
18846 \\server\share\foo, and paths with trailing backslash
18848 Branch: maint-5.6/perl
18849 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18850 ____________________________________________________________________________
18851 [ 9532] By: jhi on 2001/04/03 13:11:46
18852 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
18853 From: Robin Houston <robin@kitsite.com>
18854 Date: Mon, 2 Apr 2001 15:03:29 +0100
18855 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
18857 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
18858 ____________________________________________________________________________
18859 [ 9531] By: jhi on 2001/04/03 13:06:34
18860 Log: Integrate change #9530 from maintperl into mainline.
18862 accomodate VMS "mailbox overflow" quirk in testsuite (from
18866 ____________________________________________________________________________
18867 [ 9530] By: gsar on 2001/04/03 04:56:41
18868 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
18870 Branch: maint-5.6/perl
18872 ____________________________________________________________________________
18873 [ 9529] By: jhi on 2001/04/03 02:34:34
18874 Log: Update Changes.
18876 ! Changes patchlevel.h
18877 ____________________________________________________________________________
18878 [ 9528] By: jhi on 2001/04/03 01:27:57
18879 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
18880 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
18881 To: perl5-porters@perl.org
18882 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
18885 ____________________________________________________________________________
18886 [ 9527] By: jhi on 2001/04/03 01:22:09
18887 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
18888 From: Peter Prymmer <pvhp@forte.com>
18889 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
18890 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
18892 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
18893 ____________________________________________________________________________
18894 [ 9526] By: jhi on 2001/04/03 01:18:25
18895 Log: The metaconfig unit changes for #9525.
18897 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
18898 Branch: metaconfig/U/perl
18900 ____________________________________________________________________________
18901 [ 9525] By: jhi on 2001/04/03 01:17:30
18902 Log: Configure sanity checks:
18903 * if use64bitall is attempted but pointers are only 32-bit,
18904 'downgrade' to use64bitint
18905 * if use64bitint is attempted but there's no quad type,
18906 forget about use64bitint (well, the default for it is 'n',
18907 the user can still override this)
18908 * if pointers are 64 bits, do not try to use Perl's malloc
18911 ____________________________________________________________________________
18912 [ 9524] By: gsar on 2001/04/03 01:09:12
18913 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
18914 Branch: maint-5.6/perl
18916 ____________________________________________________________________________
18917 [ 9523] By: jhi on 2001/04/03 00:02:31
18918 Log: (Retracted by #9609)
18920 Make it harder for parallel makes to enter 'test' before
18921 Dynaloader and File::Glob are happy. (In principle 'make_ext'
18922 should be unhappy enough, but sometimes parallel makes seem
18923 to sneak past both in Tru64 and AIX.)
18926 ____________________________________________________________________________
18927 [ 9522] By: jhi on 2001/04/02 22:35:31
18928 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18929 Date: Mon, 2 Apr 2001 22:54:10 +0100
18930 From: Robin Houston <robin@kitsite.com>
18931 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
18933 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
18934 ____________________________________________________________________________
18935 [ 9521] By: jhi on 2001/04/02 22:32:23
18936 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18937 From: Robin Houston <robin@kitsite.com>
18938 Date: Mon, 2 Apr 2001 20:24:03 +0100
18939 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
18941 ! ext/B/B/Concise.pm
18942 ____________________________________________________________________________
18943 [ 9520] By: jhi on 2001/04/02 22:30:43
18944 Log: Subject: [PATCH] REALLY pedantic hv.h nit
18945 From: Simon Cozens <simon@netthink.co.uk>
18946 Date: Mon, 2 Apr 2001 15:43:06 +0100
18947 Message-ID: <20010402154306.A21711@netthink.co.uk>
18950 ____________________________________________________________________________
18951 [ 9519] By: jhi on 2001/04/02 22:28:04
18954 Subject: [foolperl] EPOC fix
18955 From: Olaf Flebbe <O.Flebbe@science-computing.de>
18956 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
18957 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
18960 ____________________________________________________________________________
18961 [ 9518] By: jhi on 2001/04/02 22:22:34
18962 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
18964 README.win32 tweaks; add a note about alternative location for
18965 getting a gcc-2.95.2 that will build perl properly on windows
18967 add some notes about gutsy threading matters
18969 many of the utilities interpolate literal paths within doublequotes
18970 (fails on dosish platforms where path contains backslashes)
18972 !> README.win32 pod/perlguts.pod utils/perldoc.PL
18973 !> x2p/find2perl.PL x2p/s2p.PL
18974 ____________________________________________________________________________
18975 [ 9517] By: gsar on 2001/04/02 19:52:21
18976 Log: many of the utilities interpolate literal paths within doublequotes
18977 (fails on dosish platforms where path contains backslashes)
18978 Branch: maint-5.6/perl
18979 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18980 ____________________________________________________________________________
18981 [ 9516] By: gsar on 2001/04/02 05:49:37
18982 Log: a foolish release
18983 Branch: maint-5.6/perl
18984 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
18986 ____________________________________________________________________________
18987 [ 9515] By: gsar on 2001/04/02 05:04:29
18988 Log: add missing changelog summaries
18989 Branch: maint-5.6/perl
18991 ____________________________________________________________________________
18992 [ 9514] By: gsar on 2001/04/02 04:07:13
18993 Log: add some notes about gutsy threading matters
18994 Branch: maint-5.6/perl
18996 ____________________________________________________________________________
18997 [ 9513] By: gsar on 2001/04/02 03:25:21
18998 Log: add more prominent caveat notices about experimental features
18999 Branch: maint-5.6/perl
19000 ! pod/perlfork.pod pod/perlunicode.pod
19001 ____________________________________________________________________________
19002 [ 9512] By: gsar on 2001/04/02 02:54:33
19003 Log: integrate changes#9479,9509 from mainline
19005 [PATCH] File::Glob stuff for Mac OS
19007 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
19008 Branch: maint-5.6/perl
19009 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19010 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
19011 !> t/lib/glob-taint.t
19012 ____________________________________________________________________________
19013 [ 9511] By: gsar on 2001/04/02 02:38:24
19014 Log: README.win32 tweaks; add a note about alternative location for
19015 getting a gcc-2.95.2 that will build perl properly on windows
19016 Branch: maint-5.6/perl
19018 ____________________________________________________________________________
19019 [ 9510] By: jhi on 2001/04/01 20:45:10
19020 Log: An ambiguosity warning.
19023 ____________________________________________________________________________
19024 [ 9509] By: jhi on 2001/04/01 19:53:47
19025 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
19026 From: Jonathan Stowe <gellyfish@gellyfish.com>
19027 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
19028 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
19030 ! ext/File/Glob/bsd_glob.c
19031 ____________________________________________________________________________
19032 [ 9508] By: jhi on 2001/04/01 19:35:03
19033 Log: Update Changes.
19035 ! Changes patchlevel.h
19036 ____________________________________________________________________________
19037 [ 9507] By: jhi on 2001/04/01 19:24:01
19038 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
19039 from mainline to maintperl: pod tweaks.
19040 Branch: maint-5.6/perl
19041 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
19042 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
19044 ____________________________________________________________________________
19045 [ 9506] By: jhi on 2001/04/01 19:11:53
19046 Log: Commit Sarathy to April release of 5.6.1 :-)
19049 ____________________________________________________________________________
19050 [ 9505] By: jhi on 2001/04/01 19:03:15
19051 Log: Subject: PATCH 5.6.0 (perldebug.pod)
19052 From: Mark-Jason Dominus <mjd@plover.com>
19053 Date: Sun, 01 Apr 2001 14:25:11 -0400
19054 Message-ID: <20010401182511.9247.qmail@plover.com>
19056 ! pod/perldebug.pod
19057 ____________________________________________________________________________
19058 [ 9504] By: jhi on 2001/04/01 18:43:09
19059 Log: Add great_circle_direction().
19061 ! lib/Math/Trig.pm t/lib/trig.t
19062 ____________________________________________________________________________
19063 [ 9503] By: jhi on 2001/04/01 17:29:12
19064 Log: Unicode ReadMe update for Unicode 3.1.
19066 ! lib/unicode/ReadMe.txt
19067 ____________________________________________________________________________
19068 [ 9502] By: jhi on 2001/04/01 17:18:40
19069 Log: Integrate change #9501 from maintperl into mainline.
19071 fix the perlembed notes on multiple interpreters
19073 fix ExtUtils::Embed to work passably on Windows
19075 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
19076 ____________________________________________________________________________
19077 [ 9501] By: gsar on 2001/04/01 07:21:57
19078 Log: fix the perlembed notes on multiple interpreters
19080 fix ExtUtils::Embed to work passably on Windows
19081 Branch: maint-5.6/perl
19082 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
19083 ____________________________________________________________________________
19084 [ 9500] By: jhi on 2001/04/01 05:58:23
19085 Log: Test for #9499.
19088 ____________________________________________________________________________
19089 [ 9499] By: jhi on 2001/04/01 05:55:46
19090 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
19092 ! embed.h embed.pl op.c proto.h
19093 ____________________________________________________________________________
19094 [ 9498] By: jhi on 2001/04/01 05:44:34
19095 Log: Protect the workaround hunk more.
19098 ____________________________________________________________________________
19099 [ 9497] By: jhi on 2001/04/01 00:24:25
19100 Log: Integrate changes #9493,9494,9495,9496 from maintperl
19103 fix a broken workaround for Borland compiler in change#4739
19104 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
19106 nits spotted by Borland compiler
19108 avoid redefinition warnings under Borland 5.02
19110 various nits identified by the Borland 5.5 compiler; remove suppression
19113 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
19115 ____________________________________________________________________________
19116 [ 9496] By: gsar on 2001/03/31 23:22:28
19117 Log: various nits identified by the Borland 5.5 compiler; remove suppression
19119 Branch: maint-5.6/perl
19120 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
19121 ____________________________________________________________________________
19122 [ 9495] By: gsar on 2001/03/31 21:03:08
19123 Log: avoid redefinition warnings under Borland 5.02
19124 Branch: maint-5.6/perl
19125 ! win32/makefile.mk
19126 ____________________________________________________________________________
19127 [ 9494] By: gsar on 2001/03/31 20:18:59
19128 Log: nits spotted by Borland compiler
19129 Branch: maint-5.6/perl
19130 ! utf8.h win32/win32.h
19131 ____________________________________________________________________________
19132 [ 9493] By: gsar on 2001/03/31 20:18:05
19133 Log: fix a broken workaround for Borland compiler in change#4739
19134 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
19135 Branch: maint-5.6/perl
19137 ____________________________________________________________________________
19138 [ 9492] By: jhi on 2001/03/31 18:36:24
19139 Log: Integrate change #9491 from maintperl into mainline.
19141 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
19142 directory is relative (need to fetch the full path name *before*
19146 ____________________________________________________________________________
19147 [ 9491] By: gsar on 2001/03/31 17:01:56
19148 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
19149 directory is relative (need to fetch the full path name *before*
19152 this is a followup patch for change#6749
19153 Branch: maint-5.6/perl
19155 ____________________________________________________________________________
19156 [ 9490] By: jhi on 2001/03/31 15:50:18
19157 Log: Subject: Re: [PATCH] av.h cosmetics
19158 From: Simon Cozens <simon@netthink.co.uk>
19159 Date: Sat, 31 Mar 2001 13:09:59 +0100
19160 Message-ID: <20010331130959.A22000@netthink.co.uk>
19165 ____________________________________________________________________________
19166 [ 9489] By: jhi on 2001/03/31 15:48:44
19167 Log: Subject: [PATCH] Re: Math::Big* v1.21
19168 From: Tels <perl_dummy@bloodgate.com>
19169 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
19170 Message-Id: <200103311125.GAA377738@www08.hway.net>
19173 ____________________________________________________________________________
19174 [ 9488] By: jhi on 2001/03/31 03:39:51
19175 Log: Debug output tweak.
19178 ____________________________________________________________________________
19179 [ 9487] By: jhi on 2001/03/31 03:33:02
19180 Log: OverVMSification.
19183 ____________________________________________________________________________
19184 [ 9486] By: jhi on 2001/03/31 03:01:40
19185 Log: Missed MANIFESTations in #9483.
19188 ____________________________________________________________________________
19189 [ 9485] By: jhi on 2001/03/31 02:58:17
19190 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
19191 From: Peter Prymmer <pvhp@forte.com>
19192 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
19193 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
19195 ! regexec.c t/lib/cwd.t
19196 ____________________________________________________________________________
19197 [ 9484] By: jhi on 2001/03/31 01:04:41
19198 Log: Obsolete file (see #3938)
19200 - lib/unicode/README.Ethiopic
19202 ____________________________________________________________________________
19203 [ 9483] By: jhi on 2001/03/31 00:52:42
19204 Log: Update to Unicode 3.1.
19205 (Rename Names.txt to NamesList.txt.)
19207 + lib/unicode/NamesList.txt lib/unicode/PropList.html
19208 - lib/unicode/Names.txt
19209 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19210 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
19211 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
19212 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
19213 ! lib/unicode/UCD.html lib/unicode/Unicode.html
19214 ! lib/unicode/rename lib/unicode/version
19215 ____________________________________________________________________________
19216 [ 9482] By: jhi on 2001/03/30 23:33:44
19217 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
19218 From: Robin Houston <robin@kitsite.com>
19219 Date: Fri, 30 Mar 2001 20:07:22 +0100
19220 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
19222 ! ext/B/B/Deparse.pm
19223 ____________________________________________________________________________
19224 [ 9481] By: jhi on 2001/03/30 23:20:25
19225 Log: Subject: Re: [PATCH] CwdXS, Take 2
19226 From: Benjamin Sugars <bsugars@canoe.ca>
19227 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
19228 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
19230 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
19231 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
19232 ____________________________________________________________________________
19233 [ 9480] By: jhi on 2001/03/30 22:52:38
19234 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
19235 From: David Dyck <dcd@tc.fluke.com>
19236 Date: Fri, 30 Mar 2001 14:44:13 -0800
19237 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
19239 The t/rantests flags file creation was accidentally
19243 ____________________________________________________________________________
19244 [ 9479] By: jhi on 2001/03/30 22:45:45
19245 Log: Subject: [PATCH] File::Glob stuff for Mac OS
19246 From: Chris Nandor <pudge@pobox.com>
19247 Date: Fri, 30 Mar 2001 16:51:00 -0500
19248 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
19250 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19251 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
19252 ! t/lib/glob-taint.t
19253 ____________________________________________________________________________
19254 [ 9478] By: jhi on 2001/03/30 22:43:12
19255 Log: Subject: fix for win32/buildext.pl
19256 From: "Vadim Konovalov" <watman@inbox.ru>
19257 Date: Sat, 31 Mar 2001 00:50:36 +0400
19258 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
19260 ! win32/buildext.pl
19261 ____________________________________________________________________________
19262 [ 9477] By: jhi on 2001/03/30 22:41:16
19263 Log: Subject: small base.pm doc patch
19264 From: Leon Brocard <acme@astray.com>
19265 Date: Fri, 30 Mar 2001 21:49:57 +0100
19266 Message-ID: <20010330214957.B8733@ns0.astray.com>
19269 ____________________________________________________________________________
19270 [ 9476] By: jhi on 2001/03/30 18:16:57
19271 Log: Subject: [PATCH] av.h cosmetics
19272 From: Simon Cozens <simon@netthink.co.uk>
19273 Date: Fri, 30 Mar 2001 18:12:28 +0100
19274 Message-ID: <20010330181228.A9319@netthink.co.uk>
19277 ____________________________________________________________________________
19278 [ 9475] By: jhi on 2001/03/30 18:15:50
19279 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
19280 From: "Philip Newton" <pnewton@gmx.de>
19281 Date: Fri, 30 Mar 2001 19:06:57 +0200
19282 Message-ID: <3AC4D951.14815.1AC7068@localhost>
19285 ____________________________________________________________________________
19286 [ 9474] By: jhi on 2001/03/30 18:14:02
19287 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
19288 From: Benjamin Sugars <bsugars@canoe.ca>
19289 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
19290 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
19292 ! t/lib/glob-basic.t
19293 ____________________________________________________________________________
19294 [ 9473] By: jhi on 2001/03/30 16:09:24
19295 Log: Update Changes.
19297 ! Changes patchlevel.h
19298 ____________________________________________________________________________
19299 [ 9472] By: jhi on 2001/03/30 15:16:08
19300 Log: Integrate perlio.
19302 !> t/lib/cwd.t t/lib/glob-basic.t
19303 ____________________________________________________________________________
19304 [ 9471] By: nick on 2001/03/30 14:47:10
19305 Log: Should be (^O eq 'MSWin32') not 'Win32'
19306 Fail #12 seems real - chdir is in wrong dir.
19309 ____________________________________________________________________________
19310 [ 9470] By: jhi on 2001/03/30 14:41:11
19311 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
19312 From: Radu Greab <radu@netsoft.ro>
19313 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
19314 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
19318 ! ext/Socket/Socket.xs pp_sys.c
19319 ____________________________________________________________________________
19320 [ 9469] By: jhi on 2001/03/30 14:37:51
19321 Log: Subject: PATCH pod/perldiag.pod
19322 From: Robin Houston <robin@kitsite.com>
19323 Date: Fri, 30 Mar 2001 14:10:36 +0100
19324 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
19326 ! pod/perldiag.pod t/lib/glob-basic.t
19327 ____________________________________________________________________________
19328 [ 9468] By: jhi on 2001/03/30 14:36:36
19329 Log: Subject: Better diagnostic in io/fs.t
19330 From: andreas.koenig@anima.de (Andreas J. Koenig)
19331 Date: 30 Mar 2001 10:11:43 +0200
19332 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
19335 ____________________________________________________________________________
19336 [ 9467] By: nick on 2001/03/30 14:25:43
19337 Log: Skip order test of glob if case-ignoring system cannot
19338 create a.test and A.test
19340 ! t/lib/glob-basic.t
19341 ____________________________________________________________________________
19342 [ 9466] By: nick on 2001/03/30 13:03:12
19343 Log: Integrate mainline.
19345 - ext/re/hints/aix.pl
19346 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
19347 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
19348 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
19349 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
19350 ____________________________________________________________________________
19351 [ 9465] By: jhi on 2001/03/30 03:53:37
19352 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
19353 the tests sometimes hang, sometimes not.)
19355 ! t/lib/io_multihomed.t t/lib/io_sock.t
19356 ____________________________________________________________________________
19357 [ 9464] By: jhi on 2001/03/30 02:56:04
19358 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
19359 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19360 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
19361 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
19364 ____________________________________________________________________________
19365 [ 9463] By: jhi on 2001/03/30 02:34:48
19366 Log: Test for #9462.
19369 ____________________________________________________________________________
19370 [ 9462] By: jhi on 2001/03/30 02:29:37
19371 Log: Subject: B::Deparse precedence bug. (Patch included.)
19372 From: Jeremy Madea <jmadea@inktomi.com>
19373 Date: Thu, 29 Mar 2001 12:05:02 -0800
19374 Message-ID: <20010329120502.A24881@dr.inktomi.com>
19376 ! ext/B/B/Deparse.pm
19377 ____________________________________________________________________________
19378 [ 9461] By: jhi on 2001/03/30 02:18:41
19379 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
19380 From: Peter Prymmer <pvhp@forte.com>
19381 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
19382 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
19384 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
19386 ____________________________________________________________________________
19387 [ 9460] By: jhi on 2001/03/30 02:17:07
19388 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
19389 From: Robin Houston <robin@kitsite.com>
19390 Date: Thu, 29 Mar 2001 20:47:56 +0100
19391 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
19394 ____________________________________________________________________________
19395 [ 9459] By: jhi on 2001/03/30 02:16:05
19396 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
19397 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19398 Date: Wed, 28 Mar 2001 18:02:20 -0600
19399 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
19401 ! lib/ExtUtils/MM_VMS.pm
19402 ____________________________________________________________________________
19403 [ 9458] By: jhi on 2001/03/30 02:07:58
19404 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
19405 From: "Joshua E. Rodd" <jrodd@pbs.org>
19406 Date: Wed, 28 Mar 2001 17:29:12 -0500
19407 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
19410 ____________________________________________________________________________
19411 [ 9457] By: jhi on 2001/03/30 02:04:33
19412 Log: Subject: ext/re/aix.pl can go
19413 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19414 Date: Thu, 29 Mar 2001 12:03:28 +0200
19415 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
19417 - ext/re/hints/aix.pl
19419 ____________________________________________________________________________
19420 [ 9456] By: jhi on 2001/03/30 02:03:32
19421 Log: Integrate perlio.
19423 !> ext/Encode/Encode.xs installperl
19424 ____________________________________________________________________________
19425 [ 9455] By: nick on 2001/03/29 21:11:46
19426 Log: DLL name has changed so installperl needs to know
19427 (Why isn't it working it out or passed it?)
19430 ____________________________________________________________________________
19431 [ 9454] By: nick on 2001/03/29 20:56:12
19432 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
19433 and we don't get undef warnings.
19435 ! ext/Encode/Encode.xs
19436 ____________________________________________________________________________
19437 [ 9453] By: nick on 2001/03/29 17:58:48
19438 Log: Integrate mainline
19440 !> Changes patchlevel.h
19441 ____________________________________________________________________________
19442 [ 9452] By: jhi on 2001/03/29 16:44:55
19443 Log: Update Changes.
19445 ! Changes patchlevel.h
19446 ____________________________________________________________________________
19447 [ 9451] By: nick on 2001/03/29 16:31:38
19448 Log: Integrate mainline
19450 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
19451 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
19452 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
19453 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
19454 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
19455 ____________________________________________________________________________
19456 [ 9450] By: jhi on 2001/03/29 16:29:17
19457 Log: Integrate perlio.
19459 !> win32/buildext.pl
19460 ____________________________________________________________________________
19461 [ 9449] By: jhi on 2001/03/29 15:50:01
19462 Log: Update Changes.
19464 ! Changes patchlevel.h
19465 ____________________________________________________________________________
19466 [ 9448] By: nick on 2001/03/29 15:47:15
19467 Log: Make sure buildext.pl finds Errno.pm
19469 ! win32/buildext.pl
19470 ____________________________________________________________________________
19471 [ 9447] By: jhi on 2001/03/29 15:39:34
19472 Log: Integrate perlio.
19474 !> win32/makefile.mk
19475 ____________________________________________________________________________
19476 [ 9446] By: nick on 2001/03/29 15:30:03
19477 Log: Integrate win32/makefile.mk with mainline.
19479 !> win32/makefile.mk
19480 ____________________________________________________________________________
19481 [ 9445] By: nick on 2001/03/29 15:27:32
19482 Log: Fix breakage ...
19484 ! win32/makefile.mk
19485 ____________________________________________________________________________
19486 [ 9444] By: jhi on 2001/03/29 15:03:08
19487 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
19488 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19489 Date: Thu, 29 Mar 2001 10:32:59 +0400
19490 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
19492 ! win32/makefile.mk
19493 ____________________________________________________________________________
19494 [ 9443] By: jhi on 2001/03/29 15:02:12
19495 Log: Integrate perlio.
19497 +> win32/buildext.pl
19498 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
19499 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
19500 ____________________________________________________________________________
19501 [ 9442] By: nick on 2001/03/29 14:59:11
19502 Log: Work in progress - determine win32 extensions to build via script.
19504 + win32/buildext.pl
19505 ! MANIFEST win32/makefile.mk
19506 ____________________________________________________________________________
19507 [ 9441] By: jhi on 2001/03/29 14:51:47
19508 Log: Reintroduce the use of external pwd.
19511 ____________________________________________________________________________
19512 [ 9440] By: jhi on 2001/03/29 14:42:58
19513 Log: use warnings instead of -w.
19516 ____________________________________________________________________________
19517 [ 9439] By: jhi on 2001/03/29 14:41:52
19518 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
19519 From: Jonathan Stowe <gellyfish@gellyfish.com>
19520 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
19521 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
19524 ____________________________________________________________________________
19525 [ 9438] By: jhi on 2001/03/29 14:39:38
19526 Log: Subject: [PATCH perl@9424] minor pod nits
19527 From: Robin Barker <rmb1@cise.npl.co.uk>
19528 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
19529 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
19531 ! pod/perlhack.pod pod/perliol.pod
19532 ____________________________________________________________________________
19533 [ 9437] By: jhi on 2001/03/29 14:29:16
19534 Log: Subject: [PATCH perl@9424] typemap cast warning
19535 From: Robin Barker <rmb1@cise.npl.co.uk>
19536 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
19537 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
19539 ! lib/ExtUtils/typemap
19540 ____________________________________________________________________________
19541 [ 9436] By: jhi on 2001/03/29 14:26:03
19542 Log: Subject: [PATCH perl@9424] printf warning
19543 From: Robin Barker <rmb1@cise.npl.co.uk>
19544 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
19545 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
19547 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
19548 ! ext/Storable/Storable.xs toke.c
19549 ____________________________________________________________________________
19550 [ 9435] By: nick on 2001/03/29 14:23:31
19551 Log: Win32 has name conflict with ERROR
19553 ! ext/PerlIO/Via/Via.xs
19554 ____________________________________________________________________________
19555 [ 9434] By: jhi on 2001/03/29 14:17:48
19556 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
19557 From: Peter Prymmer <pvhp@forte.com>
19558 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
19559 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
19561 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
19562 ____________________________________________________________________________
19563 [ 9433] By: jhi on 2001/03/29 13:52:44
19564 Log: test-prep target was missing.
19567 ____________________________________________________________________________
19568 [ 9432] By: nick on 2001/03/29 12:40:03
19569 Log: Make as-shipped compiler default to MSVC6
19571 ! win32/makefile.mk
19572 ____________________________________________________________________________
19573 [ 9431] By: nick on 2001/03/29 12:12:16
19574 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
19575 akin to PerlIO::Scalar.
19577 ! perlio.c perlio.h
19578 ____________________________________________________________________________
19579 [ 9430] By: nick on 2001/03/29 10:56:35
19580 Log: Integrate mainline.
19582 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
19583 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
19584 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
19585 !> win32/makefile.mk win32/win32sck.c
19586 ____________________________________________________________________________
19587 [ 9429] By: nick on 2001/03/29 09:03:43
19588 Log: Noticed that two tests were skipped as perlio:: package
19589 isn't there any more. Changed the skip condition.
19590 Avoid core-dump if sv_utf8_upgrade() called on something
19591 that does not become SvPOK after SvPV() (e.g. a ref).
19593 ! sv.c t/io/utf8.t t/lib/io_scalar.t
19594 ____________________________________________________________________________
19595 [ 9428] By: jhi on 2001/03/29 01:31:47
19596 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
19597 From: Benjamin Sugars <bsugars@canoe.ca>
19598 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
19599 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
19601 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
19602 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
19603 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
19604 ____________________________________________________________________________
19605 [ 9427] By: jhi on 2001/03/29 00:49:30
19606 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
19607 From: "Vadim Konovalov" <watman@inbox.ru>
19608 Date: Thu, 29 Mar 2001 01:50:12 +0400
19609 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
19611 ! win32/makefile.mk win32/win32sck.c
19612 ____________________________________________________________________________
19613 [ 9426] By: gsar on 2001/03/29 00:28:04
19614 Log: dmake can only handle == and != in comparisons; support building
19615 with Borland's VCL libraries (from Vadim Konovalov)
19616 Branch: maint-5.6/perl
19617 ! win32/makefile.mk
19618 ____________________________________________________________________________
19619 [ 9425] By: nick on 2001/03/28 19:29:56
19620 Log: Integrate (@snapshot)
19622 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
19623 ____________________________________________________________________________
19624 [ 9424] By: jhi on 2001/03/28 19:03:16
19625 Log: Update Changes.
19627 ! Changes patchlevel.h
19628 ____________________________________________________________________________
19629 [ 9423] By: jhi on 2001/03/28 18:52:09
19630 Log: Rmdir lib/XS on cleanup.
19633 ____________________________________________________________________________
19634 [ 9422] By: jhi on 2001/03/28 18:49:34
19635 Log: Integrate perlio.
19637 !> t/op/utf8decode.t
19638 ____________________________________________________________________________
19639 [ 9421] By: nick on 2001/03/28 18:46:44
19640 Log: Loose duplicate chunk.
19642 ! t/op/utf8decode.t
19643 ____________________________________________________________________________
19644 [ 9420] By: nick on 2001/03/28 18:44:11
19645 Log: Integrate mainline.
19647 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
19649 ____________________________________________________________________________
19650 [ 9419] By: jhi on 2001/03/28 18:42:05
19651 Log: Can't trust external pwds
19652 (either shell builtins or external programs)
19655 ____________________________________________________________________________
19656 [ 9418] By: jhi on 2001/03/28 18:34:05
19657 Log: Integrate perlio.
19660 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
19661 !> t/op/utf8decode.t
19662 ____________________________________________________________________________
19663 [ 9417] By: nick on 2001/03/28 18:24:02
19664 Log: PerlIO.pm / perlio.pm conflict.
19666 Make t/op/utf8decode.t a text file.
19669 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
19670 ! t/op/utf8decode.t
19671 ____________________________________________________________________________
19672 [ 9416] By: jhi on 2001/03/28 18:06:07
19673 Log: Integrate change #9409 from mainline to maintperl.
19675 Yet another tweak on AIX dynaloading.
19676 Branch: maint-5.6/perl
19677 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19678 ____________________________________________________________________________
19679 [ 9415] By: gsar on 2001/03/28 17:13:01
19680 Log: integrate changes#9377,9385,9401 from mainline
19682 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19684 If directory entries compare equal case-insensitively,
19685 retry case-sensitively.
19687 Subject: [PATCH] B::Terse and warnings
19688 Branch: maint-5.6/perl
19689 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
19690 !> t/pragma/warn/perl
19691 ____________________________________________________________________________
19692 [ 9414] By: jhi on 2001/03/28 17:11:12
19693 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
19694 From: "Craig A. Berry" <craigberry@mac.com>
19695 Date: Wed, 28 Mar 2001 10:55:20 -0600
19696 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
19698 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
19699 ____________________________________________________________________________
19700 [ 9413] By: jhi on 2001/03/28 17:03:12
19703 ! t/op/utf8decode.t
19704 ____________________________________________________________________________
19705 [ 9412] By: jhi on 2001/03/28 17:02:36
19706 Log: Forced integrate from perlio.
19708 !> t/op/utf8decode.t
19709 ____________________________________________________________________________
19710 [ 9411] By: nick on 2001/03/28 16:50:03
19711 Log: Integrate mainline.
19714 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19715 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
19716 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
19717 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
19718 !> t/pragma/warn/perl
19719 ____________________________________________________________________________
19720 [ 9410] By: jhi on 2001/03/28 16:44:23
19721 Log: Subject: Re: [PATCH] 9403 cannot be tested
19722 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19723 Date: Wed, 28 Mar 2001 18:33:56 +0200
19724 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
19727 ____________________________________________________________________________
19728 [ 9409] By: jhi on 2001/03/28 16:12:45
19729 Log: Yet another tweak on AIX dynaloading.
19731 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19732 ____________________________________________________________________________
19733 [ 9408] By: jhi on 2001/03/28 15:52:55
19734 Log: Subject: [PATCH] 9403 cannot be tested
19735 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19736 Date: Wed, 28 Mar 2001 17:23:00 +0200
19737 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
19742 ____________________________________________________________________________
19743 [ 9407] By: jhi on 2001/03/28 15:47:43
19744 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
19746 ! t/op/utf8decode.t
19747 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19748 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
19749 ____________________________________________________________________________
19750 [ 9406] By: jhi on 2001/03/28 15:37:08
19751 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
19752 From: Benjamin Sugars <bsugars@canoe.ca>
19753 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
19754 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
19758 ____________________________________________________________________________
19759 [ 9405] By: jhi on 2001/03/28 15:13:18
19760 Log: pp_ne() needs a CORRECT boolean.
19763 ____________________________________________________________________________
19764 [ 9404] By: jhi on 2001/03/28 15:09:23
19765 Log: pp_ne() needs a boolean, not an integer.
19768 ____________________________________________________________________________
19769 [ 9403] By: jhi on 2001/03/28 14:47:43
19770 Log: (Retracted by #9404.)
19773 ____________________________________________________________________________
19774 [ 9402] By: jhi on 2001/03/28 14:43:59
19775 Log: Subject: Re: [PATCH] Typemap testing
19776 From: Tim Jenness <t.jenness@jach.hawaii.edu>
19777 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
19778 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
19780 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19781 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
19782 ____________________________________________________________________________
19783 [ 9401] By: jhi on 2001/03/28 14:42:14
19784 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19785 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19786 Date: Sun, 25 Mar 2001 21:59:15 +0100
19787 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
19789 A variable will be checked for the "use once" warnings if:
19791 1. It is in the scope of a use warnings 'once'
19792 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
19794 Otherwise it won't be checked at all.
19796 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
19798 The enclosed patch partially fixes this issue. What I didn't
19799 get to work was the case where the "used once" warning is enabled
19800 in any file other than the main file.
19802 ! gv.c t/pragma/warn/perl
19803 ____________________________________________________________________________
19804 [ 9400] By: nick on 2001/03/28 14:38:24
19805 Log: More EBCDIC tweaks:
19806 - one more swash issue &~(0xA0-1) did not do the right thing,
19807 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
19808 - add "use re 'asciirange'" to make [!-~] etc. work
19809 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
19810 - Choose a key for t/op/each.t test which gets encoded.
19811 - Skip utf8decode if this is UTF-EBCDIC.
19813 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19814 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
19815 ____________________________________________________________________________
19816 [ 9399] By: jhi on 2001/03/28 14:21:00
19817 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
19821 ____________________________________________________________________________
19822 [ 9398] By: jhi on 2001/03/28 00:55:56
19823 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
19824 From: David Dyck <dcd@tc.fluke.com>
19825 Date: Tue, 27 Mar 2001 15:16:24 -0800
19826 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
19828 ! ext/IO/lib/IO/Socket.pm
19829 ____________________________________________________________________________
19830 [ 9397] By: jhi on 2001/03/27 21:52:49
19831 Log: Integrate perlio.
19833 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
19834 +> ext/PerlIO/Via/Via.xs
19835 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
19836 ____________________________________________________________________________
19837 [ 9396] By: nick on 2001/03/27 21:45:13
19838 Log: Integrate mainline.
19840 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
19841 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
19842 ____________________________________________________________________________
19843 [ 9395] By: nick on 2001/03/27 21:18:58
19844 Log: Outline docs for PerlIO and PerlIO::Scalar
19846 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
19847 ____________________________________________________________________________
19848 [ 9394] By: nick on 2001/03/27 20:50:13
19849 Log: PerlIO::Via layer (alpha-ish).
19851 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
19852 + ext/PerlIO/Via/Via.xs
19854 ____________________________________________________________________________
19855 [ 9393] By: jhi on 2001/03/27 20:49:55
19856 Log: Retract #9329 now that 9390 should take care of the matter.
19859 ____________________________________________________________________________
19860 [ 9390] By: jhi on 2001/03/27 20:47:50
19861 Log: Subject: Autoloading Errno.pm when %! is encountered
19862 From: Robin Houston <robin@kitsite.com>
19863 Date: Tue, 27 Mar 2001 20:57:11 +0100
19864 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
19866 ! embed.h embed.pl gv.c proto.h t/op/magic.t
19867 ____________________________________________________________________________
19868 [ 9389] By: jhi on 2001/03/27 20:24:31
19869 Log: Integrate perlio.
19871 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
19872 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
19874 ____________________________________________________________________________
19875 [ 9388] By: jhi on 2001/03/27 20:21:38
19876 Log: Better have a three-element array if one is going to assign
19877 to the third element of that array. (from Tim Jenness)
19879 ! ext/XS/Typemap/Typemap.xs
19880 ____________________________________________________________________________
19881 [ 9387] By: nick on 2001/03/27 20:15:43
19882 Log: Integrate mainline.
19884 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19885 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19886 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19887 +> t/lib/xs-typemap.t
19888 !> (integrate 34 files)
19889 ____________________________________________________________________________
19890 [ 9386] By: jhi on 2001/03/27 20:04:18
19891 Log: Subject: Re: perl@9359 breaks HTML::Parser
19892 From: Gisle Aas <gisle@ActiveState.com>
19893 Date: 27 Mar 2001 11:30:24 -0800
19894 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
19896 Clarify the UTF-8 issues of the API docs.
19897 (Slightly reworded and expanded.)
19899 ! pod/perlapi.pod sv.c sv.h
19900 ____________________________________________________________________________
19901 [ 9385] By: jhi on 2001/03/27 19:44:25
19902 Log: If directory entries compare equal case-insensitively,
19903 retry case-sensitively.
19905 ! ext/File/Glob/bsd_glob.c
19906 ____________________________________________________________________________
19907 [ 9384] By: nick on 2001/03/27 19:38:50
19908 Log: Various EBCDIC fixes:
19909 - major revelation that swash code is encoding aware,
19910 (or thought it was) - now it is ;-)
19911 - With that out of the way fix a slab of tr/// cases.
19912 - Fix Encode 'Unicode' to be true Unicode so tests pass.
19913 - As anticipated Base64.xs needed tweaks.
19914 - Until tr/// works right avoid old_encode64 in MIME tests.
19916 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
19917 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
19918 ____________________________________________________________________________
19919 [ 9383] By: jhi on 2001/03/27 18:34:41
19920 Log: Add the std test suite BEGIN block.
19922 ! t/lib/xs-typemap.t
19923 ____________________________________________________________________________
19924 [ 9382] By: jhi on 2001/03/27 15:16:07
19925 Log: Add debugging output to the test.
19927 ! t/lib/glob-basic.t
19928 ____________________________________________________________________________
19929 [ 9381] By: jhi on 2001/03/27 15:08:10
19930 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
19932 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19933 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19934 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19935 + t/lib/xs-typemap.t
19937 ____________________________________________________________________________
19938 [ 9380] By: jhi on 2001/03/27 14:48:34
19939 Log: Subject: [PATCH] Typemap testing
19940 From: Tim Jenness <t.jenness@jach.hawaii.edu>
19941 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
19942 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
19944 (The first part of the patch.)
19946 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
19947 ____________________________________________________________________________
19948 [ 9379] By: jhi on 2001/03/27 14:44:56
19949 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
19950 From: Benjamin Sugars <bsugars@canoe.ca>
19951 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
19952 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
19954 ! t/lib/glob-basic.t
19955 ____________________________________________________________________________
19956 [ 9378] By: jhi on 2001/03/27 14:42:30
19957 Log: Subject: [PATCH] perlvar nit
19958 From: Simon Cozens <simon@netthink.co.uk>
19959 Date: Tue, 27 Mar 2001 01:12:01 +0100
19960 Message-ID: <20010327011201.A19179@netthink.co.uk>
19963 ____________________________________________________________________________
19964 [ 9377] By: jhi on 2001/03/27 14:36:26
19965 Log: Subject: [PATCH] B::Terse and warnings
19966 From: Benjamin Sugars <ben.sugars@home.com>
19967 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
19968 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
19970 ! ext/B/B.pm ext/B/B/Terse.pm
19971 ____________________________________________________________________________
19972 [ 9376] By: jhi on 2001/03/27 14:31:31
19973 Log: Document sockatmark() some.
19975 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
19977 ____________________________________________________________________________
19978 [ 9375] By: jhi on 2001/03/27 14:00:24
19979 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
19980 noted by Gisle and fixed by NI-S.
19983 ____________________________________________________________________________
19984 [ 9374] By: jhi on 2001/03/27 05:50:01
19988 ____________________________________________________________________________
19989 [ 9373] By: jhi on 2001/03/27 05:43:51
19990 Log: Pixie documenting.
19992 ! Makefile.SH pod/perlhack.pod
19993 ____________________________________________________________________________
19994 [ 9372] By: jhi on 2001/03/27 05:29:34
19995 Log: Metaconfig unit changes for #9371.
19997 ! U/modified/myhostname.U
19998 Branch: metaconfig/U/perl
20001 ____________________________________________________________________________
20002 [ 9371] By: jhi on 2001/03/27 05:29:07
20003 Log: Add sockatmark() probing.
20005 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20006 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
20007 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20008 ! vos/config.ga.h win32/config.bc win32/config.gc
20010 ____________________________________________________________________________
20011 [ 9370] By: jhi on 2001/03/26 22:01:18
20012 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
20013 Really need to benchmark this.
20016 ____________________________________________________________________________
20017 [ 9369] By: nick on 2001/03/26 21:59:30
20018 Log: Integrate mainline.
20020 ! ext/MIME/Base64/QuotedPrint.pm
20021 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
20022 !> patchlevel.h pod/perlhack.pod pp_sys.c
20023 ____________________________________________________________________________
20024 [ 9368] By: jhi on 2001/03/26 21:47:03
20025 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
20028 TODO2: le, lt, ge, gt? Yech.
20031 ____________________________________________________________________________
20032 [ 9367] By: jhi on 2001/03/26 21:34:57
20033 Log: Too much cut-and-paste in #9363.
20036 ____________________________________________________________________________
20037 [ 9366] By: jhi on 2001/03/26 21:20:53
20038 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
20039 From: Andreas Schwab <schwab@suse.de>
20040 Date: 26 Mar 2001 17:29:04 +0200
20041 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
20043 (The patch for 5.6.0 or so, this is a guess for bleadperl)
20046 ____________________________________________________________________________
20047 [ 9365] By: jhi on 2001/03/26 21:07:54
20048 Log: Integrate perlio.
20051 ____________________________________________________________________________
20052 [ 9364] By: nick on 2001/03/26 20:30:48
20053 Log: REFCNT botch in layer name cache hash.
20056 ____________________________________________________________________________
20057 [ 9363] By: jhi on 2001/03/26 18:44:32
20058 Log: Subject: [PATCH] socket() leaks file descriptors
20059 From: Benjamin Sugars <bsugars@canoe.ca>
20060 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
20061 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
20063 Also sockpair() fixed similarly.
20066 ____________________________________________________________________________
20067 [ 9362] By: jhi on 2001/03/26 18:37:52
20068 Log: Integrate perlio.
20070 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
20071 ____________________________________________________________________________
20072 [ 9361] By: nick on 2001/03/26 17:32:06
20073 Log: Implement flush of linebuffered streams on read of a tty.
20075 ! perlio.c perliol.h
20076 ____________________________________________________________________________
20077 [ 9360] By: nick on 2001/03/26 17:12:32
20078 Log: Memory tweaks and notes for OEMVS.
20080 ! README.os390 miniperlmain.c t/op/pat.t
20081 ____________________________________________________________________________
20082 [ 9359] By: jhi on 2001/03/26 02:12:54
20083 Log: Update Changes.
20085 ! Changes patchlevel.h
20086 ____________________________________________________________________________
20087 [ 9358] By: jhi on 2001/03/26 02:05:32
20088 Log: Document the most common pixie options.
20091 ____________________________________________________________________________
20092 [ 9357] By: jhi on 2001/03/26 01:25:28
20093 Log: For perl.pixie check *before* compiling that optimize is -g,
20097 ____________________________________________________________________________
20098 [ 9356] By: jhi on 2001/03/26 01:13:41
20099 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
20102 ____________________________________________________________________________
20103 [ 9355] By: jhi on 2001/03/26 01:11:19
20104 Log: Remove t/perl.third.
20107 ____________________________________________________________________________
20108 [ 9354] By: jhi on 2001/03/26 00:23:38
20109 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
20112 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
20113 ____________________________________________________________________________
20114 [ 9353] By: jhi on 2001/03/25 22:25:04
20115 Log: Integrate perlio.
20117 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20118 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
20119 !> pp_hot.c win32/makefile.mk
20120 ____________________________________________________________________________
20121 [ 9352] By: jhi on 2001/03/25 22:21:41
20122 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
20123 From: Radu Greab <radu@netsoft.ro>
20124 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
20125 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
20128 ____________________________________________________________________________
20129 [ 9351] By: nick on 2001/03/25 22:15:02
20130 Log: Fix readline in list mode to tell rest of world that it has
20131 things on the stack. Otherwise if perl code gets invoked
20132 underneath it it scribbles over results-so-far.
20133 (Why TIEHANDLE has not tripped on this is a mystery.)
20136 ____________________________________________________________________________
20137 [ 9350] By: nick on 2001/03/25 22:10:13
20138 Log: win32/makefile.mk typos
20140 ! win32/makefile.mk
20141 ____________________________________________________________________________
20142 [ 9349] By: nick on 2001/03/25 21:31:14
20143 Log: Integrate now-non-binary file.
20146 ____________________________________________________________________________
20147 [ 9348] By: nick on 2001/03/25 21:27:24
20151 ____________________________________________________________________________
20152 [ 9347] By: nick on 2001/03/25 21:25:37
20153 Log: Integrate mainline.
20155 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
20156 !> lib/Term/ReadLine.pm t/lib/md5-file.t
20157 ____________________________________________________________________________
20158 [ 9346] By: nick on 2001/03/25 20:58:15
20159 Log: Add destruct time hook to PerlIO (for work-in-process implementing
20160 layers in perl code. In such cases layers need to be popped before
20161 we loose the ability to run perl code.)
20162 Also back-out "PerlIO::object" hook - it isn't going to work like that...
20164 ! perl.c perlio.c perlio.h perliol.h
20165 ____________________________________________________________________________
20166 [ 9345] By: nick on 2001/03/25 20:49:11
20167 Log: Avoid at leasy one of undefined warnings in Encode.
20169 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20170 ____________________________________________________________________________
20171 [ 9344] By: jhi on 2001/03/25 20:37:43
20172 Log: A workaround for using Term::ReadLine in emacs minibuffer
20173 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
20174 additional tweaks from Ilya Zakharevich.
20176 ! lib/Term/ReadLine.pm
20177 ____________________________________________________________________________
20178 [ 9343] By: nick on 2001/03/25 20:21:14
20179 Log: Missing return value.
20181 ! ext/PerlIO/Scalar/Scalar.xs
20182 ____________________________________________________________________________
20183 [ 9342] By: jhi on 2001/03/25 16:21:00
20184 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
20185 to equal the CPAN versions since no code changes have been made.
20187 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
20189 ____________________________________________________________________________
20190 [ 9341] By: jhi on 2001/03/25 16:01:48
20191 Log: Escape 8-bit characters.
20194 ____________________________________________________________________________
20195 [ 9340] By: gsar on 2001/03/25 15:50:53
20196 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
20200 ____________________________________________________________________________
20201 [ 9339] By: gsar on 2001/03/25 15:48:50
20202 Log: delete mimeqp.t for later with text mode set
20205 ____________________________________________________________________________
20206 [ 9338] By: nick on 2001/03/25 09:01:57
20207 Log: Integrate mainline.
20209 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
20210 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
20211 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
20212 +> t/lib/mimeb64u.t t/lib/mimeqp.t
20213 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
20214 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
20215 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
20216 ____________________________________________________________________________
20217 [ 9337] By: jhi on 2001/03/25 04:23:24
20218 Log: Add MIME::Base64 here and there. Again, a lot of
20219 optimism is in the air.
20221 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
20222 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
20223 ____________________________________________________________________________
20224 [ 9336] By: jhi on 2001/03/25 04:12:43
20225 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
20226 this by ear as I do not do Win32 programming.)
20228 ! win32/Makefile win32/makefile.mk
20229 ____________________________________________________________________________
20230 [ 9335] By: jhi on 2001/03/25 04:03:50
20231 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
20234 ____________________________________________________________________________
20235 [ 9334] By: jhi on 2001/03/25 03:58:53
20236 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
20238 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
20239 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
20240 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
20241 + t/lib/mimeb64u.t t/lib/mimeqp.t
20243 ____________________________________________________________________________
20244 [ 9333] By: jhi on 2001/03/24 20:14:37
20245 Log: Integrate perlio.
20247 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
20248 ____________________________________________________________________________
20249 [ 9332] By: nick on 2001/03/24 19:40:34
20250 Log: Fix un-init variable leading to spurious "Out of Memory!"
20253 ____________________________________________________________________________
20254 [ 9331] By: nick on 2001/03/24 19:09:59
20255 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
20256 and update layers internals doc.
20258 ! pod/perlfunc.pod pod/perliol.pod
20259 ____________________________________________________________________________
20260 [ 9330] By: jhi on 2001/03/24 18:42:11
20261 Log: The length might be uninitialized garbage if the *svp is the undef.
20264 ____________________________________________________________________________
20265 [ 9329] By: jhi on 2001/03/24 18:26:57
20266 Log: (Retracted by #9393)
20268 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
20269 From: Simon Cozens <simon@netthink.co.uk>
20270 Date: Sat, 24 Mar 2001 17:13:17 +0000
20271 Message-ID: <20010324171317.A13406@netthink.co.uk>
20274 ____________________________________________________________________________
20275 [ 9328] By: nick on 2001/03/24 17:22:02
20276 Log: Integrate mainline.
20278 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
20279 !> lib/unicode/version
20280 ____________________________________________________________________________
20281 [ 9327] By: nick on 2001/03/24 17:16:02
20282 Log: Integrate mainline.
20284 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20285 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
20286 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
20287 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
20288 +> t/lib/md5-file.t
20289 !> MANIFEST Makefile.SH configure.com djgpp/config.over
20290 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
20291 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
20292 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
20293 !> win32/makefile.mk
20294 ____________________________________________________________________________
20295 [ 9326] By: jhi on 2001/03/24 17:00:42
20296 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
20298 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
20299 ! lib/unicode/version
20300 ____________________________________________________________________________
20301 [ 9325] By: jhi on 2001/03/24 16:22:33
20302 Log: Subject: Re: B::Deparse bug (5.6.0)
20303 From: Robin Houston <robin@kitsite.com>
20304 Date: Sat, 24 Mar 2001 14:33:09 +0000
20305 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
20307 ! op.c pp.c t/lib/b.t t/op/repeat.t
20308 ____________________________________________________________________________
20309 [ 9324] By: jhi on 2001/03/24 16:21:56
20310 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
20311 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
20312 these additions may be too optimistic.
20314 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
20315 ! hints/uwin.sh hints/vmesa.sh
20316 ____________________________________________________________________________
20317 [ 9323] By: jhi on 2001/03/24 16:06:01
20318 Log: Integrate perlio.
20320 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
20321 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20323 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
20324 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
20325 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
20326 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20327 !> win32/makefile.mk win32/perlhost.h win32/win32.c
20328 !> win32/win32iop.h
20329 ____________________________________________________________________________
20330 [ 9322] By: nick on 2001/03/24 14:39:12
20331 Log: Routine Win32 regen_config_h - no real changes.
20333 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20334 ____________________________________________________________________________
20335 [ 9321] By: nick on 2001/03/24 14:31:49
20336 Log: PerlIO fixups for Win32:
20337 - provide win33_popenlist() - non-functional as yet.
20338 - avoid need for aTHX in PerlIO_debug calls - even if not
20339 enabled args are still evaluated so Win32 has trouble during fork().
20340 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
20341 - Fixup makedef.pl for latest set of symbols.
20343 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
20344 ! win32/perlhost.h win32/win32.c win32/win32iop.h
20345 ____________________________________________________________________________
20346 [ 9320] By: nick on 2001/03/24 14:26:58
20347 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
20348 was gibberish - broke it on WIn32 at least.
20350 ! ext/POSIX/POSIX.xs
20351 ____________________________________________________________________________
20352 [ 9319] By: nick on 2001/03/24 11:29:41
20353 Log: Generated files.
20355 ! embed.h global.sym objXSUB.h perlapi.c proto.h
20356 ____________________________________________________________________________
20357 [ 9318] By: nick on 2001/03/24 10:29:37
20359 1. open($fh,"+<",undef); # add test to t/io/open.t
20360 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
20362 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
20363 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20364 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
20365 ! t/io/open.t t/io/utf8.t
20366 ____________________________________________________________________________
20367 [ 9317] By: jhi on 2001/03/23 23:41:25
20368 Log: AIX does seems to have optimization problems with its C compilers.
20371 ____________________________________________________________________________
20372 [ 9316] By: jhi on 2001/03/23 23:40:46
20373 Log: Integrate perlio.
20376 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
20378 ____________________________________________________________________________
20379 [ 9315] By: jhi on 2001/03/23 22:16:30
20380 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
20383 ____________________________________________________________________________
20384 [ 9314] By: nick on 2001/03/23 20:49:02
20385 Log: Perlio internals re-organized.
20386 - open process creates AV of layer/arg pairs
20387 (appends layers from open() or open.pm to default list).
20388 - push arg is now an SV.
20389 - layer ->Open get passed the AV
20390 - open is no longer mandatory method.
20391 - topmost layer that has ->Open method does the open
20392 - any layers above are pushed once that returns.
20393 - vtable re-ordered so dummy layers need only provide push/pop methods.
20395 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20396 ____________________________________________________________________________
20397 [ 9313] By: nick on 2001/03/23 16:27:41
20398 Log: Check in a stable (working) version before next round of tweaks.
20400 - Move default layers code out of doio.c and into perlio.c
20401 - Single routine for parsing layer specification strings.
20402 - Skeleton support for demand loading of layers
20403 - Core-dump avoidance if PERLIO environment specifies loadable layer
20404 (does not _work_ as need IO to load and need load to do IO ...)
20407 ! MANIFEST doio.c perlio.c
20408 ____________________________________________________________________________
20409 [ 9312] By: gsar on 2001/03/23 16:25:25
20410 Log: add execute bit to files with shebang lines in the repository;
20411 avoid clobbering execute bit in Porting/makerel
20412 Branch: maint-5.6/perl
20414 ____________________________________________________________________________
20415 [ 9311] By: jhi on 2001/03/23 14:25:35
20416 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
20419 ____________________________________________________________________________
20420 [ 9310] By: jhi on 2001/03/23 13:45:04
20421 Log: Subject: [PATCH] Net::Ping
20422 From: Colin McMillen <mcmi0037@tc.umn.edu>
20423 Date: Thu, 22 Mar 2001 19:30:31 -0600
20424 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
20427 ____________________________________________________________________________
20428 [ 9309] By: jhi on 2001/03/23 13:39:13
20429 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
20431 ! t/lib/md5-aaa.t t/lib/md5-file.t
20432 ____________________________________________________________________________
20433 [ 9308] By: jhi on 2001/03/23 13:20:34
20434 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
20435 - bump the version to 2.14
20436 - drop the base64 tests since they require MIME::Base64
20437 - drop the rfc1321.txt
20438 - drop the hints/dec_osf.pl since it's only needed for
20441 - the U32 alignment testing is now removed; it needs to
20442 be reintroduced as as a Config variable (meaning also
20443 as a Configure test)
20444 - get the new EBCDIC md5sum for MD5.pm
20445 - test in Win32 to see how badly I botched the makefiles
20447 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20448 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
20449 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
20450 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
20452 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
20453 ! win32/Makefile win32/makefile.mk
20454 ____________________________________________________________________________
20455 [ 9307] By: jhi on 2001/03/23 12:56:14
20456 Log: Integrate change #9306 from maintperl into mainline,
20457 AIX dynaloader for AIXes without <load.h>.
20459 !> ext/DynaLoader/hints/aix.pl
20460 ____________________________________________________________________________
20461 [ 9306] By: jhi on 2001/03/23 12:51:36
20462 Log: There are AIXes without /usr/include/load.h,
20463 patch from H.Merijn Brand.
20464 Branch: maint-5.6/perl
20465 ! ext/DynaLoader/hints/aix.pl
20466 ____________________________________________________________________________
20467 [ 9305] By: nick on 2001/03/23 11:00:42
20468 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
20470 ! ext/Encode/Encode.xs perlio.c perlio.h
20471 ____________________________________________________________________________
20472 [ 9304] By: nick on 2001/03/23 10:20:46
20473 Log: Render -Duseperlio functional again.
20474 - this is "quick fix" which calls PerlIO_apply_layers after opening,
20475 which is what old scheme did. New scheme needs to change that
20476 to make open(...,\$scalar) etc. work but this will do for now.
20479 ____________________________________________________________________________
20480 [ 9303] By: nick on 2001/03/23 09:53:20
20481 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
20482 -Uuseperlio now works again.
20483 -Duseperlio is still poorly. Don't merge yet...
20486 ____________________________________________________________________________
20487 [ 9302] By: nick on 2001/03/22 22:26:51
20488 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
20490 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
20491 is its main caller. In particular now has access to "extra" args, and
20492 can tell when an open handle is "reopened" (or duped?).
20493 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
20494 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
20495 PerlIO_open() et. al. (i.e. other way round).
20496 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
20497 with args close to PerlIO_openn().
20499 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20500 ____________________________________________________________________________
20501 [ 9301] By: jhi on 2001/03/22 20:58:04
20502 Log: Integrate perlio.
20504 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
20505 !> t/io/open.t util.c
20506 ____________________________________________________________________________
20507 [ 9300] By: nick on 2001/03/22 17:36:32
20508 Log: Don't include $@ in not ok message.
20511 ____________________________________________________________________________
20512 [ 9299] By: gsar on 2001/03/22 16:53:45
20513 Log: back out changes#7532,7521 for now (appears to have problems
20515 Branch: maint-5.6/perl
20516 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20517 ! ext/POSIX/typemap pod/perlvar.pod
20518 ____________________________________________________________________________
20519 [ 9298] By: nick on 2001/03/22 14:35:46
20520 Log: Give a meaning to '&' in n-arg open case:
20521 open($fh,"<&",$scalar);
20523 - an integer which does "fdopen"
20524 open($fh,"<&",2); # like open($fh,"<&2")
20525 - something that will yield a file handle via sv_2io()
20526 useful for dup'ing anonymous handles.
20528 open(my $fh,"<&",\*STDIN);
20529 open(my $dup,"<&",$fh);
20531 ! doio.c t/io/open.t
20532 ____________________________________________________________________________
20533 [ 9297] By: nick on 2001/03/22 13:34:35
20534 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
20537 ____________________________________________________________________________
20538 [ 9296] By: nick on 2001/03/22 12:51:20
20539 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
20542 ____________________________________________________________________________
20543 [ 9295] By: nick on 2001/03/22 11:59:44
20544 Log: If stdin, stdout or stderr get opened in unexpected read/write state
20545 then warn at time of open not at time of use.
20547 ! doio.c pp_hot.c pp_sys.c
20548 ____________________________________________________________________________
20549 [ 9294] By: nick on 2001/03/22 10:54:35
20550 Log: Die on n-arg open(...,"",xxx,yyy,...)
20551 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
20552 - die on read/write cases so we can decide what it means later.
20554 ! doio.c embed.pl iperlsys.h util.c
20555 ____________________________________________________________________________
20556 [ 9293] By: nick on 2001/03/22 09:02:45
20557 Log: perlio tweaks (reported by Nick Clark)
20558 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
20559 error check in Pendinf_read().
20562 ____________________________________________________________________________
20563 [ 9292] By: gsar on 2001/03/22 07:12:00
20564 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
20566 Branch: maint-5.6/perl
20567 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
20568 ____________________________________________________________________________
20569 [ 9291] By: jhi on 2001/03/22 06:06:44
20570 Log: Regex tests from Chicheng Zhang. (Already fixed.)
20573 ____________________________________________________________________________
20574 [ 9290] By: jhi on 2001/03/22 05:57:01
20575 Log: Move MacOS Classic higher in the list of supported platforms.
20576 Branch: maint-5.6/perl
20578 ____________________________________________________________________________
20579 [ 9289] By: gsar on 2001/03/22 05:35:04
20580 Log: revert part of change#6438 for compatibility (av_reify()
20581 appears to be needed to implement av_splice()ish things
20583 Branch: maint-5.6/perl
20584 ! embed.pl global.sym objXSUB.h perlapi.c
20585 ____________________________________________________________________________
20586 [ 9288] By: gsar on 2001/03/22 03:09:19
20587 Log: update copyright year
20588 Branch: maint-5.6/perl
20589 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
20590 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
20591 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
20592 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
20593 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
20594 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
20595 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
20597 ____________________________________________________________________________
20598 [ 9287] By: jhi on 2001/03/21 20:30:54
20599 Log: Integrate perlio.
20601 !> ext/Data/Dumper/Dumper.xs
20602 ____________________________________________________________________________
20603 [ 9286] By: gsar on 2001/03/21 19:49:54
20604 Log: makefile.mk tweak
20605 Branch: maint-5.6/perl
20606 ! win32/Makefile win32/makefile.mk
20607 ____________________________________________________________________________
20608 [ 9285] By: nick on 2001/03/21 19:07:13
20609 Log: Multiplicity fix for Dumper.
20611 ! ext/Data/Dumper/Dumper.xs
20612 ____________________________________________________________________________
20613 [ 9284] By: nick on 2001/03/21 19:01:07
20614 Log: Integrate mainline - (does not build xTHX issue in Dumper).
20616 !> (integrate 27 files)
20617 ____________________________________________________________________________
20618 [ 9283] By: jhi on 2001/03/21 17:17:35
20619 Log: Integrate change #9282 from mainline into maintperl,
20620 4-arg UTF-8 substr().
20621 Branch: maint-5.6/perl
20623 ____________________________________________________________________________
20624 [ 9282] By: jhi on 2001/03/21 17:15:43
20625 Log: The #9270 would have leaked a scalar if pp_substr()
20629 ____________________________________________________________________________
20630 [ 9281] By: gsar on 2001/03/21 17:03:14
20631 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
20632 Branch: maint-5.6/perl
20633 ! win32/makefile.mk
20634 ____________________________________________________________________________
20635 [ 9280] By: gsar on 2001/03/21 17:01:20
20636 Log: some tweaks to change#9278 (fork() emulation should be enabled
20637 by setting BUILD_FLAVOR instead of changing the defaults)
20638 Branch: maint-5.6/perl
20639 ! win32/makefile.mk
20640 ____________________________________________________________________________
20641 [ 9279] By: gsar on 2001/03/21 16:47:19
20642 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
20643 Branch: maint-5.6/perl
20644 ! ext/File/Glob/Glob.pm
20646 ____________________________________________________________________________
20647 [ 9278] By: jhi on 2001/03/21 14:35:10
20648 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
20649 From: "Vadim Konovalov" <watman@inbox.ru>
20650 Date: Wed, 21 Mar 2001 01:53:51 +0300
20651 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
20652 Branch: maint-5.6/perl
20653 ! win32/makefile.mk win32/win32sck.c
20654 ____________________________________________________________________________
20655 [ 9277] By: jhi on 2001/03/21 13:58:28
20656 Log: Integrate change #9270 from mainline to maintperl:
20657 continued 4-arg UTF-8 substr() fixing.
20658 Branch: maint-5.6/perl
20659 !> pp.c t/op/substr.t
20660 ____________________________________________________________________________
20661 [ 9276] By: jhi on 2001/03/21 13:33:00
20662 Log: More pixie cleaning.
20665 ____________________________________________________________________________
20666 [ 9275] By: jhi on 2001/03/21 03:54:17
20667 Log: Update Changes.
20669 ! Changes patchlevel.h
20670 ____________________________________________________________________________
20671 [ 9274] By: jhi on 2001/03/21 03:48:24
20672 Log: First stab at making Data::Dumper to grok Unicode.
20674 TODO: tests, EBCDICify.
20676 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
20677 ____________________________________________________________________________
20678 [ 9273] By: jhi on 2001/03/21 02:23:00
20681 Subject: Memory leak in unquoted print
20682 From: Benjamin Sugars <bsugars@canoe.ca>
20683 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
20684 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
20687 ____________________________________________________________________________
20688 [ 9272] By: jhi on 2001/03/21 01:33:17
20689 Log: Subject: Re: [PATCH] POSIX::getcwd()
20690 From: Benjamin Sugars <bsugars@canoe.ca>
20691 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
20692 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
20694 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20695 ____________________________________________________________________________
20696 [ 9271] By: jhi on 2001/03/21 01:22:52
20697 Log: Subject: [PATCH] Cwd.pm docs
20698 From: Benjamin Sugars <bsugars@canoe.ca>
20699 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
20700 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
20703 ____________________________________________________________________________
20704 [ 9270] By: jhi on 2001/03/21 01:16:29
20705 Log: Continue 4-arg substr() UTF-8 fixage.
20707 ! pp.c t/op/substr.t
20708 ____________________________________________________________________________
20709 [ 9269] By: jhi on 2001/03/21 00:46:14
20710 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
20712 revert the leak fix in change#9142 (problem needs a more experimental
20713 fix unsuitable for 5.6.1)
20715 do alphabetical sorting by default (for csh compatibility)
20717 cut-n-paste goof in change#9264
20719 VMS piping fixes (from Charles Lane)
20721 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
20722 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20723 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
20724 ____________________________________________________________________________
20725 [ 9268] By: jhi on 2001/03/21 00:37:04
20726 Log: Integrate perlio.
20728 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20729 !> utf8.c utf8.h utfebcdic.h
20730 ____________________________________________________________________________
20731 [ 9267] By: nick on 2001/03/20 20:04:39
20732 Log: More EBCDIC stuff:
20733 - Loose the extra level of function on ASCII.
20734 - spotted a chr(0) issue in sv.c
20735 - re-work of UTF-X tr/// ranges to work in Unicode
20736 space. Still issues with the "0xff is illegal UTF-8" hack.
20737 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
20738 (why do it once when you can do it all over the place :-(
20739 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
20740 need utf8.pm for swashes.
20741 - Simplified and commented scan_const() in toke.c
20742 Still something wrong regexp and tr (swashes?).
20744 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20745 ! utf8.c utf8.h utfebcdic.h
20746 ____________________________________________________________________________
20747 [ 9266] By: gsar on 2001/03/20 19:16:43
20748 Log: VMS piping fixes (from Charles Lane)
20749 Branch: maint-5.6/perl
20750 ! vms/vms.c vms/vmspipe.com
20751 ____________________________________________________________________________
20752 [ 9265] By: gsar on 2001/03/20 17:53:52
20753 Log: cut-n-paste goof in change#9264
20754 Branch: maint-5.6/perl
20755 ! ext/File/Glob/Glob.xs
20756 ____________________________________________________________________________
20757 [ 9264] By: gsar on 2001/03/20 17:43:47
20758 Log: do alphabetical sorting by default (for csh compatibility);
20759 bsd_glob() does ASCII sort by default as usual, unless
20760 GLOB_ALPHASORT was specified
20761 Branch: maint-5.6/perl
20762 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
20763 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20764 ! ext/File/Glob/bsd_glob.h
20765 ____________________________________________________________________________
20766 [ 9263] By: gsar on 2001/03/20 16:40:08
20767 Log: integrate change#9255 from mainline (unicode fix)
20769 substr($bytestr, i, n, $charstr)
20770 Branch: maint-5.6/perl
20771 !> Todo-5.6 pp.c t/op/substr.t
20772 ____________________________________________________________________________
20773 [ 9262] By: gsar on 2001/03/20 15:57:41
20774 Log: revert the leak fix in change#9142 (problem needs a more experimental
20775 fix unsuitable for 5.6.1)
20776 Branch: maint-5.6/perl
20778 ____________________________________________________________________________
20779 [ 9261] By: jhi on 2001/03/20 14:26:25
20780 Log: Integrate changes #9259,9260 from maintperl into mainline.
20782 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20784 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20786 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
20787 ____________________________________________________________________________
20788 [ 9260] By: jhi on 2001/03/20 14:05:46
20789 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20790 From: Robin Barker <rmb1@cise.npl.co.uk>
20791 Date: Tue, 20 Mar 2001 10:12:04 GMT
20792 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
20793 Branch: maint-5.6/perl
20795 ____________________________________________________________________________
20796 [ 9259] By: jhi on 2001/03/20 14:04:39
20797 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20798 From: Chris Nandor <pudge@pobox.com>
20799 Date: Tue, 20 Mar 2001 00:40:56 -0500
20800 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
20801 Branch: maint-5.6/perl
20802 ! ext/POSIX/POSIX.xs lib/File/Path.pm
20803 ____________________________________________________________________________
20804 [ 9258] By: jhi on 2001/03/20 05:09:34
20805 Log: Update Changes.
20807 ! Changes patchlevel.h
20808 ____________________________________________________________________________
20809 [ 9257] By: jhi on 2001/03/20 05:04:25
20810 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
20813 ____________________________________________________________________________
20814 [ 9256] By: jhi on 2001/03/20 04:43:12
20815 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
20816 From: Peter Prymmer <pvhp@forte.com>
20817 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
20818 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
20819 Branch: maint-5.6/perl
20820 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
20821 ____________________________________________________________________________
20822 [ 9255] By: jhi on 2001/03/19 23:17:17
20823 Log: substr($bytestr, i, n, $charstr)
20825 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
20827 ! Todo-5.6 pp.c t/op/substr.t
20828 ____________________________________________________________________________
20829 [ 9254] By: jhi on 2001/03/19 22:25:09
20830 Log: Rearrange the make test target prerequisites so that
20831 in a parallel make 'all' is finished before 'test'.
20834 ____________________________________________________________________________
20835 [ 9253] By: jhi on 2001/03/19 21:48:07
20836 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
20837 From: Robin Houston <robin@kitsite.com>
20838 Date: Mon, 19 Mar 2001 15:48:41 +0000
20839 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
20842 ____________________________________________________________________________
20843 [ 9252] By: jhi on 2001/03/19 21:42:27
20844 Log: Integrate perlio.
20846 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
20847 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
20848 !> utfebcdic.h vms/perly_c.vms
20849 ____________________________________________________________________________
20850 [ 9251] By: jhi on 2001/03/19 21:31:28
20851 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
20853 Dynaloading in 64-bit AIX with vac.
20855 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20857 ____________________________________________________________________________
20858 [ 9250] By: jhi on 2001/03/19 21:18:00
20859 Log: A more robust solution for the 64bitall AIX dynaloading
20860 problem, from Jens-Uwe Mager.
20861 Branch: maint-5.6/perl
20862 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20863 ____________________________________________________________________________
20864 [ 9249] By: nick on 2001/03/19 20:59:37
20865 Log: Integrate mainline.
20867 !> (integrate 42 files)
20868 ____________________________________________________________________________
20869 [ 9248] By: nick on 2001/03/19 20:22:07
20870 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
20871 (Building on OS390 uses native YACC and YYDEBUG has other
20874 ! perly.c perly.y vms/perly_c.vms
20875 ____________________________________________________________________________
20876 [ 9247] By: jhi on 2001/03/19 19:59:53
20877 Log: 64-bit AIX dynaloading problem (see #9244) idea
20878 from Jens-Uwe Mager.
20879 Branch: maint-5.6/perl
20880 ! ext/DynaLoader/dl_aix.xs
20881 ____________________________________________________________________________
20882 [ 9246] By: nick on 2001/03/19 19:27:57
20883 Log: More EBCDIC fixes.
20885 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
20886 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
20887 ____________________________________________________________________________
20888 [ 9245] By: jhi on 2001/03/19 19:05:19
20889 Log: Integrate change #9243 from mainline into maintperl.
20891 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20892 Branch: maint-5.6/perl
20894 ____________________________________________________________________________
20895 [ 9244] By: jhi on 2001/03/19 19:03:15
20896 Log: Get 64bitall AIX building, but still does not test okay:
20897 dynaloading anything fails, for example for op/defins:
20898 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
20899 (update: fixed by #9247,9250)
20900 Branch: maint-5.6/perl
20902 ____________________________________________________________________________
20903 [ 9243] By: jhi on 2001/03/19 19:00:16
20904 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20905 From: Robin Barker <rmb1@cise.npl.co.uk>
20906 Date: Mon, 19 Mar 2001 18:01:57 GMT
20907 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
20910 ____________________________________________________________________________
20911 [ 9242] By: jhi on 2001/03/19 18:58:43
20912 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
20917 ____________________________________________________________________________
20918 [ 9241] By: gsar on 2001/03/19 17:34:46
20919 Log: VMSify tests (from Charles Lane)
20920 Branch: maint-5.6/perl
20921 ! t/lib/filehand.t t/lib/texttabs.t
20922 ____________________________________________________________________________
20923 [ 9240] By: jhi on 2001/03/19 14:24:26
20924 Log: Integrate change #9233 from maintperl into mainline.
20926 some refcounts were incorrect in perl_clone()
20929 ____________________________________________________________________________
20930 [ 9239] By: gsar on 2001/03/19 09:23:17
20931 Log: this is 5.6.1-trial3
20932 Branch: maint-5.6/perl
20934 ____________________________________________________________________________
20935 [ 9238] By: gsar on 2001/03/19 08:47:04
20936 Log: some new symbols are only available under ithreads
20937 Branch: maint-5.6/perl
20939 ____________________________________________________________________________
20940 [ 9237] By: gsar on 2001/03/19 08:42:28
20941 Log: update patchlevel.h, Changes, &c.
20942 Branch: maint-5.6/perl
20943 ! Changes patchlevel.h pod/perlhist.pod
20945 ____________________________________________________________________________
20946 [ 9236] By: gsar on 2001/03/19 08:17:49
20947 Log: integrate changes#8068,8717 from mainline
20949 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
20951 [PATCH CPAN 1.59_51] warning message (not!)
20952 Branch: maint-5.6/perl
20953 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
20954 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
20955 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
20956 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
20957 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20958 ____________________________________________________________________________
20959 [ 9235] By: gsar on 2001/03/19 08:07:09
20960 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
20962 [PATCH] Add missing CV flags to dump.c
20964 Re: [patch] Re: PL_ptr_table
20966 Fixup non-ithread build after 8713
20968 Generated files form 8713 etc.
20970 Correct the correction :-(
20972 Documenting coderef @INC (Re: CPAN "make this script work" feature)
20974 Subject: Re: sync sync sync: have I missed any patches?
20975 Replace djSP with dSP.
20976 Branch: maint-5.6/perl
20977 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
20978 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
20979 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
20980 !> sv.c sv.h win32/perlhost.h
20981 ____________________________________________________________________________
20982 [ 9234] By: gsar on 2001/03/19 07:22:05
20983 Log: revert the change#9090 integrate for now (change looks somewhat
20984 incomplete in that [ha]v_exists() need something similar; lacks
20986 Branch: maint-5.6/perl
20988 ____________________________________________________________________________
20989 [ 9233] By: gsar on 2001/03/19 07:10:01
20990 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
20991 destruction when there are unreferenced scalars (SvREFCNT==0)
20992 Branch: maint-5.6/perl
20994 ____________________________________________________________________________
20995 [ 9232] By: jhi on 2001/03/19 05:11:02
20996 Log: Regen api and toc.
20997 Branch: maint-5.6/perl
20998 ! pod/perlapi.pod pod/perltoc.pod
20999 ____________________________________________________________________________
21000 [ 9231] By: jhi on 2001/03/19 04:06:03
21001 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
21002 add a lost line in pp.c:pp_chop(), update to new op/chop.
21004 Clarify the description differentiating for and while; inspired by
21006 Subject: [ID 20010306.004] || != named unary operator
21008 The $Is_MacOS needs to be declared.
21009 Branch: maint-5.6/perl
21011 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
21012 ____________________________________________________________________________
21013 [ 9230] By: jhi on 2001/03/19 03:48:16
21014 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
21015 9079,9083,9089,9090,9091 from mainline to maintperl.
21017 Quieten some noise in Win32 builds
21019 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
21021 The perlretut was still talking about the old \p and \P
21024 More tweakage on the Unicode character class descriptions.
21026 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
21028 Subject: 'no *POSIX' Patch speeding up make on BS2000
21030 Subject: [PATCH] perldata.pod here-doc docs
21032 Add /sbin and /usr/sbin to the list of directories scanned
21033 for setuid programs. Takes care of bug id 20010309.003.
21035 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
21037 In op/stat #35 better to scan all the potential directories
21038 for setuids, not just the first one.
21039 Branch: maint-5.6/perl
21041 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
21042 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
21043 !> t/op/stat.t toke.c win32/win32.h
21044 ____________________________________________________________________________
21045 [ 9229] By: jhi on 2001/03/19 02:31:50
21046 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
21047 From: Chris Nandor <pudge@pobox.com>
21048 Date: Sat, 10 Mar 2001 14:22:19 -0500
21049 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
21050 Branch: maint-5.6/perl
21051 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21052 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
21053 ! t/lib/b.t t/lib/errno.t
21054 ____________________________________________________________________________
21055 [ 9228] By: jhi on 2001/03/19 02:29:59
21056 Log: Integrate changes #9113,9122 from mainline into maintperl.
21058 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?)
21059 Branch: maint-5.6/perl
21060 !> Configure README.os390 hints/os390.sh
21061 ____________________________________________________________________________
21062 [ 9227] By: jhi on 2001/03/19 02:22:35
21063 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
21066 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
21068 Forgot to check-in the larger part of #9120, duh.
21070 Subject: Another patch for integer.pm POD
21072 h2ph strictness and cleanliness from Kurt Starsinic.
21074 Borland filename case problem.
21076 h2ph strictness and cleanliness from Kurt Starsinic.
21078 Subject: [PATCH] the uncontroversial doc patches
21079 Branch: maint-5.6/perl
21080 +> win32/sncfnmcs.pl
21081 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
21082 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
21083 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
21084 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
21085 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
21086 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
21087 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
21088 ____________________________________________________________________________
21089 [ 9226] By: jhi on 2001/03/19 02:10:21
21090 Log: Integrate changes #9207,9214 from mainline into maintperl.
21092 podchecker relaxations: =over has an *optional* number after it,
21093 and whitespace in L<> is okay.
21094 Branch: maint-5.6/perl
21095 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
21096 !> t/pod/poderrs.xr
21097 ____________________________________________________________________________
21098 [ 9225] By: jhi on 2001/03/19 02:07:38
21099 Log: Integrate change #9219 from maintperl into mainline.
21101 remove duplicated tests
21104 ____________________________________________________________________________
21105 [ 9224] By: jhi on 2001/03/19 02:06:11
21106 Log: Integrate change #9223 from mainline to maintperl.
21108 Document -Dmksymlinks.
21109 Branch: maint-5.6/perl
21111 ____________________________________________________________________________
21112 [ 9223] By: jhi on 2001/03/19 02:01:25
21113 Log: Document -Dmksymlinks.
21116 ____________________________________________________________________________
21117 [ 9222] By: jhi on 2001/03/19 01:15:35
21118 Log: The -Dmksymlinks wasn't working for maintperl.
21119 Branch: maint-5.6/perl
21121 ____________________________________________________________________________
21122 [ 9221] By: jhi on 2001/03/19 00:49:43
21123 Log: Cleanup pixie residue.
21126 ____________________________________________________________________________
21127 [ 9220] By: jhi on 2001/03/19 00:44:47
21128 Log: Document the use of pixie/prof; create make targets for it.
21130 TODO: make t/TEST pixie-aware.
21132 ! Makefile.SH pod/perlhack.pod
21133 ____________________________________________________________________________
21134 [ 9219] By: gsar on 2001/03/19 00:16:55
21135 Log: remove duplicated tests
21136 Branch: maint-5.6/perl
21138 ____________________________________________________________________________
21139 [ 9218] By: jhi on 2001/03/18 23:59:31
21140 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
21142 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
21143 ____________________________________________________________________________
21144 [ 9217] By: jhi on 2001/03/18 23:25:20
21145 Log: Rewrite the tests section of Makefile to be less redundant
21146 and to allow for more flexible test targets, many recursive
21147 make calls introduced.
21150 ____________________________________________________________________________
21151 [ 9216] By: jhi on 2001/03/18 22:30:04
21152 Log: Document the use of Third Degree (sparsely).
21154 ! pod/perlhack.pod t/TEST
21155 ____________________________________________________________________________
21156 [ 9215] By: jhi on 2001/03/18 22:10:30
21157 Log: Make targets for testing with Third Degree.
21160 ____________________________________________________________________________
21161 [ 9214] By: jhi on 2001/03/18 21:08:53
21162 Log: The podchecker relaxations need to mirrored also at the tests.
21165 ____________________________________________________________________________
21166 [ 9213] By: jhi on 2001/03/18 20:56:21
21167 Log: Update Changes.
21169 ! Changes patchlevel.h
21170 ____________________________________________________________________________
21171 [ 9212] By: jhi on 2001/03/18 20:36:59
21172 Log: Looking for config.sh in parent directories isn't
21173 very useful for the toplevel Makefile.
21176 ____________________________________________________________________________
21177 [ 9211] By: jhi on 2001/03/18 20:33:37
21178 Log: On "make clean" take care of Third Degree droppings.
21181 ____________________________________________________________________________
21182 [ 9210] By: jhi on 2001/03/18 20:21:34
21183 Log: Add a hook for running the tests under the Third Degree
21184 debugging tool (set $ENV{PERL_3LOG} to non-zero)
21186 TODO: Document the use of Third Degree.
21189 ____________________________________________________________________________
21190 [ 9209] By: jhi on 2001/03/18 20:19:07
21191 Log: Regen toc and api pods.
21193 ! pod/perlapi.pod pod/perltoc.pod
21194 ____________________________________________________________________________
21195 [ 9208] By: jhi on 2001/03/18 20:12:12
21196 Log: Integrate changes #8128,9132 from mainline into maintperl,
21197 Tie::SubstrHash fixes.
21198 Branch: maint-5.6/perl
21199 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
21200 ____________________________________________________________________________
21201 [ 9207] By: jhi on 2001/03/18 20:07:43
21202 Log: podchecker relaxations from Michael Stevens.
21204 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
21205 ____________________________________________________________________________
21206 [ 9206] By: jhi on 2001/03/18 20:04:24
21207 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
21209 ! lib/Locale/Constants.pm lib/Locale/Country.pm
21210 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
21211 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
21212 ____________________________________________________________________________
21213 [ 9205] By: jhi on 2001/03/18 19:54:45
21214 Log: Integrate changes #9161,9162 from maintperl to mainline.
21216 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
21220 ____________________________________________________________________________
21221 [ 9204] By: jhi on 2001/03/18 19:37:46
21222 Log: Make perl.third checks more understandable to the builder.
21225 ____________________________________________________________________________
21226 [ 9203] By: jhi on 2001/03/18 19:20:54
21227 Log: Re-integrate #9138 from maintperl to mainline,
21228 the squelching of the unneeded "Scalars leaked" messages.
21230 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21231 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21232 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21233 ____________________________________________________________________________
21234 [ 9202] By: jhi on 2001/03/18 18:48:36
21235 Log: More robust and more paranoid perl.third target.
21238 ____________________________________________________________________________
21239 [ 9201] By: jhi on 2001/03/18 18:39:21
21240 Log: Integrate change #9197 from maintperl to mainline.
21242 more thorough cleaning of arenas.
21244 !> embed.pl perl.c proto.h sv.c t/op/sort.t
21245 ____________________________________________________________________________
21246 [ 9200] By: jhi on 2001/03/18 18:25:17
21247 Log: Integrate perlio.
21249 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
21250 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
21251 !> t/lib/encode.t toke.c universal.c utf8.c
21252 ____________________________________________________________________________
21253 [ 9199] By: nick on 2001/03/18 15:23:51
21254 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
21255 is the sense of the test being done. Avoid some magical 127 and 128 values
21258 ! doop.c pp_ctl.c sv.c toke.c
21259 ____________________________________________________________________________
21260 [ 9198] By: nick on 2001/03/18 14:18:12
21261 Log: UTF-X encoding invariance for Encode:
21262 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
21263 - move the XS code for those to universal.c (so in miniperl)
21264 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
21265 - change ext/Encode/compile to use above.
21266 - Fix t/lib/encode.t for above
21267 - Teach t/lib/b.t to expect -uutf8
21268 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
21271 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
21272 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
21273 ____________________________________________________________________________
21274 [ 9197] By: gsar on 2001/03/18 12:15:57
21275 Log: more thorough cleaning of arenas--keep going until no more
21276 SvREFCNT_dec()s occur (this fixes the problem that causes the
21277 pesky "Scalars leaked" warnings)
21278 Branch: maint-5.6/perl
21279 ! embed.pl perl.c proto.h sv.c t/op/sort.t
21280 ____________________________________________________________________________
21281 [ 9196] By: nick on 2001/03/18 10:57:29
21282 Log: Fix pragma/utf8.t # 15
21283 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
21284 are SvUTF8 as well.
21287 ____________________________________________________________________________
21288 [ 9195] By: nick on 2001/03/18 09:27:06
21289 Log: Integrate mainline
21291 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
21293 ____________________________________________________________________________
21294 [ 9194] By: jhi on 2001/03/18 05:29:59
21295 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
21296 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
21298 ! op.c op.h t/op/misc.t t/op/pat.t
21299 ____________________________________________________________________________
21300 [ 9193] By: jhi on 2001/03/18 05:15:06
21301 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
21304 ____________________________________________________________________________
21305 [ 9192] By: jhi on 2001/03/18 04:22:43
21306 Log: tr/// UTF-8 patches from Inaba Hiroto.
21309 ____________________________________________________________________________
21310 [ 9191] By: jhi on 2001/03/18 04:21:17
21311 Log: Integrate perlio.
21313 !> utf8.c utfebcdic.h
21314 ____________________________________________________________________________
21315 [ 9190] By: nick on 2001/03/17 20:32:01
21316 Log: Correct #if EBCDIC side typos.
21317 Builds and passes many tests on OS390.
21319 ! utf8.c utfebcdic.h
21320 ____________________________________________________________________________
21321 [ 9189] By: jhi on 2001/03/17 18:55:49
21322 Log: Add prerequisites for the perl.third target.
21325 ____________________________________________________________________________
21326 [ 9188] By: jhi on 2001/03/17 18:46:00
21327 Log: Integrate perlio.
21330 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
21331 ____________________________________________________________________________
21332 [ 9187] By: jhi on 2001/03/17 18:38:47
21333 Log: Add a make rule for perl.third (the Third Degree memory debugging
21334 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
21337 ____________________________________________________________________________
21338 [ 9186] By: nick on 2001/03/17 18:34:48
21339 Log: MANIFEST addition :-(
21342 ____________________________________________________________________________
21343 [ 9185] By: nick on 2001/03/17 18:29:50
21344 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
21345 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
21346 a superset of ASCII are invariant under the encoding. This is EBCDIC
21347 friendly as an encoded string can be looked at as being EBCDIC by lexer
21348 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
21349 ASCII on ASCII machines.
21351 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
21353 - Add some more macros to comprehend different shift amounts and
21354 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
21355 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
21356 and conditionaly #include it.
21358 EBCDIC build as yet untested. ASCII still fails the one test.
21362 ____________________________________________________________________________
21363 [ 9184] By: nick on 2001/03/17 17:44:16
21364 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
21366 ! doop.c perl.h pp.c utf8.h
21367 ____________________________________________________________________________
21368 [ 9183] By: jhi on 2001/03/17 15:55:42
21369 Log: Integrate perlio.
21372 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
21373 ____________________________________________________________________________
21374 [ 9182] By: nick on 2001/03/17 09:16:06
21375 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
21378 ____________________________________________________________________________
21379 [ 9181] By: nick on 2001/03/17 09:15:11
21380 Log: Integrate mainline.
21382 +> lib/Locale/Constants.pm lib/Locale/Country.pm
21383 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
21384 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
21385 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
21386 !> (integrate 83 files)
21387 ____________________________________________________________________________
21388 [ 9180] By: nick on 2001/03/16 17:23:21
21391 ! perl.h sv.c toke.c utf8.c utf8.h
21392 ____________________________________________________________________________
21393 [ 9179] By: jhi on 2001/03/16 14:10:12
21394 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
21395 a change needed to work around an AIX compiler bug.
21397 ! ext/Storable/Storable.xs
21398 ____________________________________________________________________________
21399 [ 9178] By: jhi on 2001/03/16 03:19:59
21400 Log: With Damian's approval synchronize damian's modules'
21401 licensing with Perl's standard module licensing.
21403 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
21404 ____________________________________________________________________________
21405 [ 9177] By: jhi on 2001/03/16 03:15:34
21406 Log: Make the Filter::Util:Call files have their own copies
21407 of the Perl standard module licensing, from Paul Marquess.
21409 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21410 ____________________________________________________________________________
21411 [ 9176] By: jhi on 2001/03/16 02:56:04
21412 Log: Subject: [PATCH] more pod patches
21413 From: Michael Stevens <michael@etla.org>
21414 Date: Thu, 15 Mar 2001 21:25:18 +0000
21415 Message-ID: <20010315212518.A18870@firedrake.org>
21417 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
21418 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
21419 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
21420 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
21421 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
21422 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
21423 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
21424 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
21425 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
21426 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
21427 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
21428 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
21429 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
21430 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
21431 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
21432 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
21433 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
21434 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
21435 ! lib/Locale/Country.pm lib/Locale/Language.pm
21436 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
21437 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
21438 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
21439 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
21440 ! os2/OS2/Process/Process.pm
21441 ____________________________________________________________________________
21442 [ 9175] By: jhi on 2001/03/16 02:53:32
21443 Log: Subject: [PATCH] the uncontroversial doc patches
21444 From: Michael Stevens <michael@etla.org>
21445 Date: Thu, 15 Mar 2001 20:01:12 +0000
21446 Message-ID: <20010315200112.A7636@firedrake.org>
21448 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
21449 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
21450 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
21451 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
21452 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
21453 ____________________________________________________________________________
21454 [ 9174] By: jhi on 2001/03/16 02:50:49
21455 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
21456 From: Paul Lindner <lindner@inuus.com>
21457 Date: Fri, 16 Mar 2001 11:28:03 -0800
21458 Message-ID: <20010316112803.A7577@inuus.com>
21460 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
21461 ____________________________________________________________________________
21462 [ 9173] By: nick on 2001/03/15 20:21:03
21463 Log: 1st day's EBCDIC fixes:
21464 - toke.c's parsing of strings needed attention
21465 needed to conditionally e2a if string was already UTF-8
21466 - e2a/a2e tables where wrong way round.
21467 - new macros in utf8.h
21469 ! perl.h toke.c utf8.h
21470 ____________________________________________________________________________
21471 [ 9172] By: jhi on 2001/03/15 15:17:17
21472 Log: Update Changes.
21474 ! Changes patchlevel.h
21475 ____________________________________________________________________________
21476 [ 9171] By: jhi on 2001/03/15 15:09:32
21477 Log: Subject: Re: Another Borland C++ problem.
21478 From: "Vadim Konovalov" <watman@inbox.ru>
21479 Date: Sat, 10 Mar 2001 19:26:07 +0300
21480 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
21482 Borland filename case problem.
21484 + win32/sncfnmcs.pl
21485 ! MANIFEST README.win32
21486 ____________________________________________________________________________
21487 [ 9170] By: jhi on 2001/03/15 14:54:23
21488 Log: Add Locale::Codes 1.06, from Neil Bowers.
21490 + lib/Locale/Constants.pm lib/Locale/Country.pm
21491 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
21492 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
21493 + t/lib/lc-language.t t/lib/lc-uk.t
21495 ____________________________________________________________________________
21496 [ 9169] By: jhi on 2001/03/15 14:19:01
21497 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
21499 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21500 ! ext/Storable/Storable.xs
21501 ____________________________________________________________________________
21502 [ 9168] By: jhi on 2001/03/15 14:13:22
21503 Log: Integrate changes #9120,9167 from mainline to maintperl.
21505 Subject: [PATCH 5.6.1] OS/2 docs
21507 Subject: [PATCH 5.6.1] perldoc
21508 Branch: maint-5.6/perl
21509 !> os2/Changes utils/perldoc.PL
21510 ____________________________________________________________________________
21511 [ 9167] By: jhi on 2001/03/15 14:07:42
21512 Log: Subject: [PATCH 5.6.1] perldoc
21513 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21514 Date: Wed, 14 Mar 2001 23:46:52 -0500
21515 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
21518 ____________________________________________________________________________
21519 [ 9166] By: jhi on 2001/03/15 13:53:15
21520 Log: sigaction test condition tweakage.
21522 ! t/lib/sigaction.t
21523 ____________________________________________________________________________
21524 [ 9165] By: alanbur on 2001/03/15 03:49:17
21525 Log: Resynchronised with parent
21526 Branch: maint-5.6/pureperl
21527 +> os2/os2add.sym t/op/anonsub.t
21528 !> (integrate 72 files)
21529 ____________________________________________________________________________
21530 [ 9164] By: jhi on 2001/03/15 01:05:01
21531 Log: Avoid stomping off the beginning of an array in tr///.
21534 ____________________________________________________________________________
21535 [ 9163] By: jhi on 2001/03/15 00:58:57
21536 Log: h2ph strictness and cleanliness from Kurt Starsinic.
21539 ____________________________________________________________________________
21540 [ 9162] By: gsar on 2001/03/15 00:56:53
21541 Log: avoid warnings
21542 Branch: maint-5.6/perl
21544 ____________________________________________________________________________
21545 [ 9161] By: gsar on 2001/03/15 00:52:09
21546 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
21548 Branch: maint-5.6/perl
21550 ____________________________________________________________________________
21551 [ 9160] By: jhi on 2001/03/14 22:02:10
21552 Log: Do not use the Perl malloc in IRIX, suggested by
21556 ____________________________________________________________________________
21557 [ 9159] By: nick on 2001/03/14 21:45:59
21558 Log: Integrate mainline
21561 !> (integrate 41 files)
21562 ____________________________________________________________________________
21563 [ 9158] By: jhi on 2001/03/14 21:10:09
21564 Log: The Day of the Retractions continues: the #9138
21565 (integrated in #9144) doesn't work well in mainline.
21567 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21568 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21569 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21570 ____________________________________________________________________________
21571 [ 9157] By: jhi on 2001/03/14 20:58:12
21572 Log: The #9145 CANNOT be enabled: the clear_pmop code still
21573 dumps core all over in Tru64.
21575 ! op.c op.h t/op/pat.t
21576 ____________________________________________________________________________
21577 [ 9156] By: jhi on 2001/03/14 20:48:06
21578 Log: Integrate change #9154 from maintperl to mainline.
21580 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
21581 (caused Storable 1.0.10 to break on windows)
21583 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
21584 !> perlapi.c proto.h
21585 ____________________________________________________________________________
21586 [ 9155] By: jhi on 2001/03/14 20:23:53
21587 Log: Retract #9136: breaks threading (and binary compatibility).
21589 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21590 ____________________________________________________________________________
21591 [ 9154] By: gsar on 2001/03/14 17:48:18
21592 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
21593 (caused Storable 1.0.10 to break on windows)
21594 Branch: maint-5.6/perl
21595 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
21596 ! perlapi.c proto.h
21597 ____________________________________________________________________________
21598 [ 9153] By: jhi on 2001/03/14 13:35:21
21599 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
21601 ! t/lib/sigaction.t
21602 ____________________________________________________________________________
21603 [ 9152] By: gsar on 2001/03/14 07:29:40
21604 Log: back out changes#9012,9010,9009 and parts of change#9016
21605 (causes ABRs under purify, and some prerequisites don't
21606 seem to be there in 5.6.x)
21607 Branch: maint-5.6/perl
21608 ! doop.c op.c t/op/tr.t toke.c
21609 ____________________________________________________________________________
21610 [ 9151] By: gsar on 2001/03/14 07:01:29
21611 Log: reenable change#9145 (the test was busted due to a missing
21612 C<print "ok 27\n">)
21614 ! op.c op.h t/op/pat.t
21615 ____________________________________________________________________________
21616 [ 9150] By: jhi on 2001/03/14 06:38:36
21617 Log: Retract #9145.
21619 ! op.c op.h t/op/pat.t
21620 ____________________________________________________________________________
21621 [ 9149] By: jhi on 2001/03/14 06:14:56
21622 Log: Retract #9143.
21625 ____________________________________________________________________________
21626 [ 9148] By: gsar on 2001/03/14 06:13:02
21627 Log: Uninitialized Memory Read in regexec.c
21630 ____________________________________________________________________________
21631 [ 9147] By: jhi on 2001/03/14 04:59:54
21632 Log: Subject: PATCH: make goto work in nested eval ""
21633 From: Robin Houston <robin@kitsite.com>
21634 Date: Wed, 14 Mar 2001 04:16:10 +0000
21635 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
21637 ! pp_ctl.c t/op/goto.t
21638 ____________________________________________________________________________
21639 [ 9146] By: jhi on 2001/03/14 04:42:54
21640 Log: Preserve the #ifdef PERL_CORE in perly.h.
21643 ____________________________________________________________________________
21644 [ 9145] By: jhi on 2001/03/14 03:57:41
21645 Log: (Retracted by #9150.)
21647 ! op.c op.h t/op/pat.t
21648 ____________________________________________________________________________
21649 [ 9144] By: jhi on 2001/03/14 03:50:38
21650 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
21652 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
21654 remove squelch controls for "Scalars leaked" messages in most places
21655 (these are now cured)
21657 fix another memory leak reported by purify (tie callbacks that
21658 croak can leak when wiping out magic)
21660 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
21661 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
21662 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
21663 !> t/pragma/warnings.t
21664 ____________________________________________________________________________
21665 [ 9143] By: jhi on 2001/03/14 03:37:53
21666 Log: (Retracted by #9149.)
21669 ____________________________________________________________________________
21670 [ 9142] By: gsar on 2001/03/14 03:20:48
21671 Log: fix another memory leak reported by purify (tie callbacks that
21672 croak can leak when wiping out magic)
21673 Branch: maint-5.6/perl
21675 ____________________________________________________________________________
21676 [ 9141] By: jhi on 2001/03/14 02:55:00
21677 Log: Subject: PATCH for [ID 20010305.003]
21678 From: Robin Houston <robin@kitsite.com>
21679 Date: Wed, 14 Mar 2001 02:45:51 +0000
21680 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
21682 ! pp_ctl.c t/op/eval.t
21683 ____________________________________________________________________________
21684 [ 9140] By: jhi on 2001/03/14 02:41:54
21685 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21686 Date: Wed, 14 Mar 2001 01:52:51 +0000
21687 From: Robin Houston <robin@kitsite.com>
21688 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
21690 Fix for 2000313.004.
21692 ! pp_ctl.c t/op/goto.t
21693 ____________________________________________________________________________
21694 [ 9139] By: jhi on 2001/03/14 02:40:50
21695 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21696 From: Robin Houston <robin@kitsite.com>
21697 Date: Wed, 14 Mar 2001 00:43:45 +0000
21698 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
21701 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
21703 ____________________________________________________________________________
21704 [ 9138] By: gsar on 2001/03/14 01:18:00
21705 Log: remove squelch controls for "Scalars leaked" messages in most places
21706 (these are now cured)
21707 Branch: maint-5.6/perl
21708 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21709 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21710 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21711 ____________________________________________________________________________
21712 [ 9137] By: gsar on 2001/03/14 00:57:04
21713 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
21714 Branch: maint-5.6/perl
21716 ____________________________________________________________________________
21717 [ 9136] By: jhi on 2001/03/13 23:12:24
21718 Log: (Retracted by #9155)
21720 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
21721 From: Jens-Uwe Mager <jum@helios.de>
21722 Date: Wed, 21 Feb 2001 21:32:04 +0100
21723 Message-ID: <20010221213203.A18340@ans.helios.de>
21725 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21726 ____________________________________________________________________________
21727 [ 9135] By: jhi on 2001/03/13 22:50:05
21728 Log: Integrate perlio.
21731 ____________________________________________________________________________
21732 [ 9134] By: jhi on 2001/03/13 22:49:05
21733 Log: Integrate change #9131 from maintperl into mainline.
21735 make the error text look more consistent in hints/hpux.sh
21738 ____________________________________________________________________________
21739 [ 9133] By: gsar on 2001/03/13 22:46:20
21740 Log: integrate change#9067 from mainline
21742 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21743 Branch: maint-5.6/perl
21744 !> lib/ExtUtils/MM_Unix.pm
21745 ____________________________________________________________________________
21746 [ 9132] By: jhi on 2001/03/13 22:41:21
21747 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21748 From: "John P. Linderman" <jpl@research.att.com>
21749 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
21750 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
21752 A more correct prime finder.
21754 ! lib/Tie/SubstrHash.pm
21755 ____________________________________________________________________________
21756 [ 9131] By: gsar on 2001/03/13 22:30:42
21757 Log: make the error text look more consistent in hints/hpux.sh
21758 Branch: maint-5.6/perl
21760 ____________________________________________________________________________
21761 [ 9130] By: jhi on 2001/03/13 22:23:44
21762 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
21763 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21764 Date: Tue, 13 Mar 2001 18:41:26 +0100
21765 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
21767 If the test is run non-interactively the default handler
21770 ! t/lib/sigaction.t
21771 ____________________________________________________________________________
21772 [ 9129] By: jhi on 2001/03/13 22:20:21
21773 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
21774 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21775 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
21776 Date: Tue, 13 Mar 2001 16:44:32 EST
21778 ! t/lib/1_compile.t
21779 ____________________________________________________________________________
21780 [ 9128] By: jhi on 2001/03/13 22:18:34
21781 Log: Subject: Another patch for integer.pm POD
21782 From: "John L. Allen" <allen@grumman.com>
21783 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
21784 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
21787 ____________________________________________________________________________
21788 [ 9127] By: nick on 2001/03/13 21:26:30
21789 Log: Integrate mainline.
21791 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
21792 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
21793 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
21794 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
21795 !> Changes Configure MANIFEST README.os2 README.os390
21796 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
21797 !> os2/Changes patchlevel.h win32/perlhost.h
21798 ____________________________________________________________________________
21799 [ 9126] By: nick on 2001/03/13 20:39:51
21800 Log: #ifdef'ed out code to make packed side of pack/unpack
21801 octets. (i.e. pack('U') => encode_utf8).
21804 ____________________________________________________________________________
21805 [ 9125] By: jhi on 2001/03/13 15:07:16
21806 Log: Update Changes.
21808 ! Changes patchlevel.h
21809 ____________________________________________________________________________
21810 [ 9124] By: jhi on 2001/03/13 14:22:45
21811 Log: Workaround for the buggy ("internal compiler error")
21812 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
21813 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
21816 ! ext/re/Makefile.PL hints/aix.sh
21817 ____________________________________________________________________________
21818 [ 9123] By: jhi on 2001/03/13 03:24:34
21819 Log: Typo in #9114.
21821 ! U/modified/myhostname.U
21822 ____________________________________________________________________________
21823 [ 9122] By: jhi on 2001/03/13 03:24:06
21824 Log: Typo in #9113.
21827 ____________________________________________________________________________
21828 [ 9121] By: jhi on 2001/03/13 01:53:05
21829 Log: Forgot to check-in the larger part of #9120, duh.
21832 ____________________________________________________________________________
21833 [ 9120] By: jhi on 2001/03/13 01:51:31
21834 Log: Subject: [PATCH 5.6.1] OS/2 docs
21835 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21836 Date: Mon, 12 Mar 2001 03:27:32 -0500
21837 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
21840 ____________________________________________________________________________
21841 [ 9119] By: jhi on 2001/03/13 01:49:41
21842 Log: Integrate change #9116 from maintperl into mainline.
21844 Win32::GetCwd() returns C: instead of C:\ in the root directory
21847 !> win32/perlhost.h
21848 ____________________________________________________________________________
21849 [ 9118] By: jhi on 2001/03/13 01:13:39
21850 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
21852 + lib/Switch.pm t/lib/switch.t
21854 ____________________________________________________________________________
21855 [ 9117] By: jhi on 2001/03/13 01:03:17
21856 Log: Add Text::Balanced 1.83.
21858 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
21859 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
21860 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
21863 ____________________________________________________________________________
21864 [ 9116] By: gsar on 2001/03/13 00:55:53
21865 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
21867 Branch: maint-5.6/perl
21869 ____________________________________________________________________________
21870 [ 9115] By: jhi on 2001/03/13 00:54:09
21871 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
21872 From: "John L. Allen" <allen@grumman.com>
21873 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
21874 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
21876 use integer document clarification.
21879 ____________________________________________________________________________
21880 [ 9114] By: jhi on 2001/03/13 00:38:54
21881 Log: Metaconfig unit change for #9113.
21883 ! U/modified/myhostname.U
21884 ____________________________________________________________________________
21885 [ 9113] By: jhi on 2001/03/13 00:38:35
21886 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?)
21887 From: Peter Prymmer <pvhp@forte.com>
21888 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
21889 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
21891 ! Configure README.os390 hints/os390.sh
21892 ____________________________________________________________________________
21893 [ 9112] By: jhi on 2001/03/13 00:29:00
21894 Log: Integrate perlio.
21897 ____________________________________________________________________________
21898 [ 9111] By: nick on 2001/03/12 21:16:33
21899 Log: Integrate mainline.
21902 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21904 ____________________________________________________________________________
21905 [ 9110] By: nick on 2001/03/12 21:00:13
21906 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
21909 ____________________________________________________________________________
21910 [ 9109] By: jhi on 2001/03/12 16:04:47
21911 Log: Integrate change #9108 from maintperl to mainline.
21913 fix memory leak in C<sub X { sub {} }> arising from a refcount
21914 loop between the outer sub and the inner prototype anonsub
21916 this also enables closures returned by subroutines that
21917 subsequently get redefined to work without generating coredumps :)
21919 completely removed the free_closures() hack--it shouldn't be
21923 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21925 ____________________________________________________________________________
21926 [ 9108] By: gsar on 2001/03/12 10:21:31
21927 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
21928 loop between the outer sub and the inner prototype anonsub
21930 this also enables closures returned by subroutines that
21931 subsequently get redefined to work without generating coredumps :)
21933 completely removed the free_closures() hack--it shouldn't be
21935 Branch: maint-5.6/perl
21937 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21939 ____________________________________________________________________________
21940 [ 9107] By: jhi on 2001/03/12 05:15:31
21941 Log: Integrate perlio.
21943 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
21944 ____________________________________________________________________________
21945 [ 9106] By: nick on 2001/03/11 20:10:12
21946 Log: regcomp.c is working in native space, not Unicode space (if different)
21947 as it is doing compare against 'W' in \W etc.
21950 ____________________________________________________________________________
21951 [ 9105] By: nick on 2001/03/11 19:39:34
21952 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
21953 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
21955 ! regcomp.c toke.c utf8.c
21956 ____________________________________________________________________________
21957 [ 9104] By: nick on 2001/03/11 18:15:44
21958 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
21961 ____________________________________________________________________________
21962 [ 9103] By: nick on 2001/03/11 18:03:28
21963 Log: Integrate mainline (for regexp stuff).
21965 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21966 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
21967 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
21968 !> t/lib/errno.t t/op/pat.t
21969 ____________________________________________________________________________
21970 [ 9102] By: nick on 2001/03/11 17:44:20
21971 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
21972 - exclude layer syms in makedef.pl for sfio
21973 - also inhibit Encode from trying to build ":encode()" layer.
21975 ! ext/Encode/Encode.xs makedef.pl
21976 ____________________________________________________________________________
21977 [ 9101] By: jhi on 2001/03/10 22:38:13
21978 Log: The $Is_MacOS needs to be declared.
21980 ! lib/ExtUtils/Manifest.pm
21981 ____________________________________________________________________________
21982 [ 9100] By: jhi on 2001/03/10 22:14:29
21983 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
21984 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
21985 pollute the symbolspace if using sfio.
21987 ! ext/Encode/Encode.xs
21988 ____________________________________________________________________________
21989 [ 9099] By: jhi on 2001/03/10 21:58:48
21990 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
21991 Date: Sat, 10 Mar 2001 14:23:55 -0500
21992 From: Chris Nandor <pudge@pobox.com>
21993 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
21995 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21996 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
21998 ____________________________________________________________________________
21999 [ 9098] By: jhi on 2001/03/10 21:38:30
22000 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
22002 ! regcomp.c regexec.c t/op/pat.t
22003 ____________________________________________________________________________
22004 [ 9097] By: jhi on 2001/03/10 14:38:07
22005 Log: Integrate perlio.
22007 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
22008 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
22009 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
22010 ____________________________________________________________________________
22011 [ 9096] By: nick on 2001/03/10 11:55:43
22012 Log: EBCDIC sanity - phase I
22013 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
22014 - use utf8n_xxxx (c.f. pvn) for forms which take length.
22015 - back out vN.N and $^V exceptions to e2a/a2e
22016 - make "locale" isxxx macros be uvchr (may be redundant?)
22018 Not clear yet that toUPPER_uni et. al. return being handled correctly.
22019 The tr// and rexexp stuff still needs an audit, assumption is they are working
22022 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
22024 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
22025 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
22026 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
22027 ____________________________________________________________________________
22028 [ 9095] By: jhi on 2001/03/09 22:10:01
22029 Log: Integrate perlio.
22032 ____________________________________________________________________________
22033 [ 9094] By: nick on 2001/03/09 17:36:38
22034 Log: Builds an passes all tests after integrate and this tweak.
22037 ____________________________________________________________________________
22038 [ 9093] By: nick on 2001/03/09 17:16:03
22039 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
22041 +> lib/unicode/Scripts.txt t/lib/sigaction.t
22042 !> (integrate 79 files)
22043 ____________________________________________________________________________
22044 [ 9092] By: jhi on 2001/03/09 15:28:26
22045 Log: Update Changes.
22047 ! Changes patchlevel.h
22048 ____________________________________________________________________________
22049 [ 9091] By: jhi on 2001/03/09 15:25:05
22050 Log: In op/stat #35 better to scan all the potential directories
22051 for setuids, not just the first one.
22054 ____________________________________________________________________________
22055 [ 9090] By: jhi on 2001/03/09 15:01:27
22056 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
22057 From: rspier@pobox.com (Robert Spier)
22058 Date: Fri, 9 Mar 2001 03:30:20 -0500
22059 Message-ID: <15016.38044.381174.160189@rls.cx>
22061 EXISTS() returning undef mistakenly triggered a FETCH().
22064 ____________________________________________________________________________
22065 [ 9089] By: jhi on 2001/03/09 14:59:02
22066 Log: Add /sbin and /usr/sbin to the list of directories scanned
22067 for setuid programs. Takes care of bug id 20010309.003.
22070 ____________________________________________________________________________
22071 [ 9088] By: jhi on 2001/03/09 14:48:32
22072 Log: Regen perlapi, perltoc.
22074 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
22075 ____________________________________________________________________________
22076 [ 9087] By: jhi on 2001/03/09 14:38:56
22077 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
22078 From: David Mitchell <davem@fdgroup.co.uk>
22079 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
22080 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
22082 ! dump.c perl.c perl.h pod/perlrun.pod
22083 ____________________________________________________________________________
22084 [ 9086] By: jhi on 2001/03/09 01:47:16
22085 Log: A modified version of
22087 Subject: [ID 20010307.005] POSIX::sigaction has various problems
22088 From: anders@broadcom.com
22089 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
22090 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
22092 Currently the sigaction.t test #6 fails (and is fudged to look
22093 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
22094 This may well be a genuine bug in Linux sigaction() (since at
22095 least Tru64, Solaris, and HP-UX disagree with Linux).
22096 Anyone with POSIX / SUSv2 tome handy? The problem is that
22097 the flags of the oldaction don't match with the flags in
22098 the previously installed disposition.
22100 + t/lib/sigaction.t
22101 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22102 ____________________________________________________________________________
22103 [ 9085] By: jhi on 2001/03/09 01:30:13
22104 Log: Subject: Re: mission impossible for the day
22105 From: Alex Gough <alex@rcon.org>
22106 Date: Thu, 08 Mar 2001 17:18:19 +0000
22107 Message-ID: <3AA7BEDB.8070409@rcon.org>
22109 If references (are overloaded) and can be directly stringified,
22110 show that instead of "stringified".
22112 (The problem, infinite mutual recursion caused by overloaded bool
22113 in Switch.pm, tracked by David Mitchell)
22115 ! lib/Carp/Heavy.pm
22116 ____________________________________________________________________________
22117 [ 9084] By: jhi on 2001/03/09 01:20:39
22118 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
22119 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
22120 From: David Mitchell <davem@fdgroup.co.uk>
22121 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
22123 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
22124 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
22125 ____________________________________________________________________________
22126 [ 9083] By: jhi on 2001/03/09 01:16:51
22127 Log: Subject: [PATCH] perldata.pod here-doc docs
22128 From: Jeff Pinyan <jeffp@crusoe.net>
22129 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
22130 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
22133 ____________________________________________________________________________
22134 [ 9082] By: jhi on 2001/03/09 01:01:27
22135 Log: Subject: Re: Unicode/EBCDIC
22136 From: Peter Prymmer <pvhp@forte.com>
22137 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
22138 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
22140 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
22141 ____________________________________________________________________________
22142 [ 9081] By: jhi on 2001/03/08 13:41:30
22143 Log: Subject: Ooops, wrong 'no *POSIX' Patch
22144 From: Dorner Thomas <Thomas.Dorner@start.de>
22145 Date: Thu, 8 Mar 2001 08:43:28 +0100
22146 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
22148 ! hints/posix-bc.sh
22149 ____________________________________________________________________________
22150 [ 9080] By: jhi on 2001/03/08 13:11:42
22151 Log: It's Scripts.txt, not Script.txt.
22154 ____________________________________________________________________________
22155 [ 9079] By: jhi on 2001/03/08 12:59:05
22156 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
22157 From: Dorner Thomas <Thomas.Dorner@start.de>
22158 Date: Wed, 7 Mar 2001 14:13:31 +0100
22159 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
22162 ____________________________________________________________________________
22163 [ 9078] By: jhi on 2001/03/08 12:57:43
22164 Log: Retract #9069, wrong patch.
22167 ____________________________________________________________________________
22168 [ 9077] By: jhi on 2001/03/08 01:06:13
22169 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
22171 + lib/unicode/Scripts.txt
22172 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
22173 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
22174 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
22175 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
22176 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
22177 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
22178 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
22179 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
22180 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
22181 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
22182 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
22183 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
22184 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
22185 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
22186 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
22187 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
22188 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
22189 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
22190 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
22191 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
22192 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
22193 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
22194 ! lib/unicode/version
22195 ____________________________________________________________________________
22196 [ 9076] By: jhi on 2001/03/07 22:59:39
22197 Log: Integrate change #7784 from mainline into maintperl.
22199 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
22200 Branch: maint-5.6/perl
22201 !> pp_ctl.c t/op/pat.t
22202 ____________________________________________________________________________
22203 [ 9075] By: jhi on 2001/03/07 22:05:11
22204 Log: More UTF-8 test tweaks.
22206 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
22207 ____________________________________________________________________________
22208 [ 9074] By: nick on 2001/03/07 21:39:29
22209 Log: Integrate mainline.
22211 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
22212 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
22213 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
22214 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
22215 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
22216 ____________________________________________________________________________
22217 [ 9073] By: jhi on 2001/03/07 16:37:09
22218 Log: Update Changes.
22220 ! Changes patchlevel.h
22221 ____________________________________________________________________________
22222 [ 9072] By: jhi on 2001/03/07 16:32:30
22223 Log: Subject: [ID 20010306.004] || != named unary operator
22224 From: abela@geneanet.org
22225 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
22226 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
22229 ____________________________________________________________________________
22230 [ 9071] By: jhi on 2001/03/07 15:14:11
22231 Log: Subject: downgrading to bytes for common functions
22232 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
22233 Date: Wed, 7 Mar 2001 02:36:55 -0500
22234 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
22237 ____________________________________________________________________________
22238 [ 9070] By: jhi on 2001/03/07 15:04:58
22239 Log: Clarify the description differentiating for and while; inspired by
22241 Subject: [ID 20010306.002] for/while difference in for definition
22242 From: abela@geneanet.org
22243 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
22244 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
22247 ____________________________________________________________________________
22248 [ 9069] By: jhi on 2001/03/07 14:55:30
22249 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
22250 From: Dorner Thomas <Thomas.Dorner@start.de>
22251 Date: Wed, 7 Mar 2001 14:13:31 +0100
22252 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
22255 ____________________________________________________________________________
22256 [ 9068] By: jhi on 2001/03/07 14:51:17
22257 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
22258 From: Radu Greab <radu@netsoft.ro>
22259 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
22260 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
22263 ____________________________________________________________________________
22264 [ 9067] By: jhi on 2001/03/07 14:48:57
22265 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
22266 From: Simon Cozens <simon@netthink.co.uk>
22267 Date: Wed, 7 Mar 2001 13:59:28 +0000
22268 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
22270 In order to allow MakeMaker to build correct Makefiles,
22271 you need to change the order of the arguments in MM_Unix.pm
22272 as well. (Unless you have C89_CCMODE set, but we're trying
22273 to be POSIXly correct)
22275 Thanks to Merijn Broeren for tracking this down.
22277 ! lib/ExtUtils/MM_Unix.pm
22278 ____________________________________________________________________________
22279 [ 9066] By: jhi on 2001/03/07 14:30:02
22280 Log: Floating point too messy.
22282 ! t/camel-III/vstring.t
22283 ____________________________________________________________________________
22284 [ 9065] By: jhi on 2001/03/07 14:17:44
22285 Log: Integrate change #9064 from maintperl into mainline.
22287 fix memory leak in pack("Bb",...)
22290 ____________________________________________________________________________
22291 [ 9064] By: gsar on 2001/03/07 06:29:24
22292 Log: fix memory leak in pack("Bb",...)
22293 Branch: maint-5.6/perl
22295 ____________________________________________________________________________
22296 [ 9063] By: jhi on 2001/03/07 00:55:04
22297 Log: Major utf8 test reorganisation and rewrite.
22298 Hopefully no tests were lost in the shuffle.
22299 (The beginning of pragma/utf8 was lost intentionally,
22300 the tests were rather bogus and incomplete.)
22302 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
22304 ____________________________________________________________________________
22305 [ 9062] By: jhi on 2001/03/07 00:41:16
22306 Log: More tweakage on the Unicode character class descriptions.
22308 ! lib/unicode/mktables.PL pod/perlretut.pod
22309 ____________________________________________________________________________
22310 [ 9061] By: jhi on 2001/03/06 23:12:38
22311 Log: The perlretut was still talking about the old \p and \P
22314 ! pod/perlretut.pod
22315 ____________________________________________________________________________
22316 [ 9060] By: nick on 2001/03/06 20:52:37
22317 Log: Integrate mainline (make test works again now).
22319 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
22320 ____________________________________________________________________________
22321 [ 9059] By: jhi on 2001/03/06 15:36:14
22322 Log: 0.999... does equal 1.0, doesn't it?
22324 ! t/camel-III/vstring.t
22325 ____________________________________________________________________________
22326 [ 9058] By: jhi on 2001/03/06 15:34:00
22327 Log: Make /x{abcd}/ to work without use utf8.
22330 ____________________________________________________________________________
22331 [ 9057] By: jhi on 2001/03/06 03:02:36
22332 Log: Easier to outcomment all the three reset() tests for now.
22335 ____________________________________________________________________________
22336 [ 9056] By: jhi on 2001/03/06 02:30:02
22337 Log: Comment out the deadly reset; until the 20010301.005
22341 ____________________________________________________________________________
22342 [ 9055] By: jhi on 2001/03/06 02:21:26
22343 Log: Integrate the change #9054 from mainline:
22344 retract the PMOP cleanup patch pending further investigation.
22345 Branch: maint-5.6/perl
22347 ____________________________________________________________________________
22348 [ 9054] By: jhi on 2001/03/06 02:19:57
22349 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
22350 with oddly familiar stack traces.
22353 ____________________________________________________________________________
22354 [ 9053] By: jhi on 2001/03/05 23:20:28
22355 Log: Integrate perlio.
22357 +> ext/Encode/Encode/koi8-r.ucm
22358 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
22360 ____________________________________________________________________________
22361 [ 9052] By: nick on 2001/03/05 23:08:17
22362 Log: skipping USE_PERLIO symbols correction.
22365 ____________________________________________________________________________
22366 [ 9051] By: nick on 2001/03/05 22:35:07
22367 Log: More Encode alias tidying.
22369 + ext/Encode/Encode/koi8-r.ucm
22370 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
22371 ____________________________________________________________________________
22372 [ 9050] By: jhi on 2001/03/05 21:44:29
22373 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
22374 Sarathy's fix for ID 20010301.005.
22375 Branch: maint-5.6/perl
22377 ____________________________________________________________________________
22378 [ 9049] By: nick on 2001/03/05 19:54:04
22379 Log: Integrate Jarkko's Encode.pm tweak.
22381 !> ext/Encode/Encode.pm
22382 ____________________________________________________________________________
22383 [ 9048] By: nick on 2001/03/05 19:47:57
22384 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
22387 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
22388 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
22389 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
22390 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
22391 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
22392 ____________________________________________________________________________
22393 [ 9047] By: jhi on 2001/03/05 19:25:26
22394 Log: Regen perlapi.
22397 ____________________________________________________________________________
22398 [ 9046] By: jhi on 2001/03/05 19:12:14
22399 Log: Integrate perlio.
22401 +> t/camel-III/vstring.t
22402 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
22403 ____________________________________________________________________________
22404 [ 9045] By: jhi on 2001/03/05 19:10:36
22405 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
22407 ! ext/Encode/Encode.pm
22408 ____________________________________________________________________________
22409 [ 9044] By: jhi on 2001/03/05 18:49:12
22410 Log: Forgot the other half of the PMOP patch (#9033).
22413 ____________________________________________________________________________
22414 [ 9043] By: nick on 2001/03/05 18:14:47
22415 Log: Update MANIFEST for new test.
22418 ____________________________________________________________________________
22419 [ 9042] By: nick on 2001/03/05 18:12:41
22420 Log: Some tests for Camel 3rd edition features.
22421 Make gethostbyaddr() test in above work.
22423 + t/camel-III/vstring.t
22424 ! pp.h pp_sys.c t/TEST t/harness
22425 ____________________________________________________________________________
22426 [ 9041] By: jhi on 2001/03/05 17:41:48
22427 Log: Add more ISO 8859 encoding aliases.
22429 ! ext/Encode/Encode.pm
22430 ____________________________________________________________________________
22431 [ 9040] By: jhi on 2001/03/05 17:30:43
22432 Log: Integrate perlio.
22435 ____________________________________________________________________________
22436 [ 9039] By: nick on 2001/03/05 17:11:36
22437 Log: Missed added file.
22440 ____________________________________________________________________________
22441 [ 9038] By: jhi on 2001/03/05 15:58:01
22442 Log: Add tr tests for EBCDIC, from Karsten Sperling.
22445 ____________________________________________________________________________
22446 [ 9037] By: nick on 2001/03/05 15:56:35
22447 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
22448 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
22450 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
22451 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
22452 - uses SvPV() rather than sv_2pv() in case it isn't a string.
22455 ____________________________________________________________________________
22456 [ 9036] By: jhi on 2001/03/05 15:49:15
22457 Log: Add matching tests currently failing in EBCDIC,
22458 suggested by Karsten Sperling.
22461 ____________________________________________________________________________
22462 [ 9035] By: jhi on 2001/03/05 15:36:55
22463 Log: The #9034 needs a MANIFESTation.
22466 ____________________________________________________________________________
22467 [ 9034] By: jhi on 2001/03/05 15:35:14
22468 Log: Integrate perlio.
22470 +> ext/Encode/Encode/Tcl.pm
22471 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22472 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
22473 !> ext/Encode/Encode/iso8859-1.ucm
22474 !> ext/Encode/Encode/iso8859-10.ucm
22475 !> ext/Encode/Encode/iso8859-13.ucm
22476 !> ext/Encode/Encode/iso8859-14.ucm
22477 !> ext/Encode/Encode/iso8859-15.ucm
22478 !> ext/Encode/Encode/iso8859-16.ucm
22479 !> ext/Encode/Encode/iso8859-2.ucm
22480 !> ext/Encode/Encode/iso8859-3.ucm
22481 !> ext/Encode/Encode/iso8859-4.ucm
22482 !> ext/Encode/Encode/iso8859-5.ucm
22483 !> ext/Encode/Encode/iso8859-6.ucm
22484 !> ext/Encode/Encode/iso8859-7.ucm
22485 !> ext/Encode/Encode/iso8859-8.ucm
22486 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
22488 ____________________________________________________________________________
22489 [ 9033] By: jhi on 2001/03/05 15:33:18
22490 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
22491 From: Gurusamy Sarathy <gsar@ActiveState.com>
22492 Date: Sun, 04 Mar 2001 22:33:15 -0800
22493 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
22495 PMOPs need to remember their own stash so that they can
22496 gracefully remove themselves from their linked list.
22499 ____________________________________________________________________________
22500 [ 9032] By: nick on 2001/03/05 14:51:50
22501 Log: Encode implementation "completion"
22502 Implement and document define_encoding()
22503 Implement and document encoding aliases including define_alias()
22504 Make Encode::XS use define_encoding() rather than back-door.
22505 Move run-time *.enc to separate Encode::Tcl module.
22506 Make 'compile' honour <codeset_name>
22507 Change canonical names of to iso-8859-* and US-ascii.
22509 + ext/Encode/Encode/Tcl.pm
22510 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22511 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
22512 ! ext/Encode/Encode/iso8859-1.ucm
22513 ! ext/Encode/Encode/iso8859-10.ucm
22514 ! ext/Encode/Encode/iso8859-13.ucm
22515 ! ext/Encode/Encode/iso8859-14.ucm
22516 ! ext/Encode/Encode/iso8859-15.ucm
22517 ! ext/Encode/Encode/iso8859-16.ucm
22518 ! ext/Encode/Encode/iso8859-2.ucm
22519 ! ext/Encode/Encode/iso8859-3.ucm
22520 ! ext/Encode/Encode/iso8859-4.ucm
22521 ! ext/Encode/Encode/iso8859-5.ucm
22522 ! ext/Encode/Encode/iso8859-6.ucm
22523 ! ext/Encode/Encode/iso8859-7.ucm
22524 ! ext/Encode/Encode/iso8859-8.ucm
22525 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
22527 ____________________________________________________________________________
22528 [ 9031] By: jhi on 2001/03/05 13:51:17
22529 Log: Integrate change #9030 from maintperl into mainline.
22531 Subject: [PATCH 5.6.1] OS/2 cleanup
22534 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22535 !> makedef.pl os2/Changes os2/Makefile.SHs
22536 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
22537 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
22538 !> os2/os2.sym os2/os2ish.h
22539 ____________________________________________________________________________
22540 [ 9030] By: jhi on 2001/03/05 13:46:49
22541 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
22542 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22543 Date: Mon, 5 Mar 2001 02:29:44 -0500
22544 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
22545 Branch: maint-5.6/perl
22547 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22548 ! makedef.pl os2/Changes os2/Makefile.SHs
22549 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
22550 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
22551 ! os2/os2.sym os2/os2ish.h
22552 ____________________________________________________________________________
22553 [ 9029] By: jhi on 2001/03/05 13:40:35
22554 Log: Integrate change #9028 from maintperl into mainline.
22556 various nits in MM_Unix.pm found by disabling SelfLoader
22558 !> lib/ExtUtils/MM_Unix.pm
22559 ____________________________________________________________________________
22560 [ 9028] By: gsar on 2001/03/05 09:58:38
22561 Log: various nits in MM_Unix.pm found by disabling SelfLoader
22562 Branch: maint-5.6/perl
22563 ! lib/ExtUtils/MM_Unix.pm
22564 ____________________________________________________________________________
22565 [ 9027] By: nick on 2001/03/05 08:35:22
22566 Log: Integrate mainline
22568 !> (integrate 28 files)
22569 ____________________________________________________________________________
22570 [ 9026] By: jhi on 2001/03/05 02:14:59
22571 Log: Integrate change #9025 from mainline to maintperl,
22572 retract \N{U+HHHH}.
22573 Branch: maint-5.6/perl
22574 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22575 !> t/lib/charnames.t toke.c
22576 ____________________________________________________________________________
22577 [ 9025] By: jhi on 2001/03/05 02:13:09
22578 Log: Retracting \N{U+HHHH}.
22580 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22581 ! t/lib/charnames.t toke.c
22582 ____________________________________________________________________________
22583 [ 9024] By: jhi on 2001/03/04 20:51:07
22584 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
22585 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22586 Date: Fri, 02 Mar 2001 18:25:26 +0100
22587 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
22591 ! ext/Storable/Storable.xs
22592 ____________________________________________________________________________
22593 [ 9023] By: jhi on 2001/03/04 19:46:45
22594 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
22595 From: nick@talking.bollo.cx
22596 Date: Sat, 03 Mar 2001 21:41:33 +0000
22597 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
22599 Revert the workaround.
22602 ____________________________________________________________________________
22603 [ 9022] By: jhi on 2001/03/04 19:36:28
22604 Log: Update Changes.
22606 ! Changes patchlevel.h
22607 ____________________________________________________________________________
22608 [ 9021] By: jhi on 2001/03/04 18:41:00
22609 Log: makedef.pl updates suggested by Chris Nandor; double-checking
22610 the changes in AIX, OS/2 Win32 would be nice.
22613 ____________________________________________________________________________
22614 [ 9020] By: jhi on 2001/03/04 18:23:58
22615 Log: Integrate change #9012 from maintperl into mainline,
22616 quench a compiler warning.
22619 ____________________________________________________________________________
22620 [ 9019] By: jhi on 2001/03/04 18:18:43
22621 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
22625 pattern in G_ARRAY context
22626 Branch: maint-5.6/perl
22627 !> pp_hot.c t/op/pat.t toke.c
22628 ____________________________________________________________________________
22629 [ 9018] By: jhi on 2001/03/04 18:07:48
22630 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
22631 From: Jeff Pinyan <jeffp@crusoe.net>
22632 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
22633 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
22635 ! pp_hot.c t/op/pat.t
22636 ____________________________________________________________________________
22637 [ 9017] By: jhi on 2001/03/04 18:06:21
22638 Log: I thought I tested the #9014.
22641 ____________________________________________________________________________
22642 [ 9016] By: jhi on 2001/03/04 17:41:22
22643 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
22645 Tweak the get*ent() OS/2 prototypes.
22647 Add the \N{U+HHHH} syntax.
22649 More tr/// UTF-8 fixes from Inaba Hiroto.
22650 Branch: maint-5.6/perl
22651 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
22652 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
22653 ____________________________________________________________________________
22654 [ 9015] By: jhi on 2001/03/04 17:36:04
22655 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
22658 ____________________________________________________________________________
22659 [ 9014] By: jhi on 2001/03/04 17:24:49
22660 Log: Add the \N{U+HHHH} syntax.
22662 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22663 ! t/lib/charnames.t toke.c
22664 ____________________________________________________________________________
22665 [ 9013] By: jhi on 2001/03/04 17:20:45
22666 Log: Tweak the get*ent() OS/2 prototypes.
22669 ____________________________________________________________________________
22670 [ 9012] By: gsar on 2001/03/04 06:26:14
22671 Log: avoid warning (nit in change#9009)
22672 Branch: maint-5.6/perl
22674 ____________________________________________________________________________
22675 [ 9011] By: gsar on 2001/03/04 06:15:24
22676 Log: lib/charnames.t fails in 5.6.x because of older Unicode
22679 TODO: need to revisit this after updating lib/unicode/...
22680 Branch: maint-5.6/perl
22681 ! t/lib/charnames.t
22682 ____________________________________________________________________________
22683 [ 9010] By: gsar on 2001/03/04 06:08:36
22684 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
22685 Branch: maint-5.6/perl
22687 ____________________________________________________________________________
22688 [ 9009] By: jhi on 2001/03/03 19:27:20
22689 Log: Integrate change #9008 from mainline to maintperl,
22690 UTF-8 tr/// fixes from Inaba Hiroto.
22691 Branch: maint-5.6/perl
22692 !> doop.c op.c t/op/tr.t toke.c
22693 ____________________________________________________________________________
22694 [ 9008] By: jhi on 2001/03/03 19:19:42
22695 Log: UTF8 tr/// fixes from Inaba Hiroto.
22697 ! doop.c op.c t/op/tr.t toke.c
22698 ____________________________________________________________________________
22699 [ 9007] By: jhi on 2001/03/03 19:00:30
22700 Log: Integrate change #9006 from maintperl to mainline,
22701 more robust quest for the infinite.
22703 !> lib/Math/Complex.pm
22704 ____________________________________________________________________________
22705 [ 9006] By: jhi on 2001/03/03 18:58:06
22706 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
22707 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22708 Date: Sat, 3 Mar 2001 12:51:50 -0500
22709 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
22711 Be more robust in our quest for the infinite.
22712 Branch: maint-5.6/perl
22713 ! lib/Math/Complex.pm
22714 ____________________________________________________________________________
22715 [ 9005] By: jhi on 2001/03/03 17:55:50
22716 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
22717 Branch: maint-5.6/perl
22719 ____________________________________________________________________________
22720 [ 9004] By: jhi on 2001/03/03 17:40:14
22721 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
22722 so that picky compilers like IRIX won't get huffy about
22723 "statements without effect" (like 1;).
22726 ____________________________________________________________________________
22727 [ 9003] By: jhi on 2001/03/03 17:15:52
22728 Log: Integrate change #9002 from mainline to maintperl.
22730 Subject: [perl-5.6.x, perl-current] accept for EPOC
22731 Branch: maint-5.6/perl
22733 ____________________________________________________________________________
22734 [ 9002] By: jhi on 2001/03/03 17:14:30
22735 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
22736 From: Olaf Flebbe <O.Flebbe@science-computing.de>
22737 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
22738 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
22741 ____________________________________________________________________________
22742 [ 9001] By: jhi on 2001/03/03 17:13:13
22743 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
22744 From: "Craig A. Berry" <craigberry@mac.com>
22745 Date: Fri, 02 Mar 2001 17:44:40 -0600
22746 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
22749 ____________________________________________________________________________
22750 [ 9000] By: jhi on 2001/03/03 17:11:55
22751 Log: Integrate changes #8997,8999 from maintperl.
22753 Subject: [PATCH 5.6.1] compiling on OS/2
22754 (Better error message from hints/os2.sh)
22756 Subject: [PATCH 5.6.1] syslog.t
22758 !> hints/os2.sh t/lib/syslog.t
22759 ____________________________________________________________________________
22760 [ 8999] By: jhi on 2001/03/03 17:09:28
22761 Log: Subject: [PATCH 5.6.1] syslog.t
22762 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22763 Date: Sat, 3 Mar 2001 02:11:17 -0500
22764 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
22765 Branch: maint-5.6/perl
22767 ____________________________________________________________________________
22768 [ 8998] By: jhi on 2001/03/03 17:07:50
22769 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
22770 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22771 Date: Sat, 3 Mar 2001 01:53:52 -0500
22772 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
22773 Branch: maint-5.6/perl
22774 ! opcode.pl os2/os2.c
22775 ____________________________________________________________________________
22776 [ 8997] By: jhi on 2001/03/03 17:03:30
22777 Log: Subject: [PATCH 5.6.1] compiling on OS/2
22778 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22779 Date: Sat, 3 Mar 2001 01:59:59 -0500
22780 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
22781 Branch: maint-5.6/perl
22783 ____________________________________________________________________________
22784 [ 8996] By: jhi on 2001/03/03 00:55:58
22785 Log: Regen files for mainline.
22787 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22788 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
22789 ____________________________________________________________________________
22790 [ 8995] By: jhi on 2001/03/03 00:35:22
22791 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
22792 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
22795 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
22797 Add Configure option -Dmksymlinks which will create a symlink
22798 forest if the current/build differs from the source directory.
22799 (8218,8220,8221,8317,8318,8971)
22801 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
22802 (Document APPLLIB_EXP in INSTALL.)
22804 If running byacc write-enable also perly.h.
22806 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
22808 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
22810 Sanity check for conflicting thread flavours.
22812 Fix the sys/fcntl.h problem reported by Peter Prymmer.
22814 Add few CPUs/architectures to the Cppsym scan,
22815 add -perlio to archname if so selected (modified 8890)
22817 Be more helpful for devel builders, suggested by John L. Allen.
22818 (admittedly pointless change for maintperl, but the usedevel
22819 code is there already)
22820 Branch: maint-5.6/perl
22821 !> Configure INSTALL Makefile.SH Porting/Glossary
22822 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
22823 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
22824 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
22825 !> win32/config.bc win32/config.gc win32/config.vc
22826 ____________________________________________________________________________
22827 [ 8994] By: jhi on 2001/03/02 23:31:41
22828 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
22829 Branch: metaconfig/U/perl
22831 ____________________________________________________________________________
22832 [ 8993] By: jhi on 2001/03/02 23:22:12
22833 Log: Regenerate various files for maint.
22834 Branch: maint-5.6/perl
22835 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
22836 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
22837 ____________________________________________________________________________
22838 [ 8992] By: alanbur on 2001/03/02 22:48:34
22839 Log: Resync wuth parent
22840 Branch: maint-5.6/pureperl
22841 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
22842 !> (integrate 60 files)
22843 ____________________________________________________________________________
22844 [ 8991] By: jhi on 2001/03/02 21:00:08
22845 Log: Retract the #8742 part of #8986, backward compat.
22846 Branch: maint-5.6/perl
22848 ____________________________________________________________________________
22849 [ 8990] By: jhi on 2001/03/02 20:40:07
22850 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
22851 Branch: maint-5.6/perl
22853 ____________________________________________________________________________
22854 [ 8989] By: jhi on 2001/03/02 19:59:56
22855 Log: Update Changes.
22857 ! Changes patchlevel.h
22858 ____________________________________________________________________________
22859 [ 8988] By: jhi on 2001/03/02 19:57:08
22860 Log: Integrate perlio.
22862 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
22863 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
22864 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
22865 !> ext/Encode/Encode/iso8859-10.ucm
22866 !> ext/Encode/Encode/iso8859-13.ucm
22867 !> ext/Encode/Encode/iso8859-14.ucm
22868 !> ext/Encode/Encode/iso8859-15.ucm
22869 !> ext/Encode/Encode/iso8859-16.ucm
22870 !> ext/Encode/Encode/iso8859-2.ucm
22871 !> ext/Encode/Encode/iso8859-3.ucm
22872 !> ext/Encode/Encode/iso8859-4.ucm
22873 !> ext/Encode/Encode/iso8859-5.ucm
22874 !> ext/Encode/Encode/iso8859-6.ucm
22875 !> ext/Encode/Encode/iso8859-7.ucm
22876 !> ext/Encode/Encode/iso8859-8.ucm
22877 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
22878 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
22879 ____________________________________________________________________________
22880 [ 8987] By: jhi on 2001/03/02 19:43:40
22881 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
22882 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
22883 8950,8952,8955 from mainline to maintperl.
22885 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22887 Put to rest the 20010205.001, the email address checking (not) regex.
22889 fork() not everywhere, cleanup temp files.
22891 The #8843 wasn't quite right: %Config needs to imported.
22893 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22894 (#8849: the glob-basic hunk needed massaging as it depended
22895 on Schwern's large-scale (unintegrated) patches)
22897 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
22899 Upgrade to CGI.pm 2.752, from Lincoln Stein.
22900 (Note: there were some conflicts due to EBCDIC and EPOC
22901 patches, in general I preferred the repository code.)
22902 (When 2.753 comes out, we need to synchronize.)
22904 Subject: [PATCH] fix for charnames above FFFF
22906 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22908 If no sfio, no -lsfio.
22910 Run run/*.t also in minitest.
22912 Subject: [PATCH perl 5.7.0] malloc message address offset
22914 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22916 Subject: fix for parameter -Dm (for perl@8867)
22918 Subject: [PATCH: perl@8892] was Re: hashing order difference?
22919 (make the test more portable)
22921 Subject: Re: [PATCH] fix for charnames above FFFF
22923 Subject: Re: I'm losing the war...
22924 (hv_store() not working correctly in ENV_IS_CASELESS case.)
22926 Subject: Modified README.bs2000
22928 Subject: [PATCH: perl@8935] -Dt padsv($var)
22930 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
22932 Subject: PATCH: extra tests to check on negative float to unsigned cast
22934 Subject: [PATCH] XPUSH[insp] was Re: progress
22936 Subject: Re: Compile with perlcc..
22937 Branch: maint-5.6/perl
22938 !> (integrate 36 files)
22939 ____________________________________________________________________________
22940 [ 8986] By: jhi on 2001/03/02 18:51:25
22941 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
22942 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
22945 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22947 Subject: [DOC PATCH] overload.pm nits
22949 Add header for LIB$ prototypes (C. Berry)
22951 Convert fwrite()s to sockets to write()s, since some socket stacks
22952 don't take kindly to stdio.
22953 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22954 (for often optional LNMs)
22955 Correct a few typos
22958 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
22962 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
22964 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
22966 Upgrade to CPAN 1.59_54, from Andreas König.
22970 Subject: [PATCH] Document makepatch in Porting/patching
22972 UTF-8 documentation.
22974 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
22978 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
22980 Subject: [PATCH @8807] toke.c cleanup: scan_str()
22982 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22984 Add run/*.t to testables.
22986 TODO: integrate #8784.
22987 Branch: maint-5.6/perl
22988 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
22989 !> (integrate 28 files)
22990 ____________________________________________________________________________
22991 [ 8985] By: nick on 2001/03/02 18:15:45
22992 Log: Integrate mainline
22994 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
22996 ____________________________________________________________________________
22997 [ 8984] By: jhi on 2001/03/02 16:00:17
22998 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
23000 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
23001 5.004_05, and mention the suidperl August 2000 security problem.
23004 Subject: [ID 20010301.004] Technically speaking in perldata
23006 Subject: [PATCH] File::Copy for bleadperl, maintperl
23008 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
23010 (The #8982, fix for 20010221.005 and 20010221.008,
23011 would be nice too but it didn't integrate cleanly.)
23012 Branch: maint-5.6/perl
23013 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
23014 ____________________________________________________________________________
23015 [ 8983] By: jhi on 2001/03/02 15:51:16
23016 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
23017 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23018 Date: Thu, 1 Mar 2001 15:54:09 EST
23019 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
23022 ____________________________________________________________________________
23023 [ 8982] By: jhi on 2001/03/02 15:43:31
23024 Log: Subject: Re: sync sync sync: have I missed any patches?
23025 From: Radu Greab <radu@netsoft.ro>
23026 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
23027 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
23029 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
23030 was checking argv[0] regardless of whether a different pathname
23031 will actually be executed." Test case not supplied because
23032 drafting that, ironically enough, revealed another bug
23036 ____________________________________________________________________________
23037 [ 8981] By: jhi on 2001/03/02 15:28:03
23038 Log: Misdate in #8978.
23041 ____________________________________________________________________________
23042 [ 8980] By: jhi on 2001/03/02 15:24:20
23043 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
23044 From: Chris Nandor <pudge@pobox.com>
23045 Date: Wed, 28 Feb 2001 22:10:15 -0500
23046 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
23049 ____________________________________________________________________________
23050 [ 8979] By: jhi on 2001/03/02 15:17:16
23051 Log: Subject: [ID 20010301.004] Technically speaking in perldata
23052 From: abela@geneanet.org
23053 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
23054 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
23057 ____________________________________________________________________________
23058 [ 8978] By: jhi on 2001/03/02 15:15:27
23059 Log: Subject: [ID 20010301.003] ref to 5.004
23060 From: abela@geneanet.org
23061 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
23062 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
23064 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
23065 and mention the suidperl August 2000 security problem.
23068 ____________________________________________________________________________
23069 [ 8977] By: alanbur on 2001/03/02 14:17:45
23070 Log: Resynchronised with parent
23071 Branch: maint-5.6/pureperl
23072 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
23073 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
23074 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
23075 !> vms/descrip_mms.template win32/win32.c win32/win32.h
23076 !> win32/win32iop.h
23077 ____________________________________________________________________________
23078 [ 8976] By: nick on 2001/03/01 23:25:30
23079 Log: Integrate mainline.
23082 !> (integrate 55 files)
23083 ____________________________________________________________________________
23084 [ 8975] By: jhi on 2001/03/01 16:51:34
23085 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
23088 ____________________________________________________________________________
23089 [ 8974] By: gsar on 2001/03/01 16:28:21
23090 Log: fix for bugid 20010226.008
23092 the problem was that some of the pointers (PL_last_lop and
23093 PL_last_uni specifically) into the lex buffers weren't correctly
23094 being invalidated when the buffer changed; this would leave the
23095 pointers pointing at an arbitrary location in the buffer if
23096 the buffer didn't need to be reallocated, or point into freed
23097 memory if the buffer had to be realloced
23099 TODO item for bugdb maintainers: check other seemingly random
23100 parser-related bugs--they might be cured by this
23101 Branch: maint-5.6/perl
23103 ____________________________________________________________________________
23104 [ 8973] By: jhi on 2001/03/01 02:23:25
23105 Log: Retract #8970 because of a completely mysterious core dump:
23106 adding the tests 241..244 causes op/pat dump core at test #25.
23107 The test needs a lot of whittling down before the bug can be solved.
23110 ____________________________________________________________________________
23111 [ 8972] By: jhi on 2001/03/01 01:58:38
23112 Log: Regen perlapi.
23115 ____________________________________________________________________________
23116 [ 8971] By: jhi on 2001/03/01 01:34:09
23117 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))
23118 From: Nicholas Clark <nick@ccl4.org>
23119 Date: Wed, 28 Feb 2001 23:28:49 +0000
23120 Message-ID: <20010228232849.A55187@plum.flirble.org>
23122 Allow a completely write protected source code tree
23123 when using the Configure -Dmksymlinks.
23125 ! embed.pl warnings.pl
23126 ____________________________________________________________________________
23127 [ 8970] By: jhi on 2001/03/01 01:32:04
23128 Log: Add back the EBCDIC character range tests (for matching).
23131 ____________________________________________________________________________
23132 [ 8969] By: nick on 2001/02/28 18:18:01
23133 Log: Add charname comments to .ucm files writen by 'compile',
23134 also order charmaps in those files by source encoding.
23135 regenerate distrubuted .ucm files
23137 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23138 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23139 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23140 ! ext/Encode/Encode/iso8859-10.ucm
23141 ! ext/Encode/Encode/iso8859-13.ucm
23142 ! ext/Encode/Encode/iso8859-14.ucm
23143 ! ext/Encode/Encode/iso8859-15.ucm
23144 ! ext/Encode/Encode/iso8859-16.ucm
23145 ! ext/Encode/Encode/iso8859-2.ucm
23146 ! ext/Encode/Encode/iso8859-3.ucm
23147 ! ext/Encode/Encode/iso8859-4.ucm
23148 ! ext/Encode/Encode/iso8859-5.ucm
23149 ! ext/Encode/Encode/iso8859-6.ucm
23150 ! ext/Encode/Encode/iso8859-7.ucm
23151 ! ext/Encode/Encode/iso8859-8.ucm
23152 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23153 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
23154 ____________________________________________________________________________
23155 [ 8968] By: jhi on 2001/02/28 16:26:37
23156 Log: Expand usemorebits early if d_casti32 needs to be undefined.
23158 ! hints/hpux.sh hints/irix_6.sh
23159 ____________________________________________________________________________
23160 [ 8967] By: jhi on 2001/02/28 16:22:26
23161 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
23162 retract toke.c/qu parts of #8583, retract #8485, retract
23163 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
23164 op/length.t, and MANIFEST, and delete t/op/qu.t.
23167 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
23168 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
23169 ! t/op/length.t toke.c
23170 ____________________________________________________________________________
23171 [ 8966] By: jhi on 2001/02/28 15:00:27
23172 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
23173 by not changing from pre-Unicode days into being Unicode-aware.
23176 ! pp.c t/op/pack.t t/op/qu.t
23177 ____________________________________________________________________________
23178 [ 8965] By: jhi on 2001/02/28 14:37:55
23179 Log: Subject: Re: Errors in core PODs
23180 From: Michael Stevens <michael@etla.org>
23181 Date: Fri, 23 Feb 2001 15:47:56 +0000
23182 Message-ID: <20010223154756.A7723@firedrake.org>
23184 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
23185 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
23186 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
23188 ____________________________________________________________________________
23189 [ 8964] By: jhi on 2001/02/28 14:35:35
23190 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
23191 (The #8961 was too bold.)
23193 ! hints/hpux.sh hints/irix_6.sh
23194 ____________________________________________________________________________
23195 [ 8963] By: jhi on 2001/02/28 14:33:39
23196 Log: Subject: Re: sync sync sync: have I missed any patches?
23197 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23198 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
23199 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
23200 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
23202 Replace djSP with dSP.
23204 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
23205 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
23207 ____________________________________________________________________________
23208 [ 8962] By: jhi on 2001/02/27 23:21:14
23209 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
23211 ! lib/Filter/Simple.pm
23212 ____________________________________________________________________________
23213 [ 8961] By: jhi on 2001/02/27 22:55:26
23214 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
23215 and this would be it.
23217 ! hints/hpux.sh hints/irix_6.sh
23218 ____________________________________________________________________________
23219 [ 8960] By: jhi on 2001/02/27 22:51:33
23220 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
23221 From: "Craig A. Berry" <craigberry@mac.com>
23222 Date: Tue, 27 Feb 2001 16:11:44 -0600
23223 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
23224 Branch: maint-5.6/perl
23225 ! configure.com vms/descrip_mms.template
23226 ____________________________________________________________________________
23227 [ 8959] By: jhi on 2001/02/27 22:47:23
23228 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
23229 From: "Craig A. Berry" <craigberry@mac.com>
23230 Date: Tue, 27 Feb 2001 16:11:44 -0600
23231 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
23233 ! configure.com vms/descrip_mms.template
23234 ____________________________________________________________________________
23235 [ 8958] By: jhi on 2001/02/27 15:16:42
23236 Log: Update Changes.
23238 ! Changes patchlevel.h
23239 ____________________________________________________________________________
23240 [ 8957] By: jhi on 2001/02/27 06:15:07
23241 Log: Subject: [5.6.x] EPOC additions
23242 From: Olaf Flebbe <O.Flebbe@science-computing.de>
23243 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
23244 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
23245 Branch: maint-5.6/perl
23246 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
23247 ____________________________________________________________________________
23248 [ 8956] By: jhi on 2001/02/27 06:12:11
23249 Log: Subject: [perl-current] EPOC
23250 From: Olaf Flebbe <O.Flebbe@science-computing.de>
23251 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
23252 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
23254 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
23255 ! epoc/epocish.c epoc/epocish.h pp_sys.c
23256 ____________________________________________________________________________
23257 [ 8955] By: jhi on 2001/02/27 05:59:50
23258 Log: Subject: Re: Compile with perlcc..
23259 From: Edward Peschko <edwardp@excitehome.net>
23260 Date: Mon, 26 Feb 2001 18:51:58 -0800
23261 Message-ID: <20010226185158.A9871@excitehome.net>
23263 plus add a simple usage message if no arguments given.
23265 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
23266 ! utils/Makefile utils/perlcc.PL win32/pod.mak
23267 ____________________________________________________________________________
23268 [ 8954] By: nick on 2001/02/26 21:02:59
23269 Log: Integrate mainline
23271 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
23272 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
23274 ____________________________________________________________________________
23275 [ 8953] By: jhi on 2001/02/26 14:43:54
23276 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
23277 From: Nicholas Clark <nick@ccl4.org>
23278 Date: Mon, 26 Feb 2001 00:42:07 +0000
23279 Message-ID: <20010226004207.F23333@plum.flirble.org>
23282 ____________________________________________________________________________
23283 [ 8952] By: jhi on 2001/02/26 14:42:13
23284 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
23285 From: Simon Cozens <simon@netthink.co.uk>
23286 Date: Mon, 26 Feb 2001 12:23:48 +0000
23287 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
23290 ____________________________________________________________________________
23291 [ 8951] By: jhi on 2001/02/26 14:39:15
23292 Log: Subject: [PATCH] perlio - unknown layer
23293 From: Nicholas Clark <nick@ccl4.org>
23294 Date: Mon, 26 Feb 2001 00:27:19 +0000
23295 Message-ID: <20010226002719.E23333@plum.flirble.org>
23298 ____________________________________________________________________________
23299 [ 8950] By: jhi on 2001/02/26 14:38:04
23300 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
23301 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
23302 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
23303 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
23306 ____________________________________________________________________________
23307 [ 8949] By: jhi on 2001/02/26 14:37:07
23308 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
23309 From: Peter Prymmer <pvhp@forte.com>
23310 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
23311 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
23314 ____________________________________________________________________________
23315 [ 8948] By: jhi on 2001/02/26 14:35:53
23316 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
23317 From: Radu Greab <radu@netsoft.ro>
23318 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
23319 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
23322 ____________________________________________________________________________
23323 [ 8947] By: jhi on 2001/02/26 14:34:46
23324 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
23325 From: David Mitchell <davem@fdgroup.co.uk>
23326 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
23327 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
23330 ____________________________________________________________________________
23331 [ 8946] By: jhi on 2001/02/26 14:32:37
23332 Log: Subject: Modified README.bs2000
23333 From: Dorner Thomas <Thomas.Dorner@start.de>
23334 Date: Mon, 26 Feb 2001 09:22:17 +0100
23335 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
23338 ____________________________________________________________________________
23339 [ 8945] By: jhi on 2001/02/26 14:19:53
23340 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
23341 to maintperl, listing the known failures on the tests 129 and 130.
23342 Branch: maint-5.6/perl
23344 ____________________________________________________________________________
23345 [ 8944] By: jhi on 2001/02/26 14:14:15
23346 Log: Add more known sprintf failures.
23349 ____________________________________________________________________________
23350 [ 8943] By: jhi on 2001/02/26 13:56:22
23351 Log: perlglob.exe needs to be found in Win32, patch from
23352 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
23353 which needs external glob at mini-perl time."
23355 ! ext/Encode/compile
23356 ____________________________________________________________________________
23357 [ 8942] By: jhi on 2001/02/26 13:52:19
23358 Log: A missing dTHX from Vadim Konovalov.
23361 ____________________________________________________________________________
23362 [ 8941] By: jhi on 2001/02/26 13:37:05
23363 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
23366 ____________________________________________________________________________
23367 [ 8940] By: jhi on 2001/02/26 13:35:40
23368 Log: Integrate perlio.
23370 !> ext/Encode/Encode.pm
23371 ____________________________________________________________________________
23372 [ 8939] By: nick on 2001/02/25 23:47:09
23373 Log: Integrate mainline.
23375 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
23376 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
23377 ____________________________________________________________________________
23378 [ 8938] By: nick on 2001/02/25 19:36:28
23379 Log: Encode implementations docs.
23381 ! ext/Encode/Encode.pm
23382 ____________________________________________________________________________
23383 [ 8937] By: jhi on 2001/02/25 19:26:16
23384 Log: Script wasn't aligned with reality.
23387 ____________________________________________________________________________
23388 [ 8936] By: jhi on 2001/02/25 18:54:55
23389 Log: Update Changes.
23391 ! Changes patchlevel.h
23392 ____________________________________________________________________________
23393 [ 8935] By: jhi on 2001/02/25 18:46:36
23394 Log: Retract #8929,8930,8932,8933 for now.
23396 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
23397 ____________________________________________________________________________
23398 [ 8934] By: jhi on 2001/02/25 17:34:35
23399 Log: Integrate perlio.
23401 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
23402 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
23404 ____________________________________________________________________________
23405 [ 8933] By: jhi on 2001/02/25 17:33:12
23406 Log: (Retracted by #8395.)
23408 Slight tweaks in scan_const(), not fixes yet, it seems like
23409 lots of work remains to be done...
23412 ____________________________________________________________________________
23413 [ 8932] By: jhi on 2001/02/25 17:27:11
23414 Log: (Retracted by #8395.)
23416 Missing from #8930.
23419 ____________________________________________________________________________
23420 [ 8931] By: jhi on 2001/02/25 17:26:19
23421 Log: A comment tweak.
23424 ____________________________________________________________________________
23425 [ 8930] By: jhi on 2001/02/25 17:25:47
23426 Log: (Retracted by #8395.)
23428 Attempt to fix the EBCDIC character range problwm with //.
23431 ____________________________________________________________________________
23432 [ 8929] By: jhi on 2001/02/25 17:23:45
23433 Log: (Retracted by #8395.)
23435 Expand the EBCDIC character range tests, and add few nasty
23436 tr tests from Karsten Sperling.
23438 ! t/op/pat.t t/op/tr.t
23439 ____________________________________________________________________________
23440 [ 8928] By: jhi on 2001/02/25 17:18:49
23441 Log: Missing check-in.
23444 ____________________________________________________________________________
23445 [ 8927] By: nick on 2001/02/25 11:30:22
23446 Log: Change method names in Encode implementation classes to something
23447 less confusing (preparing to "go public").
23449 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
23450 ____________________________________________________________________________
23451 [ 8926] By: nick on 2001/02/25 10:53:24
23452 Log: GCC __atribute__ / printf fix
23455 ____________________________________________________________________________
23456 [ 8925] By: nick on 2001/02/25 10:52:25
23457 Log: Checked in the wrong one ...
23459 ! ext/Encode/Encode.pm
23460 ____________________________________________________________________________
23461 [ 8924] By: nick on 2001/02/24 18:46:51
23462 Log: Integrate mainline - to see what Jarkko has in ...
23464 +> t/pod/testpods/lib/Pod/Stuff.pm
23465 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
23466 ____________________________________________________________________________
23467 [ 8923] By: nick on 2001/02/24 17:05:23
23468 Log: Encode API documentation nd tidy up.
23469 Minor additions to test.
23470 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
23471 Adds STRLEN to standard typemap.
23473 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
23474 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
23475 ____________________________________________________________________________
23476 [ 8922] By: jhi on 2001/02/24 16:38:12
23477 Log: Add a test for the "character range should match in EBCDIC
23478 if specified using explicit numerics" bug found by Karsten
23482 ____________________________________________________________________________
23483 [ 8921] By: jhi on 2001/02/24 16:30:16
23484 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
23485 From: schwern@pobox.com
23486 Date: Fri, 23 Feb 2001 03:21:37 -0500
23487 Message-ID: <20010223032137.A26022@magnonel.guild.net>
23489 plus Charles Lane's fixes, plus tweaks.
23491 + t/pod/testpods/lib/Pod/Stuff.pm
23492 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
23493 ____________________________________________________________________________
23494 [ 8920] By: nick on 2001/02/24 10:30:11
23495 Log: Integrate mainline
23497 !> (integrate 33 files)
23498 ____________________________________________________________________________
23499 [ 8919] By: jhi on 2001/02/24 00:23:35
23500 Log: Subject: Re: I'm losing the war...
23501 From: "Vadim Konovalov" <watman@inbox.ru>
23502 Date: Sat, 24 Feb 2001 00:10:14 +0300
23503 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
23505 hv_store() not working correctly in ENV_IS_CASELESS case.
23508 ____________________________________________________________________________
23509 [ 8918] By: jhi on 2001/02/24 00:20:09
23510 Log: Subject: Re: [PATCH] fix for charnames above FFFF
23511 From: andreas.koenig@anima.de (Andreas J. Koenig)
23512 Date: 23 Feb 2001 02:39:03 +0100
23513 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
23515 A further efficiency tweak.
23518 ____________________________________________________________________________
23519 [ 8917] By: jhi on 2001/02/23 20:27:51
23520 Log: Integrate change #8916 from mainline,
23521 do away with USE_WIN32_RTL_ENV.
23522 Branch: maint-5.6/perl
23523 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
23524 ____________________________________________________________________________
23525 [ 8916] By: jhi on 2001/02/23 20:02:25
23526 Log: Abolish USE_WIN32_RTL_ENV.
23528 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
23529 ____________________________________________________________________________
23530 [ 8915] By: jhi on 2001/02/23 19:36:00
23531 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
23532 later protected by some #define.
23535 ____________________________________________________________________________
23536 [ 8914] By: jhi on 2001/02/23 19:31:38
23537 Log: Retract #8902 for now, requested by Charles Lane, the correct
23538 fix will be something else.
23541 ____________________________________________________________________________
23542 [ 8913] By: jhi on 2001/02/23 19:11:36
23543 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
23544 From: Peter Prymmer <pvhp@forte.com>
23545 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
23546 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
23548 ! t/op/lex_assign.t
23549 ____________________________________________________________________________
23550 [ 8912] By: jhi on 2001/02/23 18:38:20
23551 Log: Subject: [patch] perlio + useithreads
23552 From: Doug MacEachern <dougm@covalent.net>
23553 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
23554 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
23556 Gets things running but not complete.
23558 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
23559 ____________________________________________________________________________
23560 [ 8911] By: jhi on 2001/02/23 04:20:02
23561 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
23563 Duplicated environment freeing, File::Temp 0.12,
23564 op/append portability (EBCDIC) tweak.
23565 Branch: maint-5.6/perl
23566 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23568 ____________________________________________________________________________
23569 [ 8910] By: jhi on 2001/02/23 02:07:33
23570 Log: Integrate change #8909 from mainline, a better Borland
23571 putenv() workaround.
23572 Branch: maint-5.6/perl
23574 ____________________________________________________________________________
23575 [ 8909] By: jhi on 2001/02/23 02:05:46
23576 Log: A better workaround for Borland putenv() brokenness from Sarathy.
23579 ____________________________________________________________________________
23580 [ 8908] By: jhi on 2001/02/23 02:04:14
23581 Log: Subject: fix for parameter -Dm (for perl@8867)
23582 From: "Vadim Konovalov" <watman@inbox.ru>
23583 Date: Thu, 22 Feb 2001 17:30:12 +0300
23584 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
23587 ____________________________________________________________________________
23588 [ 8907] By: jhi on 2001/02/23 01:58:20
23589 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
23590 From: Peter Prymmer <pvhp@forte.com>
23591 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
23592 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
23595 ____________________________________________________________________________
23596 [ 8906] By: jhi on 2001/02/23 01:48:34
23597 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
23599 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23600 ____________________________________________________________________________
23601 [ 8905] By: jhi on 2001/02/23 01:43:30
23602 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
23603 From: Peter Prymmer <pvhp@forte.com>
23604 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
23605 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
23607 ! t/lib/st-06compat.t
23608 ____________________________________________________________________________
23609 [ 8904] By: jhi on 2001/02/23 01:42:39
23610 Log: Metaconfig unit change for #8903.
23611 Branch: metaconfig/U/perl
23613 ____________________________________________________________________________
23614 [ 8903] By: jhi on 2001/02/23 01:42:12
23615 Log: Be more helpful for devel builders, suggested by John L. Allen.
23618 ____________________________________________________________________________
23619 [ 8902] By: jhi on 2001/02/23 01:37:41
23620 Log: (Retracted by #8914)
23621 (Wrongly, reinstated by #8941)
23623 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
23624 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23625 Date: Thu, 22 Feb 2001 09:43:57 EST
23626 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
23629 ____________________________________________________________________________
23630 [ 8901] By: jhi on 2001/02/23 01:20:32
23631 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
23632 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23633 Date: Thu, 22 Feb 2001 08:01:35 EST
23634 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
23637 ____________________________________________________________________________
23638 [ 8900] By: jhi on 2001/02/23 01:18:02
23639 Log: Integrate changes #8898,8899 from mainline, environ handling.
23640 Branch: maint-5.6/perl
23642 ____________________________________________________________________________
23643 [ 8899] By: jhi on 2001/02/23 01:16:25
23644 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
23645 putenv() is not to be relied on, they are either broken or leaky
23649 ____________________________________________________________________________
23650 [ 8898] By: jhi on 2001/02/22 23:36:59
23651 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
23652 and safesysfree() must be used.
23655 ____________________________________________________________________________
23656 [ 8897] By: jhi on 2001/02/22 23:25:45
23657 Log: With environ one must use safesysmalloc()/safesysfree().
23660 ____________________________________________________________________________
23661 [ 8896] By: jhi on 2001/02/22 22:13:18
23662 Log: If we have a duplicated environment free it
23663 if PERL_DESTRUCT_LEVEL.
23666 ____________________________________________________________________________
23667 [ 8895] By: alanbur on 2001/02/22 19:31:57
23668 Log: Synchronised with parent
23669 Branch: maint-5.6/pureperl
23670 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
23671 ____________________________________________________________________________
23672 [ 8894] By: gsar on 2001/02/22 19:06:18
23673 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
23675 fix memory leak in method call optimization (change#3768);
23676 made C<eval "$x->foo()"> leak
23678 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
23679 Branch: maint-5.6/perl
23681 ____________________________________________________________________________
23682 [ 8893] By: jhi on 2001/02/22 18:35:27
23683 Log: (Retracted by #8915.)
23685 Third Degree finding:
23686 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
23689 ____________________________________________________________________________
23690 [ 8892] By: jhi on 2001/02/22 14:28:32
23691 Log: Update Changes.
23693 ! Changes patchlevel.h
23694 ____________________________________________________________________________
23695 [ 8891] By: jhi on 2001/02/22 13:22:45
23696 Log: Metaconfig unit changes for #8890.
23698 ! U/modified/Cppsym.U U/threads/archname.U
23699 ____________________________________________________________________________
23700 [ 8890] By: jhi on 2001/02/22 13:22:12
23701 Log: Add -stdio to the archname if no perlio selected,
23702 no -perlio added since that is now the default.
23704 Add few CPUs/architectures to the Cppsym scan.
23706 ! Configure config_h.SH
23707 ____________________________________________________________________________
23708 [ 8889] By: jhi on 2001/02/22 13:05:59
23709 Log: Metaconfig unit change for #8888.
23710 Branch: metaconfig/U/perl
23712 ____________________________________________________________________________
23713 [ 8888] By: jhi on 2001/02/22 13:05:28
23714 Log: *drum roll* Make perlio the default.
23716 ! Configure config_h.SH
23717 ____________________________________________________________________________
23718 [ 8887] By: jhi on 2001/02/22 12:50:52
23719 Log: Integrate change #8665 from maintperl to mainline,
23720 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
23722 !> ext/POSIX/POSIX.xs
23723 ____________________________________________________________________________
23724 [ 8886] By: jhi on 2001/02/22 12:49:24
23725 Log: Integrate changes #8883,8884 from mainline to maintperl.
23727 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23728 Subject: Re: File::Temp::_gettemp warning
23729 Branch: maint-5.6/perl
23730 !> embed.h embed.pl lib/File/Temp.pm
23731 ____________________________________________________________________________
23732 [ 8885] By: jhi on 2001/02/22 12:43:59
23735 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
23736 From: schwab@suse.de
23737 Date: Thu, 22 Feb 2001 13:08:09 +0100
23738 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
23740 but the fix done slightly differently because the other
23741 half was already done in #8664.
23742 Branch: maint-5.6/perl
23743 ! ext/POSIX/POSIX.xs
23744 ____________________________________________________________________________
23745 [ 8884] By: jhi on 2001/02/22 12:37:15
23746 Log: Subject: Re: File::Temp::_gettemp warning
23747 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23748 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
23749 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
23751 This patch to File::Temp does two things:
23753 1. Fixes the problem with CGI::Carp when determining
23754 the Fcntl constants
23756 2. Removes most of the carps and consolidates them so that all the
23757 reasons are included in a single die that is caught by the test. This
23758 means that the correct skipping behaviour is displayed by the test.
23761 ____________________________________________________________________________
23762 [ 8883] By: jhi on 2001/02/22 12:29:19
23763 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23764 From: Peter Prymmer <pvhp@forte.com>
23765 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
23766 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
23769 ____________________________________________________________________________
23770 [ 8882] By: jhi on 2001/02/21 19:41:33
23771 Log: Integrate change #8881 from mainlin to maintperl.
23773 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
23774 Branch: maint-5.6/perl
23776 ____________________________________________________________________________
23777 [ 8881] By: jhi on 2001/02/21 19:38:57
23778 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
23779 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23780 Date: Wed, 21 Feb 2001 13:08:03 EST
23781 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
23784 ____________________________________________________________________________
23785 [ 8880] By: jhi on 2001/02/21 19:34:34
23786 Log: Retract #8875, cannot let go of the old semantics of unpack U
23787 without rethinking utf8decode.t.
23790 ____________________________________________________________________________
23791 [ 8879] By: jhi on 2001/02/21 19:08:02
23792 Log: Run run/*.t also in minitest.
23795 ____________________________________________________________________________
23796 [ 8878] By: nick on 2001/02/21 18:55:37
23797 Log: Integrate mainline
23799 !> (integrate 76 files)
23800 ____________________________________________________________________________
23801 [ 8877] By: jhi on 2001/02/21 15:09:33
23802 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
23804 ! U/compline/nblock_io.U
23806 ! Configure config_h.SH
23807 ____________________________________________________________________________
23808 [ 8876] By: jhi on 2001/02/21 14:54:45
23809 Log: If no sfio, no -lsfio.
23810 Branch: metaconfig/U/perl
23813 ! Configure config_h.SH
23814 ____________________________________________________________________________
23815 [ 8875] By: jhi on 2001/02/21 14:54:00
23816 Log: Make unpack C and unpack C truly equivalent.
23819 ____________________________________________________________________________
23820 [ 8874] By: jhi on 2001/02/21 14:26:02
23821 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
23822 From: Peter Prymmer <pvhp@forte.com>
23823 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
23824 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
23827 ____________________________________________________________________________
23828 [ 8873] By: jhi on 2001/02/21 14:24:31
23829 Log: Subject: [PATCH] fix for charnames above FFFF
23830 From: andreas.koenig@anima.de (Andreas J. Koenig)
23831 Date: 21 Feb 2001 07:05:45 +0100
23832 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
23834 ! lib/charnames.pm t/lib/charnames.t
23835 ____________________________________________________________________________
23836 [ 8872] By: jhi on 2001/02/21 14:15:25
23837 Log: Integrate change #8868 from pureperl to mainline.
23839 Fixed reference count loop caused by sv_magic.
23842 ____________________________________________________________________________
23843 [ 8871] By: jhi on 2001/02/21 14:07:29
23844 Log: Integrate change #8868 from pureperl to maintperl.
23846 Fixed reference count loop caused by sv_magic.
23847 Branch: maint-5.6/perl
23849 ____________________________________________________________________________
23850 [ 8870] By: jhi on 2001/02/21 14:04:41
23851 Log: Put back the #8840, it was innocent.
23853 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23854 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
23855 ____________________________________________________________________________
23856 [ 8869] By: jhi on 2001/02/21 14:00:03
23857 Log: unpack("C", ...) was left slightly unfinished by #8865.
23860 ____________________________________________________________________________
23861 [ 8868] By: alanbur on 2001/02/21 01:33:45
23862 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
23863 from gv_fetchpv to create single-character magic variables (e.g. $!),
23864 and it is passed a sv and the gv that contains the sv as the mg_obj
23865 value. When sv_magic stores the mg_obj pointer it increments the gv
23866 refcount, thus causing a sv-gv pair that can't be freed. There is
23867 already a check for sv == obj which is used to prevent such reference
23868 loops. This change extends the check to cover the case described above.
23869 Branch: maint-5.6/pureperl
23871 ____________________________________________________________________________
23872 [ 8867] By: jhi on 2001/02/21 00:52:39
23873 Log: Update Changes.
23875 ! Changes patchlevel.h
23876 ____________________________________________________________________________
23877 [ 8866] By: jhi on 2001/02/21 00:34:20
23878 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
23879 (Note: there were some conflicts due to EBCDIC and EPOC
23880 patches, in general I preferred the repository code.)
23881 (When 2.753 comes out, we need to synchronize.)
23883 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
23884 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
23886 ____________________________________________________________________________
23887 [ 8865] By: jhi on 2001/02/21 00:24:22
23888 Log: Make pack("C", 0x100) to create Unicode, unless under the
23889 evil influence of 'use bytes'. Similarly, unpack("C", ...)
23890 will understand Unicode, unless you under know what.
23892 ! pp.c t/op/pack.t t/op/qu.t
23893 ____________________________________________________________________________
23894 [ 8864] By: alanbur on 2001/02/20 22:35:34
23895 Log: Resynchronised with parent
23896 Branch: maint-5.6/pureperl
23897 !> README.win32 ext/GDBM_File/GDBM_File.pm
23898 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
23899 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
23900 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
23901 !> t/lib/sdbm.t util.c
23902 ____________________________________________________________________________
23903 [ 8863] By: jhi on 2001/02/20 20:55:11
23904 Log: Integrate change #8860,8861 from mainline into maintperl.
23908 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23909 Branch: maint-5.6/perl
23910 !> lib/Test.pm pod/perlop.pod
23911 ____________________________________________________________________________
23912 [ 8862] By: jhi on 2001/02/20 20:30:07
23913 Log: Don't do casting between pointers pointing to differently sized
23917 ____________________________________________________________________________
23918 [ 8861] By: jhi on 2001/02/20 19:53:44
23919 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23920 From: Peter Prymmer <pvhp@forte.com>
23921 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
23922 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
23925 ____________________________________________________________________________
23926 [ 8860] By: jhi on 2001/02/20 19:48:02
23927 Log: "pseudo-literal j", a documentation glitch reported to Debian.
23928 The text recovered from Perl 5.005_03, and pseudo-literal replaced
23929 by "backtick string".
23932 ____________________________________________________________________________
23933 [ 8859] By: jhi on 2001/02/20 19:15:46
23934 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
23938 ____________________________________________________________________________
23939 [ 8858] By: jhi on 2001/02/20 17:36:53
23940 Log: Integrate pureperl changes #8844,8845,8850 to mainline
23941 (via maintperl #8855).
23943 Fixed %^H scoping bug
23945 Removed GV <-> CV refcount loop
23947 Removed %ENV refcount loop
23949 !> gv.c op.c perl.c pp.c scope.c
23950 ____________________________________________________________________________
23951 [ 8857] By: jhi on 2001/02/20 17:34:32
23952 Log: Integrate changes #8853,8854 from maintperl to mainline.
23954 EBDIC fixes, README.win32 Borland update.
23956 !> README.win32 handy.h util.c
23957 ____________________________________________________________________________
23958 [ 8856] By: jhi on 2001/02/20 17:33:16
23959 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
23960 Branch: maint-5.6/perl
23961 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
23962 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
23963 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23964 ____________________________________________________________________________
23965 [ 8855] By: jhi on 2001/02/20 17:32:13
23966 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
23968 Fixed %^H scoping bug
23970 Removed GV <-> CV refcount loop
23972 Removed %ENV refcount loop
23973 Branch: maint-5.6/perl
23974 !> gv.c op.c perl.c pp.c scope.c
23975 ____________________________________________________________________________
23976 [ 8854] By: jhi on 2001/02/20 17:25:06
23977 Log: Subject: Addition to readme.win32 for Borland C++ compilers
23978 Date: Tue, 20 Feb 2001 02:15:25 +0300
23979 From: "Vadim Konovalov" <watman@inbox.ru>
23980 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
23982 Document Borland compiler misbehaviour.
23983 Branch: maint-5.6/perl
23985 ____________________________________________________________________________
23986 [ 8853] By: jhi on 2001/02/20 17:22:25
23987 Log: The assimilation of ebcdic.c didn't quite work at the first try,
23988 patches from Thomas Dorner.
23989 Branch: maint-5.6/perl
23991 ____________________________________________________________________________
23992 [ 8852] By: jhi on 2001/02/20 17:20:15
23993 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
23994 From: Chris Nandor <pudge@pobox.com>
23995 Date: Tue, 20 Feb 2001 08:32:45 -0500
23996 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
23997 Branch: maint-5.6/perl
23999 ____________________________________________________________________________
24000 [ 8851] By: jhi on 2001/02/20 17:15:52
24001 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
24003 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
24004 ! t/lib/filter-util.t
24005 ____________________________________________________________________________
24006 [ 8850] By: alanbur on 2001/02/20 17:12:40
24007 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
24008 and the magic pointer points back to the GV that contains the
24009 %ENV hash. This creates a refcount loop that prevents members
24010 of %ENV from being freed correctly. This change removes the
24011 refcount loop - the magic pointer was never used anyway, the
24012 only use of the magic was to check the type ('E') so that the
24013 appropriate environment manipulation code is called when %ENV
24015 Branch: maint-5.6/pureperl
24017 ____________________________________________________________________________
24018 [ 8849] By: jhi on 2001/02/20 17:12:20
24019 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
24020 From: "Craig A. Berry" <craigberry@mac.com>
24021 Date: Mon, 19 Feb 2001 23:36:12 -0600
24022 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
24024 Case-forgiving systems match TestInit.pm with TES*.
24026 ! t/lib/glob-basic.t
24027 ____________________________________________________________________________
24028 [ 8848] By: jhi on 2001/02/20 17:10:02
24029 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
24031 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
24032 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
24033 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
24034 ____________________________________________________________________________
24035 [ 8847] By: jhi on 2001/02/20 15:34:41
24036 Log: The #8843 wasn't quite right: %Config needs to imported.
24039 ____________________________________________________________________________
24040 [ 8846] By: jhi on 2001/02/20 15:31:50
24041 Log: Retract the #8838 and #8840 for now because of
24042 the DB_File tie problem.
24044 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
24045 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
24047 ____________________________________________________________________________
24048 [ 8845] By: alanbur on 2001/02/20 14:25:41
24049 Log: Removed GV <-> CV refcount loop
24050 CvGV(mycv) points to the parent GV of the CV, and was previously
24051 refcounted. The pointer remains, but the refcounting has been removed
24052 as it causes a refcount loop between the CV and GV that means the CV
24053 can't ever be deleted.
24054 Branch: maint-5.6/pureperl
24056 ____________________________________________________________________________
24057 [ 8844] By: alanbur on 2001/02/20 14:23:13
24058 Log: Fixed %^H scoping bug
24059 Branch: maint-5.6/pureperl
24061 ____________________________________________________________________________
24062 [ 8843] By: jhi on 2001/02/19 13:38:08
24063 Log: fork() not everywhere, cleanup temp files.
24066 ____________________________________________________________________________
24067 [ 8842] By: alanbur on 2001/02/19 12:42:07
24068 Log: Resynchronised with parent
24069 Branch: maint-5.6/pureperl
24070 !> pod/perlfaq4.pod sv.c utf8.c
24071 ____________________________________________________________________________
24072 [ 8841] By: jhi on 2001/02/19 03:35:51
24073 Log: Update Changes.
24075 ! Changes patchlevel.h
24076 ____________________________________________________________________________
24077 [ 8840] By: jhi on 2001/02/19 00:23:41
24078 Log: Subject: [patch] add sv_setref_uv
24079 From: Doug MacEachern <dougm@covalent.net>
24080 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
24081 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
24083 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24084 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
24085 ____________________________________________________________________________
24086 [ 8839] By: jhi on 2001/02/19 00:01:38
24087 Log: Put to rest the 20010205.001, the email address checking (not) regex.
24090 ____________________________________________________________________________
24091 [ 8838] By: jhi on 2001/02/18 22:17:54
24092 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
24093 From: Doug MacEachern <dougm@covalent.net>
24094 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
24095 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
24097 ! lib/ExtUtils/xsubpp
24098 ____________________________________________________________________________
24099 [ 8837] By: jhi on 2001/02/18 22:16:50
24100 Log: Subject: [patch] -Wall cleanup round 2
24101 From: Doug MacEachern <dougm@covalent.net>
24102 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
24103 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
24105 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
24106 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
24107 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
24108 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
24109 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
24110 ! ext/SDBM_File/SDBM_File.xs
24111 ____________________________________________________________________________
24112 [ 8836] By: jhi on 2001/02/18 22:11:20
24113 Log: Misapplied regex optimizations when \C is present.
24114 Fixes 20001230.002.
24116 What still remains broken is that the submatches that
24117 have \C in them get their UTF8 flag on because their
24118 parent SV has it on. This will result in malformed
24119 UTF8 if a \C happened to match a non-ASCII byte.
24121 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
24123 ____________________________________________________________________________
24124 [ 8835] By: jhi on 2001/02/18 20:12:02
24125 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
24127 The hash key got wrongly UTF8fied.
24129 ! pod/perlapi.pod toke.c utf8.c
24130 ____________________________________________________________________________
24131 [ 8834] By: jhi on 2001/02/18 19:44:25
24132 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
24133 don't warn on magical or overloaded things.
24136 ____________________________________________________________________________
24137 [ 8833] By: nick on 2001/02/18 19:31:22
24138 Log: Integrate mainline
24140 +> t/TestInit.pm t/run/runenv.t
24142 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
24143 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
24144 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
24145 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
24146 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
24147 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
24149 ____________________________________________________________________________
24150 [ 8832] By: jhi on 2001/02/18 19:21:18
24151 Log: Integrate perlio.
24153 !> perlio.c pod/perldiag.pod
24154 ____________________________________________________________________________
24155 [ 8831] By: jhi on 2001/02/18 19:14:20
24156 Log: Integrate change #8827 from mainline.
24159 Branch: maint-5.6/perl
24161 ____________________________________________________________________________
24162 [ 8830] By: nick on 2001/02/18 19:10:34
24163 Log: Apply the spirit of patch from Nick Clark:
24164 Subject: [PATCH] Re: extensions that provide layers
24165 From: Nicholas Clark <nick@ccl4.org>
24166 Date: Mon, 12 Feb 2001 16:43:51 +0000
24167 Message-Id: <20010212164350.Q3652@plum.flirble.org>
24169 ! perlio.c pod/perldiag.pod
24170 ____________________________________________________________________________
24171 [ 8829] By: jhi on 2001/02/18 19:03:25
24172 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
24173 From: schwern@pobox.com
24174 Date: Sun, 18 Feb 2001 13:44:35 -0500
24175 Message-ID: <20010218134435.A17544@magnonel.guild.net>
24177 Applied, but as t/TestInit.pm.
24180 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
24181 ! t/op/subst_wamp.t
24182 ____________________________________________________________________________
24183 [ 8828] By: jhi on 2001/02/18 18:43:52
24184 Log: Integrate perlio.
24187 ____________________________________________________________________________
24188 [ 8827] By: jhi on 2001/02/18 18:41:33
24192 ____________________________________________________________________________
24193 [ 8826] By: nick on 2001/02/18 17:40:59
24194 Log: Fix [ID 20010217.002]
24195 open FOO, "<:raw:perlio", ...
24196 :raw now inserts default base layer below itself.
24198 open FOO, "<:unix", ...
24199 works as well - but leaves buffer layer on stack under the unix layer.
24202 ____________________________________________________________________________
24203 [ 8825] By: jhi on 2001/02/18 17:15:39
24204 Log: Integrate perlio.
24206 !> perlio.c perliol.h
24207 ____________________________________________________________________________
24208 [ 8824] By: jhi on 2001/02/18 17:10:53
24209 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
24210 From: schwern@pobox.com
24211 Date: Sun, 18 Feb 2001 01:48:50 -0500
24212 Message-ID: <20010218014850.C19957@magnonel.guild.net>
24214 ! lib/Test/Harness.pm t/TEST t/op/chop.t
24215 ____________________________________________________________________________
24216 [ 8823] By: jhi on 2001/02/18 17:01:06
24217 Log: Add run/*.t to testables.
24220 ____________________________________________________________________________
24221 [ 8822] By: jhi on 2001/02/18 16:58:58
24222 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
24223 From: schwern@pobox.com
24224 Date: Sun, 18 Feb 2001 01:11:35 -0500
24225 Message-ID: <20010218011135.A19957@magnonel.guild.net>
24227 Revive mjd's and Simon's PERL5OPT fix.
24231 ____________________________________________________________________________
24232 [ 8821] By: jhi on 2001/02/18 16:53:46
24233 Log: Subject: Re: Why t/TEST and not Test::Harness?
24234 From: schwern@pobox.com
24235 Date: Sat, 17 Feb 2001 22:44:44 -0500
24236 Message-ID: <20010217224444.A6679@magnonel.guild.net>
24238 Replace UTEST with TEST -utf8.
24241 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
24242 ! t/lib/glob-basic.t
24243 ____________________________________________________________________________
24244 [ 8820] By: nick on 2001/02/18 13:06:16
24245 Log: Clean up a few core dumps when layers are used in unexpected ways.
24246 (Still not "right"...)
24248 ! perlio.c perliol.h
24249 ____________________________________________________________________________
24250 [ 8819] By: jhi on 2001/02/18 02:25:55
24251 Log: Integrate change #8818 from maintperl, a FAQ nit.
24253 !> pod/perlfaq4.pod
24254 ____________________________________________________________________________
24255 [ 8818] By: jhi on 2001/02/18 02:24:50
24256 Log: FAQ nit from Chris Fedde.
24257 Branch: maint-5.6/perl
24259 ____________________________________________________________________________
24260 [ 8817] By: nick on 2001/02/17 18:20:14
24261 Log: Integrate mainline
24263 +> lib/unicode/UCD.html lib/unicode/Unicode.html
24264 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
24265 +> pod/perlclib.pod
24266 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
24267 - lib/unicode/Unicode.301
24268 !> (integrate 324 files)
24269 ____________________________________________________________________________
24270 [ 8816] By: jhi on 2001/02/17 16:56:58
24271 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
24273 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24274 ! ext/Storable/Storable.xs t/lib/st-06compat.t
24275 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
24276 ____________________________________________________________________________
24277 [ 8815] By: jhi on 2001/02/17 16:40:07
24278 Log: Subject: [patch] -Wall
24279 From: Doug MacEachern <dougm@covalent.net>
24280 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
24281 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
24283 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
24284 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
24285 ____________________________________________________________________________
24286 [ 8814] By: jhi on 2001/02/16 19:27:18
24287 Log: Document qu better.
24290 ____________________________________________________________________________
24291 [ 8813] By: jhi on 2001/02/15 13:54:37
24292 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
24293 From: Hugo <hv@crypt.compulink.co.uk>
24294 Date: Thu, 15 Feb 2001 13:39:49 +0000
24295 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
24298 ____________________________________________________________________________
24299 [ 8812] By: alanbur on 2001/02/15 13:52:16
24300 Log: Resynchronised with parent
24301 Branch: maint-5.6/pureperl
24303 !> (integrate 36 files)
24304 ____________________________________________________________________________
24305 [ 8811] By: jhi on 2001/02/15 13:51:16
24306 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
24308 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
24309 From: Jan Dubois <JanD@ActiveState.com>
24310 Date: Wed, 31 Jan 2001 21:17:03 -0800
24311 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
24313 tweak change#8659 to keep it simple
24315 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
24316 From: Russ Allbery <rra@stanford.edu>
24317 Date: 14 Feb 2001 10:15:41 -0800
24318 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
24322 Upgrade to podlators 1.08, from Russ Allbery.
24324 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
24325 !> utils/perldoc.PL
24326 ____________________________________________________________________________
24327 [ 8810] By: jhi on 2001/02/15 13:35:08
24328 Log: Upgrade to podlators 1.08, from Russ Allbery.
24329 Branch: maint-5.6/perl
24330 ! lib/Pod/Man.pm lib/Pod/Text.pm
24331 ____________________________________________________________________________
24332 [ 8809] By: jhi on 2001/02/15 13:26:38
24333 Log: (accidentally empty check-in)
24334 Branch: maint-5.6/perl
24335 ! lib/Test/Harness.pm
24336 ____________________________________________________________________________
24337 [ 8808] By: jhi on 2001/02/15 13:23:47
24338 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
24339 From: Russ Allbery <rra@stanford.edu>
24340 Date: 14 Feb 2001 10:15:41 -0800
24341 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
24343 perldoc was hardcoding $Config{installscript}, which breaks
24344 when install* isn't where Perl ends up (such as with AFS).
24346 Use $Config{scriptdir} instead.
24347 Branch: maint-5.6/perl
24349 ____________________________________________________________________________
24350 [ 8807] By: jhi on 2001/02/14 14:37:27
24351 Log: Update Changes.
24353 ! Changes patchlevel.h
24354 ____________________________________________________________________________
24355 [ 8806] By: jhi on 2001/02/14 14:25:31
24356 Log: Integrate changes #8803,8804,8805 from mainline.
24358 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
24360 Don't skip too much of the locale error message if no environ array,
24363 More MacOS Classic fixes from Chris Nandor.
24364 Branch: maint-5.6/perl
24365 !> doop.c lib/Cwd.pm perl.c perl.h util.c
24366 ____________________________________________________________________________
24367 [ 8805] By: jhi on 2001/02/14 03:29:01
24368 Log: More MacOS Classic fixes from Chris Nandor.
24370 ! doop.c lib/Cwd.pm
24371 ____________________________________________________________________________
24372 [ 8804] By: jhi on 2001/02/14 03:18:35
24373 Log: Don't skip too much of the locale error message if no environ array,
24377 ____________________________________________________________________________
24378 [ 8803] By: jhi on 2001/02/14 03:14:14
24379 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
24382 ____________________________________________________________________________
24383 [ 8802] By: jhi on 2001/02/13 18:31:33
24384 Log: AUTHORS update.
24387 ____________________________________________________________________________
24388 [ 8801] By: jhi on 2001/02/13 17:55:19
24389 Log: Integrate change #8792 from mainline.
24391 Subject: buncha MacPerl patches for bleadperl
24392 From: Chris Nandor <pudge@pobox.com>
24393 Date: Tue, 13 Feb 2001 00:02:43 -0500
24394 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
24395 Branch: maint-5.6/perl
24396 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24397 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
24398 !> t/lib/basename.t toke.c util.h
24399 ____________________________________________________________________________
24400 [ 8800] By: jhi on 2001/02/13 17:46:43
24401 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
24402 to be forced to Off_t.
24404 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
24405 From: nick@ccl4.org
24406 Date: Thu, 1 Feb 2001 12:01:04 +0000
24407 Message-Id: <20010201120103.E11401@plum.flirble.org>
24408 Branch: maint-5.6/perl
24409 ! iperlsys.h perlio.c
24410 ____________________________________________________________________________
24411 [ 8799] By: jhi on 2001/02/13 16:52:51
24412 Log: Duplex duplex hunk hunk.
24413 Branch: maint-5.6/perl
24415 ____________________________________________________________________________
24416 [ 8797] By: jhi on 2001/02/13 14:52:04
24417 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
24418 From: "Craig A. Berry" <craigberry@mac.com>
24419 Date: Mon, 12 Feb 2001 11:05:25 -0600
24420 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
24422 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
24423 ____________________________________________________________________________
24424 [ 8796] By: jhi on 2001/02/13 14:36:47
24425 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
24426 From: simon.cozens@pembroke.oxford.ac.uk
24427 Date: Sat, 10 Feb 2001 17:57:02 +0000
24428 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
24430 Now it does include.
24433 ____________________________________________________________________________
24434 [ 8795] By: jhi on 2001/02/13 14:30:11
24435 Log: Sort the MANIFEST.
24438 ____________________________________________________________________________
24439 [ 8794] By: jhi on 2001/02/13 14:26:51
24440 Log: Integrate change #8793 from mainline, FAQ updates.
24441 Branch: maint-5.6/perl
24442 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
24443 ____________________________________________________________________________
24444 [ 8793] By: jhi on 2001/02/13 14:25:13
24445 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
24447 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
24448 ____________________________________________________________________________
24449 [ 8792] By: jhi on 2001/02/13 14:22:50
24450 Log: Subject: buncha MacPerl patches for bleadperl
24451 From: Chris Nandor <pudge@pobox.com>
24452 Date: Tue, 13 Feb 2001 00:02:43 -0500
24453 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
24455 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24456 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
24457 ! t/lib/basename.t toke.c util.h
24458 ____________________________________________________________________________
24459 [ 8791] By: jhi on 2001/02/13 14:10:39
24460 Log: Integrate change #8790 from mainline.
24462 environ array wrongly assumed in Perl_init_i18nl10n(),
24463 Branch: maint-5.6/perl
24465 ____________________________________________________________________________
24466 [ 8790] By: jhi on 2001/02/13 14:06:15
24467 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
24468 noticed by Chris Nandor in MacOS Classic.
24471 ____________________________________________________________________________
24472 [ 8789] By: jhi on 2001/02/13 13:58:07
24473 Log: Integrate changes #8373,8487,8544,8783 from mainline.
24475 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
24476 hints files, the dynaloading, assimilate ebcdic into util.c.
24477 Branch: maint-5.6/perl
24479 ! MANIFEST hints/posix-bc.sh
24480 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
24481 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
24482 !> perlapi.c proto.h util.c
24483 ____________________________________________________________________________
24484 [ 8788] By: alanbur on 2001/02/13 10:33:13
24485 Log: Integrated changes from maint-5.6
24486 Branch: maint-5.6/pureperl
24487 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
24488 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
24489 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24490 !> vos/config.ga.h vos/configure_perl.cm
24491 ____________________________________________________________________________
24492 [ 8787] By: jhi on 2001/02/13 05:56:36
24493 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
24496 ____________________________________________________________________________
24497 [ 8786] By: jhi on 2001/02/13 05:54:34
24498 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
24499 From: Dorner Thomas <Thomas.Dorner@start.de>
24500 Date: Mon, 12 Feb 2001 15:06:26 +0100
24501 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
24502 Branch: maint-5.6/perl
24504 ____________________________________________________________________________
24505 [ 8785] By: jhi on 2001/02/13 05:29:04
24506 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
24508 !> hints/openbsd.sh
24509 ____________________________________________________________________________
24510 [ 8784] By: jhi on 2001/02/13 02:25:24
24511 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
24512 From: Peter Prymmer <pvhp@forte.com>
24513 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
24514 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
24517 ____________________________________________________________________________
24518 [ 8783] By: jhi on 2001/02/13 02:22:36
24519 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
24522 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
24523 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
24525 ____________________________________________________________________________
24526 [ 8782] By: jhi on 2001/02/13 02:00:07
24527 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
24528 Branch: maint-5.6/perl
24530 ____________________________________________________________________________
24531 [ 8781] By: jhi on 2001/02/13 01:58:44
24532 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
24533 Branch: maint-5.6/perl
24535 ____________________________________________________________________________
24536 [ 8780] By: jhi on 2001/02/13 01:57:33
24537 Log: Synchronize the regexp tests between maintperl and mainline.
24538 Branch: maint-5.6/perl
24540 ____________________________________________________________________________
24541 [ 8779] By: jhi on 2001/02/13 01:49:35
24542 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
24543 From: Hugo <hv@crypt.compulink.co.uk>
24544 Date: Tue, 13 Feb 2001 00:11:11 +0000
24545 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
24547 ! regcomp.c t/op/re_tests
24548 ____________________________________________________________________________
24549 [ 8778] By: jhi on 2001/02/13 00:23:10
24550 Log: Comments do not nest.
24553 ____________________________________________________________________________
24554 [ 8777] By: jhi on 2001/02/13 00:17:54
24555 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
24556 From: Hugo <hv@crypt.compulink.co.uk>
24557 Date: Tue, 13 Feb 2001 00:11:11 +0000
24558 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
24559 Branch: maint-5.6/perl
24560 ! regcomp.c t/op/re_tests
24561 ____________________________________________________________________________
24562 [ 8776] By: jhi on 2001/02/12 23:25:52
24563 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
24564 Branch: maint-5.6/perl
24566 ____________________________________________________________________________
24567 [ 8775] By: jhi on 2001/02/12 23:04:28
24568 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
24569 Branch: maint-5.6/perl
24570 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
24571 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24572 ! vos/configure_perl.cm
24573 ____________________________________________________________________________
24574 [ 8774] By: jhi on 2001/02/12 22:59:11
24575 Log: Subject: Re: [patch] context for 'U' magic functions
24576 From: Doug MacEachern <dougm@covalent.net>
24577 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
24578 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
24580 plus the suggestion by Nick Ing-Simmons to name the macro
24581 as PERL_MG_UFUNC to avoid namespace pollution, plus add
24582 the advice by Doug for XS writers to perl.h
24585 ____________________________________________________________________________
24586 [ 8773] By: jhi on 2001/02/11 20:14:12
24587 Log: Update Changes.
24589 ! Changes patchlevel.h
24590 ____________________________________________________________________________
24591 [ 8772] By: jhi on 2001/02/11 18:47:52
24592 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
24593 From: Simon Cozens <simon@cozens.net>
24594 Date: Wed, 31 Jan 2001 16:31:43 +0000
24595 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
24598 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
24600 ____________________________________________________________________________
24601 [ 8771] By: jhi on 2001/02/11 18:36:48
24602 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
24604 Blocks-4d3.beta.txt
24605 CaseFolding-3d4.beta.txt
24606 CompositionExclusions-3d6.beta.txt
24607 EastAsianWidth-4d4.beta.txt
24608 LineBreak-6d3.beta.txt
24609 NamesList-3.1.0d1.beta.txt
24610 PropList-3.1.0d4.beta.txt
24611 SpecialCasing-4d1.beta.txt
24612 UnicodeData-3.1.0d6.beta.txt
24614 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
24615 +> lib/unicode/UCD.html lib/unicode/Unicode.html
24616 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
24617 - lib/unicode/Unicode.301
24619 ____________________________________________________________________________
24620 [ 8770] By: jhi on 2001/02/11 17:26:22
24621 Log: UTF-8 documentation.
24624 ____________________________________________________________________________
24625 [ 8769] By: jhi on 2001/02/11 17:12:49
24626 Log: Retract #8762.
24629 ____________________________________________________________________________
24630 [ 8768] By: jhi on 2001/02/11 16:54:45
24631 Log: Subject: [PATCH] Test::Harness
24632 From: andreas.koenig@anima.de (Andreas J. Koenig)
24633 Date: 11 Feb 2001 14:37:00 +0100
24634 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
24636 ! lib/Test/Harness.pm
24637 ____________________________________________________________________________
24638 [ 8767] By: jhi on 2001/02/11 16:53:52
24639 Log: Subject: [PATCH] Document makepatch in Porting/patching
24640 From: andreas.koenig@anima.de (Andreas J. Koenig)
24641 Date: 11 Feb 2001 16:46:28 +0100
24642 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
24644 ! Porting/patching.pod
24645 ____________________________________________________________________________
24646 [ 8766] By: jhi on 2001/02/11 06:30:23
24647 Log: Subject: Re: [patch] GvSHARED
24648 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
24649 From: Doug MacEachern <dougm@covalent.net>
24650 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
24652 Subject: Re: [patch] GvSHARED
24653 From: Doug MacEachern <dougm@covalent.net>
24654 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
24655 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
24657 Subject: [patch] attributes.pm support for `shared'
24658 From: Doug MacEachern <dougm@covalent.net>
24659 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
24660 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
24662 our() attributes were ignored, our :shared pieces missing,
24663 allow attributes.pm to turn on shared.
24665 ! op.c t/op/attrs.t toke.c xsutils.c
24666 ____________________________________________________________________________
24667 [ 8765] By: alanbur on 2001/02/10 23:11:19
24668 Log: Resync with parent (hopefully sucessfully this time)
24669 Branch: maint-5.6/pureperl
24670 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
24671 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
24672 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24673 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24674 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24675 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24676 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
24677 ____________________________________________________________________________
24678 [ 8764] By: jhi on 2001/02/10 22:54:38
24679 Log: Make TEST and UTEST more verbose in case something goes
24680 wrong in running/compiling a script, suggested by Doug
24684 ____________________________________________________________________________
24685 [ 8763] By: jhi on 2001/02/10 22:11:34
24686 Log: Bogus shebang.
24689 ____________________________________________________________________________
24690 [ 8762] By: jhi on 2001/02/10 21:56:02
24691 Log: (Retracted by #8769)
24694 ____________________________________________________________________________
24695 [ 8761] By: jhi on 2001/02/10 21:26:15
24696 Log: Subject: Re: [patch] GvSHARED
24697 From: Doug MacEachern <dougm@covalent.net>
24698 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
24699 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
24701 our @EXPORT : shared = (...);
24704 ____________________________________________________________________________
24705 [ 8760] By: jhi on 2001/02/10 21:25:07
24706 Log: Subject: [patch] GvSHARED
24707 From: Doug MacEachern <dougm@covalent.net>
24708 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
24709 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
24711 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
24712 ____________________________________________________________________________
24713 [ 8759] By: alanbur on 2001/02/10 21:24:27
24714 Log: Backed out mismerge.
24715 Branch: maint-5.6/pureperl
24716 ! MANIFEST README.hpux README.vmesa gv.c installhtml
24717 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
24718 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24719 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24720 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24721 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24722 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
24723 ____________________________________________________________________________
24724 [ 8758] By: jhi on 2001/02/10 18:01:17
24725 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
24727 Fixed UMRs and leak in Perl_pmtrans()
24729 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24730 associated UTFied tr/// code. Also fixed scoping leak of
24733 newATTRSUB leaks when an attempt to redefine the active sort sub is
24735 Branch: maint-5.6/perl
24737 ____________________________________________________________________________
24738 [ 8757] By: alanbur on 2001/02/10 17:56:46
24739 Log: Resynchronised with parent
24740 Branch: maint-5.6/pureperl
24744 !> MANIFEST README.hpux README.vmesa installhtml
24745 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
24746 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24747 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24748 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24749 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24750 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
24751 ____________________________________________________________________________
24752 [ 8756] By: alanbur on 2001/02/10 17:51:15
24753 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
24755 Branch: maint-5.6/pureperl
24757 ____________________________________________________________________________
24758 [ 8755] By: jhi on 2001/02/09 22:41:35
24759 Log: Upgrade to CPAN 1.59_54, from Andreas König.
24761 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24762 ____________________________________________________________________________
24763 [ 8754] By: jhi on 2001/02/09 22:29:20
24764 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24766 Didn't upgrade the fill.t since it has a dependency to File::Slurp
24767 purely for debugging purposes, the actual test hasn't changed.
24769 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
24771 ____________________________________________________________________________
24772 [ 8753] By: jhi on 2001/02/09 20:17:50
24773 Log: Integrate change #8682 from maintperl.
24775 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
24779 ____________________________________________________________________________
24780 [ 8752] By: jhi on 2001/02/09 20:00:46
24781 Log: Update Changes.
24783 ! Changes patchlevel.h
24784 ____________________________________________________________________________
24785 [ 8751] By: nick on 2001/02/09 19:48:37
24786 Log: Integrate mainline
24788 +> README.bs2000 t/lib/cgi-esc.t
24790 !> (integrate 53 files)
24791 ____________________________________________________________________________
24792 [ 8750] By: nick on 2001/02/09 19:25:16
24793 Log: Subject: RE: Biannual Competition to Improve Hashing Function
24794 From: Fisher Mark <fisherm@tce.com>
24795 Date: Thu, 8 Feb 2001 10:44:00 -0500
24796 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
24797 Date: Thu, 8 Feb 2001 15:02:47 -0500
24798 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
24800 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
24801 ____________________________________________________________________________
24802 [ 8749] By: jhi on 2001/02/09 19:02:35
24803 Log: Forgotten fragment.
24806 ____________________________________________________________________________
24807 [ 8748] By: jhi on 2001/02/09 18:31:34
24808 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
24809 plus manual tweakage.
24811 Sync the perlfaq2 between mainline and maintperl.
24812 Branch: maint-5.6/perl
24815 !> pod/perlfaq2.pod
24816 ____________________________________________________________________________
24817 [ 8747] By: jhi on 2001/02/09 18:12:04
24818 Log: Subject: versiononly and installperl
24819 From: abigail@foad.org
24820 Date: Wed, 7 Feb 2001 22:43:12 +0100
24821 Message-ID: <20010207214312.7045.qmail@foad.org>
24823 Add +v flag to force a normal install of the perl binary
24826 Subject: [PATCH] installperl
24827 From: Nicholas Clark <nick@ccl4.org>
24828 Date: Fri, 9 Feb 2001 16:28:57 +0000
24829 Message-ID: <20010209162857.B10931@plum.flirble.org>
24831 Add -A flag which also hardlinks the binary with
24832 the full architecture name.
24835 ____________________________________________________________________________
24836 [ 8746] By: jhi on 2001/02/09 18:03:43
24837 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
24839 Subject: perlfaq2, re: perlmongers
24841 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
24843 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
24845 Subject: [ID 20010205.001] typo in perlfaq9
24847 Subject: [ID 20010208.002] unordered explanation in perlcall
24848 Branch: maint-5.6/perl
24849 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24850 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
24851 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
24852 ____________________________________________________________________________
24853 [ 8745] By: jhi on 2001/02/09 17:59:09
24854 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
24855 From: abela@geneanet.org
24856 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
24857 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
24860 ____________________________________________________________________________
24861 [ 8744] By: jhi on 2001/02/09 17:48:16
24862 Log: Subject: [ID 20010205.001] typo in perlfaq9
24863 From: eserte@vran.herceg.de
24864 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
24865 Message-Id: <200102042244.XAA21926@vran.herceg.de>
24868 ____________________________________________________________________________
24869 [ 8743] By: jhi on 2001/02/09 17:25:12
24870 Log: Integrate change #8695 from maintperl.
24872 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
24875 ____________________________________________________________________________
24876 [ 8742] By: jhi on 2001/02/09 17:21:22
24877 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24878 From: Andy Dougherty <doughera@lafayette.edu>
24879 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
24880 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
24883 ____________________________________________________________________________
24884 [ 8741] By: jhi on 2001/02/09 17:05:19
24885 Log: Integrate changes #8738,8739,8740 from maintperl.
24887 Html files will be installed in a more logical and easier to
24888 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24890 Html files will be generated with a header to make them look
24891 a little less bare.
24893 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24895 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
24896 ____________________________________________________________________________
24897 [ 8740] By: jhi on 2001/02/09 17:03:46
24898 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24899 From: "Brendan O'Dea" <bod@compusol.com.au>
24900 Date: Sun, 4 Feb 2001 11:17:56 +1100
24901 Message-ID: <20010204111756.A16301@compusol.com.au>
24902 Branch: maint-5.6/perl
24904 ____________________________________________________________________________
24905 [ 8739] By: jhi on 2001/02/09 17:01:59
24906 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
24907 From: "Indy Singh" <indy@nusphere.com>
24908 Date: Fri, 2 Feb 2001 15:09:59 -0500
24909 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
24911 Html files will be generated with a header to make them look
24912 a little less bare.
24913 Branch: maint-5.6/perl
24915 ____________________________________________________________________________
24916 [ 8738] By: jhi on 2001/02/09 16:58:48
24917 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
24918 From: "Indy Singh" <indy@nusphere.com>
24919 Date: Fri, 2 Feb 2001 15:08:23 -0500
24920 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
24922 Html files will be installed in a more logical and easier to
24923 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24924 Branch: maint-5.6/perl
24925 ! win32/Makefile win32/makefile.mk
24926 ____________________________________________________________________________
24927 [ 8737] By: jhi on 2001/02/09 16:46:54
24928 Log: Integrate changes #8687,8736 from maintperl.
24930 HP-UX thread patches from Merijn H. Brand.
24932 Latin nit from Philip Newton.
24934 !> README.hpux hints/hpux.sh
24935 ____________________________________________________________________________
24936 [ 8736] By: jhi on 2001/02/09 16:42:31
24937 Log: Latin nit from Philip Newton.
24938 Branch: maint-5.6/perl
24940 ____________________________________________________________________________
24941 [ 8735] By: jhi on 2001/02/09 16:24:03
24942 Log: Integrate changes #8704,8710 from pureperl.
24944 Fixed UMRs and leak in Perl_pmtrans()
24946 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24947 associated UTFied tr/// code. Also fixed scoping leak of
24951 ____________________________________________________________________________
24952 [ 8734] By: jhi on 2001/02/09 15:40:21
24953 Log: Integrate change #8733 from maintperl.
24955 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24958 ____________________________________________________________________________
24959 [ 8733] By: jhi on 2001/02/09 15:35:47
24960 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24961 From: Prymmer/Kahn <pvhp@best.com>
24962 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
24963 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
24964 Branch: maint-5.6/perl
24966 ____________________________________________________________________________
24967 [ 8732] By: jhi on 2001/02/09 15:26:17
24968 Log: Rename README.posix-bc to README.bs2000 (to avoid the
24969 confusion of a "perlposix-bc.pod"), add a few missing
24970 arch pods, regen toc.
24971 Branch: maint-5.6/perl
24974 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24975 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24976 ____________________________________________________________________________
24977 [ 8731] By: jhi on 2001/02/09 15:23:39
24978 Log: De-cut-and-pasto.
24981 ____________________________________________________________________________
24982 [ 8730] By: jhi on 2001/02/09 15:11:13
24983 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
24984 when people think that perlposix-bc.pod tells anything about
24985 Perl and POSIX. Regen toc.
24989 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24990 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24991 ____________________________________________________________________________
24992 [ 8729] By: jhi on 2001/02/09 14:52:28
24993 Log: The README.vmesa part of #8712 from maintperl.
24996 ____________________________________________________________________________
24997 [ 8728] By: jhi on 2001/02/09 14:46:06
24998 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
24999 From: Peter Prymmer <pvhp@forte.com>
25000 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
25001 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
25002 Branch: maint-5.6/perl
25003 ! README.vmesa win32/Makefile win32/makefile.mk
25004 ____________________________________________________________________________
25005 [ 8727] By: jhi on 2001/02/09 14:33:25
25006 Log: Integrate change #8712 from mainline.
25008 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
25009 Branch: maint-5.6/perl
25011 ____________________________________________________________________________
25012 [ 8726] By: jhi on 2001/02/09 14:30:28
25013 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
25014 From: Peter Prymmer <pvhp@forte.com>
25015 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
25016 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
25019 ! MANIFEST lib/CGI/Util.pm
25020 ____________________________________________________________________________
25021 [ 8725] By: jhi on 2001/02/09 04:56:47
25022 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
25023 Branch: maint-5.6/perl
25025 ____________________________________________________________________________
25026 [ 8724] By: jhi on 2001/02/09 04:40:59
25027 Log: Integrate changes 7819,7820 from vmsperl into mainline.
25029 Add header for LIB$ prototypes (C. Berry)
25031 Convert fwrite()s to sockets to write()s, since some socket stacks
25032 don't take kindly to stdio.
25033 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
25034 (for often optional LNMs)
25035 Correct a few typos
25038 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
25039 ____________________________________________________________________________
25040 [ 8723] By: jhi on 2001/02/09 03:29:29
25041 Log: Integrate change #8722 from mainline.
25043 The Im() function wasn't returning zero for non-Math::Complex
25044 arguments. The bug reported by John Gamble.
25045 Branch: maint-5.6/perl
25046 !> lib/Math/Complex.pm
25047 ____________________________________________________________________________
25048 [ 8722] By: jhi on 2001/02/09 03:28:33
25049 Log: The Im() function wasn't returning zero for non-Math::Complex
25050 arguments. The bug reported by John Gamble.
25052 ! lib/Math/Complex.pm
25053 ____________________________________________________________________________
25054 [ 8721] By: nick on 2001/02/08 22:11:35
25055 Log: Correct the correction :-(
25058 ____________________________________________________________________________
25059 [ 8720] By: bailey on 2001/02/08 20:59:22
25060 Log: Convert frwite()s to sockets to write()s, since some socket stacks
25061 don't take kindly to stdio.
25062 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
25063 (for often optional LNMs)
25064 Correct a few typos
25067 ! vms/vms.c vms/vmsish.h
25068 ____________________________________________________________________________
25069 [ 8719] By: bailey on 2001/02/08 20:51:02
25070 Log: Add header for LIB$ prototypes (C. Berry)
25072 ! ext/Devel/DProf/DProf.xs
25073 ____________________________________________________________________________
25074 [ 8718] By: bailey on 2001/02/08 20:49:00
25077 +> pod/perliol.pod t/lib/sample-tests/bailout
25078 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
25079 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
25080 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
25081 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
25082 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
25083 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
25084 - lib/unicode/Is/DCinital.pl
25085 !> (integrate 101 files)
25086 ____________________________________________________________________________
25087 [ 8717] By: nick on 2001/02/08 19:38:48
25088 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
25089 From: Robin Barker <rmb1@cise.npl.co.uk>
25090 Date: Thu, 8 Feb 2001 14:38:07 GMT
25091 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
25094 ____________________________________________________________________________
25095 [ 8716] By: nick on 2001/02/08 19:29:07
25096 Log: Generated files form 8713 etc.
25098 ! embed.h global.sym objXSUB.h perlapi.c proto.h
25099 ____________________________________________________________________________
25100 [ 8715] By: nick on 2001/02/08 19:26:08
25101 Log: Fixup non-ithread build after 8713
25104 ____________________________________________________________________________
25105 [ 8714] By: nick on 2001/02/08 19:17:45
25106 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
25107 From: nick@ccl4.org
25108 Date: Wed, 7 Feb 2001 00:27:47 +0000
25109 Message-Id: <20010207002747.B63724@plum.flirble.org>
25112 ____________________________________________________________________________
25113 [ 8713] By: nick on 2001/02/08 19:15:58
25114 Log: Subject: Re: [patch] Re: PL_ptr_table
25115 From: Doug Maceachern <dougm@covalent.net>
25116 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
25117 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
25119 ! embed.pl perl.c sv.c sv.h
25120 ____________________________________________________________________________
25121 [ 8712] By: nick on 2001/02/08 19:12:47
25122 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
25123 From: Peter Prymmer <pvhp@forte.com>
25124 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
25125 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
25128 ____________________________________________________________________________
25129 [ 8711] By: nick on 2001/02/07 21:06:11
25130 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
25131 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
25132 From: Alan Burlison <Alan.Burlison@uk.sun.com>
25133 Date: Tue, 06 Feb 2001 23:37:01 +0000
25134 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
25137 ____________________________________________________________________________
25138 [ 8710] By: alanbur on 2001/02/07 00:22:04
25139 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
25140 associated UTFied tr/// code. Also fixed scoping leak of
25142 Branch: maint-5.6/pureperl
25144 ____________________________________________________________________________
25145 [ 8709] By: nick on 2001/02/06 21:16:49
25146 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
25147 From: Michael G Schwern <schwern@pobox.com>
25148 Date: Sun, 4 Feb 2001 19:47:14 -0500
25149 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
25151 ! pod/perlapi.pod pod/perlmodlib.PL
25152 ____________________________________________________________________________
25153 [ 8708] By: nick on 2001/02/06 20:41:20
25154 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
25155 From: Michael G Schwern <schwern@pobox.com>
25156 Date: Sun, 4 Feb 2001 21:17:49 -0500
25157 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
25159 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
25160 ! pod/perltootc.pod
25161 ____________________________________________________________________________
25162 [ 8707] By: nick on 2001/02/06 20:29:11
25163 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
25164 From: Michael G Schwern <schwern@pobox.com>
25165 Date: Tue, 6 Feb 2001 05:54:30 -0500
25166 Message-Id: <20010206055430.A951@blackrider.aocn.com>
25168 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
25169 ____________________________________________________________________________
25170 [ 8706] By: nick on 2001/02/06 20:21:40
25171 Log: Subject: RE: some win32 fixes
25172 Date: Tue, 6 Feb 2001 09:23:20 +0300
25173 From: Vadim Konovalov <vkonovalov@lucent.com>
25174 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
25176 ! toke.c win32/Makefile win32/config.bc win32/config.gc
25177 ! win32/config.vc win32/config_H.bc win32/makefile.mk
25178 ____________________________________________________________________________
25179 [ 8705] By: alanbur on 2001/02/06 15:00:03
25180 Log: Synchronised with parent
25181 Branch: maint-5.6/pureperl
25183 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
25184 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
25185 ____________________________________________________________________________
25186 [ 8704] By: alanbur on 2001/02/06 14:55:24
25187 Log: Fixed UMRs and leak in Perl_pmtrans()
25188 Branch: maint-5.6/pureperl
25190 ____________________________________________________________________________
25191 [ 8703] By: gsar on 2001/02/06 02:29:37
25192 Log: $(MAKE) distclean doesn't clean up properly on windows
25193 Branch: maint-5.6/perl
25194 ! win32/Makefile win32/makefile.mk
25195 ____________________________________________________________________________
25196 [ 8702] By: gsar on 2001/02/06 01:00:46
25197 Log: tweak change#8659 to keep it simple
25198 Branch: maint-5.6/perl
25200 ____________________________________________________________________________
25201 [ 8701] By: gsar on 2001/02/05 22:45:41
25202 Log: change#8693 was missing testsuite changes
25203 Branch: maint-5.6/perl
25204 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
25205 ____________________________________________________________________________
25206 [ 8700] By: nick on 2001/02/05 20:32:52
25207 Log: Integrate mainline
25209 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
25210 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
25211 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
25212 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
25213 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
25214 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
25215 +> t/lib/test-harness.t
25216 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
25217 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
25218 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
25219 !> pod/perlutil.pod t/TEST utils/h2xs.PL
25220 ____________________________________________________________________________
25221 [ 8699] By: nick on 2001/02/05 19:41:07
25222 Log: Subject: perlfaq2, re: perlmongers
25223 From: David H. Adler <dha@panix.com>
25224 Date: Sun, 4 Feb 2001 23:48:23 -0500
25225 Message-Id: <20010204234823.A13429@panix.com>
25228 ____________________________________________________________________________
25229 [ 8698] By: nick on 2001/02/05 19:39:31
25230 Log: Missed file f#rom the testharness mess.
25232 + t/lib/test-harness.t
25233 ____________________________________________________________________________
25234 [ 8697] By: nick on 2001/02/05 19:37:21
25235 Log: Subject: [DOC PATCH] overload.pm nits
25236 From: John Tobey <jtobey@john-edwin-tobey.org>
25237 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
25238 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
25241 ____________________________________________________________________________
25242 [ 8696] By: alanbur on 2001/02/05 11:56:00
25243 Log: Sync with parent
25244 Branch: maint-5.6/pureperl
25246 ____________________________________________________________________________
25247 [ 8695] By: gsar on 2001/02/05 03:27:34
25248 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
25249 Branch: maint-5.6/perl
25251 ____________________________________________________________________________
25252 [ 8694] By: alanbur on 2001/02/05 00:07:47
25253 Log: Initial branch creation from //depot/maint-5.6/perl
25254 Branch: maint-5.6/pureperl
25255 +> (branch 1719 files)
25256 ____________________________________________________________________________
25257 [ 8693] By: gsar on 2001/02/04 22:38:49
25258 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
25260 Branch: maint-5.6/perl
25261 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25262 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
25263 !> ext/DB_File/version.c
25264 ____________________________________________________________________________
25265 [ 8692] By: nick on 2001/02/04 18:15:57
25266 Log: The missed t/TEST part of the grand testharness upgrade.
25269 ____________________________________________________________________________
25270 [ 8691] By: nick on 2001/02/04 18:05:17
25271 Log: New improved test harness
25272 Subject: Re: [PATCH Test::Harness] Third time's a charm?
25273 From: Michael G Schwern <schwern@pobox.com>
25274 Date: Sun, 4 Feb 2001 08:01:20 -0500
25275 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
25277 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
25278 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
25279 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
25280 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
25281 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
25282 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
25283 ! MANIFEST lib/Test/Harness.pm
25284 ____________________________________________________________________________
25285 [ 8690] By: nick on 2001/02/04 17:57:51
25286 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
25287 From: Jonathan Stowe <gellyfish@gellyfish.com>
25288 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
25289 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
25292 ____________________________________________________________________________
25293 [ 8689] By: nick on 2001/02/04 17:55:24
25294 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
25295 From: Michael G Schwern <schwern@pobox.com>
25296 Date: Sat, 3 Feb 2001 22:46:38 -0500
25297 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
25299 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
25300 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
25301 ____________________________________________________________________________
25302 [ 8688] By: nick on 2001/02/04 17:43:55
25303 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
25304 length byfailing to spot lack of closing )
25305 From: nick@talking.bollo.cx
25306 Date: Sat, 03 Feb 2001 23:53:16 +0000
25307 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
25309 ! perlio.c pod/perldiag.pod
25310 ____________________________________________________________________________
25311 [ 8687] By: jhi on 2001/02/03 17:11:42
25312 Log: HP-UX thread patches from Merijn H. Brand.
25313 Branch: maint-5.6/perl
25314 ! README.hpux hints/hpux.sh
25315 ____________________________________________________________________________
25316 [ 8686] By: jhi on 2001/02/03 16:40:12
25317 Log: Metaconfig changes for #8685.
25319 ! U/installdirs/instubperl.U
25320 Branch: metaconfig/U/perl
25321 ! Devel.U versiononly.U
25322 ____________________________________________________________________________
25323 [ 8685] By: jhi on 2001/02/03 16:39:49
25324 Log: For -Dusedevel builds turn off installusrbinperl and turn on
25325 versiononly, a combined idea of Richard Soderberg and Merijn
25326 H. Brand. You can still override both of these from the command
25327 line if you need to, -Dinstallusrbinperl and -Uversiononly.
25330 ____________________________________________________________________________
25331 [ 8684] By: jhi on 2001/02/03 16:16:34
25332 Log: Metaconfig unit fix for #8683.
25334 ! U/compline/nblock_io.U
25335 ____________________________________________________________________________
25336 [ 8683] By: jhi on 2001/02/03 16:16:12
25337 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
25338 reported by Peter Prymmer for 5.6-TRIAL1.
25341 ____________________________________________________________________________
25342 [ 8682] By: jhi on 2001/02/03 05:52:11
25343 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
25345 Branch: maint-5.6/perl
25347 ____________________________________________________________________________
25348 [ 8681] By: jhi on 2001/02/03 05:47:33
25349 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
25350 Branch: maint-5.6/perl
25352 ____________________________________________________________________________
25353 [ 8680] By: jhi on 2001/02/02 21:39:49
25354 Log: perlport update from Peter Prymmer.
25355 Branch: maint-5.6/perl
25357 ____________________________________________________________________________
25358 [ 8679] By: nick on 2001/02/02 20:50:48
25359 Log: Integrate mainline
25361 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
25362 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
25363 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
25364 ____________________________________________________________________________
25365 [ 8678] By: gsar on 2001/02/02 16:02:12
25366 Log: note about bincompat, slightly modified (from Lupe Christoph)
25367 Branch: maint-5.6/perl
25369 ____________________________________________________________________________
25370 [ 8677] By: jhi on 2001/02/02 15:46:20
25371 Log: Supported platforms updates.
25372 Branch: maint-5.6/perl
25374 ____________________________________________________________________________
25375 [ 8676] By: jhi on 2001/02/02 03:41:26
25376 Log: A couple more perlfaq2 tweaks.
25377 Branch: maint-5.6/perl
25379 ____________________________________________________________________________
25380 [ 8675] By: jhi on 2001/02/02 03:17:44
25381 Log: Misedit in #8661.
25382 Branch: maint-5.6/perl
25384 ____________________________________________________________________________
25385 [ 8674] By: jhi on 2001/02/02 03:14:38
25387 Branch: maint-5.6/perl
25389 ____________________________________________________________________________
25390 [ 8673] By: jhi on 2001/02/02 03:12:40
25391 Log: perlfaq update from Elaine Ashton.
25392 Branch: maint-5.6/perl
25394 ____________________________________________________________________________
25395 [ 8672] By: jhi on 2001/02/02 03:07:08
25396 Log: UTF-8 s/// patch from Inaba Hiroto.
25397 Branch: maint-5.6/perl
25398 ! pp_ctl.c pp_hot.c
25399 ____________________________________________________________________________
25400 [ 8671] By: jhi on 2001/02/01 22:34:31
25401 Log: Update Changes.
25403 ! Changes patchlevel.h
25404 ____________________________________________________________________________
25405 [ 8670] By: jhi on 2001/02/01 22:15:29
25406 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
25409 Upgrade to Getopt::Long 2.25, from Johan Vromans.
25411 more files need to be writable in the source distribution
25413 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
25415 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
25417 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25419 Allow the float to be fuzzier.
25421 need to use INT2PTR instead of a straight cast or ia64 fails
25423 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
25425 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
25427 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
25428 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
25429 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
25430 ____________________________________________________________________________
25431 [ 8669] By: jhi on 2001/02/01 21:57:02
25432 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25433 From: Robin Barker <rmb1@cise.npl.co.uk>
25434 Date: Thu, 1 Feb 2001 16:59:05 GMT
25435 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
25436 Branch: maint-5.6/perl
25437 ! pod/perlmodlib.PL
25438 ____________________________________________________________________________
25439 [ 8668] By: nick on 2001/02/01 19:41:40
25440 Log: Integrate mainline
25442 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
25443 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
25444 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
25445 ____________________________________________________________________________
25446 [ 8667] By: gsar on 2001/02/01 16:59:11
25447 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
25448 Branch: maint-5.6/perl
25449 ! embed.pl embedvar.h
25450 ____________________________________________________________________________
25451 [ 8666] By: gsar on 2001/02/01 16:34:51
25452 Log: add missing entries to win32/config.?c
25453 Branch: maint-5.6/perl
25454 ! win32/config.bc win32/config.gc win32/config.vc
25455 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25456 ____________________________________________________________________________
25457 [ 8665] By: jhi on 2001/02/01 14:58:51
25458 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
25459 From: "Stephen P. Potter" <spp@spotter.yi.org>
25460 Date: Thu, 01 Feb 2001 10:45:46 -0500
25461 Message-Id: <200102011545.KAA31479@spotter.yi.org>
25462 Branch: maint-5.6/perl
25464 ____________________________________________________________________________
25465 [ 8664] By: gsar on 2001/02/01 14:52:37
25466 Log: need to use INT2PTR instead of a straight cast or ia64 fails
25467 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
25468 Branch: maint-5.6/perl
25469 ! ext/POSIX/POSIX.xs
25470 ____________________________________________________________________________
25471 [ 8663] By: jhi on 2001/02/01 14:09:13
25472 Log: Allow the float to be fuzzier.
25473 Branch: maint-5.6/perl
25475 ____________________________________________________________________________
25476 [ 8662] By: jhi on 2001/02/01 13:59:00
25477 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25478 From: Robin Barker <rmb1@cise.npl.co.uk>
25479 Date: Thu, 1 Feb 2001 13:05:39 GMT
25480 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
25481 Branch: maint-5.6/perl
25482 ! pod/perlmodlib.pod
25483 ____________________________________________________________________________
25484 [ 8661] By: jhi on 2001/02/01 13:57:38
25485 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
25486 Date: Thu, 01 Feb 2001 14:15:41 +0100
25487 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25488 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
25490 Have the $ccflags in the gcc version test (strange, this change
25491 is claimed to be have been integrated already)
25492 Branch: maint-5.6/perl
25494 ____________________________________________________________________________
25495 [ 8660] By: jhi on 2001/02/01 13:44:10
25496 Log: Integrate changes #7950,7964,7962 from mainline.
25498 Find the stdchar signedness using cpp, should fix some of
25499 the Solaris compiler warnings reported by Alan Burlison.
25500 Branch: maint-5.6/perl
25501 !> Configure config_h.SH
25502 ____________________________________________________________________________
25503 [ 8659] By: jhi on 2001/02/01 05:35:32
25504 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
25505 From: Jan Dubois <JanD@ActiveState.com>
25506 Date: Wed, 31 Jan 2001 21:17:03 -0800
25507 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
25508 Branch: maint-5.6/perl
25510 ____________________________________________________________________________
25511 [ 8658] By: jhi on 2001/02/01 04:33:17
25512 Log: Integrate the README.os390 and README.posix-bc parts of mainline
25513 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
25514 installperl parts were taken care of by #8657.)
25515 Branch: maint-5.6/perl
25516 !> README.os390 README.posix-bc
25517 ____________________________________________________________________________
25518 [ 8657] By: jhi on 2001/02/01 04:29:21
25519 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25520 From: Peter Prymmer <pvhp@forte.com>
25521 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
25522 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
25523 Branch: maint-5.6/perl
25524 + ext/DynaLoader/dl_dllload.xs
25525 ! MANIFEST Makefile.SH hints/os390.sh installperl
25526 ____________________________________________________________________________
25527 [ 8656] By: jhi on 2001/02/01 04:25:45
25528 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
25529 From: Peter Prymmer <pvhp@forte.com>
25530 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
25531 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
25532 Branch: maint-5.6/perl
25533 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
25534 ____________________________________________________________________________
25535 [ 8655] By: jhi on 2001/02/01 04:14:47
25536 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
25537 From: troc@netrus.net
25538 Date: Wed, 31 Jan 2001 22:31:26 -0500
25539 Message-Id: <200102010331.WAA117.85@rocco.homenet>
25540 Branch: maint-5.6/perl
25542 ____________________________________________________________________________
25543 [ 8654] By: jhi on 2001/02/01 04:12:52
25544 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
25545 as reported by Alan Burlison.
25546 Branch: maint-5.6/perl
25548 ____________________________________________________________________________
25549 [ 8653] By: jhi on 2001/02/01 04:05:12
25550 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
25551 From: dsugalski@northernlight.com
25552 Date: Wed, 31 Jan 2001 18:54:11 -0500
25553 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
25554 Branch: maint-5.6/perl
25556 ____________________________________________________________________________
25557 [ 8652] By: jhi on 2001/02/01 04:03:11
25558 Log: Misplaced #endif.
25560 Subject: [perl-5-6-1-trial2] patches for EPOC
25561 From: Olaf Flebbe <O.Flebbe@science-computing.de>
25562 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25563 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25564 Branch: maint-5.6/perl
25566 ____________________________________________________________________________
25567 [ 8651] By: jhi on 2001/02/01 04:00:25
25568 Log: Integrate changes #8647,8648,8650 from mainline.
25570 Macrofy a magic UTF-8 test.
25572 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
25574 Watch out for cross compiling for EPOC (usually done on linux).
25575 Branch: maint-5.6/perl
25576 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
25577 ____________________________________________________________________________
25578 [ 8650] By: jhi on 2001/02/01 03:56:20
25579 Log: Watch out for cross compiling for EPOC (usually done on linux)
25581 Subject: [perl-5-6-1-trial2] patches for EPOC
25582 From: Olaf Flebbe <O.Flebbe@science-computing.de>
25583 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25584 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25586 ! ext/Errno/Errno_pm.PL
25587 ____________________________________________________________________________
25588 [ 8649] By: gsar on 2001/02/01 00:46:00
25589 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
25590 Branch: maint-5.6/perl
25592 ____________________________________________________________________________
25593 [ 8648] By: jhi on 2001/01/31 23:35:36
25594 Log: All the uses of PL_numeric_radix must be protected by
25595 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
25597 Subject: [perl-5-6-1-trial2] patches for EPOC
25598 From: Olaf Flebbe <O.Flebbe@science-computing.de>
25599 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25600 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25603 ____________________________________________________________________________
25604 [ 8647] By: jhi on 2001/01/31 22:56:16
25605 Log: Macrofy a magic UTF-8 test.
25608 ____________________________________________________________________________
25609 [ 8646] By: gsar on 2001/01/31 15:55:12
25610 Log: update Changes
25611 Branch: maint-5.6/perl
25613 ____________________________________________________________________________
25614 [ 8645] By: gsar on 2001/01/31 15:10:14
25615 Log: Configure tweak suggested by Peter Prymmer
25616 Branch: maint-5.6/perl
25618 ____________________________________________________________________________
25619 [ 8644] By: gsar on 2001/01/31 15:06:32
25620 Log: more files need to be writable in the source distribution
25621 Branch: maint-5.6/perl
25623 ____________________________________________________________________________
25624 [ 8643] By: jhi on 2001/01/31 14:59:46
25625 Log: Integrate changes #8258,8278,8279 from mainline.
25627 Make the large file tests more robust/talkative.
25628 Branch: maint-5.6/perl
25629 !> t/lib/syslfs.t t/op/lfs.t
25630 ____________________________________________________________________________
25631 [ 8642] By: gsar on 2001/01/31 14:53:48
25632 Log: integrate changes#8311,8334 from mainline
25634 Add a new MakeMaker variable PM_FILTER that defines a Unix
25635 filter to be run on each .pm during the pm_to_blib() phase,
25637 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
25639 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
25640 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
25641 accurate reading of the "atime".
25642 Branch: maint-5.6/perl
25643 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
25644 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25645 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
25646 ____________________________________________________________________________
25647 [ 8641] By: jhi on 2001/01/31 14:46:37
25648 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
25649 Branch: maint-5.6/perl
25650 ! lib/Getopt/Long.pm
25651 ____________________________________________________________________________
25652 [ 8640] By: gsar on 2001/01/31 14:40:24
25653 Log: make regen_all
25654 Branch: maint-5.6/perl
25655 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
25656 ____________________________________________________________________________
25657 [ 8639] By: gsar on 2001/01/31 14:37:25
25658 Log: refresh windows config files
25659 Branch: maint-5.6/perl
25660 ! win32/Makefile win32/config_H.bc win32/config_H.gc
25661 ! win32/config_H.vc win32/makefile.mk
25662 ____________________________________________________________________________
25663 [ 8638] By: gsar on 2001/01/31 14:28:10
25664 Log: makefile tweaks for windows: introduce a bulk-switch to enable
25665 same options as ActivePerl; sync changes with makefile.mk
25666 Branch: maint-5.6/perl
25667 ! win32/Makefile win32/makefile.mk
25668 ____________________________________________________________________________
25669 [ 8637] By: jhi on 2001/01/31 04:41:30
25670 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
25671 From: Nicholas Clark <nick@ccl4.org>
25672 Date: Tue, 30 Jan 2001 19:51:05 +0000
25673 Message-ID: <20010130195105.R76607@plum.flirble.org>
25677 ! pp.c pp.h pp_hot.c t/op/arith.t
25678 ____________________________________________________________________________
25679 [ 8636] By: jhi on 2001/01/31 02:38:32
25680 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
25681 no perlio],8257,8380,8479,8515 from mainline.
25683 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
25685 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
25686 Subject: [PATCH perl@8133] fix-up for VMS extensions
25688 In VMS embedded perls couldn't access the statically built Socket.
25690 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
25692 Further VMS piping fixes from Charles Lane.
25694 Subject: [PATCH] make t/op/misc.t work on VMS
25696 Add tracing for debugging extensions builds in VMS.
25698 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
25699 Branch: maint-5.6/perl
25700 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
25701 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
25702 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
25703 ____________________________________________________________________________
25704 [ 8635] By: jhi on 2001/01/31 01:46:41
25705 Log: Integrate change #7732 from mainline.
25707 Sparc 64-bit pack() fix from Jens Hamisch.
25708 Branch: maint-5.6/perl
25710 ____________________________________________________________________________
25711 [ 8634] By: jhi on 2001/01/31 01:41:16
25712 Log: One spot missing from #8626.
25713 Branch: maint-5.6/perl
25715 ____________________________________________________________________________
25716 [ 8633] By: jhi on 2001/01/31 00:49:17
25717 Log: Integrate change #7495 from mainline.
25719 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
25720 Branch: maint-5.6/perl
25721 !> MANIFEST ext/re/Makefile.PL
25722 ____________________________________________________________________________
25723 [ 8632] By: jhi on 2001/01/30 23:38:49
25724 Log: Integrate change #8396 from mainline.
25726 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
25727 better multicast support (resend)
25728 Branch: maint-5.6/perl
25729 !> ext/Socket/Socket.pm
25730 ____________________________________________________________________________
25731 [ 8631] By: jhi on 2001/01/30 23:28:03
25732 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
25734 More AIX lore. (7514, ext/re/hints/aix.pl)
25736 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
25738 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)
25740 Subject: [ID 20001214.002] Net::Ping patch
25742 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
25744 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
25746 Add ReuseAddr as a (preferred) alias for Reuse as we now
25747 also have ReusePort.
25749 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25750 Branch: maint-5.6/perl
25751 +> ext/re/hints/aix.pl
25752 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25753 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
25754 ____________________________________________________________________________
25755 [ 8630] By: jhi on 2001/01/30 23:03:59
25756 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
25758 read() documentation tweak for 20001121.004.
25760 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
25761 Branch: maint-5.6/perl
25762 !> pod/perlfunc.pod pod/perlre.pod
25763 ____________________________________________________________________________
25764 [ 8629] By: jhi on 2001/01/30 22:41:57
25765 Log: Integrate change #8098 from mainline.
25767 fastgetcwd is defined using a glob alias on a $^O dependent basis
25768 and there was no default assignment or perl subroutine.
25769 Branch: maint-5.6/perl
25771 ____________________________________________________________________________
25772 [ 8628] By: jhi on 2001/01/30 21:58:52
25773 Log: Integrate change #7866 from mainline.
25776 Branch: maint-5.6/perl
25777 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
25778 ____________________________________________________________________________
25779 [ 8627] By: jhi on 2001/01/30 21:39:44
25780 Log: Integrate changes #8075,8086,8228 from mainline.
25782 Darwin is not Windows. (8075,8086)
25784 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
25785 Branch: maint-5.6/perl
25786 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
25787 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
25788 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
25789 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
25790 ____________________________________________________________________________
25791 [ 8626] By: jhi on 2001/01/30 21:22:11
25792 Log: Integrate with tweakery the change #8625 from mainline,
25793 the multibyte decimal separator fix ("fa_IR locale failure").
25794 Branch: maint-5.6/perl
25795 ! embedvar.h perlapi.h
25796 !> intrpvar.h perl.c perl.h sv.c util.c
25797 ____________________________________________________________________________
25798 [ 8625] By: jhi on 2001/01/30 20:26:33
25799 Log: Fix for the fa_IR locale failure. The reason for the failure
25800 was that Perl was assuming the decimal separator aka the radix
25801 separator is one character. The Farsi-Iranian locale crushed
25802 that bad assumption since there the separator is 'Momayyez',
25803 glyphwise looking somewhat like a slash, and in Unicode UTF-8
25804 encoded in two bytes, 0xd9 0xab.
25806 ! intrpvar.h perl.c perl.h sv.c util.c
25807 ____________________________________________________________________________
25808 [ 8624] By: gsar on 2001/01/30 20:17:03
25810 Branch: maint-5.6/perl
25811 ! Makefile.SH pod/perlintern.pod
25812 ____________________________________________________________________________
25813 [ 8623] By: gsar on 2001/01/30 19:42:34
25814 Log: backout change#7431 and its dependents (causes spurious rebuilds
25815 of autogenerated files)
25817 fix benign b.t failure
25818 Branch: maint-5.6/perl
25819 ! Makefile.SH t/lib/b.t
25820 ____________________________________________________________________________
25821 [ 8622] By: jhi on 2001/01/30 19:41:41
25822 Log: Microperl sync.
25825 ____________________________________________________________________________
25826 [ 8621] By: gsar on 2001/01/30 19:24:47
25827 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
25830 Subject: podlators 1.06 released
25832 Subject: [PATCH @8436] Eliminate op_children
25834 (Replaced by #8448) Traces of op_children (cleanup of #8442)
25836 (Replaced by #8448) More op_children traces (cleanup of #8442).
25838 Subject: [PATCH #3 @8436] Re: Eliminate op_children
25839 Replace #8444 and #8445.
25841 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
25842 at the setting of the ofs_sv in new_struct_thread() as the
25843 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
25844 uninitialized fields are, uh, initialized with),
25845 SvREFCNT_inc()ing that invited a core dump.
25847 podlators 1.07, from Russ Allbery.
25849 Subject: [PATCH] regcomp.c old feature removal
25850 From: mjd@plover.com
25851 Date: 16 Jan 2001 14:43:18 -0000
25852 Message-ID: <20010116144318.7140.qmail@plover.com>
25853 Branch: maint-5.6/perl
25854 +> lib/Pod/Text/Overstrike.pm
25855 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
25856 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
25857 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
25858 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
25859 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
25861 ____________________________________________________________________________
25862 [ 8620] By: gsar on 2001/01/30 18:48:32
25863 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
25864 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
25865 now fails one test)
25867 Subject: [PATCH] lvalue AUTOLOAD. No, really.
25869 Subject: [PATCH] Interesting syntax idea
25870 Make opens + bareword assigns do typeglob assigns.
25874 Subject: [PATCH @8269] Continue blocks and B::Deparse
25875 Make the peephole optimizer to bypass more null ops and
25876 and rewrite the deparse handling of continue blocks.
25878 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
25879 Doc tweak on #8313.
25881 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
25883 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
25885 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
25887 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
25888 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
25889 according to the platform.
25891 Subject: [PATCH @8404] Consolidated lvalue sub changes
25893 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
25895 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
25897 Subject: B::Concise -- an improved replacement for B::Terse
25899 The B::Terse drop-in replacement wasn't quite drop-in.
25901 The LVRET macro needed an aTHX.
25903 Use the /^Perl_/-less form of is_lvalue_sub().
25905 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
25906 Branch: maint-5.6/perl
25907 +> ext/B/B/Concise.pm
25908 !> (integrate 27 files)
25909 ____________________________________________________________________________
25910 [ 8619] By: nick on 2001/01/30 18:40:28
25911 Log: Integrate mainline
25913 !> (integrate 40 files)
25914 ____________________________________________________________________________
25915 [ 8618] By: jhi on 2001/01/30 18:37:18
25916 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
25917 Date: Mon, 29 Jan 2001 22:51:29 -0600
25918 From: "Craig A. Berry" <craigberry@mac.com>
25919 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
25922 ____________________________________________________________________________
25923 [ 8617] By: jhi on 2001/01/30 18:34:53
25924 Log: Subject: [PATCH] Add missing CV flags to dump.c
25925 From: Tim Jenness <t.jenness@jach.hawaii.edu>
25926 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
25927 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
25930 ____________________________________________________________________________
25931 [ 8616] By: jhi on 2001/01/30 18:20:58
25932 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
25933 part isn't applicable to maintperl.
25935 UTF-8 nit from Inaba Hiroto.
25936 Branch: maint-5.6/perl
25937 !> pod/perlapi.pod utf8.c
25938 ____________________________________________________________________________
25939 [ 8615] By: jhi on 2001/01/30 18:18:51
25940 Log: UTF-8 nit from Inaba Hiroto.
25942 ! pod/perlapi.pod t/op/each.t utf8.c
25943 ____________________________________________________________________________
25944 [ 8614] By: jhi on 2001/01/30 18:13:38
25945 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
25947 perl's internal variables are not for public consumption,
25948 move their docs from perlapi.pod to perlintern.pod
25950 support for -Dusethreads build under HP-UX 10.20 and DCE threads
25951 library (11.0 and later have pthreads but 10.x don't)
25953 avoid uninitialized value warnings
25955 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25956 gets weird results)
25958 perldoc nit on windows
25960 make it possible to run the tests outside the source tree
25961 (there's still a dependency on ../lib being the library
25964 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
25965 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
25966 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
25967 !> win32/bin/search.pl win32/vdir.h
25968 ____________________________________________________________________________
25969 [ 8613] By: gsar on 2001/01/30 16:39:59
25970 Log: make it possible to run the tests outside the source tree
25971 (there's still a dependency on ../lib being the library
25973 Branch: maint-5.6/perl
25974 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
25975 ____________________________________________________________________________
25976 [ 8612] By: gsar on 2001/01/30 16:31:12
25977 Log: perldoc nit on windows
25978 Branch: maint-5.6/perl
25980 ____________________________________________________________________________
25981 [ 8611] By: gsar on 2001/01/30 16:22:54
25982 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25983 gets weird results)
25984 Branch: maint-5.6/perl
25986 ____________________________________________________________________________
25987 [ 8610] By: gsar on 2001/01/30 16:12:45
25988 Log: avoid uninitialized value warnings
25989 Branch: maint-5.6/perl
25990 ! win32/bin/search.pl
25991 ____________________________________________________________________________
25992 [ 8609] By: gsar on 2001/01/30 16:08:01
25993 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
25994 library (11.0 and later have pthreads but 10.x don't)
25995 Branch: maint-5.6/perl
25996 ! hints/hpux.sh thread.h
25997 ____________________________________________________________________________
25998 [ 8608] By: gsar on 2001/01/30 15:48:55
25999 Log: perl's internal variables are not for public consumption,
26000 move their docs from perlapi.pod to perlintern.pod
26001 Branch: maint-5.6/perl
26002 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
26004 ____________________________________________________________________________
26005 [ 8607] By: gsar on 2001/01/30 15:44:27
26006 Log: mistakenly branched perl56delta.pod, revert
26007 Branch: maint-5.6/perl
26008 - pod/perl56delta.pod
26009 !> pod/perldelta.pod
26010 ____________________________________________________________________________
26011 [ 8606] By: gsar on 2001/01/30 14:20:24
26012 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
26013 dTHR which has been a noop for a while now, except for the
26014 compatibility definition in thread.h)
26015 Branch: maint-5.6/perl
26016 !> (integrate 45 files)
26017 ____________________________________________________________________________
26018 [ 8605] By: jhi on 2001/01/30 05:43:58
26019 Log: Mark the UTF-8 APIs as experimental.
26020 Branch: maint-5.6/perl
26021 ! embed.pl pod/perlapi.pod
26022 ____________________________________________________________________________
26023 [ 8604] By: jhi on 2001/01/30 05:38:40
26024 Log: Nits from earlier integrates.
26025 Branch: maint-5.6/perl
26026 ! lib/Carp/Heavy.pm
26028 ____________________________________________________________________________
26029 [ 8603] By: jhi on 2001/01/30 05:27:26
26030 Log: Regenerate Porting files.
26031 Branch: maint-5.6/perl
26032 ! Porting/Glossary Porting/config.sh Porting/config_H
26033 ____________________________________________________________________________
26034 [ 8602] By: jhi on 2001/01/30 05:14:59
26035 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
26036 8310,8339,8447,8492,8493,8505,8525: documentation changes.
26038 Subject: Re: perlfaq style changes
26040 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
26042 Subject: [PATCH] docs on NaN
26044 Subject: [patch] perlfaq7
26046 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
26048 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
26050 Subject: [PATCH] open() example in perlfunc.pod
26052 Podify README.mpeix (a new version from the web)
26054 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26056 Subject: [PATCH] format and rewording in perlfaq.pod
26058 Subject: [PATCH] API Variable documentation
26060 Memory management calls documentation.
26062 Subject: [PATCH: perl@8482] README.vms URL updates
26064 Subject: Minor typos in perlfaq2.pod
26066 Subject: [PATCH] pod/perlvar.pod
26067 Branch: maint-5.6/perl
26068 +> pod/perl56delta.pod
26069 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26070 !> README.amiga README.epoc README.mpeix README.vms
26071 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
26072 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
26073 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
26074 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
26075 !> pod/perlvar.pod thrdvar.h
26076 ____________________________________________________________________________
26077 [ 8601] By: jhi on 2001/01/30 04:38:35
26078 Log: Integrate changes #8036,8096,8253 from mainline:
26081 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
26082 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
26084 Output the (apparent) version of gcc in Tru64.
26085 Branch: maint-5.6/perl
26086 +> ext/POSIX/hints/svr4.pl
26087 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
26088 !> hints/svr4.sh t/lib/bigfltpm.t
26089 ____________________________________________________________________________
26090 [ 8600] By: jhi on 2001/01/30 04:04:01
26091 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
26094 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
26096 Debian allows /usr/bin/locale to exist without any locales. (7868)
26098 Allow the locale test needing POSIX and the taint test
26099 needing IPC::SysV to run under 'minitest' (basically,
26100 bail out if loading the extension fails). (8384)
26102 Cleanup the locale.t output (8480)
26103 Branch: maint-5.6/perl
26104 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
26105 !> t/pragma/locale.t
26106 ____________________________________________________________________________
26107 [ 8599] By: jhi on 2001/01/30 03:51:04
26108 Log: Missing generated files from #8598.
26109 Branch: maint-5.6/perl
26110 ! embed.h global.sym objXSUB.h perlapi.c proto.h
26111 ____________________________________________________________________________
26112 [ 8598] By: jhi on 2001/01/30 03:41:54
26113 Log: Integrate change #8555 from mainline, manually integrate parts
26114 of changes 8452 and 8583.
26116 Subject: [PATCH] utf8.c documentation (8452)
26118 No point in checking the length if the pointer is bogus. (8555)
26120 Introduce bytes_from_utf8() and implement sv_eq() using it,
26121 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
26122 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
26123 was malformed. (8583)
26124 Branch: maint-5.6/perl
26125 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
26126 !> pod/perlapi.pod sv.c utf8.c
26127 ____________________________________________________________________________
26128 [ 8597] By: gsar on 2001/01/30 02:37:26
26129 Log: get PERL_OBJECT build going again on windows
26130 Branch: maint-5.6/perl
26131 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26132 ! pod/perlapi.pod proto.h sv.c
26133 ____________________________________________________________________________
26134 [ 8596] By: jhi on 2001/01/30 02:16:17
26135 Log: Signedness nit.
26138 ____________________________________________________________________________
26139 [ 8595] By: jhi on 2001/01/30 02:11:07
26140 Log: EBCDIC patch for Storable, from Peter Prymmer.
26142 ! t/lib/st-06compat.t
26143 ____________________________________________________________________________
26144 [ 8594] By: jhi on 2001/01/30 01:04:48
26145 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
26146 From: Peter Prymmer <pvhp@forte.com>
26147 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
26148 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
26151 ____________________________________________________________________________
26152 [ 8593] By: jhi on 2001/01/30 00:56:47
26153 Log: Subject: [PATCH: perl@8585] pod problems in io
26154 From: Peter Prymmer <pvhp@forte.com>
26155 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
26156 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
26158 ! pod/perlapio.pod pod/perliol.pod
26159 ____________________________________________________________________________
26160 [ 8592] By: jhi on 2001/01/30 00:48:20
26161 Log: Integrate perlio.
26163 !> pod/perlapio.pod pod/perliol.pod
26164 ____________________________________________________________________________
26165 [ 8591] By: nick on 2001/01/29 22:02:28
26166 Log: GNU 'merge' Simon's copy of perliol.pod with version
26167 patched by Craig's patch.
26170 ____________________________________________________________________________
26171 [ 8590] By: nick on 2001/01/29 21:55:10
26172 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
26174 ! pod/perlapio.pod pod/perliol.pod
26175 ____________________________________________________________________________
26176 [ 8589] By: jhi on 2001/01/29 15:35:33
26177 Log: Integrate change #8586 from maint-5.6/perl.
26179 make the BOM detection code not call tell() until it has to
26180 (meant to fix esoteric compatibility issues where PL_rsfp
26184 ____________________________________________________________________________
26185 [ 8588] By: jhi on 2001/01/29 15:29:11
26186 Log: Subject: MAking Solaris malloc() the default
26187 From: Lupe Christoph <lupe@lupe-christoph.de>
26188 Date: Mon, 29 Jan 2001 12:59:36 +0100
26189 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
26191 The README.solaris part slightly tweaked.
26193 ! README.solaris hints/solaris_2.sh
26194 ____________________________________________________________________________
26195 [ 8587] By: jhi on 2001/01/29 15:17:34
26196 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
26197 From: root@ak-75.mind.de
26198 Date: Sun, 28 Jan 2001 20:32:29 +0100
26199 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
26202 ____________________________________________________________________________
26203 [ 8586] By: gsar on 2001/01/29 13:43:44
26204 Log: make the BOM detection code not call tell() until it has to
26205 (meant to fix esoteric compatibility issues where PL_rsfp
26207 Branch: maint-5.6/perl
26209 ____________________________________________________________________________
26210 [ 8585] By: jhi on 2001/01/28 20:05:45
26211 Log: Update Changes.
26213 ! Changes patchlevel.h
26214 ____________________________________________________________________________
26215 [ 8584] By: jhi on 2001/01/28 19:30:02
26216 Log: Integrate perlio.
26219 !> MANIFEST pod/perlapio.pod
26220 ____________________________________________________________________________
26221 [ 8583] By: jhi on 2001/01/28 19:28:40
26222 Log: Patch from Inaba Hiroto:
26223 - canonical UTF-8 hash keys: if a key string for a hash is
26224 UTF8-on, try downgrade the string and use it if
26225 unicode::distinct is not in effect.
26226 For the task, I added a function bytes_from_utf8() to utf8.c.
26227 It might resemble utf8_to_bytes() but it is not convenient
26229 Made a test for it and added to t/op/each.t
26230 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
26231 the mortal copy of the argument SV.
26232 And changed t/io/utf8.t test 18 which expects print() to
26233 upgrade its argument.
26234 - re-implement sv_eq with bytes_from_utf8()
26236 - tr/// does not handle UTF8 range (\x{}-\x{})
26237 - \ before raw UTF8 character produced
26238 "Malformed UTF-8 character" warning.
26239 - "\x{100}\N{CENT SIGN}" is Malformed.
26240 Added tests for these 3.
26241 - and one silly bug (by me) with qu operator.
26243 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
26244 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
26245 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
26246 ____________________________________________________________________________
26247 [ 8582] By: nick on 2001/01/28 19:25:04
26248 Log: Add pod/perliol.pod to MANIFEST :-(
26251 ____________________________________________________________________________
26252 [ 8581] By: nick on 2001/01/28 19:22:40
26253 Log: PerlIO documentation. Proofing and sub-editing requested.
26257 ____________________________________________________________________________
26258 [ 8580] By: jhi on 2001/01/28 05:16:25
26259 Log: Revert the change to sv_2pv() done by #8054: Someone who
26260 did SvNV_set() on a scalar that also happened to be POK,
26261 followed by sv_2pv() won't get the right coercion anymore.
26263 Branch: maint-5.6/perl
26265 ____________________________________________________________________________
26266 [ 8579] By: jhi on 2001/01/28 05:15:04
26267 Log: Remove the #8084 effect: do not allow -Q to be interpreted
26268 as -&Q(), this is too much wiggle room.
26269 Branch: maint-5.6/perl
26271 ____________________________________________________________________________
26272 [ 8578] By: jhi on 2001/01/28 05:12:45
26273 Log: Needed bits of #8439 (should have been in #8576),
26274 mainly for lval substr().
26275 Branch: maint-5.6/perl
26276 ! mg.c pp.c pp_hot.c
26277 ____________________________________________________________________________
26278 [ 8577] By: jhi on 2001/01/28 05:02:46
26279 Log: A missing check-in.
26280 Branch: maint-5.6/perl
26282 ____________________________________________________________________________
26283 [ 8576] By: jhi on 2001/01/28 04:26:18
26284 Log: Integrate changes #8425,8436,8439,8517 from mainline.
26285 The 8439 was not truly integrated because it had too many
26286 dependencies on the development branch and because it introduced
26287 concepts too bold for a maintenance branch (such as the qu operator).
26289 Subject: [PATCH perl@8342] -Wformat
26291 Tighten some of the UTF-8 tests a bit.
26293 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
26294 - The substr lval was still not okay.
26295 - Now pp_stringify and sv_setsv copies source's UTF8 flag
26296 even if IN_BYTE. pp_stringify is called from fold_constants
26297 at optimization phase and "\x{100}" was made SvUTF8_off under
26298 use bytes (the bytes pragma is for "byte semantics" and not
26299 for "do not produce UTF8 data")
26300 Branch: maint-5.6/perl
26301 ! t/lib/charnames.t t/op/substr.t toke.c
26302 !> sv.c t/pragma/utf8.t
26303 ____________________________________________________________________________
26304 [ 8575] By: jhi on 2001/01/28 04:01:51
26305 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
26307 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
26309 Subject: [ID 20001230.003] UTF-8 tr still hurts
26311 Test cases for #8385 (from Simon's "torture.pl")
26313 Start fixing UTF-8 lval substr() (8405)
26314 Branch: maint-5.6/perl
26315 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
26316 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
26317 ____________________________________________________________________________
26318 [ 8574] By: jhi on 2001/01/28 03:09:06
26319 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
26324 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
26326 "\x{FF}\xFF" was broken.
26328 Tests for #8329 and #8330.
26330 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
26332 IRIX compiler noticed that the bof initialization might be
26333 bypassed by control flow.
26335 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
26336 Branch: maint-5.6/perl
26337 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
26338 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
26339 ____________________________________________________________________________
26340 [ 8573] By: jhi on 2001/01/28 02:06:12
26341 Log: Retract #8552.
26343 ! lib/Text/Wrap.pm t/lib/textwrap.t
26344 ____________________________________________________________________________
26345 [ 8572] By: jhi on 2001/01/28 02:04:49
26346 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
26347 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
26348 not really integrated but instead salvaged by hand
26349 (they had too many dependencies on the development release
26350 to be cleanly integratable).
26352 Subject: more UTF8 test suites and an UTF8 patch
26354 Tweak for MULTIPLICITY/USE_PERLIO
26358 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
26360 Use the UTF8_XXX macros in is_utf8_char().
26362 Rewrite pp_concat() in terms of sv_catsv(). The . operator
26363 should now be UTF-8-proof.
26365 Subject: [PATCH perl@8269] scanning two hex-constants
26366 fails on EBCDIC environment (script length.t)
26368 Add some Unicode chop() tests.
26369 Branch: maint-5.6/perl
26370 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
26371 !> sv.c t/op/chop.t utf8.h
26372 ____________________________________________________________________________
26373 [ 8571] By: jhi on 2001/01/28 00:35:59
26374 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
26375 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
26377 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
26379 The maxiters upper limit sanity check (guarding against
26380 non-progress) assumed bytes instead of characters in s///
26385 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
26386 join() should now be UTF-8-proof.
26388 More split // UTF-8 tests. (8250)
26389 Branch: maint-5.6/perl
26390 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
26392 ____________________________________________________________________________
26393 [ 8570] By: jhi on 2001/01/27 22:15:46
26394 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
26395 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
26396 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
26397 8084,8204,8244,8333 from mainline.
26399 For -Q where Q might be a one-letter sub name one does no more
26400 get a warning about an unknown filetest (7941,7943,7944,8084).
26402 Subject: Re: [ID 20001130.011] expression parsing bug ?
26404 Make uv_to_utf8() to zero-terminate its output buffer.
26406 Split off t/op/length.t (7995)
26408 Split off t/op/utf8decode.t (7996)
26410 Remove an unnecessary 'use utf8' from the utf8.t (7998)
26412 Split off t/op/concat.t (8004)
26414 Split off t/op/ver.t (8005)
26416 Document utf8_length(), utf8_distance(), and utf8_hop().
26418 Document utf8_to_uv() better.
26420 Introduce macros for UTF8 decoding (8028,8033).
26422 Add test for reverse() (8030,8031).
26424 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
26426 Do not return the Unicode replacement character on UTF-8
26429 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
26430 not this_utf8 i.e. the output string has one, but don't mess
26431 with source assumption. (8052,8053)
26433 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
26434 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
26435 was not expecting to be called with something that was already
26436 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
26437 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
26440 Recode the naughty binary bytes in utf8decode.t using the \xHH.
26442 Make some panic messages a bit more logical.
26443 Branch: maint-5.6/perl
26444 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
26445 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
26446 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
26447 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
26448 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
26450 ____________________________________________________________________________
26451 [ 8569] By: jhi on 2001/01/27 19:16:43
26452 Log: Integrate changes #7750 from perlio and #8566 from mainline.
26453 Branch: maint-5.6/perl
26455 ____________________________________________________________________________
26456 [ 8568] By: jhi on 2001/01/27 18:06:51
26457 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
26458 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
26459 7935[-perlio.c],7936,7959,7965 from mainline.
26461 Change the "big byte" error message to "Wide character".
26462 (7355, the croak-if-wide-chars-in-print part ignored)
26466 Introduce Perl_utf8_length().
26468 diff -se shows these as different (7753, forgotten check-ins)
26470 Subject: [PATCH] doop.c - UTF8 tr///
26472 If we use (aTHX_ ...) then put Perl_ on the front.
26474 Make utf8_length() and utf8_distance() to be less forgiving
26477 Test line numbers are different with utf8.
26479 No need to scan till infinity, 13 is enough. (7872,7911)
26481 Subject: [PATCH] Tokeniser debugging
26483 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
26485 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
26487 Be more careful in Perl_sv_utf8_downgrade().
26491 Raw zero bytes in text files confuse at least GNU patch 2.1.
26492 Branch: maint-5.6/perl
26493 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
26494 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
26495 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
26496 !> t/pragma/utf8.t toke.c utf8.c utf8.h
26497 ____________________________________________________________________________
26498 [ 8567] By: nick on 2001/01/27 11:10:38
26499 Log: Integrate mainline
26501 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
26502 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
26503 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
26505 ____________________________________________________________________________
26506 [ 8566] By: jhi on 2001/01/27 06:22:48
26507 Log: More documentation for the regexp context stack.
26510 ____________________________________________________________________________
26511 [ 8565] By: jhi on 2001/01/27 05:21:57
26512 Log: Update Changes.
26514 ! Changes patchlevel.h
26515 ____________________________________________________________________________
26516 [ 8564] By: jhi on 2001/01/27 04:44:04
26517 Log: Threadedness patch for #8562 from Doug MacEachern.
26520 ____________________________________________________________________________
26521 [ 8563] By: jhi on 2001/01/27 04:26:24
26522 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
26523 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26524 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
26525 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
26528 ____________________________________________________________________________
26529 [ 8562] By: jhi on 2001/01/27 04:20:30
26530 Log: Subject: Re: Announce : Tokener reporting patch
26531 From: Simon Cozens <simon@cozens.net>
26532 Date: Mon, 22 Jan 2001 02:17:22 +0000
26533 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
26535 ! embed.h embed.pl proto.h toke.c
26536 ____________________________________________________________________________
26537 [ 8561] By: jhi on 2001/01/27 04:17:24
26538 Log: Forgot from #8545. Oops.
26540 ! pp.c t/pragma/overload.t
26541 ____________________________________________________________________________
26542 [ 8560] By: jhi on 2001/01/27 03:01:47
26543 Log: A better module compilation test, use MANIFEST as suggested
26546 ! t/lib/1_compile.t
26547 ____________________________________________________________________________
26548 [ 8559] By: jhi on 2001/01/27 02:50:48
26549 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
26550 From: Peter Prymmer <pvhp@forte.com>
26551 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
26552 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
26555 ____________________________________________________________________________
26556 [ 8558] By: jhi on 2001/01/27 02:27:05
26557 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
26558 From: Peter Prymmer <pvhp@forte.com>
26559 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
26560 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
26562 ! t/pragma/sub_lval.t
26563 ____________________________________________________________________________
26564 [ 8557] By: jhi on 2001/01/27 02:26:03
26565 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
26566 From: Peter Prymmer <pvhp@forte.com>
26567 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
26568 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
26570 ! t/lib/st-06compat.t
26571 ____________________________________________________________________________
26572 [ 8556] By: jhi on 2001/01/27 02:24:33
26573 Log: Subject: [PATCH: perl@8531] minor update to README.os390
26574 From: Peter Prymmer <pvhp@forte.com>
26575 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
26576 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
26579 ____________________________________________________________________________
26580 [ 8555] By: jhi on 2001/01/27 00:35:47
26581 Log: No point in checking the length before we know whether the pointer
26582 is bogus or not, fixes Abigail's odbm failures in Linux.
26585 ____________________________________________________________________________
26586 [ 8554] By: nick on 2001/01/26 19:01:31
26587 Log: Integrate mainline
26589 !> lib/Text/Wrap.pm t/lib/textwrap.t
26590 ____________________________________________________________________________
26591 [ 8553] By: jhi on 2001/01/26 15:19:39
26592 Log: Integrate change #7792 from perlio (multiplicity fix),
26593 fix the AV leak in regex DEBUGGING (tiny part of the
26594 polymorphic regexp patch #8143).
26595 Branch: maint-5.6/perl
26598 ____________________________________________________________________________
26599 [ 8552] By: jhi on 2001/01/26 15:03:23
26600 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
26601 From: Michael G Schwern <schwern@pobox.com>
26602 Date: Fri, 26 Jan 2001 09:28:31 -0500
26603 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
26605 ! lib/Text/Wrap.pm t/lib/textwrap.t
26606 ____________________________________________________________________________
26607 [ 8551] By: jhi on 2001/01/26 02:33:19
26608 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
26609 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
26611 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
26613 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
26617 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
26619 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
26621 (the cleanup of unused submatches in regtry() and regcppop())
26623 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
26624 stored and restored, and thusly was trounced by the utf8 swash
26627 use utf8 not required to use \x{}.
26629 Removed two more tests that make no sense in UTF-8 since the test
26630 data is not in UTF-8.
26632 Get the three different space character classes right under utf8.
26634 Implement ANYOFUTF8 regprop() dumping.
26636 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
26638 Document the regex context pushing/popping a bit better.
26639 Branch: maint-5.6/perl
26640 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
26641 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
26642 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
26643 !> t/op/regmesg.t utf8.c
26644 ____________________________________________________________________________
26645 [ 8550] By: nick on 2001/01/25 19:42:30
26646 Log: Integrate mainline
26648 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
26649 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
26650 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
26651 !> t/lib/bigint.t t/lib/bigintpm.t
26652 ____________________________________________________________________________
26653 [ 8549] By: jhi on 2001/01/25 15:22:28
26654 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
26655 Branch: maint-5.6/perl
26656 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
26657 ____________________________________________________________________________
26658 [ 8548] By: jhi on 2001/01/25 15:02:55
26659 Log: Integrate changes #7997,8063,8492,8547 from mainline.
26661 Subject: Re: STRLEN - what?
26663 Subject: [PATCH] perlguts.pod
26665 Memory management calls documentation.
26667 Layout using tabulator is not a good idea in a pod.
26668 Branch: maint-5.6/perl
26669 !> pod/perlguts.pod
26670 ____________________________________________________________________________
26671 [ 8547] By: jhi on 2001/01/25 14:49:05
26672 Log: Layout using tabulator is not a good idea in a pod.
26675 ____________________________________________________________________________
26676 [ 8546] By: jhi on 2001/01/25 14:31:12
26677 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
26680 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26682 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26684 More Win32 editor/IDE/shell hints.
26686 More Win32 Perling.
26688 Yet another editor edit.
26692 IDE/editor section tweaking.
26694 Few more IDE/editor nits from p5p.
26695 Branch: maint-5.6/perl
26696 !> pod/perlfaq3.pod
26697 ____________________________________________________________________________
26698 [ 8545] By: jhi on 2001/01/25 04:16:32
26699 Log: Subject: [PATCH 5.7.0] overload int()
26700 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26701 Date: Wed, 24 Jan 2001 19:06:57 -0500
26702 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
26704 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
26705 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
26707 ____________________________________________________________________________
26708 [ 8544] By: jhi on 2001/01/25 04:15:11
26709 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
26710 From: Peter Prymmer <pvhp@forte.com>
26711 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
26712 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
26714 ! Makefile.SH README.os390 hints/os390.sh installperl
26715 ____________________________________________________________________________
26716 [ 8543] By: jhi on 2001/01/25 03:52:08
26717 Log: Integrate change #8462,8469 from mainline.
26719 In VMS Perl subversion (perl -V) is undef.
26720 Branch: maint-5.6/perl
26722 ____________________________________________________________________________
26723 [ 8542] By: jhi on 2001/01/25 03:44:55
26724 Log: Integrate changes #7835,7850,8315,8316 from mainline.
26727 Branch: maint-5.6/perl
26728 !> hints/solaris_2.sh
26729 ____________________________________________________________________________
26730 [ 8541] By: jhi on 2001/01/25 03:39:28
26731 Log: Integrate #8336 from mainline.
26732 Branch: maint-5.6/perl
26734 ____________________________________________________________________________
26735 [ 8540] By: jhi on 2001/01/25 03:23:50
26736 Log: Retract #8539.
26737 Branch: maint-5.6/perl
26739 ____________________________________________________________________________
26740 [ 8539] By: jhi on 2001/01/25 03:21:55
26741 Log: (Retracted by #5940.)
26742 Branch: maint-5.6/perl
26744 ____________________________________________________________________________
26745 [ 8538] By: jhi on 2001/01/25 03:14:07
26746 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
26747 From: Peter Prymmer <pvhp@forte.com>
26748 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
26749 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
26752 Branch: maint-5.6/perl
26753 ! configure.com vms/descrip_mms.template
26754 ____________________________________________________________________________
26755 [ 8537] By: jhi on 2001/01/25 03:06:09
26756 Log: Integrate #7710,7824,7973 from mainline.
26757 Branch: maint-5.6/perl
26758 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26759 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
26760 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
26761 !> vos/config.ga.def vos/config.ga.h win32/config.bc
26762 !> win32/config.gc win32/config.vc
26763 ____________________________________________________________________________
26764 [ 8536] By: jhi on 2001/01/24 13:50:20
26765 Log: Revert the edits made by me so far to the 5.6 branch since
26766 the TRIAL1 since I did edits when I should have been using
26767 integrates. Bad programmer. (Will integrate them properly later.)
26768 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
26769 The #8353 will not be reapplied at least for now since
26770 the UTF-8 hash keys need more thinking.
26771 (The patches #8347, #8354, #8454, #8473 were okay since they
26772 were original edits made specifically for the 5.6.1-TRIAL1.)
26773 Branch: maint-5.6/perl
26774 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26775 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
26776 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
26777 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
26778 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
26779 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26780 ! win32/config.bc win32/config.gc win32/config.vc
26781 ____________________________________________________________________________
26782 [ 8535] By: bailey on 2001/01/24 06:37:02
26785 +> (branch 26 files)
26786 !> (integrate 130 files)
26787 ____________________________________________________________________________
26788 [ 8534] By: nick on 2001/01/23 19:30:57
26789 Log: Integrate mainline.
26791 !> Changes Configure Porting/Glossary Porting/config.sh
26792 !> Porting/config_H embed.h embed.pl ext/Encode/compile
26793 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
26794 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
26795 !> pod/perlvar.pod proto.h t/lib/1_compile.t
26796 ____________________________________________________________________________
26797 [ 8533] By: jhi on 2001/01/23 16:15:46
26798 Log: Forgotten from #8501.
26800 ! Porting/Glossary Porting/config.sh Porting/config_H
26801 ____________________________________________________________________________
26802 [ 8532] By: jhi on 2001/01/23 16:13:27
26803 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
26804 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26805 Date: Mon, 22 Jan 2001 17:51:58 +0100
26806 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
26808 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
26809 ____________________________________________________________________________
26810 [ 8531] By: jhi on 2001/01/23 15:46:01
26811 Log: Update Changes.
26813 ! Changes patchlevel.h
26814 ____________________________________________________________________________
26815 [ 8530] By: jhi on 2001/01/23 15:38:39
26816 Log: De-cut-and-pasto.
26818 ! t/lib/1_compile.t
26819 ____________________________________________________________________________
26820 [ 8529] By: jhi on 2001/01/23 15:11:04
26821 Log: Document the mkdir trailing slashes case.
26824 ____________________________________________________________________________
26825 [ 8528] By: jhi on 2001/01/23 15:08:28
26826 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
26829 Subject: lib/lib.pm
26830 From: <abigail@foad.org>
26831 Date: Mon, 28 Aug 2000 20:35:08 -0400
26832 Message-ID: <20000829003508.21281.qmail@foad.org>
26835 ____________________________________________________________________________
26836 [ 8527] By: jhi on 2001/01/23 14:44:04
26837 Log: Metaconfig unit change for #8526.
26839 ! U/threads/archname.U
26840 ____________________________________________________________________________
26841 [ 8526] By: jhi on 2001/01/23 14:43:19
26842 Log: Attach -perlio to the archname if so selected.
26845 ____________________________________________________________________________
26846 [ 8525] By: jhi on 2001/01/23 14:24:01
26847 Log: Subject: [PATCH] pod/perlvar.pod
26848 From: abigail@foad.org
26849 Date: Tue, 23 Jan 2001 01:41:10 +0100
26850 Message-ID: <20010123004110.22259.qmail@foad.org>
26853 ____________________________________________________________________________
26854 [ 8524] By: jhi on 2001/01/23 14:22:32
26855 Log: A bug introduced in #8217 (the undefined variable in the
26856 lib/safe1_t #3) fixed, by Charles Lane:
26858 The earlier patch made it so that stuff running in Safe
26859 compartments could do a "caller" and see "main". That
26860 little change in name is done right before the code in
26861 the compartment is run, and apparantly the parser
26862 was picking up the stash name before it got changed.
26864 (why it was threaded vs. unthreaded Perl that was sensitive to this
26865 I still don't know...and it probably doesn't matter).
26867 I tryed removing the stash name-change and saw that threaded Perl
26868 did indeed pass the lib/safe1.t tests.
26870 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
26871 do the name change (and to connect _ in the compartment to the global
26872 _) which is removed from _safe_call_sv. Then Safe.pm is modified
26873 to call _safe_pkg_prep when creating a new compartment.
26875 Passes all tests with threaded perl on linux; passes all tests
26876 with unthreaded perl on VMS.
26878 At some point I'll probably want to revisit Safe and Opcode to
26879 provide more sensible handling of global variables...and to get
26880 formats working in Safe compartments, which they don't do currently.
26882 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
26883 ____________________________________________________________________________
26884 [ 8523] By: jhi on 2001/01/23 14:11:58
26885 Log: Also the lib/Thread.pm itself needs to be ignored if
26886 the Thread extension hasn't been built.
26888 ! t/lib/1_compile.t
26889 ____________________________________________________________________________
26890 [ 8522] By: jhi on 2001/01/23 13:51:28
26891 Log: print() instead of warn() so that stderr doesn't get
26892 unncessarily polluted.
26894 ! ext/Encode/compile
26895 ____________________________________________________________________________
26896 [ 8521] By: jhi on 2001/01/23 13:49:48
26897 Log: Integrate perlio.
26899 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
26900 !> ext/Encode/encode.h
26901 ____________________________________________________________________________
26902 [ 8520] By: nick on 2001/01/22 21:44:00
26903 Log: More messing with Encode:
26904 Extra fields in header to allow multiple names and to record
26905 other things "compile" knows.
26906 Re-organise compile to factor out common output routines.
26908 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
26909 ____________________________________________________________________________
26910 [ 8519] By: nick on 2001/01/22 20:33:50
26911 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
26913 ! ext/Encode/Makefile.PL ext/Encode/compile
26914 ____________________________________________________________________________
26915 [ 8518] By: nick on 2001/01/22 20:28:13
26916 Log: Integrate mainline
26918 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
26919 !> vos/config.alpha.def vos/config.alpha.h
26920 ____________________________________________________________________________
26921 [ 8517] By: jhi on 2001/01/22 15:37:17
26922 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
26926 ____________________________________________________________________________
26927 [ 8516] By: jhi on 2001/01/22 14:55:15
26928 Log: More SIG_SIZE fixes.
26930 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
26931 ____________________________________________________________________________
26932 [ 8515] By: jhi on 2001/01/22 14:50:27
26933 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
26934 From: "Craig A. Berry" <craigberry@mac.com>
26935 Date: Mon, 22 Jan 2001 00:42:24 -0600
26936 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
26939 ____________________________________________________________________________
26940 [ 8514] By: jhi on 2001/01/22 14:31:17
26941 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
26942 From: "Craig A. Berry" <craigberry@mac.com>
26943 Date: Sun, 21 Jan 2001 23:03:25 -0600
26944 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
26947 ____________________________________________________________________________
26948 [ 8513] By: jhi on 2001/01/22 14:14:00
26949 Log: Add the .ucm encoding tables to the MANIFEST.
26952 ____________________________________________________________________________
26953 [ 8512] By: jhi on 2001/01/22 13:43:33
26954 Log: Integrate perlio.
26956 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26957 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26958 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26959 +> ext/Encode/Encode/iso8859-10.ucm
26960 +> ext/Encode/Encode/iso8859-13.ucm
26961 +> ext/Encode/Encode/iso8859-14.ucm
26962 +> ext/Encode/Encode/iso8859-15.ucm
26963 +> ext/Encode/Encode/iso8859-16.ucm
26964 +> ext/Encode/Encode/iso8859-2.ucm
26965 +> ext/Encode/Encode/iso8859-3.ucm
26966 +> ext/Encode/Encode/iso8859-4.ucm
26967 +> ext/Encode/Encode/iso8859-5.ucm
26968 +> ext/Encode/Encode/iso8859-6.ucm
26969 +> ext/Encode/Encode/iso8859-7.ucm
26970 +> ext/Encode/Encode/iso8859-8.ucm
26971 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26972 +> ext/Encode/Encode/symbol.ucm
26973 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
26975 ____________________________________________________________________________
26976 [ 8511] By: nick on 2001/01/21 23:44:47
26977 Log: Make "real" layers of ":utf8" and ":raw".
26978 So now PERLIO=utf8 perl ...
26979 does what Andreas wanted.
26980 Fix arg passing in open.pm (still have a Carp issue).
26982 ! lib/open.pm perlio.c perliol.h
26983 ____________________________________________________________________________
26984 [ 8510] By: jhi on 2001/01/21 22:56:53
26985 Log: Document the regex context pushing/popping a bit better.
26988 ____________________________________________________________________________
26989 [ 8509] By: jhi on 2001/01/21 22:55:44
26990 Log: Tweak the mkdir trailing slash code some more.
26992 TO DO: the same handling should probably be done for
26993 all the other filesystem functions that can have directories
26994 as their arguments.
26997 ____________________________________________________________________________
26998 [ 8508] By: nick on 2001/01/21 21:37:43
26999 Log: Switch "compiled in" encodings to .ucm format.
27000 (Leave others as .enc till we can run-time load .ucm,
27001 or find some other way to load them.)
27003 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
27004 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
27005 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
27006 + ext/Encode/Encode/iso8859-10.ucm
27007 + ext/Encode/Encode/iso8859-13.ucm
27008 + ext/Encode/Encode/iso8859-14.ucm
27009 + ext/Encode/Encode/iso8859-15.ucm
27010 + ext/Encode/Encode/iso8859-16.ucm
27011 + ext/Encode/Encode/iso8859-2.ucm
27012 + ext/Encode/Encode/iso8859-3.ucm
27013 + ext/Encode/Encode/iso8859-4.ucm
27014 + ext/Encode/Encode/iso8859-5.ucm
27015 + ext/Encode/Encode/iso8859-6.ucm
27016 + ext/Encode/Encode/iso8859-7.ucm
27017 + ext/Encode/Encode/iso8859-8.ucm
27018 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
27019 + ext/Encode/Encode/symbol.ucm
27020 ! ext/Encode/Makefile.PL ext/Encode/compile
27021 ____________________________________________________________________________
27022 [ 8507] By: nick on 2001/01/21 21:02:03
27023 Log: Integrate (partial) mainline.
27025 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
27026 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
27027 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27028 ____________________________________________________________________________
27029 [ 8506] By: jhi on 2001/01/21 20:09:30
27030 Log: Update Changes.
27032 ! Changes patchlevel.h
27033 ____________________________________________________________________________
27034 [ 8505] By: jhi on 2001/01/21 19:39:59
27035 Log: Subject: Minor typos in perlfaq2.pod
27036 From: "Stephen P. Potter" <spp@spotter.yi.org>
27037 Message-Id: <200101192101.QAA11911@spotter.yi.org>
27038 Date: Fri, 19 Jan 2001 16:01:13 -0500
27040 with a nit from Philip Netwon.
27043 ____________________________________________________________________________
27044 [ 8504] By: jhi on 2001/01/21 19:33:05
27045 Log: Metaconfig change for #8503.
27047 ! U/threads/usethreads.U
27048 ____________________________________________________________________________
27049 [ 8503] By: jhi on 2001/01/21 19:32:21
27050 Log: Sanity check for conflicting thread flavours.
27052 ! Configure config_h.SH
27053 ____________________________________________________________________________
27054 [ 8502] By: jhi on 2001/01/21 19:23:00
27055 Log: Metaconfig change for #8501.
27057 ! U/modified/sig_name.U
27058 ____________________________________________________________________________
27059 [ 8501] By: jhi on 2001/01/21 19:22:26
27060 Log: The SIG_SIZE is the number of the elements *excluding*
27061 the terminating NULL.
27063 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
27064 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
27065 ! win32/config_H.vc
27066 ____________________________________________________________________________
27067 [ 8500] By: jhi on 2001/01/21 18:31:31
27068 Log: Integrate perlio.
27070 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
27071 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
27072 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
27073 !> pp_sys.c proto.h sv.c
27074 ____________________________________________________________________________
27075 [ 8499] By: jhi on 2001/01/21 17:43:57
27076 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
27077 From: Hugo <hv@crypt.compulink.co.uk>
27078 Date: Sun, 21 Jan 2001 13:34:05 +0000
27079 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
27081 In sprintf UTF8ize only if necessary.
27084 ____________________________________________________________________________
27085 [ 8498] By: nick on 2001/01/21 16:25:32
27086 Log: Encode cleanup.
27087 Add command line control over "compile" so that Makefile.PL
27088 needs can be combined with other uses.
27089 Use command line options in Makefile.PL.
27090 Fix multi-byte parsing in .ucm files.
27092 ! ext/Encode/Makefile.PL ext/Encode/compile
27093 ____________________________________________________________________________
27094 [ 8497] By: nick on 2001/01/21 12:56:27
27095 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
27097 ! ext/Encode/Encode.xs
27098 ____________________________________________________________________________
27099 [ 8496] By: nick on 2001/01/21 12:18:45
27100 Log: Fixup after integrate:
27101 missed the .sym files that are changed by regen_headers
27102 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
27104 ! global.sym pp.sym sv.c
27105 ____________________________________________________________________________
27106 [ 8495] By: nick on 2001/01/21 11:51:07
27107 Log: Integrate mainline.
27109 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
27110 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
27111 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
27112 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
27113 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
27114 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
27115 !> win32/Makefile win32/makefile.mk
27116 ____________________________________________________________________________
27117 [ 8494] By: jhi on 2001/01/20 23:12:11
27118 Log: Forgot the expect_number() prototype.
27120 ! embed.h embed.pl proto.h
27121 ____________________________________________________________________________
27122 [ 8493] By: jhi on 2001/01/20 22:56:39
27123 Log: Subject: [PATCH: perl@8482] README.vms URL updates
27124 From: Peter Prymmer <pvhp@forte.com>
27125 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
27126 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
27128 Plus Craig A. Berry's suggestion to use compaq.com instead
27132 ____________________________________________________________________________
27133 [ 8492] By: jhi on 2001/01/20 22:50:05
27134 Log: Memory management calls documentation.
27137 ____________________________________________________________________________
27138 [ 8491] By: jhi on 2001/01/20 22:38:33
27139 Log: Signedness nit plus few memcpy/Copy nits.
27142 ____________________________________________________________________________
27143 [ 8490] By: jhi on 2001/01/20 22:25:53
27144 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
27145 From: Peter Prymmer <pvhp@forte.com>
27146 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
27147 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
27149 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
27150 ____________________________________________________________________________
27151 [ 8489] By: jhi on 2001/01/20 22:24:41
27152 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
27153 From: Peter Prymmer <pvhp@forte.com>
27154 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
27155 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
27157 ! win32/Makefile win32/makefile.mk
27158 ____________________________________________________________________________
27159 [ 8488] By: jhi on 2001/01/20 22:22:27
27160 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
27161 From: Peter Prymmer <pvhp@forte.com>
27162 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
27163 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
27166 ____________________________________________________________________________
27167 [ 8487] By: jhi on 2001/01/20 22:21:18
27168 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
27169 From: Peter Prymmer <pvhp@forte.com>
27170 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
27171 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
27173 + ext/DynaLoader/dl_dllload.xs
27174 ! MANIFEST Makefile.SH hints/os390.sh
27175 ____________________________________________________________________________
27176 [ 8486] By: jhi on 2001/01/20 22:17:53
27177 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
27178 From: Peter Prymmer <pvhp@forte.com>
27179 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
27180 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
27182 ! README.os390 README.posix-bc
27183 ____________________________________________________________________________
27184 [ 8485] By: jhi on 2001/01/20 20:15:30
27185 Log: Document and test the new qu operator.
27188 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
27189 ! pod/perlretut.pod pod/perlunicode.pod
27190 ____________________________________________________________________________
27191 [ 8484] By: nick on 2001/01/20 19:42:30
27192 Log: Infrastructure to allow:
27193 open($fh,"|-",@array);
27195 i.e. mark pp_open as needing a stack mark, and make pp_open
27196 process its args in that style (and pass them _all_ to tied handles OPEN).
27197 Invent do_openn() which takes SV ** at allow it to see multiple args.
27198 Note this does not _do_ anything yet.
27200 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
27201 ! perlapi.c pp_proto.h pp_sys.c proto.h
27202 ____________________________________________________________________________
27203 [ 8483] By: nick on 2001/01/20 17:23:14
27204 Log: Integrate mainline.
27206 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
27207 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
27208 ____________________________________________________________________________
27209 [ 8482] By: jhi on 2001/01/19 15:37:49
27210 Log: Update Changes.
27212 ! Changes patchlevel.h
27213 ____________________________________________________________________________
27214 [ 8481] By: jhi on 2001/01/19 14:41:24
27215 Log: Subject: Re: new feature: s?printf parameter reordering
27216 From: Hugo <hv@crypt.compulink.co.uk>
27217 Date: Thu, 11 Jan 2001 17:09:03 +0000
27218 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
27220 - support reordering for all parameters: %, *v, *, .*
27221 - lay down that the reordering specification must immediately
27222 follow that parameter: %3$, *v3$, *3$, .*3$
27223 - fix vectorisation of a zero-length string
27224 - factor out the code choosing the argument to format
27226 Possibly unwanted side-effects:
27227 - the special format specifiers ' +-0' must now precede any
27228 vectorisation specifier. Tests in op/sprintf and op/ver
27229 have been changed to reflect this.
27230 - sprintf.t test #214 changed its expectations because in many
27231 cases, the next parameter has already been consumed when an
27232 invalid type letter is detected.
27234 Probably wanted side-effects:
27235 - attempts to format a non-existent parameter will warn as if C<undef>
27236 - attempt to write to non-existent parameter with '%n' will complain
27237 of "attempt to modify read-only value" instead of being silent
27239 ! sv.c t/op/sprintf.t t/op/ver.t
27240 ____________________________________________________________________________
27241 [ 8480] By: jhi on 2001/01/19 14:08:37
27242 Log: Subject: PATCH pragma/locale.t
27243 From: andreas.koenig@anima.de (Andreas J. Koenig)
27244 Date: 18 Jan 2001 09:45:37 +0100
27245 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
27247 ! t/pragma/locale.t
27248 ____________________________________________________________________________
27249 [ 8479] By: jhi on 2001/01/19 13:19:58
27250 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
27253 ____________________________________________________________________________
27254 [ 8478] By: jhi on 2001/01/19 02:12:35
27255 Log: Automate 1_compile.t.
27257 ! t/lib/1_compile.t
27258 ____________________________________________________________________________
27259 [ 8477] By: jhi on 2001/01/19 01:49:56
27260 Log: Integrate perlio.
27262 !> sv.c win32/config.bc win32/config.gc win32/config.vc
27263 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27264 ____________________________________________________________________________
27265 [ 8476] By: nick on 2001/01/18 21:51:52
27266 Log: Integrate mainline
27268 +> t/lib/1_compile.t t/lib/compmod.pl
27269 !> MANIFEST configure.com lib/unicode/distinct.pm
27270 ____________________________________________________________________________
27271 [ 8475] By: nick on 2001/01/18 21:48:02
27272 Log: Win32 "safe signals" co-existance fix.
27273 Fix SIG_SIZE value.
27274 Clear PL_sig_pending when cloning (fork).
27276 ! sv.c win32/config.bc win32/config.gc win32/config.vc
27277 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27278 ____________________________________________________________________________
27279 [ 8474] By: jhi on 2001/01/18 14:40:57
27280 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
27282 ! t/lib/1_compile.t
27283 ____________________________________________________________________________
27284 [ 8473] By: gsar on 2001/01/18 11:42:31
27285 Log: unsubmitted trial1 change
27286 Branch: maint-5.6/perl
27288 ____________________________________________________________________________
27289 [ 8472] By: jhi on 2001/01/18 04:30:24
27290 Log: The first bug found by 1_compile.t.
27292 ! lib/unicode/distinct.pm
27293 ____________________________________________________________________________
27294 [ 8471] By: jhi on 2001/01/18 04:29:42
27295 Log: Add Schwern's 1_compile test. The compile_module script renamed
27296 to be a bit shorter for the 8.3 people.
27298 + t/lib/1_compile.t t/lib/compmod.pl
27300 ____________________________________________________________________________
27301 [ 8470] By: jhi on 2001/01/18 04:16:00
27302 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)
27303 From: Peter Prymmer <pvhp@forte.com>
27304 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
27305 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
27307 Branch: maint-5.6/perl
27309 ____________________________________________________________________________
27310 [ 8469] By: jhi on 2001/01/18 04:13:02
27311 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)
27312 From: Peter Prymmer <pvhp@forte.com>
27313 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
27314 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
27318 ____________________________________________________________________________
27319 [ 8468] By: jhi on 2001/01/18 03:42:08
27320 Log: Integrate perlio.
27322 !> gv.c mg.c perlio.c util.c
27323 ____________________________________________________________________________
27324 [ 8467] By: nick on 2001/01/17 22:41:10
27325 Log: "Safe" signals - trial implementation.
27326 gv.c tweaked to zero PL_sig_pend array
27327 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
27328 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
27329 Odd thing is that it "works" with PERLIO=stdio as well (linux).
27331 ! gv.c mg.c perlio.c util.c
27332 ____________________________________________________________________________
27333 [ 8466] By: nick on 2001/01/17 20:40:20
27334 Log: Integrate mainline.
27336 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27337 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
27338 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
27339 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27340 !> vos/config.ga.h win32/config.bc win32/config.gc
27342 ____________________________________________________________________________
27343 [ 8465] By: jhi on 2001/01/17 18:37:13
27344 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
27345 From: Nicholas Clark <nick@ccl4.org>
27346 Date: Wed, 17 Jan 2001 17:31:33 +0000
27347 Message-ID: <20010117173133.I2633@plum.flirble.org>
27350 ____________________________________________________________________________
27351 [ 8464] By: jhi on 2001/01/17 14:43:17
27352 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
27353 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27354 Date: Wed, 17 Jan 2001 15:16:43 +0100
27355 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
27357 pp_int() was dropping an NV to the floor,
27358 int(279964589018079/59) either returned not an integer
27359 4745162525730.15, or one got "Attempt to free unreferenced scalar."
27362 ____________________________________________________________________________
27363 [ 8463] By: jhi on 2001/01/17 06:12:42
27364 Log: (Replaced by #8470)
27366 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)
27367 From: "Craig A. Berry" <craigberry@mac.com>
27368 Date: Tue, 16 Jan 2001 23:38:46 -0600
27369 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
27370 Branch: maint-5.6/perl
27372 ____________________________________________________________________________
27373 [ 8462] By: jhi on 2001/01/17 06:11:31
27374 Log: (Replaced by #8469)
27376 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)
27377 From: "Craig A. Berry" <craigberry@mac.com>
27378 Date: Tue, 16 Jan 2001 23:38:46 -0600
27379 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
27382 ____________________________________________________________________________
27383 [ 8461] By: jhi on 2001/01/17 05:56:12
27384 Log: Allow for one trailing slash in the directory of mkdir().
27387 ____________________________________________________________________________
27388 [ 8460] By: jhi on 2001/01/17 03:26:01
27389 Log: Metaconfig unit changes for #8459.
27391 ! U/modified/Loc.U U/modified/sig_name.U
27392 ____________________________________________________________________________
27393 [ 8459] By: jhi on 2001/01/17 03:24:48
27394 Log: Define SIG_SIZE, the number of elements in the sig_name and
27395 sig_num arrays, including the final NULL entry.
27397 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27398 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
27399 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
27400 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27401 ! win32/config.bc win32/config.gc win32/config.vc
27402 ____________________________________________________________________________
27403 [ 8458] By: jhi on 2001/01/17 01:41:33
27404 Log: Integrate perlio.
27406 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
27407 !> perlapi.h proto.h sv.c
27408 ____________________________________________________________________________
27409 [ 8457] By: nick on 2001/01/16 22:07:26
27410 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
27411 Provides all the "cost" but no benefit yet - it is to allow cost
27412 to be measured, and implementation experiments (just in mg.c?).
27414 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
27415 ! perlapi.h proto.h sv.c
27416 ____________________________________________________________________________
27417 [ 8456] By: nick on 2001/01/16 21:07:07
27418 Log: Integrate mainline.
27420 !> (integrate 51 files)
27421 ____________________________________________________________________________
27422 [ 8455] By: jhi on 2001/01/16 18:13:43
27423 Log: Subject: [PATCH] regcomp.c old feature removal
27424 From: mjd@plover.com
27425 Date: 16 Jan 2001 14:43:18 -0000
27426 Message-ID: <20010116144318.7140.qmail@plover.com>
27429 ____________________________________________________________________________
27430 [ 8454] By: jhi on 2001/01/16 16:12:39
27431 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
27432 From: "Indy Singh" <indy@nusphere.com>
27433 Date: Wed, 10 Jan 2001 20:17:49 -0500
27434 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
27435 Branch: maint-5.6/perl
27437 ____________________________________________________________________________
27438 [ 8453] By: jhi on 2001/01/16 16:09:33
27439 Log: Update Changes.
27441 ! Changes patchlevel.h
27442 ____________________________________________________________________________
27443 [ 8452] By: jhi on 2001/01/16 15:42:04
27444 Log: Subject: Re: API Cleanup
27445 To: perl5-porters@perl.org
27446 Date: Tue, 16 Jan 2001 13:42:30 +0000
27447 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
27449 Subject: [PATCH] utf8.c documentation
27450 From: Simon Cozens <simon@cozens.net>
27451 Date: Tue, 16 Jan 2001 13:52:48 +0000
27452 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
27454 Subject: Re: API Cleanup
27455 From: Simon Cozens <simon@cozens.net>
27456 Date: Tue, 16 Jan 2001 14:58:55 +0000
27457 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
27461 ! embed.pl pod/perlapi.pod utf8.c
27462 ____________________________________________________________________________
27463 [ 8451] By: jhi on 2001/01/16 14:41:39
27464 Log: podlators 1.07, from Russ Allbery.
27467 ____________________________________________________________________________
27468 [ 8450] By: jhi on 2001/01/16 14:24:19
27469 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
27470 From: "Indy Singh" <indy@nusphere.com>
27471 Date: Mon, 15 Jan 2001 20:59:40 -0500
27472 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
27475 ____________________________________________________________________________
27476 [ 8449] By: jhi on 2001/01/16 03:42:55
27477 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
27478 at the setting of the ofs_sv in new_struct_thread() as the
27479 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
27480 that invited a core dump.
27483 ____________________________________________________________________________
27484 [ 8448] By: jhi on 2001/01/16 01:49:07
27485 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
27486 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27487 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
27488 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
27490 Replace #8444 and #8445.
27492 ! ext/B/B.xs ext/B/B/Debug.pm
27493 ____________________________________________________________________________
27494 [ 8447] By: jhi on 2001/01/15 21:05:35
27495 Log: Subject: [PATCH] API Variable documentation
27496 From: Simon Cozens <simon@cozens.net>
27497 Date: Mon, 15 Jan 2001 19:35:54 +0000
27498 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
27500 ! pod/perlapi.pod thrdvar.h
27501 ____________________________________________________________________________
27502 [ 8446] By: jhi on 2001/01/15 20:49:20
27503 Log: Signedness nit.
27506 ____________________________________________________________________________
27507 [ 8445] By: jhi on 2001/01/15 20:28:48
27508 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
27511 ____________________________________________________________________________
27512 [ 8444] By: jhi on 2001/01/15 13:09:10
27513 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
27516 ____________________________________________________________________________
27517 [ 8443] By: jhi on 2001/01/15 13:06:26
27518 Log: Missing from #8439.
27521 ____________________________________________________________________________
27522 [ 8442] By: jhi on 2001/01/15 13:02:38
27523 Log: Subject: [PATCH @8436] Eliminate op_children
27524 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27525 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
27526 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
27528 Subject: [PATCH @8436] Re: Eliminate op_children
27529 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27530 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
27531 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
27533 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
27534 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
27536 ____________________________________________________________________________
27537 [ 8441] By: jhi on 2001/01/15 12:57:08
27538 Log: Use the /^Perl_/-less form of is_lvalue_sub().
27541 ____________________________________________________________________________
27542 [ 8440] By: jhi on 2001/01/15 05:13:09
27543 Log: Revert #8437 and #8438, the Linux large files story is more complex.
27544 Branch: metaconfig/U/perl
27545 ! d_fpos64_t.U d_off64_t.U
27547 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27548 ! config_h.SH configure.com epoc/config.sh perl.h
27549 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27550 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27551 ! win32/config.bc win32/config.gc win32/config.vc
27552 ____________________________________________________________________________
27553 [ 8439] By: jhi on 2001/01/15 05:02:24
27554 Log: More UTF-8 patches from Inaba Hiroto.
27555 - The substr lval was still not okay.
27556 - Now pp_stringify and sv_setsv copies source's UTF8 flag
27557 even if IN_BYTE. pp_stringify is called from fold_constants
27558 at optimization phase and "\x{100}" was made SvUTF8_off under
27559 use bytes (the bytes pragma is for "byte semantics" and not
27560 for "do not produce UTF8 data")
27561 - New `qu' operator to generate UTF8 string explicitly.
27562 Though I agree with the policy "0x00-0xff always produce bytes",
27563 sometimes want to such a string to be coded in UTF8.
27564 I can use pack"U0a*" but it requires more typing and has
27566 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
27567 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
27568 string is not UTF8_on and has char 0x80-0xff.
27570 TODO: document and test qu.
27572 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
27573 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
27575 ____________________________________________________________________________
27576 [ 8438] By: jhi on 2001/01/14 05:10:23
27577 Log: Metaconfig unit changes for #8437.
27578 Branch: metaconfig/U/perl
27579 ! d_fpos64_t.U d_off64_t.U
27580 ____________________________________________________________________________
27581 [ 8437] By: jhi on 2001/01/14 04:55:34
27582 Log: Add <features.h> probing, seems to be needed for (some?)
27583 Linux largefileness.
27585 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27586 ! config_h.SH configure.com epoc/config.sh perl.h
27587 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27588 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27589 ! win32/config.bc win32/config.gc win32/config.vc
27590 ____________________________________________________________________________
27591 [ 8436] By: jhi on 2001/01/13 17:47:21
27592 Log: Tighten some of the tests a bit.
27595 ____________________________________________________________________________
27596 [ 8435] By: jhi on 2001/01/13 17:31:54
27597 Log: Integrate perlio.
27599 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
27600 !> win32/config_H.gc win32/config_H.vc
27601 ____________________________________________________________________________
27602 [ 8434] By: nick on 2001/01/13 11:36:53
27603 Log: Run dmake regen_config_h for Win32
27605 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27606 ____________________________________________________________________________
27607 [ 8433] By: nick on 2001/01/13 11:31:55
27608 Log: VMS friendly patch to Encode compile process
27610 ! ext/Encode/Makefile.PL ext/Encode/compile
27611 ____________________________________________________________________________
27612 [ 8432] By: nick on 2001/01/13 11:06:44
27613 Log: Integrate mainline
27615 +> ext/B/B/Concise.pm
27616 !> (integrate 52 files)
27617 ____________________________________________________________________________
27618 [ 8431] By: jhi on 2001/01/13 05:55:55
27619 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
27620 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27621 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
27622 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
27624 ! ext/B/B/Concise.pm
27625 ____________________________________________________________________________
27626 [ 8430] By: jhi on 2001/01/13 04:24:18
27627 Log: The LVRET macro needed an aTHX.
27630 ____________________________________________________________________________
27631 [ 8429] By: jhi on 2001/01/13 02:12:42
27632 Log: Update Changes.
27634 ! Changes patchlevel.h
27635 ____________________________________________________________________________
27636 [ 8428] By: jhi on 2001/01/13 02:08:50
27637 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
27638 From: Peter Prymmer <pvhp@forte.com>
27639 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
27640 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
27642 Add a BEGIN guard for sloppy floating point division.
27644 ! lib/Math/BigInt.pm lib/bigint.pl
27645 ____________________________________________________________________________
27646 [ 8427] By: jhi on 2001/01/13 01:47:16
27647 Log: The B::Terse drop-in replacement wasn't quite drop-in.
27650 ____________________________________________________________________________
27651 [ 8426] By: jhi on 2001/01/12 21:20:43
27654 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27655 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
27656 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27657 ! vos/config.ga.def vos/config.ga.h win32/config.bc
27658 ! win32/config.gc win32/config.vc
27659 ____________________________________________________________________________
27660 [ 8425] By: jhi on 2001/01/12 20:20:14
27661 Log: Subject: [PATCH perl@8342] -Wformat
27662 From: Robin Barker <rmb1@cise.npl.co.uk>
27663 Date: Fri, 12 Jan 2001 20:03:14 GMT
27664 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
27666 ! ext/Encode/Encode.xs mg.c sv.c toke.c
27667 ____________________________________________________________________________
27668 [ 8424] By: jhi on 2001/01/12 20:01:48
27669 Log: Subject: B::Concise -- an improved replacement for B::Terse
27670 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27671 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
27672 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
27674 + ext/B/B/Concise.pm
27675 ! MANIFEST ext/B/B/Terse.pm
27676 ____________________________________________________________________________
27677 [ 8423] By: jhi on 2001/01/12 19:24:02
27678 Log: The new metaconfig unit from the #8421.
27679 Branch: metaconfig/U/perl
27681 ____________________________________________________________________________
27682 [ 8422] By: jhi on 2001/01/12 19:23:43
27683 Log: Forgot the microperl config from the #8421.
27685 ! uconfig.h uconfig.sh
27686 ____________________________________________________________________________
27687 [ 8421] By: jhi on 2001/01/12 19:05:27
27688 Log: Add sigprocmask() probe, regen Configure, regen toc.
27690 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27691 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
27692 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27693 ! vos/config.ga.h win32/config.bc win32/config.gc
27695 ____________________________________________________________________________
27696 [ 8420] By: jhi on 2001/01/12 18:34:31
27697 Log: Add sockatmark() to the todo list.
27700 ____________________________________________________________________________
27701 [ 8419] By: jhi on 2001/01/12 18:09:46
27702 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
27705 ____________________________________________________________________________
27706 [ 8418] By: jhi on 2001/01/12 18:05:30
27707 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
27708 From: Radu Greab <radu@netsoft.ro>
27709 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
27710 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
27712 ! op.c t/pragma/sub_lval.t
27713 ____________________________________________________________________________
27714 [ 8417] By: jhi on 2001/01/12 16:09:09
27715 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
27716 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27717 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
27718 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
27720 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
27721 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
27722 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
27723 ! t/pragma/sub_lval.t toke.c
27724 ____________________________________________________________________________
27725 [ 8416] By: jhi on 2001/01/12 15:42:06
27726 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
27727 From: "Richard Soderberg" <rs@crystalflame.net>
27728 Date: Fri, 12 Jan 2001 04:49:35 -0800
27729 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
27731 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
27732 according to the platform.
27735 ____________________________________________________________________________
27736 [ 8415] By: jhi on 2001/01/12 15:33:41
27737 Log: One more UTF-8 fix from Inaba Hiroto.
27739 ! pp.c regexec.c t/pragma/utf8.t
27740 ____________________________________________________________________________
27741 [ 8414] By: jhi on 2001/01/12 15:30:18
27742 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
27745 ____________________________________________________________________________
27746 [ 8413] By: jhi on 2001/01/12 15:22:10
27747 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
27748 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27749 Date: Thu, 11 Jan 2001 12:53:36 +0100
27750 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
27753 ____________________________________________________________________________
27754 [ 8412] By: jhi on 2001/01/12 15:20:25
27755 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
27756 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27757 Date: Fri, 12 Jan 2001 14:37:55 +0100
27758 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
27760 ! hints/posix-bc.sh
27761 ____________________________________________________________________________
27762 [ 8411] By: jhi on 2001/01/12 15:14:14
27763 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
27764 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27765 Date: Fri, 12 Jan 2001 10:42:21 +0100
27766 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
27769 ____________________________________________________________________________
27770 [ 8410] By: jhi on 2001/01/12 05:48:55
27771 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
27772 From: Nicholas Clark <nick@ccl4.org>
27773 Date: Sun, 7 Jan 2001 19:47:14 +0000
27774 Message-ID: <20010107194714.B1048@plum.flirble.org>
27776 ! t/op/numconvert.t
27777 ____________________________________________________________________________
27778 [ 8409] By: jhi on 2001/01/12 05:41:28
27779 Log: Integrate perlio.
27782 ____________________________________________________________________________
27783 [ 8408] By: nick on 2001/01/11 22:43:28
27784 Log: Remove variables that were used in experiments.
27787 ____________________________________________________________________________
27788 [ 8407] By: nick on 2001/01/11 20:57:44
27789 Log: Catch die in %SIG handler and unblock the signal before re-dying.
27790 This make Linux work _without_ sigsetjmp().
27791 Turn off sigsetjmp() to see what else it does.
27792 May need Configure probe for sigprocmask() if anything has sigaction()
27793 but not sigprocmask().
27796 ____________________________________________________________________________
27797 [ 8406] By: nick on 2001/01/11 19:32:07
27798 Log: Integrate mainline
27800 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
27801 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
27803 ____________________________________________________________________________
27804 [ 8405] By: jhi on 2001/01/11 17:11:01
27805 Log: Fix UTF-8 lval substr().
27807 ! mg.c t/op/substr.t
27808 ____________________________________________________________________________
27809 [ 8404] By: jhi on 2001/01/11 05:13:58
27810 Log: Update Changes.
27812 ! Changes patchlevel.h
27813 ____________________________________________________________________________
27814 [ 8403] By: jhi on 2001/01/11 04:38:24
27815 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
27816 From: Hugo <hv@crypt.compulink.co.uk>
27817 Date: Mon, 30 Oct 2000 01:33:26 +0000
27818 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
27820 ! regexec.c t/op/re_tests
27821 ____________________________________________________________________________
27822 [ 8402] By: jhi on 2001/01/11 04:26:12
27823 Log: Integrate perlio.
27826 ____________________________________________________________________________
27827 [ 8401] By: nick on 2001/01/10 22:52:55
27828 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
27829 (So Alan and Ilya can try setting via hints.)
27830 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
27831 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
27832 doing the save everywhere seems to restart read() correctly, but just
27833 doing it once "round" the handler does not.
27836 ____________________________________________________________________________
27837 [ 8400] By: jhi on 2001/01/10 21:57:54
27838 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
27839 of IRIX, HP-UX is unaffected.
27842 ____________________________________________________________________________
27843 [ 8399] By: nick on 2001/01/10 21:29:19
27844 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
27847 ____________________________________________________________________________
27848 [ 8398] By: jhi on 2001/01/10 20:55:31
27849 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
27850 also have ReusePort.
27852 ! ext/IO/lib/IO/Socket/INET.pm
27853 ____________________________________________________________________________
27854 [ 8397] By: jhi on 2001/01/10 20:50:57
27855 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
27856 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
27857 Date: Wed, 10 Jan 2001 01:38:13 -0800
27858 Message-ID: <20010110013813.B41744@yahoo-inc.com>
27860 ! ext/IO/lib/IO/Socket/INET.pm
27861 ____________________________________________________________________________
27862 [ 8396] By: jhi on 2001/01/10 20:49:30
27863 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
27864 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
27865 Date: Wed, 10 Jan 2001 01:37:32 -0800
27866 Message-ID: <20010110013732.A41744@yahoo-inc.com>
27868 ! ext/Socket/Socket.pm
27869 ____________________________________________________________________________
27870 [ 8395] By: jhi on 2001/01/10 20:41:37
27871 Log: Test for bug id 20010105.016 (fixed by #8378).
27874 ____________________________________________________________________________
27875 [ 8394] By: jhi on 2001/01/10 20:26:32
27876 Log: Integrate perlio.
27879 ____________________________________________________________________________
27880 [ 8393] By: nick on 2001/01/10 19:34:30
27881 Log: Back out Simon's pid hackery for now.
27884 ____________________________________________________________________________
27885 [ 8392] By: nick on 2001/01/10 19:23:13
27886 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
27888 !> (integrate 29 files)
27889 ____________________________________________________________________________
27890 [ 8391] By: jhi on 2001/01/10 18:43:15
27891 Log: Subject: [PATCH] Fix my_pclose segfault
27892 From: Simon Cozens <simon@cozens.net>
27893 Date: Wed, 10 Jan 2001 18:39:35 +0000
27894 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
27897 ____________________________________________________________________________
27898 [ 8390] By: jhi on 2001/01/10 18:42:08
27899 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
27900 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27901 Date: Wed, 10 Jan 2001 13:23:02 EST
27902 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
27904 ! ext/Opcode/Opcode.xs
27905 ____________________________________________________________________________
27906 [ 8389] By: jhi on 2001/01/10 15:16:07
27907 Log: Turn off the integer preservation for now.
27910 ____________________________________________________________________________
27911 [ 8388] By: jhi on 2001/01/10 15:01:25
27912 Log: Few more IDE/editor nits from p5p.
27915 ____________________________________________________________________________
27916 [ 8387] By: jhi on 2001/01/10 06:53:16
27917 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
27918 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
27919 Date: Tue, 9 Jan 2001 23:16:02 +0000
27920 Message-ID: <20010109231602.A81101@plum.flirble.org>
27923 ____________________________________________________________________________
27924 [ 8386] By: jhi on 2001/01/10 03:17:54
27925 Log: Test cases for #8385 (from Simon's "torture.pl")
27928 ____________________________________________________________________________
27929 [ 8385] By: jhi on 2001/01/10 03:17:11
27930 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
27931 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
27932 Date: Wed, 10 Jan 2001 11:39:39 +0900
27933 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
27935 Some more UTF-8 tr cases fixed.
27938 ____________________________________________________________________________
27939 [ 8384] By: jhi on 2001/01/09 22:45:40
27940 Log: Allow the locale test needing POSIX and the taint test
27941 needing IPC::SysV to run under 'minitest' (basically,
27942 bail out if loading the extension fails)
27944 ! t/op/misc.t t/op/taint.t
27945 ____________________________________________________________________________
27946 [ 8383] By: jhi on 2001/01/09 21:36:04
27947 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
27948 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27949 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
27950 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
27953 ____________________________________________________________________________
27954 [ 8382] By: jhi on 2001/01/09 21:06:08
27955 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
27956 Should finish up the bug id 20001205.022.
27958 ! pp.c pp_hot.c scope.c
27959 ____________________________________________________________________________
27960 [ 8381] By: jhi on 2001/01/09 18:27:43
27961 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
27962 From: Andy Dougherty <doughera@lafayette.edu>
27963 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
27964 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
27966 More robust yacc/bison error detection.
27969 ____________________________________________________________________________
27970 [ 8380] By: jhi on 2001/01/09 15:21:38
27971 Log: Subject: [PATCH] make t/op/misc.t work on VMS
27972 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27973 Date: Tue, 9 Jan 2001 07:53:55 EST
27974 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
27976 ! t/op/misc.t vms/test.com
27977 ____________________________________________________________________________
27978 [ 8379] By: jhi on 2001/01/09 15:20:38
27979 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
27980 From: jhi@cc.hut.fi
27981 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
27982 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
27984 The #8378 fixed this.
27987 ____________________________________________________________________________
27988 [ 8378] By: jhi on 2001/01/09 15:05:32
27989 Log: Subject: One more patch for UTF8
27990 From: Inaba Hiroto <inaba@st.rim.or.jp>
27991 Date: Tue, 09 Jan 2001 01:04:32 +0900
27992 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
27994 UTF-8 fixes for 'x' and tr///.
27996 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
27997 ! regcomp.c regexec.c toke.c utf8.c
27998 ____________________________________________________________________________
27999 [ 8377] By: jhi on 2001/01/09 14:32:17
28000 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
28003 ____________________________________________________________________________
28004 [ 8376] By: jhi on 2001/01/09 04:32:32
28005 Log: integrate changes #7775, #8316, #8316 from mainline
28006 Branch: maint-5.6/perl
28007 ! hints/solaris_2.sh
28008 ____________________________________________________________________________
28009 [ 8375] By: jhi on 2001/01/09 04:26:43
28010 Log: Update Changes.
28012 ! Changes patchlevel.h
28013 ____________________________________________________________________________
28014 [ 8374] By: jhi on 2001/01/09 04:14:32
28015 Log: IDE/editor section tweaking.
28018 ____________________________________________________________________________
28019 [ 8373] By: jhi on 2001/01/09 02:38:26
28020 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
28021 From: Peter Prymmer <pvhp@forte.com>
28022 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
28023 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
28025 In preparation os OS/390 dynamic loading.
28027 ! README.os390 hints/os390.sh
28028 ____________________________________________________________________________
28029 [ 8372] By: jhi on 2001/01/09 00:24:30
28030 Log: Integrate with perlio.
28032 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
28033 ____________________________________________________________________________
28034 [ 8371] By: nick on 2001/01/08 23:54:33
28035 Log: Fix "scalars leaked" bugs caused by overload magic
28036 (Highlighted by Ilya's DESTROY optimization.)
28038 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
28039 ____________________________________________________________________________
28040 [ 8370] By: nick on 2001/01/08 20:19:41
28041 Log: Integrate mainline
28043 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
28044 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
28046 ____________________________________________________________________________
28047 [ 8369] By: jhi on 2001/01/08 17:30:52
28048 Log: save_delete() Safefree() doesn't (anymore?) work with shared
28049 strings, one test failure in op/misc and almost all of lib/b.
28050 (Outcomments #8369.)
28053 ____________________________________________________________________________
28054 [ 8368] By: jhi on 2001/01/08 14:47:10
28055 Log: (Outcommented by #8369.)
28057 Subject: Re: Perl BugID 20001205.022 ---- save_delete
28058 From: Simon Cozens <simon@cozens.net>
28059 Date: Sat, 6 Jan 2001 11:48:40 +0000
28060 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
28062 The save_delete() does need the Safefree.
28065 ____________________________________________________________________________
28066 [ 8367] By: bailey on 2001/01/08 08:53:52
28067 Log: Once again syncing after too long an absence
28069 +> (branch 55 files)
28070 - MAINTAIN fix_pl vos/config.def vos/config.h
28071 - vos/config_h.SH_orig
28072 !> (integrate 498 files)
28073 ____________________________________________________________________________
28074 [ 8366] By: jhi on 2001/01/08 02:42:59
28075 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
28076 From: nick@ccl4.org
28077 Date: Sun, 7 Jan 2001 21:07:18 +0000
28078 Message-Id: <20010107210717.D1048@plum.flirble.org>
28080 ! sv.c t/op/64bitint.t
28081 ____________________________________________________________________________
28082 [ 8365] By: jhi on 2001/01/08 02:35:16
28083 Log: Subject: [PATCH] environ nit
28084 From: Simon Cozens <simon@cozens.net>
28085 Date: Sun, 7 Jan 2001 17:57:07 +0000
28086 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
28088 Use environ only if we have it.
28091 ____________________________________________________________________________
28092 [ 8364] By: jhi on 2001/01/08 02:24:51
28093 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
28095 ! ext/GDBM_File/GDBM_File.xs
28096 ____________________________________________________________________________
28097 [ 8363] By: jhi on 2001/01/08 02:19:24
28098 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
28099 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28100 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
28101 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
28104 ____________________________________________________________________________
28105 [ 8362] By: jhi on 2001/01/08 02:17:43
28106 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
28107 From: Doug MacEachern <dougm@covalent.net>
28108 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
28109 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
28111 Allow AUTOLOAD to be an xsub and allow such xsubs
28112 to avoid use of $AUTOLOAD.
28115 ____________________________________________________________________________
28116 [ 8361] By: jhi on 2001/01/08 02:16:07
28117 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
28118 From: Radu Greab <radu@netsoft.ro>
28119 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
28120 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
28122 No need for the potentially unportable $SIG{CHLD}.
28125 ____________________________________________________________________________
28126 [ 8360] By: jhi on 2001/01/08 01:58:23
28127 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
28129 ! lib/Getopt/Long.pm
28130 ____________________________________________________________________________
28131 [ 8359] By: jhi on 2001/01/08 01:55:44
28132 Log: Integrate perlio.
28134 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
28135 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
28136 !> utf8.c win32/Makefile
28137 ____________________________________________________________________________
28138 [ 8358] By: jhi on 2001/01/07 21:16:50
28139 Log: Update the EPOC cross SDK URL.
28142 ____________________________________________________________________________
28143 [ 8357] By: jhi on 2001/01/07 21:16:09
28144 Log: Update the EPOC cross SDK URL.
28145 Branch: maint-5.6/perl
28147 ____________________________________________________________________________
28148 [ 8356] By: nick on 2001/01/06 21:47:52
28149 Log: FILE * in XS code for PerlIO world:
28150 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
28151 - Add FILE * T_STDIO typemap.
28152 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
28154 ! lib/ExtUtils/typemap perlio.c perlio.h
28155 ____________________________________________________________________________
28156 [ 8355] By: jhi on 2001/01/06 20:27:15
28157 Log: integrate change #8336 from mainline
28159 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
28160 Branch: maint-5.6/perl
28162 ____________________________________________________________________________
28163 [ 8354] By: jhi on 2001/01/06 20:24:29
28164 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28165 From: Robin Barker <rmb1@cise.npl.co.uk>
28166 Date: Fri, 22 Dec 2000 12:17:38 GMT
28167 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
28169 The patch reformats some long =item lines so they give
28170 correct output via pod2man | nroff -man
28172 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28173 From: Robin Barker <rmb1@cise.npl.co.uk>
28174 Date: Tue, 2 Jan 2001 15:35:03 GMT
28175 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
28177 Here is a _further_ patch which corrects a few more errors:
28178 * an empty C<=item> in CPAN.pm
28179 * patching the wrong file (pod/perlamiga.pod not README.amiga)
28180 * leaving empty C<=item>s which formatted incorrectly
28181 * over long C<=item>s revealed by latest patch to Pod::Man
28182 Branch: maint-5.6/perl
28183 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28184 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28185 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
28186 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
28187 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
28188 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
28189 ____________________________________________________________________________
28190 [ 8353] By: jhi on 2001/01/06 20:21:10
28191 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
28194 Branch: maint-5.6/perl
28195 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
28196 ____________________________________________________________________________
28197 [ 8352] By: jhi on 2001/01/06 20:18:44
28198 Log: Forgotten from #8438.
28199 Branch: maint-5.6/perl
28201 ____________________________________________________________________________
28202 [ 8351] By: jhi on 2001/01/06 20:18:12
28203 Log: Forgotten from #8347.
28204 Branch: maint-5.6/perl
28206 ____________________________________________________________________________
28207 [ 8350] By: jhi on 2001/01/06 20:00:19
28208 Log: Thinko in #8347.
28209 Branch: maint-5.6/perl
28211 ____________________________________________________________________________
28212 [ 8349] By: jhi on 2001/01/06 18:05:30
28213 Log: Copy the FAQ3 IDE section from the development branch,
28214 changes originally by Peter Prymmer.
28215 Branch: maint-5.6/perl
28217 ____________________________________________________________________________
28218 [ 8348] By: jhi on 2001/01/06 18:03:02
28219 Log: EPOC updates for TRIAL1.
28221 Subject: [5.6.1 trial1] EPOC update
28222 From: Olaf Flebbe <O.Flebbe@science-computing.de>
28223 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
28224 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
28226 Subject: epoc patch2 for perl-5.6.1-trial1
28227 From: Olaf Flebbe <O.Flebbe@science-computing.de>
28228 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
28229 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
28230 Branch: maint-5.6/perl
28231 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
28233 ____________________________________________________________________________
28234 [ 8347] By: jhi on 2001/01/06 17:29:10
28235 Log: integrate changes #7710,7824,7973 from mainline,
28236 plus VMS nits from Peter Prymmer and Dan Sugalski.
28238 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
28239 library (getprotobyname and getprotobynumber are outversioned by
28240 the same calls in libc, at least for xlc version 3.
28242 Add HAS_SBRK_PROTO.
28244 Fixes for signedness warnings noticed by VMSperlers.
28245 Branch: maint-5.6/perl
28246 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28247 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
28248 ! sv.c vms/descrip_mms.template vos/config.alpha.def
28249 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28250 ! win32/config.bc win32/config.gc win32/config.vc
28251 ____________________________________________________________________________
28252 [ 8346] By: nick on 2001/01/06 14:36:01
28253 Log: Fixup accumulated integrate muddles (perlio == devperl again)
28255 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
28256 ____________________________________________________________________________
28257 [ 8345] By: nick on 2001/01/06 14:24:58
28258 Log: Integrate mainline
28260 !> (integrate 55 files)
28261 ____________________________________________________________________________
28262 [ 8344] By: jhi on 2001/01/06 02:24:02
28263 Log: Subject: [patch] PerlIO_cleanup() prototype
28264 From: Doug MacEachern <dougm@covalent.net>
28265 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
28266 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
28269 ____________________________________________________________________________
28270 [ 8343] By: jhi on 2001/01/06 01:04:09
28271 Log: IRIX compiler noticed that the bof initialization might be
28272 bypassed by control flow.
28275 ____________________________________________________________________________
28276 [ 8342] By: jhi on 2001/01/06 00:10:48
28277 Log: Update Changes.
28279 ! Changes patchlevel.h
28280 ____________________________________________________________________________
28281 [ 8341] By: jhi on 2001/01/05 23:52:33
28282 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
28285 ____________________________________________________________________________
28286 [ 8340] By: jhi on 2001/01/05 22:44:08
28287 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
28288 From: Radu Greab <radu@netsoft.ro>
28289 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
28290 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
28292 ! t/io/pipe.t util.c
28293 ____________________________________________________________________________
28294 [ 8339] By: jhi on 2001/01/05 22:35:17
28295 Log: Subject: [PATCH] format and rewording in perlfaq.pod
28296 From: Robin Barker <rmb1@cise.npl.co.uk>
28297 Date: Fri, 5 Jan 2001 18:51:20 GMT
28298 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
28301 ____________________________________________________________________________
28302 [ 8338] By: jhi on 2001/01/05 22:31:17
28303 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
28304 From: Peter Prymmer <pvhp@forte.com>
28305 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
28306 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
28309 ____________________________________________________________________________
28310 [ 8337] By: jhi on 2001/01/05 18:15:11
28311 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
28312 From: Robin Barker <rmb1@cise.npl.co.uk>
28313 Date: Tue, 2 Jan 2001 15:24:07 GMT
28314 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
28316 If you call configure as C<./Configure> or C<sh ./Configure>,
28317 $src is set to the absolute path name, not '.'.
28319 This, in turn, means -Dmksymlink tries to do its stuff because
28320 it does not think it is in the src directory.
28322 (plus a metaconfig nitfix)
28324 ! U/compline/ccflags.U U/modified/src.U
28326 ! Configure config_h.SH
28327 ____________________________________________________________________________
28328 [ 8336] By: jhi on 2001/01/05 17:48:32
28329 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
28330 From: Alan Burlison <Alan.Burlison@uk.sun.com>
28331 Message-ID: <3A5606C4.473D2226@uk.sun.com>
28332 Date: Fri, 05 Jan 2001 17:39:16 +0000
28335 ____________________________________________________________________________
28336 [ 8335] By: jhi on 2001/01/05 16:05:44
28337 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
28339 ! lib/Getopt/Long.pm
28340 ____________________________________________________________________________
28341 [ 8334] By: jhi on 2001/01/05 16:00:51
28342 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
28343 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
28344 Date: Fri, 05 Jan 2001 13:46:51 +0100
28345 Message-ID: <13693.978698811@nice.ram.loc>
28347 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
28348 accurate reading of the "atime".
28351 ____________________________________________________________________________
28352 [ 8333] By: jhi on 2001/01/05 15:57:37
28353 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
28354 From: Simon Cozens <simon@cozens.net>
28355 Date: Fri, 8 Dec 2000 13:33:31 +0000
28356 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
28358 A lost patch fragment.
28361 ____________________________________________________________________________
28362 [ 8332] By: jhi on 2001/01/05 15:40:42
28363 Log: Do away with strncpy() and a fixed length buffer.
28366 ____________________________________________________________________________
28367 [ 8331] By: jhi on 2001/01/05 15:03:07
28368 Log: Tests for #8329 and #8330.
28371 ____________________________________________________________________________
28372 [ 8330] By: jhi on 2001/01/05 15:02:38
28373 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
28374 raw 8-bit form to the UTF-8 string.
28377 ____________________________________________________________________________
28378 [ 8329] By: jhi on 2001/01/05 14:55:13
28379 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
28380 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28381 Date: Fri, 5 Jan 2001 12:28:52 +0100
28382 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
28384 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
28385 no effect. (changed the strncpy() to Copy())
28388 ____________________________________________________________________________
28389 [ 8328] By: jhi on 2001/01/05 06:44:27
28390 Log: UTF-8 cleanup.
28392 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28393 ! regexec.c sv.c toke.c
28394 ____________________________________________________________________________
28395 [ 8327] By: jhi on 2001/01/05 01:11:29
28396 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')
28397 From: Radu Greab <radu@netsoft.ro>
28398 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
28399 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
28401 Cleans up Harness to not use FileHandle, which uses IO.
28403 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28404 ____________________________________________________________________________
28405 [ 8326] By: jhi on 2001/01/05 00:56:37
28406 Log: Update Changes.
28408 ! Changes patchlevel.h
28409 ____________________________________________________________________________
28410 [ 8325] By: jhi on 2001/01/05 00:53:18
28411 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
28412 From: Peter Prymmer <pvhp@forte.com>
28413 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
28414 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
28416 plus a couple more tailing whitespace removals.
28419 ____________________________________________________________________________
28420 [ 8324] By: jhi on 2001/01/05 00:47:39
28421 Log: Add some Unicode chop() tests.
28424 ____________________________________________________________________________
28425 [ 8323] By: jhi on 2001/01/05 00:47:23
28426 Log: Unify UTF-8 malformedness handling.
28428 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
28429 ____________________________________________________________________________
28430 [ 8322] By: jhi on 2001/01/04 22:21:54
28431 Log: The new $issymlink was unknown to Mksymlinks.
28432 Branch: metaconfig/U/perl
28433 ! Mksymlinks.U issymlink.U
28435 ! Configure config_h.SH
28436 ____________________________________________________________________________
28437 [ 8321] By: jhi on 2001/01/04 21:51:05
28438 Log: The test didn't work under the core test framework.
28441 ____________________________________________________________________________
28442 [ 8320] By: jhi on 2001/01/04 21:14:22
28443 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
28445 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
28446 ____________________________________________________________________________
28447 [ 8319] By: jhi on 2001/01/04 20:46:17
28448 Log: Typo in #8312 when manually appying a problematic patch fragment.
28450 ! ext/Storable/Storable.xs
28451 ____________________________________________________________________________
28452 [ 8318] By: jhi on 2001/01/04 20:43:01
28453 Log: The $sh_c didn't fly.
28455 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
28456 ! U/modified/Loc.U U/modified/myhostname.U
28457 ! U/modified/spitshell.U
28458 Branch: metaconfig/U/perl
28461 ! Configure config_h.SH
28462 ____________________________________________________________________________
28463 [ 8317] By: jhi on 2001/01/04 19:58:01
28464 Log: AIX builtin test -h is broken, changes based on
28466 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
28467 Date: Tue, 02 Jan 2001 11:24:39 +0100
28468 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28469 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
28471 + U/modified/spitshell.U
28472 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
28473 ! U/modified/Loc.U U/modified/myhostname.U
28474 Branch: metaconfig/U/perl
28475 ! Mksymlinks.U issymlink.U
28478 ____________________________________________________________________________
28479 [ 8316] By: jhi on 2001/01/04 19:02:22
28480 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
28481 From: Andy Dougherty <doughera@lafayette.edu>
28482 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
28483 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
28487 ! hints/solaris_2.sh
28488 ____________________________________________________________________________
28489 [ 8315] By: jhi on 2001/01/04 18:56:48
28490 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
28491 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
28492 Date: Wed, 3 Jan 2001 07:58:51 +0100
28493 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
28495 ! hints/solaris_2.sh
28496 ____________________________________________________________________________
28497 [ 8314] By: jhi on 2001/01/04 18:54:07
28498 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
28499 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28500 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
28501 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
28503 Doc tweak on #8313.
28505 ! ext/B/B/Deparse.pm
28506 ____________________________________________________________________________
28507 [ 8313] By: jhi on 2001/01/04 18:52:27
28508 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
28509 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
28510 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28511 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
28513 Make the peephole optimizer to bypass more null ops and
28514 and rewrite the deparse handling of continue blocks.
28516 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
28517 ____________________________________________________________________________
28518 [ 8312] By: jhi on 2001/01/04 18:47:39
28519 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
28521 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
28522 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28524 ____________________________________________________________________________
28525 [ 8311] By: jhi on 2001/01/04 18:36:08
28526 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
28527 filter to be run on each .pm during the pm_to_blib() phase,
28530 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
28531 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
28532 Date: Wed, 03 Jan 2001 22:01:30 +0100
28533 Message-ID: <5296.978555690@nice.ram.loc>
28535 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
28536 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
28537 ! lib/ExtUtils/MakeMaker.pm
28538 ____________________________________________________________________________
28539 [ 8310] By: jhi on 2001/01/04 18:32:54
28540 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28541 From: Robin Barker <rmb1@cise.npl.co.uk>
28542 Date: Tue, 2 Jan 2001 15:35:03 GMT
28543 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
28545 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
28546 ! pod/perlrequick.pod
28547 ____________________________________________________________________________
28548 [ 8309] By: jhi on 2001/01/04 18:29:07
28549 Log: Subject: Re: [patch] static-ize XS()
28550 From: Doug MacEachern <dougm@covalent.net>
28551 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
28552 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
28554 Provide prototypes for the XS functions.
28556 ! lib/ExtUtils/xsubpp
28557 ____________________________________________________________________________
28558 [ 8308] By: jhi on 2001/01/04 18:27:44
28559 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
28560 From: Doug MacEachern <dougm@covalent.net>
28561 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
28562 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
28564 ! lib/ExtUtils/typemap
28565 ____________________________________________________________________________
28566 [ 8307] By: jhi on 2001/01/04 18:25:25
28567 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
28568 From: Doug MacEachern <dougm@covalent.net>
28569 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
28570 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
28572 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
28574 ! lib/ExtUtils/MM_Unix.pm
28575 ____________________________________________________________________________
28576 [ 8306] By: jhi on 2001/01/04 18:23:00
28577 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
28578 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28579 Date: Thu, 4 Jan 2001 12:47:10 +0100
28580 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
28582 The toke.c part only, patching embed.h and proto.h is futile.
28585 ____________________________________________________________________________
28586 [ 8305] By: jhi on 2001/01/04 18:05:51
28587 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
28588 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28589 Date: Thu, 4 Jan 2001 17:50:12 +0100
28590 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
28593 ____________________________________________________________________________
28594 [ 8304] By: jhi on 2001/01/04 18:03:26
28595 Log: Subject: [PATCH perl@8269]
28596 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28597 Date: Thu, 4 Jan 2001 12:53:39 +0100
28598 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
28600 If running byacc write-enable also perly.h.
28603 ____________________________________________________________________________
28604 [ 8303] By: jhi on 2001/01/04 15:40:49
28605 Log: Rewrite pp_concat() in terms of sv_catsv().
28608 ____________________________________________________________________________
28609 [ 8302] By: nick on 2001/01/03 22:43:22
28610 Log: Integrate mainline.
28612 !> ext/Encode/Encode.xs sv.c utf8.c
28613 ____________________________________________________________________________
28614 [ 8301] By: jhi on 2001/01/02 23:40:26
28615 Log: Variable naming tweak.
28618 ____________________________________________________________________________
28619 [ 8300] By: jhi on 2001/01/02 23:40:02
28620 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
28621 in is_utf8_string().
28624 ____________________________________________________________________________
28625 [ 8299] By: jhi on 2001/01/02 22:14:40
28626 Log: Integrate perlio.
28628 !> pp.c pp_hot.c win32/Makefile
28629 ____________________________________________________________________________
28630 [ 8298] By: nick on 2001/01/02 22:03:06
28631 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
28634 ____________________________________________________________________________
28635 [ 8297] By: jhi on 2001/01/02 04:26:28
28636 Log: Signedness nit.
28638 ! ext/Encode/Encode.xs
28639 ____________________________________________________________________________
28640 [ 8296] By: nick on 2001/01/01 23:49:36
28641 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
28644 ____________________________________________________________________________
28645 [ 8295] By: jhi on 2001/01/01 23:05:48
28646 Log: Integrate perlio.
28648 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
28650 ____________________________________________________________________________
28651 [ 8294] By: nick on 2001/01/01 22:48:34
28652 Log: Integrate mainline
28654 ! pp_hot.c t/lib/encode.t
28655 !> (integrate 65 files)
28656 ____________________________________________________________________________
28657 [ 8293] By: nick on 2001/01/01 21:58:50
28658 Log: More rigor in UTF-8-ness of Encode's toUnicode
28659 XS export some of the utf8 internal functions.
28660 Test some of the functions.
28661 Fix pp_concat() bug shown by said tests.
28663 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
28665 ____________________________________________________________________________
28666 [ 8292] By: jhi on 2001/01/01 18:11:44
28667 Log: Integrate perlio.
28669 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28670 !> ext/Encode/encengine.c ext/Encode/encode.h
28671 ____________________________________________________________________________
28672 [ 8291] By: jhi on 2001/01/01 18:10:58
28673 Log: Podify README.mpeix (a new version from the web),
28674 add a dummy NAME to Carp::Heavy, regen toc.
28676 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
28678 ____________________________________________________________________________
28679 [ 8290] By: nick on 2001/01/01 17:43:47
28680 Log: Loose the "Loading..." warning.
28681 Another bug in fallback support
28683 ! ext/Encode/Encode.pm ext/Encode/encengine.c
28684 ____________________________________________________________________________
28685 [ 8289] By: jhi on 2001/01/01 00:01:57
28686 Log: Bump up Larry's copyright.
28688 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
28689 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
28690 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
28691 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
28692 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
28693 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
28694 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
28695 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
28696 ____________________________________________________________________________
28697 [ 8288] By: nick on 2000/12/31 21:27:53
28698 Log: Fix .ucm reading - forgot a chr()
28699 Start of .ucm write (for .enc to .ucm)
28701 ! ext/Encode/compile
28702 ____________________________________________________________________________
28703 [ 8287] By: jhi on 2000/12/31 18:15:56
28704 Log: Comment away a diagnostic message as noted by Craig A. Berry
28705 (the unexpected message was confusing testing)
28707 ! ext/Encode/Encode.pm
28708 ____________________________________________________________________________
28709 [ 8286] By: jhi on 2000/12/31 18:14:51
28710 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
28711 Date: Sun, 31 Dec 2000 11:17:37 -0600
28712 From: "Craig A. Berry" <craigberry@mac.com>
28713 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
28715 ! ext/Encode/Makefile.PL
28716 ____________________________________________________________________________
28717 [ 8285] By: nick on 2000/12/31 18:11:54
28718 Log: Start of support of ICU-style .ucm files:
28719 - teach compile how to read a .ucm file
28720 - first guess at how to represent fallbacks in "tries".
28721 - use fallbacks if check == 0
28722 - new return code to indicate we used one.
28724 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28725 ! ext/Encode/encengine.c ext/Encode/encode.h
28726 ____________________________________________________________________________
28727 [ 8284] By: jhi on 2000/12/31 18:04:41
28728 Log: Pacify picky VMS compiler.
28730 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
28731 From: "Craig A. Berry" <craig.berry@psinetcs.com>
28732 Date: Sat, 30 Dec 2000 18:10:02 -0600
28733 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
28736 ____________________________________________________________________________
28737 [ 8283] By: jhi on 2000/12/31 16:11:47
28738 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
28740 ! t/lib/glob-basic.t
28741 ____________________________________________________________________________
28742 [ 8282] By: jhi on 2000/12/31 15:26:11
28743 Log: Integrate perlio.
28745 !> makedef.pl opcode.pl os2/os2.c perlio.c
28746 ____________________________________________________________________________
28747 [ 8281] By: nick on 2000/12/31 10:06:15
28748 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
28749 is available to be exported
28751 ! makedef.pl perlio.c
28752 ____________________________________________________________________________
28753 [ 8280] By: nick on 2000/12/31 09:41:26
28754 Log: Ilya's OS2 patch (testing for damage on Win32)
28756 ! makedef.pl opcode.pl os2/os2.c
28757 ____________________________________________________________________________
28758 [ 8279] By: jhi on 2000/12/30 21:52:07
28761 ! t/lib/syslfs.t t/op/lfs.t
28762 ____________________________________________________________________________
28763 [ 8278] By: jhi on 2000/12/30 21:47:49
28764 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28765 From: andreas.koenig@anima.de (Andreas J. Koenig)
28766 Date: 30 Dec 2000 22:35:37 +0100
28767 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
28769 The 32-bit wraparound test wasn't quite right.
28771 ! t/lib/syslfs.t t/op/lfs.t
28772 ____________________________________________________________________________
28773 [ 8277] By: jhi on 2000/12/30 21:33:44
28774 Log: Subject: [PATCH] open() example in perlfunc.pod
28775 From: Karsten Sperling <s_sperli@ira.uka.de>
28776 Date: Sat, 30 Dec 2000 22:27:09 +0100
28777 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
28780 ____________________________________________________________________________
28781 [ 8276] By: jhi on 2000/12/30 20:32:40
28782 Log: Not quite that many tests yet.
28785 ____________________________________________________________________________
28786 [ 8275] By: jhi on 2000/12/30 20:26:58
28787 Log: Integrate perlio.
28790 ____________________________________________________________________________
28791 [ 8274] By: jhi on 2000/12/30 20:24:56
28792 Log: Signedness nit.
28795 ____________________________________________________________________________
28796 [ 8273] By: jhi on 2000/12/30 20:15:46
28797 Log: Add a test case for 20000731.001 which was fixed by the #8267.
28800 ____________________________________________________________________________
28801 [ 8272] By: nick on 2000/12/30 19:47:51
28802 Log: Tweak for MULTIPLICITY/USE_PERLIO
28805 ____________________________________________________________________________
28806 [ 8271] By: nick on 2000/12/30 19:46:45
28807 Log: Integrate mainline
28809 +> lib/unicode/distinct.pm
28810 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
28811 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
28812 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
28813 ____________________________________________________________________________
28814 [ 8270] By: jhi on 2000/12/30 19:39:50
28815 Log: Subject: RE: perl@8269
28816 From: "Richard Soderberg" <rs@crystalflame.net>
28817 Date: Sat, 30 Dec 2000 11:36:27 -0800
28818 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
28823 ____________________________________________________________________________
28824 [ 8269] By: jhi on 2000/12/30 18:55:48
28825 Log: Update Changes.
28827 ! Changes patchlevel.h
28828 ____________________________________________________________________________
28829 [ 8268] By: jhi on 2000/12/30 17:18:40
28830 Log: Add a test for Unicode split //. The #8267 was the cure.
28833 ____________________________________________________________________________
28834 [ 8267] By: jhi on 2000/12/30 17:14:19
28835 Log: Subject: more UTF8 test suites and an UTF8 patch
28836 From: Inaba Hiroto <inaba@st.rim.or.jp>
28837 Date: Sat, 30 Dec 2000 14:27:10 +0900
28838 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
28840 Just the patch part for now, and the pragma renamed
28841 as unicode::distinct.
28843 + lib/unicode/distinct.pm
28844 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
28845 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
28846 ! regcomp.h regexec.c sv.c toke.c utf8.c
28847 ____________________________________________________________________________
28848 [ 8266] By: nick on 2000/12/30 16:40:49
28849 Log: Integrate mainline
28851 +> lib/Pod/Text/Overstrike.pm
28852 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
28853 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
28854 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
28855 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
28856 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
28857 ____________________________________________________________________________
28858 [ 8265] By: jhi on 2000/12/30 07:28:55
28859 Log: The sv_catsv() fix, take two.
28862 ____________________________________________________________________________
28863 [ 8264] By: jhi on 2000/12/30 06:19:18
28864 Log: Undo all the join-related changes since #8248: relevant
28865 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
28866 The new sv_catsv() doesn't fly so it must go back to
28869 ! sv.c t/op/join.t t/pragma/utf8.t
28870 ____________________________________________________________________________
28871 [ 8263] By: jhi on 2000/12/30 01:08:32
28872 Log: (Retracted by #8264) Tweak sv_catsv() some more.
28875 ____________________________________________________________________________
28876 [ 8262] By: jhi on 2000/12/30 00:45:14
28877 Log: Retract #8261.
28880 ____________________________________________________________________________
28881 [ 8261] By: jhi on 2000/12/30 00:38:32
28882 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
28885 ____________________________________________________________________________
28886 [ 8260] By: jhi on 2000/12/29 22:51:33
28887 Log: (Retracted by #8264) More fixing for #8251.
28890 ____________________________________________________________________________
28891 [ 8259] By: jhi on 2000/12/29 18:27:30
28892 Log: Subject: podlators 1.06 released
28893 From: Russ Allbery <rra@stanford.edu>
28894 Date: 25 Dec 2000 05:09:30 -0800
28895 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
28897 + lib/Pod/Text/Overstrike.pm
28898 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
28899 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
28900 ____________________________________________________________________________
28901 [ 8258] By: jhi on 2000/12/29 18:20:45
28902 Log: Make the large file tests more robust/talkative as suggested by
28904 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28905 From: andreas.koenig@anima.de (Andreas J. Koenig)
28906 Date: 29 Dec 2000 14:23:01 +0100
28907 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
28909 ! t/lib/syslfs.t t/op/lfs.t
28910 ____________________________________________________________________________
28911 [ 8257] By: jhi on 2000/12/29 17:48:04
28912 Log: Further VMS piping fixes from Charles Lane:
28914 In summary, error messages produced when a subprocess terminated
28915 abnormally were being sent not just to the parent process, but to
28916 grandparents, because of default values for error output that were
28917 not completely overridden when the subprocess was started.
28919 This patch fixes this behavior by defining user-mode (i.e., temporary
28920 for the duration of the program) logical names for SYS$OUTPUT and
28921 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
28922 changes to make it so that the user-mode logicals are the ones that
28923 control where Perl's error messages go if it terminates abnormally.
28925 I also added some gratuitous fixes to the indentation of braces in
28926 the piping code. It just looked ugly, before.
28928 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
28929 ____________________________________________________________________________
28930 [ 8256] By: jhi on 2000/12/29 17:45:12
28931 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
28932 From: "Casey R. Tweten" <crt@kiski.net>
28933 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
28934 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
28936 Tests for for #8240.
28938 ! t/pragma/constant.t
28939 ____________________________________________________________________________
28940 [ 8255] By: jhi on 2000/12/29 17:43:07
28941 Log: Subject: Re: [PATCH] Interesting syntax idea
28942 From: Simon Cozens <simon@cozens.net>
28943 Date: Fri, 29 Dec 2000 14:34:04 +0000
28944 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
28948 ! t/pragma/sub_lval.t
28949 ____________________________________________________________________________
28950 [ 8254] By: jhi on 2000/12/29 17:42:11
28951 Log: Subject: [PATCH] Interesting syntax idea
28952 From: Simon Cozens <simon@cozens.net>
28953 Date: Wed, 27 Dec 2000 05:08:57 +0000
28954 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
28956 Make opens + bareword assigns do typeglob assigns.
28959 ____________________________________________________________________________
28960 [ 8253] By: jhi on 2000/12/29 17:36:45
28961 Log: Output the (apparent) version of gcc, as suggested by
28963 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
28964 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
28965 Date: 26 Dec 2000 04:29:17 -0500
28966 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
28968 (The patch as such didn't any more apply as the misparsing had
28969 already been addressed in #6474.) Also change the wording about
28970 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
28973 ____________________________________________________________________________
28974 [ 8252] By: nick on 2000/12/29 12:14:31
28975 Log: Integrate mainline
28977 !> (integrate 27 files)
28978 ____________________________________________________________________________
28979 [ 8251] By: jhi on 2000/12/29 08:45:46
28980 Log: (Retracted by #8264)
28984 sv_catsv() needs one more byte space than seems reasonable.
28985 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
28986 Curiouser and curiouser.
28989 ____________________________________________________________________________
28990 [ 8250] By: jhi on 2000/12/29 07:57:52
28991 Log: More split // UTF-8 tests.
28994 ____________________________________________________________________________
28995 [ 8249] By: jhi on 2000/12/29 07:54:51
28996 Log: (Retracted by #8264) More join() testing which was good because
28997 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
28999 ! pp.c t/op/join.t utf8.c utf8.h
29000 ____________________________________________________________________________
29001 [ 8248] By: jhi on 2000/12/29 07:08:32
29002 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
29003 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
29004 that the only cases to care about are byte+byte and byte+character.
29006 TODO: See how well pp_concat() could be implemented in terms
29009 ! doop.c sv.c t/op/join.t utf8.h
29010 ____________________________________________________________________________
29011 [ 8247] By: jhi on 2000/12/29 06:35:23
29012 Log: Signedness nit.
29015 ____________________________________________________________________________
29016 [ 8246] By: jhi on 2000/12/29 01:23:31
29017 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
29018 From: Lupe Christoph <lupe@lupe-christoph.de>
29019 Date: Thu, 28 Dec 2000 23:00:00 +0100
29020 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
29022 Suggest rsync --delete --dry-run.
29025 ____________________________________________________________________________
29026 [ 8245] By: jhi on 2000/12/28 23:57:05
29027 Log: The maxiters upper limit sanity check (guarding against
29028 non-progress) assumed bytes instead of characters in s///
29032 ____________________________________________________________________________
29033 [ 8244] By: jhi on 2000/12/28 23:34:08
29034 Log: Make some panic messages a bit more logical.
29036 ! doop.c pod/perldiag.pod pp.c pp_hot.c
29037 ____________________________________________________________________________
29038 [ 8243] By: jhi on 2000/12/28 22:59:16
29039 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
29040 From: Simon Cozens <simon@cozens.net>
29041 Date: Wed, 27 Dec 2000 02:30:03 +0000
29042 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
29044 ! pp.c t/pragma/sub_lval.t
29045 ____________________________________________________________________________
29046 [ 8242] By: jhi on 2000/12/28 22:56:53
29047 Log: Subject: [PATCH blead] Fix B::Terse indentation
29048 From: Daniel Chetlin <daniel@chetlin.com>
29049 Date: Wed, 27 Dec 2000 06:43:30 -0800
29050 Message-ID: <20001227064329.B9573@darkstar>
29052 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
29053 ____________________________________________________________________________
29054 [ 8241] By: jhi on 2000/12/28 22:48:59
29055 Log: The latter patch from the
29057 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
29058 From: Peter Prymmer <pvhp@forte.com>
29059 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
29060 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
29062 (the former patch from the above should have been
29063 taken care of by Nick I-S)
29066 ____________________________________________________________________________
29067 [ 8240] By: jhi on 2000/12/28 22:45:22
29068 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
29069 From: "Casey R. Tweten" <crt@kiski.net>
29070 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
29071 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
29074 ____________________________________________________________________________
29075 [ 8239] By: jhi on 2000/12/28 22:37:45
29076 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
29077 From: Simon Cozens <simon@cozens.net>
29078 Date: Wed, 27 Dec 2000 14:12:44 +0000
29079 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
29081 ! t/op/method.t t/op/sort.t toke.c
29082 ____________________________________________________________________________
29083 [ 8238] By: jhi on 2000/12/28 22:30:32
29084 Log: Subject: [PATCH perl@8229] Call.pm
29085 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29086 Date: Mon, 25 Dec 2000 10:47:15 -0000
29087 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
29089 ! ext/Filter/Util/Call/Call.pm
29090 ____________________________________________________________________________
29091 [ 8237] By: jhi on 2000/12/28 22:19:21
29092 Log: Subject: [PATCH blead] Fix problem with `&' prototype
29093 From: Daniel Chetlin <daniel@chetlin.com>
29094 Date: Wed, 27 Dec 2000 15:55:32 -0800
29095 Message-ID: <20001227155532.D9573@darkstar>
29097 ! op.c t/comp/proto.t
29098 ____________________________________________________________________________
29099 [ 8236] By: jhi on 2000/12/28 22:09:25
29100 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
29101 From: Daniel Chetlin <daniel@chetlin.com>
29102 Date: Sun, 24 Dec 2000 04:09:49 -0800
29103 Message-ID: <20001224040949.B3090@darkstar>
29105 ! gv.c mg.c t/op/attrs.t
29106 ____________________________________________________________________________
29107 [ 8235] By: jhi on 2000/12/28 22:07:11
29108 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
29109 From: Jan Dubois <jand@ActiveState.com>
29110 Date: Tue, 26 Dec 2000 20:57:31 -0800
29111 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
29114 ____________________________________________________________________________
29115 [ 8234] By: jhi on 2000/12/28 21:52:42
29116 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
29117 From: Simon Cozens <simon@cozens.net>
29118 Date: Thu, 28 Dec 2000 20:33:13 +0000
29119 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
29121 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
29122 ____________________________________________________________________________
29123 [ 8233] By: jhi on 2000/12/28 19:40:49
29124 Log: Integrate perlio.
29126 !> ext/Encode/Makefile.PL ext/Encode/compile
29127 ____________________________________________________________________________
29128 [ 8232] By: nick on 2000/12/23 16:06:00
29129 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
29130 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
29132 ! ext/Encode/Makefile.PL
29133 ____________________________________________________________________________
29134 [ 8231] By: nick on 2000/12/23 14:30:34
29135 Log: "Compiled" encode build cleanup
29136 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
29137 - .c files do not export sub-tables
29139 ! ext/Encode/Makefile.PL ext/Encode/compile
29140 ____________________________________________________________________________
29141 [ 8230] By: nick on 2000/12/23 12:50:37
29142 Log: Integrate mainline
29144 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
29145 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
29146 !> pod/perl5004delta.pod pod/perl5005delta.pod
29147 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
29148 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
29149 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
29151 ____________________________________________________________________________
29152 [ 8229] By: jhi on 2000/12/22 15:32:12
29153 Log: Integrate perlio.
29155 +> win32/distclean.bat
29156 !> MANIFEST t/io/utf8.t
29157 ____________________________________________________________________________
29158 [ 8228] By: jhi on 2000/12/22 15:29:40
29159 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
29160 From: Robin Barker <rmb1@cise.npl.co.uk>
29161 Date: Fri, 22 Dec 2000 12:17:38 GMT
29162 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
29164 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
29165 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
29166 ! pod/perl5004delta.pod pod/perl5005delta.pod
29167 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
29168 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
29169 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
29171 ____________________________________________________________________________
29172 [ 8227] By: jhi on 2000/12/22 15:24:28
29173 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
29174 From: "John L. Allen" <allen@grumman.com>
29175 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
29176 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
29178 Document APPLLIB_EXP.
29181 ____________________________________________________________________________
29182 [ 8226] By: nick on 2000/12/21 22:11:50
29183 Log: Handy script for when one forgets to "dmake clean"
29185 + win32/distclean.bat
29187 ____________________________________________________________________________
29188 [ 8225] By: nick on 2000/12/21 21:54:04
29189 Log: CRLF platform issue with io/utf8 fix.
29192 ____________________________________________________________________________
29193 [ 8224] By: nick on 2000/12/21 21:02:20
29194 Log: Integrate mainline
29196 !> Changes Configure Makefile.SH Porting/Glossary
29197 !> Porting/config.sh Porting/config_H configure.com
29198 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
29199 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
29200 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
29201 !> win32/config.bc win32/config.gc win32/config.vc
29202 ____________________________________________________________________________
29203 [ 8223] By: jhi on 2000/12/21 17:09:16
29204 Log: Update Changes.
29206 ! Changes patchlevel.h
29207 ____________________________________________________________________________
29208 [ 8222] By: jhi on 2000/12/21 16:24:01
29209 Log: Metaconfig unit changes for #8221.
29210 Branch: metaconfig/U/perl
29214 ____________________________________________________________________________
29215 [ 8221] By: jhi on 2000/12/21 16:23:48
29216 Log: Rename testsyml to issymlink.
29218 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29219 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
29221 ____________________________________________________________________________
29222 [ 8220] By: jhi on 2000/12/21 15:47:26
29223 Log: Robustness support for #8218 (symlink forest) since the GNU
29224 tools seem to be overly picky about symlinkage depths.
29226 ! Makefile.SH t/io/fs.t
29227 ____________________________________________________________________________
29228 [ 8219] By: jhi on 2000/12/21 15:38:27
29229 Log: Metaconfig changes for #8218.
29231 ! U/modified/Oldconfig.U
29232 Branch: metaconfig/U/perl
29235 ____________________________________________________________________________
29236 [ 8218] By: jhi on 2000/12/21 15:37:57
29237 Log: Add Configure option -Dmksymlinks which will create a symlink
29238 forest if the current/build differs from the source directory.
29239 TODO: mkdir -p is not portable.
29242 ____________________________________________________________________________
29243 [ 8217] By: jhi on 2000/12/21 14:39:12
29244 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
29245 From: Nick Ing-Simmons <nik@tiuk.ti.com>
29246 Date: Thu, 21 Dec 2000 09:38:18 GMT
29247 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
29249 The ofs became an SV.
29251 ! ext/Thread/Thread.xs
29252 ____________________________________________________________________________
29253 [ 8216] By: jhi on 2000/12/21 05:40:21
29254 Log: The polymorphism seems to have fixed 20000517.001.
29257 ____________________________________________________________________________
29258 [ 8215] By: jhi on 2000/12/21 04:44:52
29259 Log: read() documentation tweak for 20001121.004.
29262 ____________________________________________________________________________
29263 [ 8214] By: jhi on 2000/12/21 03:54:11
29264 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
29266 ! pp_sys.c t/op/misc.t
29267 ____________________________________________________________________________
29268 [ 8213] By: jhi on 2000/12/21 00:28:10
29269 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
29270 From: Peter Prymmer <pvhp@forte.com>
29271 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
29272 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
29275 ____________________________________________________________________________
29276 [ 8212] By: jhi on 2000/12/21 00:26:21
29277 Log: Edit edit edit.
29280 ____________________________________________________________________________
29281 [ 8211] By: jhi on 2000/12/20 18:52:46
29282 Log: Update Changes.
29284 ! Changes patchlevel.h
29285 ____________________________________________________________________________
29286 [ 8210] By: jhi on 2000/12/20 18:34:47
29287 Log: Yet another editor edit.
29290 ____________________________________________________________________________
29291 [ 8209] By: jhi on 2000/12/20 15:33:28
29292 Log: More Win32 Perling.
29295 ____________________________________________________________________________
29296 [ 8208] By: jhi on 2000/12/20 15:07:46
29297 Log: More Win32 editor/IDE/shell hints.
29300 ____________________________________________________________________________
29301 [ 8207] By: jhi on 2000/12/20 03:54:08
29302 Log: Subject: [PATCH] obscure timing knowledge
29303 From: Nicholas Clark <nick@ccl4.org>
29304 Date: Tue, 19 Dec 2000 19:22:31 +0000
29305 Message-ID: <20001219192231.F2827@plum.flirble.org>
29308 ____________________________________________________________________________
29309 [ 8206] By: jhi on 2000/12/20 03:45:57
29310 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
29311 From: Spider Boardman <spider@leggy.zk3.dec.com>
29312 Date: Tue, 19 Dec 2000 21:30:16 -0500
29313 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
29316 ____________________________________________________________________________
29317 [ 8205] By: jhi on 2000/12/19 23:02:01
29318 Log: Update Changes.
29320 ! Changes patchlevel.h
29321 ____________________________________________________________________________
29322 [ 8204] By: jhi on 2000/12/19 22:58:18
29323 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
29324 using the \xHH notation. No more inlined UTF-8, sigh, but easier
29325 on editors and diffing/patching.
29327 ! t/op/utf8decode.t
29328 ____________________________________________________________________________
29329 [ 8203] By: nick on 2000/12/19 21:36:16
29330 Log: Integrate mainline (forgot my own change...)
29332 !> ext/Encode/compile
29333 ____________________________________________________________________________
29334 [ 8202] By: nick on 2000/12/19 21:34:42
29335 Log: Integrate mainline.
29337 !> (integrate 61 files)
29338 ____________________________________________________________________________
29339 [ 8201] By: nick on 2000/12/19 21:34:06
29340 Log: Avoid looking for File::Glob when we don't need it.
29342 ! ext/Encode/compile
29343 ____________________________________________________________________________
29344 [ 8200] By: jhi on 2000/12/19 18:35:49
29345 Log: Update Changes.
29347 ! Changes patchlevel.h
29348 ____________________________________________________________________________
29349 [ 8199] By: jhi on 2000/12/19 18:35:07
29350 Log: Microperl tweaks.
29352 ! sv.c uconfig.h uconfig.sh
29353 ____________________________________________________________________________
29354 [ 8198] By: jhi on 2000/12/19 18:29:59
29355 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
29357 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29358 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
29359 ____________________________________________________________________________
29360 [ 8197] By: jhi on 2000/12/19 17:55:29
29361 Log: In VMS embedded perls couldn't access the statically built Socket,
29365 ____________________________________________________________________________
29366 [ 8196] By: jhi on 2000/12/19 17:49:50
29367 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
29368 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29369 Date: Sun, 17 Dec 2000 19:11:44 -0000
29370 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
29372 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29373 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
29374 ____________________________________________________________________________
29375 [ 8195] By: jhi on 2000/12/19 17:47:53
29376 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
29377 From: Jonathan Stowe <gellyfish@gellyfish.com>
29378 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
29379 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
29382 ____________________________________________________________________________
29383 [ 8194] By: jhi on 2000/12/19 17:46:28
29384 Log: Subject: Re: useless use of void context work-around
29385 From: andreas.koenig@anima.de (Andreas J. Koenig)
29386 Date: 16 Dec 2000 15:13:36 +0100
29387 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
29389 Document (comment) the q(di ds ig) trick in the code.
29392 ____________________________________________________________________________
29393 [ 8193] By: jhi on 2000/12/19 17:10:57
29394 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
29395 From: "Mark J. Reed" <mreed@strange.turner.com>
29396 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
29397 Message-Id: <200012160222.VAA13986@strange.turner.com>
29399 ! ext/Sys/Syslog/Syslog.pm
29400 ____________________________________________________________________________
29401 [ 8192] By: jhi on 2000/12/19 17:07:45
29402 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
29403 From: Nicholas Clark <nick@ccl4.org>
29404 Date: Sat, 16 Dec 2000 19:03:13 +0000
29405 Message-ID: <20001216190313.D68304@plum.flirble.org>
29408 ____________________________________________________________________________
29409 [ 8191] By: jhi on 2000/12/19 17:06:13
29410 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
29411 From: Dominic Dunlop <domo@computer.org>
29412 Date: Mon, 18 Dec 2000 12:00:15 +0100
29413 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
29415 This patchlet is needed in order that perl can be statically linked.
29418 ____________________________________________________________________________
29419 [ 8190] By: jhi on 2000/12/19 17:03:08
29420 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
29421 From: "Craig A. Berry" <craig.berry@psinetcs.com>
29422 Date: Sun, 17 Dec 2000 00:18:35 -0600
29423 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
29425 ! perlio.h vms/gen_shrfls.pl
29426 ____________________________________________________________________________
29427 [ 8189] By: jhi on 2000/12/19 16:20:28
29428 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
29429 From: Prymmer/Kahn <pvhp@best.com>
29430 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
29431 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
29433 A better version of #8188.
29436 ____________________________________________________________________________
29437 [ 8188] By: jhi on 2000/12/19 15:57:06
29438 Log: (Replaced by #8189)
29440 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
29441 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
29442 From: Prymmer/Kahn <pvhp@best.com>
29443 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
29444 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
29445 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
29446 Date: Mon, 18 Dec 2000 11:10:45 -0500
29447 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
29450 ____________________________________________________________________________
29451 [ 8187] By: jhi on 2000/12/19 15:54:19
29452 Log: Email address fix for Anton Berezin.
29455 ____________________________________________________________________________
29456 [ 8186] By: jhi on 2000/12/19 15:38:54
29457 Log: Subject: [PATCH perl@8102] cygwin port
29458 From: "Eric Fifer" <efifer@dircon.co.uk>
29459 Date: Thu, 14 Dec 2000 13:41:29 -0000
29460 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
29462 When compiling modules the data item that is being imported
29463 from libperl.dll needs to be tagged as imported/shared data:
29464 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
29467 ____________________________________________________________________________
29468 [ 8185] By: jhi on 2000/12/19 14:53:24
29469 Log: Regen uconfig.h and uconfig.sh.
29471 ! uconfig.h uconfig.sh
29472 ____________________________________________________________________________
29473 [ 8184] By: jhi on 2000/12/18 20:43:49
29474 Log: Comments work so much better when they are closed.
29477 ____________________________________________________________________________
29478 [ 8183] By: jhi on 2000/12/18 18:04:02
29479 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
29480 Fixes the bug 20001218.016.
29483 ____________________________________________________________________________
29484 [ 8182] By: gsar on 2000/12/18 09:53:47
29485 Log: delete spurious files
29486 Branch: maint-5.6/perl
29487 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
29488 - vos/config.h vos/config_h.SH_orig
29489 ____________________________________________________________________________
29490 [ 8181] By: gsar on 2000/12/18 09:46:08
29492 Branch: maint-5.6/perl
29493 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
29494 ____________________________________________________________________________
29495 [ 8180] By: gsar on 2000/12/18 09:20:27
29496 Log: integrate changes#7924..7926,7946,7952 from mainline
29497 Branch: maint-5.6/perl
29498 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
29499 !> lib/File/stat.pm t/lib/class-struct.t
29500 ____________________________________________________________________________
29501 [ 8179] By: gsar on 2000/12/18 08:55:54
29502 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
29503 7918,7919,7988,8907 from mainline (various)
29504 Branch: maint-5.6/perl
29505 +> t/lib/class-struct.t
29506 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
29507 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
29508 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
29509 ____________________________________________________________________________
29510 [ 8178] By: gsar on 2000/12/18 08:16:30
29511 Log: avoid redefinition warnings on windows due to sys/socket.h getting
29512 #included before win32.h
29513 Branch: maint-5.6/perl
29514 ! win32/include/sys/socket.h
29515 ____________________________________________________________________________
29516 [ 8177] By: gsar on 2000/12/18 05:24:04
29517 Log: make regen_headers; fix POSIX.xs problems; remove outdated
29518 code from sys/socket.h that makes build fail now
29519 Branch: maint-5.6/perl
29520 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
29522 !> win32/include/sys/socket.h
29523 ____________________________________________________________________________
29524 [ 8176] By: gsar on 2000/12/18 05:20:17
29525 Log: update Changes
29526 Branch: maint-5.6/perl
29527 ! Changes patchlevel.h
29528 ____________________________________________________________________________
29529 [ 8175] By: gsar on 2000/12/18 04:57:48
29530 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
29531 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
29532 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
29533 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
29534 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
29536 Branch: maint-5.6/perl
29537 +> lib/File/Spec/Epoc.pm
29538 !> (integrate 88 files)
29539 ____________________________________________________________________________
29540 [ 8174] By: gsar on 2000/12/18 03:53:09
29541 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
29542 7625..7629,7631..7634,7637,7639,7642 from mainline
29543 Branch: maint-5.6/perl
29545 !> (integrate 26 files)
29546 ____________________________________________________________________________
29547 [ 8173] By: gsar on 2000/12/18 03:37:02
29548 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
29549 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
29550 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
29551 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
29552 Branch: maint-5.6/perl
29553 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
29555 !> (integrate 111 files)
29556 ____________________________________________________________________________
29557 [ 8172] By: jhi on 2000/12/18 02:49:27
29560 ! pod/perlmodlib.pod pod/perltoc.pod
29561 ____________________________________________________________________________
29562 [ 8171] By: gsar on 2000/12/18 02:49:24
29563 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
29564 7465..7471 from mainline
29566 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
29567 in platforms that strictly require all the symbols being present
29570 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
29572 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
29574 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
29576 Subject: [PATCH] todo
29578 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
29580 Use $sort, $uniq (and $tr) consistently as wondered
29583 Too enthusiastic editing in #7460.
29585 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
29587 Upgrade to CPAN 1.58_55.
29588 Subject: CPAN.pm status
29590 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
29592 Make target reordering to avoid pointless re-makes.
29593 Subject: Re: Total re-make of 'make okfile' after 7451 ?
29595 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
29597 Subject: DOC PATCH 5.6.0
29599 Add the repository doc by Malcolm, Sarathy, and by Simon,
29600 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
29601 Branch: maint-5.6/perl
29602 +> Porting/repository.pod
29603 !> Configure MANIFEST Makefile.SH README.dos README.os2
29604 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
29605 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
29606 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
29607 ____________________________________________________________________________
29608 [ 8169] By: gsar on 2000/12/18 02:33:34
29609 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
29610 7435..7441,7445 from mainline
29612 Make the UTF-8 decoding stricter and more verbose when
29613 malformation happens. This involved adding an argument
29614 to utf8_to_uv_chk(), which involved changing its prototype,
29615 and prefer STRLEN over I32 for the UTF-8 length, which as
29616 a domino effect necessitated changing the prototypes of
29617 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
29618 The stricter UTF-8 decoding checking uses Markus Kuhn's
29619 UTF-8 Decode Stress Tester from
29620 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
29622 Run vms/vms_yfix.pl, should have done that after changing
29625 Subject: [PATCH 5.7.0] static linking with uninstalled perl
29627 (Replaced by #7440.)
29628 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29630 Fix the bug ID 20001024.005, the bug introduced by #7416.
29632 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
29634 Fix the bug reported in
29635 From: andreas.koenig@anima.de (Andreas J. Koenig)
29636 Also make is_utf8_char() stricter.
29638 Missed the header file changes from #7425.
29640 Check if stdio supports tweaking lval and cnt simultaneously.
29641 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
29643 Stratus VOS updates from Paul Green.
29645 Podify README.epoc and README.vos.
29647 Add targets to Makefile.SH, most importantly
29648 'regen_all' which also remembers to update vms/perly*.
29650 Subject: Minor update to find2perl, for portability
29652 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
29654 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
29656 Rename UTF8LEN() to be UNISKIP(), too confusing to have
29657 UTF8LEN() and UTF8SKIP().
29659 Allow poking holes at the UTF-8 decoding strictness.
29661 Continue the internal UTF-8 API tweaking.
29662 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
29663 used much more than the simpler API, now called utf8_to_uv_simple().
29664 Still not quite happy with API, too much partial duplication
29667 A new version of making the syslog test more robust.
29669 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29671 buildtoc target tweaks.
29673 Integrate with vmsperl #7430 by Charles Bailey:
29675 Cleanup from prior patch (Charles Lane?):
29676 - improve handling of MFDs in Basename and Path
29677 - default to no xsubpp line # munging when building debug images
29678 Branch: maint-5.6/perl
29679 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29680 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
29681 !> (integrate 67 files)
29682 ____________________________________________________________________________
29683 [ 8168] By: gsar on 2000/12/18 02:05:49
29684 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
29686 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
29687 From: Martin Husemann <martin@duskware.de>
29689 Subject: [PATCH 5.7.0] restore match data on backtracing
29690 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29691 Branch: maint-5.6/perl
29692 !> regcomp.c regexec.c t/op/re_tests
29693 ____________________________________________________________________________
29694 [ 8167] By: gsar on 2000/12/18 01:55:22
29695 Log: integrate changes#7858,7986 from mainline
29697 C<foreach my $x ...> in pseudo-fork()ed process may diddle
29698 parent's memory; fix it by keeping track of the actual pad
29699 offset rather than a raw pointer (this change is probably also
29700 relevant to non-ithreads case to avoid fallout from reallocs of
29701 the pad array, but is currently only enabled for the ithreads
29702 case in the interests of minimal disruption to existing "well
29705 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
29706 due to the notorious GetFileType() bug in Windows 9x, which fstat()
29708 Branch: maint-5.6/perl
29709 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
29710 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
29711 !> win32/win32.c win32/win32.h win32/win32sck.c
29712 ____________________________________________________________________________
29713 [ 8166] By: gsar on 2000/12/18 01:52:59
29714 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
29715 from mainline (xsubpp and ExtUtils::LibList fixups, various
29717 Branch: maint-5.6/perl
29718 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
29719 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
29720 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
29721 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
29722 !> win32/bin/search.pl
29723 ____________________________________________________________________________
29724 [ 8165] By: gsar on 2000/12/18 01:28:45
29725 Log: integrate changes#7533,7563,7611,7623 from mainline (various
29726 malloc.c embellishments)
29727 Branch: maint-5.6/perl
29728 !> malloc.c pod/perldiag.pod
29729 ____________________________________________________________________________
29730 [ 8164] By: gsar on 2000/12/18 01:23:33
29731 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
29733 Branch: maint-5.6/perl
29735 ____________________________________________________________________________
29736 [ 8163] By: gsar on 2000/12/18 01:17:50
29737 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
29739 Branch: maint-5.6/perl
29740 !> Makefile.SH utils/perlbug.PL
29741 ____________________________________________________________________________
29742 [ 8162] By: gsar on 2000/12/18 00:25:43
29743 Log: always export Perl_deb() (it is required by re.xs whether
29744 Perl is built with or without -DDEBUGGING)
29745 Branch: maint-5.6/perl
29747 ____________________________________________________________________________
29748 [ 8161] By: gsar on 2000/12/18 00:23:38
29749 Log: integrate change#7414 from mainline
29751 Undo the basename() part of #7412 since the lib/basename
29752 tests would need upgrading too.
29754 squelch two tests in tr.t that rely on tr/// paranoia change
29755 that's not in 5.6.x
29756 Branch: maint-5.6/perl
29758 !> lib/File/Basename.pm
29759 ____________________________________________________________________________
29760 [ 8160] By: gsar on 2000/12/18 00:05:30
29761 Log: missing change in previous integrate
29762 Branch: maint-5.6/perl
29764 ____________________________________________________________________________
29765 [ 8159] By: gsar on 2000/12/18 00:03:38
29766 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
29767 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
29768 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
29769 7410..7413 from mainline
29770 Branch: maint-5.6/perl
29771 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
29772 +> t/lib/tie-splice.t
29773 - lib/unicode/Is/DCinital.pl
29774 !> (integrate 112 files)
29775 ____________________________________________________________________________
29776 [ 8158] By: jhi on 2000/12/17 23:04:24
29777 Log: Subject: [PATCHES] RE: perl@8150
29778 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
29779 Date: Sun, 17 Dec 2000 21:46:39 +0100
29780 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
29782 Neither cygwin has a getpwuid() one can trust on.
29784 ! t/lib/glob-basic.t
29785 ____________________________________________________________________________
29786 [ 8157] By: jhi on 2000/12/17 23:01:54
29787 Log: More MAN.PODS => {} fixes.
29789 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
29790 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
29791 ! os2/OS2/REXX/Makefile.PL
29792 ____________________________________________________________________________
29793 [ 8156] By: gsar on 2000/12/17 22:49:13
29794 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
29795 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
29796 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
29797 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
29798 7201,7204 from mainline
29799 Branch: maint-5.6/perl
29800 !> (integrate 121 files)
29801 ____________________________________________________________________________
29802 [ 8155] By: jhi on 2000/12/17 22:30:58
29803 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
29804 From: "Craig A. Berry" <craigberry@mac.com>
29805 Date: Sun, 17 Dec 2000 13:09:28 -0600
29806 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
29808 MAN.PODS => ' ' is naughty.
29810 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29811 ____________________________________________________________________________
29812 [ 8154] By: nick on 2000/12/17 22:07:13
29813 Log: MULTIPLICITY nit.
29816 ____________________________________________________________________________
29817 [ 8153] By: gsar on 2000/12/17 21:23:05
29818 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
29819 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
29822 Document the SvIOK_.*UV().
29824 Update Unicode todo list.
29826 Guard against bad string->int conversion for quads.
29828 Subject: small apidoc fix
29830 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
29832 Subject: [PATCH] Tied filehandle documentation
29834 Subject: [PATCH] Modernize Opcode.pm documentation
29836 Make Data::Dumper (non-XS) to work with changed semantics of ref().
29837 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29838 [applied even though said semantics didn't change in 5.6.x]
29840 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
29842 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
29844 Fix the URL, but the server is still missing in action.
29845 Subject: [ID 20000905.002] perlfaq1.pod URL error
29847 Subject: [ID 20000903.001] \w in utf8-strings
29849 Fix the ccversion detection for 5.1 and beyond.
29850 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29852 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
29854 Subject: [ID 20000904.008] Tiny fix for perldiag
29856 Subject: Re: [ID 20000906.004] segfault with bad perl statement
29858 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29860 Subject: [ID 20000908.002] perlipc documentation bug.
29862 Subject: [PATCH lib/Benchmark.pm]
29864 Re-allow vec() for characters > 255.
29865 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
29867 Do away with memory models cruft. Sorry, PDP users.
29871 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
29873 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
29875 Upgrade to CPAN 1.57_65, from Andreas König.
29877 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
29880 Silence t/pod/*.t about alternate quote-mappings now implemented
29881 by Pod::Text, from Brad Appleton.
29883 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
29884 Subject: borland C++ win32.c tweak
29886 C<@a = @b = split(...)> optimization coredumps under ithreads
29887 (missed a spot when fixing up op_pmreplroot hack for ithreads)
29889 Document the SvUTF8*().
29891 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
29893 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
29895 Do in VMS as the #7054 does.
29897 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
29899 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
29901 Subject: [patch: perl@7045] vms updates
29903 Test for the #7049.
29904 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
29906 Break up the myconfig lines a bit.
29907 Subject: perlbug/perl -V output format
29909 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
29911 The #7054 truncated Configure badly.
29913 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
29914 initialization in all the threads on Windows
29916 Allow for whitespace between "#" and "line" in cpp output.
29917 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
29919 Remove vestiges of tr//CU.
29920 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29922 The return value of setlocale must be copied away.
29923 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
29925 Allow chop() and chomp() to be overridden.
29926 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
29928 Hints optimization.
29931 Subject: [PATCH] de-wall t/README
29933 Subject: Re: Two advertising clauses need to be removed
29934 Branch: maint-5.6/perl
29935 !> (integrate 75 files)
29936 ____________________________________________________________________________
29937 [ 8152] By: gsar on 2000/12/17 20:30:11
29938 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
29939 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
29940 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
29942 Don't attach -ld to the archname if pointless.
29944 Document UNTIE in a very minimalistic way.
29946 POSIX doesn't report long double values under -Duselongdouble
29947 when the long doubles are "real" (bigger than doubles).
29949 More author updates.
29951 Try to deduce NV_MAX. Really should be Configure fodder.
29953 :: not allowed in pathnames, change to .
29954 Subject: [PATCH perl@6938] cygwin port
29956 Forget about NV_MAX (#6951). Various floating point tweaks,
29957 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29959 Move the Solaris 7 scan to use64bitall, make the
29960 failure to find 64-bot sparc libc to mention the
29961 possibility of being in an intel, from Lupe and Alan.
29965 AUTHORS tweaks, from Peter Prymmer.
29967 More address tweaking.
29969 Small tweaks all over.
29971 File::Temp patches from Andreas König,
29973 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29975 Subject: CPAN.pm beta 1.57_57 for the core
29977 Part of the solution.
29978 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29980 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29982 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29984 Add the overload warnings to perldiag.
29986 Drop unused argument.
29987 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
29989 Subject: Nit in Configure (bleadperl@6961)
29991 Update to PodParser 1.18, from Brad Appleton.
29993 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
29995 Subject: [PATCH: 6948] add SCNfldbl to configure.com
29997 Document UNTIE. Also tweak implementation to suppress the 'inner references'
29998 warning when UNTIE exists and instead pass the cound of extra references to
30001 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
30002 so that case-ignoring systems like DCL can tell them from
30003 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
30005 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
30007 Feature ordering tweak.
30011 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
30013 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
30015 Subject: http:// in L<>
30019 change#6791 accidentally clobbered change#6710, put it back
30021 Only the first line, thank you very much.
30023 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
30024 plus rework the http: spots as suggested by Tom Christiansen,
30025 plus regen perltoc.
30027 Undo part of change 6489 which looks like a bulk edit which
30028 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
30029 The supressing of main:: on return from select() is undesirable.
30031 Apparently avoiding the swapping is too costly.
30033 Various Configure nits by Philip Newton,
30034 plus the ebcdic one by me.
30036 Make certain cc is set before trying to run it.
30038 If overloaded %{} etc. return the object do not loop.
30039 Thus sub deref { $_[0] } functions if object is wanted type.
30043 More %{} and other deref special casing - do not pass to 'nomethod'.
30044 Branch: maint-5.6/perl
30045 !> (integrate 59 files)
30046 ____________________________________________________________________________
30047 [ 8151] By: gsar on 2000/12/17 19:14:38
30048 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
30049 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
30051 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
30053 Make the epsilon to be relative, not absolute.
30055 Put back the flags dump as reasoned in
30056 Subject: Re: [PATCH] Glob dumping
30058 Introduce ccname to keep track of what compiler kind of we have.
30060 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
30062 Put back the slice accidentally removed by #6907.
30064 Reset archname and archname64 always, forcing them be
30065 recomputed at each Configure run, make Configure and
30066 the hints files agree on the naming of largefiles variables.
30068 Don't say "Perl 5.0 source kit".
30070 Subject: [PATCH] fix misc cast warnings
30072 Subject: typos in pods
30074 NVs not necessarily doubles, as pointed out by Yitzchak.
30076 Subject: [PATCH 6889] add a few ldbl formats to configure.com
30078 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
30080 Better options for rsync.
30082 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
30084 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
30086 Subject: [PATCH] Re: UNTIE method
30088 A better fix for the Socket building problem from Craig Berry.
30090 Retract the dummy test, skip the security tests (instead of failing),
30091 explain what the warnings mean.
30094 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
30096 Update to Unicode 3.0.1.
30098 Missed one Unicode file.
30100 Subject: Re: typos in pods
30102 The #6929 was too skimpy.
30104 sscanf() may be the only way to read long doubles from strings.
30106 Reveal Borland's isnan.
30107 Subject: build with BC++ tweak
30109 Issue useful diagnostic on unknown pod commands.
30110 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
30112 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
30114 Clarify the third case of ftmp-security warnings.
30116 Make -Dusemorebits find long doubles in Solaris.
30118 Wrap the test in eval.
30119 Branch: maint-5.6/perl
30120 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
30121 +> lib/unicode/PropList.txt lib/unicode/README.perl
30122 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
30123 +> lib/unicode/Unicode.301 vms/vmspipe.com
30124 - lib/unicode/Props.txt lib/unicode/UCD300.html
30125 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
30126 !> (integrate 305 files)
30127 ____________________________________________________________________________
30128 [ 8150] By: jhi on 2000/12/17 18:47:57
30129 Log: Uncheckedin generated files.
30131 ! global.sym perlapi.c pod/perlapi.pod
30132 ____________________________________________________________________________
30133 [ 8149] By: jhi on 2000/12/17 18:41:22
30134 Log: Update Changes.
30136 ! Changes patchlevel.h
30137 ____________________________________________________________________________
30138 [ 8148] By: jhi on 2000/12/17 18:39:16
30139 Log: Subject: [PATCH] Fcntl constants speedup
30140 From: Nicholas Clark <nick@ccl4.org>
30141 Date: Sun, 17 Dec 2000 16:29:24 +0000
30142 Message-ID: <20001217162924.E97668@plum.flirble.org>
30144 Use IVs for the Fcntl constants instead of NVs.
30146 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
30147 ____________________________________________________________________________
30148 [ 8147] By: jhi on 2000/12/17 18:33:41
30149 Log: Add test for #8145 (binmode() warning), add warning for
30150 ioctl() and sockpair(), document them. (fileno() cannot
30151 be tripwired with the same kind of warning because
30152 'defined fileno($foo)' seems to be an idiom.)
30154 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
30155 ____________________________________________________________________________
30156 [ 8146] By: gsar on 2000/12/17 18:09:08
30157 Log: update Changes
30158 Branch: maint-5.6/perl
30160 ____________________________________________________________________________
30161 [ 8145] By: jhi on 2000/12/17 17:39:35
30162 Log: Subject: [PATCH] Re: The long awaited feature ...
30163 From: Simon Cozens <simon@cozens.net>
30164 Date: Sun, 17 Dec 2000 12:31:56 +0000
30165 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
30167 Add a warning to binmode() about using bad filehandles
30168 (can happen e.g. if someone forgets the filehandle argument)
30171 ____________________________________________________________________________
30172 [ 8144] By: jhi on 2000/12/17 17:33:48
30173 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
30174 From: Jonathan Stowe <gellyfish@gellyfish.com>
30175 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
30176 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
30179 ____________________________________________________________________________
30180 [ 8143] By: jhi on 2000/12/17 05:31:37
30181 Log: Polymorphic regexps.
30183 Fixes at least the bugs 20001028.003 (both of them...) and
30184 20001108.001. The bugs 20001114.001 and 20001205.014 seem
30185 also to be fixed by now, probably already before this patch.
30187 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
30188 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
30189 ! t/op/utf8decode.t t/pragma/utf8.t
30190 ____________________________________________________________________________
30191 [ 8142] By: jhi on 2000/12/16 17:16:05
30192 Log: Subject: [patch perl@8102] dos/djgpp update
30193 From: Laszlo Molnar <ml1050@freemail.hu>
30194 Date: Sat, 16 Dec 2000 01:40:52 +0100
30195 Message-ID: <20001216014052.A335@freemail.hu>
30197 ! djgpp/config.over t/base/commonsense.t
30198 ____________________________________________________________________________
30199 [ 8141] By: jhi on 2000/12/16 17:09:27
30200 Log: Few uncheckedin files.
30202 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
30203 ____________________________________________________________________________
30204 [ 8140] By: nick on 2000/12/15 22:14:31
30205 Log: Integrate mainline
30207 !> (integrate 53 files)
30208 ____________________________________________________________________________
30209 [ 8139] By: jhi on 2000/12/15 19:49:49
30210 Log: One more IVUV tweak from Nicholas Clark.
30213 ____________________________________________________________________________
30214 [ 8138] By: jhi on 2000/12/15 19:17:06
30215 Log: Return of the IVUV-preservation, now seems to be happy even
30216 in Digital UNIX (the broken strtoul brokenness detection
30217 seems to have been the fly in the ointment).
30219 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30220 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
30221 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
30222 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
30223 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30224 ! vos/config.ga.h win32/config.bc win32/config.gc
30226 ____________________________________________________________________________
30227 [ 8137] By: jhi on 2000/12/15 18:12:14
30228 Log: Metaconfig unit change for #8136.
30230 ! U/modified/d_strtoul.U
30231 Branch: metaconfig/U/perl
30232 ! d_strtoull.U d_strtouq.U
30233 ____________________________________________________________________________
30234 [ 8136] By: jhi on 2000/12/15 18:11:35
30235 Log: I don't think it's sensible or portable to test the strtou*
30239 ____________________________________________________________________________
30240 [ 8135] By: jhi on 2000/12/15 17:18:49
30241 Log: Metaconfig unit change for #8134.
30243 ! U/modified/d_strtoul.U
30244 ____________________________________________________________________________
30245 [ 8134] By: jhi on 2000/12/15 17:14:13
30246 Log: If longsize is 8 we don't need a LL suffix for integer constants.
30248 ! Configure config_h.SH
30249 ____________________________________________________________________________
30250 [ 8133] By: jhi on 2000/12/15 16:00:23
30251 Log: Update Changes.
30253 ! Changes patchlevel.h
30254 ____________________________________________________________________________
30255 [ 8132] By: jhi on 2000/12/15 15:44:16
30256 Log: Some compilers get huffy if you do not cast a const pointer
30257 to a non-const when assigning.
30260 ____________________________________________________________________________
30261 [ 8131] By: jhi on 2000/12/15 15:38:30
30262 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
30263 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30264 Date: Fri, 15 Dec 2000 05:26:57 -0500
30265 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
30267 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
30268 ! t/pragma/overload.t
30269 ____________________________________________________________________________
30270 [ 8130] By: jhi on 2000/12/15 15:36:08
30271 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
30272 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30273 Date: Thu, 14 Dec 2000 22:02:43 -0500
30274 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
30277 ____________________________________________________________________________
30278 [ 8129] By: jhi on 2000/12/15 15:34:16
30279 Log: Subject: PATCH: h2xs nit
30280 From: Tim Jenness <t.jenness@jach.hawaii.edu>
30281 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
30282 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
30284 Add a template README.
30287 ____________________________________________________________________________
30288 [ 8128] By: jhi on 2000/12/15 15:32:22
30289 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
30291 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
30292 ____________________________________________________________________________
30293 [ 8127] By: jhi on 2000/12/15 15:19:34
30294 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
30295 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30296 Date: Thu, 14 Dec 2000 20:04:42 EST
30297 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
30299 ! ext/Opcode/Opcode.xs
30300 ____________________________________________________________________________
30301 [ 8126] By: jhi on 2000/12/15 15:17:49
30302 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
30303 From: Peter Prymmer <pvhp@forte.com>
30304 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
30305 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
30307 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
30308 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
30309 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
30310 ____________________________________________________________________________
30311 [ 8125] By: jhi on 2000/12/15 15:11:05
30312 Log: This seems to be a stage sane and stable enough to checkin.
30313 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
30315 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
30316 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
30317 ! t/op/cmp.t t/op/numconvert.t
30318 ____________________________________________________________________________
30319 [ 8124] By: jhi on 2000/12/15 04:20:26
30320 Log: Something is really wonky.
30323 ____________________________________________________________________________
30324 [ 8123] By: jhi on 2000/12/15 04:00:50
30325 Log: Fixes for the IV UV patches to compile in Digital UNIX.
30328 ____________________________________________________________________________
30329 [ 8122] By: jhi on 2000/12/15 02:53:40
30330 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
30331 From: "Craig A. Berry" <craigberry@mac.com>
30332 Date: Thu, 14 Dec 2000 19:10:49 -0600
30333 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
30336 ____________________________________________________________________________
30337 [ 8121] By: jhi on 2000/12/15 02:50:00
30338 Log: Metaconfig changes for #8120.
30340 + U/modified/d_strtoul.U
30341 Branch: metaconfig/U/perl
30342 ! d_strtoull.U d_strtouq.U
30343 ____________________________________________________________________________
30344 [ 8120] By: jhi on 2000/12/15 02:49:42
30345 Log: From: Nicholas Clark <nick@ccl4.org>
30346 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
30347 Date: Thu, 14 Dec 2000 18:38:57 +0000
30348 Message-ID: <20001214183857.B97909@plum.flirble.org>
30350 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30351 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
30352 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30353 ! vos/config.ga.def vos/config.ga.h win32/config.bc
30354 ! win32/config.gc win32/config.vc
30355 ____________________________________________________________________________
30356 [ 8119] By: jhi on 2000/12/14 23:40:58
30357 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
30358 From: Nicholas Clark <nick@ccl4.org>
30359 Date: Wed, 13 Dec 2000 20:08:50 +0000
30360 Message-ID: <20001213200849.B71166@plum.flirble.org>
30362 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
30363 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
30364 ____________________________________________________________________________
30365 [ 8118] By: jhi on 2000/12/14 22:46:26
30366 Log: Integrate perlio.
30368 !> MANIFEST ext/Encode/compile makedef.pl
30369 ____________________________________________________________________________
30370 [ 8117] By: nick on 2000/12/14 22:38:53
30371 Log: Win32 tweaks to get Encode to build
30372 - temp hack to makedef.pl till PerlIO is properly "exported".
30374 static encpage_t foo[];
30375 so make 'em extern for now.
30377 ! ext/Encode/compile makedef.pl
30378 ____________________________________________________________________________
30379 [ 8116] By: nick on 2000/12/14 22:00:53
30380 Log: Document the new files
30383 ____________________________________________________________________________
30384 [ 8115] By: jhi on 2000/12/14 21:58:01
30385 Log: MANIFEST new files of #8114.
30388 ____________________________________________________________________________
30389 [ 8114] By: jhi on 2000/12/14 21:50:49
30390 Log: Integrate perlio.
30392 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
30393 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
30394 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
30395 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
30396 !> ext/Encode/Makefile.PL
30397 ____________________________________________________________________________
30398 [ 8113] By: jhi on 2000/12/14 21:48:49
30399 Log: The documentation part of the
30401 Subject: [ID 20001214.002] Net::Ping patch
30402 From: Jonathan Stowe <gellyfish@gellyfish.com>
30403 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
30404 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
30405 since the #7529 had already addressed the same problem.
30408 ____________________________________________________________________________
30409 [ 8112] By: jhi on 2000/12/14 21:42:57
30410 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
30411 From: Dominic Dunlop <domo@computer.org>
30412 Date: Tue, 12 Dec 2000 10:47:10 +0100
30413 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
30415 Document how elusive subroutines can be.
30418 ____________________________________________________________________________
30419 [ 8111] By: jhi on 2000/12/14 21:38:05
30420 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
30421 From: Dominic Dunlop <domo@computer.org>
30422 Date: Thu, 14 Dec 2000 10:13:51 +0100
30423 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
30425 ! ext/POSIX/POSIX.pod
30426 ____________________________________________________________________________
30427 [ 8110] By: jhi on 2000/12/14 21:36:32
30428 Log: Subject: [patch] perlfaq7
30429 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
30430 Date: Thu, 14 Dec 2000 15:31:07 +0100
30431 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
30434 ____________________________________________________________________________
30435 [ 8109] By: jhi on 2000/12/14 21:29:20
30436 Log: Subject: [8104] Encode
30437 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30438 Date: Thu, 14 Dec 2000 14:49:34 +0100
30439 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
30441 Type casting for nervous compilers.
30443 ! ext/Encode/Encode.xs
30444 ____________________________________________________________________________
30445 [ 8108] By: jhi on 2000/12/14 21:26:17
30446 Log: Subject: [8104] DB_File
30447 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30448 Date: Thu, 14 Dec 2000 14:49:35 +0100
30449 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
30451 Type definition incorrect for DB 2.7.7. Not known when it
30452 changed, so only changed it for a known revision.
30454 ! ext/DB_File/DB_File.xs
30455 ____________________________________________________________________________
30456 [ 8107] By: jhi on 2000/12/14 21:23:41
30457 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
30458 From: Peter Prymmer <pvhp@forte.com>
30459 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
30460 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
30462 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
30464 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
30465 ! ext/Encode/Encode/posix-bc.enc
30466 ____________________________________________________________________________
30467 [ 8106] By: nick on 2000/12/14 20:36:13
30468 Log: "Cold" build correction to Encode's Makefile.PL
30470 ! ext/Encode/Makefile.PL
30471 ____________________________________________________________________________
30472 [ 8105] By: nick on 2000/12/14 20:09:37
30473 Log: "Compiled" encodings.
30474 Correct replacement character in EBCDIC .enc files
30475 Add 0x7F to ASCII repertoire.
30477 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30478 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
30479 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
30480 ! ext/Encode/Makefile.PL ext/Encode/compile
30481 ! ext/Encode/encengine.c ext/Encode/encode.h
30482 ____________________________________________________________________________
30483 [ 8104] By: nick on 2000/12/14 00:38:20
30484 Log: Integrate mainline
30486 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
30487 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
30488 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
30489 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
30490 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
30491 !> t/lib/db-hash.t t/lib/db-recno.t
30492 ____________________________________________________________________________
30493 [ 8103] By: nick on 2000/12/13 23:16:13
30494 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
30495 so far and so it does not get lost.
30497 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
30498 ____________________________________________________________________________
30499 [ 8102] By: jhi on 2000/12/13 17:14:22
30500 Log: Update Changes.
30502 ! Changes patchlevel.h
30503 ____________________________________________________________________________
30504 [ 8101] By: jhi on 2000/12/13 16:53:41
30505 Log: Move the proto of start_glob() to a better place; regen api files.
30507 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
30508 ____________________________________________________________________________
30509 [ 8100] By: jhi on 2000/12/13 16:47:11
30510 Log: Metaconfig change for #8099.
30512 ! U/modified/Head.U
30513 ____________________________________________________________________________
30514 [ 8099] By: jhi on 2000/12/13 16:46:48
30515 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
30516 From: Andy Dougherty <doughera@lafayette.edu>
30517 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
30518 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
30521 ____________________________________________________________________________
30522 [ 8098] By: jhi on 2000/12/13 16:39:02
30523 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
30524 From: rspier@pobox.com (Robert Spier)
30525 Date: Tue, 12 Dec 2000 21:12:39 -0500
30526 Message-ID: <14902.56087.678086.725773@rls.cx>
30528 fastgetcwd is defined using a glob alias on a $^O dependent basis -
30529 and there was no default assignment or perl subroutine.
30532 ____________________________________________________________________________
30533 [ 8097] By: jhi on 2000/12/13 16:16:01
30534 Log: Subject: [PATCH] move startglob out of pp_hot.c
30535 From: Nicholas Clark <nick@ccl4.org>
30536 Date: Mon, 11 Dec 2000 23:16:39 +0000
30537 Message-ID: <20001211231638.A55550@plum.flirble.org>
30539 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
30540 ____________________________________________________________________________
30541 [ 8096] By: jhi on 2000/12/13 15:26:23
30542 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
30543 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30544 Date: Wed, 13 Dec 2000 14:01:37 +0100
30545 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
30547 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
30548 in turn requires libpthread in libswanted.
30551 ____________________________________________________________________________
30552 [ 8095] By: jhi on 2000/12/12 19:51:05
30553 Log: The integration wars continue.
30556 ____________________________________________________________________________
30557 [ 8094] By: jhi on 2000/12/12 19:48:26
30558 Log: Subject: [PATCH perl@8070] DB_File-1.74
30559 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30560 Date: Mon, 11 Dec 2000 23:07:17 -0000
30561 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
30563 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30564 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
30565 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
30567 ____________________________________________________________________________
30568 [ 8093] By: nick on 2000/12/12 19:42:13
30569 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
30572 !> lib/File/DosGlob.pm
30573 ____________________________________________________________________________
30574 [ 8092] By: jhi on 2000/12/12 19:28:11
30575 Log: Integrate perlio.
30578 ____________________________________________________________________________
30579 [ 8091] By: nick on 2000/12/12 18:49:45
30580 Log: Fix for Tk, and upgrading shared SVs.
30583 ____________________________________________________________________________
30584 [ 8090] By: jhi on 2000/12/12 16:48:59
30585 Log: Subject: [PATCH] Re: Breadperl & Tk
30586 From: Nick Ing-Simmons <nik@tiuk.ti.com>
30587 Date: Tue, 12 Dec 2000 14:48:27 GMT
30588 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
30591 ____________________________________________________________________________
30592 [ 8089] By: jhi on 2000/12/12 03:37:19
30593 Log: Subject: DosGlob.pm diff for bash style brace expansion.
30594 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
30595 Date: Fri, 8 Dec 2000 10:45:30 -0600
30596 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
30598 ! lib/File/DosGlob.pm
30599 ____________________________________________________________________________
30600 [ 8088] By: nick on 2000/12/11 23:59:59
30601 Log: Integrate mainline
30603 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
30604 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30605 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
30606 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
30607 !> t/op/local.t t/pragma/warn/toke toke.c
30608 ____________________________________________________________________________
30609 [ 8087] By: jhi on 2000/12/11 23:20:23
30610 Log: Integrate perlio.
30612 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30613 ____________________________________________________________________________
30614 [ 8086] By: jhi on 2000/12/11 22:50:59
30615 Log: Tune further the OS detection of CGI.
30618 ____________________________________________________________________________
30619 [ 8085] By: nick on 2000/12/11 22:50:46
30620 Log: Finish 1st pass of "encoding" layer e.g. :
30621 open($fh,"<encoding(iso8859-7)",$greek) || die;
30623 ! ext/Encode/Encode.xs perlio.c perliol.h
30624 ____________________________________________________________________________
30625 [ 8084] By: jhi on 2000/12/11 22:32:06
30626 Log: Revert the -f ambiguousity patch, seems to cause
30627 too much hassle (the interpret -Q as a function
30628 where Q is not a known filetest part is left in).
30630 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
30632 ____________________________________________________________________________
30633 [ 8083] By: jhi on 2000/12/11 22:27:23
30634 Log: (accidentally empty check-in)
30636 ! lib/File/DosGlob.pm
30637 ____________________________________________________________________________
30638 [ 8082] By: nick on 2000/12/11 19:09:51
30639 Log: Restore mmap function (broken by tweaks to shared buffer
30640 layer for encode(xxxx)).
30643 ____________________________________________________________________________
30644 [ 8081] By: jhi on 2000/12/11 18:29:13
30645 Log: Subject: Re: The long awaited feature ...
30646 From: Simon Cozens <simon@cozens.net>
30647 Date: Mon, 11 Dec 2000 15:54:24 +0000
30648 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
30650 More io/utf8 tests.
30653 ____________________________________________________________________________
30654 [ 8080] By: jhi on 2000/12/11 18:19:36
30655 Log: Subject: PATCH MakeMaker manpage clarification
30656 From: andreas.koenig@anima.de (Andreas J. Koenig)
30657 Date: 10 Dec 2000 20:46:13 +0100
30658 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
30660 ! lib/ExtUtils/MakeMaker.pm
30661 ____________________________________________________________________________
30662 [ 8079] By: jhi on 2000/12/11 15:35:07
30663 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
30664 From: Simon Cozens <simon@cozens.net>
30665 Date: Sun, 10 Dec 2000 19:06:19 +0000
30666 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
30668 ! ext/B/B/Deparse.pm t/lib/b.t
30669 ____________________________________________________________________________
30670 [ 8078] By: jhi on 2000/12/11 15:09:11
30671 Log: Subject: [PATCH] docs on NaN
30672 From: Nicholas Clark <nick@ccl4.org>
30673 Date: Mon, 11 Dec 2000 01:48:38 +0000
30674 Message-ID: <20001211014838.B99205@plum.flirble.org>
30677 ____________________________________________________________________________
30678 [ 8077] By: jhi on 2000/12/11 15:02:21
30679 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
30680 From: Simon Cozens <simon@cozens.net>
30681 Date: Mon, 11 Dec 2000 01:21:45 +0000
30682 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
30684 ! pp.c pp_hot.c scope.c t/op/local.t
30685 ____________________________________________________________________________
30686 [ 8076] By: nick on 2000/12/10 20:43:32
30687 Log: Not merge worthy...
30688 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
30689 syntax is modelled on attributes.
30690 Untested fix for io/utf8 on Win32 etc.
30691 Very clumsy start to the encode layer.
30693 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30694 ____________________________________________________________________________
30695 [ 8075] By: jhi on 2000/12/10 18:39:33
30696 Log: Darwin is not Windows.
30699 ____________________________________________________________________________
30700 [ 8074] By: jhi on 2000/12/10 18:31:27
30701 Log: Subject: Ambiguous -%c() resolved as a file test
30702 From: "Paul Marquess" <Paul.Marquess@openwave.com>
30703 Date: Sun, 10 Dec 2000 15:35:07 -0000
30704 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
30706 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30707 ____________________________________________________________________________
30708 [ 8073] By: jhi on 2000/12/10 18:16:29
30709 Log: Subject: PATCH installperl misinformed
30710 From: andreas.koenig@anima.de (Andreas J. Koenig)
30711 Date: 10 Dec 2000 13:01:32 +0100
30712 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
30715 ____________________________________________________________________________
30716 [ 8072] By: jhi on 2000/12/10 18:07:55
30717 Log: The walkoptree confusion rages; walkoptree() seems to be coming
30718 from B.xs, while walkoptree_slow() comes from B.pm.
30721 ____________________________________________________________________________
30722 [ 8071] By: nick on 2000/12/10 11:45:47
30723 Log: Integrate mainline
30725 +> t/base/commonsense.t
30726 !> (integrate 37 files)
30727 ____________________________________________________________________________
30728 [ 8070] By: jhi on 2000/12/10 04:46:21
30729 Log: Update Changes.
30731 ! Changes patchlevel.h
30732 ____________________________________________________________________________
30733 [ 8069] By: jhi on 2000/12/10 04:39:19
30734 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
30735 From: andreas.koenig@anima.de (Andreas J. Koenig)
30736 Date: 09 Dec 2000 17:14:25 +0100
30737 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
30739 + t/base/commonsense.t
30740 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
30741 ____________________________________________________________________________
30742 [ 8068] By: jhi on 2000/12/10 04:17:36
30743 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
30744 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30745 Date: Sat, 9 Dec 2000 16:47:22 -0000
30746 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
30748 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
30749 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
30750 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
30751 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
30752 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
30753 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
30755 ____________________________________________________________________________
30756 [ 8067] By: jhi on 2000/12/10 03:52:02
30757 Log: Test case for #8066.
30760 ____________________________________________________________________________
30761 [ 8066] By: jhi on 2000/12/10 03:50:30
30762 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
30763 From: Simon Cozens <simon@cozens.net>
30764 Date: Sun, 10 Dec 2000 00:55:37 +0000
30765 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
30768 ____________________________________________________________________________
30769 [ 8065] By: jhi on 2000/12/10 03:44:52
30770 Log: Test case for #8064.
30773 ____________________________________________________________________________
30774 [ 8064] By: jhi on 2000/12/10 03:42:32
30775 Log: Subject: Re: prototype of substr
30776 From: Simon Cozens <simon@cozens.net>
30777 Date: Sun, 10 Dec 2000 00:13:33 +0000
30778 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
30780 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
30783 ____________________________________________________________________________
30784 [ 8063] By: jhi on 2000/12/10 03:39:42
30785 Log: Subject: [PATCH] perlguts.pod
30786 From: Simon Cozens <simon@cozens.net>
30787 Date: Sun, 10 Dec 2000 00:06:47 +0000
30788 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
30790 Documentation of the different types of ops,
30791 plus the functions in dump.c
30794 ____________________________________________________________________________
30795 [ 8062] By: jhi on 2000/12/10 03:30:04
30796 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
30797 From: Nicholas Clark <nick@talking.bollo.cx>
30798 Date: Sat, 09 Dec 2000 18:57:25 +0000
30799 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
30801 Be more robust in weird hostname setups.
30803 ! t/lib/net-hostent.t
30804 ____________________________________________________________________________
30805 [ 8061] By: jhi on 2000/12/10 03:28:21
30806 Log: Pacify fussy compiler.
30809 ____________________________________________________________________________
30810 [ 8060] By: jhi on 2000/12/10 02:52:46
30811 Log: Integrate perlio.
30813 !> pp_sys.c t/io/utf8.t
30814 ____________________________________________________________________________
30815 [ 8059] By: nick on 2000/12/09 23:40:14
30816 Log: read/sysread/recv should now be utf8 aware.
30817 Basic test for utf8 read.
30819 ! pp_sys.c t/io/utf8.t
30820 ____________________________________________________________________________
30821 [ 8058] By: jhi on 2000/12/09 21:56:02
30822 Log: Integrate perlio.
30825 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
30826 ____________________________________________________________________________
30827 [ 8057] By: jhi on 2000/12/09 21:53:35
30828 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
30829 From: Inaba Hiroto <inaba@st.rim.or.jp>
30830 Date: Sun, 10 Dec 2000 05:53:21 +0900
30831 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
30836 ____________________________________________________________________________
30837 [ 8056] By: jhi on 2000/12/09 21:51:16
30838 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
30839 From: Inaba Hiroto <inaba@st.rim.or.jp>
30840 Date: Sat, 09 Dec 2000 18:02:00 +0900
30841 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
30843 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
30845 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
30846 ____________________________________________________________________________
30847 [ 8055] By: nick on 2000/12/09 20:11:48
30848 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
30849 than raw PerlIO_write() - does not seem to break any tests.
30852 ____________________________________________________________________________
30853 [ 8054] By: nick on 2000/12/09 19:47:30
30854 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
30855 (sysread, recv and write i.e. formats still to do...)
30856 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
30857 open($fh,">:utf8","name")
30858 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
30859 so no extra overhead is involved.
30860 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
30861 to a non-utf8 stream.
30862 Add initial io/utf8.t
30863 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
30864 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
30865 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
30868 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
30869 ____________________________________________________________________________
30870 [ 8053] By: nick on 2000/12/09 19:26:37
30871 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
30872 was only testing this_utf8.
30875 ____________________________________________________________________________
30876 [ 8052] By: nick on 2000/12/09 19:09:41
30877 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
30878 i.e. the output string has one, but don't mess with source assumption.
30881 ____________________________________________________________________________
30882 [ 8051] By: jhi on 2000/12/09 16:55:17
30883 Log: Integrate perlio.
30885 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
30886 !> sv.c thrdvar.h util.c
30887 ____________________________________________________________________________
30888 [ 8050] By: jhi on 2000/12/09 16:48:07
30889 Log: Nits noticed by Peter Prymmer.
30891 ! lib/ExtUtils/MM_VMS.pm
30892 ____________________________________________________________________________
30893 [ 8049] By: nick on 2000/12/09 13:49:40
30894 Log: UTF8 output prework.
30895 - Store $\ and $, as SVs so they can have SvUTF8 flag
30896 - use do_print() rather than raw PerlIO_write() to print them.
30898 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
30900 ____________________________________________________________________________
30901 [ 8048] By: nick on 2000/12/09 12:30:43
30902 Log: Integrate mainline.
30904 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
30906 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
30907 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
30908 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
30909 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
30910 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
30911 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
30912 ____________________________________________________________________________
30913 [ 8047] By: jhi on 2000/12/09 00:23:27
30914 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
30915 From: Michael G Schwern <schwern@pobox.com>
30916 Date: Fri, 8 Dec 2000 14:43:04 -0600
30918 ! lib/ExtUtils/MM_VMS.pm
30919 ____________________________________________________________________________
30920 [ 8046] By: jhi on 2000/12/08 23:10:27
30921 Log: A missed check-in.
30923 ! lib/ExtUtils/Manifest.pm
30924 ____________________________________________________________________________
30925 [ 8045] By: jhi on 2000/12/08 21:57:12
30926 Log: (null check-in)
30928 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
30929 ____________________________________________________________________________
30930 [ 8044] By: jhi on 2000/12/08 21:11:06
30931 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
30932 at the final draft stage.
30934 + ext/Encode/Encode/iso8859-16.enc
30936 ____________________________________________________________________________
30937 [ 8043] By: jhi on 2000/12/08 16:39:04
30938 Log: Update Changes.
30940 ! Changes patchlevel.h
30941 ____________________________________________________________________________
30942 [ 8042] By: jhi on 2000/12/08 16:33:39
30943 Log: Do not return the Unicode replacement character if UTF-8
30944 decoding goes awry, it should be up to the caller to decide.
30946 ! pod/perlapi.pod utf8.c
30947 ____________________________________________________________________________
30948 [ 8041] By: jhi on 2000/12/08 16:22:28
30949 Log: metaconfig maintenance.
30951 ! U/modified/stdchar.U
30952 Branch: metaconfig/U/perl
30954 ____________________________________________________________________________
30955 [ 8040] By: jhi on 2000/12/08 16:03:08
30956 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
30957 From: sthoenna@efn.org
30958 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
30959 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
30961 ! Changes lib/ExtUtils/MM_OS2.pm
30962 ____________________________________________________________________________
30963 [ 8039] By: jhi on 2000/12/08 15:57:11
30964 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
30965 From: Simon Cozens <simon@cozens.net>
30966 Date: Fri, 8 Dec 2000 13:33:31 +0000
30967 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
30969 (The pp_hot part needed a rewrite.)
30971 ! doop.c pp_hot.c utf8.c
30972 ____________________________________________________________________________
30973 [ 8038] By: jhi on 2000/12/08 15:25:08
30975 From: Michael Stevens <michael@etla.org>
30976 Date: Wed, 6 Dec 2000 23:24:01 +0000
30977 Message-ID: <20001206232400.A21381@firedrake.org>
30979 Plus a note from Nick Ing-Simmons.
30982 ____________________________________________________________________________
30983 [ 8037] By: jhi on 2000/12/08 15:18:35
30984 Log: Filetype is text.
30986 ! t/op/utf8decode.t
30987 ____________________________________________________________________________
30988 [ 8036] By: jhi on 2000/12/08 03:31:27
30989 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30990 From: Andy Dougherty <doughera@lafayette.edu>
30991 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
30992 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
30994 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30995 From: Andy Dougherty <doughera@lafayette.edu>
30996 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
30997 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
30999 + ext/POSIX/hints/svr4.pl
31000 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
31001 ____________________________________________________________________________
31002 [ 8035] By: jhi on 2000/12/08 03:26:01
31003 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
31004 From: Andy Dougherty <doughera@lafayette.edu>
31005 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
31006 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
31008 ! t/README t/base/term.t
31009 ____________________________________________________________________________
31010 [ 8034] By: jhi on 2000/12/08 03:21:59
31011 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
31012 From: mjd@plover.com
31013 Date: 7 Dec 2000 21:04:20 -0000
31014 Message-ID: <20001207210420.22282.qmail@plover.com>
31019 ____________________________________________________________________________
31020 [ 8033] By: jhi on 2000/12/08 03:19:03
31021 Log: Use the UTF8 macros a bit. They can't be used with abandon
31022 everywhere because we do generate illegal UTF-8 in some situations.
31023 This is of course naughty.
31025 ! pod/perlapi.pod utf8.c utf8.h
31026 ____________________________________________________________________________
31027 [ 8032] By: jhi on 2000/12/08 03:00:09
31030 ! t/pragma/warn/utf8
31031 ____________________________________________________________________________
31032 [ 8031] By: jhi on 2000/12/08 02:22:39
31036 ____________________________________________________________________________
31037 [ 8030] By: jhi on 2000/12/08 01:23:54
31038 Log: Add test for reverse().
31042 ____________________________________________________________________________
31043 [ 8029] By: jhi on 2000/12/08 01:21:47
31044 Log: Integrate perlio.
31046 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
31047 !> perlio.c perlio.h perlsdio.h warnings.pl
31048 ____________________________________________________________________________
31049 [ 8028] By: jhi on 2000/12/08 01:19:08
31050 Log: Introduce macros for UTF8 decoding.
31052 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
31053 ____________________________________________________________________________
31054 [ 8027] By: nick on 2000/12/07 22:18:19
31055 Log: Integrate mainline
31057 !> embed.pl pod/perlapi.pod utf8.c
31058 ____________________________________________________________________________
31059 [ 8026] By: nick on 2000/12/07 21:45:08
31060 Log: Various oddities p4 diff -se showed up
31061 Remove 'our' from warnings.pl
31063 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
31064 ____________________________________________________________________________
31065 [ 8025] By: nick on 2000/12/07 21:43:32
31066 Log: Change PerlIO_(get|set)pos to take SV *
31067 Should fix, OS/2, VMS, (sfio??)
31069 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
31070 ____________________________________________________________________________
31071 [ 8024] By: jhi on 2000/12/07 19:05:32
31072 Log: Document utf8_to_uv() better.
31074 ! pod/perlapi.pod utf8.c
31075 ____________________________________________________________________________
31076 [ 8023] By: jhi on 2000/12/07 18:23:47
31077 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
31079 ! embed.pl pod/perlapi.pod utf8.c
31080 ____________________________________________________________________________
31081 [ 8022] By: jhi on 2000/12/07 04:13:51
31082 Log: Integrate perlio.
31084 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
31085 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
31086 !> win32/makefile.mk
31087 ____________________________________________________________________________
31088 [ 8021] By: nick on 2000/12/07 00:28:14
31089 Log: Various attempts at MSVC debug - not sure what has
31090 changed but works now.
31091 Seems atexit() _may_ work for DLLs built with MSVC so don't
31092 call cleanup that way.
31094 ! perlio.c win32/makefile.mk
31095 ____________________________________________________________________________
31096 [ 8020] By: nick on 2000/12/06 19:57:20
31097 Log: Integrate mainline
31099 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
31100 !> (integrate 75 files)
31101 ____________________________________________________________________________
31102 [ 8019] By: nick on 2000/12/06 19:28:21
31103 Log: Add useperlio to config.vc
31104 Turn off binmode in config_H.PL
31105 Regen all the config_H.xx
31106 Attempt to get debugging build with MSVC.
31108 ! win32/config.vc win32/config_H.bc win32/config_H.gc
31109 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
31110 ____________________________________________________________________________
31111 [ 8018] By: nick on 2000/12/06 19:21:57
31112 Log: Test various dup/external program options on all platforms.
31115 ____________________________________________________________________________
31116 [ 8017] By: nick on 2000/12/06 19:20:47
31117 Log: Fix harness to be less picky
31119 ! lib/Test/Harness.pm
31120 ____________________________________________________________________________
31121 [ 8016] By: jhi on 2000/12/06 16:45:12
31122 Log: Update Changes.
31124 ! Changes patchlevel.h
31125 ____________________________________________________________________________
31126 [ 8015] By: jhi on 2000/12/06 16:41:03
31127 Log: Test \x{...} with ord().
31130 ____________________________________________________________________________
31131 [ 8014] By: jhi on 2000/12/06 16:20:33
31132 Log: Test tweak because of #8013.
31135 ____________________________________________________________________________
31136 [ 8013] By: jhi on 2000/12/06 16:09:09
31137 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
31138 From: Michael G Schwern <schwern@pobox.com>
31139 Date: Tue, 5 Dec 2000 21:23:28 -0500
31140 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
31142 Carp::Heavy parts not very applicable because of recent changes.
31144 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
31145 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
31146 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
31147 ! lib/Exporter.pm lib/Exporter/Heavy.pm
31148 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
31149 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31150 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
31151 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
31152 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
31153 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
31154 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
31155 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
31156 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
31157 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
31158 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
31159 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
31160 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
31161 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
31162 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
31163 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
31165 ____________________________________________________________________________
31166 [ 8012] By: jhi on 2000/12/06 15:22:38
31167 Log: Subject: [PATCH] Re: New harness is failing things
31168 From: Nick Ing-Simmons <nik@tiuk.ti.com>
31169 Date: Wed, 6 Dec 2000 13:00:30 GMT
31170 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
31172 ! lib/Test/Harness.pm
31173 ____________________________________________________________________________
31174 [ 8011] By: jhi on 2000/12/06 15:12:08
31175 Log: Subject: installhtml changes
31176 From: Michael Stevens <michael@etla.org>
31177 Date: Wed, 6 Dec 2000 13:15:53 +0000
31178 Message-ID: <20001206131553.A27317@firedrake.org>
31181 ____________________________________________________________________________
31182 [ 8010] By: jhi on 2000/12/06 15:06:05
31183 Log: Subject: the dTHR hits
31184 From: Michael Stevens <michael@etla.org>
31185 Date: Wed, 6 Dec 2000 12:06:03 +0000
31186 Message-ID: <20001206120603.A24581@firedrake.org>
31188 More, errrm, less dTHRs.
31190 ! bytecode.pl ext/B/B/C.pm
31191 ____________________________________________________________________________
31192 [ 8009] By: jhi on 2000/12/06 15:04:25
31193 Log: Subject: MakeMaker mailing list gone?
31194 From: Michael G Schwern <schwern@pobox.com>
31195 Date: Tue, 5 Dec 2000 19:29:59 -0500
31196 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
31198 The MakeMaker mailing list is dead, perlbug is the right
31199 address to report bugs.
31201 ! lib/ExtUtils/MakeMaker.pm
31202 ____________________________________________________________________________
31203 [ 8008] By: jhi on 2000/12/06 15:00:32
31204 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
31205 From: Michael G Schwern <schwern@pobox.com>
31206 Date: Tue, 5 Dec 2000 19:21:21 -0500
31207 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
31209 Add a default MANIFEST skip that ignores things like
31210 version control files, editor temporary files, and the Makefile.
31212 + lib/ExtUtils/MANIFEST.SKIP
31213 ! MANIFEST lib/ExtUtils/Manifest.pm
31214 ____________________________________________________________________________
31215 [ 8007] By: jhi on 2000/12/06 14:57:20
31216 Log: In Amiga more manual hackery of the scripts seems to be needed,
31217 from Jan-Erik Karlsson. Why Configure does not get this right
31218 is unknown, may be shell-induced.
31221 ____________________________________________________________________________
31222 [ 8006] By: jhi on 2000/12/05 23:53:12
31223 Log: Add TOPm1s to peek at the second topmost stack item.
31226 ____________________________________________________________________________
31227 [ 8005] By: jhi on 2000/12/05 23:13:55
31228 Log: Avaunt, you foul UTF-8 tests.
31230 ! t/op/ver.t t/pragma/utf8.t
31231 ____________________________________________________________________________
31232 [ 8004] By: jhi on 2000/12/05 23:09:54
31233 Log: Continue utf8 dispersal.
31236 ! MANIFEST t/pragma/utf8.t
31237 ____________________________________________________________________________
31238 [ 8003] By: nick on 2000/12/05 23:02:39
31239 Log: Integrate mainline.
31241 +> t/op/length.t t/op/utf8decode.t
31242 !> (integrate 69 files)
31243 ____________________________________________________________________________
31244 [ 8002] By: jhi on 2000/12/05 22:59:28
31245 Log: Integrate perlio.
31247 !> iperlsys.h perl.c perlio.c win32/perllib.c
31248 ____________________________________________________________________________
31249 [ 8001] By: nick on 2000/12/05 22:07:52
31250 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
31251 - calloc/free suffer from damage on TerminateThread()
31252 - use PerlMemShared (as originally planned) now fixed
31253 - avoid doing anything important on DLL "detach".
31255 ! perl.c perlio.c win32/perllib.c
31256 ____________________________________________________________________________
31257 [ 8000] By: nick on 2000/12/05 21:05:09
31258 Log: Fix gross PerlMemShared issue.
31261 ____________________________________________________________________________
31262 [ 7999] By: jhi on 2000/12/05 20:46:58
31263 Log: Test for Unicode (UTF-8) hash keys.
31266 ____________________________________________________________________________
31267 [ 7998] By: jhi on 2000/12/05 20:30:35
31268 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
31269 is now always UTF-8), empty line cosmetics.
31272 ____________________________________________________________________________
31273 [ 7997] By: jhi on 2000/12/05 20:15:40
31274 Log: Subject: Re: STRLEN - what?
31275 From: Andy Dougherty <doughera@lafayette.edu>
31276 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
31277 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
31282 ____________________________________________________________________________
31283 [ 7996] By: jhi on 2000/12/05 20:13:34
31284 Log: Split off the UTF-8 decoder tests, make them to check also
31287 + t/op/utf8decode.t
31288 ! MANIFEST t/pragma/utf8.t utf8.c
31289 ____________________________________________________________________________
31290 [ 7995] By: jhi on 2000/12/05 16:39:47
31291 Log: Start migrating bits of pragma/utf8 to elsewhere
31292 (since the long term plan is to obsolete 'use utf8').
31295 ! MANIFEST t/pragma/utf8.t
31296 ____________________________________________________________________________
31297 [ 7994] By: jhi on 2000/12/05 16:30:21
31298 Log: Fix a manual edit typo from #7993, fix the message formatting
31299 for Unicode, add few our declarations.
31301 ! lib/Carp/Heavy.pm
31302 ____________________________________________________________________________
31303 [ 7993] By: jhi on 2000/12/05 16:09:15
31304 Log: Subject: Need help with warnings :-(
31305 From: "Ben Tilly" <ben_tilly@hotmail.com>
31306 Date: Tue, 05 Dec 2000 01:35:54 -0500
31307 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
31309 Subject: UPDATE: Carp/Heavy now passes all tests
31310 From: "Ben Tilly" <ben_tilly@hotmail.com>
31311 Date: Tue, 05 Dec 2000 07:59:41 -0500
31312 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
31314 The Brave New Carp.
31316 ! lib/Carp.pm lib/Carp/Heavy.pm
31317 ____________________________________________________________________________
31318 [ 7992] By: jhi on 2000/12/05 15:55:08
31319 Log: Subject: [PATCH perl@7979] cygwin port
31320 From: "Eric Fifer" <efifer@dircon.co.uk>
31321 Date: Tue, 5 Dec 2000 14:04:09 -0000
31322 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
31324 ! t/lib/net-hostent.t
31325 ____________________________________________________________________________
31326 [ 7991] By: jhi on 2000/12/05 15:52:34
31327 Log: Subject: Re: [PATCH] The largest hoax of all times?
31328 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31329 Date: Tue, 5 Dec 2000 00:40:25 -0500
31330 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
31332 Subject: Re: [PATCH] The largest hoax of all times?
31333 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31334 Date: Mon, 4 Dec 2000 23:55:53 -0500
31335 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
31337 Subject: Re: [PATCH] The largest hoax of all times?
31338 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31339 Date: Tue, 5 Dec 2000 01:28:45 -0500
31340 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
31342 Fix the unpredictable order of DESTROYs.
31344 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
31345 ! sv.c sv.h t/op/ref.t
31346 ____________________________________________________________________________
31347 [ 7990] By: jhi on 2000/12/05 14:38:53
31348 Log: Subject: [PATCH] shrink pp_hot fractionally
31349 From: Nicholas Clark <nick@ccl4.org>
31350 Date: Tue, 5 Dec 2000 12:44:31 +0000
31351 Message-ID: <20001205124431.E74518@plum.flirble.org>
31353 Use report_evil_fh().
31355 ! opcode.pl opnames.h pp_hot.c util.c
31356 ____________________________________________________________________________
31357 [ 7989] By: jhi on 2000/12/05 14:21:27
31358 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
31359 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31360 Date: Mon, 04 Dec 2000 22:21:59 -0800
31361 Message-ID: <HmIL6gzkgepS092yn@efn.org>
31363 Harness shouldn't ignore responses like "ok 3\r\r\n".
31365 ! lib/Test/Harness.pm
31366 ____________________________________________________________________________
31367 [ 7988] By: jhi on 2000/12/05 13:51:28
31368 Log: Integrate the "skip" messages to explain().
31370 ! t/lib/syslfs.t t/op/lfs.t
31371 ____________________________________________________________________________
31372 [ 7987] By: jhi on 2000/12/05 12:34:54
31373 Log: The one that got away in #7984.
31375 Subject: Re: dTHR - what and why?
31376 From: Michael Stevens <michael@etla.org>
31377 Date: Tue, 5 Dec 2000 11:15:52 +0000
31378 Message-ID: <20001205111552.A4647@firedrake.org>
31381 ____________________________________________________________________________
31382 [ 7986] By: gsar on 2000/12/05 09:14:44
31383 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31384 due to the notorious GetFileType() bug in Windows 9x, which fstat()
31387 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
31388 ____________________________________________________________________________
31389 [ 7985] By: jhi on 2000/12/05 05:49:03
31390 Log: Integrate perlio.
31392 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
31393 !> win32/perlhost.h win32/perllib.c
31394 ____________________________________________________________________________
31395 [ 7984] By: jhi on 2000/12/05 05:48:16
31396 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
31398 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
31399 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
31400 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
31401 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
31402 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
31403 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31404 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
31405 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
31407 ____________________________________________________________________________
31408 [ 7983] By: nick on 2000/12/04 23:27:43
31409 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
31411 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
31412 ! win32/perlhost.h win32/perllib.c
31413 ____________________________________________________________________________
31414 [ 7982] By: jhi on 2000/12/04 19:44:09
31415 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
31416 uncovered by #7980.
31419 ____________________________________________________________________________
31420 [ 7981] By: jhi on 2000/12/04 19:42:07
31421 Log: Subject: [PATCH] Trivial dump.c feature
31422 From: Simon Cozens <simon@cozens.net>
31423 Date: Mon, 4 Dec 2000 18:08:38 +0000
31424 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
31426 Show whether a constant is UTF-8.
31429 ____________________________________________________________________________
31430 [ 7980] By: jhi on 2000/12/04 19:36:51
31431 Log: UTF-8 hash keys, patch from Inaba Hiroto.
31433 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
31434 ____________________________________________________________________________
31435 [ 7979] By: jhi on 2000/12/04 17:36:28
31436 Log: Update Changes.
31438 ! Changes patchlevel.h
31439 ____________________________________________________________________________
31440 [ 7978] By: jhi on 2000/12/04 16:42:17
31441 Log: Retract #7977, still too volatile (the euphemism of the day
31442 for unfinished and buggy :-)
31444 ! doop.c hv.c pp.c sv.h
31445 ____________________________________________________________________________
31446 [ 7977] By: jhi on 2000/12/04 16:25:15
31447 Log: (Retracted by #7978, too shaky yet.)
31449 Subject: Re: utf8 in hash keys, implementor missing
31450 From: Simon Cozens <simon@cozens.net>
31451 Date: Sat, 2 Dec 2000 19:49:35 +0000
31452 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
31454 The first step at UTF-8 hash keys.
31456 ! doop.c hv.c pp.c sv.h
31457 ____________________________________________________________________________
31458 [ 7976] By: jhi on 2000/12/04 16:13:53
31459 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
31460 From: sthoenna@efn.org
31461 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
31462 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
31464 ! os2/os2.c perlio.c
31465 ____________________________________________________________________________
31466 [ 7975] By: jhi on 2000/12/04 16:05:25
31467 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
31468 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31469 Date: Thu, 30 Nov 2000 20:50:37 -0800
31470 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
31473 ____________________________________________________________________________
31474 [ 7974] By: jhi on 2000/12/04 16:03:57
31475 Log: Subject: [PATCH] ++ 20% faster
31476 From: Nicholas Clark <nick@ccl4.org>
31477 Date: Mon, 4 Dec 2000 12:17:27 +0000
31478 Message-ID: <20001204121726.B52976@plum.flirble.org>
31480 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
31483 ____________________________________________________________________________
31484 [ 7973] By: jhi on 2000/12/04 16:00:48
31486 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
31487 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31488 Date: Mon, 04 Dec 2000 12:30:45 +0100
31489 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
31491 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
31492 library (getprotobyname and getprotobynumber are outversioned by
31493 the same calls in libc, at least for xlc version 3.
31496 ____________________________________________________________________________
31497 [ 7972] By: jhi on 2000/12/04 02:58:31
31498 Log: Integrate perlio.
31500 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
31501 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
31502 !> win32/win32.h win32/win32iop.h win32/win32thread.h
31503 ____________________________________________________________________________
31504 [ 7971] By: nick on 2000/12/04 00:24:33
31505 Log: Quieten some noise in Win32 builds:
31506 - win32.h is included after <sys/socket.h>, so need to
31507 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
31508 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
31510 ! doio.c perl.h toke.c win32/win32.h
31511 ____________________________________________________________________________
31512 [ 7970] By: nick on 2000/12/03 22:57:46
31513 Log: PERL_IMPLICIT_SYS compiles but does not work.
31515 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
31516 ! win32/perlhost.h win32/perllib.c win32/win32.h
31517 ! win32/win32iop.h win32/win32thread.h
31518 ____________________________________________________________________________
31519 [ 7969] By: jhi on 2000/12/03 22:12:58
31520 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
31521 used to swash_init(), makes regprop() dumps more informative
31522 (+utf8::IsAlpha, -utf8::IsDigit, for example).
31524 ! regcomp.c regexec.c
31525 ____________________________________________________________________________
31526 [ 7968] By: jhi on 2000/12/03 21:39:56
31527 Log: Implement ANYOFUTF8 regprop() dumping.
31530 ____________________________________________________________________________
31531 [ 7967] By: jhi on 2000/12/03 20:57:19
31532 Log: Make uv_to_utf8() to zero-terminate its output buffer,
31533 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
31535 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
31536 ____________________________________________________________________________
31537 [ 7966] By: nick on 2000/12/03 18:41:21
31538 Log: Integrate mainline (STDCHAR)
31540 !> Configure t/pragma/utf8.t
31541 ____________________________________________________________________________
31542 [ 7965] By: jhi on 2000/12/03 17:58:20
31543 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
31546 ____________________________________________________________________________
31547 [ 7964] By: jhi on 2000/12/03 17:35:56
31548 Log: Integrate perlio.
31550 !> iperlsys.h perlio.c
31551 ____________________________________________________________________________
31552 [ 7963] By: jhi on 2000/12/03 17:33:55
31553 Log: Metaconfig unit change for #7962.
31555 ! U/modified/stdchar.U
31556 ____________________________________________________________________________
31557 [ 7962] By: jhi on 2000/12/03 17:33:27
31558 Log: Untangle the <stdio.h> #include nest for the stdchar test,
31559 from Andy Dougherty.
31562 ____________________________________________________________________________
31563 [ 7961] By: nick on 2000/12/03 16:53:00
31564 Log: Make iperlsys.h vector stdio not PerlIO.
31566 ! iperlsys.h perlio.c
31567 ____________________________________________________________________________
31568 [ 7960] By: nick on 2000/12/03 14:43:01
31569 Log: Integrate mainline
31571 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
31572 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
31573 ____________________________________________________________________________
31574 [ 7959] By: jhi on 2000/12/03 08:16:36
31575 Log: Use DO_UTF8().
31578 ____________________________________________________________________________
31579 [ 7958] By: jhi on 2000/12/02 18:33:05
31580 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
31581 From: Mike Guy <mjtg@cam.ac.uk>
31582 Date: Sat, 02 Dec 2000 17:27:13 +0000
31583 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
31585 An extraneous argument.
31588 ____________________________________________________________________________
31589 [ 7957] By: jhi on 2000/12/02 18:22:32
31590 Log: A missing hunk.
31592 ! t/lib/net-hostent.t
31593 ____________________________________________________________________________
31594 [ 7956] By: jhi on 2000/12/02 18:06:20
31595 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
31596 From: Nicholas Clark <nick@ccl4.org>
31597 Date: Sat, 2 Dec 2000 14:28:27 +0000
31598 Message-ID: <20001202142827.A12308@plum.flirble.org>
31602 ! t/lib/net-hostent.t
31603 ____________________________________________________________________________
31604 [ 7955] By: jhi on 2000/12/02 17:58:06
31605 Log: Metaconfig unit change for #7954.
31607 ! U/modified/stdchar.U
31608 ____________________________________________________________________________
31609 [ 7954] By: jhi on 2000/12/02 17:54:32
31610 Log: An inconvenient hang would happen if the stdio _ptr wasn't
31611 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
31612 would be grepping stdin for all eternity for the _ptr.)
31615 ____________________________________________________________________________
31616 [ 7953] By: jhi on 2000/12/02 00:07:15
31617 Log: Update Changes.
31619 ! Changes patchlevel.h
31620 ____________________________________________________________________________
31621 [ 7952] By: jhi on 2000/12/01 23:54:47
31622 Log: Subject: Re: long shell lines
31623 From: Andy Dougherty <doughera@lafayette.edu>
31624 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
31625 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
31627 Split overly long shell command lines.
31629 ! lib/ExtUtils/MM_Unix.pm
31630 ____________________________________________________________________________
31631 [ 7951] By: jhi on 2000/12/01 23:48:02
31632 Log: The metaconfig unit change for #7950.
31634 + U/modified/stdchar.U
31635 ____________________________________________________________________________
31636 [ 7950] By: jhi on 2000/12/01 23:47:39
31637 Log: Try to find stdchar also from <stdio_impl.h>.
31639 ! Configure config_h.SH
31640 ____________________________________________________________________________
31641 [ 7949] By: jhi on 2000/12/01 23:46:45
31642 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
31643 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31644 Date: Fri, 1 Dec 2000 16:26:08 -0500
31645 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
31647 Reword the diagnostic message.
31650 ____________________________________________________________________________
31651 [ 7948] By: nick on 2000/12/01 22:49:43
31652 Log: Integrate mainline (for s/y/m as sub names stuff).
31654 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
31655 !> t/pragma/warn/toke toke.c
31656 ____________________________________________________________________________
31657 [ 7947] By: jhi on 2000/12/01 20:55:41
31658 Log: Integrate perlio.
31660 !> perlio.c perliol.h t/io/pipe.t
31661 ____________________________________________________________________________
31662 [ 7946] By: jhi on 2000/12/01 20:36:51
31663 Log: Upgrade to CPAN 1.59_51, from Andreas König.
31665 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31666 ____________________________________________________________________________
31667 [ 7945] By: nick on 2000/12/01 20:31:32
31668 Log: Integrate mainline
31670 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
31671 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
31672 +> t/lib/net-hostent.t
31673 !> (integrate 35 files)
31674 ____________________________________________________________________________
31675 [ 7944] By: jhi on 2000/12/01 20:23:29
31676 Log: Some help for 20001130.011. Now one gets warnings like
31677 "Ambiguous -f() resolved as a file test ..."
31679 ! pod/perldiag.pod t/pragma/warn/toke toke.c
31680 ____________________________________________________________________________
31681 [ 7943] By: jhi on 2000/12/01 19:44:44
31682 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
31683 that also breaks using them as methods.
31685 ! pod/perldiag.pod t/op/misc.t toke.c
31686 ____________________________________________________________________________
31687 [ 7942] By: nick on 2000/12/01 17:56:46
31688 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
31689 Make 'unix' pass most tests
31690 - do unread by temporary push of layer ("pending") holding unread chars
31691 - fast_gets is now based on per-handle flag
31692 - relax one of io/pipe.t tests to allow print to fail and close to
31693 succeed so that it passes on unbuffered "unix" layer.
31694 Remaining fail is sporadic and a genuine race condition between
31695 parent/child in fork test.
31697 ! perlio.c perliol.h t/io/pipe.t
31698 ____________________________________________________________________________
31699 [ 7941] By: jhi on 2000/12/01 15:28:58
31700 Log: (Retracted by #7943.)
31702 Reserve the short named string operator names.
31704 ! pod/perldiag.pod t/op/misc.t toke.c
31705 ____________________________________________________________________________
31706 [ 7940] By: jhi on 2000/12/01 06:45:53
31707 Log: Get the three different space character classes right under utf8.
31709 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
31710 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
31711 ! regexec.c t/op/pat.t utf8.c
31712 ____________________________________________________________________________
31713 [ 7939] By: jhi on 2000/12/01 03:26:26
31714 Log: Two more tests that make no sense in UTF-8 since the test
31715 data is not in UTF-8.
31718 ____________________________________________________________________________
31719 [ 7938] By: jhi on 2000/12/01 03:20:39
31720 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
31721 should it be required inside regexen?
31723 ! regcomp.c t/op/regmesg.t
31724 ____________________________________________________________________________
31725 [ 7937] By: jhi on 2000/12/01 02:58:53
31726 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
31727 stored and restored, and thusly was trounced by the utf8 swash
31731 ____________________________________________________________________________
31732 [ 7936] By: jhi on 2000/11/30 20:41:39
31733 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
31734 Why the different platforms behave so differently (core dump vs
31735 no core dump) on this bug is a but of a mystery, but if I had to
31736 guess I would mumble something like 'alignment'.
31739 ____________________________________________________________________________
31740 [ 7935] By: jhi on 2000/11/30 16:17:02
31741 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
31742 From: Robin Barker <rmb1@cise.npl.co.uk>
31743 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
31744 Date: Thu, 30 Nov 2000 14:27:12 GMT
31747 ____________________________________________________________________________
31748 [ 7934] By: jhi on 2000/11/30 16:04:49
31749 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
31751 ! t/lib/net-hostent.t
31752 ____________________________________________________________________________
31753 [ 7933] By: jhi on 2000/11/30 06:07:26
31754 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
31755 From: Peter Prymmer <pvhp@forte.com>
31756 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
31757 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
31759 In VMS the localhost may be LOCALHOST.
31761 ! t/lib/net-hostent.t
31762 ____________________________________________________________________________
31763 [ 7932] By: jhi on 2000/11/30 01:11:11
31764 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
31765 From: Peter Prymmer <pvhp@forte.com>
31766 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
31767 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
31769 plus regen perlapi.pod.
31771 ! pod/perlapi.pod utf8.c
31772 ____________________________________________________________________________
31773 [ 7931] By: jhi on 2000/11/30 01:06:19
31774 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
31775 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31776 Date: Wed, 29 Nov 2000 17:15:11 EST
31777 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
31779 ! t/lib/filter-util.pl t/lib/filter-util.t
31780 ____________________________________________________________________________
31781 [ 7930] By: jhi on 2000/11/29 18:51:55
31782 Log: Update Changes.
31784 ! Changes patchlevel.h
31785 ____________________________________________________________________________
31786 [ 7929] By: jhi on 2000/11/29 18:50:55
31787 Log: Update the va_copy() metaconfig unit.
31788 Branch: metaconfig/U/perl
31790 ____________________________________________________________________________
31791 [ 7928] By: jhi on 2000/11/29 17:50:43
31792 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
31793 From: Dominic Dunlop <domo@computer.org>
31794 Date: Tue, 28 Nov 2000 16:41:57 +0100
31795 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
31797 Patch to catch a core dump in the Configure va_copy test.
31799 ! Configure config_h.SH
31800 ____________________________________________________________________________
31801 [ 7927] By: jhi on 2000/11/29 17:31:59
31802 Log: Retract #7921, the patch shouldn't be needed.
31805 ____________________________________________________________________________
31806 [ 7926] By: jhi on 2000/11/29 17:01:41
31807 Log: Make the Class::Struct import() wiser.
31809 ! lib/Class/Struct.pm t/lib/class-struct.t
31810 ____________________________________________________________________________
31811 [ 7925] By: jhi on 2000/11/29 16:36:33
31812 Log: All the core library users of Class::Struct seem to be
31813 using "use Class::Struct 'struct';" instead of the bare
31814 "use Class::Struct;", which isn't documented in Class::Struct.
31815 This can't be right.
31818 ____________________________________________________________________________
31819 [ 7924] By: jhi on 2000/11/29 16:32:15
31820 Log: A test works better if it has the right 1..$n output.
31822 ! t/lib/class-struct.t
31823 ____________________________________________________________________________
31824 [ 7923] By: jhi on 2000/11/29 16:29:11
31825 Log: Forgot to MANIFEST the new Net::hostent test.
31828 ____________________________________________________________________________
31829 [ 7922] By: jhi on 2000/11/29 16:27:49
31830 Log: Integrate perlio.
31832 !> iperlsys.h perlio.c
31833 ____________________________________________________________________________
31834 [ 7921] By: jhi on 2000/11/29 16:27:10
31835 Log: (Retracted by #7927.)
31837 Subject: [PATCH] Is infinity a number?
31838 From: Simon Cozens <simon@cozens.net>
31839 Date: Wed, 29 Nov 2000 14:48:20 +0000
31840 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
31843 ____________________________________________________________________________
31844 [ 7920] By: jhi on 2000/11/29 16:23:02
31845 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
31846 From: rspier@pobox.com (Robert Spier)
31847 Date: Wed, 29 Nov 2000 02:17:49 -0500
31848 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
31850 Add a test for Net::hostent.
31852 + t/lib/net-hostent.t
31853 ____________________________________________________________________________
31854 [ 7919] By: jhi on 2000/11/29 16:21:31
31855 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
31856 add a test for Class::Struct.
31858 + t/lib/class-struct.t
31859 ! MANIFEST lib/Class/Struct.pm
31860 ____________________________________________________________________________
31861 [ 7918] By: jhi on 2000/11/29 15:48:40
31862 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
31863 From: rspier@pobox.com (Robert Spier)
31864 Date: Wed, 29 Nov 2000 02:25:39 -0500
31865 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
31867 More checking in case someone has broken their services or
31868 protocol databases.
31870 ! ext/Sys/Syslog/Syslog.pm
31871 ____________________________________________________________________________
31872 [ 7917] By: jhi on 2000/11/29 15:46:25
31873 Log: Subject: [PATCH] $^O win32 -> MSWin32
31874 From: rspier@pobox.com (Robert Spier)
31875 Date: Wed, 29 Nov 2000 02:17:38 -0500
31876 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
31878 plus similar nits for vms, err, VMS, and UNICOS.
31880 ! t/lib/syslfs.t t/op/lfs.t
31881 ____________________________________________________________________________
31882 [ 7916] By: jhi on 2000/11/29 15:42:51
31883 Log: Subject: [PATCH] Tokeniser debugging
31884 From: Simon Cozens <simon@cozens.net>
31885 Date: Wed, 29 Nov 2000 14:15:45 +0000
31886 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
31888 ! perl.c perl.h pod/perlrun.pod toke.c
31889 ____________________________________________________________________________
31890 [ 7915] By: jhi on 2000/11/29 15:41:36
31891 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31892 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31893 Date: Wed, 29 Nov 2000 02:13:14 -0500
31894 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
31898 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31899 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31900 Date: Wed, 29 Nov 2000 03:09:04 -0500
31901 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
31903 OUT and IN_OUT documentation.
31905 ! lib/ExtUtils/xsubpp pod/perlxs.pod
31906 ____________________________________________________________________________
31907 [ 7914] By: jhi on 2000/11/29 03:35:01
31908 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
31909 From: John Tobey <jtobey@john-edwin-tobey.org>
31910 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
31911 Message-Id: <m140e1N-000FOoC@feynman.localnet>
31913 plus a performance speedup noticed by Sarathy.
31916 ____________________________________________________________________________
31917 [ 7913] By: jhi on 2000/11/29 03:16:59
31918 Log: Use "1 while unlink" so that VMS gets clean, too.
31920 ! t/lib/filter-util.t
31921 ____________________________________________________________________________
31922 [ 7912] By: jhi on 2000/11/29 03:09:08
31923 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
31924 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31925 Date: Tue, 28 Nov 2000 03:27:09 -0500
31926 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
31928 ! lib/ExtUtils/xsubpp
31929 ____________________________________________________________________________
31930 [ 7911] By: jhi on 2000/11/29 03:06:30
31931 Log: This should have been part of #7872: no need to scan UTF-8
31935 ____________________________________________________________________________
31936 [ 7910] By: jhi on 2000/11/29 02:50:04
31937 Log: One more perltie.pod nit from Casey R. Tweten.
31940 ____________________________________________________________________________
31941 [ 7909] By: jhi on 2000/11/29 02:44:23
31942 Log: Document the known sprintf test failures, exact standard
31943 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
31945 ! pod/perldelta.pod t/op/sprintf.t
31946 ____________________________________________________________________________
31947 [ 7908] By: jhi on 2000/11/29 02:36:23
31948 Log: Add the Encoding table format documentation.
31950 + ext/Encode/Encode/EncodeFormat.pod
31952 ____________________________________________________________________________
31953 [ 7907] By: jhi on 2000/11/29 02:07:24
31954 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
31955 From: "Casey R. Tweten" <crt@kiski.net>
31956 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
31957 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
31959 Subject: Re: [PATCH] Updating perltie.pod for arrays
31960 From: "Casey R. Tweten" <crt@kiski.net>
31961 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
31962 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
31965 ____________________________________________________________________________
31966 [ 7906] By: nick on 2000/11/28 22:40:59
31967 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
31969 ! iperlsys.h perlio.c
31970 ____________________________________________________________________________
31971 [ 7905] By: nick on 2000/11/28 22:04:34
31972 Log: Integrate mainline
31974 !> (integrate 39 files)
31975 ____________________________________________________________________________
31976 [ 7904] By: jhi on 2000/11/28 16:44:43
31977 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
31978 From: Nicholas Clark <nick@babyhippo.co.uk>
31979 Date: Tue, 28 Nov 2000 11:16:57 +0000
31980 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
31983 ____________________________________________________________________________
31984 [ 7903] By: jhi on 2000/11/28 16:40:31
31985 Log: Subject: [PATCH] Updating perltie.pod for arrays
31986 From: "Casey R. Tweten" <crt@kiski.net>
31987 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
31988 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
31991 ____________________________________________________________________________
31992 [ 7902] By: jhi on 2000/11/28 16:39:37
31993 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
31994 From: Robin Barker <rmb1@cise.npl.co.uk>
31995 Date: Mon, 27 Nov 2000 17:56:44 GMT
31996 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
31998 ! pod/perlfunc.pod t/op/split.t
31999 ____________________________________________________________________________
32000 [ 7901] By: jhi on 2000/11/28 16:28:04
32001 Log: setmode() is a DOSish-only thing.
32004 ____________________________________________________________________________
32005 [ 7900] By: jhi on 2000/11/28 16:21:46
32006 Log: Subject: [PATCH] perlcc.PL cleanups
32007 From: Simon Cozens <simon@cozens.net>
32008 Date: Tue, 28 Nov 2000 12:44:35 +0000
32009 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
32012 ____________________________________________________________________________
32013 [ 7899] By: gsar on 2000/11/28 06:32:55
32014 Log: reintegrate files missed by change#7895
32015 Branch: maint-5.6/perl
32016 +> ext/ByteLoader/bytecode.h utils/Makefile
32018 ____________________________________________________________________________
32019 [ 7897] By: gsar on 2000/11/27 18:22:47
32020 Log: can't integrate these two files, for some reason
32021 Branch: maint-5.6/perl
32022 - ext/ByteLoader/bytecode.h utils/Makefile
32023 ____________________________________________________________________________
32024 [ 7895] By: gsar on 2000/11/27 18:11:21
32025 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
32026 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
32027 6757..6890,6892..6901 from mainline
32029 Bytecompiler patches from Benjamin Stuhl.
32033 Subject: [PATCH blead] B:: missing dependency
32035 Subject: [PATCH: 6757] configure.com updates and syslog build
32037 Long double Gconvert fixes from Yitzchak Scott-Thoennes
32038 and Spider Boardman.
32040 Subject: [PATCH blead] nextchar() abuse misses an optimisation
32042 Long double fixes from Spider Boardman.
32044 Make the selection of NVff et al stricter.
32046 cSVOPo_*v things index into the current PL_curpad
32047 under ithreads, which is different from the curpad
32048 used by the XSUB. (In other words, the code as-is
32049 before this patch wouldn't work under ithreads.)
32053 VMS MMS (make) wants null action.
32055 Mac and other portability updates from Chris Nandor.
32057 Storable support, v-version fixes.
32058 Subject: CPAN.pm beta for testing available
32060 Portability fix from Hugo van der Sanden.
32064 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
32066 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
32068 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32070 Replace #6705 with a minimal doc patch.
32071 Subject: [PATCH 5.6.0] replace change #6705
32073 Drop the separate perlbc, perlcc -b should be enough.
32075 installperl couldn't tell whether it had run tests or not.
32076 Subject: [PATCH] Re: installperl and t/TEST
32078 Add silencer flags to installperl.
32079 Subject: [PATCH] Making installperl silent.
32081 Make "make install" by default silent. A new "install-verbose"
32084 More liberal parsing of version numbers.
32085 Subject: Re: CPAN.pm beta for testing available
32087 Create directories in silence.
32088 Subject: [PATCH] Another silencer for MakeMaker
32090 DOS patches and portability/porting notes, from Tim Jenness.
32092 Make installman to recognize the silence flag -S.
32094 Actually do something with the silencer option.
32096 Continue silencing.
32098 Show the doc file, not the temp file.
32102 Subject: [PATCH] More silencing of installman.
32104 Better wording for the vec lvalue diagnostic.
32105 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32107 Subject: [PATCH: 6805] several more tweaks to configure.com
32109 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
32112 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
32114 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
32115 (applied slightly modified)
32117 installperl --verbose and --silent.
32118 Subject: Re: [PATCH] More silencing of installman.
32120 Add install-silent target.
32122 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
32123 the problem reported in
32124 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
32126 Tweak the sfio/useperlio logic, hopefully as wished in
32127 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
32129 One forgotten file from #6816.
32131 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
32133 Remove duplicately applied patch shards.
32134 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
32136 Support preserving extremely big/small angles.
32138 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
32140 Subject: [PATCH] installation not quite silent yet.
32142 Update the test count.
32144 Use UVxf, PTR2UV, NVff.
32146 Document PTR2XX and INT2PTR.
32148 no-install target a la make -n.
32149 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
32151 grep -e isn't portable.
32152 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
32154 Can't get the test to reliably work thanks to the
32155 inaccurateness of floating point. "Resolves" bug ids
32156 20000826.003, 20000826.009, 20000826.010,
32158 Subject: installman buglet
32160 DJGPP update from Laszlo Molnar.
32162 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
32164 Passing -R in ldflags makes now it to appear in the default
32165 for lddlflags, just like with -L.
32166 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
32170 Use the actual thread type, not the pointer-to-struct.
32172 Provice virtual $Config{ccflags_nolargefiles} etc.
32174 display_format used as a class method without arguments was broken,
32176 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
32178 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
32180 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
32182 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
32184 opmini.o may be left around if a build is interrupted.
32188 Fix for ID 20000828.001, long doubles were not formatted
32189 correctly (showed up in $], which stopped installing perl).
32191 An attempt to fix the problem reported in
32192 Subject: Building perl@6856 using gcc/AIX 4.3.3
32193 I can't test this properly since the gcc installation I have
32194 access to seems to be botched (gcc is calling the AIX cpp,
32195 a losing proposition...)
32197 Add -ld to archname on long tr...double platforms.
32199 Subject: hv.h Doc Patch
32203 Subject: [PATCH bleedperl@6856] warnings fixes
32205 -S is the silent flag, -s is the strip flag.
32206 Subject: [PATCH] Re: [PATCH] make no-install
32208 Take out the SUIDMAIL thing, that will not be
32209 a problem in 5.7.*.
32211 Subject: [PATCH bleedperl@6866] spellings
32213 Subject: [PATCH] Re: files not cleaned even by veryclean
32215 Use minimal @INC in tests, most of the time just '../lib',
32216 so that we simply can't pick up stuff from other Perls than
32217 the one we are testing. Pointed out by
32218 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
32220 Update to Getopt::Long 2.24, from Johan Vromans.
32222 Fix for thinko in #6848.
32223 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
32225 Patches all over for people and the files they (hopefully) care about.
32227 Subject: Net::protoent does not export 'getproto'
32229 Missed a change in #6869.
32231 Subject: [PATCH] Warnings in B::Deparse
32233 Subject: [PATCH] Glob dumping
32235 Disable one of the tests for now.
32237 Disabling the one test is a bit tricky.
32239 Don't forget to tidy up.
32241 The #6881 removed one dump line.
32243 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
32245 Under usethreads the dumped variable is IN_PAD.
32246 Subject: Re: [PATCH] Glob dumping
32248 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
32250 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
32252 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
32254 Regen Configure for #6894.
32256 Subject: [PATCH: 6889] updates to perlebcdic.pod
32258 Undo namespace pollution of #6878.
32259 Subject: Re: Net::protoent does not export 'getproto'
32261 Admit that we are leaking scalars.
32263 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
32264 Branch: maint-5.6/perl
32265 !> (integrate 271 files)
32266 ____________________________________________________________________________
32267 [ 7894] By: gsar on 2000/11/27 16:00:34
32268 Log: a couple of nits
32269 Branch: maint-5.6/perl
32270 ! MANIFEST pp_sys.c
32271 ____________________________________________________________________________
32272 [ 7893] By: gsar on 2000/11/27 15:10:56
32273 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
32274 6740..6745,6747..6757,6760
32276 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
32278 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
32280 Doc nits spotted by Richard Soderberg.
32282 move WNOHANG definition to where other such things are
32284 Make $Config{byteorder} more magical so that it is
32285 dynamically computed: nice for 'fat binaries'.
32286 Subject: [PATCH]: default byteorder
32288 Subject: [PATCH] Cwd.pm now uses strict
32290 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
32292 Get -DLEAKTEST to compile (not necessarily to work, mind)
32293 Subject: [ID 20000724.006] -DLEAKTEST problem
32295 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
32297 Add perlebcdic from Peter Prymmer, regen toc.
32299 Don't propose using modules built for 5.005 if no binary
32300 compatibility with 5.005 is attempted.
32302 Do not use prototyping here.
32303 Subject: [ID 20000817.016] [PATCH] Peek.xs
32305 Document what the backtick returns if the command fails.
32307 Add byteorder to the myconfig output.
32309 Introduce NVef, NVff, and NVgf, use the middle one.
32310 (helps for lib/peek + Linux + long doubles) Reported in
32311 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
32312 Use NVs in POSIX math, not doubles.
32313 Subject: [ID 20000817.014] POSIX & modfl
32315 Subject: [PATCH 5.6.0+] newSVrv() memory leak
32317 The byteorder code in #6671 was wrong.
32319 Fix the lib/complex failure of
32320 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
32321 Linux long double accuracy issue: something that
32322 when printed with %g looks like "2" but int() of it is 1.
32324 Propagate new Configure vars.
32326 Unbuffer the output.
32328 Subject: [PATCH] perltrap.pod spring cleaning
32330 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
32331 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
32333 Tiny Getopt::Long patch from Johan Vromans.
32335 Document code point which makes if (defined %stash::) to work
32336 (noted by Spider Boardman).
32338 Subject: [PATCH perl@6698] cygwin port
32340 Document the NDBM_File and ODBM_File as SDBM_File
32341 was documented in #6417.
32343 The new tests were missing from #6415.
32345 Add [[:blank:]] as suggested in
32346 Subject: [ID 20000716.024] [=cc=] / [:blank:]
32347 (the [=cc=] has already been taken care of by #6439
32348 so the whole bug report can be closed)
32349 and make [[:space:]] to be equivalent to isspace(3)
32350 (as opposed to \s, which is isSPACE()). The difference
32351 is that now [[:space:]] matches the mythical vertical tab,
32354 Don't eat leading os from index entries.
32355 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
32357 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
32359 Typo in pp_complement().
32360 Subject: [PATCH perl-current] Deparse
32362 Add warnif(), check warnings further up the stack,
32363 all the warnings functions now can take an optional object reference.
32364 Subject: [PATCH bleedperl@6691] warnings pragma update
32366 Fix a core dump in lib/selfloader under -DDEBUGGING.
32367 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
32369 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
32371 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
32373 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
32374 Put back the long double avoidance code to POSIX.xs
32375 because VMS seems to need it still.
32377 Introduce a 'veryclean' target that is like 'distclean'
32378 but also removes *~ and *.orig.
32380 Subject: [ID 20000817.023] endianness description in perlfunc.pod
32382 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
32384 Let's try #6717 again.
32387 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
32389 pp_open() could pass an uninitialized filename down to do_open9().
32391 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
32393 Update to CGI 2.72, from Lincoln Stein.
32395 Subject: [PATCH] Silence MakeMaker (Was: installman)
32397 Use temporary directory instead of current directory.
32398 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
32400 Document odd vs even subreleases and -Dusedevel.
32402 The veryclean target needs to clobber.
32404 Use File::Spec->tmpdir().
32406 Document the number of exponent digits.
32408 Mention perlebcdic and perlposix-bc.
32410 s/this one/the 5.6.0 release/
32414 The correct cleaning order is an art.
32416 small tweaks for change#6705: avoid C++ style comments in C code;
32417 use Perl's malloc API rather than the low level system one
32419 Array context keeps slithering in.
32421 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
32423 Subject: [PATCH] os2.c fix for use64bitint
32425 Update to Pod::LaTeX 0.53.
32426 Subject: [PATCH] lib/Pod/LaTeX.pm updates
32428 Document the endianness of Alpha more precisely.
32430 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
32432 Rename the macro argument because some preprocessors
32433 can't tell the difference and expand arguments also inside
32434 double quoted strings.
32436 free TLS slot properly on Windows
32438 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
32440 Unicos/mk requires elaborate paranoia.
32442 Tweak the floating point output routine preferences.
32444 Also under djgpp the timestamps are funky.
32446 Apply some PodParser 1.18 patches; the Pod/Find.pm
32447 patches cannot be applied since #6712 conflicts.
32449 Use PodParser 1.18 new test.
32452 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
32455 Branch: maint-5.6/perl
32456 +> pod/perlebcdic.pod
32457 !> (integrate 106 files)
32458 ____________________________________________________________________________
32459 [ 7892] By: jhi on 2000/11/27 15:02:32
32460 Log: Update Changes.
32462 ! Changes patchlevel.h
32463 ____________________________________________________________________________
32464 [ 7891] By: jhi on 2000/11/27 14:57:23
32465 Log: Subject: Re: perlfaq style changes
32466 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32467 Date: Sat, 25 Nov 2000 23:32:26 -0800
32468 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
32470 plus a note from Ronald Kimball.
32472 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
32473 ____________________________________________________________________________
32474 [ 7890] By: jhi on 2000/11/27 14:53:14
32475 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
32476 From: Benjamin Holzman <bah@ecnvantage.com>
32477 Date: Sun, 26 Nov 2000 16:27:33 -0500
32478 Message-ID: <20001126162733.J25040@ecnvantage.com>
32481 ____________________________________________________________________________
32482 [ 7889] By: jhi on 2000/11/27 14:43:11
32483 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
32484 From: lvirden@cas.org
32485 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
32486 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
32489 ____________________________________________________________________________
32490 [ 7888] By: jhi on 2000/11/27 14:32:34
32491 Log: Restore also the locale test to no-sprintf-taint state.
32492 Fixes the bug 20001127.003.
32494 ! sv.c t/pragma/locale.t
32495 ____________________________________________________________________________
32496 [ 7887] By: gsar on 2000/11/27 14:13:05
32497 Log: integrate changes#6613..6616,6620..6665 from mainline
32499 VMS configure.com update continues.
32501 Subject: Test fails / warnings with perl-current #6612
32503 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
32505 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32507 For now remove the mail code.
32509 Subject: Re: [PATCH] @+, @- readonly
32511 Subject: warning: storage class after type is obsolescent
32515 Subject: Re: File::Temp problems on VMS in bleedperl
32518 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
32520 Make the user to give up his firstborn, err, to knowingly
32521 verify installing an unstable developer release. Also bump
32522 the release to 5.7.0, but leave a patch tag in the local
32523 patches saying that this is not yet the real thing.
32525 Update (kinda) to Test 1.14, from Joshua Pritikin.
32527 make ok etc also for win32.
32529 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
32531 Don't blow limited stacks, a lower number is enough to
32532 tickle the lookbehind limit.
32534 Use -Dusedevel; regen Configure and the respective Porting stuff.
32536 Subject: [PATCH] debugger exit code should reflect user exit code
32538 Subject: [PATCH perl@6620] cygwin port
32540 Missed a file from #6638.
32542 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)
32544 magic callbacks all need to have same type signature
32546 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
32548 Fix a dependency problem.
32549 Subject: [PATCH: 6640] VMS Makefile.SH update
32551 The numeric locale was reset to "C" by s?printf and never restored.
32552 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32553 No test since adding the failing example to locale.t
32554 does not fail -- probably because the locale settings are so
32555 thoroughly tweaked by that time. Running the example standalone
32556 does fail, though. UPDATE: test case added at change #7540.
32558 Subject: [ID 20000324.040] minor fix to perlhpux.pod
32560 Update to CPAN 1.57.
32562 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
32564 Change the perlbug address to perl.org since it's more forgiving.
32566 Change the regx compilation error markers to use = instead of <
32567 since pod makes using the latter quite messy. Reported in
32568 ID 20000814.006 by Abigail and in
32569 Subject: Unknown escape E<> ?
32571 Update to perldebtut 1.9, from Richard Foley.
32573 check that the number pseudo children doesn't exceed
32574 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
32575 the WaitForMultipleObjects() limit that would cause wait()
32577 wait() and waitpid() could potentially be rewritten to use
32578 more than one thread to do the waiting to eliminate this
32581 change#6328 could make close(SOCKET) return false on windows
32584 pod nit seen in passing
32586 on windows, the return values from wait() and waitpid() don't
32587 match those of pseudo-pids
32589 waitpid() now handles externally spawned pids correctly;
32590 fixes for backtick/wait/waitpid failures on Windows 9x
32591 these changes make the pid returned by process functions on
32592 Windows 9x always positive by clearing the high bit (which
32593 is always set on Win9x); pseudo-process PIDs are likewise
32594 always negative now on Win9x (just as on NT/2000)
32596 trailing new %ENV entries weren't being pushed into the real
32597 environment of subprocesses on Windows
32599 Tweak the regex compilation errors once more.
32601 avoid warnings from dense compiler
32603 add "ok" targets from change#6632 in makefile.mk
32604 Branch: maint-5.6/perl
32605 - lib/Pod/PlainText.pm vms/configure.com
32606 !> (integrate 66 files)
32607 ____________________________________________________________________________
32608 [ 7886] By: jhi on 2000/11/27 13:54:18
32609 Log: __FUNCTION__ isn't portable and trying to emulate it leads
32610 into practically spelling out the name of the function.
32611 Takes care of the bug 20001127.001.
32614 ____________________________________________________________________________
32615 [ 7885] By: gsar on 2000/11/27 13:53:18
32616 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
32617 6610..6611 from mainline
32619 Make regular expression parse error messages easier to understand.
32620 Subject: Re: enhanced(?) regex error messages
32622 Tiny tidying on report_evil_fh().
32624 Subject: Re: enhanced(?) regex error messages
32625 plus Capitalize the error messages, plus perldiag them.
32627 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32629 Document here-doc better.
32631 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32633 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
32634 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
32635 (either perlbug or p5p ate the original), plus regen
32636 perlapi and perltoc.
32640 Double check that we have a dirhandle.
32642 Subject: Re: enhanced(?) regex error messages
32643 (plus two small patches sent privately)
32644 (this still seems to leave few test failures)
32646 warn is a macro, avoid using at a variable to avoid warnings
32647 in some configurations; readdir.t is too conservative in
32648 estimating number of *.t's
32650 Get back into sync with Jeffrey on the enhanced regex warnings.
32652 Subject: [PATCH 5.6.0] cygwin port
32654 Zero entries were skipped, fix from Adrian Goalby
32655 <argoalby@yahoo.co.uk>
32657 Subject: Remove dead entry in perldiag
32659 Amend the description of Perl6.
32660 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
32664 It's the 2ndO'ROSSC.
32666 Revert the sv.c part of #6559, a better fix is needed.
32668 Iterating perl6 description.
32670 Update to Term::ANSIColor 1.03, from Russ Allbery.
32672 Update to Getopt::Long 2.23_05, from Johan Vromans.
32674 Small AUTHORS and MAINTAIN updates. Could do with big updates.
32676 Update to Pod::Parser 1.17, from Brad Appleton.
32678 Update to CPAN 1.56, from Andreas König.
32680 Update to CGI 2.70, from Lincoln Stein.
32682 Put back the std @INC thing.
32684 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32685 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32687 Document the IO::Select timeout.
32689 sleep(1) does not necessarily return 1.
32690 Subject: [PATCH bleadperl] op/lex_assign.t
32692 Subject: debugger "d" command doesnt check line number
32694 B::Deparse didn't do sub attributes.
32695 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32697 Preprocessing and postprocessing for File::Find.
32698 Subject: Patch to Find::File.pm to allow alphabetical results
32700 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
32702 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
32704 Subject: Re: [ID 20000730.003] utf8::length() bad
32706 Subject: Getting perlio and threads to compile
32707 (the Solaris version changes in Configure skipped)
32710 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32712 Add Perl debugging tutorial, regen toc.
32713 Subject: perldebtut.pod
32715 Add a few missing files, update MANIFEST.
32717 Rewrite of vms/subconfigure.com as configure.com,
32718 from Peter Prymmer and the vmsperl crew.
32720 Should have deleted this in #6603.
32722 Fix the test for 5005threads.
32724 Fix-n-skip the tests under 5005threads.
32726 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
32728 Upgrade to CGI 2.71, from Lincoln Stein.
32729 Branch: maint-5.6/perl
32730 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
32731 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
32732 +> t/op/regmesg.t t/pod/find.t vms/configure.com
32733 - vms/subconfigure.com
32735 !> (integrate 115 files)
32736 ____________________________________________________________________________
32737 [ 7884] By: jhi on 2000/11/27 13:44:33
32738 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
32739 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32740 Date: Mon, 27 Nov 2000 08:23:54 EST
32741 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
32743 ! vms/descrip_mms.template vms/test.com
32744 ____________________________________________________________________________
32745 [ 7883] By: gsar on 2000/11/27 11:50:46
32746 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
32747 6511..6513,6515..6523,6525..6536
32749 The swallow_bom() saga continues. The #23 of require.t
32750 (UTF16-LE) still fails (silently, no output) but the #22
32751 (UTF16-BE) seems to be working now. The root of the
32752 failure may be in sv_gets(): is it UTF-16LE-aware,
32753 especially when it comes to line endings?
32755 Document the problem with -P in HP-UX and its workaround.
32757 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
32758 (aka ID 20000730.002)
32760 Subject: fix and question re: waitpid() under win32
32762 Make the safety catch for buggy gccs work with triple version
32763 numbers like 2.95.2. Reported in
32764 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
32766 In Digital UNIX warn if gcc explicitly chosen because even
32767 2.95.2 is known to cause problems.
32769 Make chr() for values >127 to create utf8 when under utf8.
32771 various syntax errors and such (not fixed: comp/require.t#22 coredump
32774 Stash away the largefiles flags and libswanted.
32776 BOM patching from Simon Cozens.
32778 If gccosandvers is equal to osname, clear gccosandvers.
32780 Make p4desc to skip non-mainperl branches by default.
32782 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32785 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32787 In new BSDs changes to argv[] do not show up in ps(1) output,
32788 instead one must use setproctitle(). This was already addressed
32789 by change #6457, but the below has a new variant for FreeBSD 4.0
32790 or later, and the matter is also documented more.
32792 FreeBSD 3.* updates from
32793 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32795 regen_headers, regen perltoc.
32797 Document in one place the memory abstractions used in Perl core.
32799 memcpy has n o in it, as pinted ut by Sarathy.
32801 Remove the extraneous "main::" prefix from all the
32802 "opened only for", "on closed", and "never opened" warnings.
32804 The name of a filehandle does not have <these>.
32806 The tr utf8 patching continues.
32808 The new setproctitle() feature is available only in
32809 bleeding edge FreeBSD. From Paul Saab.
32811 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
32813 Dump UVs as UVs in Data::Dumper.
32817 Document the IVdf UVuf UVof UVxf.
32819 require.t needs binmode() to work on windows
32821 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
32822 that are hopefully soon put into use.
32824 Allow "no Module;" even if there is no 'unimport'.
32826 Better skip message for the test; one of the two problems in
32827 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
32829 The subtest 4 may fail also on VOBS, as pointed out
32830 by Nick Ing-Simmons in November 1999, bug id 19991124.003
32831 (but the failure in that bug report isn't the subtest 4).
32833 Be more informative on what is skipped and why,
32834 also repeat the list at the end.
32838 Subject: [PATCH] sv.h documentation - SvLEN
32840 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
32842 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
32844 Subject: [PATCH] bad cppsymbols on os2 + Configure question
32846 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
32848 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
32849 mention the idea of @( and @)
32851 This is 6512. Really.
32853 Subject: [ID 19990721.004] Documentation bug in perlfunc
32855 Subject: Minor tweak to perlvar.pod
32857 In the warnings call filehandles consistently so;
32858 add "unopened" warning for stat().
32860 After the #6519 a warning about stat() is just that,
32861 not about a filetest, which now have their own warning.
32863 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
32865 Subject: Re: Array vs. List context
32867 Subject: New perlcc, take 2
32869 Weed buglets pointed out by
32870 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
32872 gcc versions might have (parentheses) in them.
32874 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32876 Essential prototype changes were missing from #6527.
32877 Also make report_evil_fh() more bomb-proof.
32879 Zap lib/Sys directory when cleaning up.
32881 Change the Policy policy: now -Dprefix= with an existing
32882 Policy.sh and prefix == siteprefix == vendorprefix, then all
32883 of them follow along the new prefix.
32884 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32886 Continue fixing the io warnings. This also
32887 sort of fixes bug ID 20000802.003: the core dump
32888 is no more. Whether the current behaviour is correct
32889 (giving a warning: "Not a format reference"), is another matter.
32891 Have symbols for the IoTYPEs.
32893 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32895 Document a bit that UDP is not what you might think.
32896 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32897 tr memory corruption fix from Simon Cozens.
32899 Plug the security hole described in the Aug 05 2000 bugtraq message
32900 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32901 The security hole exists only in suidperls, which isn't
32902 installed or even built by default.
32903 Branch: maint-5.6/perl
32904 !> (integrate 71 files)
32905 ____________________________________________________________________________
32906 [ 7882] By: gsar on 2000/11/27 10:25:36
32907 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
32910 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
32911 to be fatal errors (instead of by default ignoring them, and
32912 ignoring with a bug: even though -w gave an error, the opening [
32913 was left in) Reported in:
32915 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
32917 Subject: [PATCH] split /^/
32919 MacOS nits from Matthias Neeracher.
32921 More split() doc and test patches from Mike Guy.
32923 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
32924 from Graham Barr in the module list.
32926 docfix from Peter Scott <Peter@PSDT.com>.
32928 File::Temp patches for VMS and OS/2 from Tim Jenness.
32930 open() wariness in perlbug.
32932 Subject: [PATCH] minor doc change - perlguts
32934 Subject: Minor doc patch: handy.h
32936 Be wary of close()s, too.
32938 Further File::Temp patches from Yitzchak Scott-Thoennes
32939 and Craig A. Berry.
32941 Subject: [PATCH] fixes bug 20000508.004
32943 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
32945 Allow "no AutoLoader;", based on change #6444,
32946 suggested by Graham Barr.
32948 Use setproctitle() if available to modify $0.
32950 Warn if the version of the operating system used to compile gcc
32951 differs from the current version of the operating system.
32952 Also display the gcc compilation os and version in myconfig.
32955 Tiny fixes for #6460.
32957 The problem described in this
32958 Subject: [ID 20000322.018] named chars aren't magical enough
32959 has been fixed in perl 5.6.0 but just in case added a test
32960 to keep it away. (The report from Joseph Hall.)
32962 Tune the comments and hopefully stop a memory leak.
32964 Subject: UTF8 concat
32965 (with a memory leak fixed, plus a few casts added)
32966 This also seems to help for
32967 Subject: [ID 20000716.015] join UTF8 weirdness
32969 Do not upgrade SVs into utf8 just because they participate
32970 in eq or cmp. Reported and fix suggested in
32971 Subject: [ID 20000720.009] sv_eq UTF8 bug
32973 Fix the HALF_UPGRADE() macro introduced in #6263.
32975 Find green threads before native threads.
32976 Subject: Re: Patch to jpl/JNI/Makefile.PL
32977 Branch: maint-5.6/perl
32978 !> (integrate 30 files)
32979 ____________________________________________________________________________
32980 [ 7881] By: jhi on 2000/11/27 05:48:41
32981 Log: It seems that *both* the unused submatch loop cleanup
32985 ____________________________________________________________________________
32986 [ 7880] By: jhi on 2000/11/27 04:50:07
32987 Log: Clean .exists deeper.
32990 ____________________________________________________________________________
32991 [ 7879] By: jhi on 2000/11/27 02:31:35
32992 Log: The code in regcppop() (see #7878) contains the correct lower
32993 limit for the unused submatch 'cleanup' loop so that under
32994 "use utf8" the following code wouldn't dump core:
32995 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
32996 the cleanup loop in regtry() stomped beyond allocated area
32997 in the startp[] array. Therefore, copied the correct lower
32998 loop limit (*PL_reglastparen) to regtry(). Note: something
32999 may still not be quite right: why was the _higher_ loop limit
33000 (prog->nparens) different in the utf8 case?
33002 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
33003 without core dumps, there were about 17 of them before
33004 the patch (with us since Perl 5.7.0). Two failures, still:
33005 496 and 505 (though these may not be severe).
33007 Patch #7881 is also needed since both the cleanup loops
33010 Also, the t/op/pat#44 seems to core dump under utf8.
33011 Plus a couple of failures. UGH-8.
33014 ____________________________________________________________________________
33015 [ 7878] By: jhi on 2000/11/27 02:21:17
33016 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
33017 the code in regcppop() seems to be redundant for the test suite --
33018 but it contains a germ of truth, and it needed for the build
33019 process itself: see #7879 and #7881.
33022 ____________________________________________________________________________
33023 [ 7877] By: jhi on 2000/11/27 01:53:09
33024 Log: Comment on comment.
33027 ____________________________________________________________________________
33028 [ 7876] By: jhi on 2000/11/27 00:49:59
33029 Log: Adjust the docs to agree with #7875.
33031 ! pod/perllocale.pod
33032 ____________________________________________________________________________
33033 [ 7875] By: jhi on 2000/11/27 00:49:27
33034 Log: Retract #7863. It makes more sense not to taint formatted output,
33035 not even by sprintf().
33038 ____________________________________________________________________________
33039 [ 7874] By: jhi on 2000/11/26 23:36:02
33040 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
33041 Not really fixed (should really dump the UTF-8 charclass),
33042 but stopped displaying the garbage.
33044 Also add a note on the (missing) Unicode PSXSPC and BLANK.
33047 ____________________________________________________________________________
33048 [ 7873] By: jhi on 2000/11/26 21:31:13
33049 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
33052 ____________________________________________________________________________
33053 [ 7872] By: jhi on 2000/11/26 21:06:04
33054 Log: No need to scan till infinity, 13 is enough.
33057 ____________________________________________________________________________
33058 [ 7871] By: jhi on 2000/11/26 20:20:32
33059 Log: Test line numbers are different with utf8.
33062 ____________________________________________________________________________
33063 [ 7870] By: jhi on 2000/11/26 20:10:12
33067 ____________________________________________________________________________
33068 [ 7869] By: jhi on 2000/11/26 19:01:05
33069 Log: Make utf8_length() and utf8_distance() (the latter of which
33070 is unused at the moment) to be less forgiving about bad UTF-8.
33072 ! embed.h embed.pl objXSUB.h proto.h utf8.c
33073 ____________________________________________________________________________
33074 [ 7868] By: jhi on 2000/11/26 18:45:56
33075 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
33076 From: Benjamin Holzman <bah@ecnvantage.com>
33077 Date: Sat, 25 Nov 2000 20:40:20 -0500
33078 Message-ID: <20001125204020.A25040@ecnvantage.com>
33080 Debian allows installing /usr/bin/locale without installing
33081 any locales, an error message will ensue.
33083 ! t/pragma/locale.t
33084 ____________________________________________________________________________
33085 [ 7867] By: jhi on 2000/11/26 18:31:12
33086 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
33087 From: Benjamin Holzman <bah@ecnvantage.com>
33088 Date: Sun, 26 Nov 2000 02:42:34 -0500
33089 Message-ID: <20001126024234.G25040@ecnvantage.com>
33091 Patch for the bug 20000212.002.
33093 ! sv.c t/op/array.t
33094 ____________________________________________________________________________
33095 [ 7866] By: jhi on 2000/11/26 18:28:09
33096 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
33097 From: Tim Jenness <t.jenness@jach.hawaii.edu>
33098 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
33099 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
33103 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
33104 ____________________________________________________________________________
33105 [ 7865] By: jhi on 2000/11/26 18:24:22
33106 Log: The metaconfig unit change for #7864.
33107 Branch: metaconfig/U/perl
33109 ____________________________________________________________________________
33110 [ 7864] By: jhi on 2000/11/26 18:23:41
33111 Log: Make the va_copy() test not to be so talkative.
33113 ! Configure config_h.SH
33114 ____________________________________________________________________________
33115 [ 7863] By: jhi on 2000/11/26 18:11:02
33116 Log: Fix locale inconsistencies unearthed by Hugo's work.
33117 Now the floating point sprintf really does taint the result
33118 string as perllocale promises (has promised for a long time)
33119 if "use locale" is in the lexical scope.
33121 ! sv.c t/pragma/locale.t
33122 ____________________________________________________________________________
33123 [ 7862] By: jhi on 2000/11/26 00:35:15
33124 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
33125 From: Nicholas Clark <nick@ccl4.org>
33126 Date: Sun, 26 Nov 2000 00:07:50 +0000
33127 Message-ID: <20001126000750.A22446@plum.flirble.org>
33132 ____________________________________________________________________________
33133 [ 7861] By: jhi on 2000/11/26 00:01:26
33134 Log: Integrate perlio.
33136 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
33137 ____________________________________________________________________________
33138 [ 7860] By: nick on 2000/11/25 22:04:17
33139 Log: Correct relative path from new ext\Filter\Util\Call location
33142 ! win32/makefile.mk
33143 ____________________________________________________________________________
33144 [ 7859] By: nick on 2000/11/25 21:26:54
33145 Log: Integrate mainline.
33147 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33148 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
33149 +> t/lib/filter-util.t
33150 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33151 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33152 - t/lib/filt-util.t
33153 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
33154 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
33155 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
33156 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
33157 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
33158 !> win32/makefile.mk
33159 ____________________________________________________________________________
33160 [ 7858] By: gsar on 2000/11/25 20:52:17
33161 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
33162 parent's memory; fix it by keeping track of the actual pad
33163 offset rather than a raw pointer (this change is probably also
33164 relevant to non-ithreads case to avoid fallout from reallocs of
33165 the pad array, but is currently only enabled for the ithreads
33166 case in the interests of minimal disruption to existing "well
33169 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
33170 ! proto.h scope.c scope.h sv.c t/op/fork.t
33171 ____________________________________________________________________________
33172 [ 7857] By: nick on 2000/11/25 20:01:28
33173 Log: All tests pass on Win32/gcc/USE_PERLIO.
33174 - when crlf layer is pushed make unix-level binary.
33175 - remove :crlf injection in pp_backtick in pp_sys.c
33176 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
33178 ! doio.c perlio.c pp_sys.c win32/makefile.mk
33179 ____________________________________________________________________________
33180 [ 7856] By: jhi on 2000/11/25 18:38:30
33181 Log: Update the metaconfig units for #7855.
33182 Branch: metaconfig/U/perl
33183 ! useperlio.U usesocks.U
33184 ____________________________________________________________________________
33185 [ 7855] By: jhi on 2000/11/25 18:37:54
33186 Log: Undo the SOCKS workarounds, instead start using PerlIO
33187 if SOCKS is selected.
33189 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
33190 From: Jens Hamisch <jens@Strawberry.COM>
33191 Date: Fri, 24 Nov 2000 18:31:30 +0100
33192 Message-ID: <20001124183130.E28337@Strawberry.COM>
33194 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
33195 From: Jens Hamisch <jens@Strawberry.COM>
33196 Date: Fri, 24 Nov 2000 19:11:51 +0100
33197 Message-ID: <20001124191151.A28753@Strawberry.COM>
33199 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
33200 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
33201 ____________________________________________________________________________
33202 [ 7854] By: jhi on 2000/11/25 17:39:08
33203 Log: Undo #7848. Some of the code seems to use walkoptree(),
33204 some walkoptree_slow(). An unfinished renaming?
33205 Now the sub is walkoptree() (which is @EXPORT_OK),
33206 the walkoptree_slow() is a typeglob alias to walkoptree.
33207 This makes the tests to pass, at least.
33209 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
33210 ____________________________________________________________________________
33211 [ 7853] By: nick on 2000/11/24 22:24:33
33212 Log: Re-arrange crlf vs binary for platforms that care.
33213 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
33214 Lip-service to making stdio layer work on such platfroms (untested).
33215 Now fails 3 tests rather than one, checkin to see if I can debug
33216 the issue under linux. (Do not merge.)
33218 ! doio.c perlio.c perliol.h
33219 ____________________________________________________________________________
33220 [ 7852] By: jhi on 2000/11/24 18:57:39
33221 Log: AUTHORS edits.
33224 ____________________________________________________________________________
33225 [ 7851] By: jhi on 2000/11/24 17:34:56
33226 Log: Add Jan-Erik Karlsson.
33229 ____________________________________________________________________________
33230 [ 7850] By: jhi on 2000/11/24 17:27:56
33231 Log: Configure should find stdchar on its own.
33233 ! hints/solaris_2.sh
33234 ____________________________________________________________________________
33235 [ 7849] By: jhi on 2000/11/24 17:24:55
33236 Log: Subject: PATCH over 7848: Filter test flawed
33237 From: andreas.koenig@anima.de (Andreas J. Koenig)
33238 Date: 24 Nov 2000 10:28:29 +0100
33239 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
33241 ! t/lib/filter-util.t
33242 ____________________________________________________________________________
33243 [ 7848] By: jhi on 2000/11/24 17:22:15
33244 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
33245 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
33246 Date: Fri, 24 Nov 2000 16:12:58 +0000
33247 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
33250 ____________________________________________________________________________
33251 [ 7847] By: jhi on 2000/11/24 03:07:01
33252 Log: Integrate perlio.
33254 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
33255 !> win32/makefile.mk
33256 ____________________________________________________________________________
33257 [ 7846] By: gsar on 2000/11/24 00:55:57
33258 Log: integrate changes#6415..6418,6420..6438 from mainline
33260 Fix the bitvector ops for utf8 (tricky since past 7 bits
33261 the utf8 'characters' can be more than one octet).
33263 MPE/ix updates for perl 5.6.0 from Mark Bixby.
33265 Subject: SDBM_File documentation
33271 Send all installperl messages to STDERR and be -w clean.
33273 Out-of-date note removed.
33275 Protect against "wild next"s, that is, callbacks doing "next"
33276 instead of "return".
33278 Use STDOUT consistently.
33280 The output might have been produced in the wrong order.
33282 A missing 'break' after the [[:space:]] switch case.
33285 [ID 19991110.003] another matching finding by pcre author
33286 which has already been fixed by some patch, as verified in
33288 Documentation to explain the behaviour of map().
33290 Add an optimization for map-maps-a-list-element-to-more-list-elements
33291 case, but add also notes explaining the relationship of this
33292 patch and the earlier notes by Sarathy.
33294 Subject: [ID 20000716.023] syslog test fails without sockets
33296 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33297 Test cases for #6431.
33299 File::Spec::VMS fixup for tmpdir from Craig Berry.
33301 Make the "uninit variable" warning to say "concat or string"
33302 or "join or string" when in concat or join .
33304 Get UTF16 BOMs working. Patch from
33305 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33307 Subject: [PATCH] Make large file tests deal with SIGXFSZ
33309 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
33311 Subject: [PATCH] av.c apidoc
33312 Branch: maint-5.6/perl
33313 !> (integrate 43 files)
33314 ____________________________________________________________________________
33315 [ 7845] By: gsar on 2000/11/24 00:20:45
33316 Log: integrate changes#6406..6414 from mainline
33318 Merge perlhacktut into perlhack, update perlguts.
33320 Fix AutoSplit to use File::Spec the right way in VMS,
33321 from Peter Prymmer.
33324 [ID 19991110.002] minimal matching discrepancy found by pcre author
33325 seems to have been fixed (though differently from what was suggested
33326 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
33328 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
33329 not in pod, from Peter Prymmer
33331 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
33332 From: Hugo <hv@crypt.compulink.co.uk>
33333 Date: Fri, 14 Jul 2000 23:05:20 +0100
33334 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
33336 Didn't anymore apply, but that point still could use another fix.
33338 lib/b test fixes from Peter Prymmer.
33340 More docs for sv functions.
33342 perlvms.pod whitespace cleanup to keep pod utils happy.
33344 another VMS build tweak from Peter Prymmer
33345 Branch: maint-5.6/perl
33346 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
33347 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
33348 !> vms/descrip_mms.template vms/perlvms.pod
33349 ____________________________________________________________________________
33350 [ 7844] By: nick on 2000/11/23 23:42:45
33351 Log: Win32/perlio Now just fails one io/argv.t test - lack
33352 of default :crlf on standard streams.
33355 ____________________________________________________________________________
33356 [ 7843] By: nick on 2000/11/23 23:04:05
33357 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
33358 peek fail is showing a real problem (multiple crlf layers
33359 are getting pushed.)
33361 ! doio.c perlio.c win32/makefile.mk
33362 ____________________________________________________________________________
33363 [ 7842] By: nick on 2000/11/23 19:46:23
33364 Log: Implement PerlIO_binmode()
33365 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
33366 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
33367 make binmode in t/lib/io_tell.t unconditional so that works.
33368 Checkin just so Win32 machine can see these changes.
33370 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
33371 ____________________________________________________________________________
33372 [ 7841] By: jhi on 2000/11/23 19:30:00
33373 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
33376 ____________________________________________________________________________
33377 [ 7840] By: jhi on 2000/11/23 17:18:02
33378 Log: SOCKS wrestling continues, patches from Jens Hamisch.
33380 ! doio.c embed.h embed.pl perlsdio.h proto.h
33381 ____________________________________________________________________________
33382 [ 7839] By: jhi on 2000/11/23 16:54:14
33383 Log: Push Filter::Util::Call one level deeper.
33385 + t/lib/filter-util.t
33386 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33387 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
33388 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33389 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33390 - t/lib/filt-util.t
33391 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
33392 ! win32/Makefile win32/makefile.mk
33393 ____________________________________________________________________________
33394 [ 7838] By: jhi on 2000/11/23 16:52:40
33395 Log: Reach back one higher up when searching for PERL_SRC.
33397 ! lib/ExtUtils/MM_Unix.pm
33398 ____________________________________________________________________________
33399 [ 7837] By: jhi on 2000/11/23 16:05:41
33400 Log: Subject: Re: perl@7826
33401 Date: Thu, 23 Nov 2000 02:20:25 -0600
33402 From: "Craig A. Berry" <craigberry@mac.com>
33403 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
33405 Make VMS to like Filter::Util::Call.
33407 ! configure.com ext/Filter/Util/Makefile.PL
33408 ____________________________________________________________________________
33409 [ 7836] By: nick on 2000/11/23 16:04:08
33410 Log: Implement crlf layer - not ready for merge.
33412 ! perlio.c win32/makefile.mk
33413 ____________________________________________________________________________
33414 [ 7835] By: jhi on 2000/11/23 15:56:52
33415 Log: STDCHAR is different in Sparc v9 vs x86.
33417 ! hints/solaris_2.sh
33418 ____________________________________________________________________________
33419 [ 7834] By: jhi on 2000/11/23 15:50:47
33420 Log: The type needs to be visible to protos.
33423 ____________________________________________________________________________
33424 [ 7833] By: jhi on 2000/11/23 15:40:46
33425 Log: Finish unfinished SOCKS workaround changes.
33428 ____________________________________________________________________________
33429 [ 7832] By: jhi on 2000/11/23 15:33:30
33430 Log: Integrate perlio.
33432 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33433 !> win32/makefile.mk
33434 ____________________________________________________________________________
33435 [ 7831] By: nick on 2000/11/23 10:31:07
33436 Log: Correct makefile.mk dependancies for ext/Filter/Util
33438 Run dmake regen_config_h
33440 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33441 ! win32/makefile.mk
33442 ____________________________________________________________________________
33443 [ 7830] By: nick on 2000/11/23 08:05:07
33444 Log: Integrate mainline
33446 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33447 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
33448 +> t/lib/filt-util.pl t/lib/filt-util.t
33449 !> (integrate 41 files)
33450 ____________________________________________________________________________
33451 [ 7829] By: gsar on 2000/11/23 03:07:11
33452 Log: build the Filter extension on windows
33454 ! win32/Makefile win32/makefile.mk
33455 ____________________________________________________________________________
33456 [ 7828] By: gsar on 2000/11/23 02:46:35
33457 Log: regenerate win32/config* and fix some inconsistencies in the
33458 makefiles; always export Perl_deb() because it is needed
33459 by ext/re/* (whether perl itself is built with -DDEBUGGING
33462 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
33463 ! win32/config_H.vc win32/makefile.mk
33464 ____________________________________________________________________________
33465 [ 7827] By: gsar on 2000/11/23 02:18:38
33466 Log: get sources building on windows+MSVC again (untested with other
33469 ! win32/include/sys/socket.h win32/perllib.c
33470 ____________________________________________________________________________
33471 [ 7826] By: jhi on 2000/11/23 01:18:26
33472 Log: Update Changes.
33474 ! Changes patchlevel.h
33475 ____________________________________________________________________________
33476 [ 7825] By: jhi on 2000/11/23 00:20:41
33477 Log: Subject: Re: av.c patch (having slight problems)
33478 From: "Ben Tilly" <ben_tilly@hotmail.com>
33479 Date: Tue, 21 Nov 2000 23:29:31 -0500
33480 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
33485 ____________________________________________________________________________
33486 [ 7824] By: jhi on 2000/11/22 23:59:15
33487 Log: Fixes for signedness warnings noticed by VMSperlers.
33489 ! ext/Storable/Storable.xs regcomp.c sv.c
33490 ____________________________________________________________________________
33491 [ 7823] By: jhi on 2000/11/22 23:19:31
33492 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
33493 From: Peter Prymmer <pvhp@forte.com>
33494 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
33495 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
33497 ! t/pragma/warn/pp_hot
33498 ____________________________________________________________________________
33499 [ 7822] By: jhi on 2000/11/22 22:52:20
33503 ____________________________________________________________________________
33504 [ 7821] By: jhi on 2000/11/22 22:46:39
33505 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
33506 by Damian Conway, as suggested by Paul Marquess.
33508 + lib/Filter/Simple.pm
33509 ____________________________________________________________________________
33510 [ 7820] By: jhi on 2000/11/22 22:45:51
33511 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
33513 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33514 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33515 + t/lib/filt-util.t
33517 ____________________________________________________________________________
33518 [ 7819] By: jhi on 2000/11/22 22:03:27
33519 Log: Integrate perlio.
33521 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
33522 !> win32/makefile.mk
33523 ____________________________________________________________________________
33524 [ 7818] By: jhi on 2000/11/22 21:56:02
33525 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
33527 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
33529 ____________________________________________________________________________
33530 [ 7817] By: jhi on 2000/11/22 21:39:49
33531 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
33532 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33533 Date: Wed, 22 Nov 2000 16:08:12 -0500
33534 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
33536 ! lib/ExtUtils/Liblist.pm
33537 ____________________________________________________________________________
33538 [ 7816] By: jhi on 2000/11/22 21:38:25
33539 Log: Go ahead and #include <unistd.h> in perl.h.
33541 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
33543 ____________________________________________________________________________
33544 [ 7815] By: jhi on 2000/11/22 21:22:52
33545 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
33546 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33547 Date: Mon, 20 Nov 2000 18:30:52 -0500
33548 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
33550 ! pod/perlre.pod regcomp.c t/op/re_tests
33551 ____________________________________________________________________________
33552 [ 7814] By: jhi on 2000/11/22 21:21:46
33553 Log: Subject: [PATCH 5.7.0] Liblist finally works
33554 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33555 Date: Tue, 21 Nov 2000 22:02:17 -0500
33556 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
33558 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
33559 ! lib/ExtUtils/MakeMaker.pm
33560 ____________________________________________________________________________
33561 [ 7813] By: jhi on 2000/11/22 21:20:23
33562 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
33563 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33564 Date: Wed, 22 Nov 2000 17:53:15 +0100
33565 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
33567 AIX dynaloader and perlio patch.
33569 ! ext/DynaLoader/dl_aix.xs
33570 ____________________________________________________________________________
33571 [ 7812] By: jhi on 2000/11/22 21:17:52
33572 Log: (Accidentally empty patch.)
33575 ____________________________________________________________________________
33576 [ 7811] By: jhi on 2000/11/22 21:16:31
33577 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
33578 From: Peter Prymmer <pvhp@forte.com>
33579 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
33580 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
33583 ____________________________________________________________________________
33584 [ 7810] By: jhi on 2000/11/22 21:15:36
33585 Log: Subject: Re: perl@7777
33586 From: "John P. Linderman" <jpl@research.att.com>
33587 Date: Wed, 22 Nov 2000 13:11:11 -0500
33588 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
33593 ____________________________________________________________________________
33594 [ 7809] By: jhi on 2000/11/22 21:14:19
33595 Log: Subject: [PATCH perl@7795] Perlio_tell fix
33596 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33597 Date: Wed, 22 Nov 2000 13:51:37 EST
33598 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
33601 ____________________________________________________________________________
33602 [ 7808] By: jhi on 2000/11/22 21:13:27
33603 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
33604 From: Casey Tweten <crt@kiski.net>
33605 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
33606 Message-Id: <200011201653.LAA10194@home.kiski.net>
33609 ____________________________________________________________________________
33610 [ 7807] By: jhi on 2000/11/22 21:12:35
33611 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
33612 From: Casey Tweten <crt@kiski.net>
33613 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
33614 Message-Id: <200011201636.LAA07227@home.kiski.net>
33617 ____________________________________________________________________________
33618 [ 7806] By: jhi on 2000/11/22 21:10:59
33619 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
33620 From: "Casey R. Tweten" <crt@kiski.net>
33621 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
33622 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
33625 ____________________________________________________________________________
33626 [ 7805] By: nick on 2000/11/22 21:05:06
33627 Log: Integrate mainline
33629 !> Changes Porting/genlog ext/DB_File/DB_File.xs
33630 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
33631 !> utils/perlbug.PL
33632 ____________________________________________________________________________
33633 [ 7804] By: jhi on 2000/11/22 21:01:12
33634 Log: Subject: [PATCH] Test.pm POD peculiarity
33635 From: "Casey R. Tweten" <crt@kiski.net>
33636 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
33637 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
33640 ____________________________________________________________________________
33641 [ 7803] By: jhi on 2000/11/22 20:59:59
33642 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
33643 From: "Philip Newton" <pnewton@gmx.de>
33644 Date: Wed, 22 Nov 2000 14:25:53 +0100
33645 Message-Id: <3A1BD771.25462.1939FAD@localhost>
33647 Be case-understanding also on 's', and use the -oi of sendmail
33648 not to terminate the transmission on a lone '.'.
33651 ____________________________________________________________________________
33652 [ 7802] By: nick on 2000/11/22 20:51:42
33653 Log: Win32 PerlIO intermediate state now working as expected.
33654 - In current state we are still using C runtime in text/binary
33655 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
33656 - PERLIO=stdio and PERLIO=unix pass all expected tests.
33657 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
33658 and PerlIO_seek() and the dummy crlf layer is not making adjustments
33659 for CRLF translation happening in C runtime. All other tests pass.
33661 Added note to README.win32 to point out the snags of doing a perl build
33662 with Norton AntiVirus turned on.
33664 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
33665 which file a fail comes from.
33667 Updated "canned" config.h to match the one generated.
33669 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
33670 ! win32/makefile.mk
33671 ____________________________________________________________________________
33672 [ 7801] By: jhi on 2000/11/22 06:50:20
33675 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33676 ____________________________________________________________________________
33677 [ 7800] By: jhi on 2000/11/22 01:29:55
33678 Log: Changes had accidentally gone too silent on non-main branches.
33680 ! Changes Porting/genlog patchlevel.h
33681 ____________________________________________________________________________
33682 [ 7799] By: gsar on 2000/11/22 01:02:56
33683 Log: some lib_pm.PL changes snuck in via change#7772
33684 Branch: maint-5.6/perl
33686 ____________________________________________________________________________
33687 [ 7798] By: nick on 2000/11/21 21:59:40
33688 Log: Integrate mainline
33690 !> (integrate 28 files)
33691 ____________________________________________________________________________
33692 [ 7797] By: jhi on 2000/11/21 21:01:45
33693 Log: Integrate perlio.
33695 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
33696 ____________________________________________________________________________
33697 [ 7796] By: nick on 2000/11/21 20:36:22
33698 Log: Win32 builds and runs (mostly) with USE_PERLIO.
33699 PERLIO=perlio passes all tests.
33700 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
33702 ! perlio.c win32/perllib.c win32/win32.c
33703 ____________________________________________________________________________
33704 [ 7795] By: jhi on 2000/11/21 19:03:44
33705 Log: Update Changes.
33707 ! Changes patchlevel.h
33708 ____________________________________________________________________________
33709 [ 7794] By: jhi on 2000/11/21 18:56:34
33710 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
33711 From: "Craig A. Berry" <craigberry@mac.com>
33712 Date: Mon, 20 Nov 2000 20:27:06 -0600
33713 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
33718 ____________________________________________________________________________
33719 [ 7793] By: jhi on 2000/11/21 18:54:41
33720 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
33721 From: Dominic Dunlop <domo@computer.org>
33722 Date: Mon, 20 Nov 2000 18:55:29 +0100
33723 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
33725 va_copy() and the need of it.
33726 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
33727 Branch: metaconfig/U/perl
33730 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33731 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
33732 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33733 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33734 ! win32/config.bc win32/config.gc win32/config.vc
33735 ____________________________________________________________________________
33736 [ 7792] By: jhi on 2000/11/21 17:04:10
33737 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
33740 ____________________________________________________________________________
33741 [ 7791] By: jhi on 2000/11/21 17:01:16
33742 Log: Export the SOCKS workaround symbols only if necessary.
33744 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
33745 ____________________________________________________________________________
33746 [ 7790] By: nick on 2000/11/20 23:57:11
33747 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
33750 ____________________________________________________________________________
33751 [ 7789] By: nick on 2000/11/20 23:38:33
33752 Log: Integrate mainline
33754 +> lib/File/Spec/Epoc.pm
33755 !> (integrate 34 files)
33756 ____________________________________________________________________________
33757 [ 7788] By: nick on 2000/11/20 23:20:18
33758 Log: Make extra buffer layer work (dummy crlf layer)
33760 ! doio.c perlio.c perlio.h
33761 ____________________________________________________________________________
33762 [ 7787] By: jhi on 2000/11/20 22:44:04
33763 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
33764 From: Peter Prymmer <pvhp@forte.com>
33765 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
33766 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
33768 ! t/pragma/locale.t
33769 ____________________________________________________________________________
33770 [ 7786] By: jhi on 2000/11/20 22:29:10
33771 Log: Subject: DOC PATCH 5.6.0 perlreftut
33772 From: mjd@plover.com
33773 Date: 20 Nov 2000 19:45:06 -0000
33774 Message-ID: <20001120194506.9505.qmail@plover.com>
33776 ! pod/perlreftut.pod
33777 ____________________________________________________________________________
33778 [ 7785] By: jhi on 2000/11/20 22:27:44
33779 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
33780 From: David Dyck <dcd@tc.fluke.com>
33781 Date: Mon, 20 Nov 2000 11:43:40 -0800
33782 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
33785 ____________________________________________________________________________
33786 [ 7784] By: jhi on 2000/11/20 22:23:21
33787 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
33788 Date: Mon, 20 Nov 2000 17:06:10 -0500
33789 To: Mailing list Perl5 <perl5-porters@perl.org>
33790 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
33792 ! pp_ctl.c t/op/pat.t
33793 ____________________________________________________________________________
33794 [ 7783] By: jhi on 2000/11/20 22:11:18
33795 Log: Subject: [PATCH] doop.c - UTF8 tr///
33796 From: Simon Cozens <simon@cozens.net>
33797 Date: Sat, 18 Nov 2000 18:49:30 +0000
33798 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
33800 Subject: Re: [PATCH] doop.c - UTF8 tr///
33801 From: Simon Cozens <simon@cozens.net>
33802 Date: Mon, 20 Nov 2000 20:45:22 +0000
33803 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
33805 Make tr on UTF-8 better but still not correct.
33808 ____________________________________________________________________________
33809 [ 7782] By: jhi on 2000/11/20 22:02:16
33810 Log: Remove the shared object before attempting to create
33811 (by linking) a new one. E.g. in AIX not removing
33812 becomes quite painful if one tries to do more than one
33813 build in the same tree (an interrupted build, for example),
33814 since the AIX' shared dynaloader seemingly keeps the shared
33815 objects open and therefore 'busy' for quite a while, even when
33816 nobody is using the objects, leading into link failures.
33818 ! lib/ExtUtils/MM_Unix.pm
33819 ____________________________________________________________________________
33820 [ 7781] By: gsar on 2000/11/20 19:02:55
33821 Log: type mismatch due to faulty integration
33822 Branch: maint-5.6/perl
33823 ! toke.c win32/Makefile
33824 ____________________________________________________________________________
33825 [ 7780] By: gsar on 2000/11/20 17:31:55
33826 Log: integrate changes#6392,6394..6399,6401..6404
33828 The {multiplier} of a fixed substring was overlooked which
33829 caused a wrong initial search offset for that substring.
33831 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
33832 From: Hugo <hv@crypt.compulink.co.uk>
33833 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
33834 Date: Thu, 13 Jul 2000 19:27:13 +0100
33836 Fix the BOM bug: not a byteorder bug, a signedness bug.
33838 Replace change #6337 with a better one.
33840 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
33841 From: Hugo <hv@crypt.compulink.co.uk>
33842 Date: Fri, 14 Jul 2000 04:16:20 +0100
33843 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
33845 MakeMaker should not remove editor backups (*~) on `make clean`
33846 by default (completes change#6383)
33848 move new variables to the end of the interpreter structure (for
33849 bincompat in code that doesn't #include XSUB.h)
33851 rename totally bletcherous SvLOCK() thingy (doesn't do what the
33852 name suggests anyway)
33854 various cleanups (typos, misformatted code, and small bugs)
33856 typecasts needed for change#6394
33858 typos in change#6399, regen headers
33860 inconsistent types needs casts
33862 PERL_OBJECT build tweaks
33863 Branch: maint-5.6/perl
33864 !> MANIFEST doop.c embed.h embed.pl embedvar.h
33865 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
33866 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
33867 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
33869 ____________________________________________________________________________
33870 [ 7779] By: gsar on 2000/11/20 17:06:29
33871 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
33873 Cosmetics and perldelta.
33875 Fix nits noticed by Boston.pm.
33877 Do the cc sanity check both before the hints and
33878 after the cc selction.
33880 get sprintf.t to adjust properly for 3-digit exponents
33882 don't clobber *.orig files on *clean targets
33884 fix bugs in processing %v-*d and similar format specs (from
33885 Avi Finkel <avi@finkel.org>)
33887 sprintf test tweaks (from Dominic Dunlop)
33889 new selfloader.t in change#6183 doesn't close DATA handles,
33890 and thus fails to clean up tmp files on dosish platforms
33892 typos (spotted by Peter Prymmer)
33894 typo fix from Craig Berry
33895 Branch: maint-5.6/perl
33896 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
33897 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
33898 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
33900 ____________________________________________________________________________
33901 [ 7778] By: gsar on 2000/11/20 16:46:51
33902 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
33904 Subject: Re: format bug report [Patch]
33905 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33906 Date: Wed, 05 Jul 2000 13:12:52 +0200
33907 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
33909 Subject: Re: format bug report [Patch]
33910 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33911 Date: Wed, 05 Jul 2000 14:10:01 +0200
33912 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
33914 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
33915 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33916 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
33917 Date: Fri, 07 Jul 2000 17:57:16 +0100
33919 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
33920 To: perl5-porters@perl.org
33921 From: Karsten Sperling <spiff@phreax.net>
33922 Date: Mon, 10 Jul 2000 15:12:52 +0200
33923 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
33925 README.posix-bc podified from Thomas Dorner.
33927 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
33928 From: Dominic Dunlop <domo@computer.org>
33929 Date: Tue, 11 Jul 2000 12:27:33 +0200
33930 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
33935 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33936 From: Roderick Schertler <roderick@argon.org>
33937 Date: Tue, 11 Jul 2000 13:55:05 -0400
33938 Message-Id: <200007111755.NAA05077@jones.argon.org>
33940 Minor cleanups on the booklist.
33942 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33945 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33946 Branch: maint-5.6/perl
33947 +> pod/perlbook.pod
33948 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
33949 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
33950 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
33951 ____________________________________________________________________________
33952 [ 7777] By: jhi on 2000/11/20 16:08:49
33953 Log: Update Changes.
33955 ! Changes patchlevel.h
33956 ____________________________________________________________________________
33957 [ 7776] By: jhi on 2000/11/20 15:27:56
33958 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
33959 This may be overly harsh but until proven otherwise, we think this
33960 way, or until we have a simple test for Configure (having to start
33961 up servers is does not count as simple) to check for the problems.
33964 ____________________________________________________________________________
33965 [ 7775] By: jhi on 2000/11/20 15:22:17
33966 Log: Solaris hints tweaks.
33968 ! hints/solaris_2.sh
33969 ____________________________________________________________________________
33970 [ 7774] By: jhi on 2000/11/20 15:01:20
33971 Log: Add a workaround to SOCKS 64-bit problems.
33973 ! doio.c embed.h embed.pl perlsdio.h proto.h
33974 ____________________________________________________________________________
33975 [ 7773] By: jhi on 2000/11/20 14:51:47
33976 Log: sysseek() instead of seek().
33979 ____________________________________________________________________________
33980 [ 7772] By: gsar on 2000/11/20 13:06:23
33981 Log: integrate changes#6315..6319,6321..6331,6333..6338
33983 Integrate with Sarathy, preliminary fix for unicos
33984 alignment problems in [ID 20000612.002] Perl problem on Cray system.
33986 some debugger output does not go to the socket when RemotePort is set
33988 winsock cleanup never done on Windows (leads to handle leaks)
33990 fix UNC path handling on Windows under ithreads, and chdir()
33991 return value when given a non-existent directory
33993 Autogenerate pod/Makefile and pod/buildtoc.
33994 buildtoc also checks whether the existin pods are
33995 mentioned in MANIFEST and perl.pod, and vice versa.
33996 (None of the thusly found discrepancies fixed yet.)
33997 roffitall also needs to be autogenerated similarly but it
33998 seems so badly out of date that I didn't touch it yet.
34000 Config is being used.
34002 Add =head1 NAMEs so that buildtoc is happy.
34003 (The CGI::Util nit reported to Lincoln.)
34005 Fix complaints of buildtoc.
34007 Fix the alignment problem in Crays ([ID 20000612.002]).
34009 Remove perlbook, update perlfaq book listing,
34010 rearrange perl.pod, regenerate perltoc.
34012 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
34013 was cast to an unsigned (32-bit) integer with wild abandon.
34015 winsock options weren't being set in all threads under ithreads
34016 (caused send()s from second and subsequent threads to fail)
34018 accept() leaks memory on windows due to incorrect ordering of
34019 closesocket() and fclose() calls
34021 Reorder perl.pod once more.
34023 More POSIX.pod tweaks.
34025 Sprinkle ldlibpath.
34027 Precedence goof, fix based on
34028 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
34029 From: Hugo <hv@crypt.compulink.co.uk>
34030 Date: Tue, 11 Jul 2000 12:52:38 +0100
34031 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
34033 Subject: PATCH perlguts.pod: Document D and d magic types
34034 From: mjd@plover.com
34035 Date: 5 Jul 2000 18:01:51 -0000
34036 Message-ID: <20000705180151.29413.qmail@plover.com>
34038 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
34039 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
34040 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
34041 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
34043 Subject: [PATCH cfgperl] $& segfaults if you trick it
34044 From: simon@brecon.co.uk (Simon Cozens)
34045 Date: 7 Jul 2000 11:26:09 GMT
34046 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
34048 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
34049 From: Hugo <hv@crypt.compulink.co.uk>
34050 Date: Tue, 11 Jul 2000 12:44:50 +0100
34051 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
34053 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
34054 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34055 Date: Tue, 11 Jul 2000 13:50:51 +0100
34056 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
34057 Branch: maint-5.6/perl
34058 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
34060 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
34061 !> (integrate 26 files)
34062 ____________________________________________________________________________
34063 [ 7771] By: gsar on 2000/11/20 12:31:42
34064 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
34067 Subject: [PATCH bleedperl] File::Spec 0.82 beta
34068 From: Barrie Slaymaker <barries@jester.slaysys.com>
34069 Date: Wed, 28 Jun 2000 11:35:29 -0400
34070 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
34072 tweak perlembed for multiplicity/usethreads sanity; correct notes
34075 localize %INC in a Safe compartment so that use/require work
34076 (many other magic globals probably need similar treatment)
34078 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
34079 when @_ is modified, causing coredumps
34081 slurp mode fix in change#4736 still not quite right
34083 Point to perlipc for more SysV IPC examples.
34085 Elaborate POSIX.pod. Still needs work.
34087 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
34089 fix large memory leak that has been around for ever, masked by
34090 -DPURIFY (most of the arenas were never freed!)
34092 fix memory leak on Windows (PL_sys_intern contents were never
34095 PERL_OBJECT build tweak
34099 remove rel2abs prototypes (from Barrie Slaymaker)
34101 missing perldiag entry for unpack("w",...) diagnostic (from
34104 better diagnostic on Frob->stuff() when Frob:: doesn't exist
34105 (from Richard Soderberg <rs@oregonnet.com>)
34107 Win32 patches for cfgperl from Sarathy.
34109 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
34111 More POSIX.pod embellishment.
34113 tyop in change#6306
34114 Branch: maint-5.6/perl
34115 !> (integrate 44 files)
34116 ____________________________________________________________________________
34117 [ 7770] By: gsar on 2000/11/20 11:51:00
34118 Log: integrate changes#6268..6282 from cfgperl branch
34120 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
34121 From: Dominic Dunlop <domo@computer.org>
34122 Date: Thu, 29 Jun 2000 12:32:39 +0200
34123 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
34125 Regen headers for #6261 (and update embed.pl for this) and #6267,
34126 silence few compiler warnings.
34128 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
34129 From: Nicholas Clark <nick@talking.bollo.cx>
34130 Date: Fri, 23 Jun 2000 16:21:15 +0100
34131 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
34133 Subject: PATCH pod/perltie.pod
34134 From: Ian Phillipps <Ian.Phillipps@iname.com>
34135 Date: Fri, 16 Jun 2000 00:17:19 +0100
34136 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
34137 (only the first hunk, the second hunk had already been done
34138 by some other patch)
34140 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
34141 From: Tom Phoenix <rootbeer@redcat.com>
34142 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
34143 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
34145 Subject: [PATCH] xsub attributes
34146 From: Doug MacEachern <dougm@covalent.net>
34147 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
34148 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
34150 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
34151 From: Andy Dougherty <doughera@lafayette.edu>
34152 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
34153 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
34155 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
34156 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34157 Date: Tue, 13 Jun 2000 02:43:48 -0500
34158 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
34160 Subject: [PATCH] Re: eval documentation: context
34161 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34162 Date: Mon, 12 Jun 2000 15:07:29 +0100
34163 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
34165 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
34166 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34167 Date: Mon, 12 Jun 2000 14:55:59 +0100
34168 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
34170 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
34171 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
34172 Date: Fri, 09 Jun 2000 12:39:27 -0400
34173 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
34174 (plus update the version "number" of Text::Wrap)
34176 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
34177 From: Tim Ayers <tayers@bridge.com>
34178 Date: Thu, 08 Jun 2000 08:11:06 +0200
34179 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
34180 [resent by Richard Foley, Message-Id probably wrong]
34182 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
34183 From: rspier@pobox.com (Robert Spier)
34184 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
34185 Message-ID: <14654.31913.845602.610277@rls.cx>
34187 Subject: [PATCH 5.6.0] utils/h2xs.PL
34188 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34189 Date: Wed, 7 Jun 2000 04:02:04 -0500
34190 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
34192 Subject: [PATCH 5.6.0]ITHREADs for VMS
34193 From: Dan Sugalski <dan@sidhe.org>
34194 Date: Tue, 06 Jun 2000 11:59:50 -0400
34195 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
34196 Branch: maint-5.6/perl
34197 !> (integrate 31 files)
34198 ____________________________________________________________________________
34199 [ 7769] By: gsar on 2000/11/20 11:29:06
34200 Log: integrate changes#6261..6266 from cfgperl
34202 Subject: Re: [PATCH cfgperl] BOMs away!
34203 From: simon@brecon.co.uk (Simon Cozens)
34204 Date: 17 Jun 2000 11:49:57 GMT
34205 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
34207 Subject: 5.6.0 Patch for EPOC
34208 From: Olaf Flebbe <o.flebbe@gmx.de>
34209 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
34210 Message-ID: <23449.960929969@www11.gmx.net>
34212 tr fixes from Simon Cozens
34214 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
34215 From: Marty Lucich <marty@netcom.com>
34216 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
34217 Message-Id: <200006282116.OAA11148@netcom.com>
34218 ccdlflags update (the BSD/OS 4.1 part had already been taken
34221 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
34222 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34223 Date: Wed, 28 Jun 2000 17:50:12 -0700
34224 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
34226 Subject: [PATCH 5.6.0] cygwin port
34227 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
34228 From: "Fifer, Eric" <EFifer@sanwaint.com>
34229 Date: Thu, 29 Jun 2000 12:58:29 +0100
34230 Branch: maint-5.6/perl
34231 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
34232 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
34233 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34234 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
34235 ____________________________________________________________________________
34236 [ 7768] By: gsar on 2000/11/20 11:13:44
34237 Log: integrate changes#6252..6256,6259..6260
34239 Paranoia tweak on #6249.
34240 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34241 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34242 Date: Sun, 25 Jun 2000 23:43:12 -0400
34243 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
34245 Subject: tr///, help wanted.
34246 From: simon@brecon.co.uk (Simon Cozens)
34247 Date: 28 Jun 2000 11:29:04 GMT
34248 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
34250 small thinko tweaks
34252 tweaks from Simon Conzes to further fix tr/// under utf8
34254 perlnewmod was missing from MANIFEST.
34256 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
34257 From: simon@brecon.co.uk (Simon Cozens)
34258 Date: 17 Jun 2000 11:56:44 GMT
34259 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
34261 Branch: maint-5.6/perl
34262 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
34263 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
34264 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
34265 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
34266 ____________________________________________________________________________
34267 [ 7767] By: gsar on 2000/11/20 10:51:38
34268 Log: integrate change#6250 from cfgperl
34270 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
34271 From: Doug MacEachern <dougm@covalent.net>
34272 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
34273 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
34274 Branch: maint-5.6/perl
34276 !> MANIFEST embed.pl global.sym proto.h toke.c
34277 ____________________________________________________________________________
34278 [ 7766] By: gsar on 2000/11/20 10:48:34
34279 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
34281 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
34282 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34283 Date: Mon, 26 Jun 2000 18:40:14 +0100
34284 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
34286 Subject: [PATCH] bytes<->utf8 fixes
34287 From: simon@brecon.co.uk (Simon Cozens)
34288 Date: 26 Jun 2000 04:55:45 GMT
34289 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
34291 Subject: [PATCH] is_utf8_string
34292 From: simon@brecon.co.uk (Simon Cozens)
34293 Date: 26 Jun 2000 02:25:59 GMT
34294 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
34296 Subject: [PATCH] avoid mg_ptr in '*' magic
34297 From: Doug MacEachern <dougm@covalent.net>
34298 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
34299 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
34301 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
34302 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34303 Date: Sat, 24 Jun 2000 13:06:20 +0100
34304 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
34306 Allow for standalone testing.
34308 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
34309 From: Mark-Jason Dominus <mjd@plover.com>
34310 Date: Tue, 27 Jun 2000 22:36:42 -0400
34311 Message-ID: <20000628023642.12166.qmail@plover.com>
34313 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34314 From: Frank Tobin <ftobin@uiuc.edu>
34315 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
34316 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
34317 Branch: maint-5.6/perl
34318 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
34319 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
34320 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
34321 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
34322 !> utf8.c utils/h2xs.PL
34323 ____________________________________________________________________________
34324 [ 7765] By: gsar on 2000/11/20 10:29:13
34325 Log: integrate change#6239 from cfgperl
34327 Configure maintenance. Sever some dependency cycles,
34328 separate gccversion from the cc unit,
34329 address [ID 20000623.006] Configure script patch for using gcc on AIX
34330 (but solve it a little bit differently),
34331 unduplex some accidentally duplicated units,
34332 suggest using gcc if no cc available
34333 (p5p thread: "Solaris configure: counterproposal", 1999-09)
34334 Branch: maint-5.6/perl
34335 !> Configure Todo-5.6 config_h.SH
34336 ____________________________________________________________________________
34337 [ 7764] By: gsar on 2000/11/20 10:25:55
34338 Log: integrate changes#6233..6238 from cfgperl
34340 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
34341 From: Mark-Jason Dominus <mjd@plover.com>
34342 Date: Fri, 16 Jun 2000 20:53:04 -0400
34343 Message-ID: <20000617005304.8008.qmail@plover.com>
34345 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
34346 because when run as services (Win32ese for daemons)
34347 no environment variables are set and tmpdir ends up as /tmp,
34348 which is ambiguous.
34349 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
34350 From: matt@sergeant.org
34351 Date: 16 Jun 2000 16:30:43 -0000
34352 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
34354 The thread begun by
34355 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
34356 From: Kevin.Ruscoe@ubsw.com
34357 Date: Fri, 16 Jun 2000 16:38:51 +0100
34358 Message-Id: <H000019b03c300d6@MHS>
34360 Tweak embed.pl, regen headers.
34362 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
34363 From: Dan Sugalski <dan@sidhe.org>
34364 Date: Fri, 23 Jun 2000 17:00:00 -0400
34365 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
34366 Branch: maint-5.6/perl
34367 !> (integrate 27 files)
34368 ____________________________________________________________________________
34369 [ 7763] By: gsar on 2000/11/20 10:08:08
34370 Log: s/perl56delta/perldelta/g
34371 Branch: maint-5.6/perl
34373 ____________________________________________________________________________
34374 [ 7762] By: gsar on 2000/11/20 10:04:00
34375 Log: integrate changes#6225,6229,6231,6232 from cfgperl
34377 Add source code filenames to apidoc.
34378 From: simon@brecon.co.uk (Simon Cozens)
34379 Subject: [PATCH embed.pl] Source X-ref
34380 Date: 22 Jun 2000 02:18:49 GMT
34381 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
34383 Subject: README.hpux version 0.6.1
34384 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
34385 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34386 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
34388 Subject: [PATCH 5.6.0] cygwin port
34389 From: "Fifer, Eric" <EFifer@sanwaint.com>
34390 Date: Tue, 20 Jun 2000 14:30:58 +0100
34391 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
34393 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
34394 From: simon@brecon.co.uk (Simon Cozens)
34395 Date: 19 Jun 2000 15:18:27 GMT
34396 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
34398 plus update pod/Makefile and regenerate perltoc
34399 Branch: maint-5.6/perl
34400 +> pod/perlutil.pod
34401 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
34402 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
34403 ____________________________________________________________________________
34404 [ 7761] By: jhi on 2000/11/20 04:09:55
34405 Log: Miraculous typo.
34408 ____________________________________________________________________________
34409 [ 7760] By: jhi on 2000/11/20 04:06:08
34410 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
34411 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34412 Date: Sun, 19 Nov 2000 22:30:26 -0500
34413 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
34415 ! regexec.c scope.h t/op/pat.t
34416 ____________________________________________________________________________
34417 [ 7759] By: jhi on 2000/11/20 02:05:22
34418 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
34421 ____________________________________________________________________________
34422 [ 7758] By: jhi on 2000/11/20 01:58:11
34423 Log: Subject: [perl 7711: EPOC] updates
34424 From: Olaf Flebbe <o.flebbe@gmx.de>
34425 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
34426 Message-ID: <25575.974658810@www23.gmx.net>
34428 + lib/File/Spec/Epoc.pm
34429 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
34430 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
34431 ! lib/File/Spec.pm perl.c sv.c
34432 ____________________________________________________________________________
34433 [ 7757] By: jhi on 2000/11/20 01:53:11
34434 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
34437 ____________________________________________________________________________
34438 [ 7756] By: jhi on 2000/11/20 01:47:22
34439 Log: Integrate perlio.
34441 - ext/re/hints/MSWin32.pl
34442 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
34443 !> win32/config.gc win32/config_H.gc win32/win32sck.c
34444 ____________________________________________________________________________
34445 [ 7755] By: nick on 2000/11/19 20:57:17
34446 Log: Add dummy crlf layer (just as buffer)
34447 Correct 1st bug - one layer of indirection.
34449 ! perlio.c perlio.h perliol.h
34450 ____________________________________________________________________________
34451 [ 7754] By: nick on 2000/11/19 20:56:12
34452 Log: Work-round to Perl_deb_nocontext is no longer required
34454 - ext/re/hints/MSWin32.pl
34455 ____________________________________________________________________________
34456 [ 7753] By: nick on 2000/11/19 20:01:16
34457 Log: diff -se shows these as different
34459 ! global.sym pod/perlapi.pod
34460 ____________________________________________________________________________
34461 [ 7752] By: nick on 2000/11/19 18:57:30
34462 Log: Configure GCC/Win32 build -Duseperlio
34463 Fix a couple of gross issues
34464 - double-include of ../deb.o in re.dll
34465 - win32sck.c needs PerlIO and FILE
34467 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
34469 ____________________________________________________________________________
34470 [ 7751] By: nick on 2000/11/19 17:05:36
34471 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
34474 ____________________________________________________________________________
34475 [ 7750] By: nick on 2000/11/19 16:57:14
34479 ____________________________________________________________________________
34480 [ 7749] By: jhi on 2000/11/19 16:28:40
34481 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
34482 From: "Peter J. Farley III" <pjfarley@banet.net>
34483 Date: Sun, 19 Nov 2000 01:42:58 -0500
34484 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
34486 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
34487 ____________________________________________________________________________
34488 [ 7748] By: jhi on 2000/11/19 16:08:10
34489 Log: Subject: podlators 1.05 available
34490 From: Russ Allbery <rra@stanford.edu>
34491 Date: 18 Nov 2000 22:04:28 -0800
34492 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
34494 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
34495 ____________________________________________________________________________
34496 [ 7747] By: nick on 2000/11/19 11:19:39
34497 Log: Integrate mainline
34499 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
34501 ____________________________________________________________________________
34502 [ 7746] By: jhi on 2000/11/19 06:42:22
34503 Log: Make hex scanning warn on "\x{x}" and "\xx".
34504 "\x" and and hex("x") are still valid.
34507 ____________________________________________________________________________
34508 [ 7745] By: nick on 2000/11/18 22:52:28
34509 Log: Integrate mainline
34511 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
34512 !> perl.h perlio.c proto.h regcomp.c regcomp.h
34513 ____________________________________________________________________________
34514 [ 7744] By: jhi on 2000/11/18 22:50:28
34515 Log: Introduce Perl_utf8_length(). Use it.
34517 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
34518 ____________________________________________________________________________
34519 [ 7743] By: jhi on 2000/11/18 22:38:51
34520 Log: Compiler denit.
34523 ____________________________________________________________________________
34524 [ 7742] By: jhi on 2000/11/18 20:33:05
34525 Log: Integrate perlio.
34527 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
34528 !> perlio.h pp_ctl.c pp_sys.c sv.c
34529 ____________________________________________________________________________
34530 [ 7741] By: jhi on 2000/11/18 20:31:27
34531 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
34532 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34533 Date: Fri, 17 Nov 2000 20:35:11 -0500
34534 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
34536 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
34537 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34538 Date: Fri, 17 Nov 2000 21:03:47 -0500
34539 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
34541 Plus a little bit of tweaking in pregcomp().
34543 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
34544 ____________________________________________________________________________
34545 [ 7740] By: nick on 2000/11/18 20:17:22
34546 Log: Lexical use open ... support:
34547 add ->cop_io to COP structure in cop.h.
34548 Make mg.c and gv.c associate it with ${^OPEN}.
34549 Make lib/open.pm set it.
34550 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
34551 manner similar to ->cop_warnings.
34552 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
34553 call new PerlIO_apply_layers().
34554 Declare latter in perlio.h and define in perlio.c
34556 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
34557 ! perlio.h pp_ctl.c pp_sys.c sv.c
34558 ____________________________________________________________________________
34559 [ 7739] By: jhi on 2000/11/18 19:54:00
34560 Log: Integrate perlio.
34562 !> doio.c perlio.c pp.c
34563 ____________________________________________________________________________
34564 [ 7738] By: jhi on 2000/11/18 17:16:13
34565 Log: Subject: [PATCH 5.7.0] etags broken again
34566 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34567 Date: Sat, 18 Nov 2000 02:41:36 -0500
34568 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
34571 ____________________________________________________________________________
34572 [ 7737] By: jhi on 2000/11/18 17:12:18
34573 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
34575 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34576 ____________________________________________________________________________
34577 [ 7736] By: nick on 2000/11/18 14:06:20
34578 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
34579 part to be isolated.
34582 ____________________________________________________________________________
34583 [ 7735] By: nick on 2000/11/18 11:03:32
34584 Log: Integrate mainline
34586 !> Changes README.amiga README.win32 patchlevel.h
34587 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
34588 ____________________________________________________________________________
34589 [ 7734] By: jhi on 2000/11/18 01:18:56
34590 Log: Update Changes.
34592 ! Changes patchlevel.h
34593 ____________________________________________________________________________
34594 [ 7733] By: jhi on 2000/11/18 00:32:54
34595 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
34596 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34597 Date: Fri, 17 Nov 2000 17:28:02 -0500
34598 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
34600 ! regcomp.c regexec.c t/op/re_tests
34601 ____________________________________________________________________________
34602 [ 7732] By: jhi on 2000/11/18 00:28:56
34603 Log: Sparc 64-bit pack() fix from Jens Hamisch.
34606 ____________________________________________________________________________
34607 [ 7731] By: jhi on 2000/11/18 00:18:39
34608 Log: Explain in more detail the {} syntax ambiguousity.
34610 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
34611 From: Nicholas Clark <nick@ccl4.org>
34612 Date: Fri, 17 Nov 2000 22:10:28 +0000
34613 Message-ID: <20001117221028.A88930@plum.flirble.org>
34616 ____________________________________________________________________________
34617 [ 7730] By: jhi on 2000/11/18 00:12:18
34618 Log: Subject: Fix for README.amiga (20000323.033)
34619 From: "Stephen P. Potter" <spp@spotter.yi.org>
34620 Date: Fri, 17 Nov 2000 12:25:51 -0500
34621 Message-Id: <200011171725.MAA05768@spotter.yi.org>
34624 ____________________________________________________________________________
34625 [ 7729] By: jhi on 2000/11/18 00:08:34
34626 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
34627 From: "A. C. Yardley" <yardley@tanet.net>
34628 Date: Mon, 3 Apr 2000 11:35:33 -0700
34629 Message-ID: <3483.000403@tanet.net>
34632 ____________________________________________________________________________
34633 [ 7728] By: nick on 2000/11/17 21:59:47
34634 Log: Integrate mainline
34636 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
34637 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
34638 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
34639 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
34640 ____________________________________________________________________________
34641 [ 7727] By: nick on 2000/11/17 21:56:31
34642 Log: Experiment on use of attributes.pm interface.
34643 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
34644 SVt_PVRV if not already something better (else vivify of say magic gets
34648 ____________________________________________________________________________
34649 [ 7726] By: jhi on 2000/11/17 14:15:49
34650 Log: Subject: Fix for 20000815.006
34651 From: "Stephen P. Potter" <spp@spotter.yi.org>
34652 Date: Fri, 17 Nov 2000 08:57:45 -0500
34653 Message-Id: <200011171357.IAA05122@spotter.yi.org>
34655 It's really 20000518.006.
34657 ! pod/perlmodlib.PL
34658 ____________________________________________________________________________
34659 [ 7725] By: jhi on 2000/11/17 14:12:31
34660 Log: Subject: Fix for 20000409.001
34661 From: "Stephen P. Potter" <spp@spotter.yi.org>
34662 Date: Fri, 17 Nov 2000 08:55:45 -0500
34663 Message-Id: <200011171355.IAA05104@spotter.yi.org>
34666 ____________________________________________________________________________
34667 [ 7724] By: jhi on 2000/11/17 14:08:58
34668 Log: Undo #7627 now that we have =head3.
34671 ____________________________________________________________________________
34672 [ 7723] By: jhi on 2000/11/17 14:04:09
34673 Log: As surmised the #7719 wasn't a good move.
34675 ! hints/solaris_2.sh
34676 ____________________________________________________________________________
34677 [ 7722] By: jhi on 2000/11/17 13:59:04
34678 Log: Also the 64bitall hints can be either here or there.
34680 ! hints/solaris_2.sh
34681 ____________________________________________________________________________
34682 [ 7721] By: jhi on 2000/11/17 02:26:23
34683 Log: Test tweak for the open pragma.
34686 ____________________________________________________________________________
34687 [ 7720] By: jhi on 2000/11/17 00:23:22
34688 Log: The long double hints can be here or there.
34690 ! hints/solaris_2.sh
34691 ____________________________________________________________________________
34692 [ 7719] By: jhi on 2000/11/17 00:14:06
34693 Log: For Solaris use64bitall the stdchar needs a little bit of help.
34695 ! hints/solaris_2.sh
34696 ____________________________________________________________________________
34697 [ 7718] By: jhi on 2000/11/16 23:27:34
34698 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
34699 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34700 Date: Wed, 15 Nov 2000 08:56:32 +0100
34701 Message-ID: <3A1241B0.64477E00@alcatel.at>
34703 ! lib/Carp/Heavy.pm
34704 ____________________________________________________________________________
34705 [ 7717] By: jhi on 2000/11/16 23:23:29
34706 Log: Subject: [PATCH] Re: 20001101.003 PDL
34707 From: Nicholas Clark <nick@ccl4.org>
34708 Date: Thu, 16 Nov 2000 16:48:25 +0000
34709 Message-ID: <20001116164825.B93487@plum.flirble.org>
34711 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
34712 ____________________________________________________________________________
34713 [ 7716] By: jhi on 2000/11/16 23:21:31
34714 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
34715 From: "Casey R. Tweten" <crt@kiski.net>
34716 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
34717 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
34719 ! lib/Pod/Checker.pm pod/perlpod.pod
34720 ____________________________________________________________________________
34721 [ 7715] By: jhi on 2000/11/16 23:19:40
34722 Log: Avoid an infinite loop in VMS when utils scripts are run
34723 with no arguments, from Charles Lane.
34726 ____________________________________________________________________________
34727 [ 7714] By: jhi on 2000/11/16 23:17:08
34728 Log: Subject: perllocale.pod changes
34729 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34730 Date: Mon, 13 Nov 2000 10:09:22 +0300
34731 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
34733 ! pod/perllocale.pod
34734 ____________________________________________________________________________
34735 [ 7713] By: jhi on 2000/11/16 23:14:06
34736 Log: Integrate perlio.
34738 !> doio.c perlio.c perlio.h util.c
34739 ____________________________________________________________________________
34740 [ 7712] By: nick on 2000/11/16 21:10:58
34741 Log: Integrate mainline
34743 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34744 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34745 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
34746 !> vos/config.ga.def vos/config.ga.h win32/config.bc
34747 !> win32/config.gc win32/config.vc
34748 ____________________________________________________________________________
34749 [ 7711] By: nick on 2000/11/16 19:56:41
34751 consistent way of getting 'rb', 'wb' etc. for binary opens
34752 move *perlio::layers to *open::layers
34753 a #define to show layers available
34754 DOSISH popen/PerlIO had export/import sense inverted.
34756 ! doio.c perlio.c perlio.h util.c
34757 ____________________________________________________________________________
34758 [ 7710] By: jhi on 2000/11/16 15:46:05
34759 Log: Add HAS_SBRK_PROTO.
34760 Branch: metaconfig/U/perl
34763 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34764 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34765 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34766 ! vos/config.ga.def vos/config.ga.h win32/config.bc
34767 ! win32/config.gc win32/config.vc
34768 ____________________________________________________________________________
34769 [ 7709] By: nick on 2000/11/16 07:31:49
34770 Log: Integrate mainline
34772 !> (integrate 35 files)
34773 ____________________________________________________________________________
34774 [ 7708] By: jhi on 2000/11/16 05:33:03
34775 Log: These files are text, not binary.
34777 ! ext/Encode/Encode/iso8859-10.enc
34778 ! ext/Encode/Encode/iso8859-13.enc
34779 ! ext/Encode/Encode/iso8859-14.enc
34780 ! ext/Encode/Encode/iso8859-15.enc
34781 ____________________________________________________________________________
34782 [ 7707] By: jhi on 2000/11/16 01:53:37
34783 Log: Update Changes.
34785 ! Changes patchlevel.h
34786 ____________________________________________________________________________
34787 [ 7706] By: jhi on 2000/11/16 01:35:59
34788 Log: More #undefing of stdio.
34790 ! fakesdio.h nostdio.h
34791 ____________________________________________________________________________
34792 [ 7705] By: jhi on 2000/11/16 01:34:18
34793 Log: Add fwalk() probe to the configuration files and regen perltoc.
34795 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34796 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
34797 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
34798 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34799 ! win32/config.bc win32/config.gc win32/config.vc
34800 ____________________________________________________________________________
34801 [ 7704] By: jhi on 2000/11/16 01:33:07
34802 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
34803 an optional third argument to Inlibc?)
34804 Branch: metaconfig/U/perl
34806 ____________________________________________________________________________
34807 [ 7703] By: jhi on 2000/11/16 01:09:22
34808 Log: The type of the hash_cb() size argument is tricky.
34810 ! ext/DB_File/DB_File.xs
34811 ____________________________________________________________________________
34812 [ 7702] By: jhi on 2000/11/15 23:01:16
34813 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
34816 ____________________________________________________________________________
34817 [ 7701] By: jhi on 2000/11/15 22:52:32
34821 ____________________________________________________________________________
34822 [ 7700] By: jhi on 2000/11/15 22:51:56
34823 Log: UINT64_C() work continues.
34825 ! handy.h perl.h utf8.h
34826 ____________________________________________________________________________
34827 [ 7699] By: jhi on 2000/11/15 14:13:04
34828 Log: SOCKS has its own USE_THREADS, based on
34830 Subject: [ID 20001114.002] et. al. bugfix followup
34831 From: Jens Hamisch <jens@Strawberry.COM>
34832 Date: Wed, 15 Nov 2000 14:23:11 +0100
34833 Message-ID: <20001115142311.A21164@Strawberry.COM>
34836 ____________________________________________________________________________
34837 [ 7698] By: jhi on 2000/11/15 03:50:56
34838 Log: Add few missing #undefs and sort them.
34841 ____________________________________________________________________________
34842 [ 7697] By: jhi on 2000/11/15 03:39:14
34843 Log: Linenumber fix.
34845 ! t/pragma/warn/utf8
34846 ____________________________________________________________________________
34847 [ 7696] By: jhi on 2000/11/15 02:55:26
34848 Log: EBCDIC tweaks.
34850 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
34851 From: Peter Prymmer <pvhp@forte.com>
34852 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
34853 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
34855 ! t/op/regmesg.t t/pragma/warn/utf8
34856 ____________________________________________________________________________
34857 [ 7695] By: jhi on 2000/11/15 02:53:58
34858 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
34859 From: Peter Prymmer <pvhp@forte.com>
34860 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
34861 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
34864 ____________________________________________________________________________
34865 [ 7694] By: jhi on 2000/11/15 02:50:55
34866 Log: Subject: [PATCH: perl@7674] updates to README.os390
34867 From: Prymmer/Kahn <pvhp@best.com>
34868 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
34869 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
34872 ____________________________________________________________________________
34873 [ 7693] By: jhi on 2000/11/15 02:48:37
34874 Log: Quit utf8_to_uv() instantly if curlen == 0.
34877 ____________________________________________________________________________
34878 [ 7692] By: jhi on 2000/11/15 02:24:29
34879 Log: Use u_int32_t for the size of hash_cb(), not size_t.
34881 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
34882 From: Jens Hamisch <jens@Strawberry.COM>
34883 Date: Tue, 14 Nov 2000 19:03:55 +0100
34884 Message-Id: <20001114190355.A20559@Strawberry.COM>
34886 ! ext/DB_File/DB_File.xs
34887 ____________________________________________________________________________
34888 [ 7691] By: jhi on 2000/11/15 02:20:12
34889 Log: Use UINT64_C().
34891 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
34892 From: Jens Hamisch <jens@Strawberry.COM>
34893 Date: Tue, 14 Nov 2000 19:16:23 +0100
34894 Message-Id: <20001114191623.G20559@Strawberry.COM>
34897 ____________________________________________________________________________
34898 [ 7690] By: jhi on 2000/11/15 02:17:06
34899 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
34900 (a macro to define signed and unsigned integer constants).
34903 ____________________________________________________________________________
34904 [ 7689] By: jhi on 2000/11/15 01:56:51
34905 Log: Regen Configure.
34908 ____________________________________________________________________________
34909 [ 7688] By: jhi on 2000/11/15 01:56:32
34910 Log: Make the unit know about SOCKS.
34912 ! U/protos/socksizetype.U
34913 ____________________________________________________________________________
34914 [ 7687] By: jhi on 2000/11/15 01:54:47
34915 Log: Remove unused dependencies.
34917 ! U/compline/d_getpagsz.U
34918 ____________________________________________________________________________
34919 [ 7686] By: nick on 2000/11/14 21:25:13
34920 Log: Integrate mainline.
34922 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
34923 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
34924 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
34925 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
34926 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
34927 !> win32/config.bc win32/config.gc win32/config.vc
34928 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
34929 ____________________________________________________________________________
34930 [ 7685] By: jhi on 2000/11/14 17:54:56
34931 Log: Integrate perlio.
34933 +> fakesdio.h perliol.h
34934 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34935 !> perlsdio.h perlsfio.h pod/perlfunc.pod
34936 ____________________________________________________________________________
34937 [ 7684] By: nick on 2000/11/14 17:43:04
34938 Log: PerlIO #include and #ifdef re-work.
34940 + fakesdio.h perliol.h
34941 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34942 ! perlsdio.h perlsfio.h
34943 ____________________________________________________________________________
34944 [ 7683] By: jhi on 2000/11/14 15:42:40
34945 Log: Hoist the duplicated socket/netdb include logic to perl.h;
34946 undef SETERRNO in case SOCKS has defined it. Based on:
34948 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
34949 From: Jens Hamisch <jens@Strawberry.COM>
34950 Date: Tue, 14 Nov 2000 11:34:40 +0100
34951 Message-Id: <20001114113440.A20005@Strawberry.COM>
34953 ! doio.c perl.h pp_sys.c
34954 ____________________________________________________________________________
34955 [ 7682] By: jhi on 2000/11/14 14:07:28
34956 Log: Subject: some additions for makefiles for win32 (for perl@7674)
34957 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34958 Date: Tue, 14 Nov 2000 09:31:13 +0300
34959 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
34961 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
34962 ! win32/makefile.mk
34963 ____________________________________________________________________________
34964 [ 7681] By: jhi on 2000/11/14 14:01:41
34965 Log: Subject: tiny typo in perl5db.pl
34966 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34967 Date: Tue, 14 Nov 2000 09:29:28 +0300
34968 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
34971 ____________________________________________________________________________
34972 [ 7680] By: jhi on 2000/11/14 04:13:50
34973 Log: Redo #7679 with LFs instead of CRLFs.
34975 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
34976 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
34977 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34978 ____________________________________________________________________________
34979 [ 7679] By: jhi on 2000/11/14 01:21:09
34980 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
34981 From: Benjamin Stuhl <tiriath@yahoo.com>
34982 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34983 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34985 + win32/bin/mdelete.bat
34986 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
34987 ! makedef.pl perlio.c win32/Makefile win32/config.gc
34988 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34989 ____________________________________________________________________________
34990 [ 7678] By: jhi on 2000/11/14 01:19:20
34991 Log: Fix the re extension building for Win32.
34993 Subject: [PATCH perl@7638] Get PerlIO building on Win32
34994 From: Benjamin Stuhl <tiriath@yahoo.com>
34995 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34996 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34998 + ext/re/hints/MSWin32.pl
35000 ____________________________________________________________________________
35001 [ 7677] By: jhi on 2000/11/14 01:13:54
35002 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
35003 From: sthoenna@efn.org
35004 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
35005 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
35007 ! doop.c pp.c toke.c utf8.c utf8.h
35008 ____________________________________________________________________________
35009 [ 7676] By: jhi on 2000/11/13 20:23:15
35010 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
35011 From: Nicholas Clark <nick@ccl4.org>
35012 Date: Mon, 13 Nov 2000 18:55:04 +0000
35013 Message-ID: <20001113185504.J29183@plum.flirble.org>
35015 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
35016 ____________________________________________________________________________
35017 [ 7675] By: nick on 2000/11/13 20:21:57
35018 Log: Integrate mainline ...
35020 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
35021 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
35022 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
35023 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
35024 ____________________________________________________________________________
35025 [ 7674] By: jhi on 2000/11/13 15:07:56
35026 Log: Update Changes.
35028 ! Changes patchlevel.h
35029 ____________________________________________________________________________
35030 [ 7673] By: jhi on 2000/11/13 14:42:42
35031 Log: Remove the new two tests of lib/io_xs for now, they seem to
35032 fail under perlio on some platforms.
35035 ____________________________________________________________________________
35036 [ 7672] By: jhi on 2000/11/13 13:57:53
35037 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
35040 ____________________________________________________________________________
35041 [ 7671] By: jhi on 2000/11/13 05:30:48
35042 Log: Placate nervous compilers that see longer than ints switch()ing.
35045 ____________________________________________________________________________
35046 [ 7670] By: jhi on 2000/11/13 05:14:21
35047 Log: fputs() does return EOF on error but here we don't care.
35050 ____________________________________________________________________________
35051 [ 7669] By: jhi on 2000/11/13 05:02:45
35052 Log: Declare reg_data like reg_substr_data.
35055 ____________________________________________________________________________
35056 [ 7668] By: jhi on 2000/11/13 04:54:34
35057 Log: Typos in #7667.
35060 ____________________________________________________________________________
35061 [ 7667] By: jhi on 2000/11/13 04:49:49
35062 Log: Cleanup messy #ifdef.
35065 ____________________________________________________________________________
35066 [ 7666] By: jhi on 2000/11/13 04:17:34
35067 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
35068 From: Nicholas Clark <nick@talking.bollo.cx>
35069 Date: Sun, 12 Nov 2000 21:14:11 +0000
35070 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
35072 Note: only one breakage of the two reported is fixed by this patch.
35075 ____________________________________________________________________________
35076 [ 7665] By: jhi on 2000/11/13 04:05:07
35077 Log: Tweak the definition of the bit complement on UTF-8 data:
35078 if none of the characters in the string are > 0xff,
35079 the result is a complemented byte string, not a (UTF-8)
35080 char string. Based on the summary in
35082 Subject: Re: [ID 20000918.005] ~ on wide chars
35083 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35084 Date: Fri, 10 Nov 2000 09:47:15 -0800
35085 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
35087 This should give us the maximum backward (pre-char string)
35088 compatibility and utf8 compatibility. The other alternative
35089 would be to limit the bit complement to be always byte only,
35090 taking the least significant byte of the chars.
35092 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
35093 ____________________________________________________________________________
35094 [ 7664] By: jhi on 2000/11/13 00:23:44
35095 Log: Couple of tests from #7660 salvaged.
35098 ! MANIFEST t/io/tell.t
35099 ____________________________________________________________________________
35100 [ 7663] By: jhi on 2000/11/13 00:02:48
35101 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
35102 From: Nicholas Clark <nick@talking.bollo.cx>
35103 Date: Sun, 12 Nov 2000 21:23:43 +0000
35104 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
35107 ____________________________________________________________________________
35108 [ 7662] By: jhi on 2000/11/13 00:01:39
35109 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
35110 From: Nicholas Clark <nick@talking.bollo.cx>
35111 Date: Sun, 12 Nov 2000 21:30:04 +0000
35112 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
35114 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
35115 ____________________________________________________________________________
35116 [ 7661] By: jhi on 2000/11/12 23:57:29
35117 Log: Document tell() on special streams.
35120 ____________________________________________________________________________
35121 [ 7660] By: jhi on 2000/11/12 23:54:22
35122 Log: (Subsumed by #7664)
35126 ____________________________________________________________________________
35127 [ 7659] By: jhi on 2000/11/12 22:55:25
35128 Log: Many subdocumented return values of the IO extension now documented.
35129 ungetc and write still left subdocumented.
35131 Subject: [PATCH] (was Re: IO::Handle::ungetc)
35132 From: Nicholas Clark <nick@talking.bollo.cx>
35133 Date: Sun, 12 Nov 2000 21:35:53 +0000
35134 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
35136 ! ext/IO/lib/IO/Handle.pm
35137 ____________________________________________________________________________
35138 [ 7658] By: jhi on 2000/11/12 21:37:06
35139 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
35140 From: Nicholas Clark <nick@talking.bollo.cx>
35141 Date: Sun, 12 Nov 2000 20:03:22 +0000
35142 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
35145 ____________________________________________________________________________
35146 [ 7657] By: jhi on 2000/11/12 20:34:55
35147 Log: Integrate perlio.
35150 ____________________________________________________________________________
35151 [ 7656] By: nick on 2000/11/12 19:25:06
35152 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
35155 ____________________________________________________________________________
35156 [ 7655] By: nick on 2000/11/12 19:09:41
35157 Log: Integrate mainline
35159 +> README.solaris ext/Encode/Encode/cp1006.enc
35160 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
35161 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
35162 +> ext/Encode/Encode/iso8859-13.enc
35163 +> ext/Encode/Encode/iso8859-14.enc
35164 +> ext/Encode/Encode/iso8859-15.enc
35165 !> (integrate 34 files)
35166 ____________________________________________________________________________
35167 [ 7654] By: jhi on 2000/11/12 19:00:22
35168 Log: Add a metaconfig unit for fsync.
35169 Branch: metaconfig/U/perl
35171 ____________________________________________________________________________
35172 [ 7653] By: jhi on 2000/11/12 19:00:01
35173 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
35175 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35176 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
35177 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35178 ! vos/config.ga.h win32/config.bc win32/config.gc
35180 ____________________________________________________________________________
35181 [ 7652] By: jhi on 2000/11/11 21:12:01
35182 Log: Copy the s// information of README.hpux also to the perlrun.
35184 ! README.hpux pod/perlrun.pod
35185 ____________________________________________________________________________
35186 [ 7651] By: jhi on 2000/11/11 21:03:13
35187 Log: More README.solaris updates from Andy Dougherty.
35190 ____________________________________________________________________________
35191 [ 7650] By: jhi on 2000/11/11 18:38:57
35192 Log: More descriptive error for unknown perlio layers.
35194 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
35195 From: Dominic Dunlop <domo@computer.org>
35196 Date: Sat, 11 Nov 2000 18:20:32 +0100
35197 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
35199 ! perlio.c pod/perldiag.pod
35200 ____________________________________________________________________________
35201 [ 7649] By: jhi on 2000/11/11 18:37:52
35202 Log: MachTen doesn't really do mmap() and munmap().
35204 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
35205 From: Dominic Dunlop <domo@computer.org>
35206 Date: Sat, 11 Nov 2000 18:20:32 +0100
35207 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
35210 ____________________________________________________________________________
35211 [ 7648] By: jhi on 2000/11/11 18:36:46
35212 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
35213 From: rspier@pobox.com (Robert Spier)
35214 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
35215 Message-ID: <14861.32839.491271.985797@rls.cx>
35217 ! Porting/Contract pod/perltoot.pod
35218 ____________________________________________________________________________
35219 [ 7647] By: jhi on 2000/11/11 18:35:30
35220 Log: Simplify the getpagesize() unit by dropping the
35221 pagesize probe since it's nowadays slightly more
35222 complicated because of sysconf(). (Note: if some
35223 platform really needs the -lPW for getpagesize,
35226 TODO: a new pagesize unit.
35228 ! U/compline/d_getpagsz.U
35229 ____________________________________________________________________________
35230 [ 7646] By: jhi on 2000/11/11 18:33:23
35231 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
35233 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35234 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
35235 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35236 ! vos/config.ga.h win32/config.bc win32/config.gc
35238 ____________________________________________________________________________
35239 [ 7645] By: jhi on 2000/11/11 16:45:15
35240 Log: Use sysconf() or getpagesize() to find out the pagesize.
35243 ____________________________________________________________________________
35244 [ 7644] By: jhi on 2000/11/11 15:46:08
35245 Log: Integrate perlio.
35248 ____________________________________________________________________________
35249 [ 7643] By: jhi on 2000/11/11 15:33:36
35250 Log: Subject: Re: [PATCH] README.solaris
35251 From: Lupe Christoph <lupe@lupe-christoph.de>
35252 Date: Sat, 11 Nov 2000 14:08:10 +0100
35253 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
35256 ____________________________________________________________________________
35257 [ 7642] By: jhi on 2000/11/11 15:22:12
35258 Log: Subject: [PATCH perl@7638] cygwin port
35259 From: "Eric Fifer" <egf7@columbia.edu>
35260 Date: Fri, 10 Nov 2000 19:30:30 -0000
35261 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
35263 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
35264 ____________________________________________________________________________
35265 [ 7641] By: nick on 2000/11/11 14:50:36
35266 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
35267 Also call "Buf" layer directly when unread'ing non-read chars.
35270 ____________________________________________________________________________
35271 [ 7640] By: jhi on 2000/11/11 02:05:02
35272 Log: Add more encoding tables.
35274 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
35275 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
35276 + ext/Encode/Encode/iso8859-10.enc
35277 + ext/Encode/Encode/iso8859-13.enc
35278 + ext/Encode/Encode/iso8859-14.enc
35279 + ext/Encode/Encode/iso8859-15.enc
35281 ____________________________________________________________________________
35282 [ 7639] By: jhi on 2000/11/10 18:49:25
35283 Log: Subject: [PATCH] README.solaris
35284 From: Andy Dougherty <doughera@lafayette.edu>
35285 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
35286 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
35289 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
35290 ! pod/perl.pod pod/perltoc.pod
35291 ____________________________________________________________________________
35292 [ 7638] By: jhi on 2000/11/10 15:04:15
35293 Log: Update Changes.
35295 ! Changes patchlevel.h
35296 ____________________________________________________________________________
35297 [ 7637] By: jhi on 2000/11/10 14:14:28
35298 Log: Explain better why certain regex tests are skipped.
35300 Subject: Re: tests skipped: unknown reason
35301 From: Lupe Christoph <lupe@lupe-christoph.de>
35302 Date: Fri, 10 Nov 2000 09:08:56 +0100
35303 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
35306 ____________________________________________________________________________
35307 [ 7636] By: nick on 2000/11/10 13:40:00
35308 Log: Integrate mainline.
35310 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
35311 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
35312 !> win32/bin/search.pl
35313 ____________________________________________________________________________
35314 [ 7635] By: nick on 2000/11/10 13:25:52
35315 Log: Re-instate stdio large file support via perlio.
35318 ____________________________________________________________________________
35319 [ 7634] By: jhi on 2000/11/10 04:49:55
35320 Log: Amdahl UTS hints updates.
35322 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
35323 From: hom00@utsglobal.com (Harold O Morris)
35324 Date: Thu, 9 Nov 2000 20:02 PST
35325 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
35328 ____________________________________________________________________________
35329 [ 7633] By: jhi on 2000/11/09 23:33:28
35330 Log: Subject: [PATCH] IO::Seekable pod
35331 From: Nicholas Clark <nick@talking.bollo.cx>
35332 Date: Thu, 9 Nov 2000 20:29:45 +0000
35333 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
35335 ! ext/IO/lib/IO/Handle.pm
35336 ____________________________________________________________________________
35337 [ 7632] By: jhi on 2000/11/09 21:55:41
35338 Log: Various doc oddball characters.
35340 Subject: [ID 20001106.004] Perl 5.6.0 bugs
35341 From: Michael Somos <somos@grail.cba.csuohio.edu>
35342 Date: Mon, 6 Nov 2000 17:44:20 -0500
35343 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
35345 ! emacs/cperl-mode.el lib/unicode/syllables.txt
35346 ! win32/bin/search.pl
35347 ____________________________________________________________________________
35348 [ 7631] By: jhi on 2000/11/09 21:12:29
35349 Log: Subject: Re: bash -c exit and linux hints
35350 From: "John P. Linderman" <jpl@research.att.com>
35351 Date: Thu, 02 Nov 2000 09:37:25 -0500
35352 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
35355 ____________________________________________________________________________
35356 [ 7630] By: nick on 2000/11/09 20:34:11
35357 Log: Integrate mainline.
35359 !> (integrate 91 files)
35360 ____________________________________________________________________________
35361 [ 7629] By: jhi on 2000/11/09 19:46:31
35362 Log: Missing dTHXs.
35364 Subject: RE: perl@7595 builds not on cygwin
35365 From: "Eric Fifer" <egf7@columbia.edu>
35366 Date: Thu, 9 Nov 2000 19:26:50 -0000
35367 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
35369 ! ext/Devel/Peek/Peek.xs
35370 ____________________________________________________________________________
35371 [ 7628] By: jhi on 2000/11/09 14:48:27
35372 Log: Disable only the tests 99 and 166 for UTF-8 locales.
35374 ! t/pragma/locale.t
35375 ____________________________________________________________________________
35376 [ 7627] By: jhi on 2000/11/09 14:40:27
35377 Log: There's no =head3.
35380 ____________________________________________________________________________
35381 [ 7626] By: jhi on 2000/11/09 13:54:26
35382 Log: The generated boot_* headers are wrong. Pickier compiler,
35383 such as KAI C++ will refuse to compile the resulting perlmain.
35385 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
35386 From: Harri Pasanen <harri.pasanen@trema.com>
35387 Date: Thu, 09 Nov 2000 14:23:28 +0100
35388 Message-Id: <3A0AA550.26D548A3@trema.com>
35391 ____________________________________________________________________________
35392 [ 7625] By: jhi on 2000/11/09 13:50:44
35393 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
35394 From: Prymmer/Kahn <pvhp@best.com>
35395 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
35396 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
35398 All except the "cow orker" change.
35400 ! Porting/pumpkin.pod
35401 ____________________________________________________________________________
35402 [ 7624] By: jhi on 2000/11/09 13:45:33
35405 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
35406 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35407 Date: Thu, 09 Nov 2000 11:05:52 +0100
35408 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
35410 ! pod/perldiag.pod t/pragma/warn/pp_sys
35411 ____________________________________________________________________________
35412 [ 7623] By: jhi on 2000/11/09 13:37:16
35413 Log: Typo in an ifndef.
35415 Subject: Re: [PATCH 5.7.0] better messages from malloc()
35416 From: Joe Smith <jms@inwap.com>
35417 Date: Thu, 09 Nov 2000 01:33:14 -0800
35418 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
35421 ____________________________________________________________________________
35422 [ 7622] By: jhi on 2000/11/09 13:31:18
35423 Log: Remove unused extra arguments.
35424 Branch: metaconfig/U/perl
35427 ! Configure config_h.SH
35428 ____________________________________________________________________________
35429 [ 7621] By: jhi on 2000/11/09 13:16:36
35430 Log: More VMS moves on environment handling, from Charles Lane.
35432 ! t/pragma/locale.t
35433 ____________________________________________________________________________
35434 [ 7620] By: jhi on 2000/11/09 04:42:38
35435 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
35436 From: David Dyck <dcd@tc.fluke.com>
35437 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
35438 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
35441 ____________________________________________________________________________
35442 [ 7619] By: jhi on 2000/11/09 04:36:21
35443 Log: Forgot from #7618.
35446 ____________________________________________________________________________
35447 [ 7618] By: jhi on 2000/11/09 04:28:44
35448 Log: Make deleting for %ENV work for (newer versions of) VMS,
35449 from Craig A. Berry.
35452 ____________________________________________________________________________
35453 [ 7617] By: jhi on 2000/11/09 04:25:05
35454 Log: Subject: [PATCH] Class::Struct at compile time
35455 From: "Casey R. Tweten" <crt@kiski.net>
35456 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
35457 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
35459 ! lib/Class/Struct.pm
35460 ____________________________________________________________________________
35461 [ 7616] By: jhi on 2000/11/09 04:15:17
35462 Log: Subject: [ID 20001108.013] spelling
35463 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
35464 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
35465 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
35468 ____________________________________________________________________________
35469 [ 7615] By: jhi on 2000/11/09 04:12:42
35470 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
35471 From: Peter Prymmer <pvhp@forte.com>
35472 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
35473 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
35476 ____________________________________________________________________________
35477 [ 7614] By: jhi on 2000/11/08 22:42:55
35478 Log: A missing aTHX_.
35480 ! ext/IPC/SysV/SysV.xs
35481 ____________________________________________________________________________
35482 [ 7613] By: jhi on 2000/11/08 19:30:21
35483 Log: Update Changes.
35485 ! Changes patchlevel.h
35486 ____________________________________________________________________________
35487 [ 7612] By: jhi on 2000/11/08 18:35:25
35488 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
35489 From: David Dyck <dcd@tc.fluke.com>
35490 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
35491 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
35494 ____________________________________________________________________________
35495 [ 7611] By: jhi on 2000/11/08 18:30:26
35496 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
35497 From: Dominic Dunlop <domo@computer.org>
35498 Date: Tue, 7 Nov 2000 12:05:25 +0100
35499 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
35502 ____________________________________________________________________________
35503 [ 7610] By: jhi on 2000/11/08 18:25:14
35504 Log: Do not test UTF-8 locales since that the tests would require
35505 polymorphic regexen.
35507 ! t/pragma/locale.t
35508 ____________________________________________________________________________
35509 [ 7609] By: jhi on 2000/11/08 17:12:51
35510 Log: Locale buglets.
35512 Subject: RE: Locales support (setlocale) fixes
35513 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35514 Date: Wed, 8 Nov 2000 20:01:39 +0300
35515 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
35517 ! t/pragma/locale.t util.c
35518 ____________________________________________________________________________
35519 [ 7608] By: jhi on 2000/11/08 17:00:16
35520 Log: Deleting $ENV{PATH} in VMS is not recommendable.
35522 ! t/pragma/locale.t
35523 ____________________________________________________________________________
35524 [ 7607] By: jhi on 2000/11/08 16:58:26
35525 Log: Subject: PATCH std stdio for (Free)BSD
35526 From: Nicholas Clark <nick@ccl4.org>
35527 Date: Wed, 8 Nov 2000 15:36:29 +0000
35528 Message-ID: <20001108153629.D98736@plum.flirble.org>
35530 ! U/compline/d_stdstdio.U
35532 ! Configure config_h.SH
35533 ____________________________________________________________________________
35534 [ 7606] By: jhi on 2000/11/08 16:43:31
35535 Log: Forgot to bump the line numbers in #7601.
35537 ! t/pragma/warn/pp_sys
35538 ____________________________________________________________________________
35539 [ 7605] By: jhi on 2000/11/08 16:39:12
35540 Log: More careful detection of how well NVs and UVs mix.
35542 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))
35543 From: Nicholas Clark <nick@ccl4.org>
35544 Date: Wed, 8 Nov 2000 15:14:12 +0000
35545 Message-ID: <20001108151412.B98736@plum.flirble.org>
35547 Added some SIGFPE paranoia.
35548 Branch: metaconfig/U/perl
35551 ! Configure config_h.SH
35552 ____________________________________________________________________________
35553 [ 7604] By: jhi on 2000/11/08 14:39:10
35554 Log: Subject: [patch perl@7595] VMS configure.com tweak
35555 From: "Craig A. Berry" <craigberry@mac.com>
35556 Date: Wed, 8 Nov 2000 00:24:12 -0600
35557 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
35560 ____________________________________________________________________________
35561 [ 7603] By: jhi on 2000/11/08 14:27:11
35562 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
35563 From: Robin Barker <rmb1@cise.npl.co.uk>
35564 Date: Wed, 8 Nov 2000 11:11:39 GMT
35565 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
35568 ____________________________________________________________________________
35569 [ 7602] By: jhi on 2000/11/08 14:25:03
35570 Log: Fix for the tie-refhash string table leaks.
35572 From: Nick Ing-Simmons <nik@tiuk.ti.com>
35573 Date: Wed, 8 Nov 2000 13:03:04 GMT
35574 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
35576 ! t/lib/tie-refhash.t
35577 ____________________________________________________________________________
35578 [ 7601] By: jhi on 2000/11/08 14:21:08
35579 Log: Try to avoid flockless and emulationless places.
35581 ! t/pragma/warn/pp_sys
35582 ____________________________________________________________________________
35583 [ 7600] By: jhi on 2000/11/08 02:28:54
35584 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
35586 Subject: [PATCH] prototyped functions that should be overrideable
35587 From: "Casey R. Tweten" <crt@kiski.net>
35588 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
35589 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
35592 ____________________________________________________________________________
35593 [ 7599] By: jhi on 2000/11/08 01:12:05
35594 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
35596 Subject: [PATCH] perlbug.PL
35597 From: "Kurt D. Starsinic" <kstar@chapin.edu>
35598 Date: Mon, 6 Nov 2000 21:39:01 -0500
35599 Message-ID: <20001106213901.B20955@O2.chapin.edu>
35602 ____________________________________________________________________________
35603 [ 7598] By: jhi on 2000/11/07 23:42:00
35604 Log: Bad thinko in #7581 (I used the test program with the expanded
35607 ! U/compline/d_stdstdio.U
35610 ____________________________________________________________________________
35611 [ 7597] By: jhi on 2000/11/07 21:43:29
35612 Log: Subject: [PATCH perl@7573] cygwin port
35613 From: "Fifer, Eric" <EFifer@sanwaint.com>
35614 Date: Tue, 7 Nov 2000 18:08:51 -0000
35615 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
35617 Synchronize with Cygwin 1.1.5.
35619 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
35620 ! pod/perlport.pod unixish.h util.c
35621 ____________________________________________________________________________
35622 [ 7596] By: jhi on 2000/11/07 21:39:25
35623 Log: perlhack updates from H.Merijn Brand.
35626 ____________________________________________________________________________
35627 [ 7595] By: jhi on 2000/11/07 20:21:41
35628 Log: Update Changes.
35630 ! Changes patchlevel.h
35631 ____________________________________________________________________________
35632 [ 7594] By: jhi on 2000/11/07 19:18:58
35633 Log: Be more robust in Dynaloader.pm.
35635 ! ext/DynaLoader/DynaLoader_pm.PL
35636 ____________________________________________________________________________
35637 [ 7593] By: jhi on 2000/11/07 16:49:31
35638 Log: AUTHORS update.
35641 ____________________________________________________________________________
35642 [ 7592] By: gsar on 2000/11/07 16:39:51
35643 Log: normalize relative paths in virtualized current directory on windows,
35644 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
35648 ____________________________________________________________________________
35649 [ 7591] By: jhi on 2000/11/07 16:04:26
35650 Log: Too profiler-happy: with optimization the #7590 actually makes
35651 the test to run 0.5% _slower_. Requires much more instrumentation.
35654 ! regcomp.c regcomp.h
35655 ____________________________________________________________________________
35656 [ 7590] By: jhi on 2000/11/07 15:51:13
35657 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
35658 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
35659 by using memset() and testing bytewise (as opposed to bitwise).
35661 ! regcomp.c regcomp.h
35662 ____________________________________________________________________________
35663 [ 7589] By: jhi on 2000/11/07 12:56:39
35664 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
35665 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35666 Date: Mon, 06 Nov 2000 23:45:30 -0500
35667 Message-Id: <0011079735.AA973576259@univpress.com>
35669 ! configure.com t/lib/st-lock.t
35670 ____________________________________________________________________________
35671 [ 7588] By: jhi on 2000/11/07 01:03:28
35675 ____________________________________________________________________________
35676 [ 7587] By: jhi on 2000/11/07 01:00:27
35677 Log: A doc addition for bug id 20001105.019, beware \p.
35680 ____________________________________________________________________________
35681 [ 7586] By: jhi on 2000/11/07 00:32:22
35682 Log: Fake support of holey files in win/dosish platforms.
35684 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
35685 From: kipp@shonanblue.ne.jp
35686 Date: Mon, 6 Nov 2000 13:30:55 -0800
35687 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
35689 ! ext/SDBM_File/sdbm/sdbm.c
35690 ____________________________________________________________________________
35691 [ 7585] By: jhi on 2000/11/07 00:12:54
35692 Log: Subject: Pod updates
35693 From: "Stephen P. Potter" <spp@spotter.yi.org>
35694 Date: Mon, 06 Nov 2000 18:56:43 -0500
35695 Message-Id: <200011062357.SAA18173@spotter.yi.org>
35697 ! README.dos README.os2 README.win32 pod/buildtoc.PL
35698 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
35699 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
35700 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
35701 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
35702 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
35703 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
35704 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
35705 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
35706 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
35707 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
35708 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
35709 ! pod/perltootc.pod pod/perlunicode.pod
35710 ____________________________________________________________________________
35711 [ 7584] By: jhi on 2000/11/07 00:04:17
35712 Log: Varargs don't always work too well if one puts an unsigned
35713 char on the stack and pop an unsigned quad off the stack.
35715 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
35716 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35717 Date: Mon, 06 Nov 2000 15:19:05 -0800
35718 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
35721 ____________________________________________________________________________
35722 [ 7583] By: jhi on 2000/11/06 23:58:48
35723 Log: %ENV note tweaks from Dan Sugalski.
35725 ! pod/perlport.pod vms/perlvms.pod
35726 ____________________________________________________________________________
35727 [ 7582] By: jhi on 2000/11/06 23:05:49
35728 Log: glibc5 detection by __GNU_LIBRARY__.
35731 ____________________________________________________________________________
35732 [ 7581] By: jhi on 2000/11/06 22:51:29
35733 Log: Make the stdio test program of 7427 less noisy while being
35734 compiled so that Digital UNIX wouldn't get both
35735 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
35736 undefined. This makes perlio happy.
35738 ! U/compline/d_stdstdio.U
35740 ! Configure config_h.SH
35741 ____________________________________________________________________________
35742 [ 7580] By: jhi on 2000/11/06 22:41:41
35743 Log: Document %ENV = () portability issues.
35745 ! pod/perlport.pod vms/perlvms.pod
35746 ____________________________________________________________________________
35747 [ 7579] By: jhi on 2000/11/06 21:29:24
35748 Log: VOS updates from Paul Green.
35750 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35751 ____________________________________________________________________________
35752 [ 7578] By: jhi on 2000/11/06 21:00:40
35753 Log: Sanitize the environment further.
35755 ! t/pragma/locale.t
35756 ____________________________________________________________________________
35757 [ 7577] By: jhi on 2000/11/06 20:53:51
35758 Log: Re-introduce 7552 lost in integration.
35761 ____________________________________________________________________________
35762 [ 7576] By: jhi on 2000/11/06 20:33:46
35763 Log: Admit that the test leaks scalars.
35766 ____________________________________________________________________________
35767 [ 7575] By: jhi on 2000/11/06 20:17:08
35768 Log: Integrate perlio.
35771 ____________________________________________________________________________
35772 [ 7574] By: nick on 2000/11/06 20:07:28
35773 Log: Remove debug. Try (Mmap_t) on madvise() call.
35776 ____________________________________________________________________________
35777 [ 7573] By: jhi on 2000/11/06 13:56:05
35778 Log: Update Changes.
35780 ! Changes patchlevel.h
35781 ____________________________________________________________________________
35782 [ 7572] By: jhi on 2000/11/06 13:48:41
35783 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
35784 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35785 Date: Mon, 06 Nov 2000 10:11:42 +0100
35786 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
35789 ____________________________________________________________________________
35790 [ 7571] By: jhi on 2000/11/06 01:45:51
35791 Log: AUTHORS updates.
35794 ____________________________________________________________________________
35795 [ 7570] By: jhi on 2000/11/06 00:18:00
35798 Subject: [ID 20000728.005] perl -P broken
35799 From: David Dyck <dcd@tc.fluke.com>
35800 Date: Fri, 28 Jul 2000 17:19:16 -0700
35801 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
35803 (hopefully). The fix is also not complete, it seems to break
35804 BOM swallowing for libc5 systems, but until someone figures
35805 out a way to do this without ftell(), this will do.
35808 ____________________________________________________________________________
35809 [ 7569] By: jhi on 2000/11/06 00:05:30
35810 Log: Document that the evaled syntax errors cause scalar leaks.
35813 ____________________________________________________________________________
35814 [ 7568] By: jhi on 2000/11/05 23:14:47
35815 Log: opmini.o can linger from Configures past.
35818 ____________________________________________________________________________
35819 [ 7567] By: jhi on 2000/11/05 21:28:39
35820 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
35821 first argument correctly.
35824 ____________________________________________________________________________
35825 [ 7566] By: jhi on 2000/11/05 21:15:56
35826 Log: Integrate perlio.
35829 ____________________________________________________________________________
35830 [ 7565] By: jhi on 2000/11/05 21:15:13
35831 Log: Use -dM for gcc (the suggested patch did it only for Linux,
35832 but I think it can be generalized).
35834 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
35835 From: Pixel <pixel@mandrakesoft.com>
35836 Date: 05 Nov 2000 21:49:34 +0100
35837 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
35839 ! ext/Errno/Errno_pm.PL
35840 ____________________________________________________________________________
35841 [ 7564] By: nick on 2000/11/05 21:09:18
35842 Log: Added a mmap layer as a "subclass" of perlio.
35843 PERLIO=mmap ./perl harness passes
35846 ____________________________________________________________________________
35847 [ 7563] By: jhi on 2000/11/05 19:48:55
35848 Log: Add a note for future generations about bug id 20000229.006.
35851 ____________________________________________________________________________
35852 [ 7562] By: jhi on 2000/11/05 19:38:24
35853 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
35855 ! pp_ctl.c t/op/pos.t
35856 ____________________________________________________________________________
35857 [ 7561] By: jhi on 2000/11/05 18:21:46
35858 Log: Add =pod to be tidy.
35860 ! lib/Math/Complex.pm
35861 ____________________________________________________________________________
35862 [ 7560] By: jhi on 2000/11/05 17:38:46
35863 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
35865 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35866 ! ext/Storable/Storable.xs t/lib/st-recurse.t
35867 ____________________________________________________________________________
35868 [ 7559] By: jhi on 2000/11/05 17:32:59
35869 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
35870 From: "Peter J. Farley III" <pjfarley@banet.net>
35871 Date: Sun, 05 Nov 2000 11:55:59 -0500
35872 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
35875 ____________________________________________________________________________
35876 [ 7558] By: jhi on 2000/11/05 17:29:19
35877 Log: Integrate perlio.
35880 ____________________________________________________________________________
35881 [ 7557] By: jhi on 2000/11/05 17:22:01
35882 Log: A fix of sorts for 20000329.026, a better error message
35883 for a missing "use charnames" when using the \N{...}.
35885 ! pod/perldiag.pod toke.c
35886 ____________________________________________________________________________
35887 [ 7556] By: jhi on 2000/11/05 16:33:50
35888 Log: Test tweak: show also the failed locales.
35890 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
35891 From: Lupe Christoph <lupe@lupe-christoph.de>
35892 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
35893 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
35895 ! t/pragma/locale.t
35896 ____________________________________________________________________________
35897 [ 7555] By: nick on 2000/11/05 11:09:34
35898 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
35899 open RDWR so does not fail. (pragma/warnings 303 again...)
35902 ____________________________________________________________________________
35903 [ 7554] By: nick on 2000/11/05 10:10:13
35904 Log: Fix case where ungetc(f,EOF) was allowed.
35905 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
35906 so we can see similarities.
35907 Use types more carefully and a STDCHAR array in hope that this will
35908 fix Jarrko's 64bit machine.
35911 ____________________________________________________________________________
35912 [ 7553] By: jhi on 2000/11/05 01:12:16
35915 Subject: [ID 20001004.007] taint propogation is inconsistent
35916 From: pimlott@idiomtech.com (Andrew Pimlott)
35917 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
35918 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
35920 The culprit was sv_setsv() which was rather blindly
35921 propagating taint, which lead to behaviour where if
35922 a tainted anon hash value was seen all the hash values
35923 from then on at that level became tainted, or at any
35924 upper levels in the case of nested anon hashes.
35926 ! sv.c t/op/taint.t
35927 ____________________________________________________________________________
35928 [ 7552] By: jhi on 2000/11/04 23:44:18
35929 Log: Some cpps don't like splitting conditionals across several lines.
35932 ____________________________________________________________________________
35933 [ 7551] By: nick on 2000/11/04 23:40:44
35934 Log: Integrate mainline
35936 !> pp_hot.c t/op/taint.t
35937 ____________________________________________________________________________
35938 [ 7550] By: nick on 2000/11/04 23:39:05
35939 Log: Integrate mainline again
35941 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
35942 !> t/lib/b.t t/op/misc.t util.c
35943 ____________________________________________________________________________
35944 [ 7549] By: jhi on 2000/11/04 23:14:01
35947 Subject: [ID 20001004.006] undef is never tainted
35948 From: pimlott@idiomtech.com (Andrew Pimlott)
35949 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
35950 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
35952 An undef read from a slurped file was not tainted.
35954 ! pp_hot.c t/op/taint.t
35955 ____________________________________________________________________________
35956 [ 7548] By: jhi on 2000/11/04 22:56:21
35957 Log: Test tweak ($Config{useperlio} is by default undef) .
35960 ____________________________________________________________________________
35961 [ 7547] By: jhi on 2000/11/04 22:43:56
35962 Log: Integrate perlio.
35965 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
35966 !> pod/perlapi.pod t/lib/b.t
35967 ____________________________________________________________________________
35968 [ 7546] By: jhi on 2000/11/04 22:40:59
35969 Log: Configure would use a bad $myuname from an old config.sh.
35971 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
35972 From: Andy Dougherty <doughera@lafayette.edu>
35973 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
35974 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
35976 ! U/modified/Oldconfig.U
35978 ! Configure config_h.SH
35979 ____________________________________________________________________________
35980 [ 7545] By: jhi on 2000/11/04 22:36:54
35981 Log: Subject: Locales support (setlocale) fixes
35982 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35983 Date: Sat, 4 Nov 2000 10:15:48 +0300
35984 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
35986 Modified quite a bit to be more portable.
35988 ! embed.h embed.pl perl.h proto.h util.c
35989 ____________________________________________________________________________
35990 [ 7544] By: jhi on 2000/11/04 22:32:47
35991 Log: Dying is too strict here, better just skip.
35994 ____________________________________________________________________________
35995 [ 7543] By: nick on 2000/11/04 21:55:13
35996 Log: Merge mainline
35998 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35999 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
36000 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
36001 !> (integrate 64 files)
36002 ____________________________________________________________________________
36003 [ 7542] By: jhi on 2000/11/04 21:09:28
36004 Log: More Changes tweakery.
36006 ! Changes Porting/genlog
36007 ____________________________________________________________________________
36008 [ 7541] By: jhi on 2000/11/04 20:58:18
36009 Log: Changes fixups.
36012 ____________________________________________________________________________
36013 [ 7540] By: jhi on 2000/11/04 20:42:38
36014 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
36015 create a "fast path" for locale name probing using "locale -a"
36016 if available, squash finally hopefully the s?printf resetting
36017 the numeric locale (since, IIUC perllocale, it never shouldn't).
36019 ! sv.c t/op/misc.t t/pragma/locale.t
36020 ____________________________________________________________________________
36021 [ 7539] By: nick on 2000/11/04 19:56:10
36022 Log: PerlIO infrastructure complete.
36025 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
36026 ____________________________________________________________________________
36027 [ 7538] By: nick on 2000/11/04 14:31:32
36028 Log: Type tweaks + less contorted allocation scheme
36031 ____________________________________________________________________________
36032 [ 7537] By: nick on 2000/11/04 12:40:42
36033 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
36034 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
36035 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
36036 sensible) which lead to some interesting fails.
36039 ____________________________________________________________________________
36040 [ 7536] By: jhi on 2000/11/04 00:20:02
36041 Log: Add FCNTL_CAN_LOCK.
36043 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
36044 From: Andy Dougherty <doughera@lafayette.edu>
36045 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
36046 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
36048 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
36049 From: Andy Dougherty <doughera@lafayette.edu>
36050 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
36051 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
36052 Branch: metaconfig/U/perl
36053 + d_fcntl_can_lock.U
36056 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36057 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
36058 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36059 ! vos/config.ga.h win32/config.bc win32/config.gc
36061 ____________________________________________________________________________
36062 [ 7535] By: nick on 2000/11/03 22:19:10
36063 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
36064 - Works on Linux with
36067 - Works on Solaris with
36069 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
36070 - Fails (hangs in openpid) if you try and stack
36071 perlio + stdio - Linux stdio's read() logic is hanging.
36073 ! iperlsys.h perlio.c
36074 ____________________________________________________________________________
36075 [ 7534] By: jhi on 2000/11/03 15:16:02
36076 Log: Subject: Re: README.aix
36077 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36078 Date: Fri, 03 Nov 2000 16:03:15 +0100
36079 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
36082 ____________________________________________________________________________
36083 [ 7533] By: jhi on 2000/11/03 03:59:02
36084 Log: Subject: [PATCH 5.7.0] better messages from malloc()
36085 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36086 Date: Wed, 1 Nov 2000 23:39:56 -0500
36087 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
36089 ! malloc.c pod/perldiag.pod
36090 ____________________________________________________________________________
36091 [ 7532] By: jhi on 2000/11/03 00:11:56
36092 Log: The #7521 touched things it shouldn't have.
36094 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
36095 ____________________________________________________________________________
36096 [ 7531] By: jhi on 2000/11/02 22:32:33
36097 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
36098 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36099 Date: Thu, 2 Nov 2000 16:58:36 EST
36100 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
36102 ! vms/gen_shrfls.pl
36103 ____________________________________________________________________________
36104 [ 7530] By: jhi on 2000/11/02 22:08:49
36105 Log: Fix the problem discussed in
36107 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
36108 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
36109 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
36111 originally from Linc Madison. Also Andreas König's comments
36112 taken into account. Some other problems with Tie::SubstrHash
36113 fixed: didn't croak when the table exceeded the requested number
36114 of entries (as documented) but instead when the number of entries
36115 exceeded the size of the table, a croak() had an unnecessary \n,
36116 didn't have a CLEAR method, documented that there is no exists().
36117 Didn't fix to be strict-proof because the module uses &foo; and
36118 dynamic scope. Added a test script exercizing both first tamely
36119 the basic functionality, and then the failure cases reported by
36122 + t/lib/tie-substrhash.t
36123 ! MANIFEST lib/Tie/SubstrHash.pm
36124 ____________________________________________________________________________
36125 [ 7529] By: jhi on 2000/11/02 17:58:08
36126 Log: recv() can fail and return undef.
36128 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
36129 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
36130 Date: Thu, 2 Nov 2000 20:12:20 +0300
36131 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
36134 ____________________________________________________________________________
36135 [ 7528] By: jhi on 2000/11/02 17:49:09
36139 ____________________________________________________________________________
36140 [ 7527] By: jhi on 2000/11/02 15:48:37
36141 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
36142 fix a autovivification bug in Tie::RefHash, add tests for both.
36144 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
36145 From: Edward Avis <epa98@doc.ic.ac.uk>
36146 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
36147 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
36149 + t/lib/tie-refhash.t
36150 ! MANIFEST lib/Tie/RefHash.pm
36151 ____________________________________________________________________________
36152 [ 7526] By: jhi on 2000/11/02 13:56:26
36153 Log: Test::Harness revealed buglets in the new DynaLoader.
36155 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
36156 From: andreas.koenig@anima.de (Andreas J. Koenig)
36157 Date: 02 Nov 2000 11:26:48 +0100
36158 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
36160 ! ext/DynaLoader/DynaLoader_pm.PL
36161 ____________________________________________________________________________
36162 [ 7525] By: jhi on 2000/11/01 23:52:08
36163 Log: The entry for #7503 was missing.
36166 ____________________________________________________________________________
36167 [ 7524] By: jhi on 2000/11/01 23:40:52
36168 Log: Update Changes.
36170 ! Changes patchlevel.h
36171 ____________________________________________________________________________
36172 [ 7523] By: jhi on 2000/11/01 22:57:09
36173 Log: More tweaking on the #7522 theme.
36175 ! ext/DynaLoader/DynaLoader_pm.PL
36176 ____________________________________________________________________________
36177 [ 7522] By: jhi on 2000/11/01 22:06:15
36178 Log: Expand %Config variables and %ENV variables only if
36179 so requested during build time using the
36180 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
36181 Not expanding makes relocating distributions easier.
36183 ! ext/DynaLoader/DynaLoader_pm.PL
36184 ____________________________________________________________________________
36185 [ 7521] By: jhi on 2000/11/01 20:56:34
36186 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
36187 and setgid() because they were just changing $< and $( which means
36188 only changing the real uid/gid, as opposed to changing both
36189 real and effective ids. (The alternative way could have been
36190 in POSIX.pm to change $> and $), too, but making a direct call
36191 to the C API feels cleaner.) Fixes the bug
36193 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
36194 From: "Garry T. Williams" <garry@zvolve.com>
36195 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
36196 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
36198 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36199 ! ext/POSIX/typemap pod/perlvar.pod
36200 ____________________________________________________________________________
36201 [ 7520] By: jhi on 2000/11/01 20:08:33
36202 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
36203 From: "Garry T. Williams" <garry@zvolve.com>
36204 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
36205 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
36208 ____________________________________________________________________________
36209 [ 7519] By: jhi on 2000/11/01 20:01:22
36210 Log: Locale warning explanation tweak.
36213 ____________________________________________________________________________
36214 [ 7518] By: jhi on 2000/11/01 18:57:13
36217 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
36218 From: Jarkko Hietaniemi <jhi@iki.fi>
36219 Date: Tue, 10 Oct 2000 08:22:28 -0500
36220 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
36223 ____________________________________________________________________________
36224 [ 7517] By: jhi on 2000/11/01 18:41:59
36225 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
36226 From: Martien Verbruggen <mgjv@comdyn.com.au>
36227 Date: Fri, 6 Oct 2000 14:09:10 +1100
36228 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
36231 ____________________________________________________________________________
36232 [ 7516] By: jhi on 2000/11/01 18:34:55
36233 Log: Generalize the Camel wording.
36235 Subject: Re: perlfaq style changes
36236 From: John Borwick <jhborwic@unity.ncsu.edu>
36237 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
36238 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
36240 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
36241 ____________________________________________________________________________
36242 [ 7515] By: jhi on 2000/11/01 16:52:31
36243 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
36244 From: pimlott@idiomtech.com (Andrew Pimlott)
36245 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
36246 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
36249 ____________________________________________________________________________
36250 [ 7514] By: jhi on 2000/11/01 15:03:40
36251 Log: More AIX lore.
36253 ! ext/re/hints/aix.pl
36254 ____________________________________________________________________________
36255 [ 7513] By: jhi on 2000/11/01 14:48:30
36256 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
36257 From: root <root@chronos.fi.muni.cz>
36258 Date: Wed, 1 Nov 2000 12:31:32 +0100
36259 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
36262 ____________________________________________________________________________
36263 [ 7512] By: jhi on 2000/11/01 14:46:47
36264 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
36265 From: Martin Husemann <martin@duskware.de>
36266 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
36267 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
36270 ____________________________________________________________________________
36271 [ 7511] By: jhi on 2000/11/01 14:39:50
36272 Log: AUTHORS updates.
36275 ____________________________________________________________________________
36276 [ 7510] By: jhi on 2000/11/01 14:29:50
36277 Log: Subject: [PATCH] startperl to respect versiononly
36278 From: Robin Barker <rmb1@cise.npl.co.uk>
36279 Date: Tue, 31 Oct 2000 16:29:36 GMT
36280 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
36281 Branch: metaconfig/U/perl
36284 ! Configure config_h.SH
36285 ____________________________________________________________________________
36286 [ 7509] By: jhi on 2000/11/01 14:19:53
36287 Log: printf UVs the correct way, noticed by Robin Barker.
36290 ____________________________________________________________________________
36291 [ 7508] By: jhi on 2000/11/01 14:10:03
36292 Log: Do not cleanup *% because the % has special meanings in some
36293 shell environments.
36295 ! ext/Storable/Makefile.PL
36296 ____________________________________________________________________________
36297 [ 7507] By: jhi on 2000/11/01 14:06:00
36298 Log: The NonStop-UX libraries have a novel way to say NaN.
36301 ____________________________________________________________________________
36302 [ 7506] By: jhi on 2000/11/01 14:03:35
36303 Log: The osname has been lowercased by now, from Tom Bates.
36305 ! U/modified/Oldconfig.U
36307 ! Configure config_h.SH
36308 ____________________________________________________________________________
36309 [ 7505] By: jhi on 2000/10/31 19:18:39
36310 Log: The compiler is either gcc or cc, from Tom Bates.
36312 ! hints/nonstopux.sh
36313 ____________________________________________________________________________
36314 [ 7504] By: jhi on 2000/10/31 14:53:42
36315 Log: Update Changes.
36317 ! Changes patchlevel.h
36318 ____________________________________________________________________________
36319 [ 7503] By: jhi on 2000/10/31 14:30:50
36320 Log: Whitespace style tweak. Was originally going to see to
36322 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36323 From: Joe Smith <jms@inwap.com>
36324 Date: Mon, 30 Oct 2000 18:47:57 -0800
36325 Message-Id: <39FE32DD.24AAC4D@inwap.com>
36327 but that had already been taken care of.
36329 ! U/compline/d_stdstdio.U
36331 ! Configure config_h.SH
36332 ____________________________________________________________________________
36333 [ 7502] By: jhi on 2000/10/31 14:25:02
36334 Log: AUTHORS tweaks.
36337 ____________________________________________________________________________
36338 [ 7501] By: jhi on 2000/10/31 14:23:59
36339 Log: Subject: perlfaq style changes
36340 From: John Borwick <jhborwic@unity.ncsu.edu>
36341 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
36342 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
36344 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
36345 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
36346 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
36348 ____________________________________________________________________________
36349 [ 7500] By: jhi on 2000/10/31 14:22:15
36350 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
36352 Subject: Re: [ID 20000918.005] ~ on wide chars
36353 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36354 Date: Mon, 30 Oct 2000 21:09:55 -0800
36355 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
36357 (The ord() part of the patch skipped.)
36360 ____________________________________________________________________________
36361 [ 7499] By: jhi on 2000/10/31 14:20:08
36362 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
36363 From: Jens Hamisch <jens@Strawberry.COM>
36364 Date: Mon, 30 Oct 2000 15:17:07 +0100
36365 Message-Id: <20001030151707.A9597@Strawberry.COM>
36368 ____________________________________________________________________________
36369 [ 7498] By: jhi on 2000/10/31 14:16:29
36370 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
36371 From: Peter Prymmer <pvhp@forte.com>
36372 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
36373 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
36375 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
36376 + ext/Encode/Encode/posix-bc.enc
36377 ! MANIFEST t/lib/encode.t
36378 ____________________________________________________________________________
36379 [ 7497] By: jhi on 2000/10/31 14:13:22
36380 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
36381 From: Peter Prymmer <pvhp@forte.com>
36382 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
36383 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
36386 ____________________________________________________________________________
36387 [ 7496] By: jhi on 2000/10/31 14:12:05
36388 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
36389 From: Peter Prymmer <pvhp@forte.com>
36390 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
36391 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
36393 ! t/lib/cgi-function.t
36394 ____________________________________________________________________________
36395 [ 7495] By: jhi on 2000/10/31 14:11:08
36396 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
36397 From: Peter Prymmer <pvhp@forte.com>
36398 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
36399 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
36401 + ext/re/hints/aix.pl
36402 ! MANIFEST ext/re/Makefile.PL
36403 ____________________________________________________________________________
36404 [ 7494] By: jhi on 2000/10/31 14:08:32
36405 Log: Use Errno magic.
36407 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
36408 From: Casey Tweten <perl@ctweten.amsite.com>
36409 Date: Mon, 30 Oct 2000 15:51:17 -0500
36410 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
36413 ____________________________________________________________________________
36414 [ 7493] By: jhi on 2000/10/31 14:05:07
36415 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
36417 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
36418 From: Nicholas Clark <nick@ccl4.org>
36419 Date: Mon, 30 Oct 2000 17:38:45 +0000
36420 Message-ID: <20001030173845.O60355@plum.flirble.org>
36422 ! Makefile.SH utils/perlbug.PL
36423 ____________________________________________________________________________
36424 [ 7492] By: nick on 2000/10/30 19:37:23
36425 Log: Change files which are mysteriously different to mainline to be
36426 copies of mainline.
36428 ! objXSUB.h perlapi.c pod/perlapi.pod
36429 ____________________________________________________________________________
36430 [ 7491] By: nick on 2000/10/30 18:05:54
36431 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
36432 - typo in endian code in putc.
36433 - Don't allow read of write-only files and vice-versa
36434 - and off-by-one in flush-all loop.
36435 Remove debug calls as they were using GCC specific features.
36438 ____________________________________________________________________________
36439 [ 7490] By: nick on 2000/10/29 21:45:45
36440 Log: Integrate mainline to perlio
36442 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
36444 ____________________________________________________________________________
36445 [ 7489] By: jhi on 2000/10/29 21:11:08
36446 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
36447 From: andreas.koenig@anima.de (Andreas J. Koenig)
36448 Date: 29 Oct 2000 22:05:59 +0100
36449 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
36451 ! lib/ExtUtils/Manifest.pm
36452 ____________________________________________________________________________
36453 [ 7488] By: jhi on 2000/10/29 21:07:47
36454 Log: Tests for #7487.
36456 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
36457 From: andreas.koenig@anima.de (Andreas J. Koenig)
36458 Date: 29 Oct 2000 19:37:09 +0100
36459 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
36462 ____________________________________________________________________________
36463 [ 7487] By: jhi on 2000/10/29 21:06:27
36464 Log: constsub spillage.
36466 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
36467 From: John Tobey <jtobey@john-edwin-tobey.org>
36468 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
36469 Message-Id: <m13pvSr-000FObC@feynman.localnet>
36472 ____________________________________________________________________________
36473 [ 7486] By: nick on 2000/10/29 21:05:04
36474 Log: Integrate mainline to perlio branch
36476 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
36477 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
36478 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
36479 +> vos/install_perl.cm
36480 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
36481 - vos/config.h vos/config_h.SH_orig
36482 !> (integrate 141 files)
36483 ____________________________________________________________________________
36484 [ 7485] By: jhi on 2000/10/29 21:00:47
36485 Log: Make \x{...} consistently produce UTF-8.
36487 Subject: Re: \x{...} is confused
36488 From: Simon Cozens <simon@cozens.net>
36489 Date: Sun, 29 Oct 2000 19:36:48 +0000
36490 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
36492 ! t/pragma/utf8.t toke.c
36493 ____________________________________________________________________________
36494 [ 7484] By: nick on 2000/10/29 20:05:29
36495 Log: PerlIO passes all tests.
36498 ____________________________________________________________________________
36499 [ 7483] By: jhi on 2000/10/29 18:06:55
36500 Log: Update Changes.
36502 ! Changes patchlevel.h
36503 ____________________________________________________________________________
36504 [ 7482] By: nick on 2000/10/29 17:43:28
36505 Log: Include <unistd.h> to get correct lseek() prototype etc.
36506 (I thought perl.h did that) - down to two fails
36507 - comp/require.t (last test)
36508 - lib/io_xs.t - possibly import/export of FILE * ?
36511 ____________________________________________________________________________
36512 [ 7481] By: jhi on 2000/10/29 17:02:37
36513 Log: UTF-8 decoder tweak.
36516 ____________________________________________________________________________
36517 [ 7480] By: nick on 2000/10/29 16:26:11
36518 Log: Fixed two bugs:
36519 - error code not being set on close (of broken pipe)
36520 - append mode was truncating.
36521 At least one seek/tell bug remains.
36524 ____________________________________________________________________________
36525 [ 7479] By: nick on 2000/10/29 11:18:16
36526 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
36527 in case of accidents. Still several worrying fails, no line disciplines yet.
36529 ! iperlsys.h perlio.c
36530 ____________________________________________________________________________
36531 [ 7478] By: jhi on 2000/10/29 02:04:01
36532 Log: Add also emailless people.
36535 ____________________________________________________________________________
36536 [ 7477] By: jhi on 2000/10/29 01:36:00
36537 Log: The #7476 needs a MANIFEST change, too.
36540 ____________________________________________________________________________
36541 [ 7476] By: jhi on 2000/10/29 01:35:21
36542 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
36546 ____________________________________________________________________________
36547 [ 7475] By: jhi on 2000/10/28 23:57:25
36548 Log: De-quoted-unreadable to ISO Latin 1.
36549 (There's one ISO-2022-JP name in Changes5.004.)
36551 ! Changes Changes5.6
36552 ____________________________________________________________________________
36553 [ 7474] By: jhi on 2000/10/28 19:13:06
36554 Log: Subject: [ID 20001027.007] uniq array in perlfaq
36555 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
36556 Date: Fri, 27 Oct 2000 19:28:30 +0200
36557 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
36560 ____________________________________________________________________________
36561 [ 7473] By: jhi on 2000/10/28 18:02:05
36562 Log: Locking null mutexes is not recommendable.
36564 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
36565 From: Hugo <hv@crypt.compulink.co.uk>
36566 Date: Sat, 28 Oct 2000 18:41:12 +0100
36567 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
36570 ____________________________________________________________________________
36571 [ 7472] By: jhi on 2000/10/28 17:52:58
36572 Log: Better create a true mailing list for the repository keepers.
36574 ! Porting/repository.pod
36575 ____________________________________________________________________________
36576 [ 7471] By: jhi on 2000/10/28 17:28:24
36577 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
36578 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
36580 + Porting/repository.pod
36582 ____________________________________________________________________________
36583 [ 7470] By: jhi on 2000/10/28 17:20:54
36584 Log: Subject: DOC PATCH 5.6.0
36585 From: mjd@plover.com
36586 Date: 27 Oct 2000 17:32:44 -0000
36587 Message-ID: <20001027173244.23754.qmail@plover.com>
36590 ____________________________________________________________________________
36591 [ 7469] By: jhi on 2000/10/28 17:16:45
36592 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
36593 From: "Peter J. Farley III" <pjfarley@banet.net>
36594 Date: Fri, 27 Oct 2000 20:32:56 -0400
36595 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
36598 ____________________________________________________________________________
36599 [ 7468] By: jhi on 2000/10/28 17:07:18
36600 Log: Make target reordering to avoid pointless re-makes.
36602 Subject: Re: Total re-make of 'make okfile' after 7451 ?
36603 From: Nicholas Clark <nick@ccl4.org>
36604 Date: Sat, 28 Oct 2000 00:31:02 +0100
36605 Message-ID: <20001028003101.A54517@plum.flirble.org>
36608 ____________________________________________________________________________
36609 [ 7467] By: jhi on 2000/10/28 17:05:31
36610 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
36611 From: lvirden@cas.org
36612 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
36613 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
36616 ____________________________________________________________________________
36617 [ 7466] By: jhi on 2000/10/28 16:09:16
36618 Log: Upgrade to CPAN 1.58_55.
36620 Subject: CPAN.pm status
36621 From: andreas.koenig@anima.de (Andreas J. Koenig)
36622 Date: 28 Oct 2000 08:18:00 +0200
36623 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
36625 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36626 ____________________________________________________________________________
36627 [ 7465] By: jhi on 2000/10/28 16:02:47
36628 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
36630 ! embed.h embed.pl perl.h proto.h toke.c
36631 ____________________________________________________________________________
36632 [ 7464] By: nick on 2000/10/28 10:43:44
36633 Log: Fix for sv_2iv() on "shared" value from keys %hash.
36636 ____________________________________________________________________________
36637 [ 7463] By: jhi on 2000/10/27 16:18:29
36638 Log: Update Changes.
36640 ! Changes patchlevel.h
36641 ____________________________________________________________________________
36642 [ 7462] By: jhi on 2000/10/27 16:17:44
36643 Log: Too enthusiastic editing in #7460.
36645 ! U/modified/Oldsym.U
36647 ! Configure config_h.SH
36648 ____________________________________________________________________________
36649 [ 7461] By: jhi on 2000/10/27 15:37:38
36650 Log: Retract #7459, the script needs more work.
36654 ____________________________________________________________________________
36655 [ 7460] By: jhi on 2000/10/27 15:23:14
36656 Log: Use $sort, $uniq (and $tr) consistently as wondered
36659 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
36660 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
36661 ! U/modified/libc.U
36663 ! Configure config_h.SH
36664 ____________________________________________________________________________
36665 [ 7459] By: jhi on 2000/10/27 15:02:07
36666 Log: (Retracted by #7461)
36668 Add a shell script for creating/removing symbolic link farms,
36669 useful for keeping the source code read-only and doing the
36670 builds somewhere else.
36674 ____________________________________________________________________________
36675 [ 7458] By: jhi on 2000/10/27 14:42:20
36676 Log: Do away with the fix_pl.
36679 ! MANIFEST Makefile.SH
36680 ____________________________________________________________________________
36681 [ 7457] By: jhi on 2000/10/27 12:43:13
36682 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
36683 From: Jens Hamisch <jens@Strawberry.COM>
36684 Date: Fri, 27 Oct 2000 14:38:21 +0200
36685 Message-Id: <20001027143821.B3366@Strawberry.COM>
36688 ____________________________________________________________________________
36689 [ 7456] By: jhi on 2000/10/27 12:33:42
36690 Log: Subject: [PATCH] todo
36691 From: Nicholas Clark <nick@ccl4.org>
36692 Date: Thu, 26 Oct 2000 22:32:29 +0100
36693 Message-ID: <20001026223229.A44540@plum.flirble.org>
36696 ____________________________________________________________________________
36697 [ 7455] By: jhi on 2000/10/27 12:02:21
36698 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
36699 From: John Tobey <jtobey@john-edwin-tobey.org>
36700 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
36701 Message-Id: <m13ozHF-000FObC@feynman.localnet>
36703 ! op.c t/pragma/sub_lval.t
36704 ____________________________________________________________________________
36705 [ 7454] By: jhi on 2000/10/27 11:59:42
36706 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
36707 From: sthoenna@efn.org
36708 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
36709 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
36711 ! pp.c t/op/assignwarn.t
36712 ____________________________________________________________________________
36713 [ 7453] By: jhi on 2000/10/27 00:15:08
36714 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
36716 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36717 ! ext/Storable/Storable.xs t/lib/st-lock.t
36718 ____________________________________________________________________________
36719 [ 7452] By: jhi on 2000/10/26 13:05:52
36720 Log: Undo #7451, this seems to be a deficiency in Perforce,
36721 there is no per-file line-terminator type, only per-client.
36723 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36724 ! win32/makefile.mk
36725 ____________________________________________________________________________
36726 [ 7451] By: jhi on 2000/10/26 04:56:03
36727 Log: Experimenting in DOS arcana.
36729 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36730 ! win32/makefile.mk
36731 ____________________________________________________________________________
36732 [ 7450] By: jhi on 2000/10/26 04:50:52
36733 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
36734 From: "Peter J. Farley III" <pjfarley@banet.net>
36735 Date: Wed, 25 Oct 2000 23:10:18 -0400
36736 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
36739 ____________________________________________________________________________
36740 [ 7449] By: jhi on 2000/10/26 04:49:16
36741 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
36742 From: Hugo <hv@crypt.compulink.co.uk>
36743 Date: Thu, 26 Oct 2000 01:55:17 +0100
36744 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
36746 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
36748 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
36749 ____________________________________________________________________________
36750 [ 7448] By: jhi on 2000/10/26 04:38:36
36751 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
36752 From: Peter Prymmer <pvhp@forte.com>
36753 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
36754 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
36757 ____________________________________________________________________________
36758 [ 7447] By: jhi on 2000/10/25 23:20:02
36759 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
36760 in platforms that strictly require all the symbols being present
36764 ____________________________________________________________________________
36765 [ 7446] By: jhi on 2000/10/25 21:55:57
36766 Log: Update Changes.
36768 ! Changes patchlevel.h
36769 ____________________________________________________________________________
36770 [ 7445] By: jhi on 2000/10/25 21:27:08
36771 Log: Integrate with vmsperl #7430 by Charles Bailey:
36773 Cleanup from prior patch (Charles Lane?):
36774 - improve handling of MFDs in Basename and Path
36775 - default to no xsubpp line # munging when building debug images
36777 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36778 ____________________________________________________________________________
36779 [ 7444] By: jhi on 2000/10/25 21:03:50
36780 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
36781 From: John Peacock <JPeacock@UnivPress.com>
36782 Date: Thu, 18 May 2000 11:55:27 -0400
36783 Message-ID: <3924126F.A58BE57A@UnivPress.com>
36785 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
36787 ____________________________________________________________________________
36788 [ 7443] By: jhi on 2000/10/25 20:43:10
36789 Log: Temporary stopgap for the self-tying issue: for now only
36790 array and hash self-ties are verboten. The real fix, of
36791 course, would be to comprehensively test (and implement?)
36792 and debug (and document) self-ties.
36794 ! pod/perldiag.pod pp_sys.c t/op/tie.t
36795 ____________________________________________________________________________
36796 [ 7442] By: jhi on 2000/10/25 20:14:30
36797 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
36798 From: Dan Sugalski <dan@sidhe.org>
36799 Date: Wed, 25 Oct 2000 13:36:35 -0400
36800 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
36802 plus regen global.sym.
36804 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
36806 ____________________________________________________________________________
36807 [ 7441] By: jhi on 2000/10/25 20:12:20
36808 Log: buildtoc target tweaks.
36811 ____________________________________________________________________________
36812 [ 7440] By: jhi on 2000/10/25 20:03:53
36813 Log: A new version of making the syslog test more robust.
36816 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36817 From: "Kurt D. Starsinic" <kstar@chapin.edu>
36818 Date: Wed, 25 Oct 2000 12:13:54 -0400
36819 Message-ID: <20001025121354.B2264@O2.chapin.edu>
36822 ____________________________________________________________________________
36823 [ 7439] By: jhi on 2000/10/25 20:00:48
36824 Log: Continue the internal UTF-8 API tweaking.
36825 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
36826 used much more than the simpler API, now called utf8_to_uv_simple().
36827 Still not quite happy with API, too much partial duplication
36830 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
36831 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
36832 ! regcomp.c regexec.c sv.c toke.c utf8.c
36833 ____________________________________________________________________________
36834 [ 7438] By: jhi on 2000/10/25 18:52:30
36835 Log: Allow poking holes at the UTF-8 decoding strictness.
36837 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
36839 ____________________________________________________________________________
36840 [ 7437] By: jhi on 2000/10/25 13:53:05
36841 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
36842 UTF8LEN() and UTF8SKIP().
36844 ! pp.c utf8.c utf8.h
36845 ____________________________________________________________________________
36846 [ 7436] By: jhi on 2000/10/25 13:51:37
36847 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
36848 From: Nicholas Clark <nick@ccl4.org>
36849 Date: Wed, 25 Oct 2000 14:44:05 +0100
36850 Message-ID: <20001025144404.D27253@plum.flirble.org>
36853 ____________________________________________________________________________
36854 [ 7435] By: jhi on 2000/10/25 13:49:32
36855 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
36856 From: Mike Guy <mjtg@cam.ac.uk>
36857 Date: Tue, 24 Oct 2000 14:59:40 +0100
36858 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
36861 ____________________________________________________________________________
36862 [ 7434] By: jhi on 2000/10/25 13:48:41
36863 Log: AIX is picky about its symbol exports. Solution for now
36864 is to include the deb.o explicitly to the re extension build.
36866 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
36867 From: Peter Prymmer <pvhp@forte.com>
36868 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
36869 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
36871 ! ext/re/Makefile.PL hints/aix.sh
36872 ____________________________________________________________________________
36873 [ 7433] By: jhi on 2000/10/25 13:46:49
36874 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
36875 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36876 Date: Wed, 25 Oct 2000 12:02:20 +0200
36877 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
36880 ____________________________________________________________________________
36881 [ 7432] By: jhi on 2000/10/25 13:44:28
36882 Log: Subject: Minor update to find2perl, for portability
36883 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36884 Date: Wed, 25 Oct 2000 12:05:47 +0100
36885 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
36888 ____________________________________________________________________________
36889 [ 7431] By: jhi on 2000/10/25 13:40:39
36890 Log: Add targets to Makefile.SH, most importantly
36891 'regen_all' which also remembers to update vms/perly*.
36894 ____________________________________________________________________________
36895 [ 7430] By: bailey on 2000/10/25 03:13:53
36896 Log: Cleanup from prior patch (Charles Lane?):
36897 - improve handling of MFDs in Basename and Path
36898 - default to no xsubpp line # munging when building debug images
36900 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36901 ____________________________________________________________________________
36902 [ 7429] By: jhi on 2000/10/24 20:03:40
36903 Log: Podify README.epoc and README.vos.
36905 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
36906 ! pod/perlport.pod pod/perltoc.pod
36907 ____________________________________________________________________________
36908 [ 7428] By: jhi on 2000/10/24 19:10:33
36909 Log: Stratus VOS updates from Paul Green.
36911 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36912 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
36913 - vos/config.def vos/config.h vos/config_h.SH_orig
36914 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
36915 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
36916 ____________________________________________________________________________
36917 [ 7427] By: jhi on 2000/10/24 18:59:48
36918 Log: Check if stdio supports tweaking lval and cnt simultaneously.
36920 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36921 From: Nicholas Clark <nick@ccl4.org>
36922 Date: Mon, 23 Oct 2000 15:39:32 +0100
36923 Message-ID: <20001023153932.A10786@plum.flirble.org>
36925 ! U/compline/d_stdstdio.U
36927 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36928 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
36929 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
36930 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
36931 ! vos/config.h vos/config_h.SH_orig win32/config.bc
36932 ! win32/config.gc win32/config.vc
36933 ____________________________________________________________________________
36934 [ 7426] By: jhi on 2000/10/24 17:57:44
36935 Log: Missed the header file changes from #7425.
36937 ! embed.h embed.pl objXSUB.h proto.h
36938 ____________________________________________________________________________
36939 [ 7425] By: jhi on 2000/10/24 17:55:17
36940 Log: Fix the bug reported in
36942 From: andreas.koenig@anima.de (Andreas J. Koenig)
36943 Subject: Encode bug?
36944 Date: 24 Oct 2000 14:01:26 +0200
36945 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
36947 Also make is_utf8_char() stricter.
36949 ! ext/Encode/Encode.xs utf8.c
36950 ____________________________________________________________________________
36951 [ 7424] By: jhi on 2000/10/24 15:15:39
36952 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
36953 From: Peter Scott <Peter@PSDT.com>
36954 Date: Mon, 23 Oct 2000 19:46:01 -0700
36955 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
36958 ____________________________________________________________________________
36959 [ 7423] By: jhi on 2000/10/24 14:25:30
36960 Log: Test tweak to avoid pulling in the whole Config.
36963 ____________________________________________________________________________
36964 [ 7422] By: jhi on 2000/10/24 14:03:16
36965 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
36968 ____________________________________________________________________________
36969 [ 7421] By: jhi on 2000/10/24 13:32:09
36970 Log: (Replaced by #7440.)
36972 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36973 From: "Kurt D. Starsinic" <kstar@chapin.edu>
36974 Date: Mon, 23 Oct 2000 16:40:54 -0400
36975 Message-ID: <20001023164054.B14491@O2.chapin.edu>
36978 ____________________________________________________________________________
36979 [ 7420] By: jhi on 2000/10/24 13:30:53
36980 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
36981 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36982 Date: Mon, 23 Oct 2000 17:29:03 -0400
36983 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
36985 ! lib/ExtUtils/MM_Unix.pm
36986 ____________________________________________________________________________
36987 [ 7419] By: jhi on 2000/10/24 13:29:57
36988 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
36989 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36990 Date: Mon, 23 Oct 2000 19:01:32 -0400
36991 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
36994 ____________________________________________________________________________
36995 [ 7418] By: jhi on 2000/10/24 13:26:04
36996 Log: Replace #7409 with
36998 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
36999 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
37000 Date: Mon, 23 Oct 2000 20:08:56 +0200
37001 Message-ID: <20001023200855.A14850@nice.ram.loc>
37003 ! ext/Storable/Storable.pm t/lib/st-lock.t
37004 ____________________________________________________________________________
37005 [ 7417] By: jhi on 2000/10/24 13:17:52
37006 Log: Run vms/vms_yfix.pl, should have done that after changing
37009 ! vms/perly_c.vms vms/perly_h.vms
37010 ____________________________________________________________________________
37011 [ 7416] By: jhi on 2000/10/24 02:55:33
37012 Log: Make the UTF-8 decoding stricter and more verbose when
37013 malformation happens. This involved adding an argument
37014 to utf8_to_uv_chk(), which involved changing its prototype,
37015 and prefer STRLEN over I32 for the UTF-8 length, which as
37016 a domino effect necessitated changing the prototypes of
37017 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
37018 The stricter UTF-8 decoding checking uses Markus Kuhn's
37019 UTF-8 Decode Stress Tester from
37020 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
37022 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
37023 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
37024 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
37025 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
37026 ____________________________________________________________________________
37027 [ 7415] By: jhi on 2000/10/23 14:06:06
37028 Log: Update Changes.
37030 ! Changes patchlevel.h
37031 ____________________________________________________________________________
37032 [ 7414] By: jhi on 2000/10/23 12:39:52
37033 Log: Undo the basename() part of #7412 since the lib/basename
37034 tests would need upgrading too.
37036 ! lib/File/Basename.pm
37037 ____________________________________________________________________________
37038 [ 7413] By: jhi on 2000/10/23 12:19:27
37039 Log: Document PERL_INSTALL_ROOT of #7210.
37041 ! lib/ExtUtils/Install.pm
37042 ____________________________________________________________________________
37043 [ 7412] By: jhi on 2000/10/23 12:16:47
37044 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
37046 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
37047 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
37048 ____________________________________________________________________________
37049 [ 7411] By: jhi on 2000/10/23 12:07:41
37050 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
37051 From: Prymmer/Kahn <pvhp@best.com>
37052 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
37053 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
37055 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
37056 ____________________________________________________________________________
37057 [ 7410] By: jhi on 2000/10/23 04:10:11
37058 Log: The change #7187 was not so good on VMS.
37060 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
37061 From: "Craig A. Berry" <craig.berry@psinetcs.com>
37062 Date: Sun, 22 Oct 2000 23:03:08 -0500
37063 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
37066 ____________________________________________________________________________
37067 [ 7409] By: jhi on 2000/10/23 03:57:36
37068 Log: Avoid Storable locking on DJGPP for now.
37070 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
37071 From: "Peter J. Farley III" <pjfarley@banet.net>
37072 Date: Sun, 22 Oct 2000 20:00:00 -0400
37073 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
37075 ! ext/Storable/Storable.pm t/lib/st-lock.t
37076 ____________________________________________________________________________
37077 [ 7408] By: jhi on 2000/10/23 03:50:24
37078 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
37079 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37080 Date: Sun, 22 Oct 2000 21:12:22 -0400
37081 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
37084 ____________________________________________________________________________
37085 [ 7407] By: jhi on 2000/10/23 03:43:12
37086 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
37087 From: Hugo <hv@crypt.compulink.co.uk>
37088 Date: Mon, 23 Oct 2000 00:47:22 +0100
37089 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
37091 ! regexec.c t/op/pat.t
37092 ____________________________________________________________________________
37093 [ 7406] By: jhi on 2000/10/23 03:40:29
37094 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
37096 ! lib/ExtUtils/MakeMaker.pm
37097 ____________________________________________________________________________
37098 [ 7405] By: jhi on 2000/10/22 21:32:00
37101 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
37102 From: rspier@pobox.com (Robert Spier)
37103 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
37104 Message-ID: <14835.16112.13457.447971@rls.cx>
37107 ____________________________________________________________________________
37108 [ 7404] By: jhi on 2000/10/22 21:30:51
37109 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
37110 From: rspier@pobox.com (Robert Spier)
37111 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
37112 Message-ID: <14835.17223.72448.705566@rls.cx>
37114 ! lib/ExtUtils/MakeMaker.pm
37115 ____________________________________________________________________________
37116 [ 7403] By: jhi on 2000/10/22 21:24:11
37117 Log: Subject: [PATCH bleadperl] ripples from constsub patch
37118 From: John Tobey <jtobey@john-edwin-tobey.org>
37119 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
37120 Message-Id: <m13nSOB-000FObC@feynman.localnet>
37122 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
37123 ____________________________________________________________________________
37124 [ 7402] By: jhi on 2000/10/22 20:59:35
37125 Log: Support s?printf parameter reordering.
37127 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
37128 ____________________________________________________________________________
37129 [ 7401] By: jhi on 2000/10/22 19:19:14
37130 Log: Expand %Config variables only if explicitly so requested
37131 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
37133 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
37134 From: Gurusamy Sarathy <gsar@ActiveState.com>
37135 Date: Sun, 22 Oct 2000 11:47:32 -0700
37136 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
37138 ! Makefile.SH lib/lib_pm.PL
37139 ____________________________________________________________________________
37140 [ 7400] By: jhi on 2000/10/22 18:24:10
37141 Log: Move the #7390 test from warn/op to comp/redef.
37143 Subject: Re: Creating const subs for constants.
37144 From: John Tobey <jtobey@john-edwin-tobey.org>
37145 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
37146 Message-Id: <m13nG72-000FObC@feynman.localnet>
37148 ! t/comp/redef.t t/pragma/warn/op
37149 ____________________________________________________________________________
37150 [ 7399] By: jhi on 2000/10/22 17:49:59
37151 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
37152 From: Nicholas Clark <nick@ccl4.org>
37153 Date: Sat, 21 Oct 2000 22:23:19 +0100
37154 Message-ID: <20001021222319.B45586@plum.flirble.org>
37156 ! ext/DynaLoader/DynaLoader_pm.PL
37157 ____________________________________________________________________________
37158 [ 7398] By: jhi on 2000/10/22 17:47:35
37159 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
37160 From: Hugo <hv@crypt.compulink.co.uk>
37161 Date: Sat, 21 Oct 2000 18:19:59 +0100
37162 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
37164 ! ext/B/B.pm ext/B/B/C.pm
37165 ____________________________________________________________________________
37166 [ 7397] By: jhi on 2000/10/22 17:35:18
37167 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
37168 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
37169 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
37170 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
37173 ____________________________________________________________________________
37174 [ 7396] By: jhi on 2000/10/22 17:19:46
37175 Log: Subject: installman go-faster stripes
37176 From: Nicholas Clark <nick@talking.bollo.cx>
37177 Date: Sat, 21 Oct 2000 17:24:53 +0100
37178 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
37180 Subject: Re: installman go-faster stripes
37181 From: Russ Allbery <rra@stanford.edu>
37182 Date: 21 Oct 2000 11:04:13 -0700
37183 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
37185 ! installman pod/pod2man.PL
37186 ____________________________________________________________________________
37187 [ 7395] By: jhi on 2000/10/22 17:17:35
37188 Log: Hints tweak from Anton Berezin.
37191 ____________________________________________________________________________
37192 [ 7394] By: jhi on 2000/10/22 04:50:04
37193 Log: Tweak the Is* definitions of Unicode character classes
37194 to better match the official categorizations; embrace
37195 the official categorizations; add the combining marks
37196 as alpha (and -numeric); fix DCinital (a typo and edito)
37199 + lib/unicode/Is/DCmedial.pl
37200 - lib/unicode/Is/DCinital.pl
37201 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
37202 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
37203 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
37204 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
37205 ____________________________________________________________________________
37206 [ 7393] By: jhi on 2000/10/21 18:06:05
37207 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
37208 From: Daniel Chetlin <daniel@chetlin.com>
37209 Date: Sat, 21 Oct 2000 02:57:03 -0700
37210 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
37212 + t/lib/tie-splice.t
37213 ! MANIFEST lib/Tie/Array.pm
37214 ____________________________________________________________________________
37215 [ 7392] By: gsar on 2000/10/21 18:05:15
37216 Log: resync utfperl branch with mainline
37218 !> (integrate 1760 files)
37219 ____________________________________________________________________________
37220 [ 7391] By: jhi on 2000/10/21 14:37:49
37221 Log: Testcases for a #7383,#7385 related bug.
37223 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
37224 From: Nicholas Clark <nick@ccl4.org>
37225 Date: Sat, 21 Oct 2000 15:04:51 +0100
37226 Message-ID: <20001021150451.A51566@plum.flirble.org>
37229 ____________________________________________________________________________
37230 [ 7390] By: jhi on 2000/10/21 14:35:57
37231 Log: Add a testcase for #7389.
37234 ____________________________________________________________________________
37235 [ 7389] By: jhi on 2000/10/21 14:26:45
37236 Log: Subject: Re: Creating const subs for constants.
37237 From: John Tobey <jtobey@john-edwin-tobey.org>
37238 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
37239 Message-Id: <m13mo0N-000FObC@feynman.localnet>
37241 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
37243 ____________________________________________________________________________
37244 [ 7388] By: nick on 2000/10/21 11:44:23
37245 Log: Populate perlio branch
37247 +> (branch 1760 files)
37248 ____________________________________________________________________________
37249 [ 7387] By: nick on 2000/10/21 10:52:05
37250 Log: Get branch back as replica of mainline via :
37251 p4 integrate -b utfperl
37252 p4 resolve -at ./...
37254 +> (branch 269 files)
37255 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
37256 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
37257 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
37258 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
37259 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
37260 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
37261 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
37262 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
37263 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
37264 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
37265 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
37266 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
37267 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
37268 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
37269 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
37270 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
37271 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
37272 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
37273 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
37274 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
37275 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
37276 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
37277 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
37278 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
37279 - lib/unicode/UCD300.html lib/unicode/Unicode.300
37280 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
37281 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
37282 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
37283 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
37284 !> (integrate 965 files)
37285 ____________________________________________________________________________
37286 [ 7386] By: jhi on 2000/10/21 01:31:12
37287 Log: Update Changes.
37289 ! Changes patchlevel.h
37290 ____________________________________________________________________________
37291 [ 7385] By: jhi on 2000/10/21 01:28:42
37292 Log: The #7383 was right only in the context of the original bug report,
37293 not in more general case.
37296 ____________________________________________________________________________
37297 [ 7384] By: jhi on 2000/10/21 01:08:23
37298 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
37300 ! ext/IO/lib/IO/Select.pm
37301 ____________________________________________________________________________
37302 [ 7383] By: jhi on 2000/10/21 00:44:18
37303 Log: Fix for ID 20001020.006, concatenating an unset submatch
37304 with utf8 resulted in "Modification of a read-only value".
37306 ! pp_hot.c t/pragma/utf8.t
37307 ____________________________________________________________________________
37308 [ 7382] By: jhi on 2000/10/20 20:44:31
37309 Log: Make scan_num() reëntrant, as suggested in
37311 Subject: [PATCH perl@7229] Rentrant parser and yylex()
37312 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37313 Date: Fri, 20 Oct 2000 14:17:27 +0100
37314 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
37316 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
37318 ____________________________________________________________________________
37319 [ 7381] By: jhi on 2000/10/20 20:07:29
37320 Log: Reëntrancy fix.
37322 Subject: [PATCH perl@7229] Rentrant parser and yylex()
37323 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37324 Date: Fri, 20 Oct 2000 14:17:27 +0100
37325 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
37327 ! embed.h embed.pl perl.h proto.h toke.c
37328 ____________________________________________________________________________
37329 [ 7380] By: jhi on 2000/10/20 19:15:54
37330 Log: Don't write double values through long double pointers,
37333 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
37334 From: Jens Hamisch <jens@Strawberry.COM>
37335 Date: Tue, 17 Oct 2000 08:39:36 +0200
37336 Message-Id: <20001017083936.A11104@Strawberry.COM>
37339 ____________________________________________________________________________
37340 [ 7379] By: jhi on 2000/10/20 18:43:37
37341 Log: Portability tweak on #7377.
37343 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
37344 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37345 Date: Fri, 20 Oct 2000 13:13:41 EDT
37346 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
37349 ____________________________________________________________________________
37350 [ 7378] By: jhi on 2000/10/20 12:57:19
37351 Log: SOCKS function redefinitions need prototypes, too, otherwise
37352 for example 32 bit versus 64 bit differences cause a lot of
37355 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
37356 From: Jens Hamisch <jens@Strawberry.COM>
37357 Date: Tue, 17 Oct 2000 08:39:36 +0200
37358 Message-Id: <20001017083936.A11104@Strawberry.COM>
37361 ____________________________________________________________________________
37362 [ 7377] By: jhi on 2000/10/20 12:37:12
37363 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
37364 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37365 Date: Fri, 20 Oct 2000 08:26:04 EDT
37366 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
37368 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
37369 ____________________________________________________________________________
37370 [ 7376] By: jhi on 2000/10/20 12:35:31
37371 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
37372 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37373 Date: Fri, 20 Oct 2000 07:48:15 EDT
37374 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
37376 ! configure.com vms/gen_shrfls.pl
37377 ____________________________________________________________________________
37378 [ 7375] By: bailey on 2000/10/20 04:44:37
37381 +> (branch 134 files)
37382 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
37383 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
37384 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
37385 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
37386 - eg/cgi/frameset.cgi eg/cgi/index.html
37387 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
37388 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
37389 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
37390 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
37391 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
37392 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
37393 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
37394 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
37395 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
37396 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
37397 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
37398 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
37399 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
37400 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
37401 - lib/unicode/Props.txt lib/unicode/UCD300.html
37402 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
37403 - utils/perlbc.PL vms/subconfigure.com
37404 !> (integrate 785 files)
37405 ____________________________________________________________________________
37406 [ 7374] By: jhi on 2000/10/20 00:59:48
37407 Log: In the latest compiler builds cccdlflags must not become -fpic,
37408 from Wilfredo Sánchez.
37411 ____________________________________________________________________________
37412 [ 7373] By: jhi on 2000/10/20 00:56:35
37413 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
37414 From: Tony Cook <tony@develop-help.com>
37415 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
37416 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
37419 ____________________________________________________________________________
37420 [ 7372] By: jhi on 2000/10/19 19:34:40
37421 Log: Typo noted by Mark Lutz.
37424 ____________________________________________________________________________
37425 [ 7371] By: jhi on 2000/10/19 19:33:13
37426 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
37428 ! U/modified/Cppsym.U U/modified/Oldconfig.U
37429 Branch: metaconfig/U/perl
37430 ! End.U dlsrc.U libperl.U
37432 + hints/nonstopux.sh
37433 ! Configure MANIFEST config_h.SH
37434 ____________________________________________________________________________
37435 [ 7370] By: jhi on 2000/10/19 17:18:08
37436 Log: Subject: PATCH do_print has 2 PerlIO_error()s
37437 From: nick@ccl4.org
37438 Date: Thu, 19 Oct 2000 18:09:20 +0100
37439 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
37442 ____________________________________________________________________________
37443 [ 7369] By: jhi on 2000/10/19 14:01:49
37444 Log: Update Changes.
37446 ! Changes patchlevel.h
37447 ____________________________________________________________________________
37448 [ 7368] By: jhi on 2000/10/19 13:04:29
37449 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
37450 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37451 Date: Wed, 18 Oct 2000 13:12:01 +0200
37452 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
37455 ____________________________________________________________________________
37456 [ 7367] By: jhi on 2000/10/19 02:22:40
37457 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
37458 of a 'pmshort' anywhere in the B, so the offending line was simply
37462 ____________________________________________________________________________
37463 [ 7366] By: jhi on 2000/10/19 02:12:37
37464 Log: Add the test case for the bug id 20000730.004 which seems
37465 to have been fixed by now.
37468 ____________________________________________________________________________
37469 [ 7365] By: jhi on 2000/10/18 23:36:24
37470 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
37471 From: Hugo <hv@crypt.compulink.co.uk>
37472 Date: Wed, 18 Oct 2000 23:25:58 +0100
37473 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
37475 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
37476 ____________________________________________________________________________
37477 [ 7364] By: jhi on 2000/10/18 21:12:53
37481 ____________________________________________________________________________
37482 [ 7363] By: jhi on 2000/10/18 20:55:38
37483 Log: Missing change from #7362.
37486 ____________________________________________________________________________
37487 [ 7362] By: jhi on 2000/10/18 20:52:01
37488 Log: Borland C fstat() never saw the fd as writable.
37490 Subject: fix for Borland's weak "stat" (perl@7211)
37491 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37492 Date: Mon, 16 Oct 2000 09:55:03 +0400
37493 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
37496 ____________________________________________________________________________
37497 [ 7361] By: jhi on 2000/10/18 17:43:50
37500 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
37501 ____________________________________________________________________________
37502 [ 7360] By: jhi on 2000/10/18 17:07:44
37503 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37504 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
37505 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
37506 Date: Mon, 16 Oct 2000 15:19:49 +0200
37510 ____________________________________________________________________________
37511 [ 7359] By: jhi on 2000/10/18 17:04:49
37512 Log: Subject: Pod patch for Devel::Peek
37513 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37514 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
37515 Date: Mon, 16 Oct 2000 12:26:34 +0200
37517 ! ext/Devel/Peek/Peek.pm
37518 ____________________________________________________________________________
37519 [ 7358] By: jhi on 2000/10/18 17:03:15
37520 Log: Make Cwd more bulletproof in chrooted environments.
37522 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
37523 From: "Eric E. Coe" <Eric.Coe@oracle.com>
37524 Date: Wed, 18 Oct 2000 04:03:54 -0400
37525 Message-Id: <39ED596A.70E599FE@oracle.com>
37528 ____________________________________________________________________________
37529 [ 7357] By: jhi on 2000/10/18 16:37:26
37530 Log: Disable the UTF8 downgrade croakage for now to avoid
37531 too many not okay messages.
37534 ____________________________________________________________________________
37535 [ 7356] By: jhi on 2000/10/17 23:29:41
37536 Log: Show the failed remote port, instead of the failing line number.
37538 Subject: [PATCH 5.6.1 Debugger] More diagnostics
37539 From: David Sparks <daves@ActiveState.com>
37540 Date: Tue, 17 Oct 2000 15:00:24 -0700
37541 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
37544 ____________________________________________________________________________
37545 [ 7355] By: jhi on 2000/10/17 14:11:31
37546 Log: On output try to downgrade to bytes, croak if impossible,
37547 from Simon Cozens. This means that outputting >255 UTF8
37548 is impossible. Consider this as a strong incentive to get
37549 the I/O disciplines implemented.
37551 ! doio.c pod/perldiag.pod sv.c
37552 ____________________________________________________________________________
37553 [ 7354] By: jhi on 2000/10/17 13:42:23
37554 Log: Clarify documentation on 'use bytes'.
37556 Subject: Re: What does 'use bytes' "mean" ?
37557 From: Simon Cozens <simon@cozens.net>
37558 Date: Mon, 18 Sep 2000 18:24:25 +0100
37559 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
37562 ____________________________________________________________________________
37563 [ 7353] By: jhi on 2000/10/17 13:28:12
37564 Log: Workaround for a sfio bug where the stream error indicator
37565 is not cleared as documented.
37567 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
37568 From: Nicholas Clark <nick@ccl4.org>
37569 Date: Mon, 16 Oct 2000 18:28:23 +0100
37570 Message-ID: <20001016182823.J19700@plum.flirble.org>
37573 ____________________________________________________________________________
37574 [ 7352] By: jhi on 2000/10/17 13:06:19
37575 Log: More IoTYPE sprinkling.
37578 ____________________________________________________________________________
37579 [ 7351] By: jhi on 2000/10/16 22:47:07
37580 Log: Detect early whether the std streams have gone bad.
37582 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
37583 Date: Mon, 16 Oct 2000 23:28:42 +0100
37584 From: Nicholas Clark <nick@ccl4.org>
37585 Message-ID: <20001016232842.A37942@plum.flirble.org>
37588 ____________________________________________________________________________
37589 [ 7350] By: jhi on 2000/10/16 22:45:16
37590 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
37591 From: "Peter J. Farley III" <pjfarley@banet.net>
37592 Date: Mon, 16 Oct 2000 18:15:59 -0400
37593 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
37595 ! djgpp/djgpp.c dosish.h t/io/open.t
37596 ____________________________________________________________________________
37597 [ 7349] By: jhi on 2000/10/16 22:36:45
37598 Log: perldelta tweak.
37600 ! pod/perldelta.pod
37601 ____________________________________________________________________________
37602 [ 7348] By: jhi on 2000/10/16 15:17:53
37603 Log: Update Changes.
37605 ! Changes patchlevel.h
37606 ____________________________________________________________________________
37607 [ 7347] By: jhi on 2000/10/16 13:55:27
37608 Log: Add the capability to include/exclude branches.
37611 ____________________________________________________________________________
37612 [ 7346] By: jhi on 2000/10/16 13:18:04
37613 Log: Add Charles Lane.
37616 ____________________________________________________________________________
37617 [ 7345] By: jhi on 2000/10/16 13:13:21
37618 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
37620 ! pod/perldelta.pod
37621 ____________________________________________________________________________
37622 [ 7344] By: gsar on 2000/10/16 09:30:21
37623 Log: integrate change#6220 from cfgperl
37625 Win32 patches from Benjamin Stuhl.
37626 Branch: maint-5.6/perl
37627 !> makedef.pl win32/win32.h
37628 ____________________________________________________________________________
37629 [ 7343] By: gsar on 2000/10/16 08:32:19
37630 Log: integrate changes#6221,6222 from cfgperl
37632 Remove tr///CU (the feature is to be obsoleted by better interfaces).
37633 From: simon@brecon.co.uk (Simon Cozens)
37634 Subject: [PATCH] Eliminate tr///[CU][CU]
37635 Date: 23 Jun 2000 11:05:40 GMT
37636 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
37639 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
37640 From: Ian Phillipps <Ian.Phillipps@iname.com>
37641 Date: Fri, 23 Jun 2000 10:40:58 +0100
37642 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
37643 Branch: maint-5.6/perl
37644 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
37645 ____________________________________________________________________________
37646 [ 7342] By: gsar on 2000/10/16 08:28:08
37647 Log: integrate change#6217 from cfgperl (in part)
37649 Rename the fdpid locking and integrate with Sarathy.
37650 Branch: maint-5.6/perl
37651 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
37652 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
37653 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
37655 ____________________________________________________________________________
37656 [ 7341] By: gsar on 2000/10/16 08:23:39
37657 Log: integrate changes#6214..6216 from mainline
37659 @_ can't have junk in it even in the non-USE_ITHREADS case because
37660 caller() wants to populate @DB::args with it (causes a coredump
37661 in Carp::confess())
37663 tweak comment about @DB::args
37665 be more optimal about clearing @_
37666 Branch: maint-5.6/perl
37667 !> av.h cop.h pp_ctl.c t/op/runlevel.t
37668 ____________________________________________________________________________
37669 [ 7340] By: gsar on 2000/10/16 08:20:37
37670 Log: integrate changes#6207..6210 from cfgperl
37672 Subject: [PATCH 5.6.0] Threadsafe patches
37673 From: Dan Sugalski <dan@sidhe.org>
37674 To: perl5-porters@perl.org
37675 Date: Mon, 08 May 2000 18:08:13 -0400
37676 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
37678 Regen headers for #6207.
37680 Lock PL_fdpid against race conditions, based on:
37681 Subject: [PATCH 5.6.0]subprocess fixup for threads
37682 From: Dan Sugalski <dan@sidhe.org>
37683 To: perl5-porters@perl.org
37684 Date: Tue, 11 Apr 2000 17:02:32 -0400
37685 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
37687 Mopup for #6207 and #6209.
37688 Branch: maint-5.6/perl
37689 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
37690 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
37692 ____________________________________________________________________________
37693 [ 7339] By: gsar on 2000/10/16 08:14:34
37694 Log: integrate change#6203 from cfgperl
37696 perldiag should refer to perlos2.pod not README.os2
37697 Branch: maint-5.6/perl
37698 !> pod/perldiag.pod
37699 ____________________________________________________________________________
37700 [ 7338] By: gsar on 2000/10/16 08:11:42
37701 Log: integrate change#6201 from mainline
37703 Perl_eval_pv() leaks 4 bytes every time it is called because it
37704 does a PUSHMARK that's never ever POPMARKed; in general, only
37705 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
37706 Perl_eval_[sp]v() don't because they don't take any incoming
37707 arguments (this leak has been around since the original version
37708 of perl_eval_pv() in 5.003_97e)
37709 Branch: maint-5.6/perl
37711 ____________________________________________________________________________
37712 [ 7337] By: gsar on 2000/10/16 08:08:47
37713 Log: integrate changes#6197..6200 from cfgperl
37715 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
37716 From: John Borwick <jhborwic@unity.ncsu.edu>
37717 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
37718 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
37720 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
37721 From: Dan Sugalski <dan@sidhe.org>
37722 To: vmsperl@perl.org, perl5-porters@perl.org
37723 Date: Fri, 02 Jun 2000 16:00:41 -0400
37724 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
37725 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
37727 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
37728 From: Dan Sugalski <dan@sidhe.org>
37729 To: perl5-porters@perl.org, vmsperl@perl.org
37730 Date: Fri, 02 Jun 2000 17:30:51 -0400
37731 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
37733 Update to cperl-mode.el 4.31 from
37734 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
37735 Subject: A couple of notes
37736 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37737 To: Mailing list Perl5 <perl5-porters@perl.org>
37738 Date: Sat, 3 Jun 2000 23:33:32 -0400
37739 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
37740 Branch: maint-5.6/perl
37741 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
37742 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
37743 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
37744 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
37746 ____________________________________________________________________________
37747 [ 7336] By: gsar on 2000/10/16 08:03:46
37748 Log: integrate changes#6194,6195 from mainline
37750 fix small eval"" memory leaks under USE_ITHREADS
37752 fix yet another eval"" leak under USE_ITHREADS
37753 Branch: maint-5.6/perl
37754 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
37755 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
37757 ____________________________________________________________________________
37758 [ 7335] By: gsar on 2000/10/16 08:02:15
37759 Log: integrate changes#6190,6191 from mainline
37761 submit missing embed.pl change
37763 vec() loses numericalness (modified version of patch suggested
37765 Branch: maint-5.6/perl
37766 !> doop.c embed.pl t/op/vec.t
37767 ____________________________________________________________________________
37768 [ 7334] By: gsar on 2000/10/16 08:01:03
37769 Log: integrate change#6189 from mainline
37771 counting tr/// corrupts later operation (from M.J.T Guy)
37772 Branch: maint-5.6/perl
37773 !> doop.c t/op/tr.t
37774 ____________________________________________________________________________
37775 [ 7333] By: gsar on 2000/10/16 07:59:07
37776 Log: integrate changes#6183..6188 from mainline
37778 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
37781 tweak for change#6127
37783 remove incorrect documentation about implicit split to @_ in
37784 list context, which never really worked in perl 5 (from
37787 further qualify references to "alphanumeric" (from Wolfgang Laun
37788 <wolfgang.laun@alcatel.at>)
37790 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
37791 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37794 Branch: maint-5.6/perl
37795 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
37796 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
37797 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
37798 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
37799 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
37800 !> pod/pod2latex.PL utils/h2xs.PL
37801 ____________________________________________________________________________
37802 [ 7332] By: gsar on 2000/10/16 07:53:52
37803 Log: integrate change#6179 from mainline
37805 buggy modulus on UVs introduced by change#3378 (resulted in
37806 4063328477 % 65535 amounting to 27406, instead of 27407)
37807 Branch: maint-5.6/perl
37808 !> pp.c t/op/arith.t
37809 ____________________________________________________________________________
37810 [ 7331] By: gsar on 2000/10/16 07:52:49
37811 Log: integrate changes#6176,6177,6178,6182 from cfgperl
37813 Single-quoted utf8 patch from Simon Cozens.
37815 Substitution utf8 patch from Simon Cozens.
37819 Be Cleaner Part Deux.
37820 Branch: maint-5.6/perl
37821 !> Makefile.SH pp_hot.c toke.c
37822 ____________________________________________________________________________
37823 [ 7330] By: gsar on 2000/10/16 07:41:36
37824 Log: integrate change#6172 from mainline
37826 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
37827 (from Ilya Zakharevich)
37828 Branch: maint-5.6/perl
37829 !> regexec.c t/op/re_tests
37830 ____________________________________________________________________________
37831 [ 7329] By: gsar on 2000/10/16 07:40:25
37832 Log: integrate change#6171 from mainline
37834 scalar() doesn't force scalar context when used in void context
37835 (from Simon Cozens)
37836 Branch: maint-5.6/perl
37837 !> op.c t/op/wantarray.t
37838 ____________________________________________________________________________
37839 [ 7328] By: gsar on 2000/10/16 07:39:33
37840 Log: integrate change#6170 from mainline
37842 change#6142 needs tweaks to tests to work where there's no
37843 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37844 Branch: maint-5.6/perl
37845 !> t/lib/filefind.t
37846 ____________________________________________________________________________
37847 [ 7327] By: gsar on 2000/10/16 07:35:34
37848 Log: integrate changes#6166..6168 from cfgperl
37850 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
37851 in case somebody wants to write an extension for more
37852 shadow database interfaces.
37856 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
37857 Branch: maint-5.6/perl
37858 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37859 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
37860 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
37861 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
37862 !> win32/config.vc win32/config_H.bc win32/config_H.gc
37863 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37864 ____________________________________________________________________________
37865 [ 7326] By: gsar on 2000/10/16 07:29:05
37866 Log: integrate changes#6157,6159..6161,6164 from cfgperl
37868 Regen Configure to jive with #6149.
37870 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
37872 Changes for the File::Temp 0.08 (change #6159) test suite
37873 to fit better into the Perl distribution test framework.
37875 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
37876 both from Simon Cozens.
37879 Branch: maint-5.6/perl
37880 +> pod/perlmodlib.PL pod/perlnewmod.pod
37881 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
37882 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
37883 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37884 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37885 ____________________________________________________________________________
37886 [ 7325] By: gsar on 2000/10/16 07:25:13
37887 Log: integrate change#6158 from vmsperl
37889 Add fallback to tmpfile for use in cases where user's relying on
37890 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
37892 Branch: maint-5.6/perl
37893 !> vms/vms.c vms/vmsish.h
37894 ____________________________________________________________________________
37895 [ 7324] By: gsar on 2000/10/16 07:20:50
37896 Log: integrate changes#6153..6155 from mainline
37898 prettier Test::Harness output on failed tests (from Nicholas Clark
37899 <nick@Bagpuss.uk.boo.com>)
37901 avoid type mismatch warning
37903 small bug in change#6144; remove random \xA0 character that snuck
37905 Branch: maint-5.6/perl
37906 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
37908 ____________________________________________________________________________
37909 [ 7323] By: gsar on 2000/10/16 07:18:47
37910 Log: integrate changes#6151,6152 from mainline
37912 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
37914 cosmetic fixups of RE debug output (from Ilya Zakharevich)
37915 Branch: maint-5.6/perl
37917 ____________________________________________________________________________
37918 [ 7322] By: gsar on 2000/10/16 07:17:25
37919 Log: integrate changes#6146..6150 from mainline
37923 add a make entry to Config.pm so "perl -V:make" works on VMS
37924 (from Peter Prymmer)
37926 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
37928 OS/2 tweaks for usethreads build (from Rocco Caputo
37931 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
37932 Branch: maint-5.6/perl
37933 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
37934 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
37935 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
37936 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
37937 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
37938 !> warnings.pl x2p/a2p.h
37939 ____________________________________________________________________________
37940 [ 7321] By: gsar on 2000/10/16 07:14:02
37941 Log: integrate changes#6143..6145 from mainline
37943 MacOS support, part 1 (from Matthias Neeracher
37944 <neeri@iis.ee.ethz.ch>)
37946 MacOS support, part 2: make AutoSplit use File::Spec instead
37947 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
37948 <neeri@iis.ee.ethz.ch>)
37950 make xsubpp skip embedded pod (from Matthias Neeracher
37951 <neeri@iis.ee.ethz.ch>)
37952 Branch: maint-5.6/perl
37953 +> ext/DynaLoader/dl_mac.xs
37954 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
37955 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37956 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
37957 !> pp_ctl.c proto.h toke.c util.c util.h
37958 ____________________________________________________________________________
37959 [ 7320] By: gsar on 2000/10/16 07:12:13
37960 Log: integrate changes#6141,6142 from mainline
37962 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
37963 forwarded by Peter Seebach from the bsdi-users mailing list.
37964 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
37966 File::Find fails to chdir when chasing symlinks (from
37967 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37968 Branch: maint-5.6/perl
37969 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
37970 ____________________________________________________________________________
37971 [ 7319] By: gsar on 2000/10/16 07:04:30
37972 Log: integrate change#6139 from mainline
37974 revise mktables.PL for bugs and newness in Unicode 3.0
37975 (from James Bence <jbence@amgen.com>)
37976 Branch: maint-5.6/perl
37977 +> (branch 30 files)
37978 !> (integrate 49 files)
37979 ____________________________________________________________________________
37980 [ 7318] By: gsar on 2000/10/16 07:01:01
37981 Log: integrate changes#6137,6138 from mainline
37983 fix bogus redeclaration warning for "our" variables in different
37986 add note about the handling of negative indices to tied arrays
37987 (from Michael G Schwern <schwern@pobox.com>)
37988 Branch: maint-5.6/perl
37989 !> op.c pod/perltie.pod t/pragma/strict-vars
37990 ____________________________________________________________________________
37991 [ 7317] By: gsar on 2000/10/16 06:58:46
37992 Log: integrate changes#6127..6136 from mainline
37994 call_method(...,G_EVAL) can longjmp() out if the method probing
37995 failed (from Gisle Aas)
37997 new perlxstut example for passing/returning refs to arrays
37998 (from David Lowe <dlowe@pootpoot.com>)
38000 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
38002 fix places that mean C<"word" character> but say C<alphanumeric
38005 avoid warnings in POSIX.pm (from Barrie Slaymaker)
38007 warnings::enabled() doesn't fall back to looking at $^W if
38008 caller isn't using lexical warnings (from Paul Marquess)
38010 elide bogus test in change#6132
38012 make Test::Harness use wait.h/WCOREDUMP if available
38013 (from Ben Tilly <ben_tilly@hotmail.com>)
38015 enable Test::Harness to dynamically determine column width etc.
38016 (from Rob Napier <rnapier@employees.org>)
38018 random pod typos (from Peter Scott <Peter@PSDT.com>)
38019 Branch: maint-5.6/perl
38020 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
38021 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
38022 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
38023 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
38024 ____________________________________________________________________________
38025 [ 7316] By: gsar on 2000/10/16 06:53:23
38026 Log: integrate change#6126 from mainline
38028 change#2879 broke rvalue autovivification of magicals such as
38029 ${$num} (reworked variant of patch suggested by Simon Cozens)
38030 Branch: maint-5.6/perl
38031 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
38032 !> pp_hot.c proto.h t/op/gv.t
38033 ____________________________________________________________________________
38034 [ 7315] By: gsar on 2000/10/16 06:51:38
38035 Log: integrate changes#6123,6125 from mainline
38037 clarify gotcha with #line directives (from Rocco Caputo
38040 enable propagating exception objects via Perl_croak() in XS code
38042 Branch: maint-5.6/perl
38043 !> pod/perldebug.pod pod/perlsyn.pod util.c
38044 ____________________________________________________________________________
38045 [ 7314] By: gsar on 2000/10/16 06:49:28
38046 Log: integrate change#6122 from mainline
38048 downgrade fatal error on C<"foo@nosucharray.com"> to optional
38049 warning (from Mark-Jason Dominus)
38050 Branch: maint-5.6/perl
38051 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
38052 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
38053 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
38055 ____________________________________________________________________________
38056 [ 7313] By: gsar on 2000/10/16 06:46:54
38057 Log: integrate changes#6112..6121 from vmsperl
38059 Check for existence of file before trying to delete
38061 Ugly workaround for version-specific RTL error
38063 Urk -- undo previous removal of vmsish 'exit' change
38065 Add bounds checking for several strings (Charles Lane)
38067 Miscellaneous cosmetic fixes (Charles Lane)
38069 Treat sockets as special in sys(read|write) (Charles Lane et al.)
38071 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
38072 Flatten case labels in switch statements uniformly (Charles Bailey)
38074 Quiet error messages in vmsish.t (Charles Lane)
38076 Add missing escape (Charles Lane)
38078 Allow eliminate_macros() and fixpath() to handle space-delimited
38079 lists (based on fixes by Craig Berry)
38080 Branch: maint-5.6/perl
38081 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
38082 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
38084 ____________________________________________________________________________
38085 [ 7312] By: gsar on 2000/10/16 06:41:18
38086 Log: integrate changes#6107,6110 from cfgperl
38088 Tweak the todo list.
38091 Branch: maint-5.6/perl
38093 ____________________________________________________________________________
38094 [ 7311] By: gsar on 2000/10/16 06:38:38
38095 Log: integrate changes#6104,6108 from mainline
38097 PL_sys_intern was being initialized too late on windows
38099 reenable fake signal handling on Windows, bugs and all
38100 Branch: maint-5.6/perl
38101 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
38102 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
38104 ____________________________________________________________________________
38105 [ 7310] By: gsar on 2000/10/16 06:36:03
38106 Log: integrate changes#6095,6097..6103 from cfgperl
38108 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
38109 might be useful in future.
38111 Add a note about possible compilation problems from Allen Smith.
38113 Add a note about other, yet unsupported, shadow password APIs.
38115 Tweaks for the cc bugs from Allen Smith.
38117 More compilation tweakery from Allen Smith.
38119 Hints and test tweaks for Unicos.
38121 The test suite tweak in #6101 wasn't quite right.
38123 Test tweaking for Unicos continues.
38124 Branch: maint-5.6/perl
38125 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38126 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
38127 !> t/lib/complex.t t/op/64bitint.t
38128 ____________________________________________________________________________
38129 [ 7309] By: gsar on 2000/10/16 06:29:41
38130 Log: integrate changes#6093,6094 from mainline
38132 fork() failure to create pseudo process sets errno=EAGAIN and returns
38133 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
38135 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
38136 Branch: maint-5.6/perl
38137 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
38138 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
38139 ____________________________________________________________________________
38140 [ 7308] By: gsar on 2000/10/16 06:27:29
38141 Log: integrate change#6092 from cfgperl
38143 Regen perltoc with the fixed buildtoc.
38144 Branch: maint-5.6/perl
38146 ____________________________________________________________________________
38147 [ 7307] By: gsar on 2000/10/16 06:26:40
38148 Log: integrate changes#6089,6090 from mainline
38150 buildtoc tweak to fix newline lossage
38152 concat doesn't preserve utf8-ness, and doesn't invalidate
38153 [NI]OK; added tests for both
38154 Branch: maint-5.6/perl
38155 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
38156 ____________________________________________________________________________
38157 [ 7306] By: gsar on 2000/10/16 06:24:05
38158 Log: integrate change#6088 from cfgperl
38160 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
38161 because we do not use those. The HAS_GETSPNAM remains,
38162 though, because we still do use that.
38163 Branch: maint-5.6/perl
38164 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38165 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
38166 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
38167 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
38168 !> win32/config.vc win32/config_H.bc win32/config_H.gc
38169 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
38170 ____________________________________________________________________________
38171 [ 7305] By: gsar on 2000/10/16 06:15:52
38172 Log: integrate changes#6084,6085,6087 from mainline
38174 substr() does not preserve utf8-ness (from Stefan Eissing
38175 <Eissing@medicaldataservice.de>); added tests
38177 repeat operator (x) doesn't preserve utf8-ness
38179 reverse() and quotemeta() weren't preserving utf8-ness; add tests
38180 Branch: maint-5.6/perl
38181 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
38182 ____________________________________________________________________________
38183 [ 7304] By: gsar on 2000/10/16 06:13:10
38184 Log: integrate changes#6077..6083 from mainline
38186 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
38189 workaround for CRT bug in chdir() (from Charles Lane, via
38192 remove outdated kludge in Carp (NULLs are permitted in diagnostics
38195 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
38196 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
38198 better default perlbug categories for ok reports (from Richard Foley)
38200 peek.t non-portable to ithreads
38202 note about undocumented caller() return value (from M.J.T. Guy);
38203 yet another peek.t tweak
38204 Branch: maint-5.6/perl
38205 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38206 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
38207 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
38208 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
38209 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
38211 ____________________________________________________________________________
38212 [ 7303] By: gsar on 2000/10/16 06:03:18
38213 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
38214 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
38216 &HUGE_VAL is not defined, it exists.
38218 Do not warn that an infinity does not look like a number.
38220 Rewrite the pwent/spent logic to be a little bit more clearer.
38222 Continue on the pwent/spent case.
38224 Correct Freudian slip.
38226 Use HUGE_VALL if applicable.
38228 pwent/spent #ifdef imbalance.
38232 Call getspnam() only iff needd.
38234 Test both the scalar and list contexts.
38236 Use setxxent()/endxxent().
38242 Be more forgiving in POSIX about HUGE_VALL.
38246 The search of infinity continues, this time simplified.
38248 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
38249 in natively 64-bit platforms where a long is a quad (no need
38250 for long longs). Also added bias for IVs.
38254 Introduce t/lib/peek.t.
38256 Make the test more portable.
38257 Branch: maint-5.6/perl
38260 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
38261 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
38262 !> t/op/pwent.t toke.c util.c
38263 ____________________________________________________________________________
38264 [ 7302] By: gsar on 2000/10/16 05:03:37
38265 Log: integrate changes#6066..6071 from mainline
38269 replace direct call to sighandler() with (*PL_sighandlerp)()
38271 note about values()
38273 File::Spec compatibility update (from Barrie Slaymaker
38274 <barries@slaysys.com>)
38276 remove misleading comment (from M.J.T. Guy)
38278 misformatted perllocal.pod (from Tim Jenness
38279 <t.jenness@jach.hawaii.edu>)
38280 Branch: maint-5.6/perl
38281 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
38282 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
38283 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
38284 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
38285 ____________________________________________________________________________
38286 [ 7301] By: gsar on 2000/10/16 05:00:08
38287 Log: integrate changes#6061..6063 from mainline
38289 change#5921 neglected to make eq honor "use bytes"
38291 additional tests for utf8.t
38293 tokeq() could read unallocated field in argument
38294 Branch: maint-5.6/perl
38295 !> sv.c t/pragma/utf8.t toke.c
38296 ____________________________________________________________________________
38297 [ 7300] By: gsar on 2000/10/16 04:56:54
38298 Log: integrate changes#6046,6048,6057,6058 from mainline
38300 libscheck has insufficient checks for n32 libs (from
38301 Albert Chin-A-Young <china@thewrittenword.com>)
38303 add note about how $( doesn't interpolate in REs (from
38304 Philip Newton <newton@ficus.frogspace.net>)
38306 fix broken parsing of /\x{ab}/
38308 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
38309 (spotted by Donald Kinzer <dkinzer@premia.com>)
38310 Branch: maint-5.6/perl
38311 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
38313 ____________________________________________________________________________
38314 [ 7299] By: gsar on 2000/10/16 04:52:50
38315 Log: integrate change#6044 from mainline
38317 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
38318 such that underscores are only ignored in literal numbers,
38319 "\x{...}", and hex/oct argument
38320 Branch: maint-5.6/perl
38321 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
38322 ____________________________________________________________________________
38323 [ 7298] By: gsar on 2000/10/16 04:50:53
38324 Log: integrate changes#6027..6043 from mainline
38326 podlators-1.02 update (from Russ Allbery)
38328 Pod::Man generates groff-incompatible macro definition (from
38331 add CGI.pm v2.66 (from Lincoln Stein)
38333 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
38334 for @- and @+ (from Johan Vromans)
38336 small nits in diagnostics.pm (from Robin Barker)
38338 whitespace adjustments
38340 missing files in MANIFEST
38342 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
38345 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
38347 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
38348 Branch: maint-5.6/perl
38349 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
38350 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
38351 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
38352 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
38353 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
38354 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
38355 !> t/lib/cgi-html.t t/lib/cgi-request.t
38356 ____________________________________________________________________________
38357 [ 7297] By: gsar on 2000/10/16 04:44:30
38358 Log: integrate change#6025 from mainline
38360 Is{Alnum,Alpha,Word} don't match titlecase
38361 TODO: IsSpace is defined recursively!
38362 (both spotted by Larry)
38363 Branch: maint-5.6/perl
38364 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38365 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38366 ____________________________________________________________________________
38367 [ 7296] By: gsar on 2000/10/16 04:39:30
38368 Log: integrate change#6023 from mainline
38370 debugger stomps on $. (from M.J.T. Guy)
38371 Branch: maint-5.6/perl
38373 ____________________________________________________________________________
38374 [ 7295] By: gsar on 2000/10/16 04:38:02
38375 Log: integrate change#6022 from mainline
38377 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
38378 Branch: maint-5.6/perl
38380 ____________________________________________________________________________
38381 [ 7294] By: gsar on 2000/10/16 04:37:05
38382 Log: integrate changes#6018..6021 from mainline
38384 make lib/syslog.t portable to systems that don't have _PATH_LOG,
38385 make _PATH_LOG() return "" if unavailable
38387 windows portability tweaks
38391 remove Win2K issue in pod (fixed by change#6020)
38392 Branch: maint-5.6/perl
38393 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
38394 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
38395 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
38396 ____________________________________________________________________________
38397 [ 7293] By: gsar on 2000/10/16 04:20:00
38398 Log: integrate changes#6013..6015 from mainline
38400 tweak change#5945 to display correct switch name in diagnostic
38402 glob() loading File::Glob behind the scenes may cause syntax errors
38404 tweak test for portability
38405 Branch: maint-5.6/perl
38406 !> op.c perl.c pod/perldiag.pod t/lib/b.t
38407 ____________________________________________________________________________
38408 [ 7292] By: gsar on 2000/10/16 04:18:11
38409 Log: integrate changes#6005..6010 from mainline, cfgperl
38411 perldoc might fail via "use blib" (from Hugo van der Sanden)
38415 note about compile failures and END blocks (from M.J.T. Guy)
38417 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
38419 (change#6009 integrated earlier in change#7255)
38421 clarify note about shadow password support (from
38422 gellyfish@gellyfish.com)
38423 Branch: maint-5.6/perl
38424 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38425 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
38426 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
38427 ____________________________________________________________________________
38428 [ 7291] By: gsar on 2000/10/16 04:12:03
38429 Log: integrate changes#6002,6003 from mainline
38431 destructive sv_setsv() can lose UV-ness from source, causing
38432 numeric promotions/comparisons to fail to do the right thing
38434 allow REG_EXPAND_SZ keys in Windows registry (from
38435 John Clayton <John.Clayton@barclayscapital.com>)
38436 Branch: maint-5.6/perl
38437 !> sv.c win32/win32.c
38438 ____________________________________________________________________________
38439 [ 7290] By: gsar on 2000/10/16 04:10:19
38440 Log: integrate change#6001 from mainline
38442 support additional library locations via $Config{otherlibdirs}
38443 (from Andy Dougherty)
38444 Branch: maint-5.6/perl
38445 !> Configure INSTALL Porting/Glossary Porting/config.sh
38446 !> Porting/config_H config_h.SH epoc/config.sh perl.c
38447 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
38448 !> win32/config.bc win32/config.gc win32/config.vc
38449 ____________________________________________________________________________
38450 [ 7289] By: gsar on 2000/10/16 04:08:28
38451 Log: integrate change#5999 from mainline
38453 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
38454 Branch: maint-5.6/perl
38455 !> t/pragma/warn/toke toke.c
38456 ____________________________________________________________________________
38457 [ 7288] By: gsar on 2000/10/16 04:07:01
38458 Log: integrate changes#5997,5998 from cfgperl
38462 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
38463 Branch: maint-5.6/perl
38464 !> lib/Math/Complex.pm
38465 ____________________________________________________________________________
38466 [ 7287] By: gsar on 2000/10/16 04:04:37
38467 Log: integrate change#5995 from mainline
38469 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
38470 Branch: maint-5.6/perl
38471 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
38472 ____________________________________________________________________________
38473 [ 7286] By: gsar on 2000/10/16 04:03:21
38474 Log: integrate change#5994 from mainline
38476 fix for missed accounting for null byte in pack("Z",...) (from
38478 Branch: maint-5.6/perl
38479 !> pp.c t/op/pack.t
38480 ____________________________________________________________________________
38481 [ 7285] By: gsar on 2000/10/16 04:02:11
38482 Log: integrate changes#5989..5993 from mainline
38484 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
38485 itself and no other (from Tom Hughes)
38487 use $ENV{LIB} to search for libs under Visual C compiler
38488 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
38490 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
38492 pod nit (from Simon Cozens)
38494 various minor tweaks seen on p5p
38495 Branch: maint-5.6/perl
38496 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
38497 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
38498 !> t/op/array.t toke.c
38499 ____________________________________________________________________________
38500 [ 7284] By: gsar on 2000/10/16 03:59:00
38501 Log: integrate changes#5978..5988 from mainline
38503 sync version numbers in File::Spec with the ones on CPAN
38504 (from Barrie Slaymaker)
38506 under useithreads, constant pad entries could inadvertantly be
38507 shared across threads (from Eric Blood <eblood@xmission.com>);
38508 added Eric's test case to testsuite
38510 allow Configure -S to run non-interactively (spotted by Greg Hudson
38513 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
38514 prototype mismatch with CORE::glob(); update pod and tests to
38515 suit (File::Glob::glob() is still available for backward
38516 compatibility, but should be considered deprecated)
38518 avoid error in IO::Socket::INET when given an unknown service name
38519 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
38521 numeric conversion of non-number in change#3378 tramples on
38522 OOK offset, causing segfaults
38524 attributes::reftype() doesn't work on tied argument
38526 forked child may not exit correctly if it failed to open
38527 /dev/console (from Graham Barr)
38529 add regular expressions tutorial and quick-start guide (from
38530 Mark Kvale <kvale@phy.ucsf.edu>)
38532 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
38534 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
38535 <paul@miraclefish.com>)
38536 Branch: maint-5.6/perl
38537 +> pod/perlrequick.pod pod/perlretut.pod
38538 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
38539 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
38540 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
38541 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
38542 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
38543 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38544 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
38545 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
38546 ____________________________________________________________________________
38547 [ 7283] By: gsar on 2000/10/16 03:52:14
38548 Log: integrate change#5977 from mainline
38550 autoquote barewords followed by newline and arrow properly
38551 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
38552 Branch: maint-5.6/perl
38553 !> t/pragma/warn/toke toke.c
38554 ____________________________________________________________________________
38555 [ 7282] By: gsar on 2000/10/16 03:50:48
38556 Log: integrate change#5976 from mainline
38558 DB_File v1.73 update (from Paul Marquess)
38559 Branch: maint-5.6/perl
38560 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
38561 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
38562 ____________________________________________________________________________
38563 [ 7281] By: gsar on 2000/10/16 03:49:14
38564 Log: integrate change#5975 from mainline
38566 allow sort() reentrancy (variant of patch suggested by
38567 Hugo van der Sanden)
38568 Branch: maint-5.6/perl
38569 !> pp_ctl.c t/op/sort.t
38570 ____________________________________________________________________________
38571 [ 7280] By: gsar on 2000/10/16 03:48:22
38572 Log: integrate change#5974 from mainline
38574 change#4197 somehow missed initializing PL_errors, meaning
38575 syntax error queueing wasn't working outside eval"" at all;
38576 also fixed eval"" to localize PL_error_count, so that compile-time
38577 eval's don't clobber the error state of the outer context
38578 Branch: maint-5.6/perl
38579 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
38580 !> t/pragma/warn/toke
38581 ____________________________________________________________________________
38582 [ 7279] By: gsar on 2000/10/16 03:46:21
38583 Log: integrate change#5973 from mainline
38585 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
38586 Branch: maint-5.6/perl
38587 !> regcomp.c regexec.c t/op/re_tests
38588 ____________________________________________________________________________
38589 [ 7278] By: gsar on 2000/10/16 03:44:54
38590 Log: integrate change#5971 from cfgperl
38592 Unicos tweaks from Mark P. Lutz.
38593 Branch: maint-5.6/perl
38594 !> hints/unicos.sh lib/Math/Complex.pm
38595 ____________________________________________________________________________
38596 [ 7277] By: gsar on 2000/10/16 03:42:59
38597 Log: integrate changes#5966..5970 from mainline
38599 add testsuite for B backends, fix bug in B::Deparse (from
38600 Simon Cozens <simon@brecon.co.uk>)
38602 improved docs on the warn_uninit diagnostic (from David Glasser
38605 tolerate spaces in group names in test on solaris (from David Boyce
38608 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
38610 Data::Dumper fumbles negative numbers on 32-bit platforms where
38612 Branch: maint-5.6/perl
38613 +> t/lib/b.t t/lib/syslog.t
38614 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
38615 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
38616 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
38617 ____________________________________________________________________________
38618 [ 7276] By: gsar on 2000/10/16 03:39:30
38619 Log: integrate change#5965 from mainline
38621 avoid "will not stay shared" warnings for our variables (from
38623 Branch: maint-5.6/perl
38624 !> op.c t/pragma/warn/op
38625 ____________________________________________________________________________
38626 [ 7275] By: gsar on 2000/10/16 03:38:18
38627 Log: integrate change#5964 from mainline
38629 reformat to 72 columns (again)
38630 Branch: maint-5.6/perl
38631 !> pod/perldiag.pod
38632 ____________________________________________________________________________
38633 [ 7274] By: gsar on 2000/10/16 03:36:58
38634 Log: integrate change#5963 from mainline
38636 patch from Larry to make (\&) prototype work; added tests for
38638 Branch: maint-5.6/perl
38639 !> op.c t/comp/proto.t
38640 ____________________________________________________________________________
38641 [ 7273] By: gsar on 2000/10/16 03:35:51
38642 Log: integrate changes#5956..5962 from mainline
38644 better diagnostics on failed tests (from Ilya Zakharevich)
38646 pod nits (from A. C. Yardley <yardley@tanet.net>)
38648 change#3569 deleted some essential code, revert; avoid use of
38649 atexit() to make DynaLoader work properly on AIX under mod_perl
38650 (from Jens-Uwe Mager <jum@helios.de>)
38652 doubled words in pods (from Simon Cozens
38653 <simon.p.cozens@jp.pwcglobal.com>)
38655 better INSTALL notes on Solaris issues (from Dominic Dunlop)
38657 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
38659 updated README.hpux (from Jeff Okamoto)
38660 Branch: maint-5.6/perl
38661 !> INSTALL README.hpux emacs/cperl-mode.el
38662 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
38663 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
38664 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
38665 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
38666 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
38667 !> t/op/lex_assign.t
38668 ____________________________________________________________________________
38669 [ 7272] By: gsar on 2000/10/16 03:31:22
38670 Log: integrate change#5955 from mainline
38672 longstanding bug exposed by change#3307: sort arguments weren't
38673 compiled with the right wantarray context (ensuing runtime lookup
38674 via block_gimme() was getting the incidental context of the
38676 Branch: maint-5.6/perl
38677 !> op.c t/op/sort.t
38678 ____________________________________________________________________________
38679 [ 7271] By: gsar on 2000/10/16 03:29:11
38680 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
38683 Flatten the cpp jungle doing the nosuid checking.
38685 Do not assume sign propagation. (from M.J.T. Guy)
38687 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
38689 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
38690 Now pp_ncmp() returns undef is either operand is a NaN.
38692 On second thoughts frexp() does have two arguments.
38694 Document that tr() is not tr(1).
38696 Be more robust on "extreme" (large absolute value)
38697 arguments. Originally reported by Daniel Connelly
38698 as a problem with asinh() on large negative arguments,
38699 asinh() used to bail out because an argument to log()
38700 ended up being zero. Ilya Zakharevich proposed using
38701 Taylor's series in such cases, which for such large
38702 arguments is a very good approximation.
38704 Undo "use integer" addition from 64bitint as it seems
38705 to break most of the subtests in Digital UNIX;
38706 Unicos needs to find another way.
38707 Branch: maint-5.6/perl
38708 !> (integrate 29 files)
38709 ____________________________________________________________________________
38710 [ 7270] By: gsar on 2000/10/16 03:09:44
38711 Log: integrate changes#5948,5949,5950 from mainline
38713 typo in vars.pm that leads to cryptic message (from Piotr
38714 Piatkowski <kompas@kompas.usr.onet.pl>)
38716 make perldoc use the pod2man from the same version (from
38719 reformat perldiag to avoid long lines
38720 Branch: maint-5.6/perl
38721 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
38722 ____________________________________________________________________________
38723 [ 7269] By: gsar on 2000/10/16 03:05:54
38724 Log: integrate change#5947 from mainline
38726 use &dl_error rather than &dl_load_file as the guard for calling
38727 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
38728 statically built perl)
38729 Branch: maint-5.6/perl
38730 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38731 ____________________________________________________________________________
38732 [ 7268] By: gsar on 2000/10/16 03:04:48
38733 Log: integrate change#5945 from mainline
38735 make module name mandatory after -M switch; reorder perldiag
38736 alphabetically (from Mark-Jason Dominus)
38737 Branch: maint-5.6/perl
38738 !> perl.c pod/perldiag.pod
38739 ____________________________________________________________________________
38740 [ 7267] By: gsar on 2000/10/16 03:03:01
38741 Log: integrate change#5939 from mainline
38743 more pod nits (from Larry Virden)
38744 Branch: maint-5.6/perl
38745 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
38746 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
38747 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
38748 ____________________________________________________________________________
38749 [ 7266] By: gsar on 2000/10/16 03:01:39
38750 Log: integrate change#5938 from mainline
38752 Consolidated B::Deparse fixes (from Stephen McCamant)
38753 Branch: maint-5.6/perl
38754 !> ext/B/B/Deparse.pm
38755 ____________________________________________________________________________
38756 [ 7265] By: gsar on 2000/10/16 03:00:43
38757 Log: integrate change#5936 from mainline
38759 additional tests for change#7263 (from Paul Marquess)
38760 Branch: maint-5.6/perl
38761 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
38762 !> t/pragma/warn/5nolint t/pragma/warn/6default
38763 ____________________________________________________________________________
38764 [ 7264] By: gsar on 2000/10/16 02:58:34
38765 Log: integrate change#5934 from mainline
38767 propagate lexical warnings from surrounding scope correctly
38768 within string eval() (from Paul Marquess)
38769 Branch: maint-5.6/perl
38770 !> pp_ctl.c t/pragma/warn/pp_ctl
38771 ____________________________________________________________________________
38772 [ 7263] By: gsar on 2000/10/16 02:56:53
38773 Log: integrate change#5932 from mainline
38775 add rsignal(), whichsig() and do_join() to public API list
38776 (mod_perl uses them to good advantage)
38777 Branch: maint-5.6/perl
38778 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
38779 ____________________________________________________________________________
38780 [ 7262] By: gsar on 2000/10/16 02:55:53
38781 Log: integrate change#5931 from mainline
38783 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
38784 Branch: maint-5.6/perl
38785 !> pp_hot.c regexec.c t/op/pat.t
38786 ____________________________________________________________________________
38787 [ 7261] By: gsar on 2000/10/16 02:55:01
38788 Log: integrate change#5930 from mainline
38790 small os390 tweaks (from Peter Prymmer)
38791 Branch: maint-5.6/perl
38792 !> config_h.SH makedepend.SH
38793 ____________________________________________________________________________
38794 [ 7260] By: gsar on 2000/10/16 02:54:10
38795 Log: integrate change#5929 from mainline
38798 Branch: maint-5.6/perl
38799 !> pod/perlguts.pod
38800 ____________________________________________________________________________
38801 [ 7259] By: gsar on 2000/10/16 02:52:55
38802 Log: integrate change#5927 from mainline
38804 arrange for next() to resume at the unstack op rather than the
38805 loop conditional, so that scope cleanup happens correctly
38806 (from Stephen McCamant)
38807 Branch: maint-5.6/perl
38808 !> op.c pp_ctl.c t/op/misc.t
38809 ____________________________________________________________________________
38810 [ 7258] By: gsar on 2000/10/16 02:51:38
38811 Log: integrate change#5926 from mainline
38813 on windows, reserve 16M of stack rather than 128M (allows more
38814 threads to run concurrently)
38815 Branch: maint-5.6/perl
38816 !> win32/Makefile win32/makefile.mk
38817 ____________________________________________________________________________
38818 [ 7257] By: gsar on 2000/10/16 02:50:37
38819 Log: integrate change#5925 from mainline
38821 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
38822 Branch: maint-5.6/perl
38824 ____________________________________________________________________________
38825 [ 7256] By: gsar on 2000/10/16 02:49:36
38826 Log: integrate change#5924 from mainline
38828 avoid using uninitialized memory in require version check
38829 Branch: maint-5.6/perl
38830 !> pp_ctl.c universal.c
38831 ____________________________________________________________________________
38832 [ 7255] By: gsar on 2000/10/16 02:48:03
38833 Log: integrate changes#5923,5928,6009 from mainline
38835 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
38836 Branch: maint-5.6/perl
38837 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
38838 ____________________________________________________________________________
38839 [ 7254] By: gsar on 2000/10/16 02:44:46
38840 Log: integrate change#5922 from mainline
38842 commentary about IoTYPE() (from Nathan Torkington)
38843 Branch: maint-5.6/perl
38845 ____________________________________________________________________________
38846 [ 7253] By: gsar on 2000/10/16 02:43:49
38847 Log: integrate change#5921 from mainline
38849 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
38850 Branch: maint-5.6/perl
38851 !> sv.c t/lib/charnames.t t/pragma/utf8.t
38852 ____________________________________________________________________________
38853 [ 7252] By: gsar on 2000/10/16 02:42:31
38854 Log: integrate change#5920 from mainline
38856 Larry's fix for buggy propagation of utf8-ness in join(); add test
38857 Branch: maint-5.6/perl
38858 !> doop.c t/op/ver.t
38859 ____________________________________________________________________________
38860 [ 7251] By: gsar on 2000/10/16 02:41:14
38861 Log: integrate changes#5915..5919 from mainline
38863 various (pod tweaks &c)
38864 Branch: maint-5.6/perl
38865 !> (integrate 33 files)
38866 ____________________________________________________________________________
38867 [ 7250] By: gsar on 2000/10/16 02:38:16
38868 Log: integrate change#5914 from mainline
38870 caller() wasn't returning the right number of elements for
38872 Branch: maint-5.6/perl
38873 !> pp_ctl.c t/pragma/warn/9enabled
38874 ____________________________________________________________________________
38875 [ 7249] By: gsar on 2000/10/16 02:37:02
38876 Log: integrate change#5913 from mainline
38878 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
38879 (from Mark-Jason Dominus)
38880 Branch: maint-5.6/perl
38881 !> pod/perlfunc.pod
38882 ____________________________________________________________________________
38883 [ 7248] By: gsar on 2000/10/16 02:35:58
38884 Log: integrate change#5912 from mainline
38886 fix totally broken caching in UNIVERSAL::isa() (from
38888 Branch: maint-5.6/perl
38889 !> t/op/universal.t universal.c
38890 ____________________________________________________________________________
38891 [ 7247] By: gsar on 2000/10/16 02:34:27
38892 Log: integrate changes#5910,5911 from mainline
38896 add linebreak properties from unicode/LineBrk.txt (from
38897 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
38898 Branch: maint-5.6/perl
38899 +> (branch 29 files)
38900 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
38901 ____________________________________________________________________________
38902 [ 7246] By: gsar on 2000/10/16 02:33:29
38903 Log: integrate change#5909 from mainline
38905 mode argument to do_binmode() should be file mode, not boolean
38906 Branch: maint-5.6/perl
38908 ____________________________________________________________________________
38909 [ 7245] By: gsar on 2000/10/16 02:31:04
38910 Log: integrate change#5908 from mainline
38912 introduce illegal symbols into null package so that
38913 gv_fetchpv(...,TRUE) always returns a valid GV even when the
38914 symbol is trapped by strictures (avoids coredumps)
38915 Branch: maint-5.6/perl
38916 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
38917 !> t/pragma/strict-vars
38918 ____________________________________________________________________________
38919 [ 7244] By: jhi on 2000/10/16 02:29:54
38920 Log: Subject: $Carp::ExportLevel confusion in Exporter
38921 From: "Ben Tilly" <ben_tilly@hotmail.com>
38922 Date: Sat, 14 Oct 2000 16:44:34 EDT
38923 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
38925 ! lib/Exporter/Heavy.pm
38926 ____________________________________________________________________________
38927 [ 7243] By: jhi on 2000/10/16 02:28:33
38928 Log: Subject: [PATCH perlguts.pod] Document offset hack
38929 From: Simon Cozens <simon@cozens.net>
38930 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
38931 Date: Sat, 14 Oct 2000 19:32:25 +0100
38934 ____________________________________________________________________________
38935 [ 7242] By: gsar on 2000/10/16 02:26:51
38936 Log: integrate changes#5905,5906,5907,6064 from mainline
38938 printf/sprintf didn't get quad types right under use64bitint
38939 Branch: maint-5.6/perl
38940 !> pp_sys.c sv.c t/op/64bitint.t
38941 ____________________________________________________________________________
38942 [ 7241] By: jhi on 2000/10/16 02:22:44
38943 Log: Subject: small pod patch
38944 From: Dan Boorstein <dan_boo@bellsouth.net>
38945 Date: Sat, 14 Oct 2000 14:29:24 -0400
38946 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
38948 ! pod/perlfaq7.pod pod/perlmod.pod
38949 ____________________________________________________________________________
38950 [ 7240] By: jhi on 2000/10/16 02:13:46
38953 Subject: Re: Problems with bleadperl
38954 From: "Stephen P. Potter" <spp@ds.net>
38955 Date: Fri, 13 Oct 2000 13:32:49 -0400
38956 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
38958 ! t/pragma/overload.t
38959 ____________________________________________________________________________
38960 [ 7239] By: jhi on 2000/10/16 01:41:18
38961 Log: One more ~utf8 tweak.
38964 ____________________________________________________________________________
38965 [ 7238] By: jhi on 2000/10/16 01:34:14
38966 Log: Tweak the test of #7235.
38969 ____________________________________________________________________________
38970 [ 7237] By: jhi on 2000/10/16 01:25:04
38971 Log: Fix a couple of compiler-noted nits in #7235.
38974 ____________________________________________________________________________
38975 [ 7236] By: jhi on 2000/10/16 01:22:46
38976 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
38979 ____________________________________________________________________________
38980 [ 7235] By: jhi on 2000/10/15 16:24:44
38981 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
38983 From: Simon Cozens <simon@cozens.net>
38984 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
38985 Date: Sat, 14 Oct 2000 20:52:13 +0100
38986 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
38988 ! pp.c t/op/bop.t utf8.h
38989 ____________________________________________________________________________
38990 [ 7234] By: jhi on 2000/10/15 15:19:29
38991 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
38992 The problem was that rx->minlen was in chars while pp_split()
38993 thought it would be in bytes.
38995 ! pp.c t/pragma/utf8.t
38996 ____________________________________________________________________________
38997 [ 7233] By: jhi on 2000/10/14 20:24:24
38998 Log: Document FNCASE=y as discussed in the bug 20000902.009.
39001 ____________________________________________________________________________
39002 [ 7232] By: jhi on 2000/10/14 18:52:21
39003 Log: Add test for bug id 20000427.003 (which seems to have
39004 been fixed) (also duplicate as 20000427.004, though
39005 with a higher severity). Move one utf8 from op/append
39006 to pragma/utf8, tag the tests with bug ids.
39008 ! t/op/append.t t/pragma/utf8.t
39009 ____________________________________________________________________________
39010 [ 7231] By: jhi on 2000/10/14 17:28:37
39011 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
39014 ____________________________________________________________________________
39015 [ 7230] By: jhi on 2000/10/14 14:24:50
39016 Log: Needs to be conditional on SunOS 4.
39018 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
39019 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39020 Date: Sat, 14 Oct 2000 13:37:49 +0100
39021 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
39022 Branch: metaconfig/U/perl
39025 ! Configure myconfig.SH pod/perldelta.pod
39026 ____________________________________________________________________________
39027 [ 7229] By: jhi on 2000/10/14 00:49:22
39028 Log: Update Changes.
39030 ! Changes patchlevel.h
39031 ____________________________________________________________________________
39032 [ 7228] By: jhi on 2000/10/14 00:46:10
39033 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
39034 From: Peter Prymmer <pvhp@forte.com>
39035 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
39036 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
39039 ____________________________________________________________________________
39040 [ 7227] By: jhi on 2000/10/13 23:20:30
39041 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
39044 ____________________________________________________________________________
39045 [ 7226] By: jhi on 2000/10/13 22:14:32
39048 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
39049 From: Peter Prymmer <pvhp@forte.com>
39050 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
39051 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
39054 ____________________________________________________________________________
39055 [ 7225] By: jhi on 2000/10/13 22:11:31
39056 Log: op/sprintf.t patch for OS/390 (and any other host with limited
39057 floating-point exponent length)
39059 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
39060 From: Dominic Dunlop <domo@computer.org>
39061 Date: Fri, 13 Oct 2000 19:17:57 +0200
39062 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
39065 ____________________________________________________________________________
39066 [ 7224] By: jhi on 2000/10/13 18:40:48
39067 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
39070 ____________________________________________________________________________
39071 [ 7223] By: jhi on 2000/10/13 18:37:13
39072 Log: Thinko in #7222.
39075 ____________________________________________________________________________
39076 [ 7222] By: jhi on 2000/10/13 18:05:23
39077 Log: Use UTF8SKIP(), from Simon Cozens.
39080 ____________________________________________________________________________
39081 [ 7221] By: jhi on 2000/10/13 15:43:19
39082 Log: (accidentally empty check-in)
39085 ____________________________________________________________________________
39086 [ 7220] By: jhi on 2000/10/13 15:23:51
39087 Log: Add (optimistically) Storable to static extensions.
39089 ! hints/uwin.sh hints/vmesa.sh
39090 ____________________________________________________________________________
39091 [ 7219] By: jhi on 2000/10/13 15:20:05
39092 Log: Amdahl UTS doesn't seem to do dynaloading.
39095 ____________________________________________________________________________
39096 [ 7218] By: jhi on 2000/10/13 15:15:20
39097 Log: Slight tweak of the code to appease Amdahl UTS cc.
39100 ____________________________________________________________________________
39101 [ 7217] By: jhi on 2000/10/13 14:50:42
39102 Log: In Amdahl UTS "struct sv" is defined by a system header,
39106 ____________________________________________________________________________
39107 [ 7216] By: jhi on 2000/10/13 11:58:25
39108 Log: Ilya implemented the memory profiling API.
39111 ____________________________________________________________________________
39112 [ 7215] By: jhi on 2000/10/13 02:56:38
39113 Log: Subject: [PATCH 5.7.0] Perl API for mstats
39114 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39115 Date: Thu, 12 Oct 2000 22:52:40 -0400
39116 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
39118 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
39119 ____________________________________________________________________________
39120 [ 7214] By: jhi on 2000/10/13 02:55:38
39121 Log: Subject: [PATCH 5.7.0] IVs in mtats
39122 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39123 Date: Thu, 12 Oct 2000 22:51:04 -0400
39124 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
39127 ____________________________________________________________________________
39128 [ 7213] By: jhi on 2000/10/13 02:31:47
39129 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
39131 ! pod/perldiag.pod pp_sys.c
39132 ____________________________________________________________________________
39133 [ 7212] By: jhi on 2000/10/13 01:27:38
39134 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
39135 From: Peter Prymmer <pvhp@forte.com>
39136 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
39137 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
39140 ____________________________________________________________________________
39141 [ 7211] By: jhi on 2000/10/13 00:35:09
39142 Log: Update Changes.
39144 ! Changes patchlevel.h
39145 ____________________________________________________________________________
39146 [ 7210] By: jhi on 2000/10/12 23:59:40
39147 Log: The Install.pm third of
39149 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
39150 From: Bill Campbell <bill@celestial.com>
39151 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
39152 Date: Thu, 5 Oct 2000 18:04:51 -0700
39154 ! lib/ExtUtils/Install.pm
39155 ____________________________________________________________________________
39156 [ 7209] By: jhi on 2000/10/12 23:58:43
39159 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
39160 Date: Thu, 5 Oct 2000 18:04:51 -0700
39161 From: Bill Campbell <bill@celestial.com>
39162 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
39164 The Install.pm changes will be submitted separately because
39165 they need some work and discussion still.
39167 ! lib/getopts.pl lib/termcap.pl
39168 ____________________________________________________________________________
39169 [ 7208] By: jhi on 2000/10/12 23:41:19
39170 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
39171 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39172 Date: Thu, 12 Oct 2000 07:30:02 EDT
39173 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
39175 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
39176 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
39177 ____________________________________________________________________________
39178 [ 7207] By: jhi on 2000/10/12 23:39:01
39179 Log: An updated EBCDIC tr patch.
39181 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
39182 From: Peter Prymmer <pvhp@forte.com>
39183 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
39184 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
39187 ____________________________________________________________________________
39188 [ 7206] By: jhi on 2000/10/12 23:34:55
39189 Log: Upgrade to CPAN 1.58, from Andreas König.
39191 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39192 ____________________________________________________________________________
39193 [ 7205] By: jhi on 2000/10/12 23:29:08
39194 Log: Introduce the man[24-8] variables, from Andy Dougherty.
39195 Branch: metaconfig/U/perl
39196 + mandirs.U mandirstyle.U
39198 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39199 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
39200 ! vos/config.h vos/config.pl vos/config_h.SH_orig
39201 ! win32/config.bc win32/config.gc win32/config.vc
39202 ____________________________________________________________________________
39203 [ 7204] By: gsar on 2000/10/12 18:11:24
39204 Log: restore change#7202
39207 ____________________________________________________________________________
39208 [ 7203] By: gsar on 2000/10/12 18:09:40
39209 Log: another test of the Emergency Broadcast System--back out
39213 ____________________________________________________________________________
39214 [ 7202] By: gsar on 2000/10/12 16:40:47
39215 Log: (submitted on behalf of Jarkko)
39216 Fix the lib/encode.t subtest 6 failure as reported by Andreas
39217 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
39218 was unearthed by change 7182, as was a bug in HTML::Entities.
39221 ____________________________________________________________________________
39222 [ 7201] By: jhi on 2000/10/11 03:16:05
39223 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
39225 ! pp_hot.c t/pragma/utf8.t
39226 ____________________________________________________________________________
39227 [ 7200] By: jhi on 2000/10/11 00:40:30
39228 Log: The #7198 was a false alarm.
39231 ____________________________________________________________________________
39232 [ 7199] By: jhi on 2000/10/11 00:26:04
39233 Log: Remove duplicated code.
39236 ____________________________________________________________________________
39237 [ 7198] By: jhi on 2000/10/10 23:30:46
39238 Log: (Retracted by #7200.)
39241 ____________________________________________________________________________
39242 [ 7197] By: jhi on 2000/10/10 21:49:30
39243 Log: Add the test case for #7190, from the original bug report
39247 ____________________________________________________________________________
39248 [ 7196] By: jhi on 2000/10/10 21:40:49
39249 Log: Reapply Andy's patch and regen Configure.
39251 ! Configure INSTALL Makefile.SH Porting/Glossary
39252 ! Porting/config.sh config_h.SH epoc/config.sh installperl
39253 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
39255 ____________________________________________________________________________
39256 [ 7195] By: jhi on 2000/10/10 21:09:30
39257 Log: Use the versiononly instead of the installscripts,
39258 retract the changes 7146 and 7147.
39260 ! Configure INSTALL Makefile.SH Porting/Glossary
39261 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
39262 ! installperl uconfig.sh vos/config.def win32/config.bc
39263 ! win32/config.gc win32/config.vc
39264 ____________________________________________________________________________
39265 [ 7194] By: jhi on 2000/10/10 21:06:15
39266 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
39267 From: Peter Prymmer <pvhp@forte.com>
39268 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
39269 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
39272 ____________________________________________________________________________
39273 [ 7193] By: jhi on 2000/10/10 21:05:12
39274 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
39275 From: Peter Prymmer <pvhp@forte.com>
39276 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
39277 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
39280 ____________________________________________________________________________
39281 [ 7192] By: jhi on 2000/10/10 20:57:30
39282 Log: Add versiononly, delete installscripts, from Andy Dougherty.
39284 - U/installdirs/installscripts.U
39285 Branch: metaconfig/U/perl
39287 ____________________________________________________________________________
39288 [ 7191] By: jhi on 2000/10/10 19:41:21
39289 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
39290 From: Peter Prymmer <pvhp@forte.com>
39291 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
39292 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
39294 ! pod/perlebcdic.pod
39295 ____________________________________________________________________________
39296 [ 7190] By: jhi on 2000/10/10 19:26:14
39297 Log: Subject: Re: utf8 concat, mg_get
39298 From: Simon Cozens <simon@cozens.net>
39299 Date: Tue, 10 Oct 2000 17:40:17 +0100
39300 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
39303 ____________________________________________________________________________
39304 [ 7189] By: jhi on 2000/10/10 19:23:03
39305 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
39306 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
39307 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
39308 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
39310 ! lib/ExtUtils/MM_Unix.pm
39311 ____________________________________________________________________________
39312 [ 7188] By: jhi on 2000/10/10 15:31:24
39313 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
39314 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39315 Date: Fri, 14 Jul 2000 10:47:36 +0100
39316 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
39319 ____________________________________________________________________________
39320 [ 7187] By: jhi on 2000/10/10 13:30:10
39321 Log: Quote the temp file name, needed in Win32 because the
39322 default name unfortunately contains spaces, shouldn't
39325 Subject: FW: perldoc fails if $TEMP contains spaces
39326 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39327 Date: Thu, 14 Sep 2000 08:58:45 +0100
39328 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
39331 ____________________________________________________________________________
39332 [ 7186] By: jhi on 2000/10/10 13:16:27
39333 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
39334 From: hv@hugo.hybyte.com
39335 Date: Tue, 10 Oct 2000 14:10:20 +0100
39336 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
39338 ! t/lib/thr5005.t util.c
39339 ____________________________________________________________________________
39340 [ 7185] By: jhi on 2000/10/10 12:06:22
39341 Log: Upgrade to podlators 1.04, from Russ Allbery.
39343 ! lib/Pod/Man.pm lib/Pod/Text.pm
39344 ____________________________________________________________________________
39345 [ 7184] By: jhi on 2000/10/10 12:01:32
39346 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
39348 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
39349 ____________________________________________________________________________
39350 [ 7183] By: jhi on 2000/10/09 23:47:15
39351 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
39352 From: Peter Prymmer <pvhp@forte.com>
39353 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
39354 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
39356 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
39357 ____________________________________________________________________________
39358 [ 7182] By: jhi on 2000/10/09 23:43:16
39359 Log: Make eq work again with utf8 (disabling the upgrading
39360 should no more be necessary since the copies of the
39361 scalars are upgraded, not the scalars themselves).
39362 Takes care of ID 20001009.001. (The claimed length()
39363 bug in 20001009.001 seems bogus to me.)
39365 ! sv.c t/pragma/utf8.t
39366 ____________________________________________________________________________
39367 [ 7181] By: gsar on 2000/10/09 19:41:54
39368 Log: tweak for change#7173
39371 ____________________________________________________________________________
39372 [ 7180] By: gsar on 2000/10/09 19:26:56
39373 Log: on Windows, clean targets might not work under some flavors of the shell
39375 ! win32/Makefile win32/makefile.mk
39376 ____________________________________________________________________________
39377 [ 7179] By: jhi on 2000/10/09 19:21:02
39378 Log: Update Changes.
39380 ! Changes patchlevel.h
39381 ____________________________________________________________________________
39382 [ 7178] By: jhi on 2000/10/09 19:18:23
39383 Log: Warn about unknown scripts.
39385 Subject: Re: ideas? patches? [PATCH bleadperl]
39386 From: Dominic Dunlop <domo@computer.org>
39387 Date: Mon, 9 Oct 2000 14:57:17 +0200
39388 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
39391 ____________________________________________________________________________
39392 [ 7177] By: jhi on 2000/10/09 19:13:27
39393 Log: Change #7160 had a nasty typo.
39395 ! U/compline/Compile.U
39397 ! Configure config_h.SH
39398 ____________________________________________________________________________
39399 [ 7176] By: gsar on 2000/10/09 18:59:33
39403 ____________________________________________________________________________
39404 [ 7175] By: gsar on 2000/10/09 18:54:28
39405 Log: Windows9x doesn't support link(), despite what Config.pm
39408 ! lib/ExtUtils/Manifest.pm
39409 ____________________________________________________________________________
39410 [ 7174] By: gsar on 2000/10/09 18:50:03
39411 Log: avoid nonportable example code
39414 ____________________________________________________________________________
39415 [ 7173] By: gsar on 2000/10/09 18:46:54
39416 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
39417 being used) when closing a socket handle
39419 ! win32/win32.c win32/win32.h win32/win32sck.c
39420 ____________________________________________________________________________
39421 [ 7172] By: gsar on 2000/10/09 18:41:40
39422 Log: on Windows, cwd strings in the environment should be of the
39423 form =X:=X:\foo instead of =X=X:\foo\
39426 ____________________________________________________________________________
39427 [ 7171] By: gsar on 2000/10/09 18:30:09
39428 Log: on Windows, LoadLibrary() could load an extension DLL multiple
39429 times if forward slashes are used in the path
39432 ____________________________________________________________________________
39433 [ 7170] By: jhi on 2000/10/09 17:53:59
39434 Log: Add a todo note about overloadable assertions.
39437 ____________________________________________________________________________
39438 [ 7169] By: jhi on 2000/10/09 13:43:45
39439 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
39440 From: mjd@plover.com
39441 Date: 9 Oct 2000 00:24:44 -0000
39442 Message-ID: <20001009002444.10616.qmail@plover.com>
39444 ! pod/perldebguts.pod
39445 ____________________________________________________________________________
39446 [ 7168] By: nick on 2000/10/08 13:16:33
39447 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
39448 is not right thing to do on (e.g. x86). Network order is also "right" for
39451 ! ext/Encode/Encode.pm
39452 ____________________________________________________________________________
39453 [ 7167] By: nick on 2000/10/08 12:54:42
39454 Log: Make "encodings" work post-install when Encode/*.enc files may not
39455 be in same directory as Encode.pm
39457 ! ext/Encode/Encode.pm
39458 ____________________________________________________________________________
39459 [ 7166] By: nick on 2000/10/08 11:51:26
39460 Log: Work round the fact that $hash->{$key} does not take into account
39461 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
39462 so that key is always in the "expected" encoding - i.e. same way we put
39465 ! ext/Encode/Encode.pm
39466 ____________________________________________________________________________
39467 [ 7165] By: gsar on 2000/10/08 04:15:29
39468 Log: save_re_context() could reset PL_curcop to freed memory, causing core
39469 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
39472 ____________________________________________________________________________
39473 [ 7164] By: jhi on 2000/10/06 20:51:48
39474 Log: UTF8ize split() so that the cloned substrings get the UTF8
39475 flag of the original scalar. Problem reported by Simon Cozens.
39477 ! pp.c t/pragma/utf8.t
39478 ____________________________________________________________________________
39479 [ 7163] By: nick on 2000/10/06 20:48:34
39480 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
39481 got a false +ve and so did not reach code which would have un-FAKEd the SV.
39484 ____________________________________________________________________________
39485 [ 7162] By: nick on 2000/10/06 20:25:37
39486 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
39487 To fix (sort {$a <=> $b} keys %hash) in particular but
39488 should cover a number of other as-yet-unknown cases as well.
39491 ____________________________________________________________________________
39492 [ 7161] By: jhi on 2000/10/06 19:56:18
39493 Log: Change the version number of Tie::Handle in the core to 4.0,
39494 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
39496 Subject: Note on Tie::Handle
39497 From: andreas.koenig@anima.de (Andreas J. Koenig)
39498 Date: 06 Oct 2000 21:48:58 +0200
39499 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
39501 ! lib/Tie/Handle.pm
39502 ____________________________________________________________________________
39503 [ 7160] By: jhi on 2000/10/06 18:20:35
39504 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
39505 as the first option of cc/ld because of ultrapicky compilers
39508 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
39509 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
39510 ! U/compline/orderlib.U U/modified/Cppsym.U
39511 ! U/modified/d_access.U
39512 Branch: metaconfig/U/perl
39513 ! Checkcc.U d_dlsymun.U gccvers.U
39515 ! Configure config_h.SH
39516 ____________________________________________________________________________
39517 [ 7159] By: jhi on 2000/10/06 13:56:39
39518 Log: Update Changes.
39520 ! Changes patchlevel.h
39521 ____________________________________________________________________________
39522 [ 7158] By: jhi on 2000/10/06 12:48:40
39523 Log: Eliminate $Is_VMS code from the test.
39525 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
39526 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39527 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
39528 Date: Thu, 5 Oct 2000 07:46:33 EDT
39531 ____________________________________________________________________________
39532 [ 7157] By: jhi on 2000/10/06 12:47:13
39533 Log: Also the $ccflags is needed for the C compiler check.
39535 Subject: Configure (check for C-compiler)
39536 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39537 Date: Fri, 06 Oct 2000 08:47:15 +0200
39538 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
39539 Branch: metaconfig/U/perl
39542 ! Configure config_h.SH
39543 ____________________________________________________________________________
39544 [ 7156] By: jhi on 2000/10/06 11:45:15
39545 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
39547 ! perl.c pp_ctl.c sv.h utf8.c
39548 ____________________________________________________________________________
39549 [ 7155] By: jhi on 2000/10/06 11:40:41
39550 Log: IO::Handle->syswrite() did not handle length omission
39551 like CORE::syswrite() does.
39553 Subject: [Fwd] IO::Handle, syswrite and arguments
39554 From: Graham Barr <gbarr@pobox.com>
39555 Date: Fri, 6 Oct 2000 10:22:05 +0100
39556 Message-ID: <20001006102205.U6312@pobox.com>
39558 The original patch from andrew@ugh.net.au.
39560 ! ext/IO/lib/IO/Handle.pm
39561 ____________________________________________________________________________
39562 [ 7154] By: jhi on 2000/10/06 01:42:15
39566 ____________________________________________________________________________
39567 [ 7153] By: jhi on 2000/10/06 00:39:55
39568 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
39571 ____________________________________________________________________________
39572 [ 7152] By: jhi on 2000/10/06 00:38:11
39573 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
39575 ! perl.c pp_ctl.c sv.h utf8.c
39576 ____________________________________________________________________________
39577 [ 7151] By: jhi on 2000/10/06 00:36:38
39578 Log: Subject: Re: Questions about Tie::Array and perl modules
39579 From: Nick Ing-Simmons <nik@tiuk.ti.com>
39580 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
39581 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
39583 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
39585 ! lib/Tie/Array.pm t/op/array.t
39586 ____________________________________________________________________________
39587 [ 7150] By: jhi on 2000/10/05 00:20:45
39588 Log: Regen Changes.
39590 ! Changes patchlevel.h
39591 ____________________________________________________________________________
39592 [ 7149] By: jhi on 2000/10/05 00:20:01
39596 ____________________________________________________________________________
39597 [ 7148] By: jhi on 2000/10/04 23:35:08
39598 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
39599 reported several times by Dominic Dunlop, for example in
39600 ID 20000315.008. Patch from Dominic. Patch affects at
39601 least MachTen, and possibly other oldish BSDs. Should not
39602 break non-broken platforms (tested on LinuxPPC).
39605 ____________________________________________________________________________
39606 [ 7147] By: jhi on 2000/10/04 23:26:34
39607 Log: The one that got away from 7146.
39609 + U/installdirs/installscripts.U
39610 ____________________________________________________________________________
39611 [ 7146] By: jhi on 2000/10/04 23:25:04
39612 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
39613 suggested by H. Merijn Brand.
39615 ! Configure INSTALL Makefile.SH Porting/Glossary
39616 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
39617 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
39619 ____________________________________________________________________________
39620 [ 7145] By: jhi on 2000/10/04 22:08:21
39621 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
39622 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39623 Date: Wed, 4 Oct 2000 17:37:46 -0400
39624 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
39627 ____________________________________________________________________________
39628 [ 7144] By: jhi on 2000/10/04 18:11:41
39629 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
39630 From: Jeff Pinyan <jeffp@crusoe.net>
39631 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
39632 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
39635 ____________________________________________________________________________
39636 [ 7143] By: jhi on 2000/10/04 18:09:58
39637 Log: Subject: perlhack.pod Patch for Externals Tools
39638 From: Fisher Mark <fisherm@tce.com>
39639 Date: Tue, 3 Oct 2000 15:43:27 -0500
39640 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
39643 ____________________________________________________________________________
39644 [ 7142] By: jhi on 2000/10/04 18:08:41
39645 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
39646 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39647 Date: Wed, 4 Oct 2000 12:11:11 EDT
39648 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
39651 ____________________________________________________________________________
39652 [ 7141] By: jhi on 2000/10/04 12:20:16
39653 Log: Subject: [PATCH 5.7.0] h2xs not working
39654 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39655 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
39656 Date: Tue, 3 Oct 2000 21:43:01 -0400
39658 Subject: [PATCH 5.7.0] h2xs not documenting the created module
39659 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39660 Date: Tue, 3 Oct 2000 22:55:19 -0400
39661 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
39664 ____________________________________________________________________________
39665 [ 7140] By: jhi on 2000/10/04 11:53:44
39666 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
39667 From: nick@babyhippo.com
39668 Date: Wed, 4 Oct 2000 12:06:45 +0100
39669 Message-Id: <20001004120645.A7356@babyhippo.com>
39671 Retract 7118 and 7135.
39673 ! installman installperl op.c t/pragma/subs.t
39674 ____________________________________________________________________________
39675 [ 7139] By: jhi on 2000/10/03 22:09:41
39676 Log: It is possible to have no hosts database at all. Pointed out in
39678 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
39679 From: Peter Prymmer <pvhp@forte.com>
39680 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39681 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39683 ! U/modified/myhostname.U
39685 ! Configure config_h.SH
39686 ____________________________________________________________________________
39687 [ 7138] By: jhi on 2000/10/03 21:49:49
39688 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
39689 From: Peter Prymmer <pvhp@forte.com>
39690 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39691 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39694 ____________________________________________________________________________
39695 [ 7137] By: jhi on 2000/10/03 20:10:05
39696 Log: One remaining nit less at the VMS mailbox sizing.
39699 ____________________________________________________________________________
39700 [ 7136] By: jhi on 2000/10/03 20:08:47
39701 Log: Test harness update to sync with the new perlcc,
39705 ____________________________________________________________________________
39706 [ 7135] By: jhi on 2000/10/03 15:15:42
39707 Log: Subject: Re: PATCH for 20001003.004
39708 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
39709 From: "AARON B. DOSSETT" <aaron@iglou.com>
39710 Message-Id: <E13gTay-0006od-00@iglou.com>
39712 ! installman installperl
39713 ____________________________________________________________________________
39714 [ 7134] By: jhi on 2000/10/03 15:00:34
39715 Log: Subject: [ID 20001003.006] B::Debug not -w clean
39716 From: Nicholas Clark <nick@babyhippo.co.uk>
39717 Date: Tue, 03 Oct 2000 15:46:32 +0100
39718 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
39721 ____________________________________________________________________________
39722 [ 7133] By: jhi on 2000/10/03 14:58:39
39723 Log: Scale down the VMS message boxes, by Charles Lane.
39724 Fix for ID 20000903.009, workaround at
39725 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
39728 ____________________________________________________________________________
39729 [ 7132] By: jhi on 2000/10/03 11:20:37
39730 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
39732 + t/lib/st-lock.t t/lib/st-utf8.t
39733 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
39734 ! ext/Storable/Storable.xs t/lib/st-recurse.t
39735 ____________________________________________________________________________
39736 [ 7131] By: jhi on 2000/10/03 03:38:23
39739 ! MANIFEST Makefile.SH
39740 ____________________________________________________________________________
39741 [ 7130] By: jhi on 2000/10/03 03:31:05
39742 Log: Update Changes.
39744 ! Changes patchlevel.h
39745 ____________________________________________________________________________
39746 [ 7129] By: jhi on 2000/10/03 02:24:02
39747 Log: Misplaced else.
39748 Branch: metaconfig/U/perl
39751 ! Configure config_h.SH
39752 ____________________________________________________________________________
39753 [ 7128] By: jhi on 2000/10/03 02:08:29
39754 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
39755 From: sthoenna@efn.org
39756 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
39757 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
39758 Branch: metaconfig/U/perl
39761 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
39762 ____________________________________________________________________________
39763 [ 7127] By: jhi on 2000/10/03 01:13:14
39764 Log: Update Changes.
39766 ! Changes patchlevel.h
39767 ____________________________________________________________________________
39768 [ 7126] By: jhi on 2000/10/03 00:57:08
39769 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
39770 as suggested by Olaf Flebbe and Nick Clark.
39772 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
39773 ____________________________________________________________________________
39774 [ 7125] By: jhi on 2000/10/03 00:50:56
39775 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
39776 From: Nick Clark <nick@plum.flirble.org>
39777 Date: Mon, 2 Oct 2000 11:03:24 +0100
39778 Message-Id: <20001002110324.D20073@plum.flirble.org>
39780 Also fixes bug ID 20001002.005.
39783 ____________________________________________________________________________
39784 [ 7124] By: jhi on 2000/10/03 00:34:59
39785 Log: Subject: [PATCH 5.7.0] Epoc update
39786 From: Olaf Flebbe <o.flebbe@gmx.de>
39787 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
39788 Message-ID: <26423.969484586@www10.gmx.net>
39790 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
39791 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
39792 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
39794 ____________________________________________________________________________
39795 [ 7123] By: jhi on 2000/10/03 00:30:07
39796 Log: Regen headers.
39798 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
39799 ____________________________________________________________________________
39800 [ 7122] By: jhi on 2000/10/03 00:10:48
39801 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
39804 ____________________________________________________________________________
39805 [ 7121] By: jhi on 2000/10/03 00:05:06
39806 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
39807 From: <abigail@foad.org>
39808 Date: Tue, 26 Sep 2000 13:36:14 -0400
39809 Message-ID: <20000926173614.4356.qmail@foad.org>
39812 ____________________________________________________________________________
39813 [ 7120] By: jhi on 2000/10/03 00:04:00
39814 Log: Inside require() $^S was always left undefined.
39816 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
39817 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39818 Date: Wed, 27 Sep 2000 18:54:49 -0400
39819 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
39821 ! cop.h mg.c pp_ctl.c util.c
39822 ____________________________________________________________________________
39823 [ 7119] By: jhi on 2000/10/03 00:00:16
39824 Log: Subject: [PATCH] DLL not restartabke with threaded perl
39825 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
39826 Date: Thu, 28 Sep 2000 09:20:46 +0100
39827 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
39830 ____________________________________________________________________________
39831 [ 7118] By: jhi on 2000/10/02 23:59:20
39832 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
39833 From: Nicholas Clark <nick@ccl4.org>
39834 Date: Thu, 28 Sep 2000 11:52:24 +0100
39835 Message-ID: <20000928115224.D7924@plum.flirble.org>
39838 ____________________________________________________________________________
39839 [ 7117] By: jhi on 2000/10/02 23:57:51
39840 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
39841 From: Nicholas Clark <nick@babyhippo.co.uk>
39842 Date: Thu, 28 Sep 2000 12:18:10 +0100
39843 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
39845 Did not apply cleanly, manual intervention was needed.
39847 ! ext/B/B/Bytecode.pm utils/perlcc.PL
39848 ____________________________________________________________________________
39849 [ 7116] By: jhi on 2000/10/02 23:50:40
39850 Log: Document the issue (is not a syntax error, kind of)
39852 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
39853 From: Nicholas Clark <nick@ccl4.org>
39854 Date: Thu, 28 Sep 2000 17:12:42 +0100
39855 Message-ID: <20000928171242.K7924@plum.flirble.org>
39858 ____________________________________________________________________________
39859 [ 7115] By: jhi on 2000/10/02 23:48:58
39860 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
39861 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39862 Date: Thu, 28 Sep 2000 21:55:31 -0400
39863 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
39866 ____________________________________________________________________________
39867 [ 7114] By: jhi on 2000/10/02 23:47:57
39868 Log: Subject: DOC PATCH 5.6.0
39869 From: mjd@plover.com
39870 Date: 30 Sep 2000 06:02:34 -0000
39871 Message-ID: <20000930060234.4559.qmail@plover.com>
39873 ! pod/perldebguts.pod
39874 ____________________________________________________________________________
39875 [ 7113] By: jhi on 2000/10/02 23:46:43
39876 Log: SOCK_DGRAM and listen() do not mix as reported in
39878 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
39879 From: Petter Reinholdtsen <pere@hungry.com>
39880 Date: Sun, 1 Oct 2000 10:57:20 +0800
39881 Message-Id: <200010010257.KAA05735@localhost.localdomain>
39883 The patch for 5.7.0+ had to be reengineered, though.
39885 ! ext/IO/lib/IO/Socket/UNIX.pm
39886 ____________________________________________________________________________
39887 [ 7112] By: jhi on 2000/10/02 23:36:57
39888 Log: Subject: Re: [PATCH 5.005_64 missed]
39889 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39890 Date: Sun, 1 Oct 2000 18:50:10 -0400
39891 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
39894 ____________________________________________________________________________
39895 [ 7111] By: jhi on 2000/10/02 23:35:40
39896 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
39897 From: Radu Greab <radu@netsoft.ro>
39898 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
39899 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
39901 ! op.c opcode.pl t/op/substr.t
39902 ____________________________________________________________________________
39903 [ 7110] By: jhi on 2000/10/02 23:32:38
39904 Log: Subject: [PATCH] Fix aliasing of tied filehandles
39905 From: Daniel Chetlin <daniel@chetlin.com>
39906 Date: Mon, 2 Oct 2000 14:53:27 -0700
39907 Message-ID: <20001002145327.C1617@ilmd>
39909 ! perl.h pp_hot.c t/op/tiehandle.t
39910 ____________________________________________________________________________
39911 [ 7109] By: jhi on 2000/10/02 23:31:30
39912 Log: s/Robin Parker/Robin Barker/
39915 ____________________________________________________________________________
39916 [ 7108] By: jhi on 2000/10/02 23:15:46
39917 Log: Retract #7091 as suggested in
39919 From: Robin Barker <rmb1@cise.npl.co.uk>
39920 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
39921 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
39922 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
39925 ____________________________________________________________________________
39926 [ 7107] By: nick on 2000/10/02 18:23:14
39927 Log: A few tweaks to get Tk803 to work with Encode scheme.
39929 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39930 ____________________________________________________________________________
39931 [ 7106] By: nick on 2000/10/01 21:34:14
39932 Log: Add checking cases to Encode's toUnicode and fromUnicode.
39934 ! ext/Encode/Encode.pm
39935 ____________________________________________________________________________
39936 [ 7105] By: nick on 2000/10/01 17:18:01
39937 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
39938 To read and use them.
39939 Add a lib/encode.t which checks a few things.
39941 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
39942 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
39943 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
39944 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
39945 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
39946 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
39947 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
39948 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
39949 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
39950 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
39951 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
39952 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
39953 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
39954 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
39955 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
39956 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
39957 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
39958 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
39959 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
39960 + ext/Encode/Encode/iso2022-jp.enc
39961 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39962 + ext/Encode/Encode/iso8859-1.enc
39963 + ext/Encode/Encode/iso8859-2.enc
39964 + ext/Encode/Encode/iso8859-3.enc
39965 + ext/Encode/Encode/iso8859-4.enc
39966 + ext/Encode/Encode/iso8859-5.enc
39967 + ext/Encode/Encode/iso8859-6.enc
39968 + ext/Encode/Encode/iso8859-7.enc
39969 + ext/Encode/Encode/iso8859-8.enc
39970 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
39971 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
39972 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
39973 + ext/Encode/Encode/macCentEuro.enc
39974 + ext/Encode/Encode/macCroatian.enc
39975 + ext/Encode/Encode/macCyrillic.enc
39976 + ext/Encode/Encode/macDingbats.enc
39977 + ext/Encode/Encode/macGreek.enc
39978 + ext/Encode/Encode/macIceland.enc
39979 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
39980 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
39981 + ext/Encode/Encode/macTurkish.enc
39982 + ext/Encode/Encode/macUkraine.enc
39983 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
39985 ! MANIFEST ext/Encode/Encode.pm
39986 ____________________________________________________________________________
39987 [ 7104] By: nick on 2000/09/30 13:04:30
39988 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
39989 From: Daniel Chetlin <daniel@chetlin.com>
39990 Date: Mon, 18 Sep 2000 05:05:40 -0700
39991 Message-Id: <20000918050540.C652@ilmd>
39993 ! lib/overload.pm sv.c t/pragma/overload.t
39994 ____________________________________________________________________________
39995 [ 7103] By: nick on 2000/09/30 12:53:36
39996 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
39997 From: Johan Vromans <jvromans@squirrel.nl>
39998 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
39999 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
40002 ____________________________________________________________________________
40003 [ 7102] By: nick on 2000/09/30 12:52:31
40004 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
40005 From: Spider Boardman <spider@Orb.Nashua.NH.US>
40006 Date: Sat, 16 Sep 2000 16:36:45 -0400
40007 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
40009 ! ext/B/B/Deparse.pm
40010 ____________________________________________________________________________
40011 [ 7101] By: nick on 2000/09/30 12:51:41
40012 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
40013 From: Craig A. Berry <craig.berry@psinetcs.com>
40014 Date: Sat, 16 Sep 2000 10:11:10 -0500
40015 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
40018 ____________________________________________________________________________
40019 [ 7100] By: nick on 2000/09/30 12:50:33
40020 Log: Subject: Re: unicode support and perl [ID 20000901.097]
40021 From: Spider Boardman <spider@Orb.Nashua.NH.US>
40022 Date: Fri, 15 Sep 2000 16:37:58 -0400
40023 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
40026 ____________________________________________________________________________
40027 [ 7099] By: nick on 2000/09/30 12:49:35
40028 Log: Subject: Re: unicode support and perl [ID 20000901.097]
40029 From: Spider Boardman <spider@Orb.Nashua.NH.US>
40030 Date: Fri, 15 Sep 2000 16:25:30 -0400
40031 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
40034 ____________________________________________________________________________
40035 [ 7098] By: nick on 2000/09/30 12:48:00
40036 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
40037 From: Gisle Aas <gisle@ActiveState.com>
40038 Date: 15 Sep 2000 16:23:41 +0200
40039 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
40042 ____________________________________________________________________________
40043 [ 7097] By: nick on 2000/09/30 12:45:16
40044 Log: Subject: [PATCH] Nits in perlmod.pod
40045 From: Daniel Chetlin <daniel@chetlin.com>
40046 Date: Fri, 15 Sep 2000 02:04:09 -0700
40047 Message-Id: <20000915020409.A2104@ilmd>
40050 ____________________________________________________________________________
40051 [ 7096] By: nick on 2000/09/30 12:18:00
40052 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
40053 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
40054 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
40055 0 to checking to get the warning.
40057 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
40058 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
40059 ! regexec.c sv.c toke.c utf8.c
40060 ____________________________________________________________________________
40061 [ 7095] By: nick on 2000/09/15 16:55:59
40062 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
40064 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
40065 From: Spider Boardman <spider@Orb.Nashua.NH.US>
40066 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
40067 Date: Fri, 15 Sep 2000 06:37:30 -0400
40069 ! ext/Encode/Encode.xs sv.c
40070 ____________________________________________________________________________
40071 [ 7094] By: jhi on 2000/09/15 03:23:32
40072 Log: Update Changes.
40074 ! Changes patchlevel.h
40075 ____________________________________________________________________________
40076 [ 7093] By: jhi on 2000/09/15 03:11:44
40077 Log: Fix for the charnames.t failures from Spider Boardman.
40080 ____________________________________________________________________________
40081 [ 7092] By: jhi on 2000/09/15 00:15:48
40082 Log: Botched the #7090 check-in.
40085 ____________________________________________________________________________
40086 [ 7091] By: jhi on 2000/09/14 23:33:24
40087 Log: Part of #7081 didn't come through.
40090 ____________________________________________________________________________
40091 [ 7090] By: jhi on 2000/09/14 23:17:39
40092 Log: Subject: Re: perl@7078
40093 From: Spider Boardman <spider@web.zk3.dec.com>
40094 Date: Thu, 14 Sep 2000 19:06:36 -0400
40095 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
40098 ____________________________________________________________________________
40099 [ 7089] By: jhi on 2000/09/14 23:11:21
40100 Log: Small portability tweaks.
40102 ! ext/Encode/Encode.xs
40103 ____________________________________________________________________________
40104 [ 7088] By: jhi on 2000/09/14 22:57:23
40105 Log: Fake return to pacify picky compilers.
40107 ! ext/Encode/Encode.xs
40108 ____________________________________________________________________________
40109 [ 7087] By: jhi on 2000/09/14 22:53:37
40110 Log: Subject: [PATCH] utf8.c apidoc
40111 From: Simon Cozens <simon@cozens.net>
40112 Date: Thu, 14 Sep 2000 23:46:57 +0100
40113 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
40115 ! perlapi.c pod/perlapi.pod utf8.c
40116 ____________________________________________________________________________
40117 [ 7086] By: jhi on 2000/09/14 22:40:38
40118 Log: We don't need to count the high bit bytes, a boolean is enough.
40121 ____________________________________________________________________________
40122 [ 7085] By: jhi on 2000/09/14 21:20:09
40123 Log: Replace #7084 with
40125 Subject: Re: perl@7078
40126 From: Spider Boardman <spider@web.zk3.dec.com>
40127 Date: Thu, 14 Sep 2000 17:09:36 -0400
40128 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
40131 ____________________________________________________________________________
40132 [ 7084] By: jhi on 2000/09/14 20:03:34
40133 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
40134 convertable to bytes by checking it doesn't go above 0xc3
40136 Subject: Re: perl@7078
40137 From: Simon Cozens <simon@cozens.net>
40138 Date: Thu, 14 Sep 2000 20:59:19 +0100
40139 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
40142 ____________________________________________________________________________
40143 [ 7083] By: jhi on 2000/09/14 19:38:47
40144 Log: Subject: Re: perl@7078
40145 From: Simon Cozens <simon@cozens.net>
40146 Date: Thu, 14 Sep 2000 20:13:09 +0100
40147 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
40150 ____________________________________________________________________________
40151 [ 7082] By: jhi on 2000/09/14 17:50:44
40152 Log: The one that got away.
40155 ____________________________________________________________________________
40156 [ 7081] By: jhi on 2000/09/14 17:45:35
40157 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
40158 From: Robin Barker <rmb1@cise.npl.co.uk>
40159 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
40160 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
40162 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
40163 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
40164 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
40165 ! regcomp.c toke.c universal.c
40166 ____________________________________________________________________________
40167 [ 7080] By: jhi on 2000/09/14 17:40:35
40168 Log: Problems picked up by AIX cc.
40170 Subject: Re: perl@7078 (patch included)
40171 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40172 Date: Thu, 14 Sep 2000 18:53:30 +0200
40173 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
40175 ! ext/Encode/Encode.xs
40176 ____________________________________________________________________________
40177 [ 7079] By: jhi on 2000/09/14 17:38:27
40178 Log: Subject: File::Find 5.7.0 POD nits
40179 From: Rich Morin <rdm@cfcl.com>
40180 Date: Wed, 13 Sep 2000 22:03:58 -0700
40181 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
40184 ____________________________________________________________________________
40185 [ 7078] By: jhi on 2000/09/14 14:58:20
40186 Log: Update Changes.
40188 ! Changes patchlevel.h
40189 ____________________________________________________________________________
40190 [ 7077] By: jhi on 2000/09/14 14:55:54
40191 Log: Compilation warnings and an error.
40194 ____________________________________________________________________________
40195 [ 7076] By: jhi on 2000/09/14 14:42:56
40196 Log: Fix for a parsing bug, not for the original bug.
40198 Subject: Re: [ID 20000910.005] Another segfault with regexes.
40199 From: Spider Boardman <spider@web.zk3.dec.com>
40200 Date: Wed, 13 Sep 2000 17:52:20 -0400
40201 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
40204 ____________________________________________________________________________
40205 [ 7075] By: jhi on 2000/09/14 14:40:40
40206 Log: Batch of UTF-8 patches from Simon Cozens.
40208 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
40209 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
40211 ____________________________________________________________________________
40212 [ 7074] By: jhi on 2000/09/14 14:29:58
40213 Log: Subject: Re: Two advertising clauses need to be removed
40214 From: Russ Allbery <rra@stanford.edu>
40215 Date: 13 Sep 2000 18:50:26 -0700
40216 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
40218 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
40219 ____________________________________________________________________________
40220 [ 7073] By: jhi on 2000/09/14 14:28:20
40221 Log: Subject: [PATCH] de-wall t/README
40222 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40223 Date: Wed, 13 Sep 2000 17:46:55 -0700
40224 Message-ID: <//Bw5gzkge/e092yn@efn.org>
40227 ____________________________________________________________________________
40228 [ 7072] By: jhi on 2000/09/14 14:25:10
40229 Log: Hints optimization.
40232 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40233 Date: Wed, 13 Sep 2000 21:42:07 +0200
40234 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
40237 ____________________________________________________________________________
40238 [ 7071] By: jhi on 2000/09/14 14:23:30
40239 Log: Allow chop() and chomp() to be overridden.
40241 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
40242 From: "Casey R. Tweten" <crt@kiski.net>
40243 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
40244 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
40247 ____________________________________________________________________________
40248 [ 7070] By: jhi on 2000/09/14 14:20:36
40249 Log: The return value of setlocale must be copied away.
40251 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
40252 From: Alan Burlison <Alan.Burlison@uk.sun.com>
40253 Date: Wed, 13 Sep 2000 16:27:37 +0100
40254 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
40257 ____________________________________________________________________________
40258 [ 7069] By: jhi on 2000/09/14 14:16:27
40259 Log: Remove vestiges of tr//CU.
40261 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
40262 From: Nick Clark <nick@plum.flirble.org>
40263 Date: Tue, 12 Sep 2000 22:50:14 +0100
40264 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
40266 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
40267 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40268 Date: Tue, 12 Sep 2000 21:38:48 -0700
40269 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
40271 ! op.h pod/perlunicode.pod
40272 ____________________________________________________________________________
40273 [ 7068] By: jhi on 2000/09/13 14:18:39
40274 Log: Add the Encode extension. The code is still largely just skeleton.
40276 + ext/Encode/Encode.pm ext/Encode/Encode.xs
40277 + ext/Encode/Makefile.PL ext/Encode/Todo
40278 ! MANIFEST Todo-5.6
40279 ____________________________________________________________________________
40280 [ 7067] By: jhi on 2000/09/12 17:43:33
40281 Log: Allow for whitespace between "#" and "line" in cpp output.
40283 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
40284 From: Calle Dybedahl <calle@lysator.liu.se>
40285 Date: 12 Sep 2000 19:38:02 +0200
40286 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
40288 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
40289 ____________________________________________________________________________
40290 [ 7066] By: gsar on 2000/09/12 17:24:29
40291 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
40292 initialization in all the threads on Windows
40295 ____________________________________________________________________________
40296 [ 7065] By: jhi on 2000/09/12 15:11:31
40297 Log: Update Changes.
40299 ! Changes patchlevel.h
40300 ____________________________________________________________________________
40301 [ 7064] By: jhi on 2000/09/12 14:54:54
40302 Log: Retract #7062, the pod tests are not ready.
40305 ____________________________________________________________________________
40306 [ 7063] By: jhi on 2000/09/12 14:25:41
40307 Log: The #7054 truncated Configure badly.
40308 Branch: metaconfig/U/perl
40311 ! Configure config_h.SH
40312 ____________________________________________________________________________
40313 [ 7062] By: jhi on 2000/09/12 14:08:32
40314 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
40315 From: sthoenna@efn.org
40316 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
40317 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
40320 ____________________________________________________________________________
40321 [ 7061] By: jhi on 2000/09/12 14:07:18
40322 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
40323 From: sthoenna@efn.org
40324 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
40325 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
40328 ____________________________________________________________________________
40329 [ 7060] By: jhi on 2000/09/12 14:06:08
40330 Log: Break up the myconfig lines a bit.
40332 Subject: perlbug/perl -V output format
40333 From: sthoenna@efn.org
40334 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
40335 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
40338 ____________________________________________________________________________
40339 [ 7059] By: jhi on 2000/09/12 14:05:04
40340 Log: Test for the #7049.
40342 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
40343 From: andreas.koenig@anima.de (Andreas J. Koenig)
40344 Date: 12 Sep 2000 06:42:01 +0200
40345 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
40348 ____________________________________________________________________________
40349 [ 7058] By: jhi on 2000/09/12 14:03:05
40350 Log: Subject: [patch: perl@7045] vms updates
40351 From: Peter Prymmer <pvhp@forte.com>
40352 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
40353 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
40355 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
40356 ____________________________________________________________________________
40357 [ 7057] By: jhi on 2000/09/12 14:00:51
40358 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
40359 From: sthoenna@efn.org
40360 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
40361 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
40364 ____________________________________________________________________________
40365 [ 7056] By: jhi on 2000/09/12 13:58:14
40366 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
40367 From: Jeff Pinyan <jeffp@crusoe.net>
40368 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
40369 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
40372 ____________________________________________________________________________
40373 [ 7055] By: jhi on 2000/09/12 13:56:32
40374 Log: Do in VMS as the #7054 does.
40377 ____________________________________________________________________________
40378 [ 7054] By: jhi on 2000/09/12 13:50:31
40379 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
40380 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40381 Date: Mon, 11 Sep 2000 08:33:09 +0100
40382 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
40383 Branch: metaconfig/U/perl
40386 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
40387 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40388 ____________________________________________________________________________
40389 [ 7053] By: jhi on 2000/09/12 13:29:19
40390 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
40391 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40392 Date: Tue, 12 Sep 2000 08:35:59 EDT
40393 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
40396 ____________________________________________________________________________
40397 [ 7052] By: jhi on 2000/09/11 23:01:50
40398 Log: Document the SvUTF8*().
40400 ! pod/perlapi.pod sv.h
40401 ____________________________________________________________________________
40402 [ 7051] By: gsar on 2000/09/11 14:46:30
40403 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
40404 (missed a spot when fixing up op_pmreplroot hack for ithreads)
40406 ! op.c t/op/split.t
40407 ____________________________________________________________________________
40408 [ 7050] By: nick on 2000/09/11 10:03:51
40409 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
40411 Subject: borland C++ win32.c tweak
40412 From: Vadim Konovalov <vkonovalov@lucent.com>
40413 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
40414 Date: Mon, 11 Sep 2000 11:22:33 +0400
40417 ____________________________________________________________________________
40418 [ 7049] By: nick on 2000/09/11 09:57:33
40419 Log: Point fix for s/// on foreach (keys %xxx).
40422 ____________________________________________________________________________
40423 [ 7048] By: jhi on 2000/09/10 23:37:09
40424 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
40425 by Pod::Text, from Brad Appleton.
40427 ! t/pod/testp2pt.pl
40428 ____________________________________________________________________________
40429 [ 7047] By: jhi on 2000/09/10 14:32:53
40430 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
40433 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
40434 ____________________________________________________________________________
40435 [ 7046] By: jhi on 2000/09/10 14:15:08
40436 Log: Upgrade to CPAN 1.57_65, from Andreas König.
40438 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40439 ____________________________________________________________________________
40440 [ 7045] By: jhi on 2000/09/08 21:36:32
40441 Log: Update Changes.
40443 ! Changes patchlevel.h
40444 ____________________________________________________________________________
40445 [ 7044] By: jhi on 2000/09/08 21:29:56
40446 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
40447 From: Peter Prymmer <pvhp@forte.com>
40448 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
40449 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
40452 ____________________________________________________________________________
40453 [ 7043] By: jhi on 2000/09/08 21:27:50
40454 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
40455 From: Peter Prymmer <pvhp@forte.com>
40456 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
40457 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
40459 ! Makefile.SH installperl
40460 ____________________________________________________________________________
40461 [ 7042] By: jhi on 2000/09/08 21:23:21
40462 Log: Continue #7041.
40464 ! cygwin/Makefile.SHs os2/Makefile.SHs
40465 ____________________________________________________________________________
40466 [ 7041] By: jhi on 2000/09/08 21:18:10
40467 Log: Do away with memory models cruft. Sorry, PDP users.
40469 ! U/modified/cc.U U/modified/libpth.U
40471 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
40472 ! Porting/config_H cflags.SH config_h.SH configure.com
40473 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
40474 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
40475 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
40476 ____________________________________________________________________________
40477 [ 7040] By: jhi on 2000/09/08 14:34:18
40478 Log: Major rewrite of s2p. And I mean really major, it is
40479 an implementation of sed in perl. If called as s2p it
40480 will function as s2p. Note: needs non-UNIXifying.
40483 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40484 Date: Mon, 28 Aug 2000 14:05:12 +0200
40485 Message-ID: <39AA5578.2102E2AA@alcatel.at>
40488 ____________________________________________________________________________
40489 [ 7039] By: jhi on 2000/09/08 14:19:49
40490 Log: Re-allow vec() for characters > 255.
40492 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
40493 From: Spider Boardman <spider@web.zk3.dec.com>
40494 Date: Fri, 08 Sep 2000 02:21:02 -0400
40495 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
40497 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
40499 ____________________________________________________________________________
40500 [ 7038] By: jhi on 2000/09/08 14:14:18
40501 Log: Subject: [PATCH lib/Benchmark.pm]
40502 From: <abigail@foad.org>
40503 Date: Thu, 7 Sep 2000 15:03:20 -0400
40504 Message-ID: <20000907190320.888.qmail@foad.org>
40507 ____________________________________________________________________________
40508 [ 7037] By: jhi on 2000/09/08 14:11:06
40509 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
40511 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
40512 From: Spider Boardman <spider@web.zk3.dec.com>
40513 Date: Fri, 08 Sep 2000 01:30:27 -0400
40514 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
40517 ____________________________________________________________________________
40518 [ 7036] By: jhi on 2000/09/08 14:08:58
40519 Log: Subject: [ID 20000908.002] perlipc documentation bug.
40520 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
40521 Date: Fri, 08 Sep 2000 12:38:32 +0200
40522 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
40525 ____________________________________________________________________________
40526 [ 7035] By: jhi on 2000/09/08 14:03:12
40527 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
40528 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40529 Date: Fri, 08 Sep 2000 11:47:34 +0200
40530 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
40533 ____________________________________________________________________________
40534 [ 7034] By: jhi on 2000/09/08 13:59:35
40535 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
40536 From: Simon Cozens <simon@cozens.net>
40537 Date: Thu, 7 Sep 2000 20:40:38 +0100
40538 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
40541 ____________________________________________________________________________
40542 [ 7033] By: jhi on 2000/09/08 04:03:03
40543 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
40544 From: "Larry W. Virden" <lvirden@cas.org>
40545 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
40546 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
40549 ____________________________________________________________________________
40550 [ 7032] By: jhi on 2000/09/07 22:18:30
40551 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
40552 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
40553 Date: Mon, 04 Sep 2000 13:16:38 -0700
40554 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
40557 ____________________________________________________________________________
40558 [ 7031] By: jhi on 2000/09/07 22:02:29
40559 Log: Fix the ccversion detection for 5.1 and beyond.
40561 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
40562 From: Spider Boardman <spider@leggy.zk3.dec.com>
40563 Date: Thu, 7 Sep 2000 17:54:27 -0400
40564 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
40567 ____________________________________________________________________________
40568 [ 7030] By: jhi on 2000/09/07 19:12:28
40571 Subject: [ID 20000903.001] \w in utf8-strings
40572 From: Marc Lehmann <pcg@goof.com>
40573 Date: Sun, 03 Sep 2000 09:44:29 +0200
40574 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
40576 and various related nits.
40578 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
40579 ____________________________________________________________________________
40580 [ 7029] By: jhi on 2000/09/07 18:49:09
40581 Log: Fix the URL, but the server is still missing in action.
40583 Subject: [ID 20000905.002] perlfaq1.pod URL error
40584 From: "Larry W. Virden" <lvirden@cas.org>
40585 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
40586 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
40589 ____________________________________________________________________________
40590 [ 7028] By: jhi on 2000/09/07 18:47:13
40591 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
40592 From: Hugo <hv@crypt.compulink.co.uk>
40593 Date: Tue, 05 Sep 2000 14:13:37 +0100
40594 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
40597 ____________________________________________________________________________
40598 [ 7027] By: jhi on 2000/09/07 18:45:35
40599 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
40600 From: Daniel Chetlin <daniel@chetlin.com>
40601 Date: Tue, 5 Sep 2000 04:57:07 -0700
40602 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
40604 ! pod/perlfaq6.pod pod/perlop.pod
40605 ____________________________________________________________________________
40606 [ 7026] By: jhi on 2000/09/07 18:44:01
40607 Log: Document the new ref() semantics.
40609 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
40610 From: Gisle Aas <gisle@ActiveState.com>
40611 Date: 05 Sep 2000 08:10:30 +0200
40612 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
40614 ! pod/perldelta.pod
40615 ____________________________________________________________________________
40616 [ 7025] By: jhi on 2000/09/07 18:42:27
40617 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
40619 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
40620 From: Gisle Aas <gisle@ActiveState.com>
40621 Date: 05 Sep 2000 08:11:40 +0200
40622 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
40624 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
40625 ____________________________________________________________________________
40626 [ 7024] By: jhi on 2000/09/07 18:39:32
40627 Log: Subject: [PATCH] Modernize Opcode.pm documentation
40628 From: Gisle Aas <gisle@ActiveState.com>
40629 Date: 4 Sep 2000 00:18:55 -0000
40630 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
40632 ! ext/Opcode/Opcode.pm
40633 ____________________________________________________________________________
40634 [ 7023] By: jhi on 2000/09/07 18:37:42
40635 Log: Subject: [PATCH] Tied filehandle documentation
40636 From: Gisle Aas <gisle@ActiveState.com>
40637 Date: 4 Sep 2000 00:14:40 -0000
40638 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
40640 ! pod/perlfunc.pod pod/perltie.pod
40641 ____________________________________________________________________________
40642 [ 7022] By: jhi on 2000/09/07 18:35:37
40643 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
40644 From: Gisle Aas <gisle@ActiveState.com>
40645 Date: 4 Sep 2000 00:04:22 -0000
40646 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
40648 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
40649 ____________________________________________________________________________
40650 [ 7021] By: jhi on 2000/09/07 18:33:22
40651 Log: Subject: small apidoc fix
40652 From: Marc Lehmann <pcg@goof.com>
40653 Date: Sun, 3 Sep 2000 05:12:06 +0200
40654 Message-ID: <20000903051206.A5909@cerebro.laendle>
40656 ! pod/perlapi.pod utf8.c
40657 ____________________________________________________________________________
40658 [ 7020] By: jhi on 2000/09/07 16:14:57
40659 Log: Tiny perldelta nits.
40661 ! pod/perldelta.pod
40662 ____________________________________________________________________________
40663 [ 7019] By: jhi on 2000/09/07 16:04:20
40664 Log: Guard against bad string->int conversion for quads.
40667 ____________________________________________________________________________
40668 [ 7018] By: jhi on 2000/09/06 17:07:03
40669 Log: Update Unicode todo list.
40672 ____________________________________________________________________________
40673 [ 7017] By: jhi on 2000/09/05 21:16:01
40674 Log: Document the SvIOK_.*UV().
40676 ! pod/perlapi.pod sv.h
40677 ____________________________________________________________________________
40678 [ 7016] By: nick on 2000/09/03 21:54:46
40679 Log: Hash lookup of constant strings optimization:
40680 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
40681 to string table (as per sharepvn). Add newSV_pvn_share to create such
40682 a thing. Make hv.c compare addresses of strings and skip string compare
40683 if equal. Make method_named and helem ops use these shared-string SVs
40684 when arg is constant. Make keys op return shared-string SVs (less clearly
40687 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
40688 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
40689 ! pod/perlintern.pod pp_hot.c proto.h sv.c
40690 ____________________________________________________________________________
40691 [ 7015] By: jhi on 2000/09/02 17:48:59
40692 Log: This is 5.7.0.
40695 ____________________________________________________________________________
40696 [ 7014] By: jhi on 2000/09/02 17:35:45
40697 Log: Changes and patchlevel tweaks.
40699 ! Changes patchlevel.h
40700 ____________________________________________________________________________
40701 [ 7013] By: jhi on 2000/09/02 17:30:50
40702 Log: Update Changes.
40704 ! Changes patchlevel.h
40705 ____________________________________________________________________________
40706 [ 7012] By: nick on 2000/09/02 17:25:20
40707 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
40709 ! gv.c lib/overload.pm
40710 ____________________________________________________________________________
40711 [ 7011] By: jhi on 2000/09/02 17:16:25
40712 Log: Update perlhist.
40715 ____________________________________________________________________________
40716 [ 7010] By: jhi on 2000/09/02 17:01:35
40717 Log: perldelta nits.
40719 ! pod/perldelta.pod
40720 ____________________________________________________________________________
40721 [ 7009] By: nick on 2000/09/02 16:48:35
40722 Log: If overloaded %{} etc. return the object do not loop.
40723 Thus sub deref { $_[0] } functions if object is wanted type.
40726 ____________________________________________________________________________
40727 [ 7008] By: jhi on 2000/09/02 16:26:11
40728 Log: Retab MANIFEST.
40730 ! ext/Storable/MANIFEST
40731 ____________________________________________________________________________
40732 [ 7007] By: jhi on 2000/09/02 16:23:02
40733 Log: Make certain cc is set before trying to run it.
40735 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
40736 ____________________________________________________________________________
40737 [ 7006] By: jhi on 2000/09/02 15:45:41
40738 Log: Unicode notes.
40740 ! pod/perldelta.pod
40741 ____________________________________________________________________________
40742 [ 7005] By: jhi on 2000/09/02 15:42:11
40743 Log: Various Configure nits by Philip Newton,
40744 plus the ebcdic one by me.
40746 + U/modified/pager.U
40747 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
40748 Branch: metaconfig/U/perl
40749 ! Devel.U quadfio.U
40751 ! Configure config_h.SH
40752 ____________________________________________________________________________
40753 [ 7004] By: jhi on 2000/09/02 15:06:14
40754 Log: Apparently avoiding the swapping is too costly.
40756 From: "Ben Tilly" <ben_tilly@hotmail.com>
40757 Subject: Re: the door is closed.
40758 Date: Fri, 01 Sep 2000 20:23:16 EDT
40759 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
40762 ____________________________________________________________________________
40763 [ 7003] By: nick on 2000/09/02 12:26:04
40764 Log: Undo part of change 6489 which looks like a bulk edit which
40765 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
40766 The supressing of main:: on return from select() is undesirable.
40769 ____________________________________________________________________________
40770 [ 7002] By: jhi on 2000/09/01 23:08:54
40771 Log: Update Changes.
40773 ! Changes patchlevel.h
40774 ____________________________________________________________________________
40775 [ 7001] By: jhi on 2000/09/01 23:00:13
40776 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
40777 From: Peter Prymmer <pvhp@forte.com>
40778 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
40779 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
40781 plus rework the http: spots as suggested by Tom Christiansen,
40782 plus regen perltoc.
40784 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
40785 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
40786 ____________________________________________________________________________
40787 [ 7000] By: jhi on 2000/09/01 22:36:01
40788 Log: Only the first line, thank you very much.
40790 ! hints/solaris_2.sh
40791 ____________________________________________________________________________
40792 [ 6999] By: gsar on 2000/09/01 22:16:40
40793 Log: change#6791 accidentally clobbered change#6710, put it back
40796 ____________________________________________________________________________
40797 [ 6998] By: jhi on 2000/09/01 22:14:16
40798 Log: Mention the HP-UX LP64 freak failure.
40800 ! pod/perldelta.pod
40801 ____________________________________________________________________________
40802 [ 6997] By: jhi on 2000/09/01 21:48:32
40806 ____________________________________________________________________________
40807 [ 6996] By: jhi on 2000/09/01 21:27:10
40808 Log: Update Changes.
40810 ! Changes patchlevel.h
40811 ____________________________________________________________________________
40812 [ 6995] By: jhi on 2000/09/01 21:14:24
40813 Log: Mi splgn s gnin.g
40816 ____________________________________________________________________________
40817 [ 6994] By: jhi on 2000/09/01 21:09:54
40818 Log: Subject: http:// in L<>
40819 From: Nicholas Clark <nick@ccl4.org>
40820 Date: Fri, 1 Sep 2000 22:03:21 +0100
40821 Message-ID: <20000901220321.B72074@plum.flirble.org>
40823 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
40824 ____________________________________________________________________________
40825 [ 6993] By: jhi on 2000/09/01 21:06:54
40826 Log: Update to Storable 1.0, from Raphael Manfredi.
40828 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
40829 ! ext/Storable/Makefile.PL ext/Storable/README
40830 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40831 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40832 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
40833 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
40834 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
40835 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
40836 ____________________________________________________________________________
40837 [ 6992] By: jhi on 2000/09/01 20:43:05
40838 Log: Mention known sfio+linux buglet.
40840 ! pod/perldelta.pod
40841 ____________________________________________________________________________
40842 [ 6991] By: jhi on 2000/09/01 20:40:11
40843 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
40844 From: Peter Prymmer <pvhp@forte.com>
40845 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
40846 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
40849 ____________________________________________________________________________
40850 [ 6990] By: jhi on 2000/09/01 20:25:26
40851 Log: Retract #6986.
40853 ! hints/solaris_2.sh
40854 ____________________________________________________________________________
40855 [ 6989] By: jhi on 2000/09/01 20:23:00
40856 Log: Mergesort is back.
40858 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
40859 ____________________________________________________________________________
40860 [ 6988] By: jhi on 2000/09/01 19:37:40
40861 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
40862 From: Mike Guy <mjtg@cam.ac.uk>
40863 Date: Fri, 01 Sep 2000 17:43:33 +0100
40864 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
40866 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
40867 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
40868 ____________________________________________________________________________
40869 [ 6987] By: jhi on 2000/09/01 19:17:10
40870 Log: Regen perltoc.
40873 ____________________________________________________________________________
40874 [ 6986] By: jhi on 2000/09/01 18:51:10
40875 Log: Subject: Re: Solaris x86 has no SPARC libraries!
40876 From: Lupe Christoph <lupe@lupe-christoph.de>
40877 Date: Fri, 1 Sep 2000 20:41:20 +0200
40878 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
40880 ! hints/solaris_2.sh
40881 ____________________________________________________________________________
40882 [ 6985] By: jhi on 2000/09/01 18:28:10
40883 Log: Update Changes.
40885 ! Changes patchlevel.h
40886 ____________________________________________________________________________
40887 [ 6984] By: jhi on 2000/09/01 18:26:53
40888 Log: Feature ordering tweak.
40891 ____________________________________________________________________________
40892 [ 6983] By: jhi on 2000/09/01 18:19:50
40893 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40894 From: <abigail@foad.org>
40895 Date: Fri, 1 Sep 2000 13:07:32 -0400
40896 Message-ID: <20000901170732.18249.qmail@foad.org>
40898 ! t/pragma/overload.t
40899 ____________________________________________________________________________
40900 [ 6982] By: jhi on 2000/09/01 18:17:54
40901 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
40902 so that case-ignoring systems like DCL can tell them from
40903 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
40904 Branch: metaconfig/U/perl
40905 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
40907 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40908 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
40909 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
40910 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
40911 ! vos/config.def vos/config.h vos/config_h.SH_orig
40912 ! win32/config.bc win32/config.gc win32/config.vc
40913 ____________________________________________________________________________
40914 [ 6981] By: nick on 2000/09/01 17:21:57
40915 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
40916 warning when UNTIE exists and instead pass the cound of extra references to
40919 ! pod/perltie.pod pp_sys.c
40920 ____________________________________________________________________________
40921 [ 6980] By: jhi on 2000/09/01 16:54:44
40922 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
40923 From: Peter Prymmer <pvhp@forte.com>
40924 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
40925 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
40928 ____________________________________________________________________________
40929 [ 6979] By: jhi on 2000/09/01 16:06:20
40930 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
40931 From: Mike Guy <mjtg@cam.ac.uk>
40932 Date: Fri, 01 Sep 2000 16:49:27 +0100
40933 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
40936 ____________________________________________________________________________
40937 [ 6978] By: jhi on 2000/09/01 16:00:42
40938 Log: Update to PodParser 1.18, from Brad Appleton.
40940 ! lib/Pod/Checker.pm t/pod/find.t
40941 ____________________________________________________________________________
40942 [ 6977] By: jhi on 2000/09/01 14:48:58
40943 Log: Subject: Nit in Configure (bleadperl@6961)
40944 From: Lupe Christoph <lupe@lupe-christoph.de>
40945 Date: Fri, 1 Sep 2000 16:34:29 +0200
40946 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
40948 ! U/compline/ccflags.U
40950 ! Configure config_h.SH
40951 ____________________________________________________________________________
40952 [ 6976] By: jhi on 2000/09/01 14:39:52
40953 Log: Update Changes.
40955 ! Changes patchlevel.h
40956 ____________________________________________________________________________
40957 [ 6975] By: jhi on 2000/09/01 14:37:36
40958 Log: microperl config update.
40960 ! uconfig.h uconfig.sh
40961 ____________________________________________________________________________
40962 [ 6974] By: jhi on 2000/09/01 14:36:53
40963 Log: Document known deficiencies.
40965 ! pod/perldelta.pod
40966 ____________________________________________________________________________
40967 [ 6973] By: jhi on 2000/09/01 14:10:20
40968 Log: Mention warnings fixes and updates.
40970 ! pod/perldelta.pod
40971 ____________________________________________________________________________
40972 [ 6972] By: jhi on 2000/09/01 14:01:52
40973 Log: Drop unused argument.
40975 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
40976 From: Spider Boardman <spider@web.zk3.dec.com>
40977 Date: Thu, 31 Aug 2000 16:10:15 -0400
40978 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
40981 ____________________________________________________________________________
40982 [ 6971] By: jhi on 2000/09/01 13:59:24
40983 Log: Add the overload warnings to perldiag.
40985 ! lib/overload.pm pod/perldiag.pod
40986 ____________________________________________________________________________
40987 [ 6970] By: jhi on 2000/09/01 13:55:10
40988 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40989 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40990 Date: Fri, 1 Sep 2000 13:43:15 +0100
40991 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
40993 ! lib/overload.pm t/pragma/overload.t
40994 ____________________________________________________________________________
40995 [ 6969] By: jhi on 2000/09/01 13:52:27
40996 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40997 From: <abigail@foad.org>
40998 Date: Fri, 1 Sep 2000 05:46:54 -0400
40999 Message-ID: <20000901094654.6476.qmail@foad.org>
41002 ____________________________________________________________________________
41003 [ 6968] By: jhi on 2000/09/01 13:50:05
41004 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
41005 From: Daniel Chetlin <daniel@chetlin.com>
41006 Date: Fri, 1 Sep 2000 02:10:55 -0700
41007 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
41009 ! pod/perlretut.pod
41010 ____________________________________________________________________________
41011 [ 6967] By: jhi on 2000/09/01 13:47:54
41012 Log: Part of the solution.
41014 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
41015 From: Mike Guy <mjtg@cam.ac.uk>
41016 Date: Fri, 01 Sep 2000 14:16:01 +0100
41017 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
41020 ____________________________________________________________________________
41021 [ 6966] By: jhi on 2000/09/01 13:46:17
41022 Log: Subject: CPAN.pm beta 1.57_57 for the core
41023 From: andreas.koenig@anima.de (Andreas J. Koenig)
41024 Date: 01 Sep 2000 15:16:31 +0200
41025 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
41027 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41028 ____________________________________________________________________________
41029 [ 6965] By: jhi on 2000/09/01 13:43:18
41030 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
41031 From: "Craig A. Berry" <craig.berry@psinetcs.com>
41032 Date: Fri, 01 Sep 2000 01:47:22 -0500
41033 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
41035 ! pod/perldelta.pod vms/vms.c
41036 ____________________________________________________________________________
41037 [ 6964] By: jhi on 2000/09/01 13:35:35
41038 Log: File::Temp patches from Andreas König,
41040 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
41041 From: andreas.koenig@anima.de (Andreas J. Koenig)
41042 Date: 01 Sep 2000 10:07:20 +0200
41043 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
41045 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
41046 From: andreas.koenig@anima.de (Andreas J. Koenig)
41047 Date: 31 Aug 2000 23:26:08 +0200
41048 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
41050 ! lib/File/Temp.pm t/lib/ftmp-security.t
41051 ____________________________________________________________________________
41052 [ 6963] By: jhi on 2000/09/01 02:22:24
41053 Log: Retract the mergesort code, way too incompatible licensing
41056 ! pod/perldelta.pod pp_ctl.c
41057 ____________________________________________________________________________
41058 [ 6962] By: jhi on 2000/08/31 23:27:32
41059 Log: Update Changes.
41061 ! Changes patchlevel.h
41062 ____________________________________________________________________________
41063 [ 6961] By: jhi on 2000/08/31 23:20:04
41064 Log: Small tweaks all over.
41066 ! U/compline/d_gconvert.U
41068 ! AUTHORS Configure config_h.SH pp_ctl.c
41069 ____________________________________________________________________________
41070 [ 6960] By: jhi on 2000/08/31 22:39:36
41071 Log: Further rewording.
41074 ____________________________________________________________________________
41075 [ 6959] By: jhi on 2000/08/31 21:26:44
41076 Log: More address tweaking.
41079 ____________________________________________________________________________
41080 [ 6958] By: jhi on 2000/08/31 20:47:25
41081 Log: AUTHORS tweaks, from Peter Prymmer.
41083 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
41084 From: Peter Prymmer <pvhp@forte.com>
41085 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
41086 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
41089 ____________________________________________________________________________
41090 [ 6957] By: jhi on 2000/08/31 20:34:43
41091 Log: perldelta tweaks.
41093 ! pod/perldelta.pod
41094 ____________________________________________________________________________
41095 [ 6956] By: jhi on 2000/08/31 19:11:06
41096 Log: Regen perltoc.
41099 ____________________________________________________________________________
41100 [ 6955] By: jhi on 2000/08/31 19:06:30
41101 Log: Clarify the mergesort situation.
41104 ____________________________________________________________________________
41105 [ 6954] By: jhi on 2000/08/31 18:24:17
41106 Log: Move the Solaris 7 scan to use64bitall, make the
41107 failure to find 64-bot sparc libc to mention the
41108 possibility of being in an intel, from Lupe and Alan.
41110 ! hints/solaris_2.sh
41111 ____________________________________________________________________________
41112 [ 6953] By: jhi on 2000/08/31 18:09:20
41113 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
41114 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
41116 ! U/compline/d_gconvert.U U/threads/archname.U
41117 Branch: metaconfig/U/perl
41120 ! Configure config_h.SH sv.c
41121 ____________________________________________________________________________
41122 [ 6952] By: jhi on 2000/08/31 17:42:24
41123 Log: :: not allowed in pathnames, change to .
41125 Subject: [PATCH perl@6938] cygwin port
41126 From: "Fifer, Eric" <EFifer@sanwaint.com>
41127 Date: Thu, 31 Aug 2000 16:32:59 +0100
41128 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
41129 Branch: metaconfig/U/perl
41131 ____________________________________________________________________________
41132 [ 6951] By: jhi on 2000/08/31 17:02:05
41133 Log: Try to deduce NV_MAX. Really should be Configure fodder.
41136 ____________________________________________________________________________
41137 [ 6950] By: jhi on 2000/08/31 16:26:08
41138 Log: More author updates.
41140 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
41141 From: Simon Cozens <simon@cozens.net>
41142 Date: Thu, 31 Aug 2000 17:13:32 +0100
41143 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
41146 ____________________________________________________________________________
41147 [ 6949] By: jhi on 2000/08/31 16:04:49
41148 Log: POSIX doesn't report long double values under -Duselongdouble
41149 when the long doubles are "real" (bigger than doubles).
41151 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
41152 From: Spider Boardman <spider@peano.zk3.dec.com>
41153 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
41154 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
41156 ! ext/POSIX/POSIX.xs
41157 ____________________________________________________________________________
41158 [ 6948] By: jhi on 2000/08/31 15:25:10
41159 Log: Update Changes.
41161 ! Changes patchlevel.h
41162 ____________________________________________________________________________
41163 [ 6947] By: jhi on 2000/08/31 15:22:29
41164 Log: Document UNTIE in a very minimalistic way.
41166 ! pod/perlfunc.pod pod/perltie.pod
41167 ____________________________________________________________________________
41168 [ 6946] By: jhi on 2000/08/31 15:15:23
41169 Log: Document known failures.
41171 ! pod/perldelta.pod
41172 ____________________________________________________________________________
41173 [ 6945] By: jhi on 2000/08/31 15:07:00
41174 Log: Don't attach -ld to the archname if pointless.
41176 ! U/threads/archname.U
41178 ! Configure config_h.SH
41179 ____________________________________________________________________________
41180 [ 6944] By: jhi on 2000/08/31 14:37:42
41181 Log: Wrap the test in eval.
41183 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
41184 From: Tim Jenness <timj@jach.hawaii.edu>
41185 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
41186 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
41188 ! t/lib/ftmp-security.t
41189 ____________________________________________________________________________
41190 [ 6943] By: jhi on 2000/08/31 14:30:57
41191 Log: Make -Dusemorebits find long doubles in Solaris.
41193 ! hints/solaris_2.sh
41194 ____________________________________________________________________________
41195 [ 6942] By: jhi on 2000/08/31 13:48:45
41196 Log: Clarify the third case of ftmp-security warnings.
41199 ____________________________________________________________________________
41200 [ 6941] By: jhi on 2000/08/31 13:40:31
41201 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
41202 From: <abigail@foad.org>
41203 Date: Thu, 31 Aug 2000 01:35:05 -0400
41204 Message-ID: <20000831053505.32120.qmail@foad.org>
41206 ! pod/perldelta.pod
41207 ____________________________________________________________________________
41208 [ 6940] By: jhi on 2000/08/31 13:38:48
41209 Log: Issue useful diagnostic on unknown pod commands.
41211 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
41212 From: <abigail@foad.org>
41213 Date: Thu, 31 Aug 2000 03:41:18 -0400
41214 Message-ID: <20000831074118.24880.qmail@foad.org>
41217 ____________________________________________________________________________
41218 [ 6939] By: jhi on 2000/08/31 13:34:33
41219 Log: Reveal Borland's isnan.
41221 Subject: build with BC++ tweak
41222 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41223 Date: Thu, 31 Aug 2000 13:09:37 +0400
41224 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
41227 ____________________________________________________________________________
41228 [ 6938] By: jhi on 2000/08/31 05:01:20
41229 Log: Update Changes.
41231 ! Changes patchlevel.h
41232 ____________________________________________________________________________
41233 [ 6937] By: jhi on 2000/08/31 04:26:23
41234 Log: sscanf() may be the only way to read long doubles from strings.
41235 Branch: metaconfig/U/perl
41238 ! Configure config_h.SH perl.h util.c
41239 ____________________________________________________________________________
41240 [ 6936] By: jhi on 2000/08/31 04:18:19
41241 Log: The #6929 was too skimpy.
41244 ____________________________________________________________________________
41245 [ 6935] By: jhi on 2000/08/31 02:47:07
41246 Log: Subject: Re: typos in pods
41247 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41248 Date: Wed, 30 Aug 2000 19:25:34 -0700
41249 Message-ID: <eIcr5gzkg25X092yn@efn.org>
41251 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
41252 ____________________________________________________________________________
41253 [ 6934] By: jhi on 2000/08/31 02:42:55
41254 Log: Missed one Unicode file.
41256 + lib/unicode/UCDFF301.html
41257 ____________________________________________________________________________
41258 [ 6933] By: jhi on 2000/08/30 23:42:27
41259 Log: Update Changes.
41261 ! Changes patchlevel.h
41262 ____________________________________________________________________________
41263 [ 6932] By: jhi on 2000/08/30 23:40:07
41264 Log: Mention UNTIE in perldelta. Still needs documenting
41265 in perltie et alia.
41267 ! pod/perldelta.pod
41268 ____________________________________________________________________________
41269 [ 6931] By: jhi on 2000/08/30 23:36:02
41270 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
41271 From: <abigail@foad.org>
41272 Date: Wed, 30 Aug 2000 19:28:07 -0400
41273 Message-ID: <20000830232807.305.qmail@foad.org>
41275 ! pod/perldelta.pod
41276 ____________________________________________________________________________
41277 [ 6930] By: jhi on 2000/08/30 23:32:40
41278 Log: Update to Unicode 3.0.1.
41280 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
41281 + lib/unicode/PropList.txt lib/unicode/README.perl
41282 + lib/unicode/UCD301.html lib/unicode/Unicode.301
41283 - lib/unicode/Props.txt lib/unicode/UCD300.html
41284 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
41286 ____________________________________________________________________________
41287 [ 6929] By: jhi on 2000/08/30 22:38:18
41288 Log: Heap decorruption.
41290 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
41291 From: Alan Burlison <Alan.Burlison@uk.sun.com>
41292 Date: Wed, 30 Aug 2000 22:39:52 +0100
41293 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
41296 ____________________________________________________________________________
41297 [ 6928] By: jhi on 2000/08/30 22:29:34
41298 Log: Retract the dummy test, skip the security tests (instead of failing),
41299 explain what the warnings mean.
41301 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
41302 ____________________________________________________________________________
41303 [ 6927] By: jhi on 2000/08/30 22:14:13
41304 Log: Change the internal implementation of sort() to be mergesort
41305 instead of quicksort, from John Linderman <jpl@research.att.com>.
41306 Gives us better worst case, better average case, and stability.
41307 What's there not to like? (Small fixes for threaded builds
41310 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
41311 ____________________________________________________________________________
41312 [ 6926] By: jhi on 2000/08/30 20:55:20
41313 Log: A better fix for the Socket building problem from Craig Berry.
41316 ____________________________________________________________________________
41317 [ 6925] By: jhi on 2000/08/30 20:20:25
41318 Log: Subject: [PATCH] Re: UNTIE method
41319 From: Nick Ing-Simmons <nik@tiuk.ti.com>
41320 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
41321 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
41323 ! pp_sys.c t/op/tie.t
41324 ____________________________________________________________________________
41325 [ 6924] By: jhi on 2000/08/30 20:17:11
41326 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
41327 From: "Craig A. Berry" <craig.berry@psinetcs.com>
41328 Date: Wed, 30 Aug 2000 15:03:14 -0500
41329 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
41332 ____________________________________________________________________________
41333 [ 6923] By: jhi on 2000/08/30 20:15:18
41334 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
41335 From: "Craig A. Berry" <craig.berry@psinetcs.com>
41336 Date: Wed, 30 Aug 2000 13:30:36 -0500
41337 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
41340 ____________________________________________________________________________
41341 [ 6922] By: jhi on 2000/08/30 19:54:43
41342 Log: Better options for rsync.
41345 ____________________________________________________________________________
41346 [ 6921] By: jhi on 2000/08/30 19:40:16
41347 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
41348 From: Rick Delaney <rick@consumercontact.com>
41349 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
41350 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
41353 ____________________________________________________________________________
41354 [ 6920] By: jhi on 2000/08/30 19:36:40
41355 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
41356 From: Peter Prymmer <pvhp@forte.com>
41357 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
41358 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
41361 ____________________________________________________________________________
41362 [ 6919] By: jhi on 2000/08/30 14:52:02
41363 Log: Update Changes.
41365 ! Changes patchlevel.h
41366 ____________________________________________________________________________
41367 [ 6918] By: jhi on 2000/08/30 14:48:34
41368 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
41370 ! lib/ExtUtils/typemap
41371 ____________________________________________________________________________
41372 [ 6917] By: jhi on 2000/08/30 14:46:34
41373 Log: Subject: typos in pods
41374 From: Nicholas Clark <nick@ccl4.org>
41375 Date: Wed, 30 Aug 2000 01:12:50 +0100
41376 Message-ID: <20000830011249.A61388@plum.flirble.org>
41378 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
41379 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
41380 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
41381 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
41382 ____________________________________________________________________________
41383 [ 6916] By: jhi on 2000/08/30 14:19:09
41384 Log: Document Storable problems on Crays. (Will have
41385 to document all the other Storable problems, too.)
41387 ! pod/perldelta.pod
41388 ____________________________________________________________________________
41389 [ 6915] By: jhi on 2000/08/30 14:06:02
41390 Log: Subject: [PATCH] fix misc cast warnings
41391 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41392 Date: Tue, 29 Aug 2000 23:16:14 -0700
41393 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
41395 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
41396 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
41398 ____________________________________________________________________________
41399 [ 6914] By: jhi on 2000/08/30 14:03:45
41400 Log: Timestamp mismatch again. Need to fix this dependence on
41401 config_h.SH timestamp, since it's the contents of config_h.SH
41404 ! uconfig.h uconfig.sh
41405 ____________________________________________________________________________
41406 [ 6913] By: jhi on 2000/08/30 13:54:06
41407 Log: Don't say "Perl 5.0 source kit".
41410 ____________________________________________________________________________
41411 [ 6912] By: jhi on 2000/08/30 13:51:24
41412 Log: Reset archname and archname64 always, forcing them be
41413 recomputed at each Configure run, make Configure and
41414 the hints files agree on the naming of largefiles variables.
41416 ! U/threads/archname.U
41417 Branch: metaconfig/U/perl
41420 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
41421 ! hints/linux.sh hints/solaris_2.sh
41422 ____________________________________________________________________________
41423 [ 6911] By: jhi on 2000/08/30 13:30:13
41424 Log: Put back the slice accidentally removed by #6907.
41426 ! hints/solaris_2.sh
41427 ____________________________________________________________________________
41428 [ 6910] By: jhi on 2000/08/30 01:24:26
41429 Log: Be consistent: other Net::get* do export theirs.
41431 Subject: Re: Net::protoent does not export 'getproto'
41432 From: Yasushi Nakajima <sey@jkc.co.jp>
41433 Date: Wed, 30 Aug 2000 09:53:14 +0900
41434 Message-Id: <200008300051.DAA24700@taku.hut.fi>
41436 ! lib/Net/protoent.pm
41437 ____________________________________________________________________________
41438 [ 6909] By: jhi on 2000/08/30 01:17:25
41439 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
41440 From: Gurusamy Sarathy <gsar@ActiveState.com>
41441 Date: Tue, 29 Aug 2000 17:17:07 -0700
41442 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
41445 ____________________________________________________________________________
41446 [ 6908] By: jhi on 2000/08/30 00:58:05
41447 Log: Update Changes.
41449 ! Changes patchlevel.h
41450 ____________________________________________________________________________
41451 [ 6907] By: jhi on 2000/08/30 00:57:22
41452 Log: Introduce ccname to keep track of what compiler kind of we have.
41453 Branch: metaconfig/U/perl
41454 ! Checkcc.U gccvers.U
41456 ! Configure config_h.SH hints/solaris_2.sh
41457 ____________________________________________________________________________
41458 [ 6906] By: jhi on 2000/08/30 00:25:47
41459 Log: Put back the flags dump as reasoned in
41461 Subject: Re: [PATCH] Glob dumping
41462 From: Mike Guy <mjtg@cam.ac.uk>
41463 Date: Tue, 29 Aug 2000 21:41:32 +0100
41464 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
41466 ! dump.c t/lib/peek.t
41467 ____________________________________________________________________________
41468 [ 6905] By: jhi on 2000/08/30 00:16:17
41469 Log: Make the epsilon to be relative, not absolute.
41471 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
41472 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
41473 Date: Tue, 29 Aug 2000 19:58:56 -0400
41474 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
41477 ____________________________________________________________________________
41478 [ 6904] By: jhi on 2000/08/30 00:13:09
41479 Log: From now on, Gisle is on my list of usual suspects :-)
41482 ! ext/Opcode/Safe.pm
41483 ____________________________________________________________________________
41484 [ 6903] By: jhi on 2000/08/29 23:51:20
41485 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
41486 From: "Craig A. Berry" <craig.berry@psinetcs.com>
41487 Date: Tue, 29 Aug 2000 18:43:26 -0500
41488 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
41491 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
41493 ____________________________________________________________________________
41494 [ 6902] By: jhi on 2000/08/29 23:44:14
41495 Log: Retry what #6882 attempted.
41497 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
41498 From: Gisle Aas <gisle@ActiveState.com>
41499 Date: 30 Aug 2000 00:33:09 +0200
41500 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
41502 ! ext/Opcode/Safe.pm
41503 ____________________________________________________________________________
41504 [ 6901] By: jhi on 2000/08/29 22:59:32
41505 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
41506 From: Hugo <hv@crypt.compulink.co.uk>
41507 Date: Mon, 12 Jun 2000 19:36:08 +0100
41508 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
41511 ____________________________________________________________________________
41512 [ 6900] By: jhi on 2000/08/29 22:58:35
41513 Log: Admit that we are leaking scalars.
41515 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
41516 From: Spider Boardman <spider@leggy.zk3.dec.com>
41517 Date: Tue, 29 Aug 2000 18:48:29 -0400
41518 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
41520 ! t/pragma/warnings.t
41521 ____________________________________________________________________________
41522 [ 6899] By: jhi on 2000/08/29 20:53:13
41523 Log: Update Changes.
41525 ! Changes patchlevel.h
41526 ____________________________________________________________________________
41527 [ 6898] By: jhi on 2000/08/29 20:46:21
41528 Log: Undo namespace pollution of #6878.
41530 Subject: Re: Net::protoent does not export 'getproto'
41531 From: Mike Guy <mjtg@cam.ac.uk>
41532 Date: Tue, 29 Aug 2000 21:32:37 +0100
41533 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
41535 ! lib/Net/protoent.pm
41536 ____________________________________________________________________________
41537 [ 6897] By: jhi on 2000/08/29 20:44:29
41538 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
41539 From: Peter Prymmer <pvhp@forte.com>
41540 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
41541 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
41543 ! pod/perlebcdic.pod
41544 ____________________________________________________________________________
41545 [ 6896] By: jhi on 2000/08/29 20:40:57
41546 Log: There's no point repeating the 'revision' (5) of perl5.
41547 Branch: metaconfig/U/perl
41548 ! Devel.U patchlevel.U
41550 ! Configure config_h.SH
41551 ____________________________________________________________________________
41552 [ 6895] By: jhi on 2000/08/29 20:16:58
41553 Log: Regen Configure for #6894.
41554 Branch: metaconfig/U/perl
41557 ! Configure config_h.SH
41558 ____________________________________________________________________________
41559 [ 6894] By: jhi on 2000/08/29 19:59:52
41560 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
41561 From: "Philip Newton" <Philip.Newton@gmx.net>
41562 Date: Tue, 29 Aug 2000 21:39:14 +0200
41563 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
41565 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
41566 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
41567 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
41569 ____________________________________________________________________________
41570 [ 6893] By: jhi on 2000/08/29 19:55:30
41571 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
41572 From: "Philip Newton" <Philip.Newton@gmx.net>
41573 Date: Tue, 29 Aug 2000 21:39:14 +0200
41574 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
41577 ____________________________________________________________________________
41578 [ 6892] By: jhi on 2000/08/29 19:53:59
41579 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
41580 From: "Philip Newton" <Philip.Newton@gmx.net>
41581 Date: Tue, 29 Aug 2000 21:48:18 +0200
41582 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
41585 ____________________________________________________________________________
41586 [ 6891] By: jhi on 2000/08/29 18:30:03
41587 Log: Nail the ID 20000828.023.
41589 ! ext/Storable/Storable.xs
41590 ____________________________________________________________________________
41591 [ 6890] By: jhi on 2000/08/29 16:50:17
41592 Log: Under usethreads the dumped variable is IN_PAD.
41594 Subject: Re: [PATCH] Glob dumping
41595 From: Gisle Aas <gisle@ActiveState.com>
41596 Date: 29 Aug 2000 18:45:05 +0200
41597 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
41600 ____________________________________________________________________________
41601 [ 6889] By: jhi on 2000/08/29 15:17:37
41602 Log: Update Changes.
41604 ! Changes patchlevel.h
41605 ____________________________________________________________________________
41606 [ 6888] By: jhi on 2000/08/29 14:49:59
41607 Log: Retract #6882, broke the safe tests.
41609 ! ext/Opcode/Safe.pm
41610 ____________________________________________________________________________
41611 [ 6887] By: jhi on 2000/08/29 14:47:06
41612 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
41613 From: Gisle Aas <gisle@ActiveState.com>
41614 Date: 09 Jun 2000 20:00:11 +0200
41615 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
41618 ____________________________________________________________________________
41619 [ 6886] By: jhi on 2000/08/29 14:42:45
41620 Log: The #6881 removed one dump line.
41623 ____________________________________________________________________________
41624 [ 6885] By: jhi on 2000/08/29 14:30:47
41625 Log: Don't forget to tidy up.
41627 ! t/lib/ftmp-security.t
41628 ____________________________________________________________________________
41629 [ 6884] By: jhi on 2000/08/29 14:25:17
41630 Log: Disabling the one test is a bit tricky.
41632 ! t/lib/ftmp-security.t
41633 ____________________________________________________________________________
41634 [ 6883] By: jhi on 2000/08/29 14:16:25
41635 Log: Disable one of the tests for now.
41637 ! t/lib/ftmp-security.t
41638 ____________________________________________________________________________
41639 [ 6882] By: jhi on 2000/08/29 14:05:50
41640 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
41642 Date: 29 Aug 2000 10:35:06 -0000
41643 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
41645 ! ext/Opcode/Safe.pm
41646 ____________________________________________________________________________
41647 [ 6881] By: jhi on 2000/08/29 14:03:51
41648 Log: Subject: [PATCH] Glob dumping
41649 From: Gisle Aas <gisle@ActiveState.com>
41650 Date: 29 Aug 2000 07:59:42 -0000
41651 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
41654 ____________________________________________________________________________
41655 [ 6880] By: jhi on 2000/08/29 14:02:01
41656 Log: Subject: [PATCH] Warnings in B::Deparse
41657 From: <abigail@foad.org>
41658 Date: Tue, 29 Aug 2000 00:00:01 -0400
41659 Message-ID: <20000829040001.2999.qmail@foad.org>
41661 ! ext/B/B/Deparse.pm
41662 ____________________________________________________________________________
41663 [ 6879] By: jhi on 2000/08/29 13:57:26
41664 Log: Missed a change in #6869.
41667 ____________________________________________________________________________
41668 [ 6878] By: jhi on 2000/08/29 13:45:04
41669 Log: Subject: Net::protoent does not export 'getproto'
41670 From: Yasushi Nakajima <sey@jkc.co.jp>
41671 Date: Tue, 29 Aug 2000 17:28:57 +0900
41673 ! lib/Net/protoent.pm
41674 ____________________________________________________________________________
41675 [ 6877] By: jhi on 2000/08/29 13:39:19
41676 Log: Patches all over for people and the files they (hopefully) care about.
41678 ! AUTHORS Changes MAINTAIN
41679 ____________________________________________________________________________
41680 [ 6876] By: jhi on 2000/08/29 12:53:54
41681 Log: Fix for thinko in #6848.
41683 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
41684 From: Lupe Christoph <lupe@lupe-christoph.de>
41685 Date: Tue, 29 Aug 2000 09:04:08 +0200
41686 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
41688 ! ext/Thread/Thread.xs
41689 ____________________________________________________________________________
41690 [ 6875] By: jhi on 2000/08/29 12:50:14
41691 Log: Update to Getopt::Long 2.24, from Johan Vromans.
41693 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41694 ____________________________________________________________________________
41695 [ 6874] By: jhi on 2000/08/29 02:09:53
41696 Log: Use minimal @INC in tests, most of the time just '../lib',
41697 so that we simply can't pick up stuff from other Perls than
41698 the one we are testing. Pointed out by
41700 From: Mike Guy <mjtg@cam.ac.uk>
41701 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
41702 Date: Fri, 25 Aug 2000 15:15:59 +0100
41703 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
41706 ____________________________________________________________________________
41707 [ 6873] By: jhi on 2000/08/29 01:07:11
41708 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
41709 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41710 Date: Mon, 28 Aug 2000 17:45:52 -0700
41711 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
41713 ! Makefile.SH hints/os2.sh
41714 ____________________________________________________________________________
41715 [ 6872] By: jhi on 2000/08/28 23:33:39
41716 Log: Subject: [PATCH bleedperl@6866] spellings
41717 From: marcel@codewerk.com (Marcel Grunauer)
41718 Date: Tue, 29 Aug 2000 01:19:59 +0200
41719 Message-Id: <200008282319.BAA29862@gandalf.local>
41721 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
41722 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
41723 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
41724 ____________________________________________________________________________
41725 [ 6871] By: jhi on 2000/08/28 23:22:09
41726 Log: Take out the SUIDMAIL thing, that will not be
41727 a problem in 5.7.*.
41730 ____________________________________________________________________________
41731 [ 6870] By: jhi on 2000/08/28 23:19:30
41732 Log: -S is the silent flag, -s is the strip flag.
41734 Subject: [PATCH] Re: [PATCH] make no-install
41735 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41736 Date: Mon, 28 Aug 2000 15:12:55 -0700
41737 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
41740 ____________________________________________________________________________
41741 [ 6869] By: jhi on 2000/08/28 23:12:05
41742 Log: Subject: [PATCH bleedperl@6856] warnings fixes
41743 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41744 Date: Mon, 28 Aug 2000 23:55:06 +0100
41745 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
41747 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
41748 ! warnings.h warnings.pl
41749 ____________________________________________________________________________
41750 [ 6868] By: jhi on 2000/08/28 21:38:22
41751 Log: Potential cruft.
41754 ____________________________________________________________________________
41755 [ 6867] By: jhi on 2000/08/28 21:35:36
41756 Log: Update Changes.
41758 ! Changes patchlevel.h
41759 ____________________________________________________________________________
41760 [ 6866] By: jhi on 2000/08/28 21:33:49
41761 Log: Subject: hv.h Doc Patch
41762 From: Fisher Mark <fisherm@tce.com>
41763 Date: Mon, 28 Aug 2000 16:24:59 -0500
41764 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
41767 ____________________________________________________________________________
41768 [ 6865] By: jhi on 2000/08/28 21:02:15
41769 Log: Add -ld to archname on long tr...double platforms.
41771 ! U/threads/archname.U
41773 ! Configure config_h.SH
41774 ____________________________________________________________________________
41775 [ 6864] By: jhi on 2000/08/28 20:38:59
41776 Log: An attempt to fix the problem reported in
41778 Subject: Building perl@6856 using gcc/AIX 4.3.3
41779 From: Daniel Muino <dmuino@afip.gov.ar>
41780 Date: Mon, 28 Aug 2000 15:50:01 -0300
41781 Message-ID: <20000828155001.A14403@con2-dgi>
41783 I can't test this properly since the gcc installation I have
41784 access to seems to be botched (gcc is calling the AIX cpp,
41785 a losing proposition...)
41788 ____________________________________________________________________________
41789 [ 6863] By: jhi on 2000/08/28 18:57:52
41790 Log: Fix for ID 20000828.001, long doubles were not formatted
41791 correctly (showed up in $], which stopped installing perl).
41794 ____________________________________________________________________________
41795 [ 6862] By: jhi on 2000/08/28 18:07:15
41796 Log: Typo in #6858.
41799 ____________________________________________________________________________
41800 [ 6861] By: jhi on 2000/08/28 17:57:27
41801 Log: opmini.o may be left around if a build is interrupted.
41804 ____________________________________________________________________________
41805 [ 6860] By: jhi on 2000/08/28 16:52:50
41806 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41807 From: Daniel Chetlin <daniel@chetlin.com>
41808 Date: Mon, 28 Aug 2000 01:14:18 -0700
41809 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
41812 ____________________________________________________________________________
41813 [ 6859] By: jhi on 2000/08/28 16:08:46
41814 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41815 From: Nicholas Clark <nick@ccl4.org>
41816 Date: Mon, 28 Aug 2000 16:03:27 +0100
41817 Message-Id: <20000828160327.C49785@plum.flirble.org>
41819 ! ext/ByteLoader/bytecode.h
41820 ____________________________________________________________________________
41821 [ 6858] By: jhi on 2000/08/28 16:02:10
41822 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41823 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
41824 Date: Mon, 28 Aug 2000 13:08:30 +0200
41825 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
41828 ____________________________________________________________________________
41829 [ 6857] By: jhi on 2000/08/28 15:42:47
41830 Log: display_format used as a class method without arguments was broken,
41833 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41834 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
41835 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
41836 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
41838 ! lib/Math/Complex.pm t/lib/complex.t
41839 ____________________________________________________________________________
41840 [ 6856] By: jhi on 2000/08/27 22:09:48
41841 Log: Update Changes.
41843 ! Changes patchlevel.h
41844 ____________________________________________________________________________
41845 [ 6855] By: jhi on 2000/08/27 21:59:21
41846 Log: Retract #6853 (false alarm).
41848 ! lib/ExtUtils/xsubpp
41849 ____________________________________________________________________________
41850 [ 6854] By: jhi on 2000/08/27 21:37:44
41851 Log: Update Changes.
41853 ! Changes patchlevel.h
41854 ____________________________________________________________________________
41855 [ 6853] By: jhi on 2000/08/27 21:37:16
41856 Log: Subject: [PATCH perl@6850] workaround for xsubpp
41857 From: Hugo <hv@crypt.compulink.co.uk>
41858 Date: Sun, 27 Aug 2000 22:30:25 +0100
41859 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
41861 ! lib/ExtUtils/xsubpp
41862 ____________________________________________________________________________
41863 [ 6852] By: jhi on 2000/08/27 21:33:58
41864 Log: Big-endian 64-bit patch from Raphael Manfredi.
41866 ! ext/Storable/Storable.xs
41867 ____________________________________________________________________________
41868 [ 6851] By: jhi on 2000/08/27 21:22:21
41869 Log: More ruthless editing from Hugo van der Sanden.
41871 ! pod/perldelta.pod
41872 ____________________________________________________________________________
41873 [ 6850] By: jhi on 2000/08/27 16:11:46
41874 Log: Update Changes.
41876 ! Changes patchlevel.h
41877 ____________________________________________________________________________
41878 [ 6849] By: jhi on 2000/08/27 16:11:05
41879 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
41881 ! configpm pod/perldelta.pod
41882 ____________________________________________________________________________
41883 [ 6848] By: jhi on 2000/08/27 15:35:08
41884 Log: Use the actual thread type, not the pointer-to-struct.
41886 ! ext/Thread/Thread.xs
41887 ____________________________________________________________________________
41888 [ 6847] By: jhi on 2000/08/27 15:30:49
41891 ! t/pragma/warn/pp_sys
41892 ____________________________________________________________________________
41893 [ 6846] By: jhi on 2000/08/27 15:19:02
41894 Log: Passing -R in ldflags makes now it to appear in the default
41895 for lddlflags, just like with -L.
41897 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41898 From: Lupe Christoph <lupe@lupe-christoph.de>
41899 Date: Sun, 27 Aug 2000 10:28:21 +0200
41900 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
41901 Branch: metaconfig/U/perl
41905 ____________________________________________________________________________
41906 [ 6845] By: jhi on 2000/08/27 15:08:54
41907 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41908 From: Alan Burlison <Alan.Burlison@uk.sun.com>
41909 Date: Sat, 26 Aug 2000 22:23:27 +0100
41910 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
41912 ! lib/ExtUtils/MM_Unix.pm
41913 ____________________________________________________________________________
41914 [ 6844] By: jhi on 2000/08/27 15:02:37
41915 Log: DJGPP update from Laszlo Molnar.
41917 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
41918 From: ml1050 <ml1050@freemail.hu>
41919 Date: Sat, 26 Aug 2000 23:24:40 +0200
41920 Message-Id: <20000826232440.A439@freemail.hu>
41922 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
41923 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
41924 ____________________________________________________________________________
41925 [ 6843] By: jhi on 2000/08/27 14:53:58
41926 Log: Subject: installman buglet
41927 From: Lupe Christoph <lupe@lupe-christoph.de>
41928 Date: Sun, 27 Aug 2000 14:38:59 +0200
41929 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
41932 ____________________________________________________________________________
41933 [ 6842] By: jhi on 2000/08/27 14:52:08
41934 Log: Can't get the test to reliably work thanks to the
41935 inaccurateness of floating point. "Resolves" bug ids
41936 20000826.003, 20000826.009, 20000826.010,
41939 ____________________________________________________________________________
41940 [ 6841] By: jhi on 2000/08/26 15:53:58
41941 Log: Update Changes.
41943 ! Changes patchlevel.h
41944 ____________________________________________________________________________
41945 [ 6840] By: jhi on 2000/08/26 14:23:03
41946 Log: grep -e isn't portable.
41948 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41949 From: chris@broadband.att.com
41950 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
41951 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
41953 ! hints/solaris_2.sh
41954 ____________________________________________________________________________
41955 [ 6839] By: jhi on 2000/08/26 14:12:23
41956 Log: no-install target a la make -n.
41958 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41959 From: <abigail@foad.org>
41960 Date: Sat, 26 Aug 2000 03:57:34 -0400
41961 Message-ID: <20000826075735.18912.qmail@foad.org>
41963 ! Makefile.SH installman installperl
41964 ____________________________________________________________________________
41965 [ 6838] By: jhi on 2000/08/26 14:06:33
41966 Log: Retract #6826 as the #6828 should be do the same
41967 in a More Correct Way.
41970 ____________________________________________________________________________
41971 [ 6837] By: jhi on 2000/08/26 05:24:00
41974 ! ext/Storable/Storable.xs
41975 ____________________________________________________________________________
41976 [ 6836] By: jhi on 2000/08/26 05:05:46
41977 Log: Nicer in decimal.
41979 ! ext/Storable/Storable.xs
41980 ____________________________________________________________________________
41981 [ 6835] By: jhi on 2000/08/26 05:03:50
41982 Log: There be no UVdf.
41984 ! ext/Storable/Storable.xs
41985 ____________________________________________________________________________
41986 [ 6834] By: jhi on 2000/08/26 05:00:18
41987 Log: Continue IVdfing and UVxfing.
41989 ! ext/Storable/Storable.xs
41990 ____________________________________________________________________________
41991 [ 6833] By: jhi on 2000/08/26 04:53:14
41994 ! ext/Storable/Storable.xs
41995 ____________________________________________________________________________
41996 [ 6832] By: jhi on 2000/08/26 04:40:41
41997 Log: Document PTR2XX and INT2PTR.
42000 ____________________________________________________________________________
42001 [ 6831] By: jhi on 2000/08/26 04:33:18
42002 Log: Use UVxf, PTR2UV, NVff.
42004 ! ext/Storable/Storable.xs
42005 ____________________________________________________________________________
42006 [ 6830] By: jhi on 2000/08/26 04:31:32
42007 Log: Update the test count.
42010 ____________________________________________________________________________
42011 [ 6829] By: jhi on 2000/08/26 03:05:50
42012 Log: Subject: [PATCH] installation not quite silent yet.
42013 From: <abigail@foad.org>
42014 Date: Fri, 25 Aug 2000 20:07:53 -0400
42015 Message-ID: <20000826000753.7822.qmail@foad.org>
42017 ! installman installperl
42018 ____________________________________________________________________________
42019 [ 6828] By: jhi on 2000/08/26 03:05:14
42020 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
42021 From: Spider Boardman <spider@web.zk3.dec.com>
42022 Date: Fri, 25 Aug 2000 19:12:40 -0400
42023 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
42026 ____________________________________________________________________________
42027 [ 6827] By: jhi on 2000/08/25 23:54:34
42028 Log: Support preserving extremely big/small angles.
42030 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
42031 ____________________________________________________________________________
42032 [ 6826] By: jhi on 2000/08/25 23:01:20
42033 Log: Patch installperl to be long double-aware.
42035 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
42036 From: Spider Boardman <spider@web.zk3.dec.com>
42037 Date: Fri, 25 Aug 2000 18:15:23 -0400
42038 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
42041 ____________________________________________________________________________
42042 [ 6825] By: jhi on 2000/08/25 22:58:25
42043 Log: Remove duplicately applied patch shards.
42045 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
42046 From: Spider Boardman <spider@leggy.zk3.dec.com>
42047 Date: Fri, 25 Aug 2000 16:45:03 -0400
42048 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
42051 ____________________________________________________________________________
42052 [ 6824] By: jhi on 2000/08/25 22:57:00
42053 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
42054 From: Daniel Chetlin <daniel@chetlin.com>
42055 Date: Fri, 25 Aug 2000 12:23:16 -0700
42056 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
42058 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
42059 From: Daniel Chetlin <daniel@chetlin.com>
42060 Date: Fri, 25 Aug 2000 14:47:19 -0700
42061 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
42064 ____________________________________________________________________________
42065 [ 6823] By: jhi on 2000/08/25 22:44:17
42066 Log: Timestamp problem?
42068 ! uconfig.h uconfig.sh
42069 ____________________________________________________________________________
42070 [ 6822] By: jhi on 2000/08/25 19:01:06
42071 Log: One forgotten file from #6816.
42074 ____________________________________________________________________________
42075 [ 6821] By: jhi on 2000/08/25 18:56:39
42076 Log: Regen Changes.
42078 ! Changes patchlevel.h
42079 ____________________________________________________________________________
42080 [ 6820] By: jhi on 2000/08/25 18:52:35
42081 Log: Fix Changes ordering.
42084 ____________________________________________________________________________
42085 [ 6819] By: jhi on 2000/08/25 18:50:25
42086 Log: Update Changes.
42088 ! Changes patchlevel.h
42089 ____________________________________________________________________________
42090 [ 6818] By: jhi on 2000/08/25 18:47:45
42091 Log: Tweak the sfio/useperlio logic, hopefully as wished in
42093 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
42094 From: Nicholas Clark <nick@babyhippo.co.uk>
42095 Date: Fri, 25 Aug 2000 12:01:45 +0100
42096 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
42097 Branch: metaconfig/U/perl
42101 ____________________________________________________________________________
42102 [ 6817] By: jhi on 2000/08/25 18:32:51
42103 Log: Allow microperl to assume <math.h>, without it the math
42104 functions like floor() are assumed to return int, which makes
42105 for core dumps in machines where integer and floating register
42108 ! uconfig.h uconfig.sh
42109 ____________________________________________________________________________
42110 [ 6816] By: jhi on 2000/08/25 18:27:17
42111 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
42112 the problem reported in
42114 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
42115 From: danhale@us.ibm.com
42116 Date: Fri, 25 Aug 2000 10:58:06 -0400
42117 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
42118 Branch: metaconfig/U/perl
42121 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
42122 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
42123 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
42124 ! win32/config.gc win32/config.vc
42125 ____________________________________________________________________________
42126 [ 6815] By: jhi on 2000/08/25 17:43:31
42127 Log: A solution for the retrieve_fd autosplit warning,
42128 idea suggested by Mike Guy.
42130 ! ext/Storable/Storable.pm
42131 ____________________________________________________________________________
42132 [ 6814] By: jhi on 2000/08/25 17:16:03
42133 Log: Add install-silent target.
42136 ____________________________________________________________________________
42137 [ 6813] By: jhi on 2000/08/25 17:14:23
42138 Log: Subject: Re: [PATCH] More silencing of installman.
42139 From: <abigail@foad.org>
42140 Date: Thu, 24 Aug 2000 19:27:03 -0400
42141 Message-ID: <20000824232703.7001.qmail@foad.org>
42143 Subject: Re: [PATCH] More silencing of installman.
42144 From: <abigail@foad.org>
42145 Date: Fri, 25 Aug 2000 03:00:58 -0400
42146 Message-ID: <20000825070058.10697.qmail@foad.org>
42149 ____________________________________________________________________________
42150 [ 6812] By: jhi on 2000/08/25 17:11:28
42151 Log: installperl --verbose and --silent.
42153 Subject: Re: [PATCH] More silencing of installman.
42154 From: <abigail@foad.org>
42155 Message-ID: <20000825064430.9719.qmail@foad.org>
42156 Date: Fri, 25 Aug 2000 02:44:30 -0400
42159 ____________________________________________________________________________
42160 [ 6811] By: jhi on 2000/08/25 17:05:43
42161 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
42162 From: "Peter J. Farley III" <pjfarley@banet.net>
42163 Date: Thu, 24 Aug 2000 21:58:03 -0400
42164 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
42166 (applied slightly modified)
42168 ! lib/ExtUtils/MM_Unix.pm
42169 ____________________________________________________________________________
42170 [ 6810] By: jhi on 2000/08/25 17:01:18
42171 Log: Missing parts of
42173 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
42174 From: Peter Prymmer <pvhp@forte.com>
42175 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
42176 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
42179 ____________________________________________________________________________
42180 [ 6809] By: jhi on 2000/08/25 16:46:32
42181 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
42182 From: "Craig A. Berry" <craig.berry@psinetcs.com>
42183 Date: Thu, 24 Aug 2000 19:13:11 -0500
42184 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
42187 ____________________________________________________________________________
42188 [ 6808] By: jhi on 2000/08/25 16:39:22
42189 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
42190 From: Peter Prymmer <pvhp@forte.com>
42191 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
42192 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
42195 ____________________________________________________________________________
42196 [ 6807] By: jhi on 2000/08/25 16:36:37
42197 Log: Better wording for the vec lvalue diagnostic.
42199 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
42200 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
42201 Date: Wed, 23 Aug 2000 14:12:16 -0400
42202 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
42205 ____________________________________________________________________________
42206 [ 6806] By: jhi on 2000/08/24 18:17:22
42207 Log: Subject: [PATCH] More silencing of installman.
42208 From: <abigail@foad.org>
42209 Date: Thu, 24 Aug 2000 14:01:44 -0400
42210 Message-ID: <20000824180144.20062.qmail@foad.org>
42213 ____________________________________________________________________________
42214 [ 6805] By: jhi on 2000/08/24 15:00:31
42215 Log: Update Changes.
42217 ! Changes patchlevel.h
42218 ____________________________________________________________________________
42219 [ 6804] By: jhi on 2000/08/24 14:59:07
42220 Log: Regen perltoc.
42223 ____________________________________________________________________________
42224 [ 6803] By: jhi on 2000/08/24 14:44:39
42225 Log: Show the doc file, not the temp file.
42228 ____________________________________________________________________________
42229 [ 6802] By: jhi on 2000/08/24 14:41:53
42230 Log: Continue silencing.
42233 ____________________________________________________________________________
42234 [ 6801] By: jhi on 2000/08/24 14:34:40
42235 Log: Actually do something with the silencer option.
42238 ____________________________________________________________________________
42239 [ 6800] By: jhi on 2000/08/24 14:26:22
42240 Log: Make installman to recognize the silence flag -S.
42243 ____________________________________________________________________________
42244 [ 6799] By: jhi on 2000/08/24 13:49:38
42245 Log: DOS patches and portability/porting notes, from Tim Jenness.
42248 ____________________________________________________________________________
42249 [ 6798] By: jhi on 2000/08/24 13:48:27
42250 Log: Create directories in silence.
42252 Subject: [PATCH] Another silencer for MakeMaker
42253 From: andreas.koenig@anima.de (Andreas J. Koenig)
42254 Date: 24 Aug 2000 14:18:52 +0200
42255 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
42257 ! lib/ExtUtils/Command.pm
42258 ____________________________________________________________________________
42259 [ 6797] By: jhi on 2000/08/24 13:46:42
42260 Log: More liberal parsing of version numbers.
42262 Subject: Re: CPAN.pm beta for testing available
42263 From: andreas.koenig@anima.de (Andreas J. Koenig)
42264 Date: 24 Aug 2000 13:51:57 +0200
42265 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
42268 ____________________________________________________________________________
42269 [ 6796] By: jhi on 2000/08/24 13:44:36
42270 Log: Make "make install" by default silent. A new "install-verbose"
42274 ____________________________________________________________________________
42275 [ 6795] By: jhi on 2000/08/24 13:39:14
42276 Log: Add silencer flags to installperl.
42278 Subject: [PATCH] Making installperl silent.
42279 From: <abigail@foad.org>
42280 Date: Thu, 24 Aug 2000 05:01:45 -0400
42281 Message-ID: <20000824090145.13141.qmail@foad.org>
42284 ____________________________________________________________________________
42285 [ 6794] By: jhi on 2000/08/24 13:35:50
42286 Log: installperl couldn't tell whether it had run tests or not.
42288 Subject: [PATCH] Re: installperl and t/TEST
42289 From: <abigail@foad.org>
42290 Date: Thu, 24 Aug 2000 04:00:53 -0400
42291 Message-ID: <20000824080053.2494.qmail@foad.org>
42293 ! Makefile.SH installperl
42294 ____________________________________________________________________________
42295 [ 6793] By: jhi on 2000/08/24 13:27:50
42296 Log: Drop the separate perlbc, perlcc -b should be enough.
42299 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
42300 ____________________________________________________________________________
42301 [ 6792] By: jhi on 2000/08/24 04:41:30
42302 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
42303 plus the typo fix from Peter Prymmer.
42305 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
42306 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42307 ____________________________________________________________________________
42308 [ 6791] By: jhi on 2000/08/24 02:10:43
42309 Log: Replace #6705 with a minimal doc patch.
42311 Subject: [PATCH 5.6.0] replace change #6705
42312 From: Jan Dubois <jand@ActiveState.com>
42313 Date: Wed, 23 Aug 2000 18:31:51 -0700
42314 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
42316 ! lib/Win32.pod win32/win32.c
42317 ____________________________________________________________________________
42318 [ 6790] By: jhi on 2000/08/23 17:52:00
42319 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
42320 From: Mike Guy <mjtg@cam.ac.uk>
42321 Date: Wed, 23 Aug 2000 18:38:46 +0100
42322 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
42324 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
42325 ____________________________________________________________________________
42326 [ 6789] By: jhi on 2000/08/23 15:34:21
42327 Log: Update Changes.
42329 ! Changes patchlevel.h
42330 ____________________________________________________________________________
42331 [ 6788] By: jhi on 2000/08/23 15:33:40
42332 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
42333 From: Wilfredo Sánchez <wsanchez@apple.com>
42334 Date: Tue, 22 Aug 2000 19:31:27 -0700
42335 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
42338 ____________________________________________________________________________
42339 [ 6787] By: jhi on 2000/08/23 15:29:31
42340 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
42341 From: Spider Boardman <spider@leggy.zk3.dec.com>
42342 Date: Wed, 23 Aug 2000 10:33:23 -0400
42343 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
42346 ____________________________________________________________________________
42347 [ 6786] By: jhi on 2000/08/23 15:28:11
42350 ! ext/B/Makefile.PL
42351 ____________________________________________________________________________
42352 [ 6785] By: jhi on 2000/08/23 14:37:04
42353 Log: Update Changes.
42355 ! Changes patchlevel.h
42356 ____________________________________________________________________________
42357 [ 6784] By: jhi on 2000/08/23 13:58:41
42358 Log: Portability fix from Hugo van der Sanden.
42360 ! ext/re/Makefile.PL
42361 ____________________________________________________________________________
42362 [ 6783] By: jhi on 2000/08/23 13:53:53
42363 Log: Storable support, v-version fixes.
42365 Subject: CPAN.pm beta for testing available
42366 From: andreas.koenig@anima.de (Andreas J. Koenig)
42367 Date: 22 Aug 2000 23:31:33 +0200
42368 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
42370 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42371 ____________________________________________________________________________
42372 [ 6782] By: jhi on 2000/08/23 13:51:26
42373 Log: Mac and other portability updates from Chris Nandor.
42375 ! pod/perlmodinstall.pod
42376 ____________________________________________________________________________
42377 [ 6781] By: jhi on 2000/08/23 13:47:33
42378 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
42379 From: Peter Prymmer <pvhp@forte.com>
42380 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
42381 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
42383 ! ext/Storable/Storable.xs
42384 ____________________________________________________________________________
42385 [ 6780] By: jhi on 2000/08/23 13:33:34
42386 Log: VMS MMS (make) wants null action.
42388 ! ext/B/Makefile.PL
42389 ____________________________________________________________________________
42390 [ 6779] By: jhi on 2000/08/22 19:44:47
42391 Log: Forgot portability nit.
42393 ! t/lib/st-forgive.t
42394 ____________________________________________________________________________
42395 [ 6778] By: jhi on 2000/08/22 19:35:25
42398 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
42400 ____________________________________________________________________________
42401 [ 6777] By: jhi on 2000/08/22 18:50:53
42402 Log: Update Changes.
42404 ! Changes patchlevel.h
42405 ____________________________________________________________________________
42406 [ 6776] By: jhi on 2000/08/22 18:44:46
42407 Log: cSVOPo_*v things index into the current PL_curpad
42408 under ithreads, which is different from the curpad
42409 used by the XSUB. (In other words, the code as-is
42410 before this patch wouldn't work under ithreads.)
42414 ____________________________________________________________________________
42415 [ 6775] By: jhi on 2000/08/22 18:18:37
42416 Log: Make the selection of NVff et al stricter.
42417 Branch: metaconfig/U/perl
42420 ! Configure config_h.SH
42421 ____________________________________________________________________________
42422 [ 6774] By: jhi on 2000/08/22 17:19:42
42423 Log: perldelta nits.
42425 ! pod/perldelta.pod
42426 ____________________________________________________________________________
42427 [ 6773] By: jhi on 2000/08/22 17:06:26
42428 Log: Long double fixes from Spider Boardman.
42430 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
42431 From: system PRIVILEGED account <root@peano.zk3.dec.com>
42432 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
42433 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
42435 ! t/lib/bigfltpm.t t/lib/st-06compat.t
42436 ____________________________________________________________________________
42437 [ 6772] By: jhi on 2000/08/22 15:04:53
42438 Log: Update Changes.
42440 ! Changes patchlevel.h
42441 ____________________________________________________________________________
42442 [ 6771] By: jhi on 2000/08/22 15:01:44
42443 Log: perldelta fixes from Hugo van der Sanden.
42445 ! pod/perldelta.pod
42446 ____________________________________________________________________________
42447 [ 6770] By: jhi on 2000/08/22 14:34:49
42448 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
42449 From: Hugo <hv@crypt.compulink.co.uk>
42450 Date: Tue, 22 Aug 2000 11:21:53 +0100
42451 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
42454 ____________________________________________________________________________
42455 [ 6769] By: jhi on 2000/08/22 14:30:02
42456 Log: Add Yitzchak, reformat.
42458 ! Changes config_h.SH
42459 ____________________________________________________________________________
42460 [ 6768] By: jhi on 2000/08/22 14:21:35
42461 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
42462 and Spider Boardman.
42464 ! U/compline/d_gconvert.U
42467 ____________________________________________________________________________
42468 [ 6767] By: jhi on 2000/08/22 14:11:24
42469 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
42470 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42471 Date: Mon, 21 Aug 2000 19:08:31 -0700
42472 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
42474 - ext/Storable/patchlevel.h
42475 ! MANIFEST ext/Storable/MANIFEST
42476 ____________________________________________________________________________
42477 [ 6766] By: jhi on 2000/08/22 13:49:29
42478 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
42479 From: Peter Prymmer <pvhp@forte.com>
42480 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
42481 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
42483 ! configure.com ext/Storable/Makefile.PL
42484 ____________________________________________________________________________
42485 [ 6765] By: jhi on 2000/08/22 13:44:59
42486 Log: Subject: [PATCH blead] B:: missing dependency
42487 From: Hugo <hv@crypt.compulink.co.uk>
42488 Date: Tue, 22 Aug 2000 06:44:33 +0100
42489 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
42491 ! ext/B/Makefile.PL
42492 ____________________________________________________________________________
42493 [ 6764] By: jhi on 2000/08/22 13:38:12
42494 Log: More bytecompiler.
42496 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
42497 ____________________________________________________________________________
42498 [ 6763] By: jhi on 2000/08/22 13:36:44
42499 Log: Bytecompiler patches from Benjamin Stuhl.
42501 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
42502 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
42503 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
42504 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42505 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
42506 ! perl.c perlapi.h pod/perldelta.pod
42507 ____________________________________________________________________________
42508 [ 6762] By: jhi on 2000/08/21 23:43:40
42509 Log: An obsoleted diagnostic.
42511 ! pod/perldelta.pod
42512 ____________________________________________________________________________
42513 [ 6761] By: jhi on 2000/08/21 23:01:45
42514 Log: The #6759 wasn't quite right.
42516 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42517 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
42518 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42519 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42520 ! t/lib/st-tieditems.t
42521 ____________________________________________________________________________
42522 [ 6760] By: jhi on 2000/08/21 22:35:49
42523 Log: Be verydeepclean.
42526 ____________________________________________________________________________
42527 [ 6759] By: jhi on 2000/08/21 22:25:40
42528 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
42529 From: Peter Prymmer <pvhp@forte.com>
42530 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
42531 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
42533 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42534 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
42535 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42536 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42537 ! t/lib/st-tieditems.t
42538 ____________________________________________________________________________
42539 [ 6758] By: jhi on 2000/08/21 22:22:32
42540 Log: Few more casts, need reported in
42542 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
42543 From: Mike Stok <mike@stok.co.uk>
42544 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
42545 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
42549 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
42550 From: abigail@foad.org
42551 Date: 21 Aug 2000 21:31:34 -0000
42552 Message-Id: <20000821213134.30170.qmail@foad.org>
42554 ! ext/Storable/Storable.xs
42555 ____________________________________________________________________________
42556 [ 6757] By: jhi on 2000/08/21 18:37:07
42557 Log: Update Changes.
42559 ! Changes patchlevel.h
42560 ____________________________________________________________________________
42561 [ 6756] By: jhi on 2000/08/21 18:34:02
42564 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
42565 From: <abigail@foad.org>
42566 Date: Mon, 21 Aug 2000 14:00:16 -0400
42567 Message-ID: <20000821180016.28627.qmail@foad.org>
42570 ____________________________________________________________________________
42571 [ 6755] By: jhi on 2000/08/21 18:30:56
42572 Log: Use PodParser 1.18 new test.
42574 ! t/pod/special_seqs.t t/pod/special_seqs.xr
42575 ____________________________________________________________________________
42576 [ 6754] By: jhi on 2000/08/21 18:28:35
42577 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
42578 patches cannot be applied since #6712 conflicts.
42580 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
42581 ____________________________________________________________________________
42582 [ 6753] By: jhi on 2000/08/21 18:15:11
42583 Log: Weed out some smaller changes.
42585 ! pod/perldelta.pod
42586 ____________________________________________________________________________
42587 [ 6752] By: jhi on 2000/08/21 18:02:30
42588 Log: Also under djgpp the timestamps are funky.
42591 ____________________________________________________________________________
42592 [ 6751] By: jhi on 2000/08/21 17:55:56
42593 Log: Tweak the floating point output routine preferences.
42595 ! U/compline/d_gconvert.U
42598 ____________________________________________________________________________
42599 [ 6750] By: jhi on 2000/08/21 17:51:29
42600 Log: Unicos/mk requires elaborate paranoia.
42602 ! lib/Math/Complex.pm
42603 ____________________________________________________________________________
42604 [ 6749] By: gsar on 2000/08/21 16:53:31
42605 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
42608 ____________________________________________________________________________
42609 [ 6748] By: gsar on 2000/08/21 16:22:19
42610 Log: free TLS slot properly on Windows
42612 ! thread.h win32/perllib.c win32/win32thread.h
42613 ____________________________________________________________________________
42614 [ 6747] By: jhi on 2000/08/21 16:20:58
42615 Log: Rename the macro argument because some preprocessors
42616 can't tell the difference and expand arguments also inside
42617 double quoted strings.
42620 ____________________________________________________________________________
42621 [ 6746] By: jhi on 2000/08/21 16:09:41
42622 Log: Support long doubles in Storable.
42624 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
42625 From: Radu Greab <radu@netsoft.ro>
42626 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
42627 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
42629 ! ext/Storable/Storable.xs
42630 ____________________________________________________________________________
42631 [ 6745] By: jhi on 2000/08/21 15:51:40
42632 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
42633 From: "Fifer, Eric" <EFifer@sanwaint.com>
42634 Date: Mon, 21 Aug 2000 15:34:49 +0100
42635 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
42637 ! t/pragma/warn/9enabled
42638 ____________________________________________________________________________
42639 [ 6744] By: jhi on 2000/08/21 15:39:35
42640 Log: Document the endianness of Alpha more precisely.
42642 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
42644 ____________________________________________________________________________
42645 [ 6743] By: jhi on 2000/08/21 14:47:05
42646 Log: perldelta fixes from the p5p crowd.
42648 ! pod/perldelta.pod pod/perlop.pod
42649 ____________________________________________________________________________
42650 [ 6742] By: jhi on 2000/08/21 13:34:51
42651 Log: Update to Pod::LaTeX 0.53.
42653 Subject: [PATCH] lib/Pod/LaTeX.pm updates
42654 From: Tim Jenness <timj@jach.hawaii.edu>
42655 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
42656 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
42659 ____________________________________________________________________________
42660 [ 6741] By: jhi on 2000/08/21 13:33:01
42661 Log: Subject: [PATCH] os2.c fix for use64bitint
42662 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42663 Date: Mon, 21 Aug 2000 01:32:25 -0700
42664 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
42667 ____________________________________________________________________________
42668 [ 6740] By: jhi on 2000/08/21 13:28:52
42669 Log: Array context keeps slithering in.
42671 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
42672 From: Daniel Chetlin <daniel@chetlin.com>
42673 Date: Sun, 20 Aug 2000 21:40:25 -0700
42674 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
42676 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
42677 ! pod/perldebtut.pod
42678 ____________________________________________________________________________
42679 [ 6739] By: jhi on 2000/08/21 13:23:55
42680 Log: Big-endian quad fixes for Storable from Radu Greab,
42681 plus few explicit null casts for picky compilers.
42683 ! ext/Storable/Storable.xs
42684 ____________________________________________________________________________
42685 [ 6738] By: gsar on 2000/08/21 05:56:13
42686 Log: small tweaks for change#6705: avoid C++ style comments in C code;
42687 use Perl's malloc API rather than the low level system one
42690 ____________________________________________________________________________
42691 [ 6737] By: gsar on 2000/08/21 05:35:41
42692 Log: add Storable to list of extensions on Windows
42694 ! win32/Makefile win32/makefile.mk
42695 ____________________________________________________________________________
42696 [ 6736] By: jhi on 2000/08/21 02:57:53
42697 Log: Update Changes.
42699 ! Changes patchlevel.h
42700 ____________________________________________________________________________
42701 [ 6735] By: jhi on 2000/08/21 02:57:20
42704 ! pod/perldelta.pod
42705 ____________________________________________________________________________
42706 [ 6734] By: jhi on 2000/08/21 02:57:03
42707 Log: Add Storable 0.7.2 from Raphael Manfredi,
42708 plus the patch from
42710 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
42711 From: Radu Greab <radu@netsoft.ro>
42712 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
42713 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
42715 plus changes to get Storable to compile with
42716 picky ANSI compilers.
42718 + ext/Storable/ChangeLog ext/Storable/MANIFEST
42719 + ext/Storable/Makefile.PL ext/Storable/README
42720 + ext/Storable/Storable.pm ext/Storable/Storable.xs
42721 + ext/Storable/patchlevel.h t/lib/st-06compat.t
42722 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
42723 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
42724 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42725 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42726 + t/lib/st-tieditems.t
42728 ____________________________________________________________________________
42729 [ 6733] By: jhi on 2000/08/21 02:29:09
42730 Log: The correct cleaning order is an art.
42733 ____________________________________________________________________________
42734 [ 6732] By: jhi on 2000/08/21 01:23:39
42735 Log: The #6724 is here.
42737 ! t/lib/ftmp-security.t
42738 ____________________________________________________________________________
42739 [ 6731] By: jhi on 2000/08/20 23:17:03
42740 Log: s/this one/the 5.6.0 release/
42742 ! pod/perl56delta.pod
42743 ____________________________________________________________________________
42744 [ 6730] By: jhi on 2000/08/20 23:07:34
42745 Log: Mention perlebcdic and perlposix-bc.
42748 ____________________________________________________________________________
42749 [ 6729] By: jhi on 2000/08/20 21:32:59
42750 Log: Document the number of exponent digits.
42753 ____________________________________________________________________________
42754 [ 6728] By: jhi on 2000/08/20 21:16:47
42755 Log: Use File::Spec->tmpdir().
42757 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
42758 From: Tim Jenness <timj@jach.hawaii.edu>
42759 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
42761 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
42764 ____________________________________________________________________________
42765 [ 6727] By: jhi on 2000/08/20 20:43:32
42766 Log: Update Changes.
42768 ! Changes patchlevel.h
42769 ____________________________________________________________________________
42770 [ 6726] By: jhi on 2000/08/20 20:41:44
42771 Log: The veryclean target needs to clobber.
42774 ____________________________________________________________________________
42775 [ 6725] By: jhi on 2000/08/20 20:37:38
42776 Log: Document odd vs even subreleases and -Dusedevel.
42779 ____________________________________________________________________________
42780 [ 6724] By: jhi on 2000/08/20 19:58:05
42781 Log: Use temporary directory instead of current directory.
42783 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
42784 From: Tim Jenness <timj@jach.hawaii.edu>
42785 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
42786 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
42788 ! t/lib/ftmp-security.t
42789 ____________________________________________________________________________
42790 [ 6723] By: jhi on 2000/08/20 19:55:55
42791 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
42792 From: andreas.koenig@anima.de (Andreas J. Koenig)
42793 Date: 20 Aug 2000 15:52:03 +0200
42794 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
42796 ! lib/ExtUtils/MM_Unix.pm
42797 ____________________________________________________________________________
42798 [ 6722] By: jhi on 2000/08/20 19:46:01
42799 Log: Update to CGI 2.72, from Lincoln Stein.
42802 ____________________________________________________________________________
42803 [ 6721] By: jhi on 2000/08/20 19:43:54
42804 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
42805 From: Radu Greab <radu@netsoft.ro>
42806 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
42807 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
42809 ! ext/GDBM_File/GDBM_File.xs
42810 ____________________________________________________________________________
42811 [ 6720] By: jhi on 2000/08/20 19:42:01
42812 Log: pp_open() could pass an uninitialized filename down to do_open9().
42815 ____________________________________________________________________________
42816 [ 6719] By: jhi on 2000/08/20 14:06:41
42817 Log: UTF8 concat fixes.
42819 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
42820 From: Hugo <hv@crypt.compulink.co.uk>
42821 Date: Sun, 20 Aug 2000 07:30:46 +0100
42822 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
42824 ! pp_hot.c t/op/append.t
42825 ____________________________________________________________________________
42826 [ 6718] By: jhi on 2000/08/20 02:09:37
42827 Log: Let's try #6717 again.
42830 ____________________________________________________________________________
42831 [ 6717] By: jhi on 2000/08/20 01:56:55
42832 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
42833 From: "Craig A. Berry" <craig.berry@metamorgs.com>
42834 Date: Sat, 19 Aug 2000 18:15:39 -0500
42835 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
42838 ____________________________________________________________________________
42839 [ 6716] By: jhi on 2000/08/19 15:50:11
42840 Log: Update Changes.
42842 ! Changes patchlevel.h
42843 ____________________________________________________________________________
42844 [ 6715] By: jhi on 2000/08/19 15:39:09
42845 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
42846 From: Jonathan D Johnston <jdjohnston2@juno.com>
42847 Date: Thu, 17 Aug 2000 23:13:01 -0400
42848 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
42851 ____________________________________________________________________________
42852 [ 6714] By: jhi on 2000/08/19 15:34:04
42853 Log: Introduce a 'veryclean' target that is like 'distclean'
42854 but also removes *~ and *.orig.
42856 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
42857 ! utils/Makefile x2p/Makefile.SH
42858 ____________________________________________________________________________
42859 [ 6713] By: jhi on 2000/08/19 14:15:45
42860 Log: Put back the long double avoidance code to POSIX.xs
42861 because VMS seems to need it still.
42863 ! ext/POSIX/POSIX.xs
42864 ____________________________________________________________________________
42865 [ 6712] By: jhi on 2000/08/19 14:10:41
42866 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
42867 From: Peter Prymmer <pvhp@forte.com>
42868 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
42869 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
42871 ! lib/Pod/Find.pm t/pod/find.t
42872 ____________________________________________________________________________
42873 [ 6711] By: jhi on 2000/08/19 14:09:19
42874 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
42875 From: Peter Prymmer <pvhp@forte.com>
42876 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
42877 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
42878 cc: vmsperl@perl.org
42881 ____________________________________________________________________________
42882 [ 6710] By: jhi on 2000/08/19 14:08:01
42883 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
42884 From: Jan Dubois <jand@ActiveState.com>
42885 Date: Fri, 18 Aug 2000 16:31:48 -0700
42886 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
42889 ____________________________________________________________________________
42890 [ 6709] By: jhi on 2000/08/19 14:06:57
42891 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
42893 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
42894 From: Spider.Boardman@Orb.Nashua.NH.US
42895 Date: Fri, 18 Aug 2000 18:41:14 -0400
42896 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
42899 ____________________________________________________________________________
42900 [ 6708] By: jhi on 2000/08/18 22:04:49
42901 Log: Update Changes.
42903 ! Changes patchlevel.h
42904 ____________________________________________________________________________
42905 [ 6707] By: jhi on 2000/08/18 21:55:14
42906 Log: Add warnif(), check warnings further up the stack,
42907 all the warnings functions now can take an optional object reference.
42909 Subject: [PATCH bleedperl@6691] warnings pragma update
42910 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42911 Date: Fri, 18 Aug 2000 22:42:06 +0100
42912 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
42914 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
42915 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
42916 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
42917 ____________________________________________________________________________
42918 [ 6706] By: jhi on 2000/08/18 21:41:45
42919 Log: Typo in pp_complement().
42921 Subject: [PATCH perl-current] Deparse
42922 From: Peter Scott <Peter@PSDT.com>
42923 Date: Fri, 18 Aug 2000 12:44:37 -0700
42924 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
42926 ! ext/B/B/Deparse.pm
42927 ____________________________________________________________________________
42928 [ 6705] By: jhi on 2000/08/18 21:25:59
42929 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
42930 From: Jan Dubois <jand@ActiveState.com>
42931 Date: Fri, 18 Aug 2000 14:22:51 -0700
42932 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
42934 ! lib/Win32.pod win32/win32.c
42935 ____________________________________________________________________________
42936 [ 6704] By: jhi on 2000/08/18 21:16:14
42937 Log: Don't eat leading os from index entries.
42939 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
42940 From: Russ Allbery <rra@stanford.edu>
42941 Date: 10 Aug 2000 20:49:25 -0700
42942 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
42945 ____________________________________________________________________________
42946 [ 6703] By: jhi on 2000/08/18 21:07:06
42947 Log: Add [[:blank:]] as suggested in
42949 Subject: [ID 20000716.024] [=cc=] / [:blank:]
42950 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
42951 Date: Sun, 16 Jul 2000 17:55:29 -0700
42952 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
42954 (the [=cc=] has already been taken care of by #6439
42955 so the whole bug report can be closed)
42957 and make [[:space:]] to be equivalent to isspace(3)
42958 (as opposed to \s, which is isSPACE()). The difference
42959 is that now [[:space:]] matches the mythical vertical tab,
42962 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
42963 ! regexec.c t/op/pat.t
42964 ____________________________________________________________________________
42965 [ 6702] By: jhi on 2000/08/18 18:47:47
42966 Log: The new tests were missing from #6415.
42969 ____________________________________________________________________________
42970 [ 6701] By: jhi on 2000/08/18 18:20:40
42971 Log: Document the NDBM_File and ODBM_File as SDBM_File
42972 was documented in #6417.
42974 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
42975 ! ext/SDBM_File/SDBM_File.pm
42976 ____________________________________________________________________________
42977 [ 6700] By: jhi on 2000/08/18 18:10:39
42978 Log: Subject: [PATCH perl@6698] cygwin port
42979 From: "Fifer, Eric" <EFifer@sanwaint.com>
42980 Date: Fri, 18 Aug 2000 17:30:05 +0100
42981 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
42984 ____________________________________________________________________________
42985 [ 6699] By: jhi on 2000/08/18 16:21:49
42986 Log: Document code point which makes if (defined %stash::) to work
42987 (noted by Spider Boardman).
42990 ____________________________________________________________________________
42991 [ 6698] By: jhi on 2000/08/18 13:43:27
42992 Log: Update Changes.
42994 ! Changes patchlevel.h
42995 ____________________________________________________________________________
42996 [ 6697] By: jhi on 2000/08/18 13:35:57
42997 Log: Tiny Getopt::Long patch from Johan Vromans.
42999 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
43000 ____________________________________________________________________________
43001 [ 6696] By: jhi on 2000/08/18 13:26:14
43002 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
43003 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
43004 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
43005 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
43007 ! pod/perldiag.pod pod/perlsyn.pod
43008 ____________________________________________________________________________
43009 [ 6695] By: jhi on 2000/08/18 13:13:26
43010 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
43011 From: Daniel Chetlin <daniel@chetlin.com>
43012 Date: Fri, 18 Aug 2000 03:13:36 -0700
43013 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
43016 ____________________________________________________________________________
43017 [ 6694] By: jhi on 2000/08/18 13:08:05
43018 Log: Subject: [PATCH] perltrap.pod spring cleaning
43019 From: Daniel Chetlin <daniel@chetlin.com>
43020 Date: Fri, 18 Aug 2000 03:06:54 -0700
43021 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
43023 plus Mike Guy's nitfix.
43026 ____________________________________________________________________________
43027 [ 6693] By: jhi on 2000/08/18 13:00:26
43028 Log: Unbuffer the output.
43030 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
43031 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43032 Date: Thu, 17 Aug 2000 18:39:29 -0700
43033 Message-ID: <RPJn5gzkgydf092yn@efn.org>
43036 ____________________________________________________________________________
43037 [ 6692] By: jhi on 2000/08/18 05:19:17
43038 Log: Delete the image, too, not just its MANIFEStation.
43040 - lib/CGI/eg/wilogo.gif
43041 ____________________________________________________________________________
43042 [ 6691] By: jhi on 2000/08/18 05:10:26
43043 Log: Propagate new Configure vars.
43045 ! configure.com epoc/config.sh uconfig.h uconfig.sh
43046 ! vos/config.def vos/config.h vos/config_h.SH_orig
43047 ! win32/config.bc win32/config.gc win32/config.vc
43048 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43049 ____________________________________________________________________________
43050 [ 6690] By: jhi on 2000/08/18 04:30:56
43051 Log: Update Changes.
43053 ! Changes patchlevel.h
43054 ____________________________________________________________________________
43055 [ 6689] By: jhi on 2000/08/18 04:12:30
43056 Log: Fix the lib/complex failure of
43058 From: abigail@foad.org
43059 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
43060 Date: 15 Aug 2000 04:06:38 -0000
43061 Message-Id: <20000815040638.8524.qmail@foad.org>
43063 Linux long double accuracy issue: something that
43064 when printed with %g looks like "2" but int() of it is 1.
43066 ! lib/Math/Complex.pm
43067 ____________________________________________________________________________
43068 [ 6688] By: jhi on 2000/08/18 03:15:35
43069 Log: The byteorder code in #6671 was wrong.
43072 ____________________________________________________________________________
43073 [ 6687] By: jhi on 2000/08/18 02:08:42
43074 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
43075 From: Jan Dubois <jand@ActiveState.com>
43076 Date: Thu, 17 Aug 2000 18:31:55 -0700
43077 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
43080 ____________________________________________________________________________
43081 [ 6686] By: jhi on 2000/08/18 02:04:15
43082 Log: Use NVs in POSIX math, not doubles.
43084 From: abigail@foad.org
43085 Subject: [ID 20000817.014] POSIX & modfl
43086 Date: 17 Aug 2000 20:49:18 -0000
43087 Message-Id: <20000817204918.23123.qmail@foad.org>
43089 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
43090 ____________________________________________________________________________
43091 [ 6685] By: jhi on 2000/08/18 02:02:12
43092 Log: Introduce NVef, NVff, and NVgf, use the middle one.
43093 (helps for lib/peek + Linux + long doubles) Reported in
43095 From: abigail@foad.org
43096 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
43097 Date: 15 Aug 2000 04:06:38 -0000
43098 Message-Id: <20000815040638.8524.qmail@foad.org>
43100 (note: the lib/complex failure has not yet been addressed)
43101 Branch: metaconfig/U/perl
43104 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43105 ! config_h.SH dump.c perl.h pod/perlguts.pod
43106 ____________________________________________________________________________
43107 [ 6684] By: jhi on 2000/08/17 23:22:19
43108 Log: Add byteorder to the myconfig output.
43111 ____________________________________________________________________________
43112 [ 6683] By: jhi on 2000/08/17 23:20:19
43113 Log: The image doth not exist, spotted by Johan Vromans.
43116 ____________________________________________________________________________
43117 [ 6682] By: jhi on 2000/08/17 22:38:16
43118 Log: Document what the backtick returns if the command fails.
43121 ____________________________________________________________________________
43122 [ 6681] By: jhi on 2000/08/17 22:33:12
43123 Log: Do not use prototyping here.
43125 Subject: [ID 20000817.016] [PATCH] Peek.xs
43126 From: abigail@foad.org
43127 Date: 17 Aug 2000 20:55:56 -0000
43128 Message-Id: <20000817205556.24270.qmail@foad.org>
43130 ! ext/Devel/Peek/Makefile.PL
43131 ____________________________________________________________________________
43132 [ 6680] By: jhi on 2000/08/17 19:46:43
43133 Log: Don't propose using modules built for 5.005 if no binary
43134 compatibility with 5.005 is attempted.
43136 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43137 Subject: Minor nit with 5.7.0 (6655)
43138 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
43139 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
43141 ! U/installdirs/inc_version_list.U
43143 ! Configure config_h.SH
43144 ____________________________________________________________________________
43145 [ 6679] By: jhi on 2000/08/17 19:16:39
43146 Log: Microperl config update.
43148 ! uconfig.h uconfig.sh
43149 ____________________________________________________________________________
43150 [ 6678] By: jhi on 2000/08/17 19:16:13
43151 Log: The #6648 wasn't protective enough for limited platforms
43155 ____________________________________________________________________________
43156 [ 6677] By: jhi on 2000/08/17 14:46:35
43157 Log: Update Changes.
43159 ! Changes patchlevel.h
43160 ____________________________________________________________________________
43161 [ 6676] By: jhi on 2000/08/17 14:44:02
43162 Log: Add perlebcdic from Peter Prymmer, regen toc.
43164 + pod/perlebcdic.pod
43165 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43166 ____________________________________________________________________________
43167 [ 6675] By: jhi on 2000/08/17 14:41:52
43168 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
43170 ! pod/perldebtut.pod
43171 ____________________________________________________________________________
43172 [ 6674] By: jhi on 2000/08/17 14:29:43
43173 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
43175 Subject: [ID 20000724.006] -DLEAKTEST problem
43176 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
43177 Date: Tue, 25 Jul 2000 00:36:32 -0500
43178 Message-Id: <20000725003632.A26186@www.llamacom.com>
43182 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
43183 From: Hugo <hv@crypt.compulink.co.uk>
43184 Date: Thu, 17 Aug 2000 15:23:42 +0100
43185 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
43188 ____________________________________________________________________________
43189 [ 6673] By: jhi on 2000/08/17 04:07:10
43190 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
43191 From: John Peacock <JPeacock@UnivPress.com>
43192 Date: Tue, 01 Aug 2000 09:38:12 -0400
43193 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
43195 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
43196 ____________________________________________________________________________
43197 [ 6672] By: jhi on 2000/08/17 03:04:35
43198 Log: Subject: [PATCH] Cwd.pm now uses strict
43199 From: Tim Jenness <timj@jach.hawaii.edu>
43200 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
43201 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
43204 ____________________________________________________________________________
43205 [ 6671] By: jhi on 2000/08/17 02:16:35
43206 Log: Make $Config{byteorder} more magical so that it is
43207 dynamically computed: nice for 'fat binaries'.
43209 Subject: [PATCH]: default byteorder
43210 From: Wilfredo Sánchez <wsanchez@apple.com>
43211 Date: Mon, 31 Jul 2000 19:45:31 -0700
43212 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
43215 ____________________________________________________________________________
43216 [ 6670] By: gsar on 2000/08/17 01:22:21
43217 Log: move WNOHANG definition to where other such things are
43220 ____________________________________________________________________________
43221 [ 6669] By: jhi on 2000/08/17 01:19:17
43222 Log: Update Changes.
43224 ! Changes patchlevel.h
43225 ____________________________________________________________________________
43226 [ 6668] By: jhi on 2000/08/17 01:16:29
43227 Log: Doc nits spotted by Richard Soderberg.
43229 ! README.posix-bc README.vmesa
43230 ____________________________________________________________________________
43231 [ 6667] By: jhi on 2000/08/17 01:12:11
43232 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
43233 From: "Casey R. Tweten" <crt@kiski.net>
43234 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
43235 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
43237 ! pod/perldebtut.pod
43238 ____________________________________________________________________________
43239 [ 6666] By: jhi on 2000/08/17 01:09:31
43240 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
43241 From: "Casey R. Tweten" <crt@kiski.net>
43242 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
43243 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
43246 ____________________________________________________________________________
43247 [ 6665] By: gsar on 2000/08/17 01:03:52
43248 Log: add "ok" targets from change#6632 in makefile.mk
43250 ! pod/perlport.pod win32/Makefile win32/makefile.mk
43251 ____________________________________________________________________________
43252 [ 6664] By: gsar on 2000/08/17 00:56:11
43253 Log: avoid warnings from dense compiler
43256 ____________________________________________________________________________
43257 [ 6663] By: jhi on 2000/08/17 00:51:49
43258 Log: Tweak the regex compilation errors once more.
43260 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
43261 ! t/op/regmesg.t t/pragma/warn/regcomp
43262 ____________________________________________________________________________
43263 [ 6662] By: gsar on 2000/08/17 00:28:19
43264 Log: trailing new %ENV entries weren't being pushed into the real
43265 environment of subprocesses on Windows
43267 ! t/op/magic.t win32/perlhost.h
43268 ____________________________________________________________________________
43269 [ 6661] By: gsar on 2000/08/17 00:19:20
43270 Log: waitpid() now handles externally spawned pids correctly;
43271 fixes for backtick/wait/waitpid failures on Windows 9x
43273 these changes make the pid returned by process functions on
43274 Windows 9x always positive by clearing the high bit (which
43275 is always set on Win9x); pseudo-process PIDs are likewise
43276 always negative now on Win9x (just as on NT/2000)
43278 ! pp_sys.c win32/perlhost.h win32/win32.c
43279 ____________________________________________________________________________
43280 [ 6660] By: jhi on 2000/08/17 00:04:32
43281 Log: Retract #6645.
43283 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43284 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
43286 ____________________________________________________________________________
43287 [ 6659] By: gsar on 2000/08/16 23:59:28
43288 Log: on windows, the return values from wait() and waitpid() don't
43289 match those of pseudo-pids
43291 ! pp_sys.c t/op/fork.t util.c win32/win32.c
43292 ____________________________________________________________________________
43293 [ 6658] By: gsar on 2000/08/16 23:56:14
43294 Log: pod nit seen in passing
43297 ____________________________________________________________________________
43298 [ 6657] By: gsar on 2000/08/16 23:53:42
43299 Log: change#6328 could make close(SOCKET) return false on windows
43303 ____________________________________________________________________________
43304 [ 6656] By: gsar on 2000/08/16 23:46:57
43305 Log: check that the number pseudo children doesn't exceed
43306 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
43307 the WaitForMultipleObjects() limit that would cause wait()
43310 wait() and waitpid() could potentially be rewritten to use
43311 more than one thread to do the waiting to eliminate this
43315 ____________________________________________________________________________
43316 [ 6655] By: jhi on 2000/08/16 14:11:05
43317 Log: Update Changes.
43319 ! Changes patchlevel.h
43320 ____________________________________________________________________________
43321 [ 6654] By: jhi on 2000/08/16 14:10:12
43322 Log: Update to perldebtut 1.9, from Richard Foley.
43324 ! pod/perldebtut.pod
43325 ____________________________________________________________________________
43326 [ 6653] By: jhi on 2000/08/16 14:08:17
43327 Log: Change the regx compilation error markers to use = instead of <
43328 since pod makes using the latter quite messy. Reported in
43329 ID 20000814.006 by Abigail and in
43330 Subject: Unknown escape E<> ?
43331 From: Lupe Christoph <lupe@lupe-christoph.de>
43332 Date: Fri, 11 Aug 2000 00:30:27 +0200
43333 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
43335 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
43336 ! t/op/regmesg.t t/pragma/warn/regcomp
43337 ____________________________________________________________________________
43338 [ 6652] By: jhi on 2000/08/16 13:25:31
43339 Log: Change the perlbug address to perl.org since it's more forgiving.
43341 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
43342 From: abigail@foad.org
43343 Date: 15 Aug 2000 04:15:40 -0000
43344 Message-Id: <20000815041540.8633.qmail@foad.org>
43347 ____________________________________________________________________________
43348 [ 6651] By: jhi on 2000/08/16 13:22:35
43349 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
43350 From: Tim Jenness <timj@jach.hawaii.edu>
43351 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
43352 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
43355 ____________________________________________________________________________
43356 [ 6650] By: jhi on 2000/08/16 13:18:13
43357 Log: Update to CPAN 1.57.
43359 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
43360 From: andreas.koenig@anima.de (Andreas J. Koenig)
43361 Date: 16 Aug 2000 15:09:46 +0200
43362 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
43365 ____________________________________________________________________________
43366 [ 6649] By: jhi on 2000/08/16 13:12:31
43367 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
43368 From: "Larry W. Virden" <lvirden@cas.org>
43369 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
43370 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
43373 ____________________________________________________________________________
43374 [ 6648] By: jhi on 2000/08/16 13:03:53
43375 Log: The numeric locale was reset to "C" by s?printf and never restored.
43377 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
43378 From: Christian Kirsch <ck@held.mind.de>
43379 Date: Wed, 9 Aug 2000 17:05:17 +0200
43380 Message-Id: <20000809170517.A25389@held>
43382 No test since adding the failing example to locale.t
43383 does not fail -- probably because the locale settings are so
43384 thoroughly tweaked by that time. Running the example standalone
43385 does fail, though. UPDATE: test case added at change #7540.
43387 ! dump.c perl.h pp.c pp_ctl.c sv.c
43388 ____________________________________________________________________________
43389 [ 6647] By: jhi on 2000/08/16 00:07:54
43390 Log: Update Changes and test semi-automatic patchlevel updating.
43392 ! Changes patchlevel.h
43393 ____________________________________________________________________________
43394 [ 6646] By: jhi on 2000/08/15 23:35:07
43395 Log: Fix a dependency problem.
43397 Subject: [PATCH: 6640] VMS Makefile.SH update
43398 From: Peter Prymmer <pvhp@forte.com>
43399 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
43400 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
43402 ! vms/descrip_mms.template
43403 ____________________________________________________________________________
43404 [ 6645] By: jhi on 2000/08/15 23:33:23
43405 Log: (Retracted by #6660)
43407 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
43408 From: Dominic Dunlop <domo@computer.org>
43409 Date: Tue, 15 Aug 2000 22:20:52 +0200
43410 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
43411 Branch: metaconfig/U/perl
43414 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43415 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
43417 ____________________________________________________________________________
43418 [ 6644] By: jhi on 2000/08/15 21:17:20
43419 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
43420 From: abigail@foad.org
43421 Date: 15 Aug 2000 20:12:41 -0000
43422 Message-Id: <20000815201241.25556.qmail@foad.org>
43425 ____________________________________________________________________________
43426 [ 6643] By: jhi on 2000/08/15 21:15:28
43427 Log: (an already applied patch)
43430 ____________________________________________________________________________
43431 [ 6642] By: gsar on 2000/08/15 19:54:05
43432 Log: magic callbacks all need to have same type signature
43434 ! embed.pl mg.c proto.h
43435 ____________________________________________________________________________
43436 [ 6641] By: jhi on 2000/08/15 17:56:27
43437 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)
43438 From: Mike Guy <mjtg@cam.ac.uk>
43439 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
43440 Date: Tue, 15 Aug 2000 18:26:45 +0100
43442 Only the peek.t part applied, not the hash quality part.
43445 ____________________________________________________________________________
43446 [ 6640] By: jhi on 2000/08/15 16:37:37
43447 Log: Update Changes.
43450 ____________________________________________________________________________
43451 [ 6639] By: jhi on 2000/08/15 16:34:55
43452 Log: Missed a file from #6638.
43455 ____________________________________________________________________________
43456 [ 6638] By: jhi on 2000/08/15 16:33:19
43457 Log: Subject: [PATCH perl@6620] cygwin port
43458 From: "Fifer, Eric" <EFifer@sanwaint.com>
43459 Date: Tue, 15 Aug 2000 17:00:49 +0100
43460 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
43462 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
43463 ____________________________________________________________________________
43464 [ 6637] By: jhi on 2000/08/15 16:29:22
43465 Log: Subject: [PATCH] debugger exit code should reflect user exit code
43466 From: Mike Guy <mjtg@cam.ac.uk>
43467 Date: Tue, 15 Aug 2000 16:55:59 +0100
43468 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
43471 ____________________________________________________________________________
43472 [ 6636] By: jhi on 2000/08/15 15:30:58
43473 Log: Update Changes.
43476 ____________________________________________________________________________
43477 [ 6635] By: jhi on 2000/08/15 15:27:21
43478 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
43480 ! U/mkglossary U/mksample
43481 Branch: metaconfig/U/perl
43484 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43485 ____________________________________________________________________________
43486 [ 6634] By: jhi on 2000/08/15 14:11:55
43487 Log: Don't blow limited stacks, a lower number is enough to
43488 tickle the lookbehind limit.
43490 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
43491 From: Dominic Dunlop <domo@computer.org>
43492 Date: Tue, 15 Aug 2000 13:51:24 +0200
43493 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
43496 ____________________________________________________________________________
43497 [ 6633] By: jhi on 2000/08/15 14:01:46
43498 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
43499 From: Mike Guy <mjtg@cam.ac.uk>
43500 Date: Tue, 15 Aug 2000 12:10:50 +0100
43501 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
43504 ____________________________________________________________________________
43505 [ 6632] By: jhi on 2000/08/15 13:58:48
43506 Log: make ok etc also for win32.
43508 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
43509 From: Prymmer/Kahn <pvhp@best.com>
43510 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
43511 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
43514 ____________________________________________________________________________
43515 [ 6631] By: jhi on 2000/08/15 13:45:03
43516 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
43519 ____________________________________________________________________________
43520 [ 6630] By: jhi on 2000/08/15 03:25:09
43521 Log: Update Changes.
43524 ____________________________________________________________________________
43525 [ 6629] By: jhi on 2000/08/15 03:23:53
43526 Log: magic_regdatum_set() is void, not int.
43528 ! embed.pl mg.c proto.h
43529 ____________________________________________________________________________
43530 [ 6628] By: jhi on 2000/08/15 03:08:02
43531 Log: Make the user to give up his firstborn, err, to knowingly
43532 verify installing an unstable developer release. Also bump
43533 the release to 5.7.0, but leave a patch tag in the local
43534 patches saying that this is not yet the real thing.
43536 ! U/modified/Instruct.U
43537 Branch: metaconfig/U/perl
43540 ! Configure patchlevel.h
43541 ____________________________________________________________________________
43542 [ 6627] By: jhi on 2000/08/14 22:32:52
43543 Log: README.os2 update.
43545 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
43546 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43547 Date: Wed, 02 Aug 2000 21:55:09 -0700
43548 Message-ID: <tsPi5gzkgegX092yn@efn.org>
43551 ____________________________________________________________________________
43552 [ 6626] By: jhi on 2000/08/14 21:00:02
43553 Log: Subject: Re: File::Temp problems on VMS in bleedperl
43554 From: Tim Jenness <timj@jach.hawaii.edu>
43555 cc: vmsperl@perl.org
43556 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
43557 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
43559 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
43560 ____________________________________________________________________________
43561 [ 6625] By: jhi on 2000/08/14 20:52:16
43562 Log: Add SUIDMAIL as was done for the CERT alert.
43565 ____________________________________________________________________________
43566 [ 6624] By: jhi on 2000/08/14 20:48:50
43567 Log: Subject: sfio2000
43568 From: Daniel Muino <dmuino@afip.gov.ar>
43569 Date: Mon, 14 Aug 2000 16:58:11 -0300
43570 Message-ID: <20000814165811.B16368@con2-dgi>
43572 ! perlsdio.h perlsfio.h
43573 ____________________________________________________________________________
43574 [ 6623] By: jhi on 2000/08/14 20:47:36
43575 Log: Subject: warning: storage class after type is obsolescent
43576 From: Daniel Muino <dmuino@afip.gov.ar>
43577 Date: Mon, 14 Aug 2000 16:42:47 -0300
43578 Message-ID: <20000814164247.A16368@con2-dgi>
43580 ! regcomp.pl regnodes.h
43581 ____________________________________________________________________________
43582 [ 6622] By: jhi on 2000/08/14 20:43:05
43583 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
43584 From: abigail@foad.org
43585 Date: 14 Aug 2000 20:00:10 -0000
43586 Message-Id: <20000814200010.27271.qmail@foad.org>
43589 ____________________________________________________________________________
43590 [ 6621] By: jhi on 2000/08/14 15:23:05
43591 Log: Update Changes.
43594 ____________________________________________________________________________
43595 [ 6620] By: jhi on 2000/08/14 15:22:14
43596 Log: Subject: Re: [PATCH] @+, @- readonly
43597 From: Mike Guy <mjtg@cam.ac.uk>
43598 Date: Mon, 14 Aug 2000 15:26:55 +0100
43599 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
43601 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
43603 ____________________________________________________________________________
43604 [ 6619] By: jhi on 2000/08/14 14:12:08
43605 Log: Update Changes.
43608 ____________________________________________________________________________
43609 [ 6618] By: jhi on 2000/08/14 14:09:34
43610 Log: For now remove the mail code.
43613 ____________________________________________________________________________
43614 [ 6617] By: jhi on 2000/08/14 14:08:28
43615 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
43617 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
43618 ! pod/perlfaq8.pod pod/perlsec.pod
43619 ____________________________________________________________________________
43620 [ 6616] By: jhi on 2000/08/14 14:00:11
43621 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
43622 From: Mike Guy <mjtg@cam.ac.uk>
43623 Date: Mon, 14 Aug 2000 08:26:02 +0100
43624 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
43627 ____________________________________________________________________________
43628 [ 6615] By: jhi on 2000/08/14 13:58:45
43629 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
43630 From: Mike Guy <mjtg@cam.ac.uk>
43631 Date: Mon, 14 Aug 2000 08:04:22 +0100
43632 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
43634 ! gv.c mg.c t/op/pat.t
43635 ____________________________________________________________________________
43636 [ 6614] By: jhi on 2000/08/14 13:56:45
43637 Log: Subject: Test fails / warnings with perl-current #6612
43638 From: Mike Guy <mjtg@cam.ac.uk>
43639 Date: Mon, 14 Aug 2000 07:57:23 +0100
43640 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
43642 ! t/lib/b.t t/lib/peek.t
43643 ____________________________________________________________________________
43644 [ 6613] By: jhi on 2000/08/14 13:45:33
43645 Log: VMS configure.com update continues.
43647 - vms/configure.com
43648 ! MANIFEST configure.com
43649 ____________________________________________________________________________
43650 [ 6612] By: jhi on 2000/08/13 22:13:35
43651 Log: Update Changes.
43654 ____________________________________________________________________________
43655 [ 6611] By: jhi on 2000/08/13 16:21:45
43656 Log: Upgrade to CGI 2.71, from Lincoln Stein.
43658 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
43659 ____________________________________________________________________________
43660 [ 6610] By: jhi on 2000/08/13 15:09:16
43661 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
43662 From: Mike Guy <mjtg@cam.ac.uk>
43663 Date: Sun, 13 Aug 2000 13:45:51 +0100
43664 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
43667 ____________________________________________________________________________
43668 [ 6609] By: jhi on 2000/08/13 14:31:26
43669 Log: Andreas says that 1.56 is fine, so reverting back to it.
43672 ____________________________________________________________________________
43673 [ 6608] By: jhi on 2000/08/13 05:34:20
43674 Log: Update Changes.
43677 ____________________________________________________________________________
43678 [ 6607] By: jhi on 2000/08/13 05:32:01
43679 Log: Put back the \z changes of #5406 to CPAN.pm.
43682 ____________________________________________________________________________
43683 [ 6606] By: jhi on 2000/08/13 05:20:16
43684 Log: Fix-n-skip the tests under 5005threads.
43687 ____________________________________________________________________________
43688 [ 6605] By: jhi on 2000/08/13 05:07:48
43689 Log: Fix the test for 5005threads.
43692 ____________________________________________________________________________
43693 [ 6604] By: jhi on 2000/08/13 03:35:37
43694 Log: Should have deleted this in #6603.
43696 - vms/subconfigure.com
43697 ____________________________________________________________________________
43698 [ 6603] By: jhi on 2000/08/12 18:29:32
43699 Log: Rewrite of vms/subconfigure.com as configure.com,
43700 from Peter Prymmer and the vmsperl crew.
43702 + vms/configure.com
43704 ____________________________________________________________________________
43705 [ 6602] By: jhi on 2000/08/11 13:00:01
43706 Log: PlainText.pm is dead.
43708 - lib/Pod/PlainText.pm
43710 ____________________________________________________________________________
43711 [ 6601] By: jhi on 2000/08/11 04:06:45
43712 Log: Update Changes.
43715 ____________________________________________________________________________
43716 [ 6600] By: jhi on 2000/08/11 04:06:10
43717 Log: Add a few missing files, update MANIFEST.
43719 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
43720 + lib/Pod/PlainText.pm t/pod/find.t
43721 ! MANIFEST t/op/regmesg.t
43722 ____________________________________________________________________________
43723 [ 6599] By: jhi on 2000/08/11 03:31:10
43724 Log: Add Perl debugging tutorial, regen toc.
43726 Subject: perldebtut.pod
43727 From: Richard Foley <Richard.Foley@m.dasa.de>
43728 Date: Wed, 09 Aug 2000 10:17:15 +0200
43729 Message-id: <3991138B.262247B8@m.dasa.de>
43731 + pod/perldebtut.pod
43732 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43733 ____________________________________________________________________________
43734 [ 6598] By: jhi on 2000/08/11 02:48:56
43735 Log: tiny Changes edit
43738 ____________________________________________________________________________
43739 [ 6597] By: jhi on 2000/08/11 02:39:04
43740 Log: Tests for #6589.
43742 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43743 From: simon@brecon.co.uk (Simon Cozens)
43744 Date: 11 Aug 2000 02:24:52 GMT
43745 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
43748 ____________________________________________________________________________
43749 [ 6596] By: jhi on 2000/08/11 01:50:07
43750 Log: Update Changes.
43753 ____________________________________________________________________________
43754 [ 6595] By: jhi on 2000/08/11 01:47:16
43758 ____________________________________________________________________________
43759 [ 6594] By: jhi on 2000/08/11 01:36:16
43760 Log: Subject: Getting perlio and threads to compile
43761 From: Lupe Christoph <lupe@lupe-christoph.de>
43762 Date: Wed, 9 Aug 2000 11:35:54 +0200
43763 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
43765 (the Solaris version changes in Configure skipped)
43767 ! hints/solaris_2.sh thread.h
43768 ____________________________________________________________________________
43769 [ 6593] By: jhi on 2000/08/11 01:30:16
43770 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
43771 From: simon@brecon.co.uk (Simon Cozens)
43772 Date: 1 Aug 2000 06:55:19 GMT
43773 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
43776 ____________________________________________________________________________
43777 [ 6592] By: jhi on 2000/08/11 01:26:39
43778 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
43779 From: Peter Scott <Peter@PeterScott.com>
43780 Date: Thu, 10 Aug 2000 08:23:27 -0700
43781 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
43784 ____________________________________________________________________________
43785 [ 6591] By: jhi on 2000/08/11 01:22:02
43786 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
43787 From: Hugo <hv@crypt.compulink.co.uk>
43788 Date: Thu, 10 Aug 2000 19:23:04 +0100
43789 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
43791 ! regexec.c t/op/pat.t
43792 ____________________________________________________________________________
43793 [ 6590] By: jhi on 2000/08/11 01:19:19
43794 Log: Preprocessing and postprocessing for File::Find.
43796 Subject: Patch to Find::File.pm to allow alphabetical results
43797 From: Joe Smith <jsmith@inwap.com>
43798 Date: Wed, 9 Aug 2000 02:44:54 -0700
43799 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
43802 ____________________________________________________________________________
43803 [ 6589] By: jhi on 2000/08/11 01:12:39
43804 Log: B::Deparse didn't do sub attributes.
43806 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43807 From: simon@brecon.co.uk (Simon Cozens)
43808 Date: 9 Aug 2000 04:49:20 GMT
43809 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
43811 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
43812 ____________________________________________________________________________
43813 [ 6588] By: jhi on 2000/08/11 01:06:40
43814 Log: Subject: debugger "d" command doesnt check line number
43815 From: Mike Guy <mjtg@cam.ac.uk>
43816 Date: Tue, 08 Aug 2000 21:54:29 +0100
43817 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
43819 ! lib/perl5db.pl mg.c pod/perldiag.pod
43820 ____________________________________________________________________________
43821 [ 6587] By: jhi on 2000/08/11 00:45:03
43822 Log: sleep(1) does not necessarily return 1.
43824 Subject: [PATCH bleadperl] op/lex_assign.t
43825 From: Hugo <hv@crypt.compulink.co.uk>
43826 Date: Thu, 03 Aug 2000 14:34:22 +0100
43827 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
43829 ! t/op/lex_assign.t
43830 ____________________________________________________________________________
43831 [ 6586] By: jhi on 2000/08/11 00:31:50
43832 Log: Document the IO::Select timeout.
43834 ! ext/IO/lib/IO/Select.pm
43835 ____________________________________________________________________________
43836 [ 6585] By: jhi on 2000/08/11 00:13:54
43837 Log: Forgot contributor.
43840 ____________________________________________________________________________
43841 [ 6584] By: jhi on 2000/08/11 00:09:19
43845 ____________________________________________________________________________
43846 [ 6583] By: jhi on 2000/08/11 00:07:53
43847 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
43849 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
43850 From: Mike Guy <mjtg@cam.ac.uk>
43851 Date: Thu, 10 Aug 2000 15:50:54 +0100
43852 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
43855 ____________________________________________________________________________
43856 [ 6582] By: jhi on 2000/08/10 23:29:32
43857 Log: Update Changes.
43860 ____________________________________________________________________________
43861 [ 6581] By: jhi on 2000/08/10 23:26:16
43862 Log: Put back the std @INC thing.
43864 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
43865 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
43866 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
43868 ____________________________________________________________________________
43869 [ 6580] By: jhi on 2000/08/10 23:03:34
43870 Log: Update to CGI 2.70, from Lincoln Stein.
43872 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
43873 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
43874 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
43875 ! t/lib/cgi-request.t
43876 ____________________________________________________________________________
43877 [ 6579] By: jhi on 2000/08/10 22:41:50
43878 Log: Update to CPAN 1.56, from Andreas König.
43880 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43881 ____________________________________________________________________________
43882 [ 6578] By: jhi on 2000/08/10 22:38:13
43883 Log: Update to Pod::Parser 1.17, from Brad Appleton.
43885 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
43886 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
43887 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
43888 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
43889 ! t/pod/include.t t/pod/included.t t/pod/lref.t
43890 ! t/pod/multiline_items.t t/pod/nested_items.t
43891 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
43892 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
43893 ! t/pod/special_seqs.t
43894 ____________________________________________________________________________
43895 [ 6577] By: jhi on 2000/08/10 22:35:41
43896 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
43899 ____________________________________________________________________________
43900 [ 6576] By: jhi on 2000/08/10 22:24:54
43901 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
43904 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
43905 ! t/lib/gol-compat.t t/lib/gol-linkage.t
43906 ____________________________________________________________________________
43907 [ 6575] By: jhi on 2000/08/10 22:02:07
43908 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
43910 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
43911 ____________________________________________________________________________
43912 [ 6574] By: jhi on 2000/08/10 21:55:03
43913 Log: Iterating perl6 description.
43916 ____________________________________________________________________________
43917 [ 6573] By: jhi on 2000/08/10 21:48:26
43918 Log: Revert the sv.c part of #6559, a better fix is needed.
43921 ____________________________________________________________________________
43922 [ 6572] By: jhi on 2000/08/10 20:33:43
43923 Log: It's the 2ndO'ROSSC.
43926 ____________________________________________________________________________
43927 [ 6571] By: jhi on 2000/08/10 15:55:48
43931 ____________________________________________________________________________
43932 [ 6570] By: jhi on 2000/08/10 14:11:17
43933 Log: An exceptionally sticky typo.
43936 ____________________________________________________________________________
43937 [ 6569] By: jhi on 2000/08/10 14:09:33
43938 Log: detypo (and test Changes updating script)
43941 ____________________________________________________________________________
43942 [ 6568] By: jhi on 2000/08/10 14:07:07
43943 Log: Update Changes.
43946 ____________________________________________________________________________
43947 [ 6567] By: jhi on 2000/08/10 14:06:19
43948 Log: Amend the description of Perl6.
43949 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
43950 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43951 Date: Wed, 9 Aug 2000 22:11:06 -0500
43952 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
43955 ____________________________________________________________________________
43956 [ 6566] By: jhi on 2000/08/10 13:58:57
43957 Log: Subject: Remove dead entry in perldiag
43958 From: Mike Guy <mjtg@cam.ac.uk>
43959 Date: Thu, 10 Aug 2000 14:19:19 +0100
43960 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
43963 ____________________________________________________________________________
43964 [ 6565] By: jhi on 2000/08/10 13:51:48
43965 Log: Zero entries were skipped, fix from Adrian Goalby
43966 <argoalby@yahoo.co.uk>
43968 ! lib/unicode/Number.pl lib/unicode/mktables.PL
43969 ____________________________________________________________________________
43970 [ 6564] By: jhi on 2000/08/10 13:00:12
43971 Log: Subject: [PATCH 5.6.0] cygwin port
43972 From: "Fifer, Eric" <EFifer@sanwaint.com>
43973 Date: Thu, 10 Aug 2000 13:15:36 +0100
43974 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
43976 ! README.cygwin hints/cygwin.sh
43977 ____________________________________________________________________________
43978 [ 6563] By: jhi on 2000/08/10 12:55:16
43979 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
43981 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
43982 ____________________________________________________________________________
43983 [ 6562] By: gsar on 2000/08/10 08:38:39
43984 Log: warn is a macro, avoid using at a variable to avoid warnings
43985 in some configurations; readdir.t is too conservative in
43986 estimating number of *.t's
43988 ! t/op/readdir.t util.c
43989 ____________________________________________________________________________
43990 [ 6561] By: jhi on 2000/08/09 23:35:42
43991 Log: Update Changes.
43994 ____________________________________________________________________________
43995 [ 6560] By: jhi on 2000/08/09 23:05:47
43996 Log: Subject: Re: enhanced(?) regex error messages
43997 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43998 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
43999 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
44001 (plus two small patches sent privately)
44002 (this still seems to leave few test failures)
44005 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
44006 ! t/pragma/warn/regcomp
44007 ____________________________________________________________________________
44008 [ 6559] By: jhi on 2000/08/09 20:41:18
44009 Log: (The fix did work but was not right, retracted in #6573)
44011 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
44012 From: Christian Kirsch <ck@held.mind.de>
44013 Date: Wed, 9 Aug 2000 17:05:17 +0200
44014 Message-Id: <20000809170517.A25389@held>
44016 ! sv.c t/pragma/locale.t
44017 ____________________________________________________________________________
44018 [ 6558] By: jhi on 2000/08/08 22:34:08
44019 Log: Tiny updates on the contributors list.
44022 ____________________________________________________________________________
44023 [ 6557] By: jhi on 2000/08/08 19:34:28
44024 Log: Double check that we have a dirhandle.
44027 ____________________________________________________________________________
44028 [ 6556] By: jhi on 2000/08/08 19:01:51
44029 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
44030 May be repopulated with fresh maintained examples.
44032 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
44033 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
44034 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
44035 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
44036 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
44037 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
44038 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
44039 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
44040 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
44041 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
44042 + lib/CGI/eg/wilogo_gif.uu
44043 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
44044 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
44045 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
44046 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
44047 - eg/cgi/frameset.cgi eg/cgi/index.html
44048 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44049 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44050 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44051 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44052 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44053 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44054 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44055 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44056 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44057 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44058 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44059 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44060 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44061 - eg/van/vanish eg/who eg/wrapsuid
44063 ____________________________________________________________________________
44064 [ 6555] By: jhi on 2000/08/08 18:51:08
44065 Log: Delete chat2 as requested by Randal.
44067 Subject: Re: perlfaq8 coyness
44068 From: merlyn@stonehenge.com (Randal L. Schwartz)
44069 Date: 15 May 2000 18:52:42 -0700
44070 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
44074 ____________________________________________________________________________
44075 [ 6554] By: jhi on 2000/08/08 18:31:35
44076 Log: Regen global.sym.
44079 ____________________________________________________________________________
44080 [ 6553] By: jhi on 2000/08/08 18:28:13
44081 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
44082 (either perlbug or p5p ate the original), plus regen
44083 perlapi and perltoc.
44085 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
44086 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
44087 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
44088 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
44089 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
44090 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
44091 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
44092 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
44093 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
44094 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
44095 ____________________________________________________________________________
44096 [ 6552] By: jhi on 2000/08/08 18:06:29
44097 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
44098 From: Mike Guy <mjtg@cam.ac.uk>
44099 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
44100 Date: Tue, 08 Aug 2000 15:51:27 +0100
44102 ! doop.c sv.h t/op/join.t t/pragma/overload.t
44103 ____________________________________________________________________________
44104 [ 6551] By: jhi on 2000/08/08 18:01:11
44105 Log: Re-apply #6549.
44108 ____________________________________________________________________________
44109 [ 6550] By: jhi on 2000/08/08 17:43:08
44110 Log: Accidental retraction of #6549.
44113 ____________________________________________________________________________
44114 [ 6549] By: jhi on 2000/08/08 17:40:04
44115 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44116 From: Mike Guy <mjtg@cam.ac.uk>
44117 Date: Mon, 07 Aug 2000 21:49:58 +0100
44118 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
44121 ____________________________________________________________________________
44122 [ 6548] By: jhi on 2000/08/08 17:37:57
44123 Log: Document here-doc better.
44125 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
44126 From: Mike Guy <mjtg@cam.ac.uk>
44127 Date: Mon, 07 Aug 2000 14:02:09 +0100
44128 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
44131 ____________________________________________________________________________
44132 [ 6547] By: jhi on 2000/08/08 17:33:34
44133 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
44134 From: "Randy J. Ray" <rjray@redhat.com>
44135 Date: Mon, 07 Aug 2000 19:12:25 -0700
44136 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
44138 ! perl.c pod/perlrun.pod
44139 ____________________________________________________________________________
44140 [ 6546] By: jhi on 2000/08/08 17:29:26
44141 Log: Subject: Re: enhanced(?) regex error messages
44142 From: Hugo <hv@crypt.compulink.co.uk>
44143 Date: Tue, 08 Aug 2000 03:25:51 +0100
44144 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
44146 plus Capitalize the error messages, plus perldiag them.
44148 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
44149 ____________________________________________________________________________
44150 [ 6545] By: jhi on 2000/08/08 13:59:28
44151 Log: Augment #6539 a bit: don't croak if there's magic in the air.
44153 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
44154 From: Hugo <hv@crypt.compulink.co.uk>
44155 Date: Tue, 08 Aug 2000 03:02:03 +0100
44156 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
44158 ! pp.c t/op/bless.t
44159 ____________________________________________________________________________
44160 [ 6544] By: jhi on 2000/08/07 21:11:52
44161 Log: Make the test -w clean.
44164 ____________________________________________________________________________
44165 [ 6543] By: jhi on 2000/08/07 19:49:53
44166 Log: use warnings instead of $^W.
44169 ____________________________________________________________________________
44170 [ 6542] By: jhi on 2000/08/07 17:41:41
44171 Log: Disable a portability warning Because We Know What We Are Doing.
44174 ____________________________________________________________________________
44175 [ 6541] By: jhi on 2000/08/07 17:29:51
44176 Log: Tiny tidying on report_evil_fh().
44179 ____________________________________________________________________________
44180 [ 6540] By: jhi on 2000/08/07 16:37:38
44181 Log: Make regular expression parse error messages easier to understand.
44183 Subject: Re: enhanced(?) regex error messages
44184 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44185 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
44186 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
44189 ____________________________________________________________________________
44190 [ 6539] By: jhi on 2000/08/07 16:12:27
44191 Log: Make bless(REF, REF) a fatal error, add bless tests.
44193 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
44194 From: Hugo <hv@crypt.compulink.co.uk>
44195 Date: Mon, 07 Aug 2000 16:59:38 +0100
44196 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
44199 ! MANIFEST pod/perldiag.pod pp.c sv.c
44200 ____________________________________________________________________________
44201 [ 6538] By: jhi on 2000/08/07 15:59:43
44202 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
44203 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
44204 Date: Thu, 3 Aug 2000 14:29:21 -0700
44205 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
44208 ____________________________________________________________________________
44209 [ 6537] By: jhi on 2000/08/07 15:47:18
44210 Log: Retract #6419 for now since it breaks in AFS and MachTen.
44213 ____________________________________________________________________________
44214 [ 6536] By: jhi on 2000/08/07 15:05:29
44215 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
44216 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
44217 The security hole exists only in suidperls, which isn't
44218 installed or even built by default.
44221 ____________________________________________________________________________
44222 [ 6535] By: jhi on 2000/08/07 14:45:14
44223 Log: tr memory corruption fix from Simon Cozens.
44226 ____________________________________________________________________________
44227 [ 6534] By: jhi on 2000/08/06 11:38:16
44228 Log: Document a bit that UDP is not what you might think.
44230 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
44231 From: Lupe Christoph <lupe@lupe-christoph.de>
44232 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
44233 Date: Mon, 24 Jul 2000 08:59:15 +0200
44236 ____________________________________________________________________________
44237 [ 6533] By: jhi on 2000/08/06 11:35:01
44238 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
44239 From: Jeff Pinyan <jeffp@hut.crusoe.net>
44240 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
44241 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
44244 ____________________________________________________________________________
44245 [ 6532] By: jhi on 2000/08/06 03:45:41
44246 Log: Have symbols for the IoTYPEs.
44248 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
44249 ____________________________________________________________________________
44250 [ 6531] By: jhi on 2000/08/06 01:33:55
44251 Log: Continue fixing the io warnings. This also
44252 sort of fixes bug ID 20000802.003: the core dump
44253 is no more. Whether the current behaviour is correct
44254 (giving a warning: "Not a format reference"), is another matter.
44256 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
44257 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
44258 ____________________________________________________________________________
44259 [ 6530] By: jhi on 2000/08/05 21:33:12
44260 Log: Change the Policy policy: now -Dprefix= with an existing
44261 Policy.sh and prefix == siteprefix == vendorprefix, then all
44262 of them follow along the new prefix.
44264 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
44265 From: Andy Dougherty <doughera@lafayette.edu>
44266 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
44267 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
44270 ____________________________________________________________________________
44271 [ 6529] By: jhi on 2000/08/05 18:57:28
44272 Log: Zap lib/Sys directory when cleaning up.
44275 ____________________________________________________________________________
44276 [ 6528] By: jhi on 2000/08/05 18:40:44
44277 Log: Essential prototype changes were missing from #6527.
44278 Also make report_evil_fh() more bomb-proof.
44281 ____________________________________________________________________________
44282 [ 6527] By: jhi on 2000/08/05 03:22:05
44283 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
44284 From: "Ronald F. Guilmette" <rfg@monkeys.com>
44285 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
44286 Message-Id: <200007242247.PAA52177@monkeys.com>
44288 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
44289 ____________________________________________________________________________
44290 [ 6526] By: jhi on 2000/08/04 21:23:27
44291 Log: gcc versions might have (parentheses) in them.
44292 Branch: metaconfig/U/perl
44295 ! Configure config_h.SH
44296 ____________________________________________________________________________
44297 [ 6525] By: jhi on 2000/08/04 20:23:12
44298 Log: Weed buglets pointed out by
44300 From: Lupe Christoph <lupe@lupe-christoph.de>
44301 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
44302 Date: Fri, 4 Aug 2000 17:34:39 +0200
44303 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
44304 Branch: metaconfig/U/perl
44305 ! gccvers.U uselfs.U
44307 ! Configure config_h.SH
44308 ____________________________________________________________________________
44309 [ 6524] By: jhi on 2000/08/04 19:02:08
44310 Log: Warn under -w if lstat(FH) is attempted.
44312 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
44313 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
44314 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
44315 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
44317 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
44318 ! t/pragma/warn/pp_sys
44319 ____________________________________________________________________________
44320 [ 6523] By: jhi on 2000/08/04 12:31:11
44321 Log: Subject: New perlcc, take 2
44322 From: simon@brecon.co.uk (Simon Cozens)
44323 Date: 4 Aug 2000 06:21:04 GMT
44324 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
44327 ____________________________________________________________________________
44328 [ 6522] By: jhi on 2000/08/04 12:26:33
44329 Log: Subject: Re: Array vs. List context
44330 From: Daniel Chetlin <daniel@chetlin.com>
44331 Date: Fri, 4 Aug 2000 00:22:44 -0700
44332 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
44334 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
44336 ____________________________________________________________________________
44337 [ 6521] By: jhi on 2000/08/04 12:22:38
44338 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
44339 From: Raymund Will <ray@caldera.de>
44340 Date: Fri, 4 Aug 2000 12:07:09 +0200
44341 Message-Id: <20000804120709.A14982@caldera.de>
44344 ____________________________________________________________________________
44345 [ 6520] By: jhi on 2000/08/04 04:09:06
44346 Log: After the #6519 a warning about stat() is just that,
44347 not about a filetest, which now have their own warning.
44350 ____________________________________________________________________________
44351 [ 6519] By: jhi on 2000/08/04 04:06:30
44352 Log: In the warnings call filehandles consistently so;
44353 add "unopened" warning for stat().
44355 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
44356 ! t/pragma/warn/pp_sys
44357 ____________________________________________________________________________
44358 [ 6518] By: jhi on 2000/08/04 02:55:35
44359 Log: Subject: Minor tweak to perlvar.pod
44360 From: "Stephen P. Potter" <spp@ds.net>
44361 Date: Tue, 18 Apr 2000 09:26:03 -0400
44362 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
44365 ____________________________________________________________________________
44366 [ 6517] By: jhi on 2000/08/04 02:50:08
44367 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
44368 From: "Clinton Pierce" <cpierce1@ford.com>
44369 Date: Wed, 21 Jul 1999 16:45:31 -0400
44370 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
44372 Fix by Stephen Potter (visible in the bug db but not in p5p?)
44374 ! pod/perlfunc.pod pod/perlop.pod
44375 ____________________________________________________________________________
44376 [ 6516] By: jhi on 2000/08/04 02:09:25
44377 Log: This is 6512. Really.
44380 ____________________________________________________________________________
44381 [ 6515] By: jhi on 2000/08/04 01:25:50
44382 Log: mention the idea of @( and @)
44385 ____________________________________________________________________________
44386 [ 6514] By: bailey on 2000/08/04 01:18:46
44387 Log: YA resync with mainstem, including VMS patches from others
44389 +> (branch 48 files)
44390 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
44391 !> (integrate 354 files)
44392 ____________________________________________________________________________
44393 [ 6513] By: jhi on 2000/08/04 01:18:18
44394 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
44395 From: Mark Dickinson <dickins3@fas.harvard.edu>
44396 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
44397 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
44399 ! t/op/grent.t t/op/pwent.t
44400 ____________________________________________________________________________
44401 [ 6512] By: jhi on 2000/08/04 01:14:06
44402 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
44403 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44404 Date: Wed, 02 Aug 2000 10:51:01 +0100
44405 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
44408 ____________________________________________________________________________
44409 [ 6511] By: jhi on 2000/08/04 00:57:00
44410 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
44411 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44412 Date: Thu, 03 Aug 2000 17:20:04 -0700
44413 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
44415 ! U/modified/Cppsym.U
44417 ! Configure config_h.SH
44418 ____________________________________________________________________________
44419 [ 6510] By: jhi on 2000/08/04 00:25:28
44423 ____________________________________________________________________________
44424 [ 6509] By: jhi on 2000/08/03 23:43:18
44425 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
44426 From: Dominic Dunlop <domo@computer.org>
44427 Date: Thu, 3 Aug 2000 22:16:46 +0200
44428 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
44431 ____________________________________________________________________________
44432 [ 6508] By: jhi on 2000/08/03 23:40:37
44433 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
44434 From: Hugo <hv@crypt.compulink.co.uk>
44435 Date: Thu, 03 Aug 2000 18:25:30 +0100
44436 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
44438 ! regcomp.c t/op/re_tests
44439 ____________________________________________________________________________
44440 [ 6507] By: jhi on 2000/08/03 23:38:28
44441 Log: Subject: [PATCH] sv.h documentation - SvLEN
44442 From: Mike Guy <mjtg@cam.ac.uk>
44443 Date: Thu, 03 Aug 2000 14:43:09 +0100
44444 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
44447 ____________________________________________________________________________
44448 [ 6506] By: jhi on 2000/08/03 15:49:14
44449 Log: Disable the fix_pl hack for now.
44452 ____________________________________________________________________________
44453 [ 6505] By: jhi on 2000/08/03 13:49:04
44454 Log: Add a URL for FSF.
44456 Subject: Patch for README
44457 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44458 Date: Wed, 2 Aug 2000 13:25:09 -0500
44459 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
44462 ____________________________________________________________________________
44463 [ 6504] By: jhi on 2000/08/03 13:29:19
44464 Log: Be more informative on what is skipped and why,
44465 also repeat the list at the end.
44468 ____________________________________________________________________________
44469 [ 6503] By: jhi on 2000/08/03 13:07:05
44470 Log: Circumvent the removal of .patch by fix_pl.
44472 Subject: Re: [ID 20000802.011] unable to 'make test'
44473 From: simon@brecon.co.uk (Simon Cozens)
44474 Date: 3 Aug 2000 04:17:00 GMT
44475 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
44478 ____________________________________________________________________________
44479 [ 6502] By: jhi on 2000/08/03 00:14:34
44480 Log: Add the missing setproctitle unit.
44481 Branch: metaconfig/U/perl
44483 ____________________________________________________________________________
44484 [ 6501] By: jhi on 2000/08/03 00:00:26
44485 Log: The subtest 4 may fail also on VOBS, as pointed out
44486 by Nick Ing-Simmons in November 1999, bug id 19991124.003
44487 (but the failure in that bug report isn't the subtest 4).
44490 ____________________________________________________________________________
44491 [ 6500] By: jhi on 2000/08/02 23:49:30
44492 Log: Better skip message for the test; one of the two problems in
44494 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
44495 From: Lupe Christoph <lupe@lupe-christoph.de>
44496 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
44497 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
44499 ! t/op/numconvert.t
44500 ____________________________________________________________________________
44501 [ 6499] By: jhi on 2000/08/02 22:49:16
44502 Log: Allow "no Module;" even if there is no 'unimport'.
44504 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
44505 From: mjd@plover.com
44506 Date: 24 Mar 2000 15:24:34 -0000
44507 Message-Id: <20000324152434.15160.qmail@plover.com>
44510 ____________________________________________________________________________
44511 [ 6498] By: jhi on 2000/08/02 22:42:58
44512 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
44513 that are hopefully soon put into use.
44515 ! opcode.h opcode.pl opnames.h
44516 ____________________________________________________________________________
44517 [ 6497] By: gsar on 2000/08/02 22:28:59
44518 Log: require.t needs binmode() to work on windows
44521 ____________________________________________________________________________
44522 [ 6496] By: jhi on 2000/08/02 22:08:51
44523 Log: Document the IVdf UVuf UVof UVxf.
44526 ____________________________________________________________________________
44527 [ 6495] By: jhi on 2000/08/02 21:54:26
44530 ! ext/Data/Dumper/Dumper.xs
44531 ____________________________________________________________________________
44532 [ 6494] By: jhi on 2000/08/02 21:49:17
44533 Log: Dump UVs as UVs in Data::Dumper.
44535 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
44536 From: Gurusamy Sarathy <gsar@ActiveState.com>
44537 Date: Thu, 27 Apr 2000 12:26:25 -0700
44538 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
44540 ! ext/Data/Dumper/Dumper.xs
44541 ____________________________________________________________________________
44542 [ 6493] By: jhi on 2000/08/02 17:01:58
44543 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
44544 From: Hugo <hv@crypt.compulink.co.uk>
44545 Date: Wed, 02 Aug 2000 14:53:56 +0100
44546 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
44548 ! regexec.c t/op/re_tests
44549 ____________________________________________________________________________
44550 [ 6492] By: jhi on 2000/08/02 15:02:46
44551 Log: The new setproctitle() feature is available only in
44552 bleeding edge FreeBSD. From Paul Saab.
44555 ____________________________________________________________________________
44556 [ 6491] By: jhi on 2000/08/02 13:34:36
44557 Log: The tr utf8 patching continues.
44559 Subject: Re: #6469, too many tests claimed in require.t
44560 From: simon@brecon.co.uk (Simon Cozens)
44561 Date: 2 Aug 2000 02:37:17 GMT
44562 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
44564 (the logic of the test was the wrong way round in the patch)
44567 ____________________________________________________________________________
44568 [ 6490] By: jhi on 2000/08/02 13:27:38
44569 Log: The name of a filehandle does not have <these>.
44571 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
44572 ! t/pragma/warn/pp_sys util.c
44573 ____________________________________________________________________________
44574 [ 6489] By: jhi on 2000/08/02 04:26:46
44575 Log: Remove the extraneous "main::" prefix from all the
44576 "opened only for", "on closed", and "never opened" warnings.
44578 Subject: Re: inappropriate warning
44579 From: Gurusamy Sarathy <gsar@ActiveState.com>
44580 Date: Mon, 20 Mar 2000 11:28:02 -0800
44581 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
44583 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
44584 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
44585 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
44586 ____________________________________________________________________________
44587 [ 6488] By: jhi on 2000/08/02 03:02:57
44588 Log: memcpy has n o in it, as pinted ut by Sarathy.
44591 ____________________________________________________________________________
44592 [ 6487] By: jhi on 2000/08/02 02:44:51
44593 Log: Document in one place the memory abstractions used in Perl core.
44595 Subject: Re: Memory abstraction
44596 From: simon@brecon.co.uk (Simon Cozens)
44597 Date: 2 Aug 2000 02:20:23 GMT
44598 Organization: Earth.li Origins
44601 ____________________________________________________________________________
44602 [ 6486] By: jhi on 2000/08/02 02:41:57
44603 Log: regen_headers, regen perltoc.
44605 ! perlapi.c pod/perltoc.pod
44606 ____________________________________________________________________________
44607 [ 6485] By: jhi on 2000/08/02 01:43:33
44608 Log: "This little thing tests for a file .patch, and if it contains
44609 a number, pops into patchlevel.h" (making it easier to track
44610 which development version people are reporting bugs against)
44612 Subject: Patchlevel autogeneration for repository perls
44613 From: simon@brecon.co.uk (Simon Cozens)
44614 Date: 14 Jul 2000 07:12:15 GMT
44615 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
44618 ! MANIFEST Makefile.SH
44619 ____________________________________________________________________________
44620 [ 6484] By: jhi on 2000/08/02 01:32:54
44621 Log: FreeBSD 3.* updates from
44623 From: Paul Saab <ps@yahoo-inc.com>
44624 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
44625 Date: Tue, 1 Aug 2000 15:41:39 -0700
44626 Message-Id: <20000801154139.A53740@yahoo-inc.com>
44629 ____________________________________________________________________________
44630 [ 6483] By: jhi on 2000/08/02 01:27:44
44631 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
44632 instead one must use setproctitle(). This was already addressed
44633 by change #6457, but the below has a new variant for FreeBSD 4.0
44634 or later, and the matter is also documented more.
44636 From: Paul Saab <ps@yahoo-inc.com>
44637 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
44638 Date: Tue, 1 Aug 2000 15:41:39 -0700
44639 Message-Id: <20000801154139.A53740@yahoo-inc.com>
44640 Branch: metaconfig/U/perl
44643 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
44644 ____________________________________________________________________________
44645 [ 6482] By: jhi on 2000/08/01 22:17:32
44646 Log: The test from this
44648 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
44649 Date: Sat, 15 Apr 2000 17:03:44 +0100
44650 From: Tom Hughes <tom@compton.nu>
44651 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
44653 was missing, the code change went in as #5989
44654 (which had a different test?)
44657 ____________________________________________________________________________
44658 [ 6481] By: jhi on 2000/08/01 21:48:38
44659 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
44660 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44661 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
44662 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
44665 ____________________________________________________________________________
44666 [ 6480] By: jhi on 2000/08/01 18:05:28
44667 Log: Make p4desc to skip non-mainperl branches by default.
44670 ____________________________________________________________________________
44671 [ 6479] By: jhi on 2000/08/01 17:29:19
44672 Log: If gccosandvers is equal to osname, clear gccosandvers.
44673 Branch: metaconfig/U/perl
44676 ! Configure config_h.SH
44677 ____________________________________________________________________________
44678 [ 6478] By: jhi on 2000/08/01 15:54:08
44679 Log: BOM patching from Simon Cozens.
44682 ____________________________________________________________________________
44683 [ 6477] By: jhi on 2000/08/01 04:50:33
44684 Log: Stash away the largefiles flags and libswanted.
44686 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
44687 ____________________________________________________________________________
44688 [ 6476] By: gsar on 2000/08/01 04:24:24
44689 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
44692 ! t/pragma/utf8.t utf8.c win32/win32.c
44693 ____________________________________________________________________________
44694 [ 6475] By: jhi on 2000/08/01 03:35:24
44695 Log: Make chr() for values >127 to create utf8 when under utf8.
44697 Subject: Re: uft8/chr()
44698 From: simon@brecon.co.uk (Simon Cozens)
44699 Date: 1 Aug 2000 02:37:02 GMT
44700 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
44702 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
44703 ____________________________________________________________________________
44704 [ 6474] By: jhi on 2000/08/01 02:36:18
44705 Log: In Digital UNIX warn if gcc explicitly chosen because even
44706 2.95.2 is known to cause problems.
44709 ____________________________________________________________________________
44710 [ 6473] By: jhi on 2000/08/01 02:00:56
44711 Log: Make the safety catch for buggy gccs work with triple version
44712 numbers like 2.95.2. Reported in
44714 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
44715 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
44716 Date: Mon, 31 Jul 2000 14:55:06 +0200
44717 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
44720 ____________________________________________________________________________
44721 [ 6472] By: jhi on 2000/08/01 01:13:33
44722 Log: Subject: fix and question re: waitpid() under win32
44723 From: Brian Clarke <clarke@appliedmeta.com>
44724 Date: Fri, 28 Jul 2000 15:18:29 -0400
44725 Message-ID: <3981DC85.290314EB@appliedmeta.com>
44727 Slightly reformatted and WNOHANG # define moved to win32.h
44728 so that also POSIX.xs sees it, as suggsted by Sarathy.
44730 ! win32/win32.c win32/win32.h
44731 ____________________________________________________________________________
44732 [ 6471] By: jhi on 2000/08/01 00:55:05
44733 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
44734 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44735 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
44736 Date: Mon, 31 Jul 2000 13:28:51 +0100
44738 (aka ID 20000730.002)
44741 ____________________________________________________________________________
44742 [ 6470] By: jhi on 2000/07/31 23:34:42
44743 Log: Document the problem with -P in HP-UX and its workaround.
44745 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
44746 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
44747 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
44748 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
44751 ____________________________________________________________________________
44752 [ 6469] By: jhi on 2000/07/31 04:15:02
44753 Log: The swallow_bom() saga continues. The #23 of require.t
44754 (UTF16-LE) still fails (silently, no output) but the #22
44755 (UTF16-BE) seems to be working now. The root of the
44756 failure may be in sv_gets(): is it UTF-16LE-aware,
44757 especially when it comes to line endings?
44759 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
44760 ! t/comp/require.t toke.c utf8.c
44761 ____________________________________________________________________________
44762 [ 6468] By: jhi on 2000/07/30 19:05:48
44763 Log: Find green threads before native threads.
44765 Subject: Re: Patch to jpl/JNI/Makefile.PL
44766 From: Jens Thomsen <jens@fiend.cis.com>
44767 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
44768 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
44770 ! jpl/JNI/Makefile.PL
44771 ____________________________________________________________________________
44772 [ 6467] By: jhi on 2000/07/30 18:36:22
44773 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
44776 ____________________________________________________________________________
44777 [ 6466] By: jhi on 2000/07/30 04:37:29
44778 Log: A new version of the "remove UPPERACSE string comparison"
44779 operators. The problem with the previous one (change #6454)
44780 was that it was for Perl 5.6.0. From Paul Marquess.
44782 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
44783 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
44784 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44785 ____________________________________________________________________________
44786 [ 6465] By: jhi on 2000/07/29 22:39:56
44787 Log: Do not upgrade SVs into utf8 just because they participate
44788 in eq or cmp. Reported and fix suggested in
44790 Subject: [ID 20000720.009] sv_eq UTF8 bug
44791 From: "Simon Cozens" <simon@othersideofthe.earth.li>
44792 Date: 21 Jul 2000 04:37:29 -0000
44793 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
44795 Exercise for the kind reader: should we or should we not
44796 cache the utf8 conversion alonside the SV? (as magic,
44797 as thestrxfrm()ed version is cached under use locale)
44798 Argue both for and against.
44801 ____________________________________________________________________________
44802 [ 6464] By: jhi on 2000/07/29 22:36:22
44803 Log: Subject: UTF8 concat
44804 From: simon@brecon.co.uk (Simon Cozens)
44805 Date: 30 Jun 2000 06:13:25 GMT
44806 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
44808 (with a memory leak fixed, plus a few casts added)
44810 This also seems to help for
44812 Subject: [ID 20000716.015] join UTF8 weirdness
44813 From: root <root@ak-71.mind.de>
44814 Date: Sat, 15 Jul 2000 15:29:54 +0200
44815 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
44817 (from Andreas König)
44820 ____________________________________________________________________________
44821 [ 6463] By: jhi on 2000/07/29 00:55:39
44822 Log: Tune the comments and hopefully stop a memory leak.
44825 ____________________________________________________________________________
44826 [ 6462] By: jhi on 2000/07/29 00:16:53
44827 Log: The problem described in this
44829 Subject: [ID 20000322.018] named chars aren't magical enough
44830 From: root <root@dixie.cscaper.com>
44831 Date: Wed, 22 Mar 2000 18:37:42 -0700
44832 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
44834 has been fixed in perl 5.6.0 but just in case added a test
44835 to keep it away. (The report from Joseph Hall.)
44837 ! t/lib/charnames.t
44838 ____________________________________________________________________________
44839 [ 6461] By: jhi on 2000/07/28 23:56:36
44840 Log: Tiny fixes for #6460.
44841 Branch: metaconfig/U/perl
44844 ! Configure config_h.SH
44845 ____________________________________________________________________________
44846 [ 6460] By: jhi on 2000/07/28 23:24:41
44847 Log: Warn if the version of the operating system used to compile gcc
44848 differs from the current version of the operating system.
44849 Also display the gcc compilation os and version in myconfig.
44852 Subject: Re: [ID 20000710.003] ERRORS!!
44853 From: "Kurt D. Starsinic" <kstar@chapin.edu>
44854 Date: Mon, 10 Jul 2000 15:54:16 -0400
44855 Message-ID: <20000710155416.A1384@O2.chapin.edu>
44856 Branch: metaconfig/U/perl
44859 ! Configure config_h.SH myconfig.SH
44860 ____________________________________________________________________________
44861 [ 6459] By: jhi on 2000/07/28 22:00:32
44862 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
44863 letter to $Config{osvers}.
44865 ! U/modified/Oldconfig.U
44867 ! Configure config_h.SH
44868 ____________________________________________________________________________
44869 [ 6458] By: jhi on 2000/07/28 04:15:39
44870 Log: Back out #6454, doesn't seem to work.
44871 (Reason: that patch was for perl 5.6.0, not perl-current)
44872 (A version of the patch for perl-current came in later as #6466)
44874 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44875 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44876 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44877 ____________________________________________________________________________
44878 [ 6457] By: jhi on 2000/07/27 23:31:49
44879 Log: Use setproctitle() if available to modify $0.
44881 Subject: setting $* on BSD4 broken
44882 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44883 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
44884 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
44886 ! U/modified/Myinit.U
44888 ! Configure config_h.SH mg.c
44889 ____________________________________________________________________________
44890 [ 6456] By: jhi on 2000/07/27 14:50:47
44891 Log: Allow "no AutoLoader;", based on change #6444,
44892 suggested by Graham Barr.
44894 ! lib/AutoLoader.pm
44895 ____________________________________________________________________________
44896 [ 6455] By: jhi on 2000/07/27 14:19:10
44897 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
44898 From: rspier@pobox.com (Robert Spier)
44899 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
44900 Message-ID: <14720.15855.787664.424783@rls.cx>
44903 ____________________________________________________________________________
44904 [ 6454] By: jhi on 2000/07/27 14:03:02
44905 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
44910 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
44911 From: Ryan Herbert <rherbert@sycamorehq.com>
44912 Date: Mon, 17 Jul 2000 11:40:42 -0400
44913 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
44917 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
44918 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44919 Date: Wed, 26 Jul 2000 23:40:18 +0100
44920 Message-ID: <000001bff752$79511880$0a17073e@tiny>
44922 based on an earlier patch from Stephen P. Potter.
44924 (Removed later by change #6458 because this patch was for
44925 perl 5.6.0, not perl-current)
44927 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44928 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44929 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44930 ____________________________________________________________________________
44931 [ 6453] By: jhi on 2000/07/27 13:48:02
44932 Log: Subject: [PATCH] fixes bug 20000508.004
44933 From: Michael Stevens <mstevens@globnix.org>
44934 Date: Thu, 27 Jul 2000 13:49:04 +0100
44935 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
44938 ____________________________________________________________________________
44939 [ 6452] By: jhi on 2000/07/26 23:51:26
44940 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
44941 and Craig A. Berry.
44943 ! lib/File/Temp.pm pod/perlport.pod
44944 ____________________________________________________________________________
44945 [ 6451] By: jhi on 2000/07/26 19:43:30
44946 Log: Be wary of close()s, too.
44948 Subject: Re: [PATCH] perlbug cleanup
44949 From: Tim Jenness <t.jenness@jach.hawaii.edu>
44950 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
44951 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
44954 ____________________________________________________________________________
44955 [ 6450] By: jhi on 2000/07/26 18:41:40
44956 Log: Subject: Minor doc patch: handy.h
44957 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
44958 Date: Wed, 26 Jul 2000 15:34:25 -0300
44959 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
44961 ! handy.h pod/perlapi.pod
44962 ____________________________________________________________________________
44963 [ 6449] By: jhi on 2000/07/26 18:23:55
44964 Log: Subject: [PATCH] minor doc change - perlguts
44965 From: Michael Stevens <mstevens@globnix.org>
44966 Date: Thu, 13 Jul 2000 12:39:18 +0100
44967 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
44970 ____________________________________________________________________________
44971 [ 6448] By: jhi on 2000/07/26 18:20:30
44972 Log: open() wariness in perlbug.
44974 Subject: [PATCH] perlbug cleanup
44975 From: Michael Stevens <mstevens@globnix.org>
44976 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
44977 Date: Thu, 13 Jul 2000 15:52:23 +0100
44980 ____________________________________________________________________________
44981 [ 6447] By: jhi on 2000/07/26 18:13:04
44982 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
44984 ! lib/File/Temp.pm t/lib/ftmp-security.t
44985 ____________________________________________________________________________
44986 [ 6446] By: jhi on 2000/07/26 18:06:32
44987 Log: docfix from Peter Scott <Peter@PSDT.com>.
44990 ____________________________________________________________________________
44991 [ 6445] By: jhi on 2000/07/26 17:53:31
44992 Log: Fix *foo{FORMAT}.
44994 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44995 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
44996 Date: Wed, 26 Jul 2000 19:51:02 +0200
44997 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
44999 From: Graham Barr <gbarr@pobox.com>
45000 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
45001 Date: Wed, 26 Jul 2000 17:38:36 +0100
45002 Message-ID: <20000726173836.L472@pobox.com>
45004 ! pp.c sv.c t/op/gv.t
45005 ____________________________________________________________________________
45006 [ 6444] By: jhi on 2000/07/26 17:49:14
45007 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
45008 from Graham Barr in the module list.
45010 ! gv.c pod/perlobj.pod
45011 ____________________________________________________________________________
45012 [ 6443] By: jhi on 2000/07/26 16:06:56
45013 Log: More split() doc and test patches from Mike Guy.
45015 ! pod/perlfunc.pod t/op/split.t
45016 ____________________________________________________________________________
45017 [ 6442] By: jhi on 2000/07/26 16:05:30
45018 Log: MacOS nits from Matthias Neeracher.
45021 ____________________________________________________________________________
45022 [ 6441] By: jhi on 2000/07/26 04:39:57
45023 Log: Subject: [PATCH] split /^/
45024 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45025 Date: Tue, 25 Jul 2000 14:18:57 +0100
45026 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
45028 (with notes from tchrist and gbarr)
45030 ! pod/perlfunc.pod t/op/split.t
45031 ____________________________________________________________________________
45032 [ 6440] By: jhi on 2000/07/26 04:32:32
45033 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
45034 From: Peter Prymmer <pvhp@forte.com>
45035 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
45036 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
45038 ! vms/munchconfig.c
45039 ____________________________________________________________________________
45040 [ 6439] By: jhi on 2000/07/26 04:31:01
45041 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
45042 to be fatal errors (instead of by default ignoring them, and
45043 ignoring with a bug: even though -w gave an error, the opening [
45044 was left in) Reported in:
45046 Subject: [ID 20000716.024] [=cc=] / [:blank:]
45047 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
45048 Date: Sun, 16 Jul 2000 17:55:29 -0700
45049 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
45051 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
45052 ____________________________________________________________________________
45053 [ 6438] By: jhi on 2000/07/25 15:41:15
45054 Log: Subject: [PATCH] av.c apidoc
45055 From: simon@brecon.co.uk (Simon Cozens)
45056 Date: 24 Jul 2000 06:40:52 GMT
45057 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
45059 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
45060 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
45061 ____________________________________________________________________________
45062 [ 6437] By: jhi on 2000/07/25 14:05:36
45063 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
45064 From: "Stephen P. Potter" <spp@ds.net>
45065 Date: Mon, 24 Jul 2000 14:22:23 -0400
45066 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
45068 ! pod/perllocale.pod
45069 ____________________________________________________________________________
45070 [ 6436] By: jhi on 2000/07/25 14:02:03
45071 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
45072 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45073 Date: Mon, 24 Jul 2000 18:04:28 +0100
45074 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
45076 ! t/lib/syslfs.t t/op/lfs.t
45077 ____________________________________________________________________________
45078 [ 6435] By: jhi on 2000/07/25 13:59:28
45079 Log: Get UTF16 BOMs working. Patch from
45081 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
45082 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45083 Date: Tue, 25 Jul 2000 12:52:45 +0100
45084 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
45088 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
45089 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45090 Date: Tue, 25 Jul 2000 11:43:25 +0100
45091 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
45093 ! t/comp/require.t toke.c utf8.c
45094 ____________________________________________________________________________
45095 [ 6434] By: jhi on 2000/07/25 02:39:54
45096 Log: Make the "uninit variable" warning to say "concat or string"
45097 or "join or string" when in concat or join .
45099 Subject: Re: [ID 20000403.009] uninitialised concatenation???
45100 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45101 Date: Tue, 04 Apr 2000 18:22:58 +0100
45102 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
45104 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
45105 From: William R Ward <hermit@BayView.COM>
45106 Date: Thu, 30 Mar 2000 19:50:03 -0800
45107 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
45109 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
45110 ! t/pragma/warn/op t/pragma/warn/sv
45111 ____________________________________________________________________________
45112 [ 6433] By: jhi on 2000/07/24 17:52:56
45113 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
45115 ! lib/File/Spec/VMS.pm
45116 ____________________________________________________________________________
45117 [ 6432] By: jhi on 2000/07/24 17:44:44
45118 Log: Test cases for #6431.
45120 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
45121 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45122 Date: Mon, 24 Jul 2000 15:32:29 +0100
45123 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
45125 ! t/op/pat.t t/op/split.t
45126 ____________________________________________________________________________
45127 [ 6431] By: jhi on 2000/07/24 17:43:17
45130 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
45131 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45132 Date: Mon, 17 Jul 2000 20:04:56 +0100
45133 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
45136 ____________________________________________________________________________
45137 [ 6430] By: jhi on 2000/07/24 03:42:42
45138 Log: Subject: [ID 20000716.023] syslog test fails without sockets
45139 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45140 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
45141 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
45142 Branch: metaconfig/U/perl
45145 ! Configure config_h.SH
45146 ____________________________________________________________________________
45147 [ 6429] By: jhi on 2000/07/24 03:11:52
45148 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
45149 case, but add also notes explaining the relationship of this
45150 patch and the earlier notes by Sarathy.
45152 Subject: Map is still slow
45153 From: "Ben Tilly" <ben_tilly@hotmail.com>
45154 Date: Sat, 15 Jul 2000 17:23:27 EDT
45155 Message-ID: <20000715212327.21656.qmail@hotmail.com>
45158 ____________________________________________________________________________
45159 [ 6428] By: jhi on 2000/07/24 02:58:52
45160 Log: Documentation to explain the behaviour of map().
45162 Subject: Re: Map is still slow
45163 From: Gurusamy Sarathy <gsar@ActiveState.com>
45164 Date: Sat, 15 Jul 2000 16:05:09 -0700
45165 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
45168 ____________________________________________________________________________
45169 [ 6427] By: jhi on 2000/07/24 02:50:03
45171 [ID 19991110.003] another matching finding by pcre author
45172 which has already been fixed by some patch, as verified in
45174 Subject: Re: two regex bugs from the mists of time (well, last November)
45175 From: Hugo <hv@crypt.compulink.co.uk>
45176 Date: Sat, 22 Jul 2000 18:12:58 +0100
45177 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
45180 ____________________________________________________________________________
45181 [ 6426] By: jhi on 2000/07/24 02:11:20
45182 Log: A missing 'break' after the [[:space:]] switch case.
45184 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
45185 From: "Stephen P. Potter" <spp@ds.net>
45186 Date: Tue, 18 Jul 2000 16:25:17 -0400
45187 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
45190 ____________________________________________________________________________
45191 [ 6425] By: jhi on 2000/07/24 02:06:12
45192 Log: The output might have been produced in the wrong order.
45194 Subject: [ID 20000720.003] [PATCH] t/op/write.t
45195 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45196 Date: Thu, 20 Jul 2000 18:49:18 +0100
45197 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
45200 ____________________________________________________________________________
45201 [ 6424] By: jhi on 2000/07/24 02:00:07
45202 Log: Use STDOUT consistently.
45204 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
45205 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45206 Date: Thu, 20 Jul 2000 18:04:01 +0100
45207 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
45209 ! lib/Test/Harness.pm
45210 ____________________________________________________________________________
45211 [ 6423] By: jhi on 2000/07/24 01:54:54
45212 Log: Protect against "wild next"s, that is, callbacks doing "next"
45213 instead of "return".
45215 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
45216 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45217 Date: Tue, 18 Jul 2000 11:30:16 +0100
45218 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
45221 ____________________________________________________________________________
45222 [ 6422] By: jhi on 2000/07/24 01:35:47
45223 Log: Out-of-date note removed.
45225 Subject: [PATCH] documentation perlipc
45226 From: rspier@pobox.com (Robert Spier)
45227 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
45228 Message-ID: <14711.35178.572612.502654@rls.cx>
45231 ____________________________________________________________________________
45232 [ 6421] By: jhi on 2000/07/24 00:09:18
45233 Log: Send all installperl messages to STDERR and be -w clean.
45235 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
45236 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45237 Date: Sat, 22 Jul 2000 14:02:11 +0100
45238 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
45241 ____________________________________________________________________________
45242 [ 6420] By: jhi on 2000/07/24 00:04:19
45243 Log: Decutandpasto.
45245 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
45246 From: "Richard Soderberg" <rs@crystalflame.net>
45247 Date: Sun, 23 Jul 2000 01:37:23 -0700
45248 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
45251 ____________________________________________________________________________
45252 [ 6419] By: jhi on 2000/07/24 00:01:12
45253 Log: A cleaner abs_path().
45254 Subject: Re: unix alternative to Cwd.pm
45255 From: Jeff Pinyan <jeffp@crusoe.net>
45256 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
45257 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
45260 ____________________________________________________________________________
45261 [ 6418] By: jhi on 2000/07/23 23:48:56
45264 Subject: [PATCH perl-current] Typo in hints/powerux.sh
45265 From: "Richard Soderberg" <rs@crystalflame.net>
45266 Date: Sun, 23 Jul 2000 01:27:33 -0700
45267 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
45270 ____________________________________________________________________________
45271 [ 6417] By: jhi on 2000/07/17 22:13:31
45272 Log: Subject: SDBM_File documentation
45273 From: mjd@plover.com
45274 Date: 16 Jul 2000 17:41:17 -0000
45275 Message-ID: <20000716174117.18515.qmail@plover.com>
45277 ! ext/SDBM_File/SDBM_File.pm
45278 ____________________________________________________________________________
45279 [ 6416] By: jhi on 2000/07/17 19:13:26
45280 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
45282 ! hints/mpeix.sh mpeix/relink
45283 ____________________________________________________________________________
45284 [ 6415] By: jhi on 2000/07/15 14:11:02
45285 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
45286 the utf8 'characters' can be more than one octet).
45288 Date: Sat, 15 Jul 2000 00:21:56 +0100
45289 From: Tom Hughes <tom@compton.nu>
45290 Subject: Re: [ID 20000714.002]
45291 Message-ID: <db2334de49.tom@compton.compton.nu>
45295 Subject: [ID 20000714.002]
45296 From: "Simon Cozens" <simon@othersideofthe.earth.li>
45297 Date: 14 Jul 2000 15:13:09 -0000
45298 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
45301 ____________________________________________________________________________
45302 [ 6414] By: jhi on 2000/07/15 03:13:41
45303 Log: another VMS build tweak from Peter Prymmer
45305 ! vms/descrip_mms.template
45306 ____________________________________________________________________________
45307 [ 6413] By: jhi on 2000/07/15 03:10:40
45308 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
45311 ____________________________________________________________________________
45312 [ 6412] By: jhi on 2000/07/15 00:31:05
45313 Log: More docs for sv functions.
45315 Subject: [PATCH cfgperl] sv.c apidoc
45316 From: simon@brecon.co.uk (Simon Cozens)
45317 Date: 13 Jul 2000 09:00:20 GMT
45318 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
45320 Subject: Re: [PATCH cfgperl] sv.c apidoc
45321 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45322 Date: Thu, 13 Jul 2000 12:27:41 +0100
45323 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
45325 Subject: Re: [PATCH cfgperl] sv.c apidoc
45326 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45327 Date: Thu, 13 Jul 2000 13:23:09 +0100
45328 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
45330 Subject: Re: [PATCH cfgperl] sv.c apidoc
45331 From: simon@brecon.co.uk (Simon Cozens)
45332 Date: 14 Jul 2000 06:51:02 GMT
45333 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
45335 ! embed.pl pod/perlapi.pod sv.c
45336 ____________________________________________________________________________
45337 [ 6411] By: jhi on 2000/07/15 00:10:41
45338 Log: lib/b test fixes from Peter Prymmer.
45341 ____________________________________________________________________________
45342 [ 6410] By: jhi on 2000/07/15 00:02:09
45343 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
45344 From: Hugo <hv@crypt.compulink.co.uk>
45345 Date: Fri, 14 Jul 2000 23:05:20 +0100
45346 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
45348 Didn't anymore apply, but that point still could use another fix.
45351 ____________________________________________________________________________
45352 [ 6409] By: jhi on 2000/07/14 23:15:15
45353 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
45354 not in pod, from Peter Prymmer
45356 ! vms/descrip_mms.template
45357 ____________________________________________________________________________
45358 [ 6408] By: jhi on 2000/07/14 20:35:05
45359 Log: The bug report
45360 [ID 19991110.002] minimal matching discrepancy found by pcre author
45361 seems to have been fixed (though differently from what was suggested
45362 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
45365 ____________________________________________________________________________
45366 [ 6407] By: jhi on 2000/07/14 17:38:08
45367 Log: Fix AutoSplit to use File::Spec the right way in VMS,
45368 from Peter Prymmer.
45371 ____________________________________________________________________________
45372 [ 6406] By: jhi on 2000/07/14 14:13:22
45373 Log: Merge perlhacktut into perlhack, update perlguts.
45375 Subject: Re: Perlhacktut
45376 From: simon@brecon.co.uk (Simon Cozens)
45377 Date: 14 Jul 2000 06:49:21 GMT
45378 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
45380 Subject: Re: Perlhacktut
45381 From: simon@brecon.co.uk (Simon Cozens)
45382 Date: 14 Jul 2000 07:09:45 GMT
45383 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
45385 ! pod/perlguts.pod pod/perlhack.pod
45386 ____________________________________________________________________________
45387 [ 6405] By: jhi on 2000/07/14 14:02:31
45388 Log: Integrate with Sarathy.
45390 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
45391 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
45392 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
45393 ____________________________________________________________________________
45394 [ 6404] By: gsar on 2000/07/14 12:15:02
45395 Log: PERL_OBJECT build tweaks
45398 ____________________________________________________________________________
45399 [ 6403] By: gsar on 2000/07/14 11:23:41
45400 Log: inconsistent types needs casts
45403 ____________________________________________________________________________
45404 [ 6402] By: gsar on 2000/07/14 11:12:04
45405 Log: typos in change#6399, regen headers
45407 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
45408 ____________________________________________________________________________
45409 [ 6401] By: gsar on 2000/07/14 10:59:12
45410 Log: typecasts needed for change#6394
45413 ____________________________________________________________________________
45414 [ 6400] By: gsar on 2000/07/14 10:49:37
45415 Log: integrate cfgperl contents into mainline
45417 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
45418 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
45419 ____________________________________________________________________________
45420 [ 6399] By: gsar on 2000/07/14 10:38:35
45421 Log: enable UTF-16 filter by default if relevant BOM is seen; various
45422 cleanups (typos, misformatted code, and small bugs)
45424 ! doop.c embed.pl mg.c op.c pp.c toke.c
45425 ____________________________________________________________________________
45426 [ 6398] By: gsar on 2000/07/14 08:55:38
45427 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
45428 name suggests anyway)
45430 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
45431 ____________________________________________________________________________
45432 [ 6397] By: gsar on 2000/07/14 08:44:33
45433 Log: move new variables to the end of the interpreter structure (for
45434 bincompat in code that doesn't #include XSUB.h)
45437 ____________________________________________________________________________
45438 [ 6396] By: gsar on 2000/07/14 08:13:58
45439 Log: MakeMaker should not remove editor backups (*~) on `make clean`
45440 by default (completes change#6383)
45442 ! lib/ExtUtils/MM_Unix.pm
45443 ____________________________________________________________________________
45444 [ 6395] By: jhi on 2000/07/14 05:20:33
45445 Log: Replace change #6337 with a better one.
45447 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
45448 From: Hugo <hv@crypt.compulink.co.uk>
45449 Date: Fri, 14 Jul 2000 04:16:20 +0100
45450 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
45452 ! regexec.c t/op/re_tests
45453 ____________________________________________________________________________
45454 [ 6394] By: jhi on 2000/07/14 01:33:59
45455 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
45457 ! embed.pl global.sym proto.h toke.c
45458 ____________________________________________________________________________
45459 [ 6393] By: jhi on 2000/07/13 23:41:23
45460 Log: remove discarded test
45463 ____________________________________________________________________________
45464 [ 6392] By: jhi on 2000/07/13 23:32:25
45465 Log: The {multiplier} of a fixed substring was overlooked which
45466 caused a wrong initial search offset for that substring.
45468 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
45469 From: Hugo <hv@crypt.compulink.co.uk>
45470 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
45471 Date: Thu, 13 Jul 2000 19:27:13 +0100
45473 ! regcomp.c t/op/re_tests
45474 ____________________________________________________________________________
45475 [ 6391] By: jhi on 2000/07/13 16:37:42
45476 Log: typo fix from Craig Berry
45478 ! vms/subconfigure.com
45479 ____________________________________________________________________________
45480 [ 6390] By: jhi on 2000/07/13 13:20:12
45481 Log: Integrate with Sarathy.
45483 - t/op/method2entersub.t
45484 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
45485 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
45486 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
45487 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
45488 ____________________________________________________________________________
45489 [ 6389] By: jhi on 2000/07/13 13:18:48
45490 Log: Detypo from Peter Prymmer, part of #6388.
45492 ! Configure config_h.SH
45494 ! U/modified/d_longlong.U
45495 ____________________________________________________________________________
45496 [ 6388] By: gsar on 2000/07/13 06:33:40
45497 Log: typos (spotted by Peter Prymmer)
45499 ! Configure t/lib/english.t
45500 ____________________________________________________________________________
45501 [ 6387] By: gsar on 2000/07/13 05:35:28
45502 Log: new selfloader.t in change#6183 doesn't close DATA handles,
45503 and thus fails to clean up tmp files on dosish platforms
45505 ! t/lib/selfloader.t
45506 ____________________________________________________________________________
45507 [ 6386] By: gsar on 2000/07/12 21:42:39
45508 Log: sprintf test tweaks (from Dominic Dunlop)
45511 ____________________________________________________________________________
45512 [ 6385] By: gsar on 2000/07/12 21:33:46
45513 Log: fix bugs in processing %v-*d and similar format specs (from
45514 Avi Finkel <avi@finkel.org>)
45516 ! sv.c t/op/sprintf.t
45517 ____________________________________________________________________________
45518 [ 6384] By: gsar on 2000/07/12 16:04:19
45519 Log: readd missing perldelta.pod changes from changes#6339,6376
45521 ! pod/perldelta.pod
45522 ____________________________________________________________________________
45523 [ 6383] By: gsar on 2000/07/12 16:00:51
45524 Log: don't clobber *.orig files on *clean targets
45526 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
45527 ____________________________________________________________________________
45528 [ 6382] By: gsar on 2000/07/12 07:59:12
45529 Log: fix broken integrations in cfgperl
45531 !> Changes pod/perldelta.pod
45532 ____________________________________________________________________________
45533 [ 6381] By: gsar on 2000/07/12 07:42:17
45534 Log: integrate cfgperl changes into mainline
45537 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
45539 ____________________________________________________________________________
45540 [ 6380] By: gsar on 2000/07/12 07:31:00
45541 Log: get sprintf.t to adjust properly for 3-digit exponents
45544 ____________________________________________________________________________
45545 [ 6379] By: gsar on 2000/07/12 06:40:04
45546 Log: change#6174 needs corresponding change in win32/config_h.PL,
45547 which grovels through config_h.SH to find the config.h name
45549 ! win32/config_h.PL
45550 ____________________________________________________________________________
45551 [ 6378] By: jhi on 2000/07/12 05:03:59
45552 Log: Do the cc sanity check both before the hints and
45553 after the cc selction.
45555 ! Configure config_h.SH
45557 ! U/modified/Oldconfig.U U/modified/cc.U
45558 Branch: metaconfig/U/perl
45560 ____________________________________________________________________________
45561 [ 6377] By: jhi on 2000/07/12 02:49:22
45562 Log: Fix nits noticed by Boston.pm.
45565 ____________________________________________________________________________
45566 [ 6376] By: jhi on 2000/07/11 21:22:13
45567 Log: Configure cosmetics and perldelta.
45569 ! Configure config_h.SH pod/perldelta.pod
45572 ____________________________________________________________________________
45573 [ 6375] By: gsar on 2000/07/11 21:17:35
45574 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
45576 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
45578 ____________________________________________________________________________
45579 [ 6374] By: gsar on 2000/07/11 20:48:50
45580 Log: tweak for build failure under multiplicity
45583 ____________________________________________________________________________
45584 [ 6373] By: gsar on 2000/07/11 20:37:23
45585 Log: integrate cfgperl changes#6325..6373 into mainline
45586 (NOTE: today's batch of integrations still untested)
45588 +> ext/DynaLoader/hints/netbsd.pl
45590 !> (integrate 26 files)
45591 ____________________________________________________________________________
45592 [ 6372] By: jhi on 2000/07/11 20:30:36
45593 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
45597 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
45599 ____________________________________________________________________________
45600 [ 6371] By: jhi on 2000/07/11 20:08:56
45601 Log: Minor cleanups on the booklist.
45604 ____________________________________________________________________________
45605 [ 6370] By: jhi on 2000/07/11 19:31:13
45606 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
45608 ! t/pragma/overload.t
45609 ____________________________________________________________________________
45610 [ 6369] By: gsar on 2000/07/11 19:27:48
45611 Log: integrate cfgperl changes#6293..6324 into mainline
45613 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
45614 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
45615 !> (integrate 30 files)
45616 ____________________________________________________________________________
45617 [ 6368] By: gsar on 2000/07/11 19:18:57
45618 Log: skip integrate of problematic change#6292 from cfgperl into mainline
45621 ____________________________________________________________________________
45622 [ 6367] By: gsar on 2000/07/11 19:17:21
45623 Log: integrate cfgperl changes#6288..6290 into mainline
45625 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
45626 ____________________________________________________________________________
45627 [ 6366] By: gsar on 2000/07/11 19:11:18
45628 Log: integrate cfgperl changes#6268..6282 into mainline
45630 !> (integrate 30 files)
45631 ____________________________________________________________________________
45632 [ 6365] By: gsar on 2000/07/11 18:57:00
45633 Log: delete new accidentally branched file
45635 - t/op/method2entersub.t
45636 ____________________________________________________________________________
45637 [ 6364] By: gsar on 2000/07/11 18:55:13
45638 Log: skip integrate of change#6267 from cfgperl into mainline (the
45639 method call optimization is flawed without additional hints
45640 from user about immutableness of @ISA and no runtime method
45643 +> t/op/method2entersub.t
45644 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
45645 !> perl.h t/op/sprintf.t xsutils.c
45646 ____________________________________________________________________________
45647 [ 6363] By: gsar on 2000/07/11 18:49:43
45648 Log: integrate cfgperl changes#6261..6266 into mainline
45650 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
45651 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
45652 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45653 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
45654 ____________________________________________________________________________
45655 [ 6362] By: gsar on 2000/07/11 18:43:26
45656 Log: integrate cfgperl changes#6252..6260 into mainline
45658 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
45659 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
45660 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
45661 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
45662 ____________________________________________________________________________
45663 [ 6361] By: gsar on 2000/07/11 18:37:12
45664 Log: skip integrate of problematic change#6251 from cfgperl into mainline
45667 ____________________________________________________________________________
45668 [ 6360] By: gsar on 2000/07/11 18:34:56
45669 Log: integrate cfgperl change#6250 into mainline
45672 !> MANIFEST embed.pl proto.h toke.c
45673 ____________________________________________________________________________
45674 [ 6359] By: gsar on 2000/07/11 18:21:19
45675 Log: integrate cfgperl changes#6242..6249 into mainline
45677 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
45678 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
45679 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
45680 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
45681 !> t/lib/peek.t utf8.c
45682 ____________________________________________________________________________
45683 [ 6358] By: gsar on 2000/07/11 18:15:45
45684 Log: skip integrate of problematic change#6241 from cfgperl into mainline
45686 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
45687 ____________________________________________________________________________
45688 [ 6357] By: jhi on 2000/07/11 18:15:16
45690 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
45691 From: Roderick Schertler <roderick@argon.org>
45692 Date: Tue, 11 Jul 2000 13:55:05 -0400
45693 Message-Id: <200007111755.NAA05077@jones.argon.org>
45696 ____________________________________________________________________________
45697 [ 6356] By: jhi on 2000/07/11 18:12:51
45698 Log: Typo in #6341.
45701 ____________________________________________________________________________
45702 [ 6355] By: gsar on 2000/07/11 18:12:10
45703 Log: integrate cfgperl changes#6231..6240 into mainline
45705 +> pod/perlutil.pod
45706 !> (integrate 35 files)
45707 ____________________________________________________________________________
45708 [ 6354] By: jhi on 2000/07/11 18:04:34
45709 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
45710 From: Dominic Dunlop <domo@computer.org>
45711 Date: Tue, 11 Jul 2000 12:27:33 +0200
45712 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
45714 Replaces change #6268.
45717 ____________________________________________________________________________
45718 [ 6353] By: gsar on 2000/07/11 17:59:51
45719 Log: skip integrate of problematic change#6230 from cfgperl into mainline
45720 (a later version of File::Spec is already in mainline)
45722 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
45723 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
45724 ____________________________________________________________________________
45725 [ 6352] By: gsar on 2000/07/11 17:57:48
45726 Log: integrate cfgperl changes#6224..6229 into mainline
45730 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
45731 !> lib/English.pm op.c t/lib/english.t
45732 ____________________________________________________________________________
45733 [ 6351] By: gsar on 2000/07/11 17:50:10
45734 Log: skip integrate of problematic change#6223 from cfgperl into mainline
45737 ____________________________________________________________________________
45738 [ 6350] By: gsar on 2000/07/11 17:48:28
45739 Log: integrate cfgperl changes#6220..6222 into mainline
45741 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
45742 !> toke.c utf8.c win32/win32.h
45743 ____________________________________________________________________________
45744 [ 6349] By: gsar on 2000/07/11 17:46:13
45745 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
45748 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45749 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45750 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45751 ____________________________________________________________________________
45752 [ 6348] By: jhi on 2000/07/11 17:45:49
45753 Log: README.posix-bc podified from Thomas Dorner.
45756 ____________________________________________________________________________
45757 [ 6347] By: gsar on 2000/07/11 17:42:04
45758 Log: integrate cfgperl change#6217 into mainline
45760 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
45761 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
45762 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
45763 ____________________________________________________________________________
45764 [ 6346] By: gsar on 2000/07/11 17:39:37
45765 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
45768 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
45769 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45770 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45771 !> perlapi.h pod/perlapi.pod
45772 ____________________________________________________________________________
45773 [ 6345] By: gsar on 2000/07/11 17:36:42
45774 Log: integrate cfgperl changes#6207..6210 into mainline
45776 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
45777 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
45778 ____________________________________________________________________________
45779 [ 6344] By: gsar on 2000/07/11 17:31:20
45780 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
45783 !> (integrate 40 files)
45784 ____________________________________________________________________________
45785 [ 6343] By: gsar on 2000/07/11 17:19:08
45786 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
45788 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
45790 !> (integrate 34 files)
45791 ____________________________________________________________________________
45792 [ 6342] By: jhi on 2000/07/11 16:05:48
45793 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
45794 To: perl5-porters@perl.org
45795 From: Karsten Sperling <spiff@phreax.net>
45796 Date: Mon, 10 Jul 2000 15:12:52 +0200
45797 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
45800 ____________________________________________________________________________
45801 [ 6341] By: jhi on 2000/07/11 15:59:23
45802 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
45803 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45804 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
45805 Date: Fri, 07 Jul 2000 17:57:16 +0100
45808 ____________________________________________________________________________
45809 [ 6340] By: jhi on 2000/07/11 15:55:47
45810 Log: Subject: Re: format bug report [Patch]
45811 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45812 Date: Wed, 05 Jul 2000 13:12:52 +0200
45813 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
45815 Subject: Re: format bug report [Patch]
45816 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45817 Date: Wed, 05 Jul 2000 14:10:01 +0200
45818 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
45820 ! t/op/write.t toke.c
45821 ____________________________________________________________________________
45822 [ 6339] By: jhi on 2000/07/11 13:54:09
45823 Log: Be less forgiving about ambiguous and illegal tr ranges.
45824 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
45825 From: Mark-Jason Dominus <mjd@plover.com>
45826 Date: Tue, 04 Jul 2000 10:00:12 -0400
45827 Message-ID: <20000704140012.17772.qmail@plover.com>
45829 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
45830 From: Mark-Jason Dominus <mjd@plover.com>
45831 Date: Wed, 05 Jul 2000 09:37:36 -0400
45832 Message-ID: <20000705133736.27293.qmail@plover.com>
45834 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
45835 ____________________________________________________________________________
45836 [ 6338] By: jhi on 2000/07/11 13:31:24
45837 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
45838 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45839 Date: Tue, 11 Jul 2000 13:50:51 +0100
45840 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
45843 ____________________________________________________________________________
45844 [ 6337] By: jhi on 2000/07/11 13:29:14
45845 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
45846 From: Hugo <hv@crypt.compulink.co.uk>
45847 Date: Tue, 11 Jul 2000 12:44:50 +0100
45848 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
45850 ! regexec.c t/op/re_tests
45851 ____________________________________________________________________________
45852 [ 6336] By: jhi on 2000/07/11 13:26:47
45853 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
45854 From: simon@brecon.co.uk (Simon Cozens)
45855 Date: 7 Jul 2000 11:26:09 GMT
45856 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
45859 ____________________________________________________________________________
45860 [ 6335] By: jhi on 2000/07/11 13:23:37
45861 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
45862 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
45863 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
45864 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
45866 + ext/DynaLoader/hints/netbsd.pl
45867 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
45868 ____________________________________________________________________________
45869 [ 6334] By: jhi on 2000/07/11 13:20:38
45870 Log: Subject: PATCH perlguts.pod: Document D and d magic types
45871 From: mjd@plover.com
45872 Date: 5 Jul 2000 18:01:51 -0000
45873 Message-ID: <20000705180151.29413.qmail@plover.com>
45876 ____________________________________________________________________________
45877 [ 6333] By: jhi on 2000/07/11 13:15:51
45878 Log: Precedence goof, fix based on
45879 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
45880 From: Hugo <hv@crypt.compulink.co.uk>
45881 Date: Tue, 11 Jul 2000 12:52:38 +0100
45882 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
45885 ____________________________________________________________________________
45886 [ 6332] By: jhi on 2000/07/11 12:40:17
45887 Log: Integrate with Sarathy.
45889 !> win32/win32sck.c
45890 ____________________________________________________________________________
45891 [ 6331] By: jhi on 2000/07/10 20:14:16
45892 Log: Sprinkle ldlibpath.
45895 ____________________________________________________________________________
45896 [ 6330] By: jhi on 2000/07/10 17:54:49
45897 Log: More POSIX.pod tweaks.
45899 ! ext/POSIX/POSIX.pod
45900 ____________________________________________________________________________
45901 [ 6329] By: jhi on 2000/07/10 14:02:12
45902 Log: Reorder perl.pod once more.
45904 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45905 ____________________________________________________________________________
45906 [ 6328] By: gsar on 2000/07/10 07:06:00
45907 Log: accept() leaks memory on windows due to incorrect ordering of
45908 closesocket() and fclose() calls
45911 ____________________________________________________________________________
45912 [ 6327] By: gsar on 2000/07/10 06:49:17
45913 Log: winsock options weren't being set in all threads under ithreads
45914 (caused send()s from second and subsequent threads to fail)
45917 ____________________________________________________________________________
45918 [ 6326] By: jhi on 2000/07/08 02:45:40
45919 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
45920 was cast to an unsigned (32-bit) integer with wild abandon.
45922 ! ext/Devel/DProf/DProf.xs
45923 ____________________________________________________________________________
45924 [ 6325] By: jhi on 2000/07/07 18:50:33
45925 Log: Remove perlbook, update perlfaq book listing,
45926 rearrange perl.pod, regenerate perltoc.
45929 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
45930 ! pod/perlfaq2.pod pod/perltoc.pod
45931 ____________________________________________________________________________
45932 [ 6324] By: jhi on 2000/07/07 14:03:40
45933 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
45936 ____________________________________________________________________________
45937 [ 6323] By: jhi on 2000/07/06 16:03:55
45938 Log: Fix complaints of buildtoc.
45942 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45943 ____________________________________________________________________________
45944 [ 6322] By: jhi on 2000/07/06 15:15:52
45945 Log: Add =head1 NAMEs so that buildtoc is happy.
45946 (The CGI::Util nit reported to Lincoln.)
45948 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
45950 ____________________________________________________________________________
45951 [ 6321] By: jhi on 2000/07/06 03:16:04
45952 Log: Config is being used.
45955 ____________________________________________________________________________
45956 [ 6320] By: jhi on 2000/07/06 03:13:13
45957 Log: Integrate with Sarathy.
45959 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
45960 ____________________________________________________________________________
45961 [ 6319] By: jhi on 2000/07/06 03:11:46
45962 Log: Autogenerate pod/Makefile and pod/buildtoc.
45963 buildtoc also checks whether the existin pods are
45964 mentioned in MANIFEST and perl.pod, and vice versa.
45965 (None of the thusly found discrepancies fixed yet.)
45966 roffitall also needs to be autogenerated similarly but it
45967 seems so badly out of date that I didn't touch it yet.
45969 + pod/Makefile.SH pod/buildtoc.PL
45970 - pod/Makefile pod/buildtoc
45971 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
45972 ____________________________________________________________________________
45973 [ 6318] By: gsar on 2000/07/05 22:10:54
45974 Log: fix UNC path handling on Windows under ithreads, and chdir()
45975 return value when given a non-existent directory
45978 ____________________________________________________________________________
45979 [ 6317] By: gsar on 2000/07/05 22:08:19
45980 Log: winsock cleanup never done on Windows (leads to handle leaks)
45982 ! win32/perllib.c win32/win32sck.c
45983 ____________________________________________________________________________
45984 [ 6316] By: gsar on 2000/07/05 22:06:19
45985 Log: some debugger output does not go to the socket when RemotePort is set
45988 ____________________________________________________________________________
45989 [ 6315] By: jhi on 2000/07/05 00:25:21
45990 Log: Integrate with Sarathy, preliminary fix for unicos
45991 alignment problems in [ID 20000612.002] Perl problem on Cray system.
45995 ____________________________________________________________________________
45996 [ 6314] By: gsar on 2000/07/04 23:34:02
45997 Log: tyop in change#6306
46000 ____________________________________________________________________________
46001 [ 6313] By: jhi on 2000/07/04 22:14:38
46002 Log: Multiline string literals ENONPORTABLE.
46005 ____________________________________________________________________________
46006 [ 6312] By: jhi on 2000/07/04 20:34:44
46007 Log: Integrate with Sarathy.
46009 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
46011 ____________________________________________________________________________
46012 [ 6311] By: jhi on 2000/07/04 20:30:56
46013 Log: More POSIX.pod embellishment.
46015 ! ext/POSIX/POSIX.pod
46016 ____________________________________________________________________________
46017 [ 6310] By: gsar on 2000/07/04 17:28:48
46018 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
46021 ____________________________________________________________________________
46022 [ 6309] By: jhi on 2000/07/04 17:22:18
46023 Log: The #6308 required a little bit more.
46025 ! Makefile.SH win32/Makefile
46026 ____________________________________________________________________________
46027 [ 6308] By: jhi on 2000/07/04 16:35:24
46028 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
46032 ! MANIFEST Makefile.SH
46033 ____________________________________________________________________________
46034 [ 6307] By: jhi on 2000/07/04 16:28:58
46035 Log: Win32 patches for cfgperl from Sarathy.
46037 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
46038 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
46039 ! thread.h toke.c util.c win32/Makefile win32/win32.c
46040 ____________________________________________________________________________
46041 [ 6306] By: gsar on 2000/07/04 16:28:40
46042 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
46043 (from Richard Soderberg <rs@oregonnet.com>)
46045 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
46046 ____________________________________________________________________________
46047 [ 6305] By: jhi on 2000/07/04 16:24:24
46048 Log: Integrate with Sarathy.
46050 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
46051 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46052 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
46053 !> proto.h win32/win32.c
46054 ____________________________________________________________________________
46055 [ 6304] By: gsar on 2000/07/04 16:17:24
46056 Log: missing perldiag entry for unpack("w",...) diagnostic (from
46060 ____________________________________________________________________________
46061 [ 6303] By: gsar on 2000/07/04 16:14:44
46062 Log: remove rel2abs prototypes (from Barrie Slaymaker)
46064 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46065 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46066 ____________________________________________________________________________
46067 [ 6302] By: gsar on 2000/07/04 04:59:35
46068 Log: adjust change#6299
46070 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
46072 ____________________________________________________________________________
46073 [ 6301] By: jhi on 2000/07/04 04:50:07
46074 Log: Integrate with Sarathy.
46076 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
46077 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
46078 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
46079 ____________________________________________________________________________
46080 [ 6300] By: gsar on 2000/07/04 04:42:09
46081 Log: PERL_OBJECT build tweak
46084 ____________________________________________________________________________
46085 [ 6299] By: gsar on 2000/07/04 04:37:00
46086 Log: fix memory leak on Windows (PL_sys_intern contents were never
46089 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46090 ! perlapi.c proto.h win32/win32.c
46091 ____________________________________________________________________________
46092 [ 6298] By: gsar on 2000/07/04 04:15:59
46093 Log: fix large memory leak that has been around for ever, masked by
46094 -DPURIFY (most of the arenas were never freed!)
46096 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
46097 ____________________________________________________________________________
46098 [ 6297] By: gsar on 2000/07/04 04:07:46
46099 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
46102 ____________________________________________________________________________
46103 [ 6296] By: jhi on 2000/06/30 18:28:37
46104 Log: Elaborate POSIX.pod. Still needs work.
46106 ! ext/POSIX/POSIX.pod
46107 ____________________________________________________________________________
46108 [ 6295] By: jhi on 2000/06/30 14:58:18
46109 Log: Point to perlipc for more SysV IPC examples.
46112 ____________________________________________________________________________
46113 [ 6294] By: gsar on 2000/06/30 14:47:45
46114 Log: slurp mode fix in change#4736 still not quite right
46116 ! pp_hot.c t/io/argv.t
46117 ____________________________________________________________________________
46118 [ 6293] By: jhi on 2000/06/30 12:02:55
46119 Log: Integrate with Sarathy.
46121 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
46122 ____________________________________________________________________________
46123 [ 6292] By: jhi on 2000/06/30 12:01:11
46124 Log: From: simon@brecon.co.uk (Simon Cozens)
46125 Subject: UTF8 concat
46126 Date: 30 Jun 2000 06:13:25 GMT
46127 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
46130 ____________________________________________________________________________
46131 [ 6291] By: gsar on 2000/06/30 04:37:33
46132 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
46133 when @_ is modified, causing coredumps
46135 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
46136 ____________________________________________________________________________
46137 [ 6290] By: jhi on 2000/06/30 02:21:44
46138 Log: Integrate with Sarathy.
46140 !> vms/vms.c vms/vmsish.h
46141 ____________________________________________________________________________
46142 [ 6289] By: jhi on 2000/06/30 02:21:02
46143 Log: Check VERSIONs.
46145 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46146 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46147 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46148 ____________________________________________________________________________
46149 [ 6288] By: jhi on 2000/06/30 02:18:52
46150 Log: Integrate with Sarathy.
46152 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
46153 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46154 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46155 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
46156 ____________________________________________________________________________
46157 [ 6287] By: gsar on 2000/06/30 02:17:08
46158 Log: integrate vmsperl changes into mainline
46160 !> vms/vms.c vms/vmsish.h
46161 ____________________________________________________________________________
46162 [ 6285] By: gsar on 2000/06/30 02:05:28
46163 Log: localize %INC in a Safe compartment so that use/require work
46164 (many other magic globals probably need similar treatment)
46166 ! ext/Opcode/Opcode.xs
46167 ____________________________________________________________________________
46168 [ 6284] By: gsar on 2000/06/30 01:54:54
46169 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
46172 ! pod/perlembed.pod
46173 ____________________________________________________________________________
46174 [ 6283] By: jhi on 2000/06/30 01:50:10
46175 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
46176 From: Barrie Slaymaker <barries@jester.slaysys.com>
46177 Date: Wed, 28 Jun 2000 11:35:29 -0400
46178 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
46180 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
46181 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
46182 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46183 ! lib/File/Spec/Win32.pm
46184 ____________________________________________________________________________
46185 [ 6282] By: jhi on 2000/06/29 22:57:22
46186 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
46187 From: Dan Sugalski <dan@sidhe.org>
46188 Date: Tue, 06 Jun 2000 11:59:50 -0400
46189 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
46192 ____________________________________________________________________________
46193 [ 6281] By: jhi on 2000/06/29 22:52:50
46194 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
46195 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46196 Date: Wed, 7 Jun 2000 04:02:04 -0500
46197 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
46200 ____________________________________________________________________________
46201 [ 6280] By: jhi on 2000/06/29 22:45:47
46202 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
46203 From: rspier@pobox.com (Robert Spier)
46204 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
46205 Message-ID: <14654.31913.845602.610277@rls.cx>
46208 ____________________________________________________________________________
46209 [ 6279] By: jhi on 2000/06/29 22:38:16
46210 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
46211 From: Tim Ayers <tayers@bridge.com>
46212 Date: Thu, 08 Jun 2000 08:11:06 +0200
46213 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
46214 [resent by Richard Foley, Message-Id probably wrong]
46217 ____________________________________________________________________________
46218 [ 6278] By: jhi on 2000/06/29 22:21:45
46219 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
46220 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
46221 Date: Fri, 09 Jun 2000 12:39:27 -0400
46222 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
46223 (plus update the version "number" of Text::Wrap)
46226 ____________________________________________________________________________
46227 [ 6277] By: jhi on 2000/06/29 22:13:10
46228 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
46229 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46230 Date: Mon, 12 Jun 2000 14:55:59 +0100
46231 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
46234 ____________________________________________________________________________
46235 [ 6276] By: jhi on 2000/06/29 22:11:06
46236 Log: Subject: [PATCH] Re: eval documentation: context
46237 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46238 Date: Mon, 12 Jun 2000 15:07:29 +0100
46239 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
46242 ____________________________________________________________________________
46243 [ 6275] By: jhi on 2000/06/29 21:59:46
46244 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
46245 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46246 Date: Tue, 13 Jun 2000 02:43:48 -0500
46247 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
46249 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
46250 ____________________________________________________________________________
46251 [ 6274] By: jhi on 2000/06/29 21:56:14
46252 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
46253 From: Andy Dougherty <doughera@lafayette.edu>
46254 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
46255 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
46257 ! ext/File/Glob/Glob.pm
46258 ____________________________________________________________________________
46259 [ 6273] By: jhi on 2000/06/29 21:49:09
46260 Log: Subject: [PATCH] xsub attributes
46261 From: Doug MacEachern <dougm@covalent.net>
46262 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
46263 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
46265 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
46266 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
46267 ____________________________________________________________________________
46268 [ 6272] By: jhi on 2000/06/29 21:41:28
46269 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
46270 From: Tom Phoenix <rootbeer@redcat.com>
46271 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
46272 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
46275 ____________________________________________________________________________
46276 [ 6271] By: jhi on 2000/06/29 21:36:55
46277 Log: Subject: PATCH pod/perltie.pod
46278 From: Ian Phillipps <Ian.Phillipps@iname.com>
46279 Date: Fri, 16 Jun 2000 00:17:19 +0100
46280 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
46281 (only the first hunk, the second hunk had already been done
46282 by some other patch)
46285 ____________________________________________________________________________
46286 [ 6270] By: jhi on 2000/06/29 21:24:51
46287 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
46288 From: Nicholas Clark <nick@talking.bollo.cx>
46289 Date: Fri, 23 Jun 2000 16:21:15 +0100
46290 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
46292 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
46293 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
46294 ____________________________________________________________________________
46295 [ 6269] By: jhi on 2000/06/29 19:38:15
46296 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
46297 silence few compiler warnings.
46299 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
46300 ____________________________________________________________________________
46301 [ 6268] By: jhi on 2000/06/29 18:21:50
46302 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
46303 From: Dominic Dunlop <domo@computer.org>
46304 Date: Thu, 29 Jun 2000 12:32:39 +0200
46305 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
46308 ____________________________________________________________________________
46309 [ 6267] By: jhi on 2000/06/29 18:16:07
46310 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
46311 From: Doug MacEachern <dougm@covalent.net>
46312 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
46313 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
46315 + t/op/method2entersub.t
46316 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
46317 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46318 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
46320 ____________________________________________________________________________
46321 [ 6266] By: jhi on 2000/06/29 15:11:15
46322 Log: Subject: [PATCH 5.6.0] cygwin port
46323 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
46324 From: "Fifer, Eric" <EFifer@sanwaint.com>
46325 Date: Thu, 29 Jun 2000 12:58:29 +0100
46327 ! cygwin/Makefile.SHs
46328 ____________________________________________________________________________
46329 [ 6265] By: jhi on 2000/06/29 15:04:05
46330 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
46331 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46332 Date: Wed, 28 Jun 2000 17:50:12 -0700
46333 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
46335 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46336 ____________________________________________________________________________
46337 [ 6264] By: jhi on 2000/06/29 15:00:57
46338 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
46339 From: Marty Lucich <marty@netcom.com>
46340 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
46341 Message-Id: <200006282116.OAA11148@netcom.com>
46342 ccdlflags update (the BSD/OS 4.1 part had already been taken
46346 ____________________________________________________________________________
46347 [ 6263] By: jhi on 2000/06/29 13:47:44
46348 Log: tr fixes from Simon Cozens
46351 ____________________________________________________________________________
46352 [ 6262] By: jhi on 2000/06/28 18:46:01
46353 Log: Subject: 5.6.0 Patch for EPOC
46354 From: Olaf Flebbe <o.flebbe@gmx.de>
46355 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
46356 Message-ID: <23449.960929969@www11.gmx.net>
46358 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
46360 ____________________________________________________________________________
46361 [ 6261] By: jhi on 2000/06/28 18:29:07
46362 Log: Subject: Re: [PATCH cfgperl] BOMs away!
46363 From: simon@brecon.co.uk (Simon Cozens)
46364 Date: 17 Jun 2000 11:49:57 GMT
46365 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
46367 ! pod/perldiag.pod t/comp/require.t toke.c
46368 ____________________________________________________________________________
46369 [ 6260] By: jhi on 2000/06/28 17:47:16
46370 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
46371 From: simon@brecon.co.uk (Simon Cozens)
46372 Date: 17 Jun 2000 11:56:44 GMT
46373 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
46376 ! pod/perlfunc.pod pp.c t/op/pack.t
46377 ____________________________________________________________________________
46378 [ 6259] By: jhi on 2000/06/28 16:43:17
46379 Log: perlnewmod was missing from MANIFEST.
46382 ____________________________________________________________________________
46383 [ 6258] By: jhi on 2000/06/28 15:54:30
46384 Log: linenumber tweak
46386 ! t/pragma/warn/regcomp
46387 ____________________________________________________________________________
46388 [ 6257] By: jhi on 2000/06/28 15:50:44
46389 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
46390 From: Doug MacEachern <dougm@covalent.net>
46391 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
46392 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
46393 (one part of the patch had been applied earlier)
46395 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
46396 ____________________________________________________________________________
46397 [ 6256] By: jhi on 2000/06/28 15:40:22
46398 Log: tweaks from Simon Cozens to further fix tr/// under utf8
46401 ____________________________________________________________________________
46402 [ 6255] By: jhi on 2000/06/28 15:33:45
46403 Log: small thinko tweaks
46405 ! lib/IPC/Open3.pm t/op/my_stash.t
46406 ____________________________________________________________________________
46407 [ 6254] By: jhi on 2000/06/28 15:33:25
46408 Log: Subject: tr///, help wanted.
46409 From: simon@brecon.co.uk (Simon Cozens)
46410 Date: 28 Jun 2000 11:29:04 GMT
46411 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
46413 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
46414 ! pp_proto.h proto.h t/op/tr.t
46415 ____________________________________________________________________________
46416 [ 6253] By: jhi on 2000/06/28 15:09:17
46417 Log: Paranoia tweak on #6249.
46418 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
46419 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46420 Date: Sun, 25 Jun 2000 23:43:12 -0400
46421 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
46424 ____________________________________________________________________________
46425 [ 6252] By: jhi on 2000/06/28 15:01:38
46426 Log: Document #6249 and #6251.
46428 ! lib/Exporter.pm lib/IPC/Open3.pm
46429 ____________________________________________________________________________
46430 [ 6251] By: jhi on 2000/06/28 14:50:43
46431 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
46432 From: Doug MacEachern <dougm@covalent.net>
46433 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
46434 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
46437 ____________________________________________________________________________
46438 [ 6250] By: jhi on 2000/06/28 14:45:23
46439 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
46440 From: Doug MacEachern <dougm@covalent.net>
46441 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
46442 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
46445 ! MANIFEST embed.pl global.sym proto.h toke.c
46446 ____________________________________________________________________________
46447 [ 6249] By: jhi on 2000/06/28 14:36:34
46448 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
46449 From: Frank Tobin <ftobin@uiuc.edu>
46450 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
46451 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
46454 ____________________________________________________________________________
46455 [ 6248] By: jhi on 2000/06/28 14:11:25
46456 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
46457 From: Mark-Jason Dominus <mjd@plover.com>
46458 Date: Tue, 27 Jun 2000 22:36:42 -0400
46459 Message-ID: <20000628023642.12166.qmail@plover.com>
46462 ____________________________________________________________________________
46463 [ 6247] By: jhi on 2000/06/27 12:46:37
46464 Log: Tweak $VERSION, patch from Doug MacEachern.
46467 ____________________________________________________________________________
46468 [ 6246] By: jhi on 2000/06/27 03:34:46
46469 Log: Allow for standalone testing.
46471 ! t/lib/filefunc.t t/lib/filespec.t
46472 ____________________________________________________________________________
46473 [ 6245] By: jhi on 2000/06/27 02:50:02
46474 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
46475 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46476 Date: Sat, 24 Jun 2000 13:06:20 +0100
46477 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
46479 ! ext/DynaLoader/DynaLoader_pm.PL
46480 ____________________________________________________________________________
46481 [ 6244] By: jhi on 2000/06/27 02:46:10
46482 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
46483 From: Doug MacEachern <dougm@covalent.net>
46484 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
46485 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
46487 ! gv.c sv.c t/lib/peek.t
46488 ____________________________________________________________________________
46489 [ 6243] By: jhi on 2000/06/27 02:38:07
46490 Log: Subject: [PATCH] is_utf8_string
46491 From: simon@brecon.co.uk (Simon Cozens)
46492 Date: 26 Jun 2000 02:25:59 GMT
46493 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
46495 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
46496 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
46498 ____________________________________________________________________________
46499 [ 6242] By: jhi on 2000/06/27 02:24:00
46500 Log: Subject: [PATCH] bytes<->utf8 fixes
46501 From: simon@brecon.co.uk (Simon Cozens)
46502 Date: 26 Jun 2000 04:55:45 GMT
46503 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
46505 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
46506 ____________________________________________________________________________
46507 [ 6241] By: jhi on 2000/06/27 02:12:42
46508 Log: Do no -warn on \_, only on \alpha.
46509 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
46510 From: David Dyck <dcd@tc.fluke.com>
46511 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
46512 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
46514 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
46515 ____________________________________________________________________________
46516 [ 6240] By: jhi on 2000/06/27 02:00:01
46517 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
46518 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46519 Date: Mon, 26 Jun 2000 18:40:14 +0100
46520 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
46523 ____________________________________________________________________________
46524 [ 6239] By: jhi on 2000/06/27 01:53:40
46525 Log: Configure maintenance. Sever some dependency cycles,
46526 separate gccversion from the cc unit,
46527 address [ID 20000623.006] Configure script patch for using gcc on AIX
46528 (but solve it a little bit differently),
46529 unduplex some accidentally duplicated units,
46530 suggest using gcc if no cc available
46531 (p5p thread: "Solaris configure: counterproposal", 1999-09)
46533 ! Configure Todo-5.6 config_h.SH
46535 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
46536 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
46537 Branch: metaconfig/U/perl
46539 ! d_getespwnam.U d_getprpwnam.U i_prot.U
46540 ____________________________________________________________________________
46541 [ 6238] By: jhi on 2000/06/25 18:04:56
46542 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
46543 From: Dan Sugalski <dan@sidhe.org>
46544 Date: Fri, 23 Jun 2000 17:00:00 -0400
46545 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
46547 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
46548 ____________________________________________________________________________
46549 [ 6237] By: jhi on 2000/06/25 16:36:45
46550 Log: Tweak embed.pl, regen headers.
46552 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
46553 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
46554 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
46555 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
46556 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
46557 ____________________________________________________________________________
46558 [ 6236] By: jhi on 2000/06/25 15:26:42
46559 Log: Regen headers.
46561 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
46562 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
46563 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
46564 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
46565 ! regnodes.h warnings.h
46566 ____________________________________________________________________________
46567 [ 6235] By: jhi on 2000/06/23 19:39:35
46568 Log: The thread begun by
46569 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
46570 From: Kevin.Ruscoe@ubsw.com
46571 Date: Fri, 16 Jun 2000 16:38:51 +0100
46572 Message-Id: <H000019b03c300d6@MHS>
46574 ! hints/solaris_2.sh
46575 ____________________________________________________________________________
46576 [ 6234] By: jhi on 2000/06/23 19:23:36
46577 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
46578 because when run as services (Win32ese for daemons)
46579 no environment variables are set and tmpdir ends up as /tmp,
46580 which is ambiguous.
46582 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
46583 From: matt@sergeant.org
46584 Date: 16 Jun 2000 16:30:43 -0000
46585 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
46587 ! lib/File/Spec/Win32.pm
46588 ____________________________________________________________________________
46589 [ 6233] By: jhi on 2000/06/23 19:18:58
46590 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
46591 From: Mark-Jason Dominus <mjd@plover.com>
46592 Date: Fri, 16 Jun 2000 20:53:04 -0400
46593 Message-ID: <20000617005304.8008.qmail@plover.com>
46596 ____________________________________________________________________________
46597 [ 6232] By: jhi on 2000/06/23 16:10:02
46598 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
46599 From: simon@brecon.co.uk (Simon Cozens)
46600 Date: 19 Jun 2000 15:18:27 GMT
46601 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
46603 plus update pod/Makefile and regenerate perltoc
46606 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
46607 ____________________________________________________________________________
46608 [ 6231] By: jhi on 2000/06/23 15:19:18
46609 Log: Subject: [PATCH 5.6.0] cygwin port
46610 From: "Fifer, Eric" <EFifer@sanwaint.com>
46611 Date: Tue, 20 Jun 2000 14:30:58 +0100
46612 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
46614 ! README.cygwin lib/File/Find.pm
46615 ____________________________________________________________________________
46616 [ 6230] By: jhi on 2000/06/23 14:25:21
46617 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
46619 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
46620 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
46621 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46622 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
46623 ____________________________________________________________________________
46624 [ 6229] By: jhi on 2000/06/23 14:13:34
46625 Log: Subject: README.hpux version 0.6.1
46626 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
46627 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46628 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
46631 ____________________________________________________________________________
46632 [ 6228] By: jhi on 2000/06/23 14:07:20
46633 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
46634 From: Doug MacEachern <dougm@covalent.net>
46635 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
46636 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
46639 ____________________________________________________________________________
46640 [ 6227] By: jhi on 2000/06/23 14:01:06
46641 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
46642 From: Doug MacEachern <dougm@covalent.net>
46643 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
46644 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
46648 ! MANIFEST Makefile.SH
46649 ____________________________________________________________________________
46650 [ 6226] By: jhi on 2000/06/23 13:53:07
46651 Log: Subject: [PATCH] remove forward declarations in Socket.pm
46652 From: Doug MacEachern <dougm@covalent.net>
46653 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
46654 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
46656 From: Doug MacEachern <dougm@covalent.net>
46657 Subject: Re: [PATCH] remove forward declarations in Socket.pm
46658 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
46659 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
46661 ! ext/Socket/Socket.pm op.c
46662 ____________________________________________________________________________
46663 [ 6225] By: jhi on 2000/06/23 13:41:52
46664 Log: Add source code filenames to apidoc.
46665 From: simon@brecon.co.uk (Simon Cozens)
46666 Subject: [PATCH embed.pl] Source X-ref
46667 Date: 22 Jun 2000 02:18:49 GMT
46668 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
46671 ____________________________________________________________________________
46672 [ 6224] By: jhi on 2000/06/23 13:32:33
46673 Log: A way to avoid English.pm performance hit.
46674 From: root <root@jester.slaysys.com>
46675 Subject: [YAPATCH English.pm] My turn to putt again
46676 Date: Thu, 22 Jun 2000 20:33:58 -0400
46677 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
46679 ! lib/English.pm t/lib/english.t
46680 ____________________________________________________________________________
46681 [ 6223] By: jhi on 2000/06/23 13:27:06
46682 Log: Avoid double close().
46683 Subject: [PATCH] avoid double close()
46684 From: Doug MacEachern <dougm@covalent.net>
46685 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
46686 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
46689 ____________________________________________________________________________
46690 [ 6222] By: jhi on 2000/06/23 13:25:54
46692 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
46693 From: Ian Phillipps <Ian.Phillipps@iname.com>
46694 Date: Fri, 23 Jun 2000 10:40:58 +0100
46695 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
46698 ____________________________________________________________________________
46699 [ 6221] By: jhi on 2000/06/23 13:24:15
46700 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
46701 From: simon@brecon.co.uk (Simon Cozens)
46702 Subject: [PATCH] Eliminate tr///[CU][CU]
46703 Date: 23 Jun 2000 11:05:40 GMT
46704 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
46706 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
46707 ____________________________________________________________________________
46708 [ 6220] By: jhi on 2000/06/22 16:07:51
46709 Log: Win32 patches from Benjamin Stuhl.
46711 ! makedef.pl win32/win32.h
46712 ____________________________________________________________________________
46713 [ 6219] By: jhi on 2000/06/22 16:06:34
46714 Log: Bytecode patches from Benjamin Stuhl.
46716 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46717 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46718 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46719 ____________________________________________________________________________
46720 [ 6218] By: jhi on 2000/06/15 23:54:16
46721 Log: Bytecode patches from Benjamin Stuhl.
46723 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46724 ____________________________________________________________________________
46725 [ 6217] By: jhi on 2000/06/09 13:38:29
46726 Log: Rename the fdpid locking and integrate with Sarathy.
46728 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
46729 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
46730 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
46732 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
46733 ____________________________________________________________________________
46734 [ 6216] By: gsar on 2000/06/08 14:54:21
46735 Log: be more optimal about clearing @_
46738 ____________________________________________________________________________
46739 [ 6215] By: gsar on 2000/06/08 14:33:04
46740 Log: tweak comment about @DB::args
46743 ____________________________________________________________________________
46744 [ 6214] By: gsar on 2000/06/08 13:57:54
46745 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
46746 caller() wants to populate @DB::args with it (causes a coredump
46747 in Carp::confess())
46749 ! cop.h t/op/runlevel.t
46750 ____________________________________________________________________________
46751 [ 6213] By: gsar on 2000/06/08 07:06:35
46752 Log: back out change#6106 (seems problematic)
46754 ! hints/solaris_2.sh
46755 ____________________________________________________________________________
46756 [ 6212] By: jhi on 2000/06/07 03:10:36
46757 Log: Continuing mopup for #6204.
46759 ! ext/B/defsubs_h.PL
46760 ____________________________________________________________________________
46761 [ 6211] By: jhi on 2000/06/07 02:41:50
46762 Log: Mopup for #6204.
46763 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
46764 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
46765 This is comes from const() where POK isn't on when expected.
46767 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
46768 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46769 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
46770 ! perlapi.h pod/perlapi.pod
46771 ____________________________________________________________________________
46772 [ 6210] By: jhi on 2000/06/07 01:56:29
46773 Log: Mopup for #6207 and #6209.
46775 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
46776 ____________________________________________________________________________
46777 [ 6209] By: jhi on 2000/06/07 01:33:12
46778 Log: Lock PL_fdpid against race conditions, based on:
46779 Subject: [PATCH 5.6.0]subprocess fixup for threads
46780 From: Dan Sugalski <dan@sidhe.org>
46781 To: perl5-porters@perl.org
46782 Date: Tue, 11 Apr 2000 17:02:32 -0400
46783 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
46785 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
46787 ____________________________________________________________________________
46788 [ 6208] By: jhi on 2000/06/07 01:05:23
46789 Log: Regen headers for #6207.
46791 ! embed.h global.sym objXSUB.h proto.h
46792 ____________________________________________________________________________
46793 [ 6207] By: jhi on 2000/06/06 23:43:13
46794 Log: Subject: [PATCH 5.6.0] Threadsafe patches
46795 From: Dan Sugalski <dan@sidhe.org>
46796 To: perl5-porters@perl.org
46797 Date: Mon, 08 May 2000 18:08:13 -0400
46798 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
46800 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
46801 ! proto.h sv.h util.c
46802 ____________________________________________________________________________
46803 [ 6206] By: jhi on 2000/06/06 23:21:23
46804 Log: Subject: [PATCH] Eliminate $a/$b in pod
46805 From: David Glasser <me@davidglasser.net>
46806 To: perl5-porters@perl.org
46807 Date: Mon, 29 May 2000 21:15:59 -0400
46808 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
46810 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
46811 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
46812 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
46813 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
46814 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
46815 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
46816 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
46817 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
46818 ! pod/perlvar.pod pod/perlxs.pod
46819 ____________________________________________________________________________
46820 [ 6205] By: jhi on 2000/06/06 23:12:14
46821 Log: Subject: [PATCH] Win32 improvements
46822 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46823 To: gsar@activestate.com, perl5-porters@perl.org
46824 Date: Mon, 29 May 2000 17:22:24 PDT
46825 Message-ID: <20000530002224.91142.qmail@hotmail.com>
46826 (MUA had mangled many lines by wordwrapping)
46828 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
46829 ____________________________________________________________________________
46830 [ 6204] By: jhi on 2000/06/06 23:01:50
46831 Log: Subject: [PATCH] B::Bytecode patches
46832 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46833 To: gsar@activestate.com, jhi@iki.fi
46834 Cc: perl5-porters@perl.org
46835 Message-ID: <20000602202526.48694.qmail@hotmail.com>
46836 (MUA had mangled many lines by wordwrapping)
46838 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
46839 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
46840 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46841 ! intrpvar.h perl.c
46842 ____________________________________________________________________________
46843 [ 6203] By: jhi on 2000/06/06 22:32:43
46844 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
46845 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46846 Date: Tue, 06 Jun 2000 13:07:45 -0700
46847 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
46850 ____________________________________________________________________________
46851 [ 6202] By: jhi on 2000/06/06 19:38:35
46852 Log: Integrate with Sarathy.
46855 ____________________________________________________________________________
46856 [ 6201] By: gsar on 2000/06/06 00:42:59
46857 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
46858 does a PUSHMARK that's never ever POPMARKed; in general, only
46859 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
46860 Perl_eval_[sp]v() don't because they don't take any incoming
46861 arguments (this leak has been around since the original version
46862 of perl_eval_pv() in 5.003_97e)
46865 ____________________________________________________________________________
46866 [ 6200] By: jhi on 2000/06/04 03:44:52
46867 Log: Update to cperl-mode.el 4.31 from
46868 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
46869 Subject: A couple of notes
46870 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46871 To: Mailing list Perl5 <perl5-porters@perl.org>
46872 Date: Sat, 3 Jun 2000 23:33:32 -0400
46873 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
46875 ! emacs/cperl-mode.el
46876 ____________________________________________________________________________
46877 [ 6199] By: jhi on 2000/06/03 15:11:05
46878 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
46879 From: Dan Sugalski <dan@sidhe.org>
46880 To: perl5-porters@perl.org, vmsperl@perl.org
46881 Date: Fri, 02 Jun 2000 17:30:51 -0400
46882 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
46884 ! vms/descrip_mms.template vms/gen_shrfls.pl
46885 ____________________________________________________________________________
46886 [ 6198] By: jhi on 2000/06/03 14:59:15
46887 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
46888 From: Dan Sugalski <dan@sidhe.org>
46889 To: vmsperl@perl.org, perl5-porters@perl.org
46890 Date: Fri, 02 Jun 2000 16:00:41 -0400
46891 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
46892 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
46894 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
46895 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
46896 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
46897 ____________________________________________________________________________
46898 [ 6197] By: jhi on 2000/06/03 14:41:30
46899 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
46900 From: John Borwick <jhborwic@unity.ncsu.edu>
46901 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
46902 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
46905 ____________________________________________________________________________
46906 [ 6196] By: jhi on 2000/06/03 14:38:09
46907 Log: Integrate with Sarathy.
46909 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46910 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46912 ____________________________________________________________________________
46913 [ 6195] By: gsar on 2000/06/02 22:43:13
46914 Log: fix yet another eval"" leak under USE_ITHREADS
46917 ____________________________________________________________________________
46918 [ 6194] By: gsar on 2000/06/02 18:22:06
46919 Log: fix small eval"" memory leaks under USE_ITHREADS
46921 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46922 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46924 ____________________________________________________________________________
46925 [ 6193] By: jhi on 2000/06/01 13:03:56
46926 Log: Signals-be-gone for microperl.
46928 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
46929 ____________________________________________________________________________
46930 [ 6192] By: jhi on 2000/06/01 12:52:02
46931 Log: Integrate with Sarathy.
46933 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
46934 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
46935 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
46936 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46937 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
46938 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
46939 !> t/op/vec.t utils/h2xs.PL
46940 ____________________________________________________________________________
46941 [ 6191] By: gsar on 2000/06/01 09:38:21
46942 Log: vec() loses numericalness (modified version of patch suggested
46945 ! doop.c t/op/vec.t
46946 ____________________________________________________________________________
46947 [ 6190] By: gsar on 2000/06/01 09:26:15
46948 Log: submit missing embed.pl change
46951 ____________________________________________________________________________
46952 [ 6189] By: gsar on 2000/06/01 09:05:34
46953 Log: counting tr/// corrupts later operation (from M.J.T Guy)
46956 ____________________________________________________________________________
46957 [ 6188] By: gsar on 2000/06/01 08:58:39
46961 ____________________________________________________________________________
46962 [ 6187] By: gsar on 2000/06/01 08:50:07
46963 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
46964 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46967 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
46969 ____________________________________________________________________________
46970 [ 6186] By: gsar on 2000/06/01 08:24:40
46971 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
46972 <wolfgang.laun@alcatel.at>)
46974 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46975 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
46976 ____________________________________________________________________________
46977 [ 6185] By: gsar on 2000/06/01 08:12:00
46978 Log: remove incorrect documentation about implicit split to @_ in
46979 list context, which never really worked in perl 5 (from
46982 ! pod/perlfunc.pod pod/perltrap.pod
46983 ____________________________________________________________________________
46984 [ 6184] By: gsar on 2000/06/01 07:52:27
46985 Log: tweak for change#6127
46988 ____________________________________________________________________________
46989 [ 6183] By: gsar on 2000/06/01 07:41:02
46990 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
46993 + t/lib/selfloader.t
46994 ! MANIFEST lib/SelfLoader.pm
46995 ____________________________________________________________________________
46996 [ 6182] By: jhi on 2000/06/01 00:34:42
46997 Log: Be Cleaner Part Deux.
47000 ____________________________________________________________________________
47001 [ 6181] By: jhi on 2000/06/01 00:32:09
47002 Log: Integrate with Sarathy.
47004 !> pp.c t/op/arith.t
47005 ____________________________________________________________________________
47006 [ 6180] By: jhi on 2000/06/01 00:31:13
47007 Log: microperl nits from Simon Cozens.
47010 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
47012 ____________________________________________________________________________
47013 [ 6179] By: gsar on 2000/05/31 22:37:51
47014 Log: buggy modulus on UVs introduced by change#3378 (resulted in
47015 4063328477 % 65535 amounting to 27406, instead of 27407)
47017 ! pp.c t/op/arith.t
47018 ____________________________________________________________________________
47019 [ 6178] By: jhi on 2000/05/31 21:52:41
47023 ____________________________________________________________________________
47024 [ 6177] By: jhi on 2000/05/31 21:47:33
47025 Log: Substitution utf8 patch from Simon Cozens.
47028 ____________________________________________________________________________
47029 [ 6176] By: jhi on 2000/05/31 21:45:34
47030 Log: Single-quoted utf8 patch from Simon Cozens.
47033 ____________________________________________________________________________
47034 [ 6175] By: jhi on 2000/05/31 21:40:18
47035 Log: Integrate with Sarathy.
47037 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
47038 ____________________________________________________________________________
47039 [ 6174] By: jhi on 2000/05/31 21:37:31
47040 Log: microperl changes from Simon Cozens; Makefile for microperl
47041 written from scratch; few casts added as microperl compilation
47042 doesn't have all prototypes available.
47044 + Makefile.micro README.micro Todo.micro uconfig.sh
47045 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
47046 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
47048 + U/modified/Config_h.U
47049 ____________________________________________________________________________
47050 [ 6173] By: jhi on 2000/05/31 20:00:24
47051 Log: metaconfig maintenance.
47053 + U/modified/Inhdr.U U/typedefs/inotype.U
47054 Branch: metaconfig/U/perl
47055 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
47056 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
47057 ____________________________________________________________________________
47058 [ 6172] By: gsar on 2000/05/31 05:05:42
47059 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
47060 (from Ilya Zakharevich)
47062 ! regexec.c t/op/re_tests
47063 ____________________________________________________________________________
47064 [ 6171] By: gsar on 2000/05/31 05:01:47
47065 Log: scalar() doesn't force scalar context when used in void context
47066 (from Simon Cozens)
47068 ! op.c t/op/wantarray.t
47069 ____________________________________________________________________________
47070 [ 6170] By: gsar on 2000/05/31 04:41:33
47071 Log: change#6142 needs tweaks to tests to work where there's no symlink()
47072 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47075 ____________________________________________________________________________
47076 [ 6169] By: gsar on 2000/05/31 04:29:49
47077 Log: integrate cfgperl contents into mainline
47079 +> pod/perlmodlib.PL pod/perlnewmod.pod
47080 !> (integrate 42 files)
47081 ____________________________________________________________________________
47082 [ 6168] By: jhi on 2000/05/30 22:53:37
47083 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
47085 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47086 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
47087 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
47088 ! win32/config.bc win32/config.gc win32/config.vc
47089 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47090 ! win32/config_h.PL win32/config_sh.PL
47091 Branch: metaconfig/U/perl
47093 ____________________________________________________________________________
47094 [ 6167] By: jhi on 2000/05/30 22:20:21
47098 ____________________________________________________________________________
47099 [ 6166] By: jhi on 2000/05/30 22:11:51
47100 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
47101 in case somebody wants to write an extension for more
47102 shadow database interfaces.
47104 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47105 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
47106 ! vos/config.def vos/config.h vos/config_h.SH_orig
47107 ! win32/config.bc win32/config.gc win32/config.vc
47108 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47110 ! U/modified/Myinit.U
47111 Branch: metaconfig/U/perl
47112 + d_getespwnam.U d_getprpwnam.U i_prot.U
47113 ____________________________________________________________________________
47114 [ 6165] By: jhi on 2000/05/30 18:35:34
47115 Log: Integrate with Sarathy.
47118 ____________________________________________________________________________
47119 [ 6164] By: jhi on 2000/05/30 18:30:16
47122 ! Configure config_h.SH
47123 Branch: metaconfig/U/perl
47125 ____________________________________________________________________________
47126 [ 6163] By: gsar on 2000/05/30 03:24:03
47127 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
47130 ____________________________________________________________________________
47131 [ 6162] By: gsar on 2000/05/30 03:09:38
47132 Log: fix memory leak in method call optimization (change#3768);
47133 made C<eval "$x->foo()"> leak
47136 ____________________________________________________________________________
47137 [ 6161] By: jhi on 2000/05/29 17:56:26
47138 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
47139 both from Simon Cozens.
47141 + pod/perlmodlib.PL pod/perlnewmod.pod
47142 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
47143 ! pod/perlmodlib.pod pod/perltoc.pod
47144 ____________________________________________________________________________
47145 [ 6160] By: jhi on 2000/05/29 17:23:55
47146 Log: Changes for the File::Temp 0.08 (change #6159) test suite
47147 to fit better into the Perl distribution test framework.
47149 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
47150 ! t/lib/ftmp-tempfile.t
47151 ____________________________________________________________________________
47152 [ 6159] By: jhi on 2000/05/29 16:55:36
47153 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
47155 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47156 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47157 ____________________________________________________________________________
47158 [ 6158] By: bailey on 2000/05/29 16:22:08
47159 Log: Add fallback to tmpfile for use in cases where user's relying on
47160 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
47163 ! vms/vms.c vms/vmsish.h
47164 ____________________________________________________________________________
47165 [ 6157] By: jhi on 2000/05/29 03:10:36
47166 Log: Regen Configure to jive with #6149.
47170 ! U/modified/Getfile.U
47171 ____________________________________________________________________________
47172 [ 6156] By: jhi on 2000/05/29 03:01:38
47173 Log: Integrate with Sarathy.
47175 +> ext/DynaLoader/dl_mac.xs
47176 !> (integrate 38 files)
47177 ____________________________________________________________________________
47178 [ 6155] By: gsar on 2000/05/28 21:15:58
47179 Log: small bug in change#6144; remove random \xA0 character that snuck
47182 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
47183 ____________________________________________________________________________
47184 [ 6154] By: gsar on 2000/05/28 21:04:19
47185 Log: avoid type mismatch warning
47188 ____________________________________________________________________________
47189 [ 6153] By: gsar on 2000/05/28 20:58:31
47190 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
47191 <nick@Bagpuss.uk.boo.com>)
47193 ! lib/Test/Harness.pm
47194 ____________________________________________________________________________
47195 [ 6152] By: gsar on 2000/05/28 20:53:42
47196 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
47199 ____________________________________________________________________________
47200 [ 6151] By: gsar on 2000/05/28 20:50:28
47201 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
47204 ____________________________________________________________________________
47205 [ 6150] By: gsar on 2000/05/28 20:39:58
47206 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
47208 ! pod/perlrequick.pod
47209 ____________________________________________________________________________
47210 [ 6149] By: gsar on 2000/05/28 20:35:16
47211 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
47214 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
47215 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
47216 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
47217 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
47218 ____________________________________________________________________________
47219 [ 6148] By: gsar on 2000/05/28 20:21:07
47220 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
47222 ! lib/ExtUtils/MM_Unix.pm
47223 ____________________________________________________________________________
47224 [ 6147] By: gsar on 2000/05/28 20:12:41
47225 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
47226 (from Peter Prymmer)
47228 ! vms/subconfigure.com
47229 ____________________________________________________________________________
47230 [ 6146] By: gsar on 2000/05/28 20:06:15
47233 ! lib/warnings.pm warnings.h warnings.pl
47234 ____________________________________________________________________________
47235 [ 6145] By: gsar on 2000/05/28 18:44:33
47236 Log: make xsubpp skip embedded pod (from Matthias Neeracher
47237 <neeri@iis.ee.ethz.ch>)
47239 ! lib/ExtUtils/xsubpp
47240 ____________________________________________________________________________
47241 [ 6144] By: gsar on 2000/05/28 18:42:49
47242 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
47243 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
47244 <neeri@iis.ee.ethz.ch>)
47247 ____________________________________________________________________________
47248 [ 6143] By: gsar on 2000/05/28 18:41:12
47249 Log: MacOS support, part 1 (from Matthias Neeracher
47250 <neeri@iis.ee.ethz.ch>)
47252 + ext/DynaLoader/dl_mac.xs
47253 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
47254 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
47255 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
47257 ____________________________________________________________________________
47258 [ 6142] By: gsar on 2000/05/28 18:21:51
47259 Log: File::Find fails to chdir when chasing symlinks (from
47260 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47262 ! lib/File/Find.pm t/lib/filefind.t
47263 ____________________________________________________________________________
47264 [ 6141] By: jhi on 2000/05/28 14:25:15
47265 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
47266 forwarded by Peter Seebach from the bsdi-users mailing list.
47267 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
47270 ____________________________________________________________________________
47271 [ 6140] By: jhi on 2000/05/28 14:11:57
47272 Log: Integrate with Sarathy.
47274 +> (branch 30 files)
47275 !> (integrate 93 files)
47276 ____________________________________________________________________________
47277 [ 6139] By: gsar on 2000/05/28 10:01:48
47278 Log: revise mktables.PL for bugs and newness in Unicode 3.0
47279 (from James Bence <jbence@amgen.com>)
47281 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
47282 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
47283 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
47284 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
47285 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
47286 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
47287 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
47288 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
47289 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
47290 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
47291 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
47292 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
47293 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
47294 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
47295 + lib/unicode/Is/SylWU.pl
47296 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
47297 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47298 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
47299 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
47300 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
47301 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
47302 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
47303 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
47304 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
47305 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
47306 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
47307 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
47308 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
47309 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
47310 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
47311 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
47312 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
47313 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
47314 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
47315 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
47316 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
47317 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
47318 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
47319 ! lib/unicode/Makefile lib/unicode/mktables.PL
47320 ____________________________________________________________________________
47321 [ 6138] By: gsar on 2000/05/28 08:50:32
47322 Log: add note about the handling of negative indices to tied arrays
47323 (from Michael G Schwern <schwern@pobox.com>)
47326 ____________________________________________________________________________
47327 [ 6137] By: gsar on 2000/05/28 08:46:10
47328 Log: fix bogus redeclaration warning for "our" variables in different
47331 ! op.c t/pragma/strict-vars
47332 ____________________________________________________________________________
47333 [ 6136] By: gsar on 2000/05/28 08:31:20
47334 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
47336 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
47337 ____________________________________________________________________________
47338 [ 6135] By: gsar on 2000/05/28 08:17:50
47339 Log: enable Test::Harness to dynamically determine column width etc.
47340 (from Rob Napier <rnapier@employees.org>)
47342 ! lib/Test/Harness.pm
47343 ____________________________________________________________________________
47344 [ 6134] By: gsar on 2000/05/28 08:13:39
47345 Log: make Test::Harness use wait.h/WCOREDUMP if available
47346 (from Ben Tilly <ben_tilly@hotmail.com>)
47348 ! lib/Test/Harness.pm
47349 ____________________________________________________________________________
47350 [ 6133] By: gsar on 2000/05/28 08:08:05
47351 Log: elide bogus test in change#6132
47353 ! t/pragma/warn/9enabled
47354 ____________________________________________________________________________
47355 [ 6132] By: gsar on 2000/05/28 08:03:14
47356 Log: warnings::enabled() doesn't fall back to looking at $^W if
47357 caller isn't using lexical warnings (from Paul Marquess)
47359 ! pp_ctl.c t/pragma/warn/9enabled
47360 ____________________________________________________________________________
47361 [ 6131] By: gsar on 2000/05/28 07:57:47
47362 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
47364 ! ext/POSIX/POSIX.pm
47365 ____________________________________________________________________________
47366 [ 6130] By: gsar on 2000/05/28 07:29:12
47367 Log: fix places that mean C<"word" character> but say C<alphanumeric
47370 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
47371 ____________________________________________________________________________
47372 [ 6129] By: gsar on 2000/05/28 07:18:41
47373 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
47376 ____________________________________________________________________________
47377 [ 6128] By: gsar on 2000/05/28 07:12:55
47378 Log: new perlxstut example for passing/returning refs to arrays
47379 (from David Lowe <dlowe@pootpoot.com>)
47381 ! pod/perlxstut.pod
47382 ____________________________________________________________________________
47383 [ 6127] By: gsar on 2000/05/28 07:02:50
47384 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
47385 failed (from Gisle Aas)
47388 ____________________________________________________________________________
47389 [ 6126] By: gsar on 2000/05/28 06:39:53
47390 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
47391 (reworked variant of patch suggested by Simon Cozens)
47393 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
47394 ! pp_hot.c proto.h t/op/gv.t
47395 ____________________________________________________________________________
47396 [ 6125] By: gsar on 2000/05/28 05:14:55
47397 Log: enable propagating exception objects via Perl_croak() in XS code
47401 ____________________________________________________________________________
47402 [ 6124] By: gsar on 2000/05/28 05:07:28
47403 Log: integrate vmsperl contents into mainline
47405 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
47406 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
47408 ____________________________________________________________________________
47409 [ 6123] By: gsar on 2000/05/28 05:03:53
47410 Log: clarify gotcha with #line directives (from Rocco Caputo
47413 ! pod/perldebug.pod pod/perlsyn.pod
47414 ____________________________________________________________________________
47415 [ 6122] By: gsar on 2000/05/28 04:58:29
47416 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
47417 (from Mark-Jason Dominus)
47419 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
47420 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
47421 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
47423 ____________________________________________________________________________
47424 [ 6121] By: bailey on 2000/05/25 04:46:54
47425 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
47426 lists (based on fixes by Craig Berry)
47428 ! lib/File/Spec/VMS.pm
47429 ____________________________________________________________________________
47430 [ 6120] By: bailey on 2000/05/25 04:25:38
47431 Log: Add missing escape (Charles Lane)
47433 ! t/op/lex_assign.t
47434 ____________________________________________________________________________
47435 [ 6119] By: bailey on 2000/05/25 04:21:25
47436 Log: Quiet error messages in vmsish.t (Charles Lane)
47439 ____________________________________________________________________________
47440 [ 6118] By: bailey on 2000/05/25 04:17:57
47441 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
47442 Flatten case labels in switch statements uniformly (Charles Bailey)
47445 ____________________________________________________________________________
47446 [ 6117] By: bailey on 2000/05/25 03:58:09
47447 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
47450 ____________________________________________________________________________
47451 [ 6116] By: bailey on 2000/05/25 03:11:15
47452 Log: Miscellaneous cosmetic fixes (Charles Lane)
47454 ! lib/ExtUtils/MM_VMS.pm
47455 ____________________________________________________________________________
47456 [ 6115] By: bailey on 2000/05/25 03:10:36
47457 Log: Add bounds checking for several strings (Charles Lane)
47460 ____________________________________________________________________________
47461 [ 6114] By: bailey on 2000/05/25 02:25:34
47462 Log: Urk -- undo previous removal of vmsish 'exit' change
47464 ! vms/ext/vmsish.pm vms/vmsish.h
47465 ____________________________________________________________________________
47466 [ 6113] By: bailey on 2000/05/24 02:24:40
47467 Log: Ugly workaround for version-specific RTL error
47470 ____________________________________________________________________________
47471 [ 6112] By: bailey on 2000/05/24 02:19:55
47472 Log: Check for existence of file before trying to delete
47475 ____________________________________________________________________________
47476 [ 6111] By: bailey on 2000/05/23 23:35:13
47477 Log: Resync with mainline prior to post-5.6.0 updates
47479 +> (branch 49 files)
47480 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
47481 ! vms/ext/vmsish.pm
47482 !> (integrate 334 files)
47483 ____________________________________________________________________________
47484 [ 6110] By: jhi on 2000/05/23 19:28:32
47488 ____________________________________________________________________________
47489 [ 6109] By: jhi on 2000/05/18 17:38:54
47490 Log: Integrate with Sarathy.
47492 !> mg.c perl.h win32/perlhost.h
47493 ____________________________________________________________________________
47494 [ 6108] By: gsar on 2000/05/17 02:24:56
47495 Log: reenable fake signal handling on Windows, bugs and all
47497 ! mg.c perl.h win32/perlhost.h
47498 ____________________________________________________________________________
47499 [ 6107] By: jhi on 2000/05/15 18:01:41
47500 Log: Tweak the todo list.
47503 ____________________________________________________________________________
47504 [ 6106] By: jhi on 2000/05/15 13:41:48
47505 Log: The (Configure) script refuses to go on, after asking for
47506 'You may also choose to try maximal 64-bitness....'.
47507 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
47509 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
47511 ! hints/solaris_2.sh
47512 ____________________________________________________________________________
47513 [ 6105] By: jhi on 2000/05/11 14:37:43
47514 Log: Integrate with Sarathy.
47516 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47517 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
47518 ____________________________________________________________________________
47519 [ 6104] By: gsar on 2000/05/11 03:39:07
47520 Log: PL_sys_intern was being initialized too late on windows
47522 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47523 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
47524 ____________________________________________________________________________
47525 [ 6103] By: jhi on 2000/05/09 19:42:20
47526 Log: Test tweaking for Unicos continues.
47529 ____________________________________________________________________________
47530 [ 6102] By: jhi on 2000/05/09 16:47:27
47531 Log: The test suite tweak in #6101 wasn't quite right.
47534 ____________________________________________________________________________
47535 [ 6101] By: jhi on 2000/05/09 15:35:34
47536 Log: Hints and test tweaks for Unicos.
47538 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
47539 ____________________________________________________________________________
47540 [ 6100] By: jhi on 2000/05/08 21:15:06
47541 Log: More compilation tweakery from Allen Smith.
47544 ____________________________________________________________________________
47545 [ 6099] By: jhi on 2000/05/08 19:21:18
47546 Log: Tweaks for the cc bugs from Allen Smith.
47549 ____________________________________________________________________________
47550 [ 6098] By: jhi on 2000/05/08 19:13:37
47551 Log: Add a note about other, yet unsupported, shadow password APIs.
47554 ____________________________________________________________________________
47555 [ 6097] By: jhi on 2000/05/08 18:46:34
47556 Log: Add a note about possible compilation problems from Allen Smith.
47559 ____________________________________________________________________________
47560 [ 6096] By: jhi on 2000/05/08 17:33:10
47561 Log: Integrate with Sarathy.
47563 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47564 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
47565 ____________________________________________________________________________
47566 [ 6095] By: jhi on 2000/05/08 16:21:33
47567 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
47568 might be useful in future.
47570 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47573 ! U/installdirs/inc_version_list.U
47574 Branch: metaconfig/U/perl
47576 ____________________________________________________________________________
47577 [ 6094] By: gsar on 2000/05/08 14:22:22
47578 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
47580 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47581 ! hints/cygwin.sh pp_sys.c
47582 ____________________________________________________________________________
47583 [ 6093] By: gsar on 2000/05/08 12:52:28
47584 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
47585 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
47587 ! pp_sys.c sv.c win32/perlhost.h
47588 ____________________________________________________________________________
47589 [ 6092] By: jhi on 2000/05/07 22:40:34
47590 Log: Regen perltoc with the fixed buildtoc.
47593 ____________________________________________________________________________
47594 [ 6091] By: jhi on 2000/05/07 22:24:16
47595 Log: Integrate with Sarathy.
47597 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
47598 !> t/op/substr.t toke.c
47599 ____________________________________________________________________________
47600 [ 6090] By: gsar on 2000/05/07 19:47:07
47601 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
47602 [NI]OK; added tests for both
47604 ! perl.c pp_hot.c sv.c t/op/substr.t
47605 ____________________________________________________________________________
47606 [ 6089] By: gsar on 2000/05/07 18:18:38
47607 Log: buildtoc tweak to fix newline lossage
47610 ____________________________________________________________________________
47611 [ 6088] By: jhi on 2000/05/07 16:35:36
47612 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
47613 because we do not use those. The HAS_GETSPNAM remains,
47614 though, because we still do use that.
47616 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47617 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
47618 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
47619 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
47620 ! win32/config.vc win32/config_H.bc win32/config_H.gc
47621 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47622 ____________________________________________________________________________
47623 [ 6087] By: gsar on 2000/05/07 16:05:16
47624 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
47626 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
47627 ____________________________________________________________________________
47628 [ 6086] By: jhi on 2000/05/07 15:27:07
47629 Log: Integrate with Sarathy.
47631 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47632 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47633 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
47634 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
47635 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
47636 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
47637 ____________________________________________________________________________
47638 [ 6085] By: gsar on 2000/05/07 05:52:02
47639 Log: repeat operator (x) doesn't preserve utf8-ness
47641 ! pp.c t/op/substr.t
47642 ____________________________________________________________________________
47643 [ 6084] By: gsar on 2000/05/07 05:39:55
47644 Log: substr() does not preserve utf8-ness (from Stefan Eissing
47645 <Eissing@medicaldataservice.de>); added tests
47647 ! pp.c t/op/substr.t
47648 ____________________________________________________________________________
47649 [ 6083] By: gsar on 2000/05/07 05:24:46
47650 Log: note about undocumented caller() return value (from M.J.T. Guy);
47651 yet another peek.t tweak
47653 ! pod/perlfunc.pod t/lib/peek.t
47654 ____________________________________________________________________________
47655 [ 6082] By: gsar on 2000/05/07 05:08:40
47656 Log: peek.t non-portable to ithreads
47659 ____________________________________________________________________________
47660 [ 6081] By: gsar on 2000/05/07 04:17:04
47661 Log: better default perlbug categories for ok reports (from Richard Foley)
47664 ____________________________________________________________________________
47665 [ 6080] By: gsar on 2000/05/07 04:08:07
47666 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
47667 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47669 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47670 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47671 ! AUTHORS MAINTAIN MANIFEST
47672 ____________________________________________________________________________
47673 [ 6079] By: gsar on 2000/05/07 04:01:38
47674 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
47676 ! lib/Carp/Heavy.pm
47677 ____________________________________________________________________________
47678 [ 6078] By: gsar on 2000/05/07 01:24:19
47679 Log: workaround for CRT bug in chdir() (from Charles Lane, via
47682 ! iperlsys.h vms/vms.c vms/vmsish.h
47683 ____________________________________________________________________________
47684 [ 6077] By: gsar on 2000/05/07 01:22:23
47685 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47688 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
47689 ____________________________________________________________________________
47690 [ 6076] By: gsar on 2000/05/06 17:36:29
47691 Log: integrate cfgperl contents into mainline
47694 !> Configure MANIFEST Porting/Glossary Porting/config.sh
47695 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
47696 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
47697 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
47698 ____________________________________________________________________________
47699 [ 6075] By: jhi on 2000/05/05 18:56:10
47700 Log: Make the test more portable.
47703 ____________________________________________________________________________
47704 [ 6074] By: jhi on 2000/05/05 18:49:20
47705 Log: Introduce t/lib/peek.t.
47709 ____________________________________________________________________________
47710 [ 6073] By: jhi on 2000/05/05 14:30:45
47711 Log: Complex tweaks.
47713 ! lib/Math/Complex.pm t/lib/complex.t
47714 ____________________________________________________________________________
47715 [ 6072] By: jhi on 2000/05/05 12:27:13
47716 Log: Integrate with Sarathy.
47718 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47719 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47720 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
47721 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
47722 ____________________________________________________________________________
47723 [ 6071] By: gsar on 2000/05/05 02:24:46
47724 Log: misformatted perllocal.pod (from Tim Jenness
47725 <t.jenness@jach.hawaii.edu>)
47727 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47728 ____________________________________________________________________________
47729 [ 6070] By: gsar on 2000/05/05 02:16:52
47730 Log: remove misleading comment (from M.J.T. Guy)
47733 ____________________________________________________________________________
47734 [ 6069] By: gsar on 2000/05/05 02:15:13
47735 Log: File::Spec compatibility update (from Barrie Slaymaker
47736 <barries@slaysys.com>)
47738 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47739 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47740 ____________________________________________________________________________
47741 [ 6068] By: gsar on 2000/05/05 02:01:50
47742 Log: note about values()
47745 ____________________________________________________________________________
47746 [ 6067] By: gsar on 2000/05/05 01:33:09
47747 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
47750 ____________________________________________________________________________
47751 [ 6066] By: gsar on 2000/05/05 01:23:43
47755 ____________________________________________________________________________
47756 [ 6065] By: jhi on 2000/05/04 17:30:22
47757 Log: Integrate with Sarathy.
47759 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
47760 ____________________________________________________________________________
47761 [ 6064] By: gsar on 2000/05/04 17:26:14
47762 Log: change#5905 wasn't quite right--it's intent only applies when arguments
47763 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
47766 ____________________________________________________________________________
47767 [ 6063] By: gsar on 2000/05/04 16:52:29
47768 Log: tokeq() could read unallocated field in argument
47771 ____________________________________________________________________________
47772 [ 6062] By: gsar on 2000/05/04 16:34:51
47773 Log: additional tests for utf8.t
47776 ____________________________________________________________________________
47777 [ 6061] By: gsar on 2000/05/04 16:09:28
47778 Log: change#5921 neglected to make eq honor "use bytes"
47781 ____________________________________________________________________________
47782 [ 6060] By: jhi on 2000/05/04 15:30:16
47783 Log: Integrate with Sarathy.
47785 !> perl.c regcomp.c t/pragma/utf8.t
47786 ____________________________________________________________________________
47787 [ 6059] By: jhi on 2000/05/04 15:26:37
47788 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
47789 in natively 64-bit platforms where a long is a quad (no need
47790 for long longs). Also added bias for IVs.
47793 ____________________________________________________________________________
47794 [ 6058] By: gsar on 2000/05/04 00:19:14
47795 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
47796 (spotted by Donald Kinzer <dkinzer@premia.com>)
47799 ____________________________________________________________________________
47800 [ 6057] By: gsar on 2000/05/03 18:34:01
47801 Log: fix broken parsing of /\x{ab}/
47803 ! regcomp.c t/pragma/utf8.t
47804 ____________________________________________________________________________
47805 [ 6056] By: jhi on 2000/05/03 17:57:16
47806 Log: The search of infinity continues, this time simplified.
47808 ! lib/Math/Complex.pm
47809 ____________________________________________________________________________
47810 [ 6055] By: jhi on 2000/05/03 17:45:30
47814 ____________________________________________________________________________
47815 [ 6054] By: jhi on 2000/05/02 22:28:27
47816 Log: Be more forgiving in POSIX about HUGE_VALL.
47818 ! ext/POSIX/POSIX.xs
47819 ____________________________________________________________________________
47820 [ 6053] By: jhi on 2000/05/02 22:25:05
47821 Log: Integrate with Sarathy.
47823 !> hints/irix_6.sh pod/perlop.pod
47824 ____________________________________________________________________________
47825 [ 6052] By: jhi on 2000/05/02 22:24:31
47826 Log: Unicos hint tweak.
47829 ____________________________________________________________________________
47830 [ 6051] By: jhi on 2000/05/02 22:21:26
47831 Log: Complex tweakery.
47833 ! lib/Math/Complex.pm t/lib/complex.t
47834 ____________________________________________________________________________
47835 [ 6050] By: jhi on 2000/05/02 19:26:22
47836 Log: Use setxxent()/endxxent().
47838 ! t/op/grent.t t/op/pwent.t
47839 ____________________________________________________________________________
47840 [ 6049] By: jhi on 2000/05/02 19:06:02
47841 Log: Test both the scalar and list contexts.
47843 ! t/op/grent.t t/op/pwent.t
47844 ____________________________________________________________________________
47845 [ 6048] By: gsar on 2000/05/02 18:29:10
47846 Log: add note about how $( doesn't interpolate in REs (from
47847 Philip Newton <newton@ficus.frogspace.net>)
47850 ____________________________________________________________________________
47851 [ 6047] By: jhi on 2000/05/02 17:41:24
47852 Log: Call getspnam() only iff needd.
47855 ____________________________________________________________________________
47856 [ 6046] By: gsar on 2000/05/02 17:07:25
47857 Log: libscheck has insufficient checks for n32 libs (from
47858 Albert Chin-A-Young <china@thewrittenword.com>)
47861 ____________________________________________________________________________
47862 [ 6045] By: jhi on 2000/05/02 13:57:17
47863 Log: Integrate with Sarathy.
47865 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
47866 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
47867 ____________________________________________________________________________
47868 [ 6044] By: gsar on 2000/05/02 06:48:19
47869 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
47870 such that underscores are only ignored in literal numbers,
47871 "\x{...}", and hex/oct argument
47873 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
47874 ____________________________________________________________________________
47875 [ 6043] By: gsar on 2000/05/02 02:22:29
47876 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
47878 ! pod/perlretut.pod
47879 ____________________________________________________________________________
47880 [ 6042] By: gsar on 2000/05/02 02:17:51
47881 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
47884 ____________________________________________________________________________
47885 [ 6041] By: gsar on 2000/05/02 01:53:51
47886 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
47890 ____________________________________________________________________________
47891 [ 6040] By: gsar on 2000/05/02 01:51:57
47892 Log: missing files in MANIFEST
47895 ____________________________________________________________________________
47896 [ 6039] By: jhi on 2000/05/02 00:36:46
47897 Log: Infinite problems.
47899 ! lib/Math/Complex.pm
47900 ____________________________________________________________________________
47901 [ 6038] By: jhi on 2000/05/02 00:06:38
47902 Log: pwent/spent #ifdef imbalance.
47905 ____________________________________________________________________________
47906 [ 6037] By: jhi on 2000/05/01 22:50:11
47907 Log: Use HUGE_VALL if applicable.
47909 ! ext/POSIX/POSIX.xs util.c
47910 ____________________________________________________________________________
47911 [ 6036] By: jhi on 2000/05/01 22:20:53
47912 Log: Correct Freudian slip.
47915 ____________________________________________________________________________
47916 [ 6035] By: jhi on 2000/05/01 21:07:38
47917 Log: Continue on the pwent/spent case.
47920 ____________________________________________________________________________
47921 [ 6034] By: jhi on 2000/05/01 17:45:14
47922 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
47923 adjustments in 6032 conflicted badly with this, will have
47924 to revisit them later.
47926 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
47927 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47928 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
47929 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
47930 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
47931 !> t/lib/cgi-html.t t/lib/cgi-request.t
47932 ____________________________________________________________________________
47933 [ 6033] By: jhi on 2000/05/01 17:40:49
47934 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
47937 ____________________________________________________________________________
47938 [ 6032] By: gsar on 2000/05/01 15:56:32
47939 Log: whitespace adjustments
47942 ____________________________________________________________________________
47943 [ 6031] By: gsar on 2000/05/01 15:19:41
47944 Log: small nits in diagnostics.pm (from Robin Barker)
47946 ! lib/diagnostics.pm pod/perldiag.pod
47947 ____________________________________________________________________________
47948 [ 6030] By: gsar on 2000/05/01 08:39:18
47949 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
47950 for @- and @+ (from Johan Vromans)
47952 ! lib/English.pm pod/perlvar.pod
47953 ____________________________________________________________________________
47954 [ 6029] By: gsar on 2000/05/01 08:16:10
47955 Log: add CGI.pm v2.66 (from Lincoln Stein)
47957 + lib/CGI/Util.pm t/lib/cgi-pretty.t
47958 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47959 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
47960 ! t/lib/cgi-html.t t/lib/cgi-request.t
47961 ____________________________________________________________________________
47962 [ 6028] By: gsar on 2000/05/01 06:34:41
47963 Log: Pod::Man generates groff-incompatible macro definition (from
47967 ____________________________________________________________________________
47968 [ 6027] By: gsar on 2000/05/01 06:31:36
47969 Log: podlators-1.02 update (from Russ Allbery)
47971 ! lib/Pod/Man.pm lib/Pod/Text.pm
47972 ____________________________________________________________________________
47973 [ 6026] By: jhi on 2000/04/30 23:24:23
47974 Log: Integrate with Sarathy.
47976 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47977 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
47978 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47979 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47980 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
47981 !> t/lib/syslog.t toke.c win32/win32.h
47982 ____________________________________________________________________________
47983 [ 6025] By: gsar on 2000/04/30 18:17:47
47984 Log: Is{Alnum,Alpha,Word} don't match titlecase
47986 TODO: IsSpace is defined recursively!
47988 (both spotted by Larry)
47990 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47991 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47992 ____________________________________________________________________________
47993 [ 6024] By: gsar on 2000/04/30 17:50:19
47994 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
47995 (from Hugo van der Sanden)
47998 ____________________________________________________________________________
47999 [ 6023] By: gsar on 2000/04/30 17:14:43
48000 Log: debugger stomps on $. (from M.J.T. Guy)
48003 ____________________________________________________________________________
48004 [ 6022] By: gsar on 2000/04/30 16:59:22
48005 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
48008 ____________________________________________________________________________
48009 [ 6021] By: gsar on 2000/04/29 21:00:08
48010 Log: remove Win2K issue in pod (fixed by change#6020)
48012 ! README.win32 pod/perl56delta.pod
48013 ____________________________________________________________________________
48014 [ 6020] By: gsar on 2000/04/29 20:51:49
48018 ____________________________________________________________________________
48019 [ 6019] By: gsar on 2000/04/29 20:34:27
48020 Log: windows portability tweaks
48022 ! t/lib/b.t win32/win32.h
48023 ____________________________________________________________________________
48024 [ 6018] By: gsar on 2000/04/29 19:55:24
48025 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
48026 make _PATH_LOG() return "" if unavailable
48028 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
48029 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
48030 ____________________________________________________________________________
48031 [ 6017] By: jhi on 2000/04/28 22:49:46
48032 Log: Integrate with Sarathy.
48034 !> op.c perl.c pod/perldiag.pod t/lib/b.t
48035 ____________________________________________________________________________
48036 [ 6016] By: jhi on 2000/04/28 22:46:14
48037 Log: Do not warn that an infinity does not look like a number.
48040 ____________________________________________________________________________
48041 [ 6015] By: gsar on 2000/04/28 22:35:49
48042 Log: tweak test for portability
48045 ____________________________________________________________________________
48046 [ 6014] By: gsar on 2000/04/28 22:05:31
48047 Log: glob() loading File::Glob behind the scenes may cause syntax errors
48050 ____________________________________________________________________________
48051 [ 6013] By: gsar on 2000/04/28 21:25:22
48052 Log: tweak change#5945 to display correct switch name in diagnostic
48054 ! perl.c pod/perldiag.pod
48055 ____________________________________________________________________________
48056 [ 6012] By: jhi on 2000/04/28 21:08:12
48057 Log: Integrate with Sarathy.
48059 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
48060 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
48061 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
48062 ____________________________________________________________________________
48063 [ 6011] By: jhi on 2000/04/28 21:04:46
48064 Log: &HUGE_VAL is not defined, it exists.
48066 ! lib/Math/Complex.pm
48067 ____________________________________________________________________________
48068 [ 6010] By: gsar on 2000/04/28 21:02:58
48069 Log: clarify note about shadow password support (from
48070 gellyfish@gellyfish.com)
48073 ____________________________________________________________________________
48074 [ 6009] By: gsar on 2000/04/28 21:00:00
48075 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
48077 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
48078 ____________________________________________________________________________
48079 [ 6008] By: gsar on 2000/04/28 20:56:33
48080 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
48082 ! installperl vms/subconfigure.com
48083 ____________________________________________________________________________
48084 [ 6007] By: gsar on 2000/04/28 20:51:21
48085 Log: note about compile failures and END blocks (from M.J.T. Guy)
48087 ! pod/perl56delta.pod pod/perlmod.pod
48088 ____________________________________________________________________________
48089 [ 6006] By: jhi on 2000/04/28 20:42:14
48090 Log: Regen Configure.
48092 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48094 ____________________________________________________________________________
48095 [ 6005] By: gsar on 2000/04/28 20:41:16
48096 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
48099 ____________________________________________________________________________
48100 [ 6004] By: jhi on 2000/04/28 20:28:21
48101 Log: Integrate with Sarathy.
48103 !> Configure INSTALL Porting/Glossary Porting/config.sh
48104 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
48105 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
48106 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
48107 !> win32/config.vc win32/win32.c
48108 ____________________________________________________________________________
48109 [ 6003] By: gsar on 2000/04/28 20:11:20
48110 Log: allow REG_EXPAND_SZ keys in Windows registry (from
48111 John Clayton <John.Clayton@barclayscapital.com>)
48114 ____________________________________________________________________________
48115 [ 6002] By: gsar on 2000/04/28 19:34:16
48116 Log: destructive sv_setsv() can lose UV-ness from source, causing
48117 numeric promotions/comparisons to fail to do the right thing
48120 ____________________________________________________________________________
48121 [ 6001] By: gsar on 2000/04/28 18:44:15
48122 Log: support additional library locations via $Config{otherlibdirs}
48123 (from Andy Dougherty)
48125 ! Configure INSTALL Porting/Glossary Porting/config.sh
48126 ! Porting/config_H config_h.SH epoc/config.sh perl.c
48127 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
48128 ! win32/config.bc win32/config.gc win32/config.vc
48129 ____________________________________________________________________________
48130 [ 6000] By: gsar on 2000/04/28 18:26:58
48131 Log: reworked otherlibdirs.U (from Andy Dougherty)
48133 ! U/installdirs/otherlibdirs.U
48134 ____________________________________________________________________________
48135 [ 5999] By: gsar on 2000/04/28 18:17:07
48136 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
48138 ! t/pragma/warn/toke toke.c
48139 ____________________________________________________________________________
48140 [ 5998] By: jhi on 2000/04/28 13:32:17
48141 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
48143 ! lib/Math/Complex.pm
48144 ____________________________________________________________________________
48145 [ 5997] By: jhi on 2000/04/28 13:14:04
48148 ! lib/Math/Complex.pm
48149 ____________________________________________________________________________
48150 [ 5996] By: jhi on 2000/04/28 12:59:23
48151 Log: Integrate with Sarathy.
48153 +> pod/perlrequick.pod pod/perlretut.pod
48154 !> (integrate 51 files)
48155 ____________________________________________________________________________
48156 [ 5995] By: gsar on 2000/04/28 09:37:36
48157 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
48159 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
48160 ____________________________________________________________________________
48161 [ 5994] By: gsar on 2000/04/28 09:33:26
48162 Log: fix for missed accounting for null byte in pack("Z",...) (from
48166 ____________________________________________________________________________
48167 [ 5993] By: gsar on 2000/04/28 09:30:05
48168 Log: various minor tweaks seen on p5p
48170 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
48171 ____________________________________________________________________________
48172 [ 5992] By: gsar on 2000/04/28 09:08:19
48173 Log: pod nit (from Simon Cozens)
48176 ____________________________________________________________________________
48177 [ 5991] By: gsar on 2000/04/28 09:06:36
48178 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
48180 ! README.posix-bc hints/posix-bc.sh
48181 ____________________________________________________________________________
48182 [ 5990] By: gsar on 2000/04/28 08:54:52
48183 Log: use $ENV{LIB} to search for libs under Visual C compiler
48184 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
48186 ! lib/ExtUtils/Liblist.pm
48187 ____________________________________________________________________________
48188 [ 5989] By: gsar on 2000/04/28 08:27:12
48189 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
48190 itself and no other (from Tom Hughes)
48192 ! t/op/array.t toke.c
48193 ____________________________________________________________________________
48194 [ 5988] By: gsar on 2000/04/28 08:01:38
48195 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
48196 <paul@miraclefish.com>)
48198 ! lib/ExtUtils/MakeMaker.pm
48199 ____________________________________________________________________________
48200 [ 5987] By: gsar on 2000/04/28 07:53:09
48201 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
48203 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
48204 ____________________________________________________________________________
48205 [ 5986] By: gsar on 2000/04/28 07:44:17
48206 Log: add regular expressions tutorial and quick-start guide (from
48207 Mark Kvale <kvale@phy.ucsf.edu>)
48209 + pod/perlrequick.pod pod/perlretut.pod
48210 ! AUTHORS MAINTAIN MANIFEST
48211 ____________________________________________________________________________
48212 [ 5985] By: gsar on 2000/04/28 07:30:28
48213 Log: forked child may not exit correctly if it failed to open
48214 /dev/console (from Graham Barr)
48216 ! ext/Sys/Syslog/Syslog.pm
48217 ____________________________________________________________________________
48218 [ 5984] By: gsar on 2000/04/28 07:27:20
48219 Log: attributes::reftype() doesn't work on tied argument
48222 ____________________________________________________________________________
48223 [ 5983] By: gsar on 2000/04/28 07:15:04
48224 Log: numeric conversion of non-number in change#3378 tramples on
48225 OOK offset, causing segfaults
48228 ____________________________________________________________________________
48229 [ 5982] By: gsar on 2000/04/28 04:48:25
48230 Log: avoid error in IO::Socket::INET when given an unknown service name
48231 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
48233 ! ext/IO/lib/IO/Socket/INET.pm
48234 ____________________________________________________________________________
48235 [ 5981] By: gsar on 2000/04/28 04:31:31
48236 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
48237 prototype mismatch with CORE::glob(); update pod and tests to
48238 suit (File::Glob::glob() is still available for backward
48239 compatibility, but should be considered deprecated)
48241 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
48242 ! t/lib/glob-taint.t
48243 ____________________________________________________________________________
48244 [ 5980] By: gsar on 2000/04/28 03:47:29
48245 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
48248 ! U/modified/Options.U
48251 ____________________________________________________________________________
48252 [ 5979] By: gsar on 2000/04/28 03:07:54
48253 Log: under useithreads, constant pad entries could inadvertantly be
48254 shared across threads (from Eric Blood <eblood@xmission.com>);
48255 added Eric's test case to testsuite
48258 ____________________________________________________________________________
48259 [ 5978] By: gsar on 2000/04/27 21:13:00
48260 Log: sync version numbers in File::Spec with the ones on CPAN
48261 (from Barrie Slaymaker)
48263 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48264 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48265 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48266 ____________________________________________________________________________
48267 [ 5977] By: gsar on 2000/04/27 21:07:29
48268 Log: autoquote barewords followed by newline and arrow properly
48269 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
48271 ! t/pragma/warn/toke toke.c
48272 ____________________________________________________________________________
48273 [ 5976] By: gsar on 2000/04/27 20:41:20
48274 Log: DB_File v1.73 update (from Paul Marquess)
48276 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
48277 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
48278 ____________________________________________________________________________
48279 [ 5975] By: gsar on 2000/04/27 20:34:24
48280 Log: allow sort() reentrancy (variant of patch suggested by
48281 Hugo van der Sanden)
48283 ! pp_ctl.c t/op/sort.t
48284 ____________________________________________________________________________
48285 [ 5974] By: gsar on 2000/04/27 19:46:57
48286 Log: change#4197 somehow missed initializing PL_errors, meaning
48287 sytax error queueing wasn't working outside eval"" at all;
48288 also fixed eval"" to localize PL_error_count, so that compile-time
48289 eval's don't clobber the error state of the outer context
48291 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
48292 ! t/pragma/warn/toke
48293 ____________________________________________________________________________
48294 [ 5973] By: gsar on 2000/04/27 18:29:05
48295 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
48297 ! regcomp.c regexec.c t/op/re_tests
48298 ____________________________________________________________________________
48299 [ 5972] By: jhi on 2000/04/27 18:22:41
48300 Log: Integrate with Sarathy.
48302 +> t/lib/b.t t/lib/syslog.t
48303 !> (integrate 31 files)
48304 ____________________________________________________________________________
48305 [ 5971] By: jhi on 2000/04/27 18:18:46
48306 Log: Unicos tweaks from Mark P. Lutz.
48308 ! hints/unicos.sh lib/Math/Complex.pm
48309 ____________________________________________________________________________
48310 [ 5970] By: gsar on 2000/04/27 18:05:11
48311 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
48314 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
48315 ____________________________________________________________________________
48316 [ 5969] By: gsar on 2000/04/27 17:50:56
48317 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
48320 ! MANIFEST ext/Sys/Syslog/Syslog.pm
48321 ____________________________________________________________________________
48322 [ 5968] By: gsar on 2000/04/27 17:44:49
48323 Log: tolerate spaces in group names in test on solaris (from David Boyce
48327 ____________________________________________________________________________
48328 [ 5967] By: gsar on 2000/04/27 17:41:22
48329 Log: improved docs on the warn_uninit diagnostic (from David Glasser
48333 ____________________________________________________________________________
48334 [ 5966] By: gsar on 2000/04/27 16:54:58
48335 Log: add testsuite for B backends, fix bug in B::Deparse (from
48336 Simon Cozens <simon@brecon.co.uk>)
48339 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
48340 ____________________________________________________________________________
48341 [ 5965] By: gsar on 2000/04/27 16:10:37
48342 Log: avoid "will not stay shared" warnings for our variables (from
48345 ! op.c t/pragma/warn/op
48346 ____________________________________________________________________________
48347 [ 5964] By: gsar on 2000/04/27 07:05:05
48348 Log: reformat to 72 columns (again)
48351 ____________________________________________________________________________
48352 [ 5963] By: gsar on 2000/04/27 06:28:31
48353 Log: patch from Larry to make (\&) prototype work; added tests for
48356 ! op.c t/comp/proto.t
48357 ____________________________________________________________________________
48358 [ 5962] By: gsar on 2000/04/27 06:15:47
48359 Log: updated README.hpux (from Jeff Okamoto)
48362 ____________________________________________________________________________
48363 [ 5961] By: gsar on 2000/04/27 05:55:03
48364 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
48366 ! emacs/cperl-mode.el
48367 ____________________________________________________________________________
48368 [ 5960] By: gsar on 2000/04/27 05:49:26
48369 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
48372 ____________________________________________________________________________
48373 [ 5959] By: gsar on 2000/04/27 05:33:41
48374 Log: doubled words in pods (from Simon Cozens
48375 <simon.p.cozens@jp.pwcglobal.com>)
48377 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
48378 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
48379 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
48380 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
48381 ! pod/perltootc.pod
48382 ____________________________________________________________________________
48383 [ 5958] By: gsar on 2000/04/27 05:11:39
48384 Log: change#3569 deleted some essential code, revert; avoid use of
48385 atexit() to make DynaLoader work properly on AIX under mod_perl
48386 (from Jens-Uwe Mager <jum@helios.de>)
48388 ! ext/DynaLoader/dl_aix.xs
48389 ____________________________________________________________________________
48390 [ 5957] By: gsar on 2000/04/27 04:54:51
48391 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
48394 ____________________________________________________________________________
48395 [ 5956] By: gsar on 2000/04/27 04:51:47
48396 Log: better diagnostics on failed tests (from Ilya Zakharevich)
48398 ! t/op/lex_assign.t
48399 ____________________________________________________________________________
48400 [ 5955] By: gsar on 2000/04/27 04:26:44
48401 Log: longstanding bug exposed by change#3307: sort arguments weren't
48402 compiled with the right wantarray context (ensuing runtime lookup
48403 via block_gimme() was getting the incidental context of the
48407 ____________________________________________________________________________
48408 [ 5954] By: gsar on 2000/04/26 23:42:12
48409 Log: integrate cfgperl contents into mainline
48411 !> (integrate 30 files)
48412 ____________________________________________________________________________
48413 [ 5953] By: jhi on 2000/04/26 23:06:42
48414 Log: Integrate with Sarathy.
48416 !> README.win32 ext/B/B/Deparse.pm
48417 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48418 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
48419 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
48420 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
48421 !> utils/perldoc.PL vms/perlvms.pod
48422 ____________________________________________________________________________
48423 [ 5952] By: jhi on 2000/04/26 23:03:46
48424 Log: Undo "use integer" addition from 64bitint as it seems
48425 to break most of the subtests in Digital UNIX;
48426 Unicos needs to find another way.
48429 ____________________________________________________________________________
48430 [ 5951] By: jhi on 2000/04/26 22:57:53
48431 Log: Be more robust on "extreme" (large absolute value)
48432 arguments. Originally reported by Daniel Connelly
48433 as a problem with asinh() on large negative arguments,
48434 asinh() used to bail out because an argument to log()
48435 ended up being zero. Ilya Zakharevich proposed using
48436 Taylor's series in such cases, which for such large
48437 arguments is a very good approximation.
48439 ! lib/Math/Complex.pm t/lib/complex.t
48440 ____________________________________________________________________________
48441 [ 5950] By: gsar on 2000/04/25 19:13:12
48442 Log: reformat perldiag to avoid long lines
48445 ____________________________________________________________________________
48446 [ 5949] By: gsar on 2000/04/25 18:41:11
48447 Log: make perldoc use the pod2man from the same version (from
48451 ____________________________________________________________________________
48452 [ 5948] By: gsar on 2000/04/25 18:21:57
48453 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
48454 <kompas@kompas.usr.onet.pl>)
48457 ____________________________________________________________________________
48458 [ 5947] By: gsar on 2000/04/25 18:11:53
48459 Log: use &dl_error rather than &dl_load_file as the guard for calling
48460 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
48461 statically built perl)
48463 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48464 ____________________________________________________________________________
48465 [ 5946] By: jhi on 2000/04/25 17:37:54
48466 Log: Document that tr() is not tr(1).
48469 ____________________________________________________________________________
48470 [ 5945] By: gsar on 2000/04/25 16:34:33
48471 Log: make module name mandatory after -M switch; reorder perldiag
48472 alphabetically (from Mark-Jason Dominus)
48474 ! perl.c pod/perldiag.pod
48475 ____________________________________________________________________________
48476 [ 5944] By: jhi on 2000/04/25 01:15:18
48477 Log: On second thoughts frexp() does have two arguments.
48480 ____________________________________________________________________________
48481 [ 5943] By: jhi on 2000/04/24 22:56:32
48482 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
48483 Now pp_ncmp() returns undef is either operand is a NaN.
48485 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48486 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
48487 ! vms/subconfigure.com vos/config.def vos/config.h
48488 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
48489 ! win32/config.vc win32/config_H.bc win32/config_H.gc
48490 ! win32/config_H.vc
48491 Branch: metaconfig/U/perl
48493 ____________________________________________________________________________
48494 [ 5942] By: jhi on 2000/04/24 19:45:17
48495 Log: Regen Configure to match #5937.
48497 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48500 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
48501 ____________________________________________________________________________
48502 [ 5941] By: jhi on 2000/04/24 19:24:11
48503 Log: Further Unicos fixes for Mark Lutz.
48505 ! hints/unicos.sh pp_ctl.c
48506 ____________________________________________________________________________
48507 [ 5940] By: jhi on 2000/04/24 19:09:06
48508 Log: Various Unicos 10.0.0.6 fixes.
48510 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
48511 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
48512 Reply-To: tecmpl1@triton.ca.boeing.com
48513 To: perl5-porters@perl.org
48514 Date: Fri, 14 Apr 2000 20:21:00 GMT
48515 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
48517 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
48518 ____________________________________________________________________________
48519 [ 5939] By: gsar on 2000/04/24 19:01:24
48520 Log: more pod nits (from Larry Virden)
48522 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
48523 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
48524 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
48525 ____________________________________________________________________________
48526 [ 5938] By: gsar on 2000/04/24 18:54:01
48527 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
48529 ! ext/B/B/Deparse.pm
48530 ____________________________________________________________________________
48531 [ 5937] By: jhi on 2000/04/24 17:39:00
48532 Log: Integrate with Sarathy.
48534 +> (branch 31 files)
48535 !> (integrate 73 files)
48536 ____________________________________________________________________________
48537 [ 5936] By: gsar on 2000/04/24 17:30:06
48538 Log: additional tests for change#5934 (from Paul Marquess, who also
48539 sent in the same fix)
48541 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
48542 ! t/pragma/warn/5nolint t/pragma/warn/6default
48543 ____________________________________________________________________________
48544 [ 5935] By: jhi on 2000/04/24 17:26:05
48545 Log: Do not assume sign propagation.
48546 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
48547 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48548 To: payner@ncifcrf.gov, perl5-porters@perl.org
48549 Date: Tue, 18 Apr 2000 18:24:49 +0100
48550 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
48552 ! t/op/bop.t t/op/misc.t
48553 ____________________________________________________________________________
48554 [ 5934] By: gsar on 2000/04/24 17:16:54
48555 Log: propagate lexical warnings from surrounding scope correctly
48556 within string eval()
48558 ! pp_ctl.c t/pragma/warn/pp_ctl
48559 ____________________________________________________________________________
48560 [ 5933] By: jhi on 2000/04/24 17:01:07
48561 Log: Flatten the cpp jungle doing the nosuid checking.
48564 ____________________________________________________________________________
48565 [ 5932] By: gsar on 2000/04/24 09:08:14
48566 Log: add rsignal(), whichsig() and do_join() to public API list
48567 (mod_perl uses them to good advantage)
48569 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
48570 ____________________________________________________________________________
48571 [ 5931] By: gsar on 2000/04/24 09:01:40
48572 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
48574 ! pp_hot.c regexec.c t/op/pat.t
48575 ____________________________________________________________________________
48576 [ 5930] By: gsar on 2000/04/24 08:58:33
48577 Log: small os390 tweaks (from Peter Prymmer)
48579 ! config_h.SH makedepend.SH
48580 ____________________________________________________________________________
48581 [ 5929] By: gsar on 2000/04/24 08:55:25
48585 ____________________________________________________________________________
48586 [ 5928] By: gsar on 2000/04/24 08:50:13
48587 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
48589 ! ext/IO/lib/IO/Poll.pm
48590 ____________________________________________________________________________
48591 [ 5927] By: gsar on 2000/04/24 08:43:24
48592 Log: arrange for next() to resume at the unstack op rather than the
48593 loop conditional, so that scope cleanup happens correctly
48594 (from Stephen McCamant)
48596 ! op.c pp_ctl.c t/op/misc.t
48597 ____________________________________________________________________________
48598 [ 5926] By: gsar on 2000/04/24 08:18:40
48599 Log: on windows, reserve 16M of stack rather than 128M (allows more
48600 threads to run concurrently)
48602 ! win32/Makefile win32/makefile.mk
48603 ____________________________________________________________________________
48604 [ 5925] By: gsar on 2000/04/24 08:13:52
48605 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
48608 ____________________________________________________________________________
48609 [ 5924] By: gsar on 2000/04/24 08:08:59
48610 Log: avoid using uninitialized memory in require version check
48612 ! pp_ctl.c universal.c
48613 ____________________________________________________________________________
48614 [ 5923] By: gsar on 2000/04/24 07:20:14
48615 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
48617 ! ext/IO/lib/IO/Poll.pm
48618 ____________________________________________________________________________
48619 [ 5922] By: gsar on 2000/04/24 07:08:42
48620 Log: commentary about IoTYPE() (from Nathan Torkington)
48623 ____________________________________________________________________________
48624 [ 5921] By: gsar on 2000/04/24 06:58:26
48625 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
48628 ! sv.c t/lib/charnames.t t/pragma/utf8.t
48629 ____________________________________________________________________________
48630 [ 5920] By: gsar on 2000/04/24 06:37:59
48631 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
48633 ! doop.c t/op/ver.t
48634 ____________________________________________________________________________
48635 [ 5919] By: gsar on 2000/04/24 06:21:58
48636 Log: Configure might miss old directories when prefix must be
48637 expanded (from Robin Barker)
48639 ! U/installdirs/inc_version_list.U
48642 ____________________________________________________________________________
48643 [ 5918] By: gsar on 2000/04/24 06:16:11
48644 Log: VMS nits in glob() test (from Charles Lane)
48646 ! t/lib/glob-basic.t
48647 ____________________________________________________________________________
48648 [ 5917] By: gsar on 2000/04/24 06:11:56
48649 Log: various pod nits (from Larry Virden and others)
48651 ! README.amiga README.hpux README.machten README.os2
48652 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
48653 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
48654 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
48655 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
48656 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
48657 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
48658 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
48659 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
48660 ____________________________________________________________________________
48661 [ 5916] By: gsar on 2000/04/24 05:52:43
48662 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
48663 <wjones@tc.fluke.com>)
48665 ! t/lib/glob-basic.t
48666 ____________________________________________________________________________
48667 [ 5915] By: gsar on 2000/04/24 05:07:01
48668 Log: supported platforms mixed up
48670 ! pod/perl56delta.pod pod/perlport.pod
48671 ____________________________________________________________________________
48672 [ 5914] By: gsar on 2000/04/24 04:56:08
48673 Log: caller() wasn't returning the right number of elements for
48676 ! pp_ctl.c t/pragma/warn/9enabled
48677 ____________________________________________________________________________
48678 [ 5913] By: gsar on 2000/04/24 04:35:41
48679 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
48680 Mark-Jason Dominus)
48683 ____________________________________________________________________________
48684 [ 5912] By: gsar on 2000/04/24 04:17:15
48685 Log: fix totally broken caching in UNIVERSAL::isa() (from
48688 ! t/op/universal.t universal.c
48689 ____________________________________________________________________________
48690 [ 5911] By: gsar on 2000/04/24 03:39:47
48691 Log: add linebreak properties from unicode/LineBrk.txt (from
48692 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
48694 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48695 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48696 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48697 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48698 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48699 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48700 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48701 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48702 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48703 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48704 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48705 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48706 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48707 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
48708 + lib/unicode/Is/LbrkZW.pl
48709 ! lib/unicode/mktables.PL
48710 ____________________________________________________________________________
48711 [ 5910] By: gsar on 2000/04/24 03:23:10
48714 ! ext/Thread/Thread.pm
48715 ____________________________________________________________________________
48716 [ 5909] By: gsar on 2000/04/24 03:22:03
48717 Log: mode argument to do_binmode() should be file mode, not boolean
48720 ____________________________________________________________________________
48721 [ 5908] By: gsar on 2000/04/16 16:51:08
48722 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
48723 always returns a valid GV even when the symbol is trapped by strictures
48726 TODO: the C<package;> hack needs similar treatment
48728 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
48729 ! t/pragma/strict-vars
48730 ____________________________________________________________________________
48731 [ 5907] By: jhi on 2000/03/31 23:42:56
48732 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
48733 an assumption which #5905 demolished.
48736 ____________________________________________________________________________
48737 [ 5906] By: jhi on 2000/03/31 18:54:37
48738 Log: Typo in #5905.
48741 ____________________________________________________________________________
48742 [ 5905] By: jhi on 2000/03/31 18:50:54
48743 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
48744 reported by Joseph N. Hall. The bug was that even with use64bitint
48745 one had to use the prefixes q, L, or ll with printf/sprintf,
48746 contrary to the documentation and common sense.
48748 ! sv.c t/op/64bitint.t
48749 ____________________________________________________________________________
48750 [ 5904] By: gsar on 2000/03/28 02:31:32
48751 Log: add Changes, perldelta.pod
48753 + Changes pod/perldelta.pod
48754 ____________________________________________________________________________
48755 [ 5903] By: gsar on 2000/03/28 02:03:55
48756 Log: rename Changes and perldelta.pod
48758 +> Changes5.6 pod/perl56delta.pod
48759 - Changes pod/perldelta.pod
48761 ____________________________________________________________________________
48762 [ 5902] By: gsar on 2000/03/28 01:59:14
48763 Log: create maint-5.6 branch
48764 Branch: maint-5.6/perl
48765 +> (branch 1611 files)
48766 ____________________________________________________________________________
48767 [ 5901] By: jhi on 2000/03/23 05:48:43
48768 Log: Integrate with Sarathy.
48770 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
48771 ____________________________________________________________________________
48772 [ 5900] By: gsar on 2000/03/23 05:42:43
48773 Log: three guesses on what this is :-)