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 [ 12566] By: jhi on 2001/10/22 12:22:29
35 Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
36 From: Michael G Schwern <schwern@pobox.com>
37 Date: Mon, 22 Oct 2001 03:48:38 -0400
38 Message-ID: <20011022034838.B1676@blackrider>
41 ____________________________________________________________________________
42 [ 12565] By: jhi on 2001/10/22 12:21:28
43 Log: Pod nits, as suggested by Stas Bekman.
45 ! ext/threads/shared/shared.pm ext/threads/threads.pm
46 ____________________________________________________________________________
47 [ 12564] By: jhi on 2001/10/22 12:17:00
48 Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
49 From: "Paul Marquess" <paul.marquess@openwave.com>
50 Date: Sun, 21 Oct 2001 21:11:15 +0100
51 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
53 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
54 ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
55 ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
56 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
57 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
58 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
59 ! ext/SDBM_File/sdbm.t
60 ____________________________________________________________________________
61 [ 12563] By: jhi on 2001/10/22 12:15:19
62 Log: Integrate change #12559 from maintperl;
63 various fixes for system() and backticks under windows
66 ____________________________________________________________________________
67 [ 12562] By: jhi on 2001/10/22 12:05:35
68 Log: Integrate change #12560 from maintperl;
69 make pl2bat use %0 rather than "%0" (the latter fails to work
70 in a lot of common cases)
72 !> win32/bin/pl2bat.pl
73 ____________________________________________________________________________
74 [ 12561] By: jhi on 2001/10/22 12:00:23
75 Log: Integrate changes #12549 and #12550 from maintperl;
77 readline() doesn't work with our variables; it confuses them with
78 my variables (change#4227 was incomplete)
82 ____________________________________________________________________________
83 [ 12560] By: gsar on 2001/10/22 09:51:59
84 Log: make pl2bat use %0 rather than "%0" (the latter fails to work
85 in a lot of common cases)
86 Branch: maint-5.6/perl
88 ____________________________________________________________________________
89 [ 12559] By: gsar on 2001/10/22 09:49:51
90 Log: various fixes for system() and backticks under windows:
92 * avoid munging whitespace that is passed within quotes
93 * work around a cmd.exe misfeature that made multi-arg
94 system() unreliable when there is more than one quoted
96 * make multi-arg system() autoquote arguments as needed
97 before passing them to the shell (this avoids having to
98 second guess the shell quoting)
99 * perl's -Dp switch can be used to trace the innards
100 Branch: maint-5.6/perl
102 ____________________________________________________________________________
103 [ 12558] By: nick on 2001/10/22 08:58:42
104 Log: Integrate ithreads buffer flush fix from perlio
106 !> ext/threads/t/basic.t perl.c
107 ____________________________________________________________________________
108 [ 12557] By: nick on 2001/10/22 08:35:09
109 Log: All tests pass (legitimately) on ithreads
111 ! ext/threads/t/basic.t perl.c
112 ____________________________________________________________________________
113 [ 12556] By: nick on 2001/10/22 06:51:22
114 Log: Integrate non-ithreads fix to mainline
117 ____________________________________________________________________________
118 [ 12555] By: nick on 2001/10/22 06:48:33
119 Log: Restore non-ithreads build. Interestingly binmode test passes
120 non-ithreads - so crlf layer is not damaged and ithreads fail
124 ____________________________________________________________________________
125 [ 12554] By: jhi on 2001/10/21 22:21:55
126 Log: Integrate from perlio; restructuring.
128 !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
129 !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
131 ____________________________________________________________________________
132 [ 12553] By: pudge on 2001/10/21 21:51:34
133 Log: Integrate from maintperl
134 (Changes 12350, 12496, 12548, 12549, 12550)
135 Branch: maint-5.6/macperl
136 !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
137 !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
138 ____________________________________________________________________________
139 [ 12552] By: nick on 2001/10/21 19:18:12
140 Log: Win32 PerlIO_cleanup special cases should no longer be required.
143 ____________________________________________________________________________
144 [ 12551] By: nick on 2001/10/21 19:16:56
145 Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
148 ____________________________________________________________________________
149 [ 12550] By: gsar on 2001/10/21 19:05:54
150 Log: change#12549 wasn't aware of strictures
151 Branch: maint-5.6/perl
152 ! t/pragma/strict-vars toke.c
153 ____________________________________________________________________________
154 [ 12549] By: gsar on 2001/10/21 18:03:19
155 Log: readline() doesn't work with our variables; it confuses them with
156 my variables (change#4227 was incomplete)
157 Branch: maint-5.6/perl
159 ____________________________________________________________________________
160 [ 12548] By: gsar on 2001/10/21 17:48:01
161 Log: change#12220 appears to have pulled in a mainline change that
162 isn't applicable to maint-5.6 (some platforms don't taint
164 Branch: maint-5.6/perl
165 ! t/lib/filefind-taint.t
166 ____________________________________________________________________________
167 [ 12547] By: nick on 2001/10/21 17:15:54
168 Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
169 for them. Call explicit cleanup during destruct process.
170 - one binmode test is failing
171 - also ext/threads/t/basic.t fails under make test, and is noisy under
172 harness. (Threads results are intermingled and don't match order expected.)
174 ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
175 ! perlio.h perliol.h pod/perlapi.pod sv.c
176 ____________________________________________________________________________
177 [ 12546] By: jhi on 2001/10/21 16:12:08
178 Log: Implement multicharacter case mappings where a single
179 Unicode character can be mapped into several.
181 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
182 - lib/unicore/To/SpecUpper.pl
183 ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
184 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
185 ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
186 ! proto.h t/op/lc.t utf8.c
187 ____________________________________________________________________________
188 [ 12545] By: sky on 2001/10/21 15:25:16
189 Log: First support of threads::shared, support shared svs and references.
191 + ext/threads/shared/Makefile.PL ext/threads/shared/README
192 + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
193 + ext/threads/shared/t/sv_refs.t
194 + ext/threads/shared/t/sv_simple.t
195 ! MANIFEST sharedsv.c
196 ____________________________________________________________________________
197 [ 12544] By: nick on 2001/10/21 14:52:35
198 Log: PerlIO layer table as PL_perlio (per-interpreter)
200 ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
201 ! pod/perlapi.pod sv.c
202 ____________________________________________________________________________
203 [ 12543] By: jhi on 2001/10/21 13:36:40
206 ! pod/perlunicode.pod
207 ____________________________________________________________________________
208 [ 12542] By: ams on 2001/10/21 03:50:25
209 Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
210 From: "Sean M. Burke" <sburke@cpan.org>
211 Date: Sat, 20 Oct 2001 17:51:09 -0600
212 Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
214 + pod/perlpodspec.pod
215 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
217 ____________________________________________________________________________
218 [ 12541] By: nick on 2001/10/20 22:23:53
219 Log: Fix typos in new locking on MemShared
220 Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
221 - seems to make segfaults more deterministic - suspect they are
222 attempt to free() after Interp and Host have gone.
224 ! perlio.c win32/perlhost.h
225 ____________________________________________________________________________
226 [ 12540] By: nick on 2001/10/20 21:50:46
227 Log: Remove the MemShared re-#define (again)
230 ____________________________________________________________________________
231 [ 12539] By: nick on 2001/10/20 21:49:06
232 Log: Use locks on MemShared
235 ____________________________________________________________________________
236 [ 12538] By: jhi on 2001/10/20 17:31:07
237 Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
238 From: "chromatic" <chromatic@rmci.net>
239 Date: Sat, 20 Oct 2001 11:13:47 -0600
240 Message-ID: <20011020172003.60024.qmail@onion.perl.org>
243 ____________________________________________________________________________
244 [ 12537] By: nick on 2001/10/20 16:44:03
245 Log: Integrate mainline
247 !> (integrate 48 files)
248 ____________________________________________________________________________
249 [ 12536] By: jhi on 2001/10/20 15:58:00
252 ! Changes patchlevel.h
253 ____________________________________________________________________________
254 [ 12535] By: jhi on 2001/10/20 15:18:57
255 Log: Upgrade to podlators 1.11, from Russ Allbery.
257 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
258 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
259 ! pod/pod2man.PL pod/pod2text.PL
260 ____________________________________________________________________________
261 [ 12534] By: jhi on 2001/10/20 15:14:25
262 Log: Integrate perlio change #12532:
263 introduce and use PerlIO_intmod2str().
265 !> doio.c lib/Net/Domain.pm perlio.c perlio.h
266 ____________________________________________________________________________
267 [ 12533] By: jhi on 2001/10/20 14:42:33
268 Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
270 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
271 ____________________________________________________________________________
272 [ 12532] By: nick on 2001/10/20 14:25:37
273 Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
274 Use for non-PERLIO fdupopen().
276 ! doio.c lib/Net/Domain.pm perlio.c perlio.h
277 ____________________________________________________________________________
278 [ 12531] By: jhi on 2001/10/20 14:05:47
279 Log: Integrate perlio: PerlIO win32 fixes.
281 !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
282 !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
283 !> proto.h sv.h win32/win32io.c
284 ____________________________________________________________________________
285 [ 12530] By: nick on 2001/10/20 12:53:30
286 Log: Fixed in two places - p4 resolve
289 ____________________________________________________________________________
290 [ 12529] By: nick on 2001/10/20 12:51:05
291 Log: Fix for ithreads/stdio build
293 ! perlio.c perlsdio.h
294 ____________________________________________________________________________
295 [ 12528] By: ams on 2001/10/20 12:13:25
296 Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
297 From: Michael G Schwern <schwern@pobox.com>
298 Date: Sat, 20 Oct 2001 01:41:21 -0400
299 Message-Id: <20011020014121.I3681@blackrider>
302 ____________________________________________________________________________
303 [ 12527] By: ams on 2001/10/20 12:09:41
304 Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
305 From: Michael G Schwern <schwern@pobox.com>
306 Date: Sat, 20 Oct 2001 02:04:21 -0400
307 Message-Id: <20011020020421.A11732@blackrider>
310 ____________________________________________________________________________
311 [ 12526] By: ams on 2001/10/20 11:59:41
312 Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
313 From: "chromatic" <chromatic@rmci.net>
314 Date: Fri, 19 Oct 2001 22:46:39 -0600
315 Message-Id: <20011020045254.73112.qmail@onion.perl.org>
318 ____________________________________________________________________________
319 [ 12525] By: nick on 2001/10/20 11:16:18
320 Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
321 Perl_sv_setsv_flags directly.
323 ! ext/threads/threads.xs
324 ____________________________________________________________________________
325 [ 12524] By: nick on 2001/10/20 10:28:17
326 Log: Add a new flag character 'm' to embed.pl set to represent
327 "functions" which are really macros. Use it foe the troublesome
328 sv_setsv() etc. macros in sv.h - changing latter to define
329 sv_setsv rather than sv_setsv_macro etc.
331 ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
332 ! pod/perlapi.pod proto.h sv.h
333 ____________________________________________________________________________
334 [ 12523] By: nick on 2001/10/20 09:17:17
335 Log: Add comments explaining why win32.h/embed.h are included where they are
339 ____________________________________________________________________________
340 [ 12522] By: nick on 2001/10/20 08:27:44
341 Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not
345 ____________________________________________________________________________
346 [ 12521] By: jhi on 2001/10/20 02:36:21
350 ____________________________________________________________________________
351 [ 12520] By: jhi on 2001/10/20 01:02:26
352 Log: Subject: IO module with nonblocking socket connect patch
353 From: Raul Dias <raul@dias.com.br>
354 Date: Fri, 19 Oct 2001 22:45:32 -0300
355 Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>
357 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
358 ____________________________________________________________________________
359 [ 12519] By: jhi on 2001/10/20 00:51:07
360 Log: Test vertical whitespace combined with /x in \p{}.
363 ____________________________________________________________________________
364 [ 12518] By: jhi on 2001/10/20 00:13:47
365 Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
366 From: Gisle Aas <gisle@ActiveState.com>
367 Date: 19 Oct 2001 16:46:02 -0700
368 Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com>
370 ! lib/ExtUtils/MakeMaker.pm
371 ____________________________________________________________________________
372 [ 12517] By: jhi on 2001/10/19 23:59:34
373 Log: No more this symbol.
376 ____________________________________________________________________________
377 [ 12516] By: jhi on 2001/10/19 23:57:48
378 Log: Integrate change #12511; fix gross win32 build issues.
381 ____________________________________________________________________________
382 [ 12515] By: jhi on 2001/10/19 23:16:06
383 Log: Unpack in scalar context should return the first value
384 returned in list context, as pointed out by Ton Hospel
385 in 2001-05-21 (this is how it works already in blead,
386 just adding the test).
389 ____________________________________________________________________________
390 [ 12514] By: jhi on 2001/10/19 21:10:43
391 Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
392 From: "Craig A. Berry" <craigberry@mac.com>
393 Date: Fri, 19 Oct 2001 16:59:30 -0500
394 Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
397 ____________________________________________________________________________
398 [ 12513] By: jhi on 2001/10/19 21:09:27
399 Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
400 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
401 Date: Fri, 19 Oct 2001 17:45:23 EDT
402 Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
404 ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
405 ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
406 ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
408 ____________________________________________________________________________
409 [ 12512] By: jhi on 2001/10/19 20:28:48
410 Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
411 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
412 Date: Fri, 19 Oct 2001 17:26:35 EDT
413 Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
415 ! lib/Term/Complete.t lib/Test/Simple/t/output.t
416 ____________________________________________________________________________
417 [ 12511] By: nick on 2001/10/19 19:55:36
418 Log: Fix gross win32 build issues
421 ____________________________________________________________________________
422 [ 12510] By: jhi on 2001/10/19 19:52:17
423 Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
424 From: David Dyck <dcd@tc.fluke.com>
425 Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
426 Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
429 ____________________________________________________________________________
430 [ 12509] By: jhi on 2001/10/19 19:01:46
431 Log: Subject: Re: PerlIO and Encode
432 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
433 Date: Tue, 16 Oct 2001 01:50:16 +0900
434 Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
436 ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
437 ! ext/Encode/Encode/Tcl.t
438 ____________________________________________________________________________
439 [ 12508] By: ams on 2001/10/19 17:59:16
440 Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
444 ____________________________________________________________________________
445 [ 12507] By: nick on 2001/10/19 16:30:43
446 Log: Integrate mainline
448 +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
449 +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
450 +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
451 +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
452 +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
453 +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
454 +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
455 +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
456 +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
457 +> win32/config_H.win64
458 - lib/Test/Utils.pm lib/unicore/mktables.PL
459 - t/lib/Test/Simple/Catch/More.pm
460 !> (integrate 84 files)
461 ____________________________________________________________________________
462 [ 12506] By: jhi on 2001/10/19 14:20:15
463 Log: Retract the #10451 which seems to be the cause
464 of the major leakage from while(){eval"sub{}"}
466 ! op.c t/run/kill_perl.t
467 ____________________________________________________________________________
468 [ 12505] By: jhi on 2001/10/19 13:39:59
472 ____________________________________________________________________________
473 [ 12504] By: jhi on 2001/10/19 13:35:59
477 ____________________________________________________________________________
478 [ 12503] By: ams on 2001/10/19 13:34:24
479 Log: Subject: Re: perlintro.pod
480 From: Abe Timmerman <abe@ztreet.demon.nl>
481 Date: Fri, 19 Oct 2001 14:12:40 +0200
482 Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
485 ____________________________________________________________________________
486 [ 12502] By: ams on 2001/10/19 13:24:12
487 Log: Slight reorganisation of references.
490 ____________________________________________________________________________
491 [ 12501] By: jhi on 2001/10/19 13:19:14
492 Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's
493 From: Kay Röpke <kroepke@dolphin-services.de>
494 Date: Fri, 19 Oct 2001 14:04:01 +0200
495 Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
497 ! lib/ExtUtils/MakeMaker.pm
498 ____________________________________________________________________________
499 [ 12500] By: jhi on 2001/10/19 03:25:44
500 Log: Unicode categories continue:
501 implement Category=, Script=, Block=
502 (these are based on an upcoming update of TR#18)
503 Fix a bug where we got two In categories named "old italic",
504 and another where shortcut for the Is categories wasn't taken.
506 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
507 ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
508 ! pod/perlunicode.pod t/op/pat.t
509 ____________________________________________________________________________
510 [ 12499] By: ams on 2001/10/19 01:42:29
511 Log: Subject: a small patch to perlintro.pod.
512 From: Autrijus Tang <autrijus@autrijus.org>
513 Date: Fri, 19 Oct 2001 01:45:51 +0800
514 Message-Id: <20011019014551.A35625@not.autrijus.org>
515 (Applied by hand with nits.)
518 ____________________________________________________________________________
519 [ 12498] By: jhi on 2001/10/19 00:14:50
520 Log: Subject: [PATCH] OpenBSD hints for ithreads
521 From: Andy Dougherty <doughera@lafayette.edu>
522 Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
523 Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
526 ____________________________________________________________________________
527 [ 12497] By: jhi on 2001/10/18 16:14:13
528 Log: Retract #12446; the problem solved by #12474.
531 ____________________________________________________________________________
532 [ 12496] By: gsar on 2001/10/18 15:38:22
533 Log: Carp::shortmess_heavy() doesn't notice trailing newline in
534 message and suppress line number info (from Steve Hay
535 <Steve.Hay@uk.radan.com>)
536 Branch: maint-5.6/perl
538 ____________________________________________________________________________
539 [ 12495] By: jhi on 2001/10/18 14:06:52
540 Log: More documented In categories.
542 ! pod/perlunicode.pod
543 ____________________________________________________________________________
544 [ 12494] By: jhi on 2001/10/18 13:04:48
547 ! Changes patchlevel.h
548 ____________________________________________________________________________
549 [ 12493] By: jhi on 2001/10/18 12:58:31
550 Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
553 ____________________________________________________________________________
554 [ 12492] By: jhi on 2001/10/18 12:37:28
555 Log: Wrong skip() arguments.
558 ____________________________________________________________________________
559 [ 12491] By: jhi on 2001/10/18 12:17:16
560 Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems
561 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
562 Date: Wed, 17 Oct 2001 09:10:53 EDT
563 Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
565 ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
566 ! pod/perlapi.pod vms/vms.c
567 ____________________________________________________________________________
568 [ 12490] By: ams on 2001/10/18 09:31:00
569 Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
570 From: Mark-Jason Dominus <mjd@plover.com>
571 Date: Thu, 18 Oct 2001 06:25:35 -0400
572 Message-Id: <20011018102535.19264.qmail@plover.com>
575 ____________________________________________________________________________
576 [ 12489] By: jhi on 2001/10/18 02:24:52
579 ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
580 ____________________________________________________________________________
581 [ 12488] By: jhi on 2001/10/18 00:47:19
584 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
585 ____________________________________________________________________________
586 [ 12487] By: jhi on 2001/10/18 00:43:18
587 Log: Add perlintro, from Skud.
591 ____________________________________________________________________________
592 [ 12486] By: jhi on 2001/10/18 00:10:44
595 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
596 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
597 ! pod/perlfaq8.pod pod/perlfaq9.pod
598 ____________________________________________________________________________
599 [ 12485] By: jhi on 2001/10/17 23:57:15
600 Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
601 in speed (upto 20% speedup in certain operations) but meanwhile
602 regexps and arithmetics got slower (5-10%) (according to
603 perlbench average speedup is negligible, and within measuring
604 flutter, 1%). Therefore retracting all the changes
605 aimed at getting -std1 to compile cleanly: #12475, #12476,
606 #12479, #12480, #12481, #12482, #12483, #12484.
608 ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
609 ! pp_hot.c pp_sys.c toke.c
610 ____________________________________________________________________________
611 [ 12484] By: jhi on 2001/10/17 21:58:40
612 Log: (retracted by #12485)
613 Strict ANSI doesn't like the third argument of main()
614 so enable ignoring it if using ultra picky compiler.
617 ____________________________________________________________________________
618 [ 12483] By: jhi on 2001/10/17 21:48:24
619 Log: (retracted by #12485)
620 Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
623 ____________________________________________________________________________
624 [ 12482] By: jhi on 2001/10/17 21:42:57
625 Log: (retracted by #12485)
626 Add explanatory comment.
629 ____________________________________________________________________________
630 [ 12481] By: jhi on 2001/10/17 20:50:37
631 Log: (retracted by #12485)
634 ! doio.c perl.h pp_sys.c
635 ____________________________________________________________________________
636 [ 12480] By: jhi on 2001/10/17 20:27:34
637 Log: (retracted by #12485)
641 ____________________________________________________________________________
642 [ 12479] By: jhi on 2001/10/17 19:57:34
643 Log: (retracted by #12485)
644 Thou shalt not #ifdef inside macro invocations,
645 noticed by Rafael Garcia-Suarez.
648 ____________________________________________________________________________
649 [ 12478] By: ams on 2001/10/17 18:50:55
650 Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
651 From: Anton Berezin <tobez@tobez.org>
652 Date: Wed, 17 Oct 2001 18:25:48 +0200
653 Message-Id: <20011017182548.A12082@heechee.tobez.org>
656 ____________________________________________________________________________
657 [ 12476] By: jhi on 2001/10/17 16:46:50
658 Log: (retracted by #12485)
662 ____________________________________________________________________________
663 [ 12475] By: jhi on 2001/10/17 16:42:49
664 Log: (retracted by #12485)
665 Avoid dollar signs in identifiers (in non-VMS) to
666 placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
668 ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
670 ____________________________________________________________________________
671 [ 12474] By: ams on 2001/10/17 15:14:50
672 Log: Subject: Two AIX patches
673 From: H.Merijn Brand <h.m.brand@hccnet.nl>
674 Date: Wed, 17 Oct 2001 18:04:35 +0200
675 Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
677 ! hints/aix.sh makedef.pl
678 ____________________________________________________________________________
679 [ 12473] By: jhi on 2001/10/17 14:48:38
680 Log: Limiting the Time::HiRes::sleep and usleep to
681 one second is not a good policy if drop-in
682 replacement is still a goal.
684 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
685 ! ext/Time/HiRes/HiRes.xs
686 ____________________________________________________________________________
687 [ 12472] By: jhi on 2001/10/17 11:00:54
688 Log: Subject: [PATCH] Test::Simple 0.32
689 From: Michael G Schwern <schwern@pobox.com>
690 Date: Wed, 17 Oct 2001 03:42:41 -0400
691 Message-ID: <20011017034241.A25038@blackrider>
693 + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
694 + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
695 + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
696 + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
697 + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
698 + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
699 - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
700 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
701 ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
702 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
703 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
704 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
705 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
706 ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
707 ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
708 ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
709 ! t/lib/Test/Simple/Catch.pm
710 ! t/lib/Test/Simple/sample_tests/five_fail.plx
711 ____________________________________________________________________________
712 [ 12471] By: jhi on 2001/10/17 10:25:06
713 Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var
714 From: Michael G Schwern <schwern@pobox.com>
715 Date: Wed, 17 Oct 2001 04:04:13 -0400
716 Message-ID: <20011017040413.C25550@blackrider>
718 ! t/TEST t/harness vms/test.com
719 ____________________________________________________________________________
720 [ 12470] By: jhi on 2001/10/17 02:25:01
721 Log: Regen doc with perlmodstyle added.
723 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
724 ____________________________________________________________________________
725 [ 12469] By: jhi on 2001/10/17 02:24:02
728 ! lib/File/Spec.pm lib/File/Spec/Mac.pm
729 ____________________________________________________________________________
730 [ 12468] By: jhi on 2001/10/17 02:16:11
731 Log: Subject: perlmodstyle as a patch
732 From: Kirrily Robert <skud@infotrope.net>
733 Date: Tue, 16 Oct 2001 22:47:23 -0400
734 Message-ID: <20011016224723.A20673@infotrope.net>
736 + pod/perlmodstyle.pod
738 ____________________________________________________________________________
739 [ 12467] By: jhi on 2001/10/17 00:59:43
740 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
741 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
742 Date: Thu, 6 Sep 2001 11:09:40 +0100
743 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
745 Mention also the develooper p5p archive.
748 ____________________________________________________________________________
749 [ 12466] By: jhi on 2001/10/17 00:57:38
750 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
751 From: Kay Röpke <kroepke@dolphin-services.de>
752 Date: Tue, 16 Oct 2001 17:23:52 +0200
753 Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
755 ! lib/ExtUtils/MakeMaker.pm
756 ____________________________________________________________________________
757 [ 12465] By: jhi on 2001/10/17 00:54:28
758 Log: Add the special casing mappings (from SpecCase.txt)
759 (except for the hyper special case mappings that have
760 the condition list); the special casing mappings are
761 unused for now. Small tidying up on mktables.
763 + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
764 + lib/unicore/To/SpecUpper.pl
765 ! lib/unicore/mktables
766 ____________________________________________________________________________
767 [ 12464] By: jhi on 2001/10/16 22:38:24
768 Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
769 From: "David H. Adler" <dha@panix.com>
770 Date: Tue, 16 Oct 2001 11:59:35 -0400
771 Message-ID: <20011016115935.A13078@panix.com>
773 Subject: [ PATCH ] perldata patch, revised
774 From: "David H. Adler" <dha@panix.com>
775 Date: Tue, 16 Oct 2001 18:26:49 -0400
776 Message-ID: <20011016182649.C23970@panix.com>
778 ! pod/perldata.pod pod/perlop.pod
779 ____________________________________________________________________________
780 [ 12463] By: jhi on 2001/10/16 19:39:25
781 Log: Integrate perlio: PerlIO_dup (for all but Win32).
783 !> embed.h embed.pl ext/Encode/Encode.xs
784 !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
785 !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
787 ____________________________________________________________________________
788 [ 12462] By: nick on 2001/10/16 19:11:30
789 Log: PerlIOXxxx_dups for all but Win32
791 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
792 ! ext/PerlIO/Via/Via.xs
793 ____________________________________________________________________________
794 [ 12461] By: nick on 2001/10/16 18:28:48
795 Log: Implement PerlIOStdio_dup (explains core dumps - dup
796 was not setting up a FILE * to be fclosed()).
799 ____________________________________________________________________________
800 [ 12460] By: nick on 2001/10/16 17:31:47
801 Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
805 ____________________________________________________________________________
806 [ 12459] By: jhi on 2001/10/16 17:10:22
807 Log: Subject: [PATCH perl@12443] VMS 64-bit configure
808 From: "Craig A. Berry" <craigberry@mac.com>
809 Date: Tue, 16 Oct 2001 13:08:38 -0500
810 Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
813 ____________________________________________________________________________
814 [ 12458] By: jhi on 2001/10/16 17:07:20
815 Log: Can't expect too much accuracy from a sleep of one second.
816 (I think this will also fail with high load.)
818 ! ext/Time/HiRes/HiRes.t
819 ____________________________________________________________________________
820 [ 12457] By: jhi on 2001/10/16 16:50:24
821 Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
822 From: "Werner, Randolf" <randolf.werner@sap.com>
823 Date: Tue, 16 Oct 2001 18:33:02 +0200
824 Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
826 + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
827 ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
828 ____________________________________________________________________________
829 [ 12456] By: nick on 2001/10/16 14:08:16
830 Log: Builds under ithreads (but fails all threads tests)
833 ____________________________________________________________________________
834 [ 12455] By: jhi on 2001/10/16 13:59:32
835 Log: I think the Perl_sortsv needs *not* be skipped?
838 ____________________________________________________________________________
839 [ 12454] By: jhi on 2001/10/16 13:05:38
840 Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
841 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
842 Date: Tue, 16 Oct 2001 15:32:44 +0200
843 Message-ID: <3BCC531C.11494.3E433F@localhost>
846 ____________________________________________________________________________
847 [ 12453] By: jhi on 2001/10/16 13:04:38
848 Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
849 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
850 Date: Tue, 16 Oct 2001 15:01:04 +0200
851 Message-ID: <3BCC4BB0.30935.2145B7@localhost>
854 ____________________________________________________________________________
855 [ 12452] By: jhi on 2001/10/16 12:03:49
856 Log: A forgotten deletion.
858 - lib/unicore/mktables.PL
859 ____________________________________________________________________________
860 [ 12451] By: nick on 2001/10/16 11:32:48
861 Log: Skeleton of "PerlIO_dup" coded.
862 Still-passes all tests non-threaded (well it would wouldn't it!)
864 ! embed.h embed.pl ext/Encode/Encode.xs
865 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
866 ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
868 ____________________________________________________________________________
869 [ 12450] By: jhi on 2001/10/16 02:27:51
870 Log: Document the problem with the swash_fetch() API that affects
871 more complex case conversions.
873 ! lib/utf8_heavy.pl utf8.c
874 ____________________________________________________________________________
875 [ 12449] By: jhi on 2001/10/16 01:55:48
876 Log: Make Time::HiRes::sleep() and usleep() to return
877 the number of seconds (a floating point value) and
878 microseconds (an integer) actually slept (well,
879 modulo the time spent in measuring the time actually
880 slept...), to be a better drop-in replacement for
881 the builtin sleep(). Noticed by Chris Nandor.
883 Also make usleep() to croak if fed illegal number
884 of useconds (anything greater than 1_000_000).
886 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
887 ! ext/Time/HiRes/HiRes.xs
888 ____________________________________________________________________________
889 [ 12448] By: jhi on 2001/10/16 00:57:05
890 Log: A missing SvREFCNT_dec.
893 ____________________________________________________________________________
894 [ 12447] By: nick on 2001/10/15 20:27:53
895 Log: Beginings of PerlIO_dup support (unstable)
898 ____________________________________________________________________________
899 [ 12446] By: jhi on 2001/10/15 18:44:19
900 Log: In AIX vac 5 just can't seem to get regcomp right.
903 ____________________________________________________________________________
904 [ 12445] By: jhi on 2001/10/15 16:44:04
905 Log: Bump the version number to agree with the maintperl one.
908 ____________________________________________________________________________
909 [ 12444] By: nick on 2001/10/15 15:59:57
910 Log: Integrate mainline
912 +> lib/Math/BigInt/t/Math/Subclass.pm
913 +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
914 +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
915 +> lib/unicore/In/164.pl lib/unicore/In/165.pl
916 +> lib/unicore/In/166.pl lib/unicore/In/167.pl
917 +> lib/unicore/In/168.pl lib/unicore/In/169.pl
918 +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
919 +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
920 +> lib/unicore/mktables
921 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
922 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
923 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
924 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
925 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
926 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
927 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
928 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
929 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
930 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
931 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
932 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
933 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
934 - lib/unicore/syllables.txt
935 !> (integrate 344 files)
936 ____________________________________________________________________________
937 [ 12443] By: jhi on 2001/10/15 13:40:20
938 Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
940 ! ext/DB_File/DB_File.xs
941 ____________________________________________________________________________
942 [ 12442] By: jhi on 2001/10/15 13:35:36
943 Log: Sync the skip() amounts with the number of tests.
945 ! lib/Term/Complete.t
946 ____________________________________________________________________________
947 [ 12441] By: jhi on 2001/10/15 13:11:03
950 ! Changes patchlevel.h
951 ____________________________________________________________________________
952 [ 12440] By: jhi on 2001/10/15 12:58:24
953 Log: MacOS Classic catdir() rewrite from Thomas Wegner
954 (backward incompatibility, but a deliberate one,
955 the old version simply is broken in its logic),
956 also documentation updates, and as suggested replicated
957 the File::Spec::Unix documentation updates also on the
958 File::Spec documentation.
960 TODO: there seems to be duplication of documentation
961 between File::Spec and File::Spec::Unix. I think
962 the ::Unix should be left only with specific UNIXisms,
963 and all the generic documentation should be in ::Spec.
965 ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
966 ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
967 ! lib/File/Spec/Unix.pm
968 ____________________________________________________________________________
969 [ 12439] By: jhi on 2001/10/15 12:32:07
970 Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
971 From: Blair Zajac <blair@orcaware.com>
972 Date: Mon, 24 Sep 2001 11:48:58 -0700
973 Message-ID: <3BAF801A.88A4F614@orcaware.com>
975 (the skip() messages)
978 ____________________________________________________________________________
979 [ 12438] By: ams on 2001/10/14 23:43:59
980 Log: Subject: [PATCH] make PerlIO default on VMS
981 From: "Craig A. Berry" <craigberry@mac.com>
982 Date: Sun, 14 Oct 2001 15:27:18 -0500
983 Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
986 ____________________________________________________________________________
987 [ 12437] By: jhi on 2001/10/14 23:05:57
988 Log: Retract #12436 (Abhijit already did this at #12426)
990 ! lib/ExtUtils/MM_Unix.pm
991 ____________________________________________________________________________
992 [ 12436] By: jhi on 2001/10/14 21:22:43
993 Log: (retracted by #12437)
994 Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
995 From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
996 Date: Sat, 13 Oct 2001 20:33:55 +0200
997 Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
999 ! lib/ExtUtils/MM_Unix.pm
1000 ____________________________________________________________________________
1001 [ 12435] By: jhi on 2001/10/14 21:21:52
1002 Log: Subject: h2xs grammar nit
1003 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1004 Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
1005 Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
1008 ____________________________________________________________________________
1009 [ 12434] By: jhi on 2001/10/14 13:48:30
1010 Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
1011 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1012 Date: Sun, 14 Oct 2001 11:25:08 +0100
1013 Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
1015 ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1017 ____________________________________________________________________________
1018 [ 12433] By: jhi on 2001/10/13 23:20:11
1019 Log: Use File::Spec (needs Thomas Wegner's upcoming patch
1020 for File::Spec::Mac::catfile)
1023 ____________________________________________________________________________
1024 [ 12432] By: jhi on 2001/10/13 23:17:31
1025 Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)
1026 From: Nicholas Clark <nick@ccl4.org>
1027 Date: Sat, 13 Oct 2001 00:07:31 +0100
1028 Message-ID: <20011013000731.D67535@plum.flirble.org>
1030 ! lib/h2xs.t utils/h2xs.PL
1031 ____________________________________________________________________________
1032 [ 12431] By: jhi on 2001/10/13 22:35:58
1033 Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
1034 before DEFINE and INC), and repent by taking DEFINE and
1035 INC away from PASTHRU.
1037 ! lib/ExtUtils/MM_Unix.pm
1038 ____________________________________________________________________________
1039 [ 12430] By: jhi on 2001/10/13 21:23:09
1040 Log: More MANIFEST anomalies.
1043 ____________________________________________________________________________
1044 [ 12429] By: jhi on 2001/10/13 21:01:32
1048 ____________________________________________________________________________
1049 [ 12428] By: sky on 2001/10/13 20:59:27
1050 Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
1051 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1052 Date: Sat, 13 Oct 2001 23:15:55 +0200
1053 Message-ID: <20011013231555.A18071@rafael>
1055 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
1056 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
1057 ____________________________________________________________________________
1058 [ 12427] By: jhi on 2001/10/13 20:54:17
1059 Log: Rewrite mktables from scratch.
1061 - Faster: 15-20 seconds as opposed to several minutes.
1062 - More dynamic: the names of the various categories
1063 such as the linebreak ones are dynamic, not static.
1064 - Is.pl: long names for the general category properties
1066 - Ranges (<... ,First>, <..., Last>) from the general
1067 categories work now.
1068 - No more mktables.PL because the mktables.PL is not
1069 and never has been run to create a mktables.
1070 - syllables.txt and Is/Syl*.pl removed: non-standard
1071 (not part of the Unicode), and the whole concept is
1072 being reworked (http://syllabary.sourceforge.net/),
1073 the old way wouldn't even work with the new Syllables.txt
1074 (it would result in 1000+ new categories)
1076 + lib/unicore/In/163.pl lib/unicore/In/164.pl
1077 + lib/unicore/In/165.pl lib/unicore/In/166.pl
1078 + lib/unicore/In/167.pl lib/unicore/In/168.pl
1079 + lib/unicore/In/169.pl lib/unicore/In/170.pl
1080 + lib/unicore/In/171.pl lib/unicore/Is.pl
1081 + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
1082 + lib/unicore/mktables
1083 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
1084 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
1085 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
1086 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
1087 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
1088 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
1089 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
1090 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
1091 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
1092 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
1093 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
1094 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
1095 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
1096 - lib/unicore/syllables.txt
1098 ____________________________________________________________________________
1099 [ 12426] By: ams on 2001/10/13 18:05:36
1100 Log: ExtUtils::MM_Unix should ignore comments when searching for
1103 ! lib/ExtUtils/MM_Unix.pm
1104 ____________________________________________________________________________
1105 [ 12425] By: jhi on 2001/10/13 12:26:41
1106 Log: Subject: Re: New module XML::Clean
1107 From: andreas.koenig@anima.de (Andreas J. Koenig)
1108 Date: 13 Oct 2001 10:17:09 +0200
1109 Message-ID: <m37ku0t0my.fsf@anima.de>
1111 ! pod/perlnewmod.pod
1112 ____________________________________________________________________________
1113 [ 12424] By: sky on 2001/10/13 09:39:59
1114 Log: Set thread stack size if needed.
1116 ! ext/threads/threads.xs
1117 ____________________________________________________________________________
1118 [ 12423] By: sky on 2001/10/13 09:36:49
1119 Log: We do want to set the attribute to joinable even on modern posix
1122 ! ext/threads/threads.xs
1123 ____________________________________________________________________________
1124 [ 12422] By: jhi on 2001/10/13 02:04:44
1125 Log: Subject: [PATCH ext/Data/Dumper.xs]
1126 From: Brian Ingerson <ingy@ttul.org>
1127 Date: Fri, 12 Oct 2001 19:32:35 -0700
1128 Message-ID: <20011012193235.B889@ttul.org>
1130 ! ext/Data/Dumper/Dumper.xs
1131 ____________________________________________________________________________
1132 [ 12421] By: jhi on 2001/10/12 23:22:45
1133 Log: Update Changes.
1135 ! Changes patchlevel.h
1136 ____________________________________________________________________________
1137 [ 12420] By: jhi on 2001/10/12 22:51:17
1140 ! pod/perlfaq3.pod pod/perlfaq4.pod
1141 ____________________________________________________________________________
1142 [ 12419] By: jhi on 2001/10/12 22:46:49
1143 Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles
1144 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
1145 Date: Fri, 12 Oct 2001 11:51:05 -0700
1146 Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
1149 ____________________________________________________________________________
1150 [ 12418] By: jhi on 2001/10/12 22:44:24
1151 Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
1152 From: "chromatic" <chromatic@rmci.net>
1153 Date: Thu, 11 Oct 2001 10:57:55 -0600
1154 Message-ID: <20011011170354.74354.qmail@onion.perl.org>
1156 Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
1157 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1158 Date: Thu, 11 Oct 2001 22:34:21 +0200
1159 Message-ID: <20011011223421.A693@rafael>
1161 plus undef $Term::Complete::stty as suggested by Rafael.
1163 ! lib/Term/Complete.pm lib/Term/Complete.t
1164 ____________________________________________________________________________
1165 [ 12417] By: jhi on 2001/10/12 20:35:49
1166 Log: UUnndduupplleexx..
1169 ____________________________________________________________________________
1170 [ 12416] By: sky on 2001/10/12 20:16:19
1171 Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
1172 From: Andy Dougherty <doughera@lafayette.edu>
1173 Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
1174 Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
1175 (Potentially only band-aid)
1178 ____________________________________________________________________________
1179 [ 12415] By: jhi on 2001/10/12 20:13:06
1180 Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
1181 mishandles kill(), and therefore the sigaction test
1182 should be skipped, from Charles Lane.
1184 ! ext/POSIX/t/sigaction.t
1185 ____________________________________________________________________________
1186 [ 12414] By: sky on 2001/10/12 18:47:49
1187 Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
1190 ____________________________________________________________________________
1191 [ 12413] By: jhi on 2001/10/12 18:35:31
1192 Log: Upgrade to Math::BigInt 1.44 from Tels and
1193 further fixes from John Peacock.
1195 + lib/Math/BigInt/t/Math/Subclass.pm
1196 + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
1197 + lib/Math/BigInt/t/subclass.t
1198 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1199 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1200 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1201 ! lib/Math/BigInt/t/mbimbf.t
1202 ____________________________________________________________________________
1203 [ 12412] By: sky on 2001/10/12 18:28:23
1204 Log: perhaps pthread_attr_t really needs to be set for the old api
1206 ! ext/threads/threads.xs
1207 ____________________________________________________________________________
1208 [ 12411] By: sky on 2001/10/12 18:11:45
1209 Log: pthread_keycreate not pthread_key_create under the here be dragons API
1211 ! ext/threads/threads.h
1212 ____________________________________________________________________________
1213 [ 12410] By: sky on 2001/10/12 18:07:37
1214 Log: Apperently OLD PTHREADS API is a bit retarded.
1215 This should fix another set of compile failures in HP-UX 10.20.
1217 ! ext/threads/threads.h ext/threads/threads.xs
1218 ____________________________________________________________________________
1219 [ 12409] By: nick on 2001/10/12 15:30:01
1220 Log: Blind integrate of mainline
1222 +> (branch 32 files)
1223 - lib/unicode/README
1224 !> (integrate 121 files)
1225 ____________________________________________________________________________
1226 [ 12408] By: sky on 2001/10/12 14:55:08
1227 Log: Let us avoid being smart for now.
1229 ! ext/threads/threads.h
1230 ____________________________________________________________________________
1231 [ 12407] By: sky on 2001/10/12 14:38:12
1232 Log: (void*) the argument to make sure we work with picky compilers
1234 ! ext/threads/threads.xs
1235 ____________________________________________________________________________
1236 [ 12406] By: ams on 2001/10/12 13:26:04
1237 Log: Subject: [PATCH 5.6.1 perldoc] use File::Temp
1238 From: Mikhail Zabaluev <mhz@alt-linux.org>
1239 Date: Fri, 12 Oct 2001 12:47:47 +0400
1240 Message-Id: <20011012124747.E13918@localhost.localdomain>
1243 ____________________________________________________________________________
1244 [ 12405] By: ams on 2001/10/12 13:05:32
1245 Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
1246 From: andreas.koenig@anima.de (Andreas J. Koenig)
1247 Date: 12 Oct 2001 11:12:07 +0200
1248 Message-Id: <m3wv21te6w.fsf_-_@anima.de>
1250 ! lib/Memoize/t/speed.t
1251 ____________________________________________________________________________
1252 [ 12404] By: sky on 2001/10/12 12:46:15
1253 Log: A) Support OLD_PTHREADS_API
1254 B) Change from using pthread_t to using a TLS to store the
1255 index of the thread in an hash, this is to avoid problems when
1256 in fact pthread_t was not a seralizable type.
1257 Both these changes are because of HP-UX 10.20
1258 This has not been tested on win32 but should work there.
1259 Need to add support for NetWare.
1261 ! ext/threads/threads.h ext/threads/threads.xs
1262 ____________________________________________________________________________
1263 [ 12403] By: ams on 2001/10/12 07:34:19
1264 Log: Subject: Re: New module XML::Clean
1265 From: andreas.koenig@anima.de (Andreas J. Koenig)
1266 Date: 12 Oct 2001 10:20:35 +0200
1267 Message-Id: <m3elo9uv58.fsf@anima.de>
1269 ! pod/perlnewmod.pod
1270 ____________________________________________________________________________
1271 [ 12402] By: jhi on 2001/10/11 19:51:04
1272 Log: More HP model tweaks from Merijn.
1275 ____________________________________________________________________________
1276 [ 12401] By: jhi on 2001/10/11 13:03:10
1277 Log: Update Changes.
1279 ! Changes patchlevel.h
1280 ____________________________________________________________________________
1281 [ 12400] By: jhi on 2001/10/11 11:33:20
1282 Log: HP-UX update from H.Merijn Brand.
1285 ____________________________________________________________________________
1286 [ 12399] By: jhi on 2001/10/11 00:53:56
1287 Log: Subject: [PATCH] fix link rot in README.vms
1288 From: "Craig A. Berry" <craigberry@mac.com>
1289 Date: Wed, 10 Oct 2001 17:17:00 -0500
1290 Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
1293 ____________________________________________________________________________
1294 [ 12398] By: jhi on 2001/10/11 00:49:42
1295 Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
1296 From: "chromatic" <chromatic@rmci.net>
1297 Date: Wed, 10 Oct 2001 15:50:30 -0600
1298 Message-ID: <20011010215627.13283.qmail@onion.perl.org>
1300 ! lib/Term/Complete.t
1301 ____________________________________________________________________________
1302 [ 12397] By: jhi on 2001/10/11 00:48:54
1303 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
1304 From: "chromatic" <chromatic@rmci.net>
1305 Date: Wed, 10 Oct 2001 15:45:42 -0600
1306 Message-ID: <20011010215140.8913.qmail@onion.perl.org>
1308 + lib/ExtUtils/Packlist.t
1310 ____________________________________________________________________________
1311 [ 12396] By: jhi on 2001/10/10 20:20:22
1312 Log: VMS needs quotes around the -I option to keep it from
1313 being downcased, from Charles Lane.
1316 ____________________________________________________________________________
1317 [ 12395] By: ams on 2001/10/10 16:22:32
1318 Log: Subject: [PATCH lib/FindBin.pm]
1319 From: Stas Bekman <stas@stason.org>
1320 Date: Tue, 09 Oct 2001 23:57:10 +0800
1321 Message-Id: <3BC31E56.60805@stason.org>
1324 ____________________________________________________________________________
1325 [ 12394] By: ams on 2001/10/10 16:09:53
1326 Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
1327 From: Abhijit Menon-Sen <ams@wiw.org>
1328 Date: Wed, 10 Oct 2001 21:59:33 +0530
1329 Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
1331 ! ext/Data/Dumper/Dumper.xs
1332 ____________________________________________________________________________
1333 [ 12393] By: jhi on 2001/10/10 15:53:39
1334 Log: VMS: reorder the elimination of 000000 in the canonpath logic,
1337 ! lib/File/Spec/VMS.pm
1338 ____________________________________________________________________________
1339 [ 12392] By: ams on 2001/10/10 14:49:43
1340 Log: Subject: [PATCH] two s/// bugfixes
1341 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1342 Date: Wed, 10 Oct 2001 17:23:44 +0200
1343 Message-Id: <20011010172344.C22440@rafael>
1345 ! pp_ctl.c regexec.c t/op/subst.t
1346 ____________________________________________________________________________
1347 [ 12391] By: jhi on 2001/10/10 12:22:02
1348 Log: Fix/improve handling of the [000000] special "root"
1349 directory, by putting cwd in canonical form when doing
1350 abs2rel, and prepending a 000000 to directory "chunks"
1351 if missing from base or path. Also adjust test to
1352 reflect the (improved) output from abs2rel.
1355 ! lib/File/Spec.t lib/File/Spec/VMS.pm
1356 ____________________________________________________________________________
1357 [ 12390] By: jhi on 2001/10/10 11:48:14
1358 Log: In VMS the copy-to-untaint %ENV in the initialization also loses
1359 all of the extra VMSish attributes (such as "treat this logical
1360 as a device name") that are necessary to make programs run.
1361 A tainted %ENV does not hinder VMS. From Charles Lane.
1363 ! lib/File/Find/t/taint.t
1364 ____________________________________________________________________________
1365 [ 12389] By: jhi on 2001/10/10 11:40:29
1366 Log: VMS-specific fixes to the ExtUtils::Manifest tests.
1368 o VMS is case-insensitive, RTL downcases filenames read
1369 by perl... so need to re-upcase filenames like MANIFEST
1372 o Need to convert VMS-style to Unix-style filenames when comparing
1373 names in MANIFEST to names in filesystem.
1375 o Need to remove mantest/MANIFEST before rmdir'ing mantest,
1376 since VMS won't let you (easily) delete non-empty directories.
1380 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
1381 ____________________________________________________________________________
1382 [ 12388] By: jhi on 2001/10/10 11:28:44
1383 Log: Unix and VMS agree on "*" as a "match any number of any chars"
1384 wildcards, but differ ("?" vs. "%") for their "match any single
1385 char" wildcard. This patch changes "?" chars to "%" before doing a
1386 VMS glob...at no loss of functionality, since "?" isn't a valid
1387 filename char on VMS. From Charles Lane.
1390 ____________________________________________________________________________
1391 [ 12387] By: jhi on 2001/10/10 11:20:13
1392 Log: (accidentally empty submit; new life as #12390)
1394 ! lib/File/Find/t/taint.t
1395 ____________________________________________________________________________
1396 [ 12386] By: jhi on 2001/10/10 11:12:40
1397 Log: Even more VMS tweakage from Charles Lane:
1399 Tweak #1: splitdir only works on directory part of filespec,
1400 split off volume first
1401 Tweak #2: VMS pre-7.0's $ENV{'HOME'} is not settable
1402 (it's a horrible kludge in the run-time library,
1403 improved in later versions). Check the
1404 $Config{'d_setenv'} flag before attempting to set it.
1407 ____________________________________________________________________________
1408 [ 12385] By: jhi on 2001/10/09 20:34:36
1409 Log: VMS tweakage from Charles Lane.
1411 . command.com doubles an output line when prompting for extensions
1412 . Term::Cap has no business trying to run obscure Un*x utilities on VMS
1413 . perl5db doesn't clean up after itself
1415 ! configure.com lib/Term/Cap.pm lib/perl5db.pl
1416 ____________________________________________________________________________
1417 [ 12384] By: sky on 2001/10/09 19:16:11
1418 Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
1419 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1420 Date: Tue, 9 Oct 2001 22:10:26 +0200
1421 Message-ID: <20011009221026.A8579@rafael>
1424 ____________________________________________________________________________
1425 [ 12383] By: jhi on 2001/10/09 14:33:15
1426 Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
1427 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1428 Date: 9 Oct 2001 15:15:06 -0000
1429 Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
1432 ____________________________________________________________________________
1433 [ 12382] By: jhi on 2001/10/09 14:03:30
1434 Log: Update Changes.
1436 ! Changes patchlevel.h
1437 ____________________________________________________________________________
1438 [ 12381] By: jhi on 2001/10/09 13:52:50
1439 Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
1440 Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
1441 when a NULL is passed for the filename string pointer.
1445 ____________________________________________________________________________
1446 [ 12379] By: jhi on 2001/10/09 13:03:49
1447 Log: Subject: HP systems update
1448 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1449 Date: Tue, 09 Oct 2001 15:59:22 +0200
1450 Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
1453 ____________________________________________________________________________
1454 [ 12378] By: jhi on 2001/10/09 12:52:21
1455 Log: CPAN::Nox does now have a test.
1458 ____________________________________________________________________________
1459 [ 12377] By: jhi on 2001/10/09 12:23:27
1460 Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
1461 From: David Dyck <dcd@tc.fluke.com>
1462 Date: Mon, 1 Oct 2001 12:17:36 -0700
1463 Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
1466 ____________________________________________________________________________
1467 [ 12376] By: jhi on 2001/10/09 12:18:39
1468 Log: NetWare update from Ananth Kesari.
1470 ! NetWare/nwperlsys.h makedef.pl
1471 ____________________________________________________________________________
1472 [ 12375] By: jhi on 2001/10/09 11:43:01
1473 Log: Subject: [PATCH Perl@12307] File::Find test on VMS
1474 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1475 Date: Tue, 9 Oct 2001 08:40:57 EDT
1476 Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
1478 ! lib/File/Find/t/find.t
1479 ____________________________________________________________________________
1480 [ 12374] By: ams on 2001/10/09 05:31:45
1481 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
1482 ExtUtils::Mkbootstrap
1483 From: "chromatic" <chromatic@rmci.net>
1484 Date: Tue, 09 Oct 2001 00:08:37 -0600
1485 Message-Id: <20011009061432.46666.qmail@onion.perl.org>
1487 + lib/ExtUtils/Mkbootstrap.t
1489 ____________________________________________________________________________
1490 [ 12373] By: jhi on 2001/10/09 02:56:13
1491 Log: Enable more debugging.
1494 ____________________________________________________________________________
1495 [ 12372] By: ams on 2001/10/09 02:11:59
1496 Log: #12370 forgot to modify is_gv_magical().
1499 ____________________________________________________________________________
1500 [ 12371] By: jhi on 2001/10/09 01:48:17
1501 Log: Make the toupper/lower/title API for Unicode not right
1502 but at least less wrong: prepare for the mapping being
1503 more than just one-character-to-one-character.
1505 ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
1507 ____________________________________________________________________________
1508 [ 12370] By: jhi on 2001/10/09 01:23:08
1509 Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
1510 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1511 Date: Mon, 8 Oct 2001 22:18:23 -0400
1512 Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
1514 ! pod/perlvar.pod t/op/taint.t
1515 ____________________________________________________________________________
1516 [ 12369] By: jhi on 2001/10/08 23:31:21
1519 ! pod/perlfaq3.pod pod/perlfaq4.pod
1520 ____________________________________________________________________________
1521 [ 12368] By: jhi on 2001/10/08 21:20:45
1522 Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
1523 From: "chromatic" <chromatic@rmci.net>
1524 Date: Mon, 08 Oct 2001 14:05:32 -0600
1525 Message-ID: <20011008201126.73702.qmail@onion.perl.org>
1528 ____________________________________________________________________________
1529 [ 12367] By: jhi on 2001/10/08 21:10:49
1530 Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
1531 From: Michael G Schwern <schwern@pobox.com>
1532 Date: Mon, 8 Oct 2001 17:00:14 -0400
1533 Message-ID: <20011008170014.L17083@blackrider>
1535 ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
1536 ____________________________________________________________________________
1537 [ 12366] By: jhi on 2001/10/08 20:43:19
1538 Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
1539 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1540 Date: Mon, 8 Oct 2001 16:01:33 EDT
1541 Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
1543 ! ext/Time/HiRes/HiRes.xs
1544 ____________________________________________________________________________
1545 [ 12365] By: jhi on 2001/10/08 20:41:50
1546 Log: Subject: [PATCH] Autosplit patch for VMS
1547 From: "Craig A. Berry" <craigberry@mac.com>
1548 Date: Mon, 08 Oct 2001 15:40:43 -0500
1549 Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
1551 ! lib/AutoSplit.pm lib/AutoSplit.t
1552 ____________________________________________________________________________
1553 [ 12364] By: jhi on 2001/10/08 20:36:58
1554 Log: Don't assume that everybody is running OS X 10.1 yet;
1558 ____________________________________________________________________________
1559 [ 12363] By: jhi on 2001/10/08 14:26:35
1560 Log: Update Changes.
1562 ! Changes patchlevel.h
1563 ____________________________________________________________________________
1564 [ 12362] By: jhi on 2001/10/08 14:05:50
1565 Log: Retract #12358 for now.
1568 ____________________________________________________________________________
1569 [ 12361] By: jhi on 2001/10/08 13:57:10
1570 Log: Can't figure out what this is testing.
1571 (If it is trying to catch SIGKILL, it should stop
1572 trying because that is by definition impossible.)
1575 ____________________________________________________________________________
1576 [ 12360] By: jhi on 2001/10/08 13:23:28
1577 Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
1578 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1579 Date: Sun, 30 Sep 2001 21:15:13 +0200
1580 Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
1582 ! lib/ExtUtils/MM_Win32.pm
1583 ____________________________________________________________________________
1584 [ 12359] By: jhi on 2001/10/08 12:37:17
1585 Log: Clarify the ldlibpth part and condense the overall text.
1588 ____________________________________________________________________________
1589 [ 12358] By: jhi on 2001/10/08 11:56:49
1590 Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
1591 From: "chromatic" <chromatic@rmci.net>
1592 Date: Sun, 07 Oct 2001 16:59:26 -0600
1593 Message-ID: <20011007230518.90917.qmail@onion.perl.org>
1596 ____________________________________________________________________________
1597 [ 12357] By: jhi on 2001/10/08 11:54:50
1598 Log: Update the list because fo #12265.
1601 ____________________________________________________________________________
1602 [ 12356] By: jhi on 2001/10/08 11:53:30
1603 Log: Subject: [PATCH] & what's to be done for 5.8.0?
1604 From: Nicholas Clark <nick@ccl4.org>
1605 Date: Sun, 7 Oct 2001 20:53:33 +0100
1606 Message-ID: <20011007205333.S38756@plum.flirble.org>
1608 ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
1609 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1610 ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
1611 ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
1612 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
1613 ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
1614 ! lib/Switch/t/switch.t lib/Term/Complete.t
1615 ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
1616 ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
1618 ____________________________________________________________________________
1619 [ 12355] By: jhi on 2001/10/08 11:51:29
1620 Log: Integrate patch #12350 from maintperl; typo in
1623 !> ext/IO/lib/IO/Seekable.pm
1624 ____________________________________________________________________________
1625 [ 12354] By: jhi on 2001/10/08 11:41:16
1629 ____________________________________________________________________________
1630 [ 12353] By: sky on 2001/10/07 17:16:14
1631 Log: Change 12349 didn't really get it right.
1633 ! lib/Unicode/README
1634 ____________________________________________________________________________
1635 [ 12352] By: jhi on 2001/10/07 15:03:18
1636 Log: If running the harness the dynamic library search path
1640 ____________________________________________________________________________
1641 [ 12351] By: jhi on 2001/10/07 14:17:12
1642 Log: It seems that in MacOS X 10.1 one must use -flat_namespace
1646 ____________________________________________________________________________
1647 [ 12350] By: gsar on 2001/10/07 13:30:42
1648 Log: typo in IO::Seekable doc
1649 Branch: maint-5.6/perl
1650 ! ext/IO/lib/IO/Seekable.pm
1651 ____________________________________________________________________________
1652 [ 12349] By: jhi on 2001/10/07 12:49:31
1653 Log: Give up the fantasy of having lib/Unicode and lib/unicode:
1654 doesn't work on Mac OS X 10.1 (when unpacking the tar the
1655 latter gets renamed as lib/unicode:1, assumedly for security
1656 reasons not to overwrite stuff)
1658 + lib/Unicode/README
1659 - lib/unicode/README
1661 ____________________________________________________________________________
1662 [ 12348] By: ams on 2001/10/07 05:33:40
1663 Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
1664 From: "chromatic" <chromatic@rmci.net>
1665 Date: Sat, 06 Oct 2001 21:42:03 -0600
1666 Message-Id: <20011007034754.21057.qmail@onion.perl.org>
1670 ____________________________________________________________________________
1671 [ 12347] By: ams on 2001/10/07 00:48:10
1672 Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
1673 From: "chromatic" <chromatic@rmci.net>
1674 Date: Sat, 06 Oct 2001 18:52:10 -0600
1675 Message-Id: <20011007005801.98381.qmail@onion.perl.org>
1679 ____________________________________________________________________________
1680 [ 12346] By: ams on 2001/10/06 23:14:01
1681 Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
1683 From: Nicholas Clark <nick@ccl4.org>
1684 Date: Sat, 6 Oct 2001 21:46:43 +0100
1685 Message-Id: <20011006214643.L38756@plum.flirble.org>
1688 ____________________________________________________________________________
1689 [ 12345] By: ams on 2001/10/06 17:39:53
1690 Log: Subject: [PATCH] Memoize tests
1691 From: Nicholas Clark <nick@ccl4.org>
1692 Date: Sat, 6 Oct 2001 18:04:21 +0100
1693 Message-Id: <20011006180421.J38756@plum.flirble.org>
1695 ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
1696 ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
1697 ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
1698 ! lib/Memoize/t/expire_module_n.t
1699 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
1700 ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
1701 ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
1702 ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
1703 ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
1704 ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
1705 ____________________________________________________________________________
1706 [ 12344] By: jhi on 2001/10/06 00:30:23
1707 Log: Retract the latter part of #12343.
1709 ! ext/IO/lib/IO/Socket/INET.pm
1710 ____________________________________________________________________________
1711 [ 12343] By: jhi on 2001/10/05 23:32:07
1712 Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
1713 From: David Dyck <dcd@tc.fluke.com>
1714 Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
1715 Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
1717 Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
1718 From: David Dyck <dcd@tc.fluke.com>
1719 Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
1720 Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
1722 ! ext/IO/lib/IO/Socket/INET.pm
1723 ____________________________________________________________________________
1724 [ 12342] By: jhi on 2001/10/05 16:28:37
1725 Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
1726 From: Robin Barker <rmb1@cise.npl.co.uk>
1727 Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
1728 Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
1731 ____________________________________________________________________________
1732 [ 12341] By: jhi on 2001/10/05 13:54:08
1733 Log: Don't assume that %x is good for displaying UVs.
1736 ____________________________________________________________________________
1737 [ 12340] By: jhi on 2001/10/05 12:41:31
1738 Log: Update Changes.
1740 ! Changes patchlevel.h
1741 ____________________________________________________________________________
1742 [ 12339] By: ams on 2001/10/05 10:22:34
1743 Log: Subject: [PATCH] perlfunc/select
1744 From: Nicholas Clark <nick@ccl4.org>
1745 Date: Fri, 5 Oct 2001 11:33:58 +0100
1746 Message-Id: <20011005113358.Z38756@plum.flirble.org>
1749 ____________________________________________________________________________
1750 [ 12338] By: jhi on 2001/10/04 22:54:06
1751 Log: Retract #12313 and #12249.
1753 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
1754 ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
1755 ! pod/perlebcdic.pod
1756 ____________________________________________________________________________
1757 [ 12337] By: jhi on 2001/10/04 17:17:03
1758 Log: Subject: [PATCH] perlvms.pod update
1759 From: "Craig A. Berry" <craigberry@mac.com>
1760 Date: Thu, 04 Oct 2001 12:55:52 -0500
1761 Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
1764 ____________________________________________________________________________
1765 [ 12336] By: jhi on 2001/10/04 14:02:17
1766 Log: Subject: PATCH: Tie::SubstrHash
1767 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1768 Date: Thu, 04 Oct 2001 12:12:41 +0100
1769 Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk>
1771 ! lib/Tie/SubstrHash.pm
1772 ____________________________________________________________________________
1773 [ 12335] By: jhi on 2001/10/04 04:45:00
1774 Log: Unicode properties saga continues.
1776 ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
1777 ! lib/unicore/mktables.PL lib/utf8_heavy.pl
1778 ____________________________________________________________________________
1779 [ 12334] By: jhi on 2001/10/04 03:42:04
1780 Log: Yet more Unicode properties.
1782 + lib/unicore/In/137.pl lib/unicore/In/138.pl
1783 + lib/unicore/In/139.pl lib/unicore/In/140.pl
1784 + lib/unicore/In/141.pl lib/unicore/In/142.pl
1785 + lib/unicore/In/143.pl lib/unicore/In/144.pl
1786 + lib/unicore/In/145.pl lib/unicore/In/146.pl
1787 + lib/unicore/In/147.pl lib/unicore/In/148.pl
1788 + lib/unicore/In/149.pl lib/unicore/In/150.pl
1789 + lib/unicore/In/151.pl lib/unicore/In/152.pl
1790 + lib/unicore/In/153.pl lib/unicore/In/154.pl
1791 + lib/unicore/In/155.pl lib/unicore/In/156.pl
1792 + lib/unicore/In/157.pl lib/unicore/In/158.pl
1793 + lib/unicore/In/159.pl lib/unicore/In/160.pl
1794 + lib/unicore/In/161.pl lib/unicore/In/162.pl
1795 ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
1796 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
1797 ! pod/perlunicode.pod
1798 ____________________________________________________________________________
1799 [ 12333] By: jhi on 2001/10/04 03:02:19
1800 Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
1801 From: "Craig A. Berry" <craigberry@mac.com>
1802 Date: Wed, 03 Oct 2001 17:45:25 -0500
1803 Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
1805 (the lib/Term/Complete.t patched differently by #12332)
1807 ! lib/ExtUtils/Command.t
1808 ____________________________________________________________________________
1809 [ 12332] By: jhi on 2001/10/04 03:00:03
1810 Log: Restore only if something to restore.
1812 ! lib/Term/Complete.t
1813 ____________________________________________________________________________
1814 [ 12331] By: pudge on 2001/10/03 19:30:48
1815 Log: Update various resources for credits,
1816 minor icons fixes, and versions.
1817 Branch: maint-5.6/macperl
1818 ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
1819 ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
1820 ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
1821 ____________________________________________________________________________
1822 [ 12330] By: pudge on 2001/10/03 19:17:25
1823 Log: Quiet the warnings about using undef value
1824 Branch: maint-5.6/macperl
1826 ____________________________________________________________________________
1827 [ 12329] By: pudge on 2001/10/03 19:14:59
1828 Log: Fix up Ballon Help and Help menu docs (first pass);
1829 remove balloon rez file, and autogenerate with
1830 Balloon2Rez instead.
1831 Branch: maint-5.6/macperl
1832 + macos/macperl/macscripts/Balloon2Rez
1833 - macos/macperl/MPBalloons.r
1834 ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
1835 ____________________________________________________________________________
1836 [ 12328] By: pudge on 2001/10/03 19:11:15
1837 Log: Allow overriding of defaults, for change #12327.
1838 Branch: maint-5.6/macperl
1840 ____________________________________________________________________________
1841 [ 12327] By: pudge on 2001/10/03 19:10:26
1842 Log: Override PerlProc_exit.
1843 Branch: maint-5.6/macperl
1845 ____________________________________________________________________________
1846 [ 12326] By: pudge on 2001/10/03 19:08:28
1847 Log: Add in new macos/ modules, fix up BuildTools and Makefile.
1848 Branch: maint-5.6/macperl
1849 + macos/bundled_lib/blib/lib/MD5.pm
1850 + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
1851 + macos/lib/Mac/AETE/Dialect.pm
1852 + macos/lib/Mac/AETE/Format/Converter.pm
1853 + macos/lib/Mac/AETE/Format/Dictionary.pm
1854 + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
1855 + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
1856 + macos/lib/Mac/Toolbox.pod
1857 ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
1858 ____________________________________________________________________________
1859 [ 12325] By: pudge on 2001/10/03 18:51:28
1860 Log: Sync up silly CVS headers ... I should commit CVS
1861 first to avoid this ...
1862 Branch: maint-5.6/macperl
1863 ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
1864 ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
1865 ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
1866 ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
1867 ____________________________________________________________________________
1868 [ 12324] By: pudge on 2001/10/03 18:44:09
1869 Log: Fix Matthias' address, and attributions.
1870 Branch: maint-5.6/macperl
1871 ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
1873 ____________________________________________________________________________
1874 [ 12323] By: pudge on 2001/10/03 18:42:37
1875 Log: Fix Matthias' address, and attributions.
1876 Branch: maint-5.6/macperl
1877 ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
1878 ! macos/ext/Mac/Components/Components.pm
1879 ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
1880 ! macos/ext/Mac/Dialogs/Dialogs.pm
1881 ! macos/ext/Mac/Events/Events.pm
1882 ! macos/ext/Mac/ExtUtils/MakeToolboxModule
1883 ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
1884 ! macos/ext/Mac/Gestalt/Gestalt.pm
1885 ! macos/ext/Mac/ImageCompression/ImageCompression.pm
1886 ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
1887 ! macos/ext/Mac/Menus/Menus.pm
1888 ! macos/ext/Mac/MoreFiles/MoreFiles.pm
1889 ! macos/ext/Mac/Movies/Movies.pm
1890 ! macos/ext/Mac/Navigation/Navigation.pm
1891 ! macos/ext/Mac/Notification/Notification.pm
1892 ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
1893 ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
1894 ! macos/ext/Mac/QuickDraw/QuickDraw.pm
1895 ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
1896 ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
1897 ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
1898 ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
1899 ! macos/ext/Mac/StandardFile/StandardFile.pm
1900 ! macos/ext/Mac/TextEdit/TextEdit.pm
1901 ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
1902 ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
1903 ! macos/lib/Mac/LowMem.pm
1904 ____________________________________________________________________________
1905 [ 12322] By: sky on 2001/10/03 18:41:07
1906 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
1907 From: "Craig A. Berry" <craigberry@mac.com>
1908 Date: Wed, 03 Oct 2001 14:30:55 -0500
1909 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
1912 ____________________________________________________________________________
1913 [ 12321] By: jhi on 2001/10/03 18:38:34
1914 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
1915 From: "Craig A. Berry" <craigberry@mac.com>
1916 Date: Wed, 03 Oct 2001 14:30:55 -0500
1917 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
1920 ____________________________________________________________________________
1921 [ 12320] By: jhi on 2001/10/03 16:47:30
1922 Log: Unicode properties: fix L& (the #12319 didn't allow L&,
1923 only IsL&) and Inherited (negative lookahead good);
1924 add tests for Common, Inherited, and L&.
1926 ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
1927 ____________________________________________________________________________
1928 [ 12319] By: jhi on 2001/10/03 16:12:53
1929 Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
1930 (The Unicode standard uses L& quite often.)
1933 ____________________________________________________________________________
1934 [ 12318] By: jhi on 2001/10/03 15:57:34
1935 Log: Add the 'Common' Unicode property (code points not
1936 explicitly assigned to any other script).
1938 + lib/unicore/In/136.pl
1939 ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
1940 ____________________________________________________________________________
1941 [ 12317] By: jhi on 2001/10/03 13:23:32
1942 Log: Skip the RV printing test under threads until fixed.
1945 ____________________________________________________________________________
1946 [ 12316] By: jhi on 2001/10/03 12:57:05
1947 Log: Subject: 12309 / cygwin / win2k
1948 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1949 Date: Wed, 03 Oct 2001 15:25:15 +0200
1950 Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
1953 ____________________________________________________________________________
1954 [ 12315] By: jhi on 2001/10/03 12:50:17
1955 Log: Metaconfig unit change for #12314.
1958 ____________________________________________________________________________
1959 [ 12314] By: jhi on 2001/10/03 12:49:26
1960 Log: Subject: Both cygwin and djgpp on one machine
1961 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1962 Date: Wed, 03 Oct 2001 15:02:59 +0200
1963 Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
1966 ____________________________________________________________________________
1967 [ 12313] By: jhi on 2001/10/03 12:04:49
1968 Log: (retracted by #12338)
1970 Subject: [PATCH] Code clean up for perlboot.pod
1971 From: Casey West <casey@geeknest.com>
1972 Date: Tue, 2 Oct 2001 19:24:43 -0400
1973 Message-ID: <20011002192443.B2163@stupid.geeknest.com>
1975 Subject: [PATCH] Code clean up for perlbot.diff
1976 From: Casey West <casey@geeknest.com>
1977 Date: Tue, 2 Oct 2001 19:25:22 -0400
1978 Message-ID: <20011002192522.C2163@stupid.geeknest.com>
1980 Subject: [PATCH] Code clean up for perlcall.pod
1981 From: Casey West <casey@geeknest.com>
1982 Date: Tue, 2 Oct 2001 19:25:57 -0400
1983 Message-ID: <20011002192557.D2163@stupid.geeknest.com>
1985 Subject: [PATCH] Code clean up for perldata.pod
1986 From: Casey West <casey@geeknest.com>
1987 Date: Tue, 2 Oct 2001 19:26:29 -0400
1988 Message-ID: <20011002192629.E2163@stupid.geeknest.com>
1990 Subject: [PATCH] Code clean up for perldbmfilter.pod
1991 From: Casey West <casey@geeknest.com>
1992 Date: Tue, 2 Oct 2001 19:26:59 -0400
1993 Message-ID: <20011002192659.F2163@stupid.geeknest.com>
1995 Subject: [PATCH] Code clean up for perlebcdic.pod
1996 From: Casey West <casey@geeknest.com>
1997 Date: Tue, 2 Oct 2001 19:27:37 -0400
1998 Message-ID: <20011002192737.G2163@stupid.geeknest.com>
2000 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
2001 ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
2002 ____________________________________________________________________________
2003 [ 12312] By: ams on 2001/10/02 23:43:55
2004 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
2005 From: Michael G Schwern <schwern@pobox.com>
2006 Date: Tue, 2 Oct 2001 17:00:49 -0400
2007 Message-Id: <20011002170049.A9955@blackrider>
2009 ! lib/ExtUtils/MakeMaker.pm
2010 ____________________________________________________________________________
2011 [ 12311] By: jhi on 2001/10/02 23:24:07
2015 ____________________________________________________________________________
2016 [ 12310] By: nick on 2001/10/02 16:09:49
2017 Log: Integrate mainline
2019 !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
2020 !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
2021 !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
2022 !> patchlevel.h t/op/pat.t
2023 ____________________________________________________________________________
2024 [ 12309] By: jhi on 2001/10/02 14:34:59
2025 Log: Unicode properties: allow also intra(wordbreak)name whitespace,
2026 not just one single space.
2028 ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
2029 ____________________________________________________________________________
2030 [ 12308] By: jhi on 2001/10/02 12:49:41
2031 Log: AUTHORS updates.
2034 ____________________________________________________________________________
2035 [ 12307] By: jhi on 2001/10/02 12:22:21
2036 Log: Update Changes.
2038 ! Changes patchlevel.h
2039 ____________________________________________________________________________
2040 [ 12306] By: jhi on 2001/10/02 11:59:12
2041 Log: Work around old buggy glibcs for langinfo constants,
2042 from Nicholas Clark and David Dyck.
2044 ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
2045 ____________________________________________________________________________
2046 [ 12305] By: jhi on 2001/10/02 11:45:55
2047 Log: Eradicate Time::Piece; add an example.
2049 ! ext/I18N/Langinfo/Langinfo.pm
2050 ____________________________________________________________________________
2051 [ 12304] By: jhi on 2001/10/02 11:34:18
2052 Log: Subject: [PATCH] Pod::Html makes a poor guess at author
2053 From: Robert Spier <rspier@pobox.com>
2054 Date: Mon, 1 Oct 2001 23:20:16 -0700
2055 Message-ID: <15289.23712.422087.878224@rls.cx>
2058 ____________________________________________________________________________
2059 [ 12303] By: sky on 2001/10/02 10:40:57
2060 Log: Fixes obscure bug that manifests itself by.
2061 local $!=0;undef*STDOUT;#segfaults
2062 Has been around for a while. Possible other magic IO vars are
2063 possibly affected aswell. Reported by Jos Boumans.
2066 ____________________________________________________________________________
2067 [ 12302] By: nick on 2001/10/02 09:00:52
2068 Log: Integrate mainline
2070 !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
2071 !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
2072 !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
2073 ____________________________________________________________________________
2074 [ 12301] By: nick on 2001/10/02 08:40:57
2075 Log: Integrate mainline + lib/open.t patch from Chromatic
2077 +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
2079 !> (integrate 29 files)
2080 ____________________________________________________________________________
2081 [ 12300] By: jhi on 2001/10/01 19:22:16
2082 Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
2083 Until it has, better stop early if someone requests threads.
2086 ____________________________________________________________________________
2087 [ 12299] By: jhi on 2001/10/01 19:01:31
2088 Log: Subject: [ID 20011001.011] redundant code in t/TEST
2089 From: David Dyck <dcd@tc.fluke.com>
2090 Date: Mon, 1 Oct 2001 12:56:24 -0700
2091 Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
2094 ____________________________________________________________________________
2095 [ 12298] By: jhi on 2001/10/01 18:52:12
2096 Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
2097 From: "chromatic" <chromatic@rmci.net>
2098 Date: Mon, 01 Oct 2001 12:27:12 -0600
2099 Message-ID: <20011001183251.89148.qmail@onion.perl.org>
2102 ____________________________________________________________________________
2103 [ 12297] By: jhi on 2001/10/01 17:04:18
2104 Log: UNICOS testing patches from Nicholas Clark.
2106 ! t/op/arith.t t/op/pack.t
2107 ____________________________________________________________________________
2108 [ 12296] By: jhi on 2001/10/01 17:01:26
2109 Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
2110 From: "chromatic" <chromatic@rmci.net>
2111 Date: Mon, 01 Oct 2001 10:21:51 -0600
2112 Message-ID: <20011001162731.40639.qmail@onion.perl.org>
2115 ____________________________________________________________________________
2116 [ 12295] By: jhi on 2001/10/01 14:55:37
2117 Log: Make missing the RADIXCHAR a softer, gentler error.
2119 ! ext/I18N/Langinfo/Langinfo.t
2120 ____________________________________________________________________________
2121 [ 12294] By: jhi on 2001/10/01 14:51:42
2122 Log: Nuke also the LANG because of glibc.
2125 ____________________________________________________________________________
2126 [ 12293] By: jhi on 2001/10/01 14:51:20
2127 Log: Also the ^Is is optional.
2129 ! pod/perlunicode.pod t/op/pat.t
2130 ____________________________________________________________________________
2131 [ 12292] By: jhi on 2001/10/01 14:08:26
2132 Log: Be careful to pull chars from the varargs stack when
2136 ____________________________________________________________________________
2137 [ 12291] By: jhi on 2001/10/01 12:27:57
2138 Log: sortsv not in place anymore, noticed by John P. Linderman.
2140 ! pod/perlapi.pod pp_ctl.c
2141 ____________________________________________________________________________
2142 [ 12290] By: jhi on 2001/10/01 12:25:03
2143 Log: Make the diagnostic messages more neutral.
2146 ____________________________________________________________________________
2147 [ 12289] By: jhi on 2001/10/01 03:59:34
2148 Log: Forgotten from #12288.
2150 ! ext/Data/Dumper/Dumper.pm
2151 ____________________________________________________________________________
2152 [ 12288] By: jhi on 2001/10/01 03:58:37
2153 Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
2154 From: Brian Ingerson <ingy@ttul.org>
2155 Date: Sun, 30 Sep 2001 21:45:56 -0700
2156 Message-ID: <20010930214556.D26392@ttul.org>
2158 (remember also the #12289)
2160 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2161 ____________________________________________________________________________
2162 [ 12287] By: jhi on 2001/10/01 03:33:15
2163 Log: More Unicode property tests for the abbreviated
2167 ____________________________________________________________________________
2168 [ 12286] By: jhi on 2001/10/01 02:02:08
2169 Log: Further tweaks to the Unicode properties.
2171 ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
2172 ____________________________________________________________________________
2173 [ 12285] By: jhi on 2001/10/01 01:46:35
2174 Log: Retract #12284.
2177 ____________________________________________________________________________
2178 [ 12284] By: jhi on 2001/10/01 01:24:12
2179 Log: (Retracted by #12285)
2182 ____________________________________________________________________________
2183 [ 12283] By: jhi on 2001/10/01 01:22:05
2184 Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap
2185 From: "chromatic" <chromatic@rmci.net>
2186 Date: Sun, 30 Sep 2001 16:10:02 -0600
2187 Message-ID: <20010930221540.67279.qmail@onion.perl.org>
2191 ____________________________________________________________________________
2192 [ 12282] By: jhi on 2001/10/01 01:19:21
2193 Log: Use stty -g to restore the terminal state, do not even
2194 try to run the tests if stty -g is not available.
2196 ! lib/Term/Complete.t
2197 ____________________________________________________________________________
2198 [ 12281] By: jhi on 2001/09/30 21:05:00
2199 Log: Cleanup utf8_heavy; allow dropping the In prefix from
2200 Unicode script/block properties.
2203 ____________________________________________________________________________
2204 [ 12280] By: jhi on 2001/09/30 13:42:18
2205 Log: Retract the #12259 for now.
2207 ! embed.h embed.pl sv.h
2208 ____________________________________________________________________________
2209 [ 12279] By: jhi on 2001/09/30 13:37:59
2210 Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
2212 + lib/Text/TabsWrap/CHANGELOG
2213 ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
2214 ____________________________________________________________________________
2215 [ 12278] By: jhi on 2001/09/30 05:05:18
2216 Log: #12272 wasn't right, it introduced an extra ().
2219 ____________________________________________________________________________
2220 [ 12277] By: jhi on 2001/09/30 00:31:07
2221 Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
2222 From: Jonathan Stowe <gellyfish@gellyfish.com>
2223 Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
2224 Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
2226 ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
2227 ____________________________________________________________________________
2228 [ 12276] By: jhi on 2001/09/30 00:15:38
2229 Log: Subject: Patch to put qsortsv in the public API
2230 From: Brian Ingerson <ingy@ttul.org>
2231 Date: Sat, 29 Sep 2001 17:41:13 -0700
2232 Message-ID: <20010929174113.A30223@ttul.org>
2234 ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
2235 ____________________________________________________________________________
2236 [ 12275] By: jhi on 2001/09/30 00:11:21
2237 Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
2238 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2239 Date: Sat, 29 Sep 2001 23:54:48 +0200
2240 Message-ID: <20010929235448.A5017@rafael>
2242 ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
2243 ____________________________________________________________________________
2244 [ 12274] By: jhi on 2001/09/30 00:03:19
2247 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2249 ____________________________________________________________________________
2250 [ 12273] By: bailey on 2001/09/29 23:43:46
2251 Log: Resync with mainline
2253 +> (branch 1207 files)
2254 - (delete 324 files)
2255 !> (integrate 866 files)
2256 ____________________________________________________________________________
2257 [ 12272] By: jhi on 2001/09/29 21:32:33
2258 Log: Nasty recursion trap if one would match Unicode.
2261 ____________________________________________________________________________
2262 [ 12271] By: jhi on 2001/09/29 21:18:44
2263 Log: More Unicode todo.
2266 ____________________________________________________________________________
2267 [ 12270] By: jhi on 2001/09/29 20:15:32
2268 Log: Explain a bit the new more flexible \p\P syntax.
2270 ! pod/perlunicode.pod
2271 ____________________________________________________________________________
2272 [ 12269] By: jhi on 2001/09/29 20:05:24
2273 Log: More leniency to the \p and \P: now can have whitespace
2274 between the property definition and the curlies; now can
2275 invert the property by having a caret between the open
2276 curly and the property.
2278 ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
2279 ____________________________________________________________________________
2280 [ 12268] By: nick on 2001/09/29 17:39:26
2281 Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
2282 one test (lib/open.t) fails
2284 +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2285 +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2286 +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
2287 +> lib/Tie/Scalar.t lib/open.t
2288 - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
2290 !> (integrate 62 files)
2291 ____________________________________________________________________________
2292 [ 12267] By: jhi on 2001/09/29 13:54:04
2293 Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
2296 ____________________________________________________________________________
2297 [ 12266] By: jhi on 2001/09/29 13:51:49
2298 Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
2299 From: "Craig A. Berry" <craigberry@mac.com>
2300 Date: Sat, 29 Sep 2001 09:35:33 -0500
2301 Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
2304 ____________________________________________________________________________
2305 [ 12265] By: jhi on 2001/09/29 13:49:43
2306 Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
2307 From: "chromatic" <chromatic@rmci.net>
2308 Date: Fri, 28 Sep 2001 21:20:12 -0600
2309 Message-ID: <20010929032543.58322.qmail@onion.perl.org>
2312 ! MANIFEST lib/Tie/Scalar.pm
2313 ____________________________________________________________________________
2314 [ 12264] By: jhi on 2001/09/29 04:57:42
2315 Log: Allow for more flexibility in the \p{In...} names, now
2316 case doesn't matter, and any space or dash can be
2317 matched by any space, dash, underbar, or empty.
2318 (may be going too far on leniency)
2320 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
2321 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
2323 ____________________________________________________________________________
2324 [ 12263] By: jhi on 2001/09/28 23:04:13
2325 Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
2326 From: "chromatic" <chromatic@rmci.net>
2327 Date: Fri, 28 Sep 2001 17:39:50 -0600
2328 Message-ID: <20010928234521.14178.qmail@onion.perl.org>
2332 ____________________________________________________________________________
2333 [ 12262] By: jhi on 2001/09/28 22:23:53
2334 Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
2335 From: "Craig A. Berry" <craigberry@mac.com>
2336 Date: Fri, 28 Sep 2001 16:24:51 -0500
2337 Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
2339 ! ext/File/Glob/t/basic.t
2340 ____________________________________________________________________________
2341 [ 12261] By: jhi on 2001/09/28 22:23:05
2342 Log: Subject: [DOC PATCH] Carp.pm pod typo
2343 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2344 Date: Fri, 28 Sep 2001 23:14:51 +0200
2345 Message-ID: <20010928231451.E16889@rafael>
2348 ____________________________________________________________________________
2349 [ 12260] By: jhi on 2001/09/28 22:21:55
2350 Log: Subject: [PATCH] Allow an @INC hook to set %INC
2351 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2352 Date: Fri, 28 Sep 2001 22:18:13 +0200
2353 Message-ID: <20010928221813.A16889@rafael>
2356 ____________________________________________________________________________
2357 [ 12259] By: jhi on 2001/09/28 22:20:26
2358 Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
2359 From: Nicholas Clark <nick@ccl4.org>
2360 Date: Fri, 28 Sep 2001 23:39:33 +0100
2361 Message-ID: <20010928233933.C23673@plum.flirble.org>
2363 ! embed.h embed.pl sv.h
2364 ____________________________________________________________________________
2365 [ 12258] By: jhi on 2001/09/28 12:45:45
2366 Log: Update Changes.
2368 ! Changes patchlevel.h
2369 ____________________________________________________________________________
2370 [ 12256] By: jhi on 2001/09/28 12:18:29
2371 Log: Move the B tests to B/t.
2373 + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2374 + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2375 - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
2376 - ext/B/Showlex.t ext/B/Stash.t
2378 ____________________________________________________________________________
2379 [ 12255] By: jhi on 2001/09/28 12:09:40
2380 Log: Forgot from #12254.
2383 ____________________________________________________________________________
2384 [ 12254] By: jhi on 2001/09/28 12:09:06
2385 Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
2386 From: "chromatic" <chromatic@rmci.net>
2387 Date: Thu, 27 Sep 2001 23:22:17 -0600
2388 Message-ID: <20010928052747.56587.qmail@onion.perl.org>
2391 ____________________________________________________________________________
2392 [ 12253] By: jhi on 2001/09/28 02:31:49
2393 Log: Test numbering mismatch.
2396 ____________________________________________________________________________
2397 [ 12252] By: jhi on 2001/09/27 22:46:42
2398 Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
2399 From: "Craig A. Berry" <craigberry@mac.com>
2400 Date: Wed, 26 Sep 2001 17:43:14 -0500
2401 Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
2403 ! iperlsys.h t/op/chdir.t
2404 ____________________________________________________________________________
2405 [ 12251] By: jhi on 2001/09/27 22:44:35
2406 Log: Subject: [PATCH gv.c] make __ANON__ global
2407 From: Robin Barker <rmb1@cise.npl.co.uk>
2408 Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
2409 Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
2411 ! gv.c t/op/anonsub.t t/op/runlevel.t
2412 ____________________________________________________________________________
2413 [ 12250] By: jhi on 2001/09/27 22:33:11
2414 Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
2415 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2416 Date: Thu, 27 Sep 2001 22:34:32 +0200
2417 Message-ID: <20010927223432.A1485@rafael>
2420 ____________________________________________________________________________
2421 [ 12249] By: jhi on 2001/09/27 22:29:32
2422 Log: Subject: [PATCH] Cleanup of perldsc.pod
2423 From: Casey West <casey@geeknest.com>
2424 Date: Thu, 27 Sep 2001 11:13:17 -0400
2425 Message-ID: <20010927111317.A1942@stupid.geeknest.com>
2428 ____________________________________________________________________________
2429 [ 12248] By: jhi on 2001/09/27 22:23:24
2430 Log: Not everyone is using ithreads...
2432 ! ext/Devel/Peek/Peek.t
2433 ____________________________________________________________________________
2434 [ 12247] By: jhi on 2001/09/27 13:39:39
2435 Log: Document the nss_delete core dump workaround for HP-UX
2436 and Solaris, bug IDs 20010805.018 and 20010629.004.
2438 ! README.hpux README.solaris
2439 ____________________________________________________________________________
2440 [ 12246] By: jhi on 2001/09/27 12:05:36
2441 Log: Dump Unicode hash keys also as Unicode,
2442 not just as a byte string.
2444 ! dump.c ext/Devel/Peek/Peek.t
2445 ____________________________________________________________________________
2446 [ 12245] By: jhi on 2001/09/27 11:15:51
2447 Log: Integrate changes #12241 and #12242 from macperl:
2449 Remove unneeded disabling of umask() calls
2451 Note (get|set)sockopt are available.
2453 !> lib/File/Temp.pm pod/perlport.pod
2454 ____________________________________________________________________________
2455 [ 12244] By: sky on 2001/09/27 08:53:00
2456 Log: Flush buffers on thread closedown.
2458 ! ext/threads/threads.xs
2459 ____________________________________________________________________________
2460 [ 12243] By: jhi on 2001/09/27 02:20:06
2461 Log: Dump SvUTF8(sv)s also as \x{...}.
2463 TODO: dump the SvUTF8() hash keys similarly.
2465 ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
2466 ____________________________________________________________________________
2467 [ 12242] By: pudge on 2001/09/26 20:41:35
2468 Log: Note (get|set)sockopt are available.
2469 Branch: maint-5.6/macperl
2471 ____________________________________________________________________________
2472 [ 12241] By: pudge on 2001/09/26 20:28:49
2473 Log: Remove unneeded disabling of umask() calls
2474 Branch: maint-5.6/macperl
2476 ____________________________________________________________________________
2477 [ 12240] By: sky on 2001/09/26 18:44:56
2478 Log: Documention update
2480 ! ext/threads/threads.pm
2481 ____________________________________________________________________________
2482 [ 12239] By: jhi on 2001/09/26 13:49:05
2483 Log: Update Changes.
2485 ! Changes patchlevel.h
2486 ____________________________________________________________________________
2487 [ 12238] By: jhi on 2001/09/26 13:40:53
2488 Log: Check that all environment variables are tainted.
2491 ____________________________________________________________________________
2492 [ 12237] By: jhi on 2001/09/26 13:02:07
2493 Log: Manual integration error in #12235.
2495 ! lib/File/DosGlob.t
2496 ____________________________________________________________________________
2497 [ 12236] By: jhi on 2001/09/26 12:57:11
2498 Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
2499 From: "chromatic" <chromatic@rmci.net>
2500 Date: Tue, 25 Sep 2001 23:57:07 -0600
2501 Message-ID: <20010926060233.7554.qmail@onion.perl.org>
2504 ____________________________________________________________________________
2505 [ 12235] By: jhi on 2001/09/26 12:53:16
2506 Log: Integrate macperl changes from Chris Nandor:
2507 12192 11817 11815 11813 11778 11775
2509 Update CPAN.pm to work with new Mac::BuildTools instead
2510 of ExtUtils::MM_MacOS "orphan" functions
2514 Make syntax check report in MPW style, fix tests
2515 to use Mac::err=unix to get normal-style error
2518 More module and test ports from Thomas Wegner et al
2520 Fix open of /dev/null for Mac OS
2522 Allow for platforms to override formatting of errors
2523 on output from Matthias Neeracher (core files)
2525 ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
2526 ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
2527 ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
2528 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
2529 !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
2530 !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
2531 ____________________________________________________________________________
2532 [ 12234] By: jhi on 2001/09/26 11:58:11
2536 ____________________________________________________________________________
2537 [ 12233] By: jhi on 2001/09/26 11:56:09
2538 Log: Retract #12232.
2541 ____________________________________________________________________________
2542 [ 12232] By: jhi on 2001/09/26 11:53:37
2543 Log: (Retracted by #12233.)
2546 ____________________________________________________________________________
2547 [ 12231] By: jhi on 2001/09/26 11:52:09
2550 ! ext/Encode/Makefile.PL
2551 ____________________________________________________________________________
2552 [ 12230] By: sky on 2001/09/26 11:36:23
2553 Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
2554 We are using a "delay" here because we do not want to depend on thread synchronization issues.
2556 + ext/threads/t/stress_cv.t
2557 ! MANIFEST ext/threads/t/stress_string.t
2558 ____________________________________________________________________________
2559 [ 12229] By: jhi on 2001/09/26 11:27:54
2560 Log: NetWare tweak from Ananth Kesari.
2562 ! NetWare/t/Readme.txt
2563 ____________________________________________________________________________
2564 [ 12228] By: jhi on 2001/09/26 11:26:26
2565 Log: Trick to fool case-blind filesystems.
2567 ! ext/Encode/Makefile.PL
2568 ____________________________________________________________________________
2569 [ 12227] By: sky on 2001/09/26 11:06:50
2570 Log: Threads can start executing in a different order than they were
2571 created.... so we cannot ok() inside the threadstarter.
2573 ! ext/threads/t/stress_string.t
2574 ____________________________________________________________________________
2575 [ 12226] By: sky on 2001/09/26 07:41:45
2576 Log: Add in stress_string.t to stress test threads a bit more.
2578 + ext/threads/t/stress_string.t
2580 ____________________________________________________________________________
2581 [ 12225] By: sky on 2001/09/26 07:04:21
2582 Log: Fix negative refcount introduced by #12223.
2584 ! ext/threads/threads.xs
2585 ____________________________________________________________________________
2586 [ 12224] By: sky on 2001/09/26 06:57:58
2587 Log: Update documentation to match change #12223
2590 ____________________________________________________________________________
2591 [ 12223] By: sky on 2001/09/26 06:54:32
2592 Log: Use a separate interpreter for the sharedsv space. Another
2593 negative sv leak. Sigh.
2596 ____________________________________________________________________________
2597 [ 12222] By: sky on 2001/09/26 05:58:35
2598 Log: Do the environ assignment in perl_contruct to match perl_destruct.
2599 Now we don't need to perl_parse/perl_run. However environ is a
2603 ____________________________________________________________________________
2604 [ 12221] By: sky on 2001/09/26 05:41:02
2605 Log: Move the creation of PL_strtab to perl_construct so we can work
2606 with HV and HEs without running perl_parse.
2609 ____________________________________________________________________________
2610 [ 12220] By: gsar on 2001/09/26 02:18:26
2611 Log: integrate macperl changes into maint-5.6
2612 Branch: maint-5.6/perl
2613 !> (integrate 26 files)
2614 ____________________________________________________________________________
2615 [ 12219] By: pudge on 2001/09/26 00:19:35
2616 Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
2617 fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
2618 Branch: maint-5.6/macperl
2619 ! macos/ext/Mac/Fonts/Fonts.xs
2620 ! macos/ext/Mac/InternetConfig/InternetConfig.pm
2621 ____________________________________________________________________________
2622 [ 12218] By: ams on 2001/09/25 23:31:33
2623 Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
2624 From: Nicholas Clark <nick@ccl4.org>
2625 Date: Wed, 26 Sep 2001 01:20:20 +0100
2626 Message-Id: <20010926012020.B48092@plum.flirble.org>
2629 ____________________________________________________________________________
2630 [ 12217] By: ams on 2001/09/25 22:33:05
2631 Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
2632 From: "Craig A. Berry" <craigberry@mac.com>
2633 Date: Tue, 25 Sep 2001 18:08:42 -0500
2634 Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
2637 ____________________________________________________________________________
2638 [ 12216] By: ams on 2001/09/25 21:41:01
2639 Log: Subject: [PATCH lib/AutoSplit.t] Fixing mysterious TEST failure. (was
2640 Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
2641 From: Michael G Schwern <schwern@pobox.com>
2642 Date: Wed, 26 Sep 2001 00:38:21 -0400
2643 Message-Id: <20010926003821.A627@blackrider>
2646 ____________________________________________________________________________
2647 [ 12215] By: jhi on 2001/09/25 21:40:04
2648 Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
2649 From: Michael G Schwern <schwern@pobox.com>
2650 Date: Tue, 25 Sep 2001 17:43:49 -0400
2651 Message-ID: <20010925174349.B19534@blackrider>
2653 ! lib/Test/Simple.pm lib/Test/Utils.pm
2654 ____________________________________________________________________________
2655 [ 12214] By: pudge on 2001/09/25 21:11:21
2656 Log: Integrate changes from bleadperl.
2657 Branch: maint-5.6/macperl
2659 ____________________________________________________________________________
2660 [ 12213] By: jhi on 2001/09/25 20:37:14
2661 Log: skip($mess) should result in one skip.
2664 ____________________________________________________________________________
2665 [ 12212] By: pudge on 2001/09/25 20:21:06
2666 Log: Integrate change #12200 from maintperl.
2667 Branch: maint-5.6/macperl
2669 ____________________________________________________________________________
2670 [ 12211] By: pudge on 2001/09/25 20:11:56
2671 Log: Fix file types to "apple"
2672 Branch: maint-5.6/macperl
2673 ! macos/ext/Mac/Menus/t/MenuBar.rsrc
2674 ! macos/ext/Mac/SAT/t/Collision.rsrc
2675 ____________________________________________________________________________
2676 [ 12210] By: pudge on 2001/09/25 19:28:20
2677 Log: Fix rsrc file as snd file; fix path in t file.
2678 Branch: maint-5.6/macperl
2679 ! macos/ext/Mac/Notification/t/Notification.rsrc
2680 ! macos/ext/Mac/Notification/t/Notification.t
2681 ____________________________________________________________________________
2682 [ 12209] By: pudge on 2001/09/25 19:15:57
2683 Log: Sync up with File::Find from bleadperl.
2684 Branch: maint-5.6/macperl
2685 ! lib/File/Find.pm t/lib/filefind-taint.t
2686 ____________________________________________________________________________
2687 [ 12208] By: pudge on 2001/09/25 19:06:48
2688 Log: Ignore SIGPIPE being set to IGNORE. Temporary fix until we upgrade
2689 to new version of libnet. (Axel Rose, Paul Schinder, and a cast
2691 Branch: maint-5.6/macperl
2692 ! macos/bundled_lib/blib/lib/Net/Cmd.pm
2693 ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
2694 ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
2695 ____________________________________________________________________________
2696 [ 12207] By: nick on 2001/09/25 19:04:36
2697 Log: Integrate mainline (untested while modem is up)
2699 +> lib/AutoSplit.t t/test.pl
2700 - lib/warnings/register.t
2701 !> (integrate 28 files)
2702 ____________________________________________________________________________
2703 [ 12206] By: jhi on 2001/09/25 17:21:00
2704 Log: perldiag entry for #12205.
2707 ____________________________________________________________________________
2708 [ 12205] By: jhi on 2001/09/25 17:20:38
2709 Log: Subject: [PATCH] warning on v-string in use/require
2710 From: John Peacock <jpeacock@rowman.com>
2711 Date: Mon, 24 Sep 2001 17:29:03 -0400
2712 Message-ID: <3BAFA59F.9C0E0339@rowman.com>
2714 ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
2715 ____________________________________________________________________________
2716 [ 12204] By: jhi on 2001/09/25 17:11:02
2717 Log: perltooc et al updates.
2719 ! plan9/mkfile pod/roffitall
2720 ____________________________________________________________________________
2721 [ 12203] By: jhi on 2001/09/25 17:05:19
2722 Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
2723 From: Michael G Schwern <schwern@pobox.com>
2724 Date: Sun, 23 Sep 2001 00:07:12 -0400
2725 Message-ID: <20010923000712.A7005@blackrider>
2727 ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
2728 ____________________________________________________________________________
2729 [ 12202] By: jhi on 2001/09/25 16:55:29
2730 Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
2731 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2732 Date: Wed, 26 Sep 2001 01:25:10 +0900
2733 Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
2735 ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
2736 ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
2737 ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
2738 ____________________________________________________________________________
2739 [ 12201] By: jhi on 2001/09/25 16:52:03
2740 Log: Integrate change #12200 from maintperl;
2741 on windows, virtualized environment could propagate deleted variables
2742 into children if they happen to be at the very end of the table
2745 ____________________________________________________________________________
2746 [ 12200] By: gsar on 2001/09/25 16:36:01
2747 Log: on windows, virtualized environment could propagate deleted variables
2748 into children if they happen to be at the very end of the table
2749 (thanks for succinct test case from Johan Holmberg, and fix from
2751 Branch: maint-5.6/perl
2753 ____________________________________________________________________________
2754 [ 12199] By: gsar on 2001/09/25 15:19:13
2755 Log: avoid the use of ftime() (it does a useless, potentially
2756 expensive call to GetTimeZoneInformation()); this potentially
2757 also results in three more digits of precision from
2760 ! ext/Time/HiRes/HiRes.xs
2761 ____________________________________________________________________________
2762 [ 12198] By: jhi on 2001/09/25 14:27:01
2763 Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
2765 Note: io/binmode is failing, have to figure out why.
2768 ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
2769 ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
2771 ____________________________________________________________________________
2772 [ 12197] By: ams on 2001/09/25 13:48:55
2773 Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
2774 From: Nicholas Clark <nick@ccl4.org>
2775 Date: Tue, 25 Sep 2001 00:37:40 +0100
2776 Message-Id: <20010925003740.S4971@plum.flirble.org>
2777 (Further changes expected.)
2781 ____________________________________________________________________________
2782 [ 12196] By: sky on 2001/09/25 13:37:12
2783 Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses
2784 _ftime to try and be more robust.
2786 ! ext/Time/HiRes/HiRes.xs
2787 ____________________________________________________________________________
2788 [ 12194] By: ams on 2001/09/25 11:40:00
2789 Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
2790 From: "Craig A. Berry" <craigberry@mac.com>
2791 Date: Mon, 24 Sep 2001 17:54:20 -0500
2792 Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
2794 ! vms/descrip_mms.template
2795 ____________________________________________________________________________
2796 [ 12193] By: pudge on 2001/09/25 02:53:42
2797 Log: Fixes for multiline error parsing (Bug #459263); cmd-.
2798 not working, cursor not spinning (Bug #422129); external
2799 editor problems (Bug #456329); escape/cmd-. not activating
2800 "Cancel" in Save dialog box (Bug #446960); Runtimes not
2801 executing on launch (Bug #464441).
2802 Branch: maint-5.6/macperl
2803 ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
2804 ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
2805 ! macos/macperl/MacPerl.r
2806 ____________________________________________________________________________
2807 [ 12192] By: pudge on 2001/09/25 02:42:49
2808 Log: Update CPAN.pm to work with new Mac::BuildTools instead
2809 of ExtUtils::MM_MacOS "orphan" functions
2810 Branch: maint-5.6/macperl
2812 ____________________________________________________________________________
2813 [ 12191] By: pudge on 2001/09/25 02:37:58
2814 Log: Fix up another xsubpp problem (Matthias Neeracher)
2815 Branch: maint-5.6/macperl
2817 ____________________________________________________________________________
2818 [ 12190] By: pudge on 2001/09/25 02:37:38
2819 Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
2820 Branch: maint-5.6/macperl
2821 ! macos/lib/ExtUtils/MM_MacOS.pm
2822 ____________________________________________________________________________
2823 [ 12189] By: pudge on 2001/09/25 02:37:08
2824 Log: Fix up Makefiles for more Mac:: modules (and prepare for
2826 Branch: maint-5.6/macperl
2827 ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
2828 ! macos/macperl/Makefile.mk
2829 ____________________________________________________________________________
2830 [ 12188] By: pudge on 2001/09/25 02:36:19
2832 Branch: maint-5.6/macperl
2833 ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2834 ____________________________________________________________________________
2835 [ 12187] By: pudge on 2001/09/25 02:11:13
2836 Log: Make malloc smarter, fix bugs. (Bug #404030)
2837 Branch: maint-5.6/macperl
2838 ! macos/icemalloc.c macos/icemalloc.h
2839 ____________________________________________________________________________
2840 [ 12186] By: nick on 2001/09/24 19:18:17
2841 Log: Integrate mainline
2843 +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
2845 !> (integrate 30 files)
2846 ____________________________________________________________________________
2847 [ 12185] By: jhi on 2001/09/24 18:56:40
2848 Log: Retract #12136, the warnings::register is already
2849 tested by t/lib/warnings/9enabled, as pointed out
2852 - lib/warnings/register.t
2853 ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
2854 ____________________________________________________________________________
2855 [ 12184] By: gsar on 2001/09/24 18:39:58
2856 Log: fix Time::HiRes implementation of gettimeofday() on windows
2857 (HiRes.t#14 now passes)
2859 ! ext/Time/HiRes/HiRes.xs
2860 ____________________________________________________________________________
2861 [ 12183] By: gsar on 2001/09/24 18:13:23
2862 Log: File::Spec::catfile() canonifies everything to blackslashes on
2865 ! lib/ExtUtils/Manifest.t
2866 ____________________________________________________________________________
2867 [ 12182] By: gsar on 2001/09/24 17:59:54
2868 Log: test number mismatch
2871 ____________________________________________________________________________
2872 [ 12181] By: jhi on 2001/09/24 17:10:41
2876 ____________________________________________________________________________
2877 [ 12180] By: jhi on 2001/09/24 16:09:37
2878 Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
2879 Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2881 ! pp_pack.c t/op/pack.t
2882 ____________________________________________________________________________
2883 [ 12179] By: jhi on 2001/09/24 15:46:49
2884 Log: Update Changes.
2886 ! Changes patchlevel.h
2887 ____________________________________________________________________________
2888 [ 12178] By: jhi on 2001/09/24 14:12:06
2889 Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
2890 From: Michael G Schwern <schwern@pobox.com>
2891 Date: Mon, 24 Sep 2001 11:12:13 -0400
2892 Message-ID: <20010924111213.G27885@blackrider>
2894 ! lib/ExtUtils/Manifest.pm
2895 ____________________________________________________________________________
2896 [ 12177] By: jhi on 2001/09/24 14:02:32
2897 Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
2898 From: Michael G Schwern <schwern@pobox.com>
2899 Date: Mon, 24 Sep 2001 11:02:07 -0400
2900 Message-ID: <20010924110207.E27885@blackrider>
2903 ____________________________________________________________________________
2904 [ 12176] By: ams on 2001/09/24 14:01:59
2905 Log: Update Changes.
2908 ____________________________________________________________________________
2909 [ 12175] By: jhi on 2001/09/24 13:20:28
2910 Log: Various cleanups.
2912 ! ext/threads/Makefile.PL ext/threads/threads.xs
2913 ____________________________________________________________________________
2914 [ 12173] By: pudge on 2001/09/24 12:56:13
2915 Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
2916 Branch: maint-5.6/macperl
2917 !> (integrate 33 files)
2918 ____________________________________________________________________________
2919 [ 12171] By: jhi on 2001/09/24 12:26:58
2920 Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
2921 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2922 Date: Mon, 24 Sep 2001 20:04:58 +0900
2923 Message-Id: <20010924200207.A030.BQW10602@nifty.com>
2925 ! ext/Encode/Encode/gb2312.enc
2926 ____________________________________________________________________________
2927 [ 12170] By: jhi on 2001/09/24 12:08:30
2928 Log: Clarifying comment to #12164.
2931 ____________________________________________________________________________
2932 [ 12169] By: jhi on 2001/09/24 11:59:33
2933 Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
2934 From: Nicholas Clark <nick@ccl4.org>
2935 Date: Sun, 23 Sep 2001 23:00:56 +0100
2936 Message-ID: <20010923230055.Y4971@plum.flirble.org>
2938 (with "sample_constants" changed to "fallback")
2940 + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
2941 ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
2942 ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
2943 ! lib/h2xs.t utils/h2xs.PL
2944 ____________________________________________________________________________
2945 [ 12168] By: jhi on 2001/09/24 11:25:56
2946 Log: Metaconfig unit change for #12167.
2948 ! U/modified/Cppsym.U
2949 ____________________________________________________________________________
2950 [ 12167] By: jhi on 2001/09/24 11:25:22
2951 Log: Add a few glibc cpp symbols to probe for.
2954 ____________________________________________________________________________
2955 [ 12166] By: jhi on 2001/09/24 11:14:43
2956 Log: DJGPP tweaks for Laszlo Molnar.
2958 ! djgpp/djgppsed.sh dosish.h
2959 ____________________________________________________________________________
2960 [ 12165] By: ams on 2001/09/24 10:07:08
2961 Log: Subject: [PATCH t/op/inccode.t] More tests
2962 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2963 Date: 24 Sep 2001 10:01:44 -0000
2964 Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
2967 ____________________________________________________________________________
2968 [ 12164] By: ams on 2001/09/24 09:43:29
2969 Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
2970 From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
2971 Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
2972 Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
2975 ____________________________________________________________________________
2976 [ 12163] By: jhi on 2001/09/23 22:50:35
2977 Log: 1_compile updates.
2980 ____________________________________________________________________________
2981 [ 12162] By: jhi on 2001/09/23 21:11:22
2982 Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
2983 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2984 Date: Wed, 19 Sep 2001 22:47:14 +0200
2985 Message-ID: <20010919224714.A6382@rafael>
2987 ! pod/perlvar.pod pp_ctl.c
2988 ____________________________________________________________________________
2989 [ 12161] By: ams on 2001/09/23 17:40:02
2990 Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
2992 From: "chromatic" <chromatic@rmci.net>
2993 Date: Sun, 23 Sep 2001 12:07:25 -0600
2994 Message-Id: <20010923181223.32427.qmail@onion.perl.org>
2997 ! MANIFEST t/lib/1_compile.t
2998 ____________________________________________________________________________
2999 [ 12160] By: ams on 2001/09/23 16:32:11
3000 Log: Additional minor chdir() tweak.
3003 ____________________________________________________________________________
3004 [ 12159] By: ams on 2001/09/23 16:25:01
3005 Log: Subject: PATCH lib/ExtUtils/Command.t
3006 From: Abe Timmerman <abe@ztreet.demon.nl>
3007 Date: Sun, 23 Sep 2001 19:11:44 +0200
3008 Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
3010 ! lib/ExtUtils/Command.t
3011 ____________________________________________________________________________
3012 [ 12158] By: jhi on 2001/09/23 12:52:36
3013 Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
3014 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3015 Date: Sun, 23 Sep 2001 02:02:26 +0200
3016 Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
3019 ____________________________________________________________________________
3020 [ 12157] By: jhi on 2001/09/23 12:46:05
3021 Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
3022 From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)
3023 Date: Sat, 22 Sep 2001 12:54:39 -0500
3024 Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
3027 ____________________________________________________________________________
3028 [ 12156] By: nick on 2001/09/23 07:48:44
3029 Log: Integrate mainline
3032 !> ext/Encode/Encode/2022-cn.enc
3033 ____________________________________________________________________________
3034 [ 12155] By: nick on 2001/09/23 07:48:01
3035 Log: Integrate mainline
3037 +> (branch 64 files)
3038 - ext/Encode/Encode/cns11643-1.enc
3039 - ext/Encode/Encode/cns11643-2.enc
3040 - ext/Encode/Encode/iso2022-cn.enc
3041 - ext/Encode/Encode/iso2022-jp.enc
3042 - ext/Encode/Encode/iso2022-jp1.enc
3043 - ext/Encode/Encode/iso2022-jp2.enc
3044 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3045 - ext/Encode/Encode/iso8859-1.enc
3046 - ext/Encode/Encode/iso8859-1.ucm
3047 - ext/Encode/Encode/iso8859-10.enc
3048 - ext/Encode/Encode/iso8859-10.ucm
3049 - ext/Encode/Encode/iso8859-13.enc
3050 - ext/Encode/Encode/iso8859-13.ucm
3051 - ext/Encode/Encode/iso8859-14.enc
3052 - ext/Encode/Encode/iso8859-14.ucm
3053 - ext/Encode/Encode/iso8859-15.enc
3054 - ext/Encode/Encode/iso8859-15.ucm
3055 - ext/Encode/Encode/iso8859-16.enc
3056 - ext/Encode/Encode/iso8859-16.ucm
3057 - ext/Encode/Encode/iso8859-2.enc
3058 - ext/Encode/Encode/iso8859-2.ucm
3059 - ext/Encode/Encode/iso8859-3.enc
3060 - ext/Encode/Encode/iso8859-3.ucm
3061 - ext/Encode/Encode/iso8859-4.enc
3062 - ext/Encode/Encode/iso8859-4.ucm
3063 - ext/Encode/Encode/iso8859-5.enc
3064 - ext/Encode/Encode/iso8859-5.ucm
3065 - ext/Encode/Encode/iso8859-6.enc
3066 - ext/Encode/Encode/iso8859-6.ucm
3067 - ext/Encode/Encode/iso8859-7.enc
3068 - ext/Encode/Encode/iso8859-7.ucm
3069 - ext/Encode/Encode/iso8859-8.enc
3070 - ext/Encode/Encode/iso8859-8.ucm
3071 - ext/Encode/Encode/iso8859-9.enc
3072 - ext/Encode/Encode/iso8859-9.ucm
3073 - ext/Encode/Encode/isoir-197.enc
3074 - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
3075 - t/lib/sample-tests/header_at_end
3076 - t/lib/sample-tests/header_at_end_fail
3077 !> (integrate 174 files)
3078 ____________________________________________________________________________
3079 [ 12154] By: ams on 2001/09/23 07:11:46
3080 Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
3084 ____________________________________________________________________________
3085 [ 12153] By: ams on 2001/09/23 06:56:32
3086 Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
3087 Forgotten deprecation of *glob{FILEHANDLE}?
3088 From: "chromatic" <chromatic@rmci.net>
3089 Date: Sat, 22 Sep 2001 21:27:56 -0600
3090 Message-Id: <20010923033252.33085.qmail@onion.perl.org>
3092 ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
3093 ____________________________________________________________________________
3094 [ 12152] By: ams on 2001/09/23 06:42:58
3095 Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
3096 From: Michael G Schwern <schwern@pobox.com>
3097 Date: Sun, 23 Sep 2001 03:34:39 -0400
3098 Message-Id: <20010923033439.E7005@blackrider>
3101 ____________________________________________________________________________
3102 [ 12151] By: ams on 2001/09/23 06:37:57
3103 Log: Subject: Re: t/op/magic.t missing tests on Win32
3104 From: Michael G Schwern <schwern@pobox.com>
3105 Date: Sat, 22 Sep 2001 20:29:09 -0400
3106 Message-Id: <20010922202909.I18223@blackrider>
3109 ____________________________________________________________________________
3110 [ 12150] By: ams on 2001/09/23 06:36:26
3111 Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
3113 From: "chromatic" <chromatic@rmci.net>
3114 Date: Sat, 22 Sep 2001 19:41:31 -0600
3115 Message-Id: <20010923014628.7739.qmail@onion.perl.org>
3118 ! MANIFEST lib/Dumpvalue.pm
3119 ____________________________________________________________________________
3120 [ 12149] By: ams on 2001/09/23 06:25:35
3121 Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
3122 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3123 Date: Sun, 23 Sep 2001 15:27:56 +0900
3124 Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
3126 ! ext/Encode/Encode/2022-cn.enc
3127 ____________________________________________________________________________
3128 [ 12148] By: jhi on 2001/09/22 23:33:42
3129 Log: Manual eror in #12147.
3132 ____________________________________________________________________________
3133 [ 12147] By: jhi on 2001/09/22 23:25:02
3134 Log: Integrate change #12146 from maintperl;
3135 win32_chdir() et al don't handle a NULL argument gracefully
3137 !> win32/perlhost.h win32/win32.c
3138 ____________________________________________________________________________
3139 [ 12146] By: gsar on 2001/09/22 23:18:47
3140 Log: win32_chdir() et al don't handle a NULL argument gracefully
3141 Branch: maint-5.6/perl
3142 ! win32/perlhost.h win32/win32.c
3143 ____________________________________________________________________________
3144 [ 12145] By: gsar on 2001/09/22 23:17:42
3145 Log: typo in change#12026
3146 Branch: maint-5.6/perl
3148 ____________________________________________________________________________
3149 [ 12144] By: jhi on 2001/09/22 21:22:28
3150 Log: Subject: [PATCH] Re: scalar context unpack bugs
3151 From: Nicholas Clark <nick@ccl4.org>
3152 Date: Sat, 22 Sep 2001 23:07:56 +0100
3153 Message-ID: <20010922230755.O4971@plum.flirble.org>
3155 ! pp_pack.c t/op/pack.t
3156 ____________________________________________________________________________
3157 [ 12143] By: jhi on 2001/09/22 21:18:43
3158 Log: Try ExtUtils::Command.t everywhere, not just on Win32
3159 (as suggested by NI-S). Also allow running it either
3160 in t/ or in the main directory.
3162 ! lib/ExtUtils/Command.t
3163 ____________________________________________________________________________
3164 [ 12142] By: jhi on 2001/09/22 21:04:39
3165 Log: Update the test on warnings/register.t.
3168 ____________________________________________________________________________
3169 [ 12141] By: jhi on 2001/09/22 20:40:06
3170 Log: The code is now almost tidy enough to keep the IRIX cc happy.
3173 ____________________________________________________________________________
3174 [ 12140] By: ams on 2001/09/22 17:26:32
3175 Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
3177 From: "Craig A. Berry" <craigberry@mac.com>
3178 Date: Sat, 22 Sep 2001 13:15:32 -0500
3179 Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
3182 ____________________________________________________________________________
3183 [ 12139] By: ams on 2001/09/22 16:44:08
3184 Log: Do what perl_clone() does for sharedsv functions.
3187 ____________________________________________________________________________
3188 [ 12138] By: jhi on 2001/09/22 16:42:04
3189 Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
3190 (suggested by Sarathy, extensions shouldn't be dabbling with
3191 op structures, so binary backward compatibility should not be
3194 ! hints/irix_6.sh op.h
3195 ____________________________________________________________________________
3196 [ 12137] By: ams on 2001/09/22 16:21:05
3197 Log: More cleanups. (What's PERL_DECL_PROT?)
3199 ! embed.pl proto.h sharedsv.h
3200 ____________________________________________________________________________
3201 [ 12136] By: ams on 2001/09/22 15:14:34
3202 Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
3203 Add Tests for warnings::register, Doc Update
3204 From: "chromatic" <chromatic@rmci.net>
3205 Date: Sat, 22 Sep 2001 09:43:20 -0600
3206 Message-Id: <20010922154815.32004.qmail@onion.perl.org>
3208 + lib/warnings/register.t
3209 ! MANIFEST lib/warnings/register.pm
3210 ____________________________________________________________________________
3211 [ 12135] By: ams on 2001/09/22 15:07:50
3212 Log: `@foo' should be @foo for consistency.
3215 ____________________________________________________________________________
3216 [ 12134] By: jhi on 2001/09/22 14:20:47
3217 Log: (Retracted by #12138)
3219 Add -woff (turn warning off) 3187:
3220 "A pointer is converted to a smaller integer."
3221 This happens when your pointers are 64-bit: then every case
3222 of converting pointers to PADOFFSETs (explicitly 32-bit)
3223 faces truncation (even explicit use of INT2PTR doesn't help).
3224 CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
3225 Changing PADOFFSET from U32 to UV would help, but that
3226 would break binary backward compatibility of BASEOP and padop
3227 (assuming you have been using 64-bit pointers).
3230 ____________________________________________________________________________
3231 [ 12133] By: jhi on 2001/09/22 13:53:49
3232 Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
3233 but the name comes from the inside the file, not from the file
3234 name, and Rumanian is the name of the language.
3236 + ext/Encode/Encode/macRumanian.enc
3237 - ext/Encode/Encode/macRomania.enc
3239 ____________________________________________________________________________
3240 [ 12132] By: jhi on 2001/09/22 13:48:29
3241 Log: Rename perltootc as perltooc for 8.3-friedliness.
3245 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
3246 ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
3248 ____________________________________________________________________________
3249 [ 12131] By: jhi on 2001/09/22 13:38:49
3250 Log: Find more conflicts by lowercasing.
3252 + Porting/check83.pl
3255 ____________________________________________________________________________
3256 [ 12130] By: jhi on 2001/09/22 13:20:20
3257 Log: The AIX cc 5.0.0.0 is simply too buggy.
3260 ____________________________________________________________________________
3261 [ 12129] By: ams on 2001/09/22 12:35:38
3262 Log: Uninteresting cleanup.
3265 ____________________________________________________________________________
3266 [ 12128] By: ams on 2001/09/22 12:28:48
3267 Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
3268 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3269 Date: Sat, 22 Sep 2001 14:29:13 +0100
3270 Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
3273 ____________________________________________________________________________
3274 [ 12127] By: ams on 2001/09/22 12:04:28
3275 Log: What's a backet?
3278 ____________________________________________________________________________
3279 [ 12126] By: ams on 2001/09/22 10:02:34
3280 Log: Removed duplicated tests #19 and #20.
3283 ____________________________________________________________________________
3284 [ 12125] By: ams on 2001/09/22 03:58:41
3285 Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
3286 From: Michael Carman <mjcarman@home.com>
3287 Date: Fri, 21 Sep 2001 17:54:05 -0500
3288 Message-Id: <3BABC50D.6040202@home.com>
3289 (Applied with some changes.)
3292 ____________________________________________________________________________
3293 [ 12124] By: ams on 2001/09/22 03:44:19
3294 Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
3295 From: Michael G Schwern <schwern@pobox.com>
3296 Date: Fri, 21 Sep 2001 19:20:40 -0400
3297 Message-Id: <20010921192040.E5494@blackrider>
3300 ____________________________________________________________________________
3301 [ 12123] By: ams on 2001/09/22 03:41:08
3302 Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
3303 From: Blair Zajac <blair@orcaware.com>
3304 Date: Fri, 21 Sep 2001 15:13:04 -0700
3305 Message-Id: <3BABBB70.55FD41DC@orcaware.com>
3308 ____________________________________________________________________________
3309 [ 12122] By: ams on 2001/09/22 03:37:07
3310 Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
3312 From: Michael G Schwern <schwern@pobox.com>
3313 Date: Fri, 21 Sep 2001 17:59:03 -0400
3314 Message-Id: <20010921175903.V5494@blackrider>
3317 ____________________________________________________________________________
3318 [ 12121] By: ams on 2001/09/22 03:30:38
3319 Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
3321 From: Michael G Schwern <schwern@pobox.com>
3322 Date: Fri, 21 Sep 2001 19:41:03 -0400
3323 Message-Id: <20010921194103.G5494@blackrider>
3326 ____________________________________________________________________________
3327 [ 12120] By: ams on 2001/09/22 03:28:06
3328 Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
3329 From: Michael G Schwern <schwern@pobox.com>
3330 Date: Fri, 21 Sep 2001 17:33:35 -0400
3331 Message-Id: <20010921173335.T5494@blackrider>
3332 ($ENV{FOO}=undef hunk not applied.)
3335 ____________________________________________________________________________
3336 [ 12119] By: ams on 2001/09/22 03:02:26
3337 Log: Subject: [PATCH] perldiag.pod
3338 From: Peter Scott <Peter@PSDT.com>
3339 Date: Fri, 21 Sep 2001 18:54:50 -0700
3340 Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
3341 (Moved to the right place.)
3344 ____________________________________________________________________________
3345 [ 12118] By: ams on 2001/09/21 20:05:29
3346 Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
3347 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3348 Date: Fri, 21 Sep 2001 22:36:54 +0200
3349 Message-Id: <20010921223654.A12742@rafael>
3352 ____________________________________________________________________________
3353 [ 12117] By: jhi on 2001/09/21 20:05:23
3354 Log: Restore things as they were before
3355 the backward compatibility police notices.
3358 ____________________________________________________________________________
3359 [ 12116] By: jhi on 2001/09/21 17:52:28
3360 Log: More Cwd from Schwern: make also OS/2 and DOS
3361 Cwd agree with File::Spec (that is, native path
3362 syntax using \ instead of / -- backward compatibility
3363 polic warning) and stop Win32 from using bsd_realpath().
3366 ____________________________________________________________________________
3367 [ 12115] By: jhi on 2001/09/21 17:19:03
3368 Log: Subject: [PATCH @12110] RE: Untested libraries update
3369 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3370 Date: Fri, 21 Sep 2001 18:21:07 +0100
3371 Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
3373 ! lib/warnings/register.pm
3374 ____________________________________________________________________________
3375 [ 12114] By: jhi on 2001/09/21 17:09:52
3376 Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
3377 From: Michael G Schwern <schwern@pobox.com>
3378 Date: Thu, 20 Sep 2001 22:54:02 -0400
3379 Message-ID: <20010920225402.A3611@blackrider>
3382 ____________________________________________________________________________
3383 [ 12113] By: ams on 2001/09/21 17:08:24
3384 Log: Subject: [PATCH] avoid v-strings with require/use
3385 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3386 Date: Fri, 21 Sep 2001 12:34:40 -0400
3387 Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
3389 ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
3390 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
3391 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
3392 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3393 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
3394 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
3395 ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
3396 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3397 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
3398 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
3399 ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
3400 ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
3401 ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
3402 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
3403 ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
3404 ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
3405 ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
3406 ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
3407 ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
3408 ____________________________________________________________________________
3409 [ 12110] By: jhi on 2001/09/21 13:59:13
3410 Log: Update Changes.
3412 ! Changes patchlevel.h
3413 ____________________________________________________________________________
3414 [ 12109] By: jhi on 2001/09/21 13:44:43
3415 Log: Make AIX and Tru64 compilers happy.
3417 ! ext/threads/threads.h ext/threads/threads.xs
3418 ____________________________________________________________________________
3419 [ 12108] By: jhi on 2001/09/21 12:16:27
3420 Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
3421 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3422 Date: 21 Sep 2001 09:16:37 -0000
3423 Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
3426 ____________________________________________________________________________
3427 [ 12107] By: jhi on 2001/09/21 12:14:41
3428 Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
3429 From: Michael G Schwern <schwern@pobox.com>
3430 Date: Thu, 20 Sep 2001 21:21:34 -0400
3431 Message-ID: <20010920212134.Y28291@blackrider>
3434 ____________________________________________________________________________
3435 [ 12106] By: jhi on 2001/09/21 12:12:09
3436 Log: Subject: Re: GDB Debugging Macros from mod_perl
3437 From: rspier@pobox.com (Robert Spier)
3438 Date: Thu, 20 Sep 2001 22:45:03 -0700
3439 Message-ID: <15274.54239.413929.49430@rls.cx>
3442 ____________________________________________________________________________
3443 [ 12105] By: sky on 2001/09/21 10:33:34
3444 Log: Fixed bug where Time::HiRes::time returned time adjusted to
3445 timezone! GetSystemTime should be available on all Win32
3446 platforms we support. Perhaps Time::HiRes should be extended to
3447 support WinCE and Novell?
3449 ! ext/Time/HiRes/HiRes.xs
3450 ____________________________________________________________________________
3451 [ 12104] By: sky on 2001/09/21 08:12:39
3452 Log: Attempt to fix solaris issue raised by Andy Dougherty.
3454 ! ext/threads/threads.h ext/threads/threads.xs
3455 ____________________________________________________________________________
3456 [ 12103] By: sky on 2001/09/21 07:57:41
3457 Log: Rename the *thread* functions to Perl_* to avoid clashes.
3458 Notably on AIX but could become a problem on other platforms.
3460 ! ext/threads/threads.h ext/threads/threads.xs
3461 ____________________________________________________________________________
3462 [ 12102] By: sky on 2001/09/21 07:35:30
3463 Log: Add the shared sv space to the global vars.
3464 Fix problems compiling on win32.
3466 ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
3467 ! sharedsv.c sharedsv.h
3468 ____________________________________________________________________________
3469 [ 12101] By: ams on 2001/09/21 00:19:55
3470 Log: Subject: [PATCH] win32/Makefile warning fix
3471 From: Blair Zajac <blair@orcaware.com>
3472 Date: Thu, 20 Sep 2001 18:15:43 -0700
3473 Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
3476 ____________________________________________________________________________
3477 [ 12100] By: jhi on 2001/09/20 21:57:04
3478 Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
3479 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3480 Date: Thu, 20 Sep 2001 18:36:22 +0200
3481 Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
3483 ! lib/ExtUtils/Command.t
3484 ____________________________________________________________________________
3485 [ 12099] By: jhi on 2001/09/20 21:53:00
3486 Log: Cant spl wirth a dam.
3489 ____________________________________________________________________________
3490 [ 12098] By: jhi on 2001/09/20 21:52:24
3491 Log: Don't use C++ comments.
3493 ! ext/threads/threads.xs
3494 ____________________________________________________________________________
3495 [ 12097] By: ams on 2001/09/20 21:42:07
3496 Log: Change #12044 didn't.
3499 ____________________________________________________________________________
3500 [ 12096] By: jhi on 2001/09/20 13:38:44
3501 Log: Metaconfig unit changes for #12095.
3503 ! U/modified/Myinit.U U/modified/libs.U
3504 ____________________________________________________________________________
3505 [ 12095] By: jhi on 2001/09/20 13:38:22
3506 Log: Remove iconv references since we are not using it
3507 and not going to; regen perltoc, perlmodlib.
3508 (Some references still linger in perltoc, have to figure
3509 out where they are coming from.)
3511 ! Configure NetWare/config.wc NetWare/config_H.wc
3512 ! Porting/Glossary Porting/config.sh Porting/config_H
3513 ! config_h.SH configure.com epoc/config.sh perl.h
3514 ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
3515 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3516 ! vos/config.ga.h win32/config.bc win32/config.gc
3517 ! win32/config.vc win32/config_H.bc win32/config_H.gc
3518 ! win32/config_H.vc wince/config.ce wince/config.h
3520 ____________________________________________________________________________
3521 [ 12094] By: jhi on 2001/09/20 12:49:17
3522 Log: Subject: [PATCH docs] Re: ARGV and read
3523 From: Dave Mitchell <davem@fdgroup.co.uk>
3524 Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
3525 Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
3527 ! pod/perltodo.pod pod/perlvar.pod
3528 ____________________________________________________________________________
3529 [ 12093] By: jhi on 2001/09/20 12:45:35
3530 Log: Fresh copies from the cvs.perl.org perlfaq repository.
3532 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3533 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3534 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3536 ____________________________________________________________________________
3537 [ 12092] By: jhi on 2001/09/20 12:32:44
3538 Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)
3539 From: Nicholas Clark <nick@ccl4.org>
3540 Date: Thu, 20 Sep 2001 14:27:08 +0100
3541 Message-ID: <20010920142708.X4971@plum.flirble.org>
3543 ! pp_pack.c t/op/pack.t
3544 ____________________________________________________________________________
3545 [ 12091] By: jhi on 2001/09/20 12:16:50
3546 Log: The sharedsv_space* are variables, not code. Duh.
3548 ! intrpvar.h makedef.pl
3549 ____________________________________________________________________________
3550 [ 12090] By: ams on 2001/09/20 11:26:06
3551 Log: Subject: [patch lib/lib_pm.PL]
3552 From: Stas Bekman <stas@stason.org>
3553 Date: Thu, 20 Sep 2001 18:48:53 +0800
3554 Message-Id: <3BA9C995.6010302@stason.org>
3558 ____________________________________________________________________________
3559 [ 12089] By: jhi on 2001/09/20 01:36:23
3560 Log: Only 21 tests, skipping or not.
3562 ! lib/ExtUtils/Command.t
3563 ____________________________________________________________________________
3564 [ 12088] By: jhi on 2001/09/19 18:54:37
3565 Log: New exported symbols.
3568 ____________________________________________________________________________
3569 [ 12087] By: jhi on 2001/09/19 13:45:59
3570 Log: Update Changes.
3572 ! Changes patchlevel.h
3573 ____________________________________________________________________________
3574 [ 12086] By: jhi on 2001/09/19 13:02:58
3575 Log: Correct numbering of the tests is useful.
3577 ! ext/threads/t/basic.t
3578 ____________________________________________________________________________
3579 [ 12085] By: jhi on 2001/09/19 12:11:15
3580 Log: More tests now too.
3582 ! lib/ExtUtils/Command.t
3583 ____________________________________________________________________________
3584 [ 12084] By: jhi on 2001/09/19 12:08:33
3585 Log: More tests now.
3587 ! ext/threads/t/basic.t
3588 ____________________________________________________________________________
3589 [ 12083] By: jhi on 2001/09/19 11:35:55
3590 Log: The test assumed 7-bit ASCII. Now it "just"
3591 assumes 8-bit whatever.
3594 ____________________________________________________________________________
3595 [ 12082] By: jhi on 2001/09/19 11:19:56
3596 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
3597 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3598 Date: Wed, 19 Sep 2001 11:45:28 +0200
3599 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
3601 Lvalue casts are not portable.
3603 ! ext/threads/threads.xs
3604 ____________________________________________________________________________
3605 [ 12081] By: sky on 2001/09/19 10:17:52
3606 Log: Make the basic test contain only realy basic API tests
3607 Seems to be a problem with detach.
3609 ! ext/threads/t/basic.t
3610 ____________________________________________________________________________
3611 [ 12080] By: ams on 2001/09/19 01:23:55
3612 Log: Subject: [PATCH] Syncing with Test::Simple 0.19
3613 From: Michael G Schwern <schwern@pobox.com>
3614 Date: Tue, 18 Sep 2001 19:53:48 -0400
3615 Message-Id: <20010918195348.M585@blackrider>
3617 Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
3618 From: Michael G Schwern <schwern@pobox.com>
3619 Date: Tue, 18 Sep 2001 22:07:13 -0400
3620 Message-Id: <20010918220713.B19616@blackrider>
3622 ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
3623 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3624 ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
3625 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
3626 ! lib/Test/Tutorial.pod
3627 ____________________________________________________________________________
3628 [ 12079] By: jhi on 2001/09/19 00:19:45
3629 Log: Indent the test a bit.
3631 ! ext/threads/t/basic.t
3632 ____________________________________________________________________________
3633 [ 12078] By: jhi on 2001/09/18 22:54:21
3634 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
3635 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3636 Date: Tue, 18 Sep 2001 18:06:44 +0200
3637 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
3640 ____________________________________________________________________________
3641 [ 12077] By: jhi on 2001/09/18 22:52:24
3642 Log: Subject: stat access time is wrong on Win95
3643 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3644 Date: Tue, 18 Sep 2001 21:59:24 +0200
3645 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
3647 ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
3648 ____________________________________________________________________________
3649 [ 12076] By: ams on 2001/09/18 22:11:25
3650 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
3651 From: Michael G Schwern <schwern@pobox.com>
3652 Date: Tue, 18 Sep 2001 18:47:14 -0400
3653 Message-Id: <20010918184714.I585@blackrider>
3656 ____________________________________________________________________________
3657 [ 12075] By: sky on 2001/09/18 19:29:37
3658 Log: two test failures
3659 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3660 Message-ID: <20010918221702.A17408@rafael>
3661 partly applied, #12074 already fixed half the patch
3663 ! ext/threads/t/basic.t
3664 ____________________________________________________________________________
3665 [ 12074] By: sky on 2001/09/18 18:49:03
3666 Log: Fixes test case failure introduced by #12071, the warning is
3667 now correctly spelled :-)
3669 ! ext/IO/lib/IO/t/io_sel.t
3670 ____________________________________________________________________________
3671 [ 12073] By: sky on 2001/09/18 18:46:22
3672 Log: Make the test behave properly!
3674 ! ext/threads/t/basic.t
3675 ____________________________________________________________________________
3676 [ 12072] By: ams on 2001/09/18 18:44:59
3677 Log: OP_RCATLINE is an SVOP, not a BASEOP.
3679 ! opcode.h opcode.pl
3680 ____________________________________________________________________________
3681 [ 12071] By: ams on 2001/09/18 18:06:27
3682 Log: Deprecate != Depreciate.
3684 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
3685 ! lib/Pod/ParseUtils.pm
3686 ____________________________________________________________________________
3687 [ 12070] By: ams on 2001/09/18 15:14:58
3688 Log: Subject: [PATCH] Getopt::Std cleanup
3689 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3690 Date: Tue, 18 Sep 2001 17:32:13 +0200
3691 Message-Id: <20010918173213.C777@rafael>
3693 ! lib/Getopt/Std.pm lib/Getopt/Std.t
3694 ____________________________________________________________________________
3695 [ 12069] By: sky on 2001/09/18 14:56:33
3696 Log: Forgot the makefile
3698 + ext/threads/Makefile.PL
3699 ____________________________________________________________________________
3700 [ 12068] By: sky on 2001/09/18 14:13:26
3701 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
3702 The test will fail because of Test.pm not knowing about threads.
3703 basic needs to be manually tested
3704 compile time warnings on IV2PTR conversions need to be fixed
3706 + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
3707 + ext/threads/threads.h ext/threads/threads.pm
3708 + ext/threads/threads.xs
3710 ____________________________________________________________________________
3711 [ 12067] By: jhi on 2001/09/18 11:51:08
3712 Log: DJGPP tweak from Laszlo Molnar.
3715 ____________________________________________________________________________
3716 [ 12066] By: sky on 2001/09/18 10:24:31
3717 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
3719 ! sharedsv.c sharedsv.h
3720 ____________________________________________________________________________
3721 [ 12065] By: jhi on 2001/09/18 00:00:09
3722 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
3725 + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
3726 + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
3727 + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
3728 + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
3729 + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
3730 + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
3731 + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
3732 + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
3733 + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
3734 + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
3735 + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
3736 + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
3737 + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
3738 + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
3739 + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
3740 + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
3741 + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
3742 + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
3743 + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
3744 + ext/Encode/Encode/ir-197.enc
3745 - ext/Encode/Encode/cns11643-1.enc
3746 - ext/Encode/Encode/cns11643-2.enc
3747 - ext/Encode/Encode/iso2022-cn.enc
3748 - ext/Encode/Encode/iso2022-jp.enc
3749 - ext/Encode/Encode/iso2022-jp1.enc
3750 - ext/Encode/Encode/iso2022-jp2.enc
3751 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3752 - ext/Encode/Encode/iso8859-1.enc
3753 - ext/Encode/Encode/iso8859-1.ucm
3754 - ext/Encode/Encode/iso8859-10.enc
3755 - ext/Encode/Encode/iso8859-10.ucm
3756 - ext/Encode/Encode/iso8859-11.enc
3757 - ext/Encode/Encode/iso8859-11.ucm
3758 - ext/Encode/Encode/iso8859-13.enc
3759 - ext/Encode/Encode/iso8859-13.ucm
3760 - ext/Encode/Encode/iso8859-14.enc
3761 - ext/Encode/Encode/iso8859-14.ucm
3762 - ext/Encode/Encode/iso8859-15.enc
3763 - ext/Encode/Encode/iso8859-15.ucm
3764 - ext/Encode/Encode/iso8859-16.enc
3765 - ext/Encode/Encode/iso8859-16.ucm
3766 - ext/Encode/Encode/iso8859-2.enc
3767 - ext/Encode/Encode/iso8859-2.ucm
3768 - ext/Encode/Encode/iso8859-3.enc
3769 - ext/Encode/Encode/iso8859-3.ucm
3770 - ext/Encode/Encode/iso8859-4.enc
3771 - ext/Encode/Encode/iso8859-4.ucm
3772 - ext/Encode/Encode/iso8859-5.enc
3773 - ext/Encode/Encode/iso8859-5.ucm
3774 - ext/Encode/Encode/iso8859-6.enc
3775 - ext/Encode/Encode/iso8859-6.ucm
3776 - ext/Encode/Encode/iso8859-7.enc
3777 - ext/Encode/Encode/iso8859-7.ucm
3778 - ext/Encode/Encode/iso8859-8.enc
3779 - ext/Encode/Encode/iso8859-8.ucm
3780 - ext/Encode/Encode/iso8859-9.enc
3781 - ext/Encode/Encode/iso8859-9.ucm
3782 - ext/Encode/Encode/isoir-197.enc
3783 ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
3784 ____________________________________________________________________________
3785 [ 12064] By: jhi on 2001/09/17 23:53:38
3786 Log: Must Uppercase.
3788 ! ext/Encode/Encode.pm
3789 ____________________________________________________________________________
3790 [ 12063] By: jhi on 2001/09/17 23:39:28
3791 Log: Add various encodings.
3793 + ext/Encode/Encode/iso8859-11.enc
3794 + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
3795 + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
3796 + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
3797 + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
3798 + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
3799 + ext/Encode/Encode/viscii.ucm
3800 ! MANIFEST ext/Encode/Encode.pm
3801 ____________________________________________________________________________
3802 [ 12062] By: jhi on 2001/09/17 22:48:21
3803 Log: lib/unicode relic.
3805 ! ext/Encode/compile
3806 ____________________________________________________________________________
3807 [ 12061] By: jhi on 2001/09/17 20:50:16
3808 Log: Subject: [PATCH] Re: filename problems
3809 From: Michael G Schwern <schwern@pobox.com>
3810 Date: Mon, 17 Sep 2001 17:26:26 -0400
3811 Message-ID: <20010917172626.Q585@blackrider>
3813 + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
3814 - t/lib/sample-tests/header_at_end
3815 - t/lib/sample-tests/header_at_end_fail
3816 ! MANIFEST lib/Test/Harness/t/test-harness.t
3817 ____________________________________________________________________________
3818 [ 12060] By: jhi on 2001/09/17 20:14:53
3819 Log: Explicitly explain the 1e9 seconds, not everybody
3822 ! ext/Time/HiRes/HiRes.pm
3823 ____________________________________________________________________________
3824 [ 12059] By: jhi on 2001/09/17 20:07:20
3825 Log: Explain an apparent bug reported by
3826 Richard J. Barbalace <rjbarbal@MIT.EDU>,
3827 with additional explanation from Gisle Aas.
3829 ! ext/Time/HiRes/HiRes.pm
3830 ____________________________________________________________________________
3831 [ 12058] By: ams on 2001/09/17 19:52:01
3832 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
3833 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3834 Date: Mon, 17 Sep 2001 22:48:05 +0200
3835 Message-Id: <20010917224805.C11744@rafael>
3837 ! t/lib/warnings/op t/lib/warnings/pp
3838 ____________________________________________________________________________
3839 [ 12057] By: ams on 2001/09/17 16:51:18
3843 ____________________________________________________________________________
3844 [ 12056] By: ams on 2001/09/17 16:47:55
3845 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
3846 From: "Craig A. Berry" <craigberry@mac.com>
3847 Date: Mon, 17 Sep 2001 12:34:20 -0500
3848 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
3851 ____________________________________________________________________________
3852 [ 12055] By: ams on 2001/09/17 16:05:15
3853 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
3854 From: Gisle Aas <gisle@ActiveState.com>
3855 Date: 16 Apr 2001 16:20:34 -0700
3856 Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
3859 ! lib/CPAN.pm lib/CPAN/Nox.pm
3860 ____________________________________________________________________________
3861 [ 12054] By: jhi on 2001/09/17 14:06:26
3862 Log: Update Changes.
3864 ! Changes patchlevel.h
3865 ____________________________________________________________________________
3866 [ 12053] By: jhi on 2001/09/17 13:45:26
3867 Log: Adding new files to the MANIFEST is always nice.
3870 ____________________________________________________________________________
3871 [ 12052] By: jhi on 2001/09/17 13:12:31
3872 Log: Reindent the PerlIO files (suggested by NI-S), used
3873 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
3874 (GNU indent). Note that wholesale re-indenting might
3875 be nice, but that would break nice formatting/alignment
3876 of assignments, equality testing, and complex boolean
3877 expressions with lots of &s and |s.
3879 ! perlio.c perlio.h perliol.h
3880 ____________________________________________________________________________
3881 [ 12051] By: jhi on 2001/09/17 12:55:53
3882 Log: Add a script for being 8.3-polite.
3883 The found conflicts are being worked on.
3886 ! MANIFEST Porting/pumpkin.pod
3887 ____________________________________________________________________________
3888 [ 12050] By: sky on 2001/09/17 12:44:36
3889 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
3893 ____________________________________________________________________________
3894 [ 12049] By: jhi on 2001/09/17 11:55:07
3895 Log: Bump up versions because of #12041.
3897 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
3898 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
3899 ! lib/Time/localtime.pm
3900 ____________________________________________________________________________
3901 [ 12048] By: jhi on 2001/09/17 11:51:54
3902 Log: Bump the version number because of #12042.
3904 ! lib/CPAN/FirstTime.pm
3905 ____________________________________________________________________________
3906 [ 12047] By: ams on 2001/09/17 11:21:40
3907 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
3908 From: Abhijit Menon-Sen <ams@wiw.org>
3909 Date: Mon, 17 Sep 2001 17:44:12 +0530
3910 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
3913 ____________________________________________________________________________
3914 [ 12046] By: sky on 2001/09/17 07:14:17
3915 Log: Subject: Re: t/op/ver.t using skip() improperly
3916 From: "chromatic" <chromatic@rmci.net>
3917 Date: Mon, 17 Sep 2001 00:22:29 -0600
3918 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
3921 ____________________________________________________________________________
3922 [ 12045] By: nick on 2001/09/17 07:12:14
3923 Log: Integrate mainline
3926 !> (integrate 117 files)
3927 ____________________________________________________________________________
3928 [ 12044] By: ams on 2001/09/17 05:49:53
3929 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
3930 From: Ilmari Karonen <iltzu@sci.fi>
3931 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
3932 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
3933 (And $VERSION = '1.05'.)
3936 ____________________________________________________________________________
3937 [ 12043] By: ams on 2001/09/17 05:44:50
3938 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
3939 From: Michael G Schwern <schwern@pobox.com>
3940 Date: Mon, 17 Sep 2001 07:49:04 +0200
3941 Message-Id: <20010917074904.V1588@blackrider>
3942 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
3946 ____________________________________________________________________________
3947 [ 12042] By: jhi on 2001/09/17 02:54:13
3948 Log: Subject: Re: CPAN.pm needs some hacking
3949 From: "chromatic" <chromatic@rmci.net>
3950 Date: Sun, 16 Sep 2001 16:46:29 -0600
3951 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
3953 ! lib/CPAN/FirstTime.pm
3954 ____________________________________________________________________________
3955 [ 12041] By: jhi on 2001/09/16 20:43:15
3956 Log: Change use|require 5.005_64 to use|require 5.6.1.
3958 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
3959 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
3960 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3961 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
3962 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
3963 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3964 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
3965 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
3966 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
3967 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
3968 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
3969 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
3970 ! lib/base.pm lib/fields.pm
3971 ____________________________________________________________________________
3972 [ 12040] By: jhi on 2001/09/16 20:36:58
3973 Log: Bump up version numbers.
3975 TODO 1: double check that pre-5.6.1 CPAN.pm:s
3976 don't try to download 5.8.0 because of the
3977 version numbers. Mainly this means using _00
3978 in the core version numbers.
3980 TODO 2: the "use 5.005_64" in many modules
3981 needs to be changed to, say, "use 5.6.1".
3983 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
3984 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
3985 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
3986 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
3987 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
3988 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
3989 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3990 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
3991 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
3992 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
3993 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
3994 ____________________________________________________________________________
3995 [ 12039] By: jhi on 2001/09/16 19:23:07
3996 Log: Use UCHARAT() as suggested by Inaba Hiroto.
3999 ____________________________________________________________________________
4000 [ 12038] By: ams on 2001/09/16 15:16:24
4001 Log: Subject: [PATCH] Re: Core module version numbers review
4002 From: Peter Scott <Peter@PSDT.com>
4003 Date: Sun, 16 Sep 2001 09:09:58 -0700
4004 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
4007 ____________________________________________________________________________
4008 [ 12037] By: jhi on 2001/09/16 14:27:54
4009 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
4010 not yet fully implemented.
4012 ! pod/perlfunc.pod pod/perlunicode.pod
4013 ____________________________________________________________________________
4014 [ 12036] By: jhi on 2001/09/15 23:13:12
4015 Log: Subject: [patch] plug PL_beginav_save leak
4016 From: Doug MacEachern <dougm@covalent.net>
4017 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
4018 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
4021 ____________________________________________________________________________
4022 [ 12035] By: jhi on 2001/09/15 23:12:28
4023 Log: (accidentally empty checkin)
4026 ____________________________________________________________________________
4027 [ 12034] By: jhi on 2001/09/15 23:08:09
4028 Log: Subject: [patch] ithreads+PL_beginav_save
4029 From: Doug MacEachern <dougm@covalent.net>
4030 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
4031 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
4034 ____________________________________________________________________________
4035 [ 12033] By: jhi on 2001/09/15 23:07:19
4036 Log: Subject: [PATCH] h2xs.PL with C::Scan
4037 From: Tim Jenness <t.jenness@jach.hawaii.edu>
4038 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
4039 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
4042 ____________________________________________________________________________
4043 [ 12032] By: jhi on 2001/09/15 18:43:20
4044 Log: Elaborate (well, make more vague, really) #12030.
4046 ! pod/perltodo.pod pod/perlunicode.pod
4047 ____________________________________________________________________________
4048 [ 12031] By: jhi on 2001/09/15 18:37:07
4049 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
4050 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4051 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
4052 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
4055 ____________________________________________________________________________
4056 [ 12030] By: jhi on 2001/09/15 17:15:40
4057 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
4058 are not yet complete.
4060 ! pod/perltodo.pod pod/perlunicode.pod
4061 ____________________________________________________________________________
4062 [ 12029] By: jhi on 2001/09/15 13:53:42
4063 Log: Document what's still to be done on the regular expression
4064 Unicode support, based on the UTR#18.
4066 ! pod/perltodo.pod pod/perlunicode.pod
4067 ____________________________________________________________________________
4068 [ 12028] By: jhi on 2001/09/15 12:37:31
4071 ! embedvar.h perlapi.h
4072 ____________________________________________________________________________
4073 [ 12027] By: jhi on 2001/09/15 12:33:49
4074 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
4075 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4076 Date: Sun, 09 Sep 2001 18:41:54 +0100
4077 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
4079 ! Porting/findvars ext/ByteLoader/bytecode.h
4080 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
4081 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
4082 ____________________________________________________________________________
4083 [ 12026] By: gsar on 2001/09/15 04:04:04
4084 Log: enable most warnings for windows build; fix the various typecasting
4085 nits that showed up (no bugfixes here)
4086 Branch: maint-5.6/perl
4087 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
4088 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
4089 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
4090 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
4091 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
4093 ____________________________________________________________________________
4094 [ 12025] By: jhi on 2001/09/14 22:22:58
4095 Log: Integrate change #12024 from maintperl
4096 (a local() precedence bug)
4098 !> lib/ExtUtils/Install.pm
4099 ____________________________________________________________________________
4100 [ 12024] By: gsar on 2001/09/14 22:11:06
4101 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
4103 Branch: maint-5.6/perl
4104 ! lib/ExtUtils/Install.pm
4105 ____________________________________________________________________________
4106 [ 12023] By: jhi on 2001/09/14 15:04:16
4107 Log: Update Changes.
4109 ! Changes patchlevel.h
4110 ____________________________________________________________________________
4111 [ 12022] By: jhi on 2001/09/14 14:49:52
4112 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
4113 From: "chromatic" <chromatic@rmci.net>
4114 Date: Fri, 14 Sep 2001 09:44:57 -0600
4115 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
4117 ! lib/ExtUtils/Manifest.t
4118 ____________________________________________________________________________
4119 [ 12021] By: jhi on 2001/09/14 14:46:36
4120 Log: Hopefully better skipping of the Complete.t tests
4121 in case of not a tty.
4123 ! lib/Term/Complete.t t/op/stat.t
4124 ____________________________________________________________________________
4125 [ 12020] By: jhi on 2001/09/14 14:10:44
4126 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
4127 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4128 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
4129 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
4131 ! regexec.c t/op/pat.t
4132 ____________________________________________________________________________
4133 [ 12019] By: jhi on 2001/09/14 14:02:59
4134 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
4135 From: Robin Barker <rmb1@cise.npl.co.uk>
4136 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
4137 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
4140 ____________________________________________________________________________
4141 [ 12018] By: jhi on 2001/09/14 13:55:56
4142 Log: NetWare tweaks from Ananth Kesari.
4144 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
4146 ____________________________________________________________________________
4147 [ 12017] By: jhi on 2001/09/14 13:50:08
4148 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
4149 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4150 Date: Fri, 14 Sep 2001 10:51:13 +0200
4151 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
4154 ____________________________________________________________________________
4155 [ 12016] By: jhi on 2001/09/14 13:28:08
4156 Log: Subject: Re: [PATCH 2 pl2pm.PL]
4157 From: Joe Smith <Joe.Smith@inwap.com>
4158 Date: Fri, 14 Sep 2001 00:13:32 -0700
4159 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
4163 ! keywords.h keywords.pl utils/pl2pm.PL
4164 ____________________________________________________________________________
4165 [ 12015] By: jhi on 2001/09/14 02:38:23
4166 Log: Retract #12013, didn't go over too well in Tru64.
4168 ! embed.h embed.pl sv.h
4169 ____________________________________________________________________________
4170 [ 12014] By: jhi on 2001/09/14 02:31:05
4171 Log: Subject: [PATCH] Execute files of debugger commands
4172 From: Peter Scott <Peter@PSDT.com>
4173 Date: Thu, 13 Sep 2001 15:26:31 -0700
4174 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
4176 ! lib/perl5db.pl pod/perldebug.pod
4177 ____________________________________________________________________________
4178 [ 12013] By: jhi on 2001/09/14 02:25:05
4179 Log: (Retracted by #12015)
4180 Subject: [proposed PATCH] Re: perl@11920
4181 From: Nicholas Clark <nick@ccl4.org>
4182 Date: Wed, 12 Sep 2001 23:46:09 +0100
4183 Message-ID: <20010912234609.H4971@plum.flirble.org>
4185 ! embed.h embed.pl sv.h
4186 ____________________________________________________________________________
4187 [ 12012] By: jhi on 2001/09/14 02:12:02
4188 Log: ucblib shouldn't be linked against in nonstop-ux,
4191 ! hints/nonstopux.sh
4192 ____________________________________________________________________________
4193 [ 12011] By: jhi on 2001/09/13 12:54:51
4194 Log: Do stty only if we have stty.
4196 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
4198 ! lib/Term/Complete.pm
4199 ____________________________________________________________________________
4200 [ 12010] By: jhi on 2001/09/13 12:44:28
4201 Log: Skip the test if not running on a tty.
4203 ! lib/Term/Complete.t
4204 ____________________________________________________________________________
4205 [ 12009] By: jhi on 2001/09/13 12:01:56
4208 ! embed.h opcode.h pod/perlapi.pod proto.h
4209 ____________________________________________________________________________
4210 [ 12008] By: jhi on 2001/09/12 17:51:32
4211 Log: Subject: [PATCH op.c] Re: perl@12003
4212 From: Robin Barker <rmb1@cise.npl.co.uk>
4213 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
4214 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
4217 ____________________________________________________________________________
4218 [ 12007] By: jhi on 2001/09/12 17:49:39
4219 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
4220 From: Robin Barker <rmb1@cise.npl.co.uk>
4221 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
4222 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
4225 ____________________________________________________________________________
4226 [ 12006] By: jhi on 2001/09/12 17:41:49
4227 Log: Upgrade to Memoize 0.66.
4229 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
4230 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
4231 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
4232 ____________________________________________________________________________
4233 [ 12005] By: jhi on 2001/09/12 13:14:59
4234 Log: Subject: [ID 20010912.007] substr reference core dump
4235 From: me-01@ton.iguana.be
4236 Date: 12 Sep 2001 14:11:16 -0000
4237 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
4240 ____________________________________________________________________________
4241 [ 12004] By: ams on 2001/09/12 01:13:49
4242 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
4243 From: Ilmari Karonen <iltzu@sci.fi>
4244 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
4245 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
4248 ____________________________________________________________________________
4249 [ 12003] By: jhi on 2001/09/11 13:02:37
4250 Log: Update Changes.
4252 ! Changes patchlevel.h
4253 ____________________________________________________________________________
4254 [ 12002] By: jhi on 2001/09/11 11:50:48
4255 Log: NetWare update from Ananth Kesari.
4257 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
4258 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
4259 ____________________________________________________________________________
4260 [ 12001] By: jhi on 2001/09/11 11:40:51
4261 Log: Retract #11984: div() being redefined, and 1397
4262 failing on 64-bit platforms.
4264 ! lib/Math/BigInt/Calc.pm
4265 ____________________________________________________________________________
4266 [ 12000] By: jhi on 2001/09/11 11:19:07
4267 Log: Metaconfig unit change for #11999.
4269 ! U/protos/d_lseekproto.U
4270 ____________________________________________________________________________
4271 [ 11999] By: jhi on 2001/09/11 11:18:36
4272 Log: The lseek fix (#11991) was no fix.
4275 ____________________________________________________________________________
4276 [ 11998] By: sky on 2001/09/11 07:52:06
4277 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
4278 From: Matt Sergeant <MSergeant@star.net.uk>
4279 Date: Tue, 11 Sep 2001 09:22:32 +0100
4280 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
4282 ! ext/Encode/Encode.pm
4283 ____________________________________________________________________________
4284 [ 11997] By: sky on 2001/09/11 06:35:29
4285 Log: Sometimes dTHX is added because it is needed on non
4286 gnuc platforms, but not needed there. This uses GCC
4287 to silence GCC specific warnings by marking pTHX as
4291 ____________________________________________________________________________
4292 [ 11996] By: nick on 2001/09/11 06:25:27
4293 Log: Integrate mainline
4295 - ext/POSIX/sigaction.t lib/File/Find/taint.t
4296 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
4297 ____________________________________________________________________________
4298 [ 11995] By: nick on 2001/09/11 06:23:39
4299 Log: Part Integrate mainline
4301 +> (branch 69 files)
4302 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
4303 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
4304 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
4305 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
4306 - lib/Switch/t/switch_case.t lib/Test/Harness.t
4307 - lib/Test/More/Changes lib/Test/More/t/More.t
4308 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4309 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4310 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
4311 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
4312 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
4313 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
4314 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
4315 - t/lib/Test/More/Catch.pm wince/perl.ico
4316 !> (integrate 197 files)
4317 ____________________________________________________________________________
4318 [ 11994] By: jhi on 2001/09/11 03:12:44
4319 Log: Subject: Re: [PATCH] Encode.pm docs fix
4320 From: Gisle Aas <gisle@ActiveState.com>
4321 Date: 10 Sep 2001 11:27:02 -0700
4322 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
4324 ! ext/Encode/Encode.pm
4325 ____________________________________________________________________________
4326 [ 11993] By: jhi on 2001/09/11 02:27:25
4327 Log: Fix unpack U to be the reverse of pack U
4328 (but implement unpack U0U as a backdoor to get
4329 the UTF-8 malformed warnings from un-UTF-8 data)
4331 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
4332 ____________________________________________________________________________
4333 [ 11992] By: jhi on 2001/09/11 00:14:24
4334 Log: Metaconfig unit change for #11991;
4335 delete an unused unit (d_strtoull.U is the one used)
4337 ! U/protos/d_lseekproto.U
4338 Branch: metaconfig/U/perl
4340 ____________________________________________________________________________
4341 [ 11991] By: jhi on 2001/09/11 00:14:01
4342 Log: Subject: [PATCH] Configure not recording lseek proto
4343 From: Blair Zajac <blair@orcaware.com>
4344 Date: Mon, 10 Sep 2001 17:52:37 -0700
4345 Message-ID: <3B9D6055.BA334A31@orcaware.com>
4347 plus regen Configure.
4349 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4350 ! config_h.SH uconfig.h
4351 ____________________________________________________________________________
4352 [ 11990] By: jhi on 2001/09/10 23:59:25
4353 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?)))
4354 From: Nicholas Clark <nick@ccl4.org>
4355 Date: Tue, 11 Sep 2001 00:00:31 +0100
4356 Message-ID: <20010911000031.G1512@plum.flirble.org>
4359 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
4360 ____________________________________________________________________________
4361 [ 11989] By: jhi on 2001/09/10 23:31:45
4362 Log: Subject: [PATCH] Building on win32 w/o perlio
4363 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4364 Date: Mon, 10 Sep 2001 23:38:46 +0200
4365 Message-ID: <3B9D4F06.14433.2C37644@localhost>
4367 ! perl.c win32/Makefile win32/makefile.mk
4368 ____________________________________________________________________________
4369 [ 11988] By: jhi on 2001/09/10 23:26:40
4370 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
4371 From: "chromatic" <chromatic@rmci.net>
4372 Date: Mon, 10 Sep 2001 15:14:01 -0600
4373 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
4377 ____________________________________________________________________________
4378 [ 11987] By: jhi on 2001/09/10 23:24:11
4379 Log: Subject: avoiding hoardes of zombies
4380 From: Nicholas Clark <nick@ccl4.org>
4381 Date: Mon, 10 Sep 2001 22:00:40 +0100
4382 Message-ID: <20010910220040.C1512@plum.flirble.org>
4385 ____________________________________________________________________________
4386 [ 11986] By: jhi on 2001/09/10 23:22:10
4387 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
4388 From: John Peacock <jpeacock@rowman.com>
4389 Date: Mon, 10 Sep 2001 16:34:30 -0400
4390 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
4392 ! sv.c t/op/ver.t utf8.h
4393 ____________________________________________________________________________
4394 [ 11985] By: ams on 2001/09/10 23:20:13
4395 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
4398 ____________________________________________________________________________
4399 [ 11984] By: jhi on 2001/09/10 23:09:31
4400 Log: (Retracted by #12001)
4401 Subject: Calc with USE_MUL/USE_DIV
4402 From: Tels <perl_dummy@bloodgate.com>
4403 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
4404 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
4406 ! lib/Math/BigInt/Calc.pm
4407 ____________________________________________________________________________
4408 [ 11983] By: jhi on 2001/09/10 22:37:14
4409 Log: Subject: [PATCH op.c] Re: perl@11978
4410 From: Robin Barker <rmb1@cise.npl.co.uk>
4411 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
4412 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
4417 ____________________________________________________________________________
4418 [ 11982] By: jhi on 2001/09/10 22:35:57
4419 Log: Switch PADOFFSET back to U32 both because of binary backward
4420 compatibility and because Arthur seems to have been fixing the
4421 problems with naughty integer-pointer casting.
4424 ____________________________________________________________________________
4425 [ 11981] By: ams on 2001/09/10 16:31:43
4426 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
4427 Fix Pod Typo, Add Test for ExtUtils::Command
4428 From: "chromatic" <chromatic@rmci.net>
4429 Date: Mon, 10 Sep 2001 11:20:56 -0600
4430 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
4432 + lib/ExtUtils/Command.t
4433 ! MANIFEST lib/ExtUtils/Command.pm
4434 ____________________________________________________________________________
4435 [ 11980] By: jhi on 2001/09/10 13:29:35
4436 Log: Subject: [PATCH] Encode.pm docs fix
4437 From: Matt Sergeant <MSergeant@star.net.uk>
4438 Date: Mon, 10 Sep 2001 15:24:01 +0100
4439 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
4441 ! ext/Encode/Encode.pm
4442 ____________________________________________________________________________
4443 [ 11979] By: jhi on 2001/09/10 13:17:48
4444 Log: Update Changes.
4446 ! Changes patchlevel.h
4447 ____________________________________________________________________________
4448 [ 11978] By: jhi on 2001/09/10 12:59:40
4449 Log: Revert #11973, the dTHX seems to be needed in there
4450 for threaded builds.
4453 ____________________________________________________________________________
4454 [ 11977] By: jhi on 2001/09/10 12:55:47
4458 ____________________________________________________________________________
4459 [ 11976] By: jhi on 2001/09/10 12:46:34
4460 Log: Further Class::Struct patching from Damian.
4462 The new new semantics are:
4464 * If you pass an initializer for a nested object, it has to be:
4465 a) a reference to an object of that class, or
4466 b) a reference to an object of a subclass of that class, or
4467 c) a reference to a hash of arguments to be passed to the
4469 * If you pass no initializer for a nested object, the attribute
4470 is initialized to C<undef>
4472 ! lib/Class/Struct.pm
4473 ____________________________________________________________________________
4474 [ 11975] By: jhi on 2001/09/10 12:42:24
4475 Log: Skip the crypt test if no crypt.
4478 ____________________________________________________________________________
4479 [ 11974] By: jhi on 2001/09/10 12:39:25
4480 Log: Warn against using bare v-strings as IP addresses
4481 (okay if using the wrappers from Socket)
4483 ! pod/perldata.pod pod/perlport.pod
4484 ____________________________________________________________________________
4485 [ 11973] By: sky on 2001/09/10 11:57:58
4486 Log: Remove unused dTHX. Silenced another warning.
4489 ____________________________________________________________________________
4490 [ 11972] By: sky on 2001/09/10 11:54:25
4491 Log: Silence some more warnings INT2PTR.
4493 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
4494 ____________________________________________________________________________
4495 [ 11971] By: sky on 2001/09/10 11:21:50
4496 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
4499 ____________________________________________________________________________
4500 [ 11970] By: sky on 2001/09/10 11:17:25
4501 Log: Apply INT2PTR with force to silence warnings from
4502 PM_GETRE and friends. No more warnings with 64bit
4503 IVs and 32bit pointers.
4506 ____________________________________________________________________________
4507 [ 11969] By: sky on 2001/09/10 10:13:02
4508 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
4511 ____________________________________________________________________________
4512 [ 11968] By: sky on 2001/09/10 10:02:51
4513 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
4514 Rename to custop_op_name to Perl_custom_op_name to match perlapi
4515 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
4518 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
4519 ____________________________________________________________________________
4520 [ 11967] By: jhi on 2001/09/10 03:14:35
4521 Log: Using strlen() not good on embedded nul bytes.
4524 ____________________________________________________________________________
4525 [ 11966] By: ams on 2001/09/09 21:06:13
4526 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
4527 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4528 Date: Mon, 13 Aug 2001 22:51:59 +0200
4529 Message-ID: <20010813225159.C6681@rafael>
4530 (Applied with several tweaks.)
4532 ! embed.h embed.pl proto.h toke.c
4533 ____________________________________________________________________________
4534 [ 11965] By: jhi on 2001/09/09 14:40:39
4535 Log: The exact error message is system-dependent.
4537 ! lib/ExtUtils/Manifest.t
4538 ____________________________________________________________________________
4539 [ 11964] By: jhi on 2001/09/09 14:38:05
4540 Log: Add Windows and Mac Sami support to Encode
4541 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
4543 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
4545 ____________________________________________________________________________
4546 [ 11963] By: jhi on 2001/09/09 13:54:07
4547 Log: Use the tried method.
4550 ____________________________________________________________________________
4551 [ 11962] By: jhi on 2001/09/09 13:46:59
4552 Log: Can't count parentheses.
4554 ! ext/IO/lib/IO/Socket/INET.pm
4555 ____________________________________________________________________________
4556 [ 11961] By: jhi on 2001/09/09 13:34:12
4557 Log: perlport additions: 1 while unlink, add/delete directory
4558 entries and permissions, cygwin stat funkiness (from Michael
4559 Schwern and Nicholas Clark)
4562 ____________________________________________________________________________
4563 [ 11960] By: jhi on 2001/09/09 13:19:12
4564 Log: blib does have a detectable test.
4567 ____________________________________________________________________________
4568 [ 11959] By: jhi on 2001/09/09 13:16:43
4569 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
4570 From: "chromatic" <chromatic@rmci.net>
4571 Date: Sat, 08 Sep 2001 19:33:42 -0600
4572 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
4574 + lib/Term/Complete.t
4576 ____________________________________________________________________________
4577 [ 11958] By: jhi on 2001/09/09 13:09:02
4578 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
4579 From: Michael G Schwern <schwern@pobox.com>
4580 Date: Sat, 8 Sep 2001 02:40:26 -0400
4581 Message-ID: <20010908024026.A26283@blackrider>
4583 + lib/Test/Tutorial.pod
4585 ____________________________________________________________________________
4586 [ 11957] By: jhi on 2001/09/09 13:03:33
4587 Log: Try to look up protocol (by name) only iff it has non-numbers:
4588 nice if the server is in a chrooted environment (no /etc/protocols,
4589 server code using hardcorded protocol numbers like 6 for tcp),
4590 suggested by John Holdsworth <coldwave@bigfoot.com>.
4591 In other words, if we are given a number, why look it up again
4594 ! ext/IO/lib/IO/Socket/INET.pm
4595 ____________________________________________________________________________
4596 [ 11956] By: jhi on 2001/09/09 12:53:12
4597 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
4598 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4599 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
4600 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
4602 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
4603 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4604 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
4605 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
4606 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
4607 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4608 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
4609 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
4611 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
4612 ____________________________________________________________________________
4613 [ 11955] By: ams on 2001/09/09 02:54:21
4614 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
4615 From: "Craig A. Berry" <craigberry@mac.com>
4616 Date: Sat, 08 Sep 2001 19:02:16 -0500
4617 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
4620 ____________________________________________________________________________
4621 [ 11954] By: jhi on 2001/09/09 02:30:39
4622 Log: Documentation tweaks; think the IP address as an opaque string.
4624 ! ext/Socket/Socket.pm
4625 ____________________________________________________________________________
4626 [ 11953] By: jhi on 2001/09/09 00:32:05
4627 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
4628 From: Michael G Schwern <schwern@pobox.com>
4629 Date: Sat, 8 Sep 2001 19:45:46 -0400
4630 Message-ID: <20010908194546.C9193@blackrider>
4633 ! MANIFEST lib/blib.pm t/lib/1_compile.t
4634 ____________________________________________________________________________
4635 [ 11952] By: jhi on 2001/09/09 00:27:15
4636 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
4637 From: "chromatic" <chromatic@rmci.net>
4638 Date: Sat, 08 Sep 2001 12:31:44 -0600
4639 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
4643 ____________________________________________________________________________
4644 [ 11951] By: jhi on 2001/09/09 00:24:07
4645 Log: The Socket tests were wrong: they were assuming too much.
4647 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
4648 ____________________________________________________________________________
4649 [ 11950] By: jhi on 2001/09/08 20:09:07
4650 Log: Retract the portability changes since they
4651 seem to have opened a can of worms... will
4652 go back to UNICOS/mk and do the bare minimum
4653 required to get the tests working.
4655 ! ext/Socket/Socket.xs
4656 ____________________________________________________________________________
4657 [ 11949] By: jhi on 2001/09/08 19:48:20
4658 Log: PADOFFSET is used to cast pointers into integers,
4659 if pointers are 64 bits and U32 32 bits,
4660 bad things may happen, or at least warnings issued.
4663 ____________________________________________________________________________
4664 [ 11948] By: jhi on 2001/09/08 18:50:07
4665 Log: Still more Socket portability tweaking.
4666 Now Socket.t seems to be happy in all of
4667 Linux/x86, Tru64/alpha, Solaris/sparc,
4668 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
4670 Addendum: it seems that io_multihomed, io_sock, and hostent
4671 were broken in little-endians (linux/x86 and tru64/alpha)
4672 because of this change. Argh.
4674 ! ext/Socket/Socket.xs
4675 ____________________________________________________________________________
4676 [ 11947] By: jhi on 2001/09/08 17:23:23
4677 Log: More portability kicking on inet_ntoa().
4679 ! ext/Socket/Socket.xs
4680 ____________________________________________________________________________
4681 [ 11946] By: jhi on 2001/09/08 15:09:58
4682 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
4683 From: Michael G Schwern <schwern@pobox.com>
4684 Date: Fri, 7 Sep 2001 23:06:51 -0400
4685 Message-ID: <20010907230651.R606@blackrider>
4687 + lib/ExtUtils/Manifest.t
4688 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
4689 ____________________________________________________________________________
4690 [ 11945] By: jhi on 2001/09/08 14:49:15
4691 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
4692 From: "chromatic" <chromatic@rmci.net>
4693 Date: Fri, 07 Sep 2001 17:53:15 -0600
4694 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
4696 + lib/ExtUtils/testlib.t
4698 ____________________________________________________________________________
4699 [ 11944] By: jhi on 2001/09/07 22:57:00
4703 ____________________________________________________________________________
4704 [ 11943] By: jhi on 2001/09/07 20:34:55
4705 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
4706 From: "Craig A. Berry" <craigberry@mac.com>
4707 Date: Fri, 07 Sep 2001 15:30:03 -0500
4708 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
4711 ____________________________________________________________________________
4712 [ 11942] By: jhi on 2001/09/07 20:30:43
4713 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
4714 From: Michael G Schwern <schwern@pobox.com>
4715 Date: Fri, 7 Sep 2001 15:38:13 -0400
4716 Message-ID: <20010907153813.K606@blackrider>
4718 ! lib/ExtUtils/MM_Unix.pm
4719 ____________________________________________________________________________
4720 [ 11941] By: jhi on 2001/09/07 20:28:24
4721 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
4722 From: Robin Barker <rmb1@cise.npl.co.uk>
4723 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
4724 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
4726 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
4727 ____________________________________________________________________________
4728 [ 11940] By: jhi on 2001/09/07 20:26:29
4729 Log: Clean up 1_compile.t; move tests to more consistent
4730 places (t/ subdirectories); add integer.t (much of
4731 the pragma is tested elsewhere but there is no one
4734 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
4735 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
4736 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
4737 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
4738 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
4739 - lib/File/Find/find.t lib/File/Find/taint.t
4740 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
4741 ____________________________________________________________________________
4742 [ 11939] By: jhi on 2001/09/07 17:25:32
4743 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
4744 From: "chromatic" <chromatic@rmci.net>
4745 Date: Fri, 07 Sep 2001 10:17:40 -0600
4746 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
4748 ! lib/File/Find/taint.t
4749 ____________________________________________________________________________
4750 [ 11938] By: jhi on 2001/09/07 14:04:43
4751 Log: Update Changes.
4753 ! Changes patchlevel.h
4754 ____________________________________________________________________________
4755 [ 11937] By: jhi on 2001/09/07 13:52:03
4756 Log: Rename the old threading tutorial, start a new one,
4759 + pod/perlothrtut.pod
4760 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
4762 ____________________________________________________________________________
4763 [ 11936] By: jhi on 2001/09/07 13:05:48
4764 Log: vars very much has a test.
4767 ____________________________________________________________________________
4768 [ 11935] By: jhi on 2001/09/07 12:52:06
4769 Log: Subject: Re: wince/perl.ico marked as binary
4770 From: Nicholas Clark <nick@ccl4.org>
4771 Date: Fri, 7 Sep 2001 13:54:40 +0100
4772 Message-ID: <20010907135439.D39150@plum.flirble.org>
4774 and wince/Makefile.ce change from Rainer Keuchel.
4777 ! MANIFEST wince/Makefile.ce
4778 ____________________________________________________________________________
4779 [ 11934] By: jhi on 2001/09/07 12:43:50
4780 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
4781 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4782 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
4783 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
4786 ____________________________________________________________________________
4787 [ 11933] By: jhi on 2001/09/07 12:37:46
4788 Log: (Replaced by #11934)
4789 Subject: Re: [PATCH regexec.c] more general .* and .*?
4790 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4791 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
4792 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
4795 ____________________________________________________________________________
4796 [ 11932] By: jhi on 2001/09/07 12:27:14
4797 Log: The #11931 patching misbehaved.
4799 ! lib/Test/Harness/t/test-harness.t
4800 ____________________________________________________________________________
4801 [ 11931] By: jhi on 2001/09/07 12:21:30
4802 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
4803 From: Michael G Schwern <schwern@pobox.com>
4804 Date: Fri, 7 Sep 2001 03:30:41 -0400
4805 Message-ID: <20010907033041.A2796@blackrider>
4807 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
4808 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
4809 + t/lib/sample-tests/header_at_end_fail
4810 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
4811 - lib/Test/Harness.t
4812 ! MANIFEST lib/Test/Harness.pm t/TEST
4813 ____________________________________________________________________________
4814 [ 11930] By: jhi on 2001/09/07 11:59:17
4815 Log: Subject: [PATCH] Digest::MD5 update
4816 From: Gisle Aas <gisle@ActiveState.com>
4817 Date: 06 Sep 2001 23:32:56 -0700
4818 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
4820 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4821 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
4822 ____________________________________________________________________________
4823 [ 11929] By: jhi on 2001/09/07 11:23:05
4824 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
4825 From: "chromatic" <chromatic@rmci.net>
4826 Date: Thu, 06 Sep 2001 23:11:44 -0600
4827 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
4830 ! MANIFEST t/lib/1_compile.t
4831 ____________________________________________________________________________
4832 [ 11928] By: jhi on 2001/09/07 11:19:29
4833 Log: The binary file must somehow differently stored.
4837 ____________________________________________________________________________
4838 [ 11927] By: jhi on 2001/09/07 03:53:29
4839 Log: Add more modules to the list of modules that have tests,
4840 Schwern's wallet is getting more nervous.
4841 (Run t/lib/1_compile.t manually to see which modules
4842 are lacking tests, or the tests can't be run for some
4843 reason or another, such as the Net:: modules)
4846 ____________________________________________________________________________
4847 [ 11926] By: jhi on 2001/09/07 03:43:11
4848 Log: Try to make Socket::inet_ntoa() more robust.
4850 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
4851 ____________________________________________________________________________
4852 [ 11925] By: jhi on 2001/09/07 01:57:58
4853 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
4854 From: chromatic <chromatic@rmci.net>
4855 Date: Wed, 5 Sep 2001 22:58:05 -0600
4856 Message-Id: <01090522580506.19590@firewheel>
4859 ____________________________________________________________________________
4860 [ 11924] By: jhi on 2001/09/07 01:55:05
4861 Log: Subject: Re: perlvar manpage and localizing special vars
4862 From: Stas Bekman <stas@stason.org>
4863 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
4864 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
4867 ____________________________________________________________________________
4868 [ 11923] By: jhi on 2001/09/07 01:49:36
4869 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
4870 From: Robin Barker <rmb1@cise.npl.co.uk>
4871 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
4872 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
4874 ! lib/ExtUtils/MakeMaker.pm
4875 ____________________________________________________________________________
4876 [ 11922] By: jhi on 2001/09/06 18:09:08
4877 Log: Symbol missing; AIX unhappy.
4880 ____________________________________________________________________________
4881 [ 11921] By: jhi on 2001/09/06 17:52:43
4882 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
4883 Reported in 5.61, seems to work okay in blead.
4886 ____________________________________________________________________________
4887 [ 11920] By: jhi on 2001/09/06 14:35:09
4888 Log: Update Changes.
4890 ! Changes patchlevel.h
4891 ____________________________________________________________________________
4892 [ 11919] By: jhi on 2001/09/06 14:20:10
4893 Log: Document the bad assumptions currently breaking
4894 the Socket.t tests 10, 11, and 13 in UNICOS.
4896 ! ext/Socket/Socket.xs
4897 ____________________________________________________________________________
4898 [ 11918] By: jhi on 2001/09/06 14:07:45
4899 Log: Subject: [PATCH x2p] make OPTIMIZE=...
4900 From: Robin Barker <rmb1@cise.npl.co.uk>
4901 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
4902 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
4904 ! x2p/Makefile.SH x2p/cflags.SH
4905 ____________________________________________________________________________
4906 [ 11917] By: jhi on 2001/09/06 14:01:45
4907 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
4908 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
4909 Date: Thu, 6 Sep 2001 11:09:40 +0100
4910 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
4912 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
4913 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4914 Date: 6 Sep 2001 10:14:38 -0000
4915 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
4917 ! pod/perlfaq1.pod pod/perlhack.pod
4918 ____________________________________________________________________________
4919 [ 11916] By: jhi on 2001/09/06 13:56:19
4920 Log: Subject: Extra NUL is Data::Dumper output - patch
4921 From: Tony Cook <tony@develop-help.com>
4922 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
4923 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
4925 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
4926 ____________________________________________________________________________
4927 [ 11915] By: jhi on 2001/09/06 13:51:16
4928 Log: Avoid redefinition warning
4929 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
4931 perl -w -Ilib -MCwd -e ''
4934 ____________________________________________________________________________
4935 [ 11914] By: jhi on 2001/09/06 13:30:32
4936 Log: Update the is_tainted() example implementation.
4939 ____________________________________________________________________________
4940 [ 11913] By: jhi on 2001/09/06 13:15:59
4941 Log: Missing) in #11912.
4943 ! lib/Test/Simple/t/fail.t
4944 ____________________________________________________________________________
4945 [ 11912] By: jhi on 2001/09/06 13:08:48
4946 Log: Rewhack Test-Simple into core harness.
4948 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4949 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
4950 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4951 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4952 ! lib/Test/Simple/t/skipall.t
4953 ____________________________________________________________________________
4954 [ 11911] By: jhi on 2001/09/06 11:54:06
4955 Log: Workaround for the new Exporter 'feature'.
4958 ____________________________________________________________________________
4959 [ 11910] By: jhi on 2001/09/06 11:52:56
4960 Log: Re-introduce pure-Perl fall-back for abs_path,
4961 re-introduce #11898.
4963 ! lib/Cwd.pm lib/File/Find.pm
4964 ____________________________________________________________________________
4965 [ 11909] By: jhi on 2001/09/06 03:49:13
4969 ____________________________________________________________________________
4970 [ 11908] By: jhi on 2001/09/06 03:38:22
4971 Log: Retract #11898 for now because it introduces
4972 a rather nasty depencency: when B is being built,
4973 MakeMaker is used. MakeMaker uses File::Find.
4974 File::Find uses Cwd::getcwd()...which doesn't
4978 ____________________________________________________________________________
4979 [ 11907] By: jhi on 2001/09/06 03:20:02
4980 Log: New test welcome.
4982 + lib/Test/Simple/t/simple.t
4983 ____________________________________________________________________________
4984 [ 11906] By: jhi on 2001/09/06 03:08:01
4985 Log: Old test begone.
4987 - lib/Attribute/Handlers/test.pl
4988 ____________________________________________________________________________
4989 [ 11905] By: jhi on 2001/09/06 01:41:03
4990 Log: Test-Simple syncup from Schwern.
4992 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
4993 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
4994 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
4995 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
4996 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
4997 - lib/Test/More/Changes lib/Test/More/t/More.t
4998 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4999 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5000 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
5001 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
5002 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
5003 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5004 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5005 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
5006 ! t/lib/Test/Simple/sample_tests/death.plx
5007 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
5008 ! t/lib/Test/Simple/sample_tests/extras.plx
5009 ! t/lib/Test/Simple/sample_tests/five_fail.plx
5010 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
5011 ! t/lib/Test/Simple/sample_tests/one_fail.plx
5012 ! t/lib/Test/Simple/sample_tests/require.plx
5013 ! t/lib/Test/Simple/sample_tests/success.plx
5014 ! t/lib/Test/Simple/sample_tests/too_few.plx
5015 ! t/lib/Test/Simple/sample_tests/two_fail.plx
5016 ____________________________________________________________________________
5017 [ 11904] By: pudge on 2001/09/06 00:28:01
5018 Log: Integrate File::Find changes from bleadperl
5019 Branch: maint-5.6/macperl
5020 ! lib/File/Find.pm t/lib/filefind-taint.t
5021 ____________________________________________________________________________
5022 [ 11903] By: pudge on 2001/09/06 00:22:29
5023 Log: Integrate 11847 from maint-5.6/perl
5024 Branch: maint-5.6/macperl
5026 ____________________________________________________________________________
5027 [ 11902] By: jhi on 2001/09/05 23:27:57
5028 Log: In UNICOS division yada yada.
5031 ____________________________________________________________________________
5032 [ 11901] By: jhi on 2001/09/05 23:26:23
5033 Log: In UNICOS division is really lossy, better use
5036 ! ext/Time/HiRes/HiRes.t
5037 ____________________________________________________________________________
5038 [ 11900] By: jhi on 2001/09/05 23:22:38
5039 Log: In UNICOS sigaction() sets an extra flag
5040 ("the signal has been registered for all the processes in
5041 a multitasking group.")
5043 ! ext/POSIX/sigaction.t
5044 ____________________________________________________________________________
5045 [ 11899] By: jhi on 2001/09/05 23:18:48
5046 Log: Documentation micropatch from Damian.
5048 ! lib/Attribute/Handlers.pm
5049 ____________________________________________________________________________
5050 [ 11898] By: jhi on 2001/09/05 23:16:50
5051 Log: (Retracted by #11908)
5052 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
5053 From: Michael G Schwern <schwern@pobox.com>
5054 Date: Wed, 5 Sep 2001 15:58:21 -0400
5055 Message-ID: <20010905155821.I632@blackrider>
5057 ! lib/File/Find.pm lib/File/Find/taint.t
5058 ____________________________________________________________________________
5059 [ 11897] By: jhi on 2001/09/05 23:14:43
5060 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
5061 From: Michael G Schwern <schwern@pobox.com>
5062 Date: Wed, 5 Sep 2001 19:16:31 -0400
5063 Message-ID: <20010905191631.E11386@blackrider>
5067 ____________________________________________________________________________
5068 [ 11896] By: jhi on 2001/09/05 23:14:11
5069 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
5070 From: chromatic <chromatic@rmci.net>
5071 Date: Wed, 5 Sep 2001 18:08:07 -0600
5072 Message-Id: <01090518080700.19590@firewheel>
5075 ____________________________________________________________________________
5076 [ 11895] By: jhi on 2001/09/05 22:52:01
5077 Log: Fix a typo #11889 and add a test for the same.
5079 ! ext/Socket/Socket.t ext/Socket/Socket.xs
5080 ____________________________________________________________________________
5081 [ 11894] By: jhi on 2001/09/05 22:43:26
5082 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
5083 From: "Craig A. Berry" <craigberry@mac.com>
5084 Date: Wed, 05 Sep 2001 17:48:54 -0500
5085 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
5087 ! lib/warnings.t t/run/kill_perl.t
5088 ____________________________________________________________________________
5089 [ 11893] By: jhi on 2001/09/05 22:36:35
5090 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
5091 From: Michael G Schwern <schwern@pobox.com>
5092 Date: Wed, 5 Sep 2001 17:22:25 -0400
5093 Message-ID: <20010905172225.C11386@blackrider>
5096 ____________________________________________________________________________
5097 [ 11892] By: jhi on 2001/09/05 22:34:55
5098 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
5099 From: Nicholas Clark <nick@ccl4.org>
5100 Date: Wed, 5 Sep 2001 20:54:24 +0100
5101 Message-ID: <20010905205424.C25120@plum.flirble.org>
5103 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
5104 ____________________________________________________________________________
5105 [ 11891] By: jhi on 2001/09/05 22:34:16
5106 Log: Forgotten thing.
5109 ____________________________________________________________________________
5110 [ 11890] By: jhi on 2001/09/05 22:27:42
5111 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
5112 From: chromatic <chromatic@rmci.net>
5113 Date: Wed, 5 Sep 2001 13:22:08 -0600
5114 Message-Id: <01090513220807.10587@firewheel>
5117 ____________________________________________________________________________
5118 [ 11889] By: jhi on 2001/09/05 22:23:06
5119 Log: inet_ntoa() tweaks:
5120 - don't allow addresses with > 255 characters
5121 - indent the HP-UX workaround
5124 ! ext/Socket/Socket.xs
5125 ____________________________________________________________________________
5126 [ 11888] By: jhi on 2001/09/05 16:26:17
5127 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
5128 <xwu@theeducationcenter.com>
5131 ____________________________________________________________________________
5132 [ 11887] By: jhi on 2001/09/05 15:40:03
5136 ____________________________________________________________________________
5137 [ 11886] By: jhi on 2001/09/05 15:30:11
5141 ____________________________________________________________________________
5142 [ 11885] By: gbarr on 2001/09/05 15:26:18
5143 Log: Update to Scalar-List-Utils 1.05
5145 ! ext/List/Util/ChangeLog ext/List/Util/README
5146 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
5147 ____________________________________________________________________________
5148 [ 11884] By: jhi on 2001/09/05 13:05:14
5149 Log: Update Changes.
5151 ! Changes patchlevel.h
5152 ____________________________________________________________________________
5153 [ 11883] By: gbarr on 2001/09/05 12:51:35
5154 Log: Update to Scalar-List-Utils 1.04
5156 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
5157 ! ext/List/Util/lib/List/Util.pm
5158 ! ext/List/Util/lib/Scalar/Util.pm
5159 ____________________________________________________________________________
5160 [ 11882] By: jhi on 2001/09/05 12:29:44
5161 Log: Metaconfigify #11724.
5163 ! U/threads/archname.U
5164 ____________________________________________________________________________
5165 [ 11881] By: jhi on 2001/09/05 12:21:44
5166 Log: The MacOS reference is okay, no reason to hide it.
5169 ____________________________________________________________________________
5170 [ 11880] By: jhi on 2001/09/05 12:20:49
5171 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
5172 From: Michael G Schwern <schwern@pobox.com>
5173 Date: Tue, 4 Sep 2001 15:30:10 -0400
5174 Message-ID: <20010904153010.H26466@blackrider>
5176 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
5178 ! ext/Cwd/Makefile.PL lib/Cwd.pm
5179 ____________________________________________________________________________
5180 [ 11879] By: jhi on 2001/09/05 12:12:18
5181 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.))
5182 From: Michael G Schwern <schwern@pobox.com>
5183 Date: Tue, 4 Sep 2001 17:39:13 -0400
5184 Message-ID: <20010904173913.C626@blackrider>
5187 ____________________________________________________________________________
5188 [ 11878] By: jhi on 2001/09/05 12:10:50
5189 Log: Subject: Re: Perl_pp_* in public API?
5190 From: "Craig A. Berry" <craigberry@mac.com>
5191 Date: Tue, 4 Sep 2001 21:51:29 -0500
5192 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
5194 ! ext/List/Util/Util.xs
5195 ____________________________________________________________________________
5196 [ 11877] By: jhi on 2001/09/05 12:07:53
5197 Log: From Damian: Class::Struct was unable to define
5198 recursive classes. After the patch an object reference
5199 (rather than a hash) is required to initialize
5200 an object attribute. If no such initializer is given to
5201 the constructor, object attributes are now default
5202 initialized to C<undef>.
5204 ! lib/Class/Struct.pm lib/Class/Struct.t
5205 ____________________________________________________________________________
5206 [ 11876] By: jhi on 2001/09/05 11:51:24
5207 Log: Subject: Re: sv_catpvfn and sv_setpvfn
5208 From: Richard Soderberg <rs@oregonnet.com>
5209 Date: Tue, 4 Sep 2001 15:16:47 -0700
5210 Message-Id: <200109042216.PAA17858@oregonnet.com>
5212 ! pod/perlclib.pod pod/perlguts.pod
5213 ____________________________________________________________________________
5214 [ 11875] By: jhi on 2001/09/05 11:48:14
5215 Log: NetWare updates from Ananth Kesari.
5217 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
5218 ! NetWare/nw5thread.h
5219 ____________________________________________________________________________
5220 [ 11874] By: jhi on 2001/09/05 11:30:59
5221 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?))
5222 From: Nicholas Clark <nick@ccl4.org>
5223 Date: Tue, 4 Sep 2001 22:42:50 +0100
5224 Message-ID: <20010904224250.P25120@plum.flirble.org>
5226 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
5227 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
5229 ____________________________________________________________________________
5230 [ 11873] By: jhi on 2001/09/04 21:03:17
5231 Log: Fix Cwd::getcwd() not being tainted, as noticed
5234 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
5236 ! MANIFEST ext/Cwd/Cwd.xs util.c
5237 ____________________________________________________________________________
5238 [ 11872] By: jhi on 2001/09/04 20:00:50
5239 Log: Retract #11870 and volatilize the right destruct_level.
5240 Silly thinko pointed out by Sarathy.
5243 ____________________________________________________________________________
5244 [ 11871] By: jhi on 2001/09/04 19:45:59
5245 Log: At least a temporary fix for the mysterious scope core dumps
5246 in Tru64 from Graham.
5248 ! ext/List/Util/Util.xs
5249 ____________________________________________________________________________
5250 [ 11870] By: jhi on 2001/09/04 19:01:48
5251 Log: (Retracted by #11872)
5254 ____________________________________________________________________________
5255 [ 11869] By: jhi on 2001/09/04 17:43:31
5256 Log: Quench a -Wall gripe noticed by Robin Barker.
5259 ____________________________________________________________________________
5260 [ 11868] By: jhi on 2001/09/04 16:38:07
5261 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
5262 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5263 Date: Wed, 05 Sep 2001 02:01:32 +0900
5264 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
5266 ! lib/Unicode/UCD.pm
5267 ____________________________________________________________________________
5268 [ 11867] By: jhi on 2001/09/04 16:35:27
5269 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
5270 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5271 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
5272 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
5275 ____________________________________________________________________________
5276 [ 11866] By: jhi on 2001/09/04 13:52:28
5277 Log: Update Changes.
5279 ! Changes patchlevel.h
5280 ____________________________________________________________________________
5281 [ 11865] By: jhi on 2001/09/04 13:36:58
5282 Log: Add the \[$@%&*] prototype support.
5284 ! op.c pod/perlsub.pod t/comp/proto.t
5285 ____________________________________________________________________________
5286 [ 11864] By: jhi on 2001/09/04 13:10:38
5287 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
5288 From: Michael G Schwern <schwern@pobox.com>
5289 Date: Mon, 3 Sep 2001 18:59:01 -0400
5290 Message-ID: <20010903185901.Z9233@blackrider>
5293 ____________________________________________________________________________
5294 [ 11863] By: jhi on 2001/09/04 13:06:39
5295 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
5296 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5297 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
5298 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
5301 ____________________________________________________________________________
5302 [ 11862] By: jhi on 2001/09/04 13:05:23
5303 Log: More srand entry tweakage based on Randal's suggestion.
5306 ____________________________________________________________________________
5307 [ 11861] By: jhi on 2001/09/04 12:48:14
5308 Log: Subject: [PATCH] 'main' *is* a reserved word
5309 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5310 Date: Mon, 3 Sep 2001 22:55:41 +0200
5311 Message-ID: <20010903225541.A24097@rafael>
5314 ____________________________________________________________________________
5315 [ 11860] By: jhi on 2001/09/04 12:46:30
5316 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
5317 From: Peter Prymmer <pvhp@best.com>
5318 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
5319 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
5321 ! README.vms configure.com
5322 ____________________________________________________________________________
5323 [ 11859] By: jhi on 2001/09/04 12:44:29
5324 Log: Subject: Re: A slightly better default seed?
5325 From: Michael G Schwern <schwern@pobox.com>
5326 Date: Mon, 3 Sep 2001 18:08:15 -0400
5327 Message-ID: <20010903180815.W9233@blackrider>
5330 ____________________________________________________________________________
5331 [ 11858] By: jhi on 2001/09/04 12:41:59
5332 Log: Add sharedsv.o to microperl object files.
5335 ____________________________________________________________________________
5336 [ 11857] By: jhi on 2001/09/04 12:27:51
5337 Log: AUTHORS updates and
5339 Subject: [PATCH] Just some preening :-)
5340 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5341 Date: Tue, 4 Sep 2001 14:16:59 +0100
5342 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
5344 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
5345 ____________________________________________________________________________
5346 [ 11856] By: jhi on 2001/09/04 12:09:43
5347 Log: Typo fix and slight rewording.
5350 ____________________________________________________________________________
5351 [ 11855] By: jhi on 2001/09/04 12:04:16
5352 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
5355 ____________________________________________________________________________
5356 [ 11854] By: jhi on 2001/09/03 20:12:21
5357 Log: The helper file changed name.
5360 ____________________________________________________________________________
5361 [ 11853] By: gbarr on 2001/09/03 20:00:00
5362 Log: Update to Scalar-List-Utils 1.03
5364 + ext/List/Util/t/shuffle.t
5365 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
5366 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
5367 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
5368 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
5369 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
5370 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
5371 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
5372 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
5373 ____________________________________________________________________________
5374 [ 11852] By: jhi on 2001/09/03 19:50:57
5375 Log: Make crypt() do something more sane for Unicode
5376 (take crypt() of the low eight bits of the characters,
5377 instead of taking crypt() of the UTF-8 of the scalar);
5378 add a test for crypt().
5381 ! MANIFEST pod/perlfunc.pod pp.c
5382 ____________________________________________________________________________
5383 [ 11851] By: jhi on 2001/09/03 19:19:35
5384 Log: Reorganize the srand entry.
5387 ____________________________________________________________________________
5388 [ 11850] By: jhi on 2001/09/03 18:54:51
5389 Log: Remove the tests that assume something about
5390 calling srand() without arguments multiple times.
5393 ____________________________________________________________________________
5394 [ 11849] By: jhi on 2001/09/03 18:15:16
5395 Log: Upgrade to Math::BigInt 1.42.
5397 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5398 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5399 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5400 ! lib/Math/BigInt/t/mbimbf.t
5401 ____________________________________________________________________________
5402 [ 11848] By: gsar on 2001/09/03 17:07:54
5403 Log: integrate change#11847 from maint-5.6
5405 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5408 ____________________________________________________________________________
5409 [ 11847] By: gsar on 2001/09/03 16:47:54
5410 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5411 Branch: maint-5.6/perl
5413 ____________________________________________________________________________
5414 [ 11846] By: jhi on 2001/09/03 15:12:58
5415 Log: As far as I can tell these functions have been Unicodified.
5418 ____________________________________________________________________________
5419 [ 11845] By: jhi on 2001/09/03 15:11:27
5420 Log: Update to Storable 1.0.13.
5422 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5423 ! ext/Storable/Storable.xs
5424 ____________________________________________________________________________
5425 [ 11844] By: jhi on 2001/09/03 12:42:06
5426 Log: Patch the Filter::Simple test to work with
5427 the core test suite (since the FilterTest.pm
5428 is in t/lib, not in lib).
5430 ! lib/Filter/Simple/t/filter.t
5431 ____________________________________________________________________________
5432 [ 11843] By: jhi on 2001/09/03 12:39:11
5433 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
5435 + t/lib/FilterTest.pm
5437 ____________________________________________________________________________
5438 [ 11842] By: jhi on 2001/09/03 12:17:30
5439 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
5440 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
5441 Text::Balanced 1.86.
5443 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
5444 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
5445 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
5446 + lib/Switch/t/nested.t lib/Switch/t/switch.t
5447 + lib/Text/Balanced/Changes lib/Text/Balanced/README
5448 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
5449 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
5450 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
5451 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
5452 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
5453 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
5454 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
5455 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
5456 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
5457 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
5458 ! MANIFEST lib/Attribute/Handlers.pm
5459 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5460 ! lib/Attribute/Handlers/demo/Demo.pm
5461 ! lib/Attribute/Handlers/demo/Descriptions.pm
5462 ! lib/Attribute/Handlers/demo/MyClass.pm
5463 ! lib/Attribute/Handlers/demo/demo.pl
5464 ! lib/Attribute/Handlers/demo/demo2.pl
5465 ! lib/Attribute/Handlers/demo/demo3.pl
5466 ! lib/Attribute/Handlers/demo/demo4.pl
5467 ! lib/Attribute/Handlers/demo/demo_call.pl
5468 ! lib/Attribute/Handlers/demo/demo_chain.pl
5469 ! lib/Attribute/Handlers/demo/demo_cycle.pl
5470 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
5471 ! lib/Attribute/Handlers/demo/demo_phases.pl
5472 ! lib/Attribute/Handlers/demo/demo_range.pl
5473 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
5474 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
5475 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
5476 ! lib/Text/Balanced.pm
5477 ____________________________________________________________________________
5478 [ 11841] By: sky on 2001/09/03 11:04:15
5479 Log: Forgot to add a file with Change #11840
5482 ____________________________________________________________________________
5483 [ 11840] By: sky on 2001/09/03 11:02:04
5484 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
5485 From: Michael G Schwern <schwern@pobox.com>
5486 Date: Mon, 3 Sep 2001 07:43:00 -0400
5487 Message-ID: <20010903074300.E9233@blackrider>
5489 ! MANIFEST pod/perlfunc.pod t/op/rand.t
5490 ____________________________________________________________________________
5491 [ 11839] By: sky on 2001/09/03 10:47:11
5492 Log: Document the changes with regards to running of END blocks.
5493 And DESTROY on global objects are called in perl_destruct()!
5495 ! pod/perl572delta.pod pod/perlembed.pod
5496 ____________________________________________________________________________
5497 [ 11838] By: sky on 2001/09/03 09:34:44
5498 Log: Subject: [PATCH t/op/time.t] Partial cleanup
5499 From: Michael G Schwern <schwern@pobox.com>
5500 Date: Mon, 3 Sep 2001 06:29:42 -0400
5501 Message-ID: <20010903062942.C9233@blackrider>
5504 ____________________________________________________________________________
5505 [ 11837] By: sky on 2001/09/03 09:30:02
5506 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
5507 From: Michael G Schwern <schwern@pobox.com>
5508 Date: Mon, 3 Sep 2001 06:24:13 -0400
5509 Message-ID: <20010903062413.B9233@blackrider>
5512 ____________________________________________________________________________
5513 [ 11836] By: sky on 2001/09/03 07:56:47
5514 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
5515 From: Michael G Schwern <schwern@pobox.com>
5516 Date: Sun, 2 Sep 2001 21:38:43 -0400
5517 Message-ID: <20010902213843.L2711@blackrider>
5519 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
5521 ____________________________________________________________________________
5522 [ 11835] By: nick on 2001/09/03 06:20:06
5523 Log: Integrate mainline
5525 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
5527 !> (integrate 187 files)
5528 ____________________________________________________________________________
5529 [ 11834] By: jhi on 2001/09/02 13:07:53
5530 Log: Update Changes.
5532 ! Changes patchlevel.h
5533 ____________________________________________________________________________
5534 [ 11833] By: jhi on 2001/09/02 12:59:05
5538 ____________________________________________________________________________
5539 [ 11832] By: jhi on 2001/09/02 12:41:12
5540 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
5542 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5543 ____________________________________________________________________________
5544 [ 11831] By: sky on 2001/09/02 12:10:42
5545 Log: Change #11828 wasn't complete, this updates to intest path
5548 ____________________________________________________________________________
5549 [ 11830] By: jhi on 2001/09/02 11:56:18
5553 ____________________________________________________________________________
5554 [ 11829] By: jhi on 2001/09/02 11:54:22
5555 Log: Update Changes.
5557 ! Changes patchlevel.h
5558 ____________________________________________________________________________
5559 [ 11828] By: sky on 2001/09/02 11:53:56
5560 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
5561 From: Michael G Schwern <schwern@pobox.com>
5562 Date: Sat, 1 Sep 2001 20:18:58 -0400
5563 Message-ID: <20010901201858.X606@blackrider>
5567 - t/op/misc.t t/run/segfault.t
5569 ____________________________________________________________________________
5570 [ 11827] By: jhi on 2001/09/02 11:46:47
5571 Log: Subject: [PATCH] lib/Time/Local.pm
5572 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5573 Date: Sun, 2 Sep 2001 06:50:01 -0500
5574 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
5577 ____________________________________________________________________________
5578 [ 11826] By: jhi on 2001/09/02 11:40:49
5579 Log: Tick off Unicode collation and the normalization from
5583 ____________________________________________________________________________
5584 [ 11825] By: jhi on 2001/09/02 11:16:24
5585 Log: Update to Unicode 3.1.1.
5587 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
5588 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
5589 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
5590 ! lib/unicore/PropList.txt lib/unicore/README.perl
5591 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
5592 ! lib/unicore/rename lib/unicore/version
5593 ____________________________________________________________________________
5594 [ 11824] By: jhi on 2001/09/02 10:32:30
5595 Log: Slight doc tweaks for the module.
5597 ! lib/Unicode/UCD.pm
5598 ____________________________________________________________________________
5599 [ 11823] By: jhi on 2001/09/02 10:02:20
5600 Log: Rename the variable: it *used* to be (wrongly) that the
5601 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
5602 but that is no more the case: PL_reg_match_utf8 is better.
5604 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
5605 ! regexec.c sv.c thrdvar.h
5606 ____________________________________________________________________________
5607 [ 11822] By: ams on 2001/09/02 02:54:50
5608 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
5609 From: Ilmari Karonen <iltzu@sci.fi>
5610 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
5611 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
5612 (op/sub_lval.t updated to take new error message into account.)
5614 ! op.c t/op/sub_lval.t
5615 ____________________________________________________________________________
5616 [ 11821] By: gsar on 2001/09/02 01:06:30
5617 Log: remove stray CRs in files; keep all files with UNIX line-ends
5618 (Porting/makerel adds CRs to the files that need it in the
5621 ! NetWare/t/NWScripts.pl README.dos
5622 ! ext/Encode/Encode/cns11643-1.enc
5623 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
5624 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5625 ____________________________________________________________________________
5626 [ 11820] By: gsar on 2001/09/02 00:56:44
5627 Log: some remnants of change#11803
5629 ! ext/ByteLoader/byterun.h perl.h
5630 ____________________________________________________________________________
5631 [ 11819] By: jhi on 2001/09/01 23:40:36
5632 Log: Update to Unicode::Collate 0.08.
5634 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5635 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5636 ____________________________________________________________________________
5637 [ 11818] By: jhi on 2001/09/01 23:02:09
5641 ____________________________________________________________________________
5642 [ 11817] By: pudge on 2001/09/01 22:36:29
5644 Branch: maint-5.6/macperl
5646 ____________________________________________________________________________
5647 [ 11816] By: pudge on 2001/09/01 22:15:09
5648 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
5649 warnings in Config.pm with -W; increase default and
5650 minimum RAM; bump version number.
5651 Branch: maint-5.6/macperl
5652 + macos/lib/Mac/LowMem.pm
5653 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
5654 ! macos/configpm macos/macperl/MacPerl.r
5655 ____________________________________________________________________________
5656 [ 11815] By: pudge on 2001/09/01 22:10:49
5657 Log: Make syntax check report in MPW style, fix tests
5658 to use Mac::err=unix to get normal-style error
5660 Branch: maint-5.6/macperl
5661 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
5662 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
5663 ____________________________________________________________________________
5664 [ 11814] By: pudge on 2001/09/01 22:09:08
5665 Log: Make MPW-style errors optional (but the default); add
5666 MacPerl::ErrorFormat() function and Mac::err pragma
5667 Branch: maint-5.6/macperl
5668 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
5669 + macos/ext/Mac/err/err.xs
5670 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
5671 ! macos/macish.c macos/macish.h macos/macperl.sym
5672 ____________________________________________________________________________
5673 [ 11813] By: pudge on 2001/09/01 22:01:40
5674 Log: More module and test ports from Thomas Wegner et al
5675 Branch: maint-5.6/macperl
5676 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5677 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
5678 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
5680 ____________________________________________________________________________
5681 [ 11812] By: sky on 2001/09/01 17:19:30
5682 Log: Subject: [PATCH t/op/concat.t] cleanup
5683 From: Michael G Schwern <schwern@pobox.com>
5684 Date: Sat, 1 Sep 2001 14:06:28 -0400
5685 Message-ID: <20010901140628.C606@blackrider>
5688 ____________________________________________________________________________
5689 [ 11811] By: sky on 2001/09/01 12:25:29
5690 Log: Change #11805 didn't update the MANIFEST
5693 ____________________________________________________________________________
5694 [ 11810] By: sky on 2001/09/01 11:52:44
5695 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
5696 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5697 Date: Sat, 1 Sep 2001 14:50:14 +0200
5698 Message-ID: <20010901145014.A691@rafael>
5701 ____________________________________________________________________________
5702 [ 11809] By: sky on 2001/09/01 11:49:22
5703 Log: Subject: PATCH: ExtUtils::MakeMaker
5704 From: Tony Bowden <tony@kasei.com>
5705 Date: Sat, 1 Sep 2001 10:33:53 +0100
5706 Message-ID: <20010901103353.A13863@soto.kasei.com>
5709 ! lib/ExtUtils/MakeMaker.pm
5710 ____________________________________________________________________________
5711 [ 11808] By: sky on 2001/09/01 11:39:13
5712 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
5713 From: mike808@users.sourceforge.net
5714 Date: Sat, 1 Sep 101 11:27:50 GMT
5715 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
5719 ____________________________________________________________________________
5720 [ 11807] By: ams on 2001/09/01 11:31:16
5721 Log: Subject: oct() and hex()
5722 From: Nicholas Clark <nick@ccl4.org>
5723 Date: Fri, 31 Aug 2001 23:14:13 +0100
5724 Message-Id: <20010831231413.J4950@plum.flirble.org>
5727 ____________________________________________________________________________
5728 [ 11806] By: pudge on 2001/09/01 00:04:52
5729 Log: Integrate change 11801 from maintperl
5730 Branch: maint-5.6/macperl
5732 ____________________________________________________________________________
5733 [ 11805] By: sky on 2001/08/31 21:35:10
5734 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
5735 From: Michael G Schwern <schwern@pobox.com>
5736 Date: Fri, 31 Aug 2001 15:36:28 -0400
5737 Message-ID: <20010831153628.B598@blackrider>
5738 Check for things which used to segfault
5741 ____________________________________________________________________________
5742 [ 11804] By: gsar on 2001/08/31 21:02:54
5743 Log: integrate change#11801 from maint-5.6
5745 remove age-old UNICOS "workaround" that introduces a static, and
5746 hence an egregious race condition for threaded builds (*sigh*
5747 beats me why this kludge wasn't guarded by a UNICOS-specific
5751 ____________________________________________________________________________
5752 [ 11803] By: gsar on 2001/08/31 20:58:38
5753 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
5757 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
5758 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
5759 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
5760 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
5761 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
5762 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
5763 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
5764 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
5765 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
5766 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
5767 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
5768 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5769 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
5770 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
5771 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
5772 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
5773 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
5774 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
5775 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
5776 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
5777 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
5778 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
5779 ____________________________________________________________________________
5780 [ 11802] By: ams on 2001/08/31 18:11:32
5781 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
5782 From: "Philip Newton" <Philip.Newton@gmx.net>
5783 Date: Fri, 31 Aug 2001 21:12:56 +0200
5784 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
5787 ____________________________________________________________________________
5788 [ 11801] By: gsar on 2001/08/31 17:49:03
5789 Log: remove age-old UNICOS "workaround" that introduces a static, and
5790 hence an egregious race condition for threaded builds (*sigh*
5791 beats me why this kludge wasn't guarded by a UNICOS-specific
5793 Branch: maint-5.6/perl
5795 ____________________________________________________________________________
5796 [ 11800] By: sky on 2001/08/31 17:30:26
5797 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
5798 Might break on platforms where bool is larger than 8 bites ???
5801 ____________________________________________________________________________
5802 [ 11799] By: ams on 2001/08/31 12:15:44
5803 Log: Integrate 11778 into mainline.
5806 ____________________________________________________________________________
5807 [ 11798] By: sky on 2001/08/31 11:31:44
5808 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
5812 ____________________________________________________________________________
5813 [ 11797] By: sky on 2001/08/31 11:28:17
5814 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
5815 From: "John P. Linderman" <jpl@research.att.com>
5816 Date: Fri, 31 Aug 2001 08:20:35 -0400
5817 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
5818 Fixes test 14 which could fail randomly in rare cases.
5820 ! ext/Time/HiRes/HiRes.t regcomp.c
5821 ____________________________________________________________________________
5822 [ 11796] By: ams on 2001/08/31 01:13:07
5823 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
5824 From: Nicholas Clark <nick@ccl4.org>
5825 Date: Thu, 30 Aug 2001 23:21:50 +0100
5826 Message-Id: <20010830232150.D4950@plum.flirble.org>
5828 ! ext/Sys/Syslog/Makefile.PL
5829 ____________________________________________________________________________
5830 [ 11795] By: ams on 2001/08/30 23:53:23
5831 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
5833 From: Michael G Schwern <schwern@pobox.com>
5834 Date: Thu, 30 Aug 2001 17:02:08 -0400
5835 Message-Id: <20010830170208.M2318@blackrider>
5838 ____________________________________________________________________________
5839 [ 11794] By: ams on 2001/08/30 19:35:36
5840 Log: Subject: [PATCH] pp_modulo
5841 From: Nicholas Clark <nick@ccl4.org>
5842 Date: Thu, 30 Aug 2001 18:20:54 +0100
5843 Message-Id: <20010830182053.A4950@plum.flirble.org>
5845 ! pp.c t/op/64bitint.t
5846 ____________________________________________________________________________
5847 [ 11793] By: sky on 2001/08/30 13:02:48
5848 Log: 11792 wasn't complete
5850 ! makedef.pl regcomp.c
5851 ____________________________________________________________________________
5852 [ 11792] By: sky on 2001/08/30 12:21:11
5853 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
5856 ____________________________________________________________________________
5857 [ 11791] By: sky on 2001/08/30 10:08:02
5858 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
5861 ____________________________________________________________________________
5862 [ 11790] By: sky on 2001/08/30 08:22:31
5863 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
5864 on the pad. Fixes coredumps in cleanups introduced by
5868 ____________________________________________________________________________
5869 [ 11789] By: sky on 2001/08/29 19:01:47
5870 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
5871 This is a replacement implmentation that works on HPUX.
5872 This bug should probably be fixed in GCC.
5874 ! ext/Socket/Socket.xs
5875 ____________________________________________________________________________
5876 [ 11788] By: ams on 2001/08/29 17:35:33
5877 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
5878 From: Nicholas Clark <nick@ccl4.org>
5879 Date: Wed, 29 Aug 2001 18:21:56 +0100
5880 Message-Id: <20010829182156.O4950@plum.flirble.org>
5882 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
5883 ____________________________________________________________________________
5884 [ 11787] By: sky on 2001/08/29 10:42:54
5885 Log: Added test for pack_addr_in and unpack_addr_in
5888 ! ext/Socket/Socket.t
5889 ____________________________________________________________________________
5890 [ 11786] By: sky on 2001/08/29 10:28:14
5891 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
5892 Trying to catch errors on HP-UX
5894 ! ext/Socket/Socket.t
5895 ____________________________________________________________________________
5896 [ 11785] By: sky on 2001/08/29 09:07:03
5897 Log: make sure USE_THREADS is defined so external apps work
5900 ____________________________________________________________________________
5901 [ 11784] By: sky on 2001/08/29 08:06:12
5902 Log: Subject: Re: The hitlist of untested modules.
5903 From: Jonathan Stowe <gellyfish@gellyfish.com>
5904 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
5905 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
5906 Start of tests for Shell.pm (make Schwern poorer!)
5910 ____________________________________________________________________________
5911 [ 11783] By: sky on 2001/08/29 07:37:50
5912 Log: END{} can change the return value even if we die from BEGIN{}
5915 ____________________________________________________________________________
5916 [ 11782] By: ams on 2001/08/29 06:32:17
5917 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
5918 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5919 Date: Wed, 29 Aug 2001 09:18:17 +0200
5920 Message-Id: <20010829091817.A4453@rafael>
5923 ____________________________________________________________________________
5924 [ 11781] By: pudge on 2001/08/29 02:28:33
5925 Log: Delete xsubpp.patch, as full copy exists now
5926 Branch: maint-5.6/macperl
5927 - macos/xsubpp.patch
5928 ____________________________________________________________________________
5929 [ 11780] By: pudge on 2001/08/29 02:26:03
5930 Log: Add Changes file
5931 Branch: maint-5.6/macperl
5933 ____________________________________________________________________________
5934 [ 11779] By: pudge on 2001/08/29 02:23:11
5935 Log: Add Mac version of xsubpp as separate file
5936 Branch: maint-5.6/macperl
5939 ____________________________________________________________________________
5940 [ 11778] By: pudge on 2001/08/29 02:14:57
5941 Log: Fix open of /dev/null for Mac OS
5942 Branch: maint-5.6/macperl
5944 ____________________________________________________________________________
5945 [ 11777] By: pudge on 2001/08/29 02:12:52
5946 Log: Various patches: enable more tests; skip CVS in PerlInstall;
5947 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
5948 Branch: maint-5.6/macperl
5949 ! macos/MacPerlTests.cmd macos/PerlInstall
5950 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
5951 ____________________________________________________________________________
5952 [ 11776] By: pudge on 2001/08/29 02:11:42
5953 Log: Allow for platforms to override formatting of errors
5954 on output from Matthias Neeracher (Mac files)
5955 Branch: maint-5.6/macperl
5956 ! macos/macish.c macos/macish.h
5957 ____________________________________________________________________________
5958 [ 11775] By: pudge on 2001/08/29 01:59:32
5959 Log: Allow for platforms to override formatting of errors
5960 on output from Matthias Neeracher (core files)
5961 Branch: maint-5.6/macperl
5962 ! perl.h pp_ctl.c util.c
5963 ____________________________________________________________________________
5964 [ 11774] By: pudge on 2001/08/29 01:29:43
5965 Log: Add some param checking, from reports by Kevin Reid.
5966 Branch: maint-5.6/macperl
5967 ! macos/ext/Mac/Controls/Controls.pm
5968 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
5969 ____________________________________________________________________________
5970 [ 11773] By: ams on 2001/08/28 23:54:57
5971 Log: Subject: [PATCH] make coretest
5972 From: Paul Johnson <paul@pjcj.net>
5973 Date: Wed, 29 Aug 2001 00:11:38 +0200
5974 Message-Id: <20010829001138.B12169@pjcj.net>
5975 (Applied without the change to perlhack.pod. This should
5976 probably stay undocumented.)
5978 ! Makefile.SH t/TEST
5979 ____________________________________________________________________________
5980 [ 11772] By: sky on 2001/08/28 13:01:20
5981 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
5982 From: Michael G Schwern <schwern@pobox.com>
5983 Date: Tue, 28 Aug 2001 09:57:39 -0400
5984 Message-ID: <20010828095738.E17775@blackrider>
5986 ! pod/perlhack.pod t/op/pack.t
5987 ____________________________________________________________________________
5988 [ 11771] By: sky on 2001/08/28 11:20:13
5989 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
5990 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5991 Date: Tue, 28 Aug 2001 14:23:43 +0200
5992 Message-ID: <20010828142343.A19299@rafael>
5994 ! pod/perlvar.pod pp_ctl.c
5995 ____________________________________________________________________________
5996 [ 11770] By: ams on 2001/08/28 10:13:21
5997 Log: Subject: [PATCH] odd typo in op.h
5998 From: Nicholas Clark <nick@ccl4.org>
5999 Date: Tue, 28 Aug 2001 12:10:26 +0100
6000 Message-Id: <20010828121026.V4950@plum.flirble.org>
6003 ____________________________________________________________________________
6004 [ 11769] By: sky on 2001/08/28 08:09:16
6005 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
6006 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
6007 Date: Tue, 28 Aug 2001 02:22:20 +0300
6008 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
6011 ____________________________________________________________________________
6012 [ 11768] By: ams on 2001/08/28 00:47:35
6013 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
6014 From: Michael G Schwern <schwern@pobox.com>
6015 Date: Mon, 27 Aug 2001 21:24:44 -0400
6016 Message-Id: <20010827212444.F12582@blackrider>
6018 ! pod/perlhack.pod t/op/pack.t
6019 ____________________________________________________________________________
6020 [ 11767] By: ams on 2001/08/27 23:59:48
6021 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
6022 From: Michael G Schwern <schwern@pobox.com>
6023 Date: Mon, 27 Aug 2001 20:12:29 -0400
6024 Message-Id: <20010827201229.D12582@blackrider>
6026 ! pod/perlhack.pod t/op/pack.t
6027 ____________________________________________________________________________
6028 [ 11766] By: ams on 2001/08/27 23:39:40
6029 Log: Update Changes.
6032 ____________________________________________________________________________
6033 [ 11765] By: ams on 2001/08/27 22:53:10
6034 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
6035 From: Michael G Schwern <schwern@pobox.com>
6036 Date: Mon, 27 Aug 2001 19:47:30 -0400
6037 Message-Id: <20010827194730.C12582@blackrider>
6040 ____________________________________________________________________________
6041 [ 11764] By: ams on 2001/08/27 22:46:21
6042 Log: Subject: [PATCH] new tests for the coderef-in-@INC
6043 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6044 Date: Mon, 27 Aug 2001 22:36:27 +0200
6045 Message-Id: <20010827223627.C690@rafael>
6047 Subject: Re: [PATCH] new tests for the coderef-in-@INC
6048 From: Nicholas Clark <nick@ccl4.org>
6049 Date: Tue, 28 Aug 2001 00:02:46 +0100
6050 Message-Id: <20010828000245.R4950@plum.flirble.org>
6054 ____________________________________________________________________________
6055 [ 11763] By: ams on 2001/08/27 22:41:09
6056 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
6057 bleadperl on fire, Win95+4NT)
6058 From: Michael G Schwern <schwern@pobox.com>
6059 Date: Mon, 27 Aug 2001 16:54:42 -0400
6060 Message-Id: <20010827165442.F9436@blackrider>
6063 ____________________________________________________________________________
6064 [ 11762] By: sky on 2001/08/27 19:19:17
6065 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
6066 avaible at compile time. This broke the compilation of
6070 ____________________________________________________________________________
6071 [ 11761] By: sky on 2001/08/27 18:34:48
6072 Log: Removed tripple definitions of CUSTOM_OP functions.
6074 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
6075 ____________________________________________________________________________
6076 [ 11760] By: sky on 2001/08/27 18:21:27
6079 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
6081 ____________________________________________________________________________
6082 [ 11759] By: ams on 2001/08/27 16:31:53
6083 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
6084 From: "chromatic" <chromatic@rmci.net>
6085 Date: Mon, 27 Aug 2001 11:17:09 -0600
6086 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
6088 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
6089 ____________________________________________________________________________
6090 [ 11758] By: sky on 2001/08/27 15:16:42
6091 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
6092 Thanks to H. Merijn Brand for the patch.
6093 Some of the comments and or guards might be removable in perl.h now.
6095 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
6096 ! Porting/Glossary Porting/config_H README.threads config_h.SH
6097 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
6098 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
6099 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
6100 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
6101 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
6102 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
6103 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
6104 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
6105 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
6106 ! win32/config_H.vc win32/perllib.c win32/win32.h
6107 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
6108 ! wince/config.h wince/config_H.ce wince/win32.h
6109 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
6110 ____________________________________________________________________________
6111 [ 11757] By: sky on 2001/08/27 13:39:16
6112 Log: Subject: GNU ld parses arguments different
6113 From: H.Merijn Brand <h.m.brand@hccnet.nl>
6114 Date: Mon, 27 Aug 2001 16:25:51 +0200
6115 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
6118 ____________________________________________________________________________
6119 [ 11756] By: sky on 2001/08/27 13:18:45
6120 Log: Subject: Custom Ops
6121 From: Simon Cozens <simon@netthink.co.uk>
6122 Date: Sat, 25 Aug 2001 17:45:09 +0100
6123 Message-ID: <20010825174509.A5752@netthink.co.uk>
6124 I also added a fix to Opcode.pm to quite test cases.
6126 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
6127 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
6128 ____________________________________________________________________________
6129 [ 11755] By: sky on 2001/08/27 05:37:17
6130 Log: Plugs a memory leak on destruction of regular expressions
6131 introcued by #11274.
6132 PL_regex_padav now has an AV as it's first entry with a list
6133 of freed regex_padav slots that it will reuse on creating
6137 ____________________________________________________________________________
6138 [ 11754] By: ams on 2001/08/26 14:38:52
6139 Log: Subject: [PATCH] t/io/binmode.t
6140 From: Nicholas Clark <nick@ccl4.org>
6141 Date: Sun, 26 Aug 2001 12:03:05 +0100
6142 Message-Id: <20010826120305.C4950@plum.flirble.org>
6144 (Also a nitpick in #11752 to t/op/universal.t)
6146 ! t/io/binmode.t t/op/universal.t
6147 ____________________________________________________________________________
6148 [ 11753] By: ams on 2001/08/26 08:19:34
6149 Log: Subject: [PATCH] op/universal.t failing
6150 From: Nicholas Clark <nick@ccl4.org>
6151 Date: Sun, 26 Aug 2001 09:48:22 +0100
6152 Message-Id: <20010826094822.B4950@plum.flirble.org>
6155 ____________________________________________________________________________
6156 [ 11752] By: ams on 2001/08/25 22:46:13
6157 Log: Subject: Re: 'can' with undefined subs
6158 From: Tony Bowden <tony@kasei.com>
6159 Date: Sat, 25 Aug 2001 14:58:17 +0100
6160 Message-Id: <20010825145817.A11788@soto.kasei.com>
6161 (Applied with minor modifications.)
6164 ____________________________________________________________________________
6165 [ 11751] By: ams on 2001/08/25 18:28:43
6166 Log: Subject: Re: 'can' with undefined subs
6167 From: Tony Bowden <tony@kasei.com>
6168 Date: Sat, 25 Aug 2001 15:13:14 +0100
6169 Message-Id: <20010825151314.B11788@soto.kasei.com>
6172 ____________________________________________________________________________
6173 [ 11750] By: nick on 2001/08/25 15:24:15
6174 Log: Integrate mainline
6177 !> (integrate 26 files)
6178 ____________________________________________________________________________
6179 [ 11749] By: nick on 2001/08/25 14:55:41
6180 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
6181 From: John Peacock <jpeacock@rowman.com>
6182 Date: Wed, 22 Aug 2001 12:05:28 -0400
6183 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
6186 ____________________________________________________________________________
6187 [ 11748] By: nick on 2001/08/25 14:53:04
6188 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
6189 From: Michael G Schwern <schwern@pobox.com>
6190 Date: Wed, 22 Aug 2001 19:22:45 -0400
6191 Message-Id: <20010822192245.U619@blackrider>
6194 ____________________________________________________________________________
6195 [ 11747] By: nick on 2001/08/25 14:52:33
6196 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
6197 From: Nicholas Clark <nick@ccl4.org>
6198 Date: Wed, 22 Aug 2001 23:29:06 +0100
6199 Message-Id: <20010822232906.Z82818@plum.flirble.org>
6202 ! perlio.c pod/perlfunc.pod
6203 ____________________________________________________________________________
6204 [ 11744] By: nick on 2001/08/25 14:37:33
6205 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
6206 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6207 Date: Fri, 24 Aug 2001 22:10:42 +0200
6208 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
6210 ! x2p/a2py.c x2p/walk.c
6211 ____________________________________________________________________________
6212 [ 11743] By: nick on 2001/08/25 14:32:47
6213 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
6214 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6215 Date: Fri, 24 Aug 2001 23:34:13 +0200
6216 Message-Id: <20010824233413.A1285@rafael>
6218 ! pod/perlfunc.pod pod/perlvar.pod
6219 ____________________________________________________________________________
6220 [ 11742] By: ams on 2001/08/25 13:16:02
6221 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
6222 From: Nicholas Clark <nick@ccl4.org>
6223 Date: Sat, 25 Aug 2001 14:50:07 +0100
6224 Message-Id: <20010825145007.L41464@plum.flirble.org>
6227 ____________________________________________________________________________
6228 [ 11741] By: nick on 2001/08/24 07:08:45
6229 Log: When applying patch via Porting/apply fails, do p4 refresh
6230 to get old files back.
6233 ____________________________________________________________________________
6234 [ 11740] By: ams on 2001/08/24 04:47:24
6235 Log: #11739 was incomplete.
6238 ____________________________________________________________________________
6239 [ 11739] By: ams on 2001/08/24 04:09:40
6240 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
6241 From: "Philip Newton" <Philip.Newton@gmx.net>
6242 Date: Fri, 24 Aug 2001 07:08:34 +0200
6245 ____________________________________________________________________________
6246 [ 11738] By: ams on 2001/08/24 02:19:42
6247 Log: Fixed Doug Wilson's email address.
6250 ____________________________________________________________________________
6251 [ 11737] By: ams on 2001/08/24 00:10:13
6252 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
6253 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6254 Date: Thu, 23 Aug 2001 22:22:58 +0200
6255 Message-Id: <20010823222258.A901@rafael>
6258 ____________________________________________________________________________
6259 [ 11736] By: ams on 2001/08/24 00:05:02
6260 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
6261 From: "Craig A. Berry" <craigberry@mac.com>
6262 Date: Thu, 23 Aug 2001 19:07:45 -0500
6263 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
6266 ____________________________________________________________________________
6267 [ 11735] By: sky on 2001/08/23 13:42:07
6268 Log: Backed out 11732, it breaks lib/strict.t
6271 ____________________________________________________________________________
6272 [ 11734] By: sky on 2001/08/23 11:45:59
6273 Log: Removed toy from 17133 after Matt Sargeants request.
6276 ____________________________________________________________________________
6277 [ 11733] By: sky on 2001/08/23 11:36:29
6278 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
6279 From: Robin Houston <robin@kitsite.com>
6280 Date: Wed, 22 Aug 2001 23:06:16 +0100
6281 Message-ID: <20010822230616.A254@robin.kitsite.com>
6284 ____________________________________________________________________________
6285 [ 11732] By: sky on 2001/08/23 10:36:02
6286 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
6287 From: Simon Cozens <simon@netthink.co.uk>
6288 Date: Thu, 23 Aug 2001 12:06:36 +0100
6289 Message-ID: <20010823120636.A9961@netthink.co.uk>
6292 ____________________________________________________________________________
6293 [ 11731] By: gsar on 2001/08/23 03:58:58
6294 Log: fix broken windows build
6297 ____________________________________________________________________________
6298 [ 11730] By: ams on 2001/08/22 21:35:30
6299 Log: Subject: [PATCH] io/tell.t doesn't chdir t
6300 From: Nicholas Clark <nick@ccl4.org>
6301 Date: Wed, 22 Aug 2001 23:25:58 +0100
6302 Message-Id: <20010822232557.Y82818@plum.flirble.org>
6305 ____________________________________________________________________________
6306 [ 11729] By: ams on 2001/08/22 20:32:21
6307 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6309 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6310 Date: Wed, 22 Aug 2001 17:09:04 -0400
6311 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6312 (Oops, forgot File::Spec::Unix in the previous patch.)
6314 ! lib/File/Spec/Unix.pm
6315 ____________________________________________________________________________
6316 [ 11728] By: ams on 2001/08/22 20:25:41
6317 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6319 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6320 Date: Wed, 22 Aug 2001 17:09:04 -0400
6321 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6324 ____________________________________________________________________________
6325 [ 11727] By: ams on 2001/08/22 19:43:30
6326 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
6327 From: John Peacock <jpeacock@rowman.com>
6328 Date: Wed, 22 Aug 2001 12:35:52 -0400
6329 Message-Id: <3B83DF68.5D89DC81@rowman.com>
6330 (Adds proper tests for $], notwithstanding Subject. +nitpick)
6333 ____________________________________________________________________________
6334 [ 11726] By: ams on 2001/08/22 19:36:39
6335 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
6336 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
6337 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
6338 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
6340 ! lib/diagnostics.pm lib/diagnostics.t
6341 ____________________________________________________________________________
6342 [ 11725] By: ams on 2001/08/22 19:25:01
6343 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
6344 From: Nicholas Clark <nick@ccl4.org>
6345 Date: Wed, 22 Aug 2001 20:59:05 +0100
6346 Message-Id: <20010822205905.U82818@plum.flirble.org>
6348 ! pp.c t/op/64bitint.t t/op/arith.t
6349 ____________________________________________________________________________
6350 [ 11724] By: ams on 2001/08/22 10:02:33
6351 Log: Subject: Configure blooper
6352 From: H.Merijn Brand <h.m.brand@hccnet.nl>
6353 Date: Wed, 22 Aug 2001 12:38:35 +0200
6354 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
6357 ____________________________________________________________________________
6358 [ 11723] By: ams on 2001/08/21 16:17:53
6359 Log: Subject: [PATCH] installperl -help
6360 From: Nicholas Clark <nick@ccl4.org>
6361 Date: Tue, 21 Aug 2001 17:34:23 +0100
6362 Message-Id: <20010821173423.F82818@plum.flirble.org>
6365 ____________________________________________________________________________
6366 [ 11722] By: ams on 2001/08/20 07:46:31
6367 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
6368 From: Ilmari Karonen <iltzu@sci.fi>
6369 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
6370 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
6373 ____________________________________________________________________________
6374 [ 11721] By: nick on 2001/08/20 06:24:31
6375 Log: Integrate mainline
6377 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
6378 +> lib/Lingua/KO/Hangul/Util/Changes
6379 +> lib/Lingua/KO/Hangul/Util/README
6380 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
6381 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6382 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6383 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
6384 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
6385 +> lib/Unicode/Normalize/t/test.t
6386 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
6387 !> (integrate 55 files)
6388 ____________________________________________________________________________
6389 [ 11720] By: pudge on 2001/08/19 19:00:16
6390 Log: Integrate Change #11599 from maint-5.6/perl
6391 Branch: maint-5.6/macperl
6393 ____________________________________________________________________________
6394 [ 11719] By: ams on 2001/08/18 21:21:42
6395 Log: Add Porting/apply to MANIFEST.
6398 ____________________________________________________________________________
6399 [ 11718] By: sky on 2001/08/18 14:38:01
6400 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
6401 Better solution would be to make 5005threaded perl use
6402 the same system as ithreads do
6405 ____________________________________________________________________________
6406 [ 11717] By: jhi on 2001/08/18 14:24:42
6407 Log: New try for ID 20010407.006: detach the semantics
6408 "was the last match target UTF8" into its own variable.
6410 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
6411 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
6412 ____________________________________________________________________________
6413 [ 11716] By: jhi on 2001/08/18 12:11:14
6414 Log: UTF8 flag should be meaningful only when POK.
6417 ____________________________________________________________________________
6418 [ 11715] By: sky on 2001/08/18 11:45:16
6419 Log: USE_THREADS and USE_ITHREADS are never true at the same time
6422 ____________________________________________________________________________
6423 [ 11714] By: jhi on 2001/08/18 06:03:24
6424 Log: Retract #11712 for now. The real fix would probably
6425 be something like making PL_reg_sv a copy (PV + UTF8)
6426 of the matched/substituted string (note: not just a SvPOK
6427 string, for example the stringified form of a ROK would
6428 be applicable) Beware of leaks.
6430 ! pp_hot.c t/op/pat.t
6431 ____________________________________________________________________________
6432 [ 11713] By: jhi on 2001/08/18 03:22:42
6433 Log: UTF8 wasn't printing for PVMGs.
6436 ____________________________________________________________________________
6437 [ 11712] By: jhi on 2001/08/18 03:22:24
6438 Log: (Retracted by #11714)
6440 Okay analysis, debatable fix. (The fix will inc
6441 the refcount of all temporary match objects,
6442 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
6443 which will then cause griping at untie() time
6444 ("inner references remain").
6446 Fix for ID 20010407.006: PL_reg_sv got wiped out
6447 by freetemps if the match target was a temporary
6448 (like function_call() =~ /.../), which in turn meant
6449 that the $1 et al stopped working if they had UTF-8
6450 in them. Therefore bump up the refcount of PL_reg_sv.
6452 ! pp_hot.c t/op/pat.t
6453 ____________________________________________________________________________
6454 [ 11711] By: ams on 2001/08/17 20:32:08
6455 Log: Subject: [PATCH] doesn't compile, was perl@11710
6456 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6457 Date: Fri, 17 Aug 2001 23:21:10 +0200
6458 Message-Id: <20010817232110.C7041@rafael>
6461 ____________________________________________________________________________
6462 [ 11710] By: jhi on 2001/08/17 14:26:57
6463 Log: Update Changes.
6465 ! Changes patchlevel.h
6466 ____________________________________________________________________________
6467 [ 11709] By: jhi on 2001/08/17 13:47:53
6468 Log: Upgrade to libnet 1.0704.
6470 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
6471 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
6472 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
6473 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
6474 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
6475 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
6476 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
6477 ____________________________________________________________________________
6478 [ 11708] By: sky on 2001/08/17 13:34:04
6479 Log: Let perl_clone copy PL_exit_flags
6482 ____________________________________________________________________________
6483 [ 11707] By: sky on 2001/08/17 12:28:41
6484 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
6486 ! sharedsv.c sharedsv.h
6487 ____________________________________________________________________________
6488 [ 11706] By: jhi on 2001/08/17 11:59:28
6489 Log: The metaconfig unit change for #11705.
6490 Branch: metaconfig/U/perl
6492 ____________________________________________________________________________
6493 [ 11705] By: jhi on 2001/08/17 11:58:48
6494 Log: Allow the threads extension to be found if present.
6497 ____________________________________________________________________________
6498 [ 11704] By: nick on 2001/08/17 11:47:54
6499 Log: Mail -> change script (pre-alpha)
6502 ____________________________________________________________________________
6503 [ 11703] By: sky on 2001/08/17 07:11:24
6504 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
6505 Thanks to Tom Hospel for pointing out my error.
6508 ____________________________________________________________________________
6509 [ 11702] By: sky on 2001/08/17 04:18:11
6510 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.
6512 ! embed.pl miniperlmain.c perl.c perl.h proto.h
6513 ____________________________________________________________________________
6514 [ 11701] By: jhi on 2001/08/17 03:22:38
6515 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
6516 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
6518 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
6519 + lib/Lingua/KO/Hangul/Util/README
6520 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
6521 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6522 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6523 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
6524 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
6525 + lib/Unicode/Normalize/t/test.t
6527 ____________________________________________________________________________
6528 [ 11700] By: jhi on 2001/08/17 02:58:59
6529 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
6530 Date: Thu, 16 Aug 2001 22:46:15 -0500
6531 From: "Craig A. Berry" <craigberry@mac.com>
6532 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
6534 ! configure.com numeric.c
6535 ____________________________________________________________________________
6536 [ 11699] By: jhi on 2001/08/17 02:33:00
6537 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
6538 of the usual suspects (like getpwent) but not for others
6539 (like localtime and rand). The _r versions are available
6540 for all of them, so let's use them.
6543 ____________________________________________________________________________
6544 [ 11698] By: jhi on 2001/08/17 01:53:02
6545 Log: (Accidental apply; thankfully empty.)
6548 ____________________________________________________________________________
6549 [ 11697] By: jhi on 2001/08/17 01:50:55
6550 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
6551 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6552 Date: Thu, 16 Aug 2001 16:27:49 +0100
6553 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
6555 ! regexec.c t/op/re_tests
6556 ____________________________________________________________________________
6557 [ 11696] By: jhi on 2001/08/17 01:50:01
6558 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
6559 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6560 Date: Thu, 16 Aug 2001 18:50:01 +0100
6561 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
6563 ! pp_hot.c t/op/pat.t
6564 ____________________________________________________________________________
6565 [ 11695] By: jhi on 2001/08/17 01:49:12
6566 Log: Subject: [PATCH] *time_r again
6567 From: "Arthur Bergman" <arthur@contiller.se>
6568 Date: Thu, 16 Aug 2001 16:01:54 +0200
6569 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
6572 ____________________________________________________________________________
6573 [ 11694] By: jhi on 2001/08/17 01:47:53
6574 Log: system() and backtick error handling cleanup from Craig A. Berry.
6577 ____________________________________________________________________________
6578 [ 11693] By: gsar on 2001/08/17 01:07:21
6579 Log: change#10334 leaks memory, copies string when it doesn't
6583 ____________________________________________________________________________
6584 [ 11692] By: jhi on 2001/08/16 12:22:29
6585 Log: One more twist to the sprintf + utf8 testing.
6588 ____________________________________________________________________________
6589 [ 11691] By: jhi on 2001/08/16 11:46:02
6590 Log: Fix for 20010407.008 sprintf removes utf8-ness.
6593 ____________________________________________________________________________
6594 [ 11690] By: jhi on 2001/08/16 11:31:00
6595 Log: Subject: [PATCH] *time_r fixes
6596 From: "Arthur Bergman" <arthur@contiller.se>
6597 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
6598 Date: Thu, 16 Aug 2001 14:22:27 +0200
6601 ____________________________________________________________________________
6602 [ 11689] By: jhi on 2001/08/16 11:29:30
6603 Log: Upgrade to CGI.pm 2.77.
6605 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
6606 ! lib/CGI/t/function.t
6607 ____________________________________________________________________________
6608 [ 11688] By: jhi on 2001/08/16 01:07:21
6609 Log: Document the bytes-to-Unicode upgrading.
6611 ! pod/perlunicode.pod
6612 ____________________________________________________________________________
6613 [ 11687] By: jhi on 2001/08/16 00:29:29
6614 Log: Add a test for Unicode sprintf.
6617 ____________________________________________________________________________
6618 [ 11686] By: jhi on 2001/08/16 00:20:40
6619 Log: Add Unicode tests for index/rindex.
6622 ____________________________________________________________________________
6623 [ 11685] By: jhi on 2001/08/15 22:51:53
6624 Log: Document a bit the art of minimizing the installation,
6625 based on the p5p discussion.
6628 ____________________________________________________________________________
6629 [ 11684] By: nick on 2001/08/15 15:03:31
6630 Log: Integrate mainline
6632 +> sharedsv.c sharedsv.h
6633 !> (integrate 53 files)
6634 ____________________________________________________________________________
6635 [ 11683] By: jhi on 2001/08/15 13:49:07
6636 Log: Update Changes.
6638 ! Changes patchlevel.h
6639 ____________________________________________________________________________
6640 [ 11682] By: jhi on 2001/08/15 13:26:00
6641 Log: The #11673 necessitated a test tweak.
6644 ____________________________________________________________________________
6645 [ 11681] By: jhi on 2001/08/15 13:12:50
6646 Log: Also UNICOS is in the general case unable to silently
6647 handle fp overflows.
6650 ____________________________________________________________________________
6651 [ 11680] By: jhi on 2001/08/15 13:05:15
6652 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
6653 NV_EPSILON #defined.
6656 ____________________________________________________________________________
6657 [ 11679] By: jhi on 2001/08/15 12:48:32
6658 Log: Re-establish the fp overflow detection for VAX VMS; there
6659 is no easy way to have the IEEE fp silent overflow semantics.
6660 (in Alpha VMS we still will use IEEE fp by default-- but it
6661 is still possible to configure Perl to use G_FLOAT)
6664 ____________________________________________________________________________
6665 [ 11678] By: jhi on 2001/08/15 12:27:41
6666 Log: Subject: [PATCH] pp_lock
6667 From: "Arthur Bergman" <arthur@contiller.se>
6668 Date: Wed, 15 Aug 2001 11:52:16 +0200
6669 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
6672 ____________________________________________________________________________
6673 [ 11677] By: jhi on 2001/08/15 12:26:44
6674 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
6675 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6676 Date: Wed, 15 Aug 2001 11:32:11 +0100
6677 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
6679 ! regcomp.c t/op/re_tests
6680 ____________________________________________________________________________
6681 [ 11676] By: jhi on 2001/08/15 12:25:29
6682 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
6683 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6684 Date: Wed, 15 Aug 2001 10:33:49 +0100
6685 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
6687 ! regexec.c t/op/re_tests
6688 ____________________________________________________________________________
6689 [ 11675] By: jhi on 2001/08/15 03:28:20
6690 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
6691 From: Barrie Slaymaker <barries@slaysys.com>
6692 Date: Tue, 14 Aug 2001 14:32:25 -0400
6693 Message-ID: <20010814143225.A19822@jester.slaysys.com>
6695 ! lib/File/Spec.t lib/File/Spec/Unix.pm
6696 ____________________________________________________________________________
6697 [ 11674] By: jhi on 2001/08/15 03:25:32
6698 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
6699 From: Peter Prymmer <pvhp@forte.com>
6700 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
6701 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
6703 ! README.vms configure.com
6704 ____________________________________________________________________________
6705 [ 11673] By: jhi on 2001/08/15 03:16:14
6706 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
6707 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6708 Date: Tue, 14 Aug 2001 21:23:27 +0200
6709 Message-ID: <20010814212327.A1919@rafael>
6712 ____________________________________________________________________________
6713 [ 11672] By: jhi on 2001/08/15 03:15:25
6714 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
6715 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6716 Date: Tue, 14 Aug 2001 22:30:11 +0200
6717 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
6719 Combination of nmake, quoting, and Perl expanded $( in here-doc.
6721 ! ext/SDBM_File/Makefile.PL
6722 ____________________________________________________________________________
6723 [ 11671] By: jhi on 2001/08/14 13:44:40
6727 ____________________________________________________________________________
6728 [ 11670] By: jhi on 2001/08/14 13:10:36
6729 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
6730 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6731 Date: Mon, 13 Aug 2001 23:15:01 +0200
6732 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
6735 ____________________________________________________________________________
6736 [ 11669] By: jhi on 2001/08/14 13:07:09
6737 Log: Subject: [PATCH] [b-]showlex.t
6738 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6739 Date: Sun, 12 Aug 2001 22:24:51 +0200
6740 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
6742 The 4nt command shell will expand the % in command line
6743 no matter what quoting is attempted, changed the % to @.
6746 ____________________________________________________________________________
6747 [ 11668] By: jhi on 2001/08/14 13:01:02
6748 Log: Subject: [PATCH] magic.t
6749 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6750 Date: Sun, 12 Aug 2001 20:49:27 +0200
6751 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
6754 ____________________________________________________________________________
6755 [ 11667] By: jhi on 2001/08/14 12:35:17
6756 Log: Add sharedsv* to the DOSish platforms; plus add
6757 some WinCE files to the list of DOSish files.
6759 ! NetWare/Makefile Porting/makerel win32/Makefile
6760 ! win32/makefile.mk wince/Makefile.ce
6761 ____________________________________________________________________________
6762 [ 11666] By: jhi on 2001/08/14 12:29:57
6763 Log: More DOSish files.
6766 ____________________________________________________________________________
6767 [ 11665] By: jhi on 2001/08/14 12:27:58
6768 Log: Strip CRs from the WinCE files. Now we need to
6769 figure out in which CRs are really needed: probably
6770 Makefile.ce and the README files, at least, probably
6771 also the registry.bat.
6773 ! wince/Makefile.ce wince/README.compile wince/README.perlce
6774 ! wince/config.h wince/include/cectype.h wince/include/errno.h
6775 ! wince/include/sys/stat.h wince/include/sys/types.h
6776 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
6777 ! wince/perldll.def wince/registry.bat wince/wince.h
6778 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
6779 ____________________________________________________________________________
6780 [ 11664] By: jhi on 2001/08/14 12:05:09
6781 Log: Add some files to DOSish and writables.
6784 ____________________________________________________________________________
6785 [ 11663] By: jhi on 2001/08/14 03:08:07
6786 Log: Compile failure message tidying.
6789 ____________________________________________________________________________
6790 [ 11662] By: jhi on 2001/08/14 01:41:22
6791 Log: The new sharedsv* should be exported only if usethreads.
6794 ____________________________________________________________________________
6795 [ 11661] By: jhi on 2001/08/14 00:25:30
6796 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
6797 From: Peter Prymmer <pvhp@forte.com>
6798 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
6799 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
6802 ____________________________________________________________________________
6803 [ 11660] By: jhi on 2001/08/13 12:54:54
6804 Log: Update Changes.
6806 ! Changes patchlevel.h
6807 ____________________________________________________________________________
6808 [ 11659] By: jhi on 2001/08/13 12:45:21
6809 Log: Subject: [PATHC] sharedsv.[c|h]
6810 From: "Artur Bergman" <artur@contiller.se>
6811 Date: Mon, 13 Aug 2001 14:38:41 +0200
6812 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
6814 Subject: [PATCH] embed.pl
6815 From: Arthur Bergman <arthur@contiller.se>
6816 Date: Mon, 13 Aug 2001 14:38:14 +0200
6817 Message-ID: <B79D96D6.3088%arthur@contiller.se>
6819 Subject: [PATCH] sharedsv cleanups
6820 From: "Arthur Bergman" <arthur@contiller.se>
6821 Date: Mon, 13 Aug 2001 15:14:25 +0200
6822 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
6824 Plus few tweaks: _init needs to be Adp, the prototypes
6825 should not be revealed unless using ithreads, #endif FOO
6826 must be #endif /* FOO */, adding (parentheses) around
6827 do { } while doesn't work too well.
6829 + sharedsv.c sharedsv.h
6830 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
6831 ! perl.h perlapi.c pod/perlapi.pod proto.h
6832 ____________________________________________________________________________
6833 [ 11658] By: jhi on 2001/08/13 12:00:08
6834 Log: Subject: Re: END {} blocks run in perl_run
6835 From: Arthur Bergman <arthur@contiller.se>
6836 Date: Mon, 13 Aug 2001 11:11:30 +0200
6837 Message-ID: <B79D6661.3068%arthur@contiller.se>
6840 ____________________________________________________________________________
6841 [ 11657] By: nick on 2001/08/13 09:03:02
6842 Log: Integrate mainline
6844 +> (branch 326 files)
6845 - (delete 330 files)
6846 !> (integrate 85 files)
6847 ____________________________________________________________________________
6848 [ 11656] By: jhi on 2001/08/12 23:24:18
6849 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
6850 and the Perl will be built to do that by default (adding that
6851 will break scripts having non-UTF-8 binary data, such as Latin-1.)
6853 ! op.c toke.c utf8.h
6854 ____________________________________________________________________________
6855 [ 11655] By: jhi on 2001/08/12 23:05:14
6856 Log: Unnecessary downgrades.
6859 ____________________________________________________________________________
6860 [ 11654] By: jhi on 2001/08/12 22:56:47
6861 Log: Failure not true anymore (probably caused by my broken setup).
6864 ____________________________________________________________________________
6865 [ 11653] By: jhi on 2001/08/12 22:46:12
6866 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
6869 ! op.h pp_ctl.c regcomp.c
6870 ____________________________________________________________________________
6871 [ 11652] By: jhi on 2001/08/12 22:30:04
6872 Log: There is no IN_UTF8.
6875 ____________________________________________________________________________
6876 [ 11651] By: jhi on 2001/08/12 21:08:06
6877 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
6879 ! op.c op.h pp_ctl.c regcomp.c
6880 ____________________________________________________________________________
6881 [ 11650] By: jhi on 2001/08/12 20:17:32
6882 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
6886 ____________________________________________________________________________
6887 [ 11649] By: jhi on 2001/08/12 18:45:52
6888 Log: Todo updates and fixes.
6891 ____________________________________________________________________________
6892 [ 11648] By: jhi on 2001/08/12 18:43:50
6893 Log: Mark tests (and one module) having explicit Latin-1
6894 (and one file having explicit UTF-8) with an explicit
6895 'no utf8' (and one explicit 'use utf8').
6897 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
6899 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
6900 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
6901 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
6902 ____________________________________________________________________________
6903 [ 11647] By: jhi on 2001/08/12 17:10:22
6904 Log: Subject: SV: END {} blocks run in perl_run
6905 From: "Arthur Bergman" <arthur@contiller.se>
6906 Date: Sun, 12 Aug 2001 00:34:28 +0200
6907 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
6909 ! miniperlmain.c perl.c
6910 ____________________________________________________________________________
6911 [ 11646] By: jhi on 2001/08/12 16:59:00
6912 Log: Typos in #11645.
6915 ____________________________________________________________________________
6916 [ 11645] By: jhi on 2001/08/12 16:55:31
6917 Log: On ithreads default to use_reentrant except on naturally
6918 threadsafe platforms.
6921 ____________________________________________________________________________
6922 [ 11644] By: jhi on 2001/08/12 15:45:43
6923 Log: (Hopefully) a fix for 20010723.004: make install needs
6924 write permission in build directory. The problem was
6925 probably caused by overeager sprinkling of the lib/re.pm
6926 dependencies (which was done to guarantee lib/re.pm being
6927 uptodate for parallel makes: now solved by funneling that
6928 through an explicit recursive make in the preplibrary target).
6931 ____________________________________________________________________________
6932 [ 11643] By: jhi on 2001/08/12 14:16:44
6933 Log: Dispell the "use utf8" superstition.
6935 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
6936 ! pod/perlunicode.pod
6937 ____________________________________________________________________________
6938 [ 11642] By: jhi on 2001/08/12 13:56:42
6939 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
6940 From: "Abigail" <abigail@foad.org>
6941 Date: Sat, 11 Aug 2001 23:49:49 +0200
6942 Message-ID: <20010811214950.23255.qmail@foad.org>
6945 ____________________________________________________________________________
6946 [ 11641] By: jhi on 2001/08/12 13:56:18
6947 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
6948 From: Abhijit Menon-Sen <ams@wiw.org>
6949 Date: Sat, 11 Aug 2001 06:18:19 +0530
6950 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
6953 ____________________________________________________________________________
6954 [ 11640] By: jhi on 2001/08/12 13:45:58
6955 Log: Test for change #11639.
6958 ____________________________________________________________________________
6959 [ 11639] By: jhi on 2001/08/12 13:42:03
6960 Log: Subject: Re: Can't localize *FH, then tie it
6961 From: Abhijit Menon-Sen <ams@wiw.org>
6962 Date: Sun, 12 Aug 2001 16:08:06 +0530
6963 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
6966 ____________________________________________________________________________
6967 [ 11638] By: jhi on 2001/08/12 03:30:07
6968 Log: Drop all the unnecessary "use utf8" clauses and some of
6969 the unnecessary "use bytes" ones.
6971 TODO: scour the documentation for unnecessary "use utf8"
6972 and prominently display it in perldelta when the time comes.
6973 ("use utf8" should be necessary ONLY if one wants the script
6974 to be in UTF-8.) Also should be checked in some non-ASCII
6975 non-Latin-1 platform, like EBCDIC.
6977 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
6978 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
6979 ____________________________________________________________________________
6980 [ 11637] By: jhi on 2001/08/11 17:55:36
6981 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
6982 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
6983 in Unicode handling.
6986 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
6987 ____________________________________________________________________________
6988 [ 11636] By: jhi on 2001/08/11 17:14:06
6989 Log: Thinko: we want the flags for native cc, not gcc.
6992 ____________________________________________________________________________
6993 [ 11635] By: jhi on 2001/08/11 15:14:48
6994 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
6995 From: Robin Houston <robin@kitsite.com>
6996 Date: Fri, 10 Aug 2001 14:42:02 +0100
6997 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
7000 ____________________________________________________________________________
7001 [ 11634] By: jhi on 2001/08/11 14:59:22
7002 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
7003 From: Abhijit Menon-Sen <ams@wiw.org>
7004 Date: Sat, 11 Aug 2001 16:31:04 +0530
7005 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
7008 ____________________________________________________________________________
7009 [ 11633] By: jhi on 2001/08/11 14:58:07
7010 Log: Get rid of indread, from Abhijit Menon-Sen.
7013 ____________________________________________________________________________
7014 [ 11632] By: jhi on 2001/08/10 23:39:04
7017 ! win32/Makefile win32/makefile.mk
7018 ____________________________________________________________________________
7019 [ 11631] By: jhi on 2001/08/10 23:37:43
7020 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
7022 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
7023 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
7024 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
7025 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
7026 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
7027 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
7028 ! win32/Makefile win32/makefile.mk
7029 ____________________________________________________________________________
7030 [ 11630] By: jhi on 2001/08/10 13:53:15
7031 Log: Avoid #elif (less portable than #else #if).
7034 ____________________________________________________________________________
7035 [ 11629] By: jhi on 2001/08/10 13:49:53
7036 Log: Subject: patch for perlvar.pod
7037 From: mah@everybody.org (Mark A. Hershberger)
7038 Date: 08 Aug 2001 17:03:16 -0500
7039 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
7042 ____________________________________________________________________________
7043 [ 11628] By: jhi on 2001/08/10 13:45:48
7044 Log: cpp commands must start (the # must be) at the column #0.
7047 ____________________________________________________________________________
7048 [ 11627] By: jhi on 2001/08/10 13:41:07
7049 Log: If using gcc -B/foo/bar makedepend would give
7050 unnecessary warnings about unused -B/foo/bar.
7053 ____________________________________________________________________________
7054 [ 11626] By: jhi on 2001/08/09 14:56:29
7055 Log: Update Changes.
7057 ! Changes patchlevel.h
7058 ____________________________________________________________________________
7059 [ 11625] By: jhi on 2001/08/09 14:54:05
7063 ____________________________________________________________________________
7064 [ 11624] By: jhi on 2001/08/09 14:52:52
7068 ____________________________________________________________________________
7069 [ 11623] By: jhi on 2001/08/09 14:49:00
7070 Log: Rename lib/unicode files to lib/unicore to avoid
7071 conflicts between core lib/unicode and Unicode::
7072 files in case-ignoring filesystems.
7075 - (delete 324 files)
7076 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
7077 ____________________________________________________________________________
7078 [ 11622] By: jhi on 2001/08/09 13:33:47
7079 Log: Upgrade to Math::BigInt 1.41.
7081 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
7082 ____________________________________________________________________________
7083 [ 11621] By: jhi on 2001/08/09 13:31:20
7084 Log: Subject: [PATCH] remove PL_na from typemap
7085 From: James <james@rf.net>
7086 Date: Mon, 06 Aug 2001 20:23:15 -0700
7087 Message-ID: <3B6F5F23.A31A81B1@rf.net>
7089 (had to be manually applied)
7091 ! lib/ExtUtils/typemap
7092 ____________________________________________________________________________
7093 [ 11620] By: jhi on 2001/08/09 13:27:11
7094 Log: The metaconfig unit changes for #11618.
7095 Branch: metaconfig/U/perl
7096 + d_fpclassl.U i_fp.U
7097 ____________________________________________________________________________
7098 [ 11619] By: jhi on 2001/08/09 13:25:21
7099 Log: Forgot this from #11618.
7101 NOTE: wince/config_H.ce needs updating.
7104 ____________________________________________________________________________
7105 [ 11618] By: jhi on 2001/08/09 13:21:51
7106 Log: Introduce more floating point classifying APIs;
7107 try to define (most importantly) Perl_is{inf,nan}(x).
7109 For this first cut, assume none such APIs exist in non-UNIXoid
7110 platforms-- this is of course too unkind: Win32 rumoredly has
7111 _fpclass() and _isnan(), and VMS/VOS very probably have some
7112 of the APIs available. The only thing Perl uses at the moment
7113 is Perl_isnan() (has been in use for a while now).
7115 NOTE: the Win32 and NetWare config_h.?c need regenerating.
7117 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
7118 ! Porting/config_H config_h.SH configure.com epoc/config.sh
7119 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
7120 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7121 ! vos/config.ga.h win32/config.bc win32/config.gc
7122 ! win32/config.vc win32/config_H.bc win32/config_H.gc
7123 ! win32/config_H.vc wince/config.ce wince/config.h
7124 ____________________________________________________________________________
7125 [ 11617] By: jhi on 2001/08/09 11:08:51
7126 Log: Integrate change #11519 from perlio:
7128 Avoid testing for (non-)existance of "encoding(xxxx)"
7129 layer is called "encoding" the (xxxx) is an argument.
7132 ____________________________________________________________________________
7133 [ 11616] By: nick on 2001/08/09 07:50:24
7134 Log: Integrate mainline
7136 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
7137 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
7138 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
7139 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
7140 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
7141 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
7142 !> (integrate 79 files)
7143 ____________________________________________________________________________
7144 [ 11615] By: nick on 2001/08/09 06:23:44
7145 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
7146 layer is called "encoding" the (xxxx) is an argument.
7149 ____________________________________________________________________________
7150 [ 11614] By: jhi on 2001/08/08 21:50:19
7151 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
7152 From: Paul Johnson <paul@pjcj.net>
7153 Date: Wed, 8 Aug 2001 23:54:17 +0200
7154 Message-ID: <20010808235417.O1006@pjcj.net>
7156 ! ext/B/B/Concise.pm
7157 ____________________________________________________________________________
7158 [ 11613] By: jhi on 2001/08/08 13:22:13
7159 Log: Make VMS use IEEE math by default; reorder Tru64 hints
7160 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
7161 exception semantics) is always set if using (the new) cc.
7163 ! configure.com hints/dec_osf.sh
7164 ____________________________________________________________________________
7165 [ 11612] By: jhi on 2001/08/08 12:14:56
7166 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
7167 From: Abhijit Menon-Sen <ams@wiw.org>
7168 Date: Tue, 7 Aug 2001 17:16:05 +0530
7169 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
7172 ____________________________________________________________________________
7173 [ 11611] By: jhi on 2001/08/08 02:28:58
7174 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
7175 From: "Craig A. Berry" <craigberry@mac.com>
7176 Date: Tue, 07 Aug 2001 22:27:47 -0500
7177 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
7180 ____________________________________________________________________________
7181 [ 11610] By: jhi on 2001/08/08 00:12:00
7182 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
7183 From: "Craig A. Berry" <craigberry@mac.com>
7184 Date: Tue, 07 Aug 2001 20:01:53 -0500
7185 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
7187 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
7188 ____________________________________________________________________________
7189 [ 11609] By: jhi on 2001/08/07 23:49:09
7190 Log: Update the magazine information.
7193 ____________________________________________________________________________
7194 [ 11608] By: jhi on 2001/08/07 23:35:27
7195 Log: Ignore SIGFPE everywhere.
7197 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
7198 ____________________________________________________________________________
7199 [ 11607] By: jhi on 2001/08/07 23:07:04
7200 Log: With permission, change the licensing of the docs by
7201 TomC (and Gnat) to comply with the rest of Perl.
7203 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7204 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7205 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7206 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
7208 ____________________________________________________________________________
7209 [ 11606] By: jhi on 2001/08/07 22:50:04
7210 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
7211 From: Andy Dougherty <doughera@lafayette.edu>
7212 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
7213 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
7216 ____________________________________________________________________________
7217 [ 11605] By: jhi on 2001/08/07 22:49:18
7218 Log: Subject: [PATCH] Makefile.SH test_prep dependency
7219 From: Andy Dougherty <doughera@lafayette.edu>
7220 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
7221 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
7224 ____________________________________________________________________________
7225 [ 11604] By: jhi on 2001/08/07 22:44:35
7226 Log: Don't autogenerate the headers et alia,
7227 make regen_headers explicitly.
7230 ____________________________________________________________________________
7231 [ 11603] By: jhi on 2001/08/07 22:33:48
7232 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
7233 From: Gurusamy Sarathy <gsar@ActiveState.com>
7234 Date: Tue, 07 Aug 2001 08:33:26 -0700
7235 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
7237 Unnecessary dependency.
7240 ____________________________________________________________________________
7241 [ 11602] By: jhi on 2001/08/07 13:52:41
7242 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
7243 From: Abhijit Menon-Sen <ams@wiw.org>
7244 Date: Tue, 7 Aug 2001 09:10:54 +0530
7245 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
7248 ____________________________________________________________________________
7249 [ 11601] By: jhi on 2001/08/07 13:46:33
7250 Log: Subject: [PATCH perl@11597] B && BEGIN handling
7251 From: "James A. Duncan" <jduncan@fotango.com>
7252 Date: Mon, 6 Aug 2001 17:29:11 +0100
7253 Message-ID: <20010806172911.A2071@fotango.com>
7255 (the intrpvar.h addition moved to the end for bincompat)
7257 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
7258 ____________________________________________________________________________
7259 [ 11600] By: jhi on 2001/08/07 11:53:48
7260 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
7263 ____________________________________________________________________________
7264 [ 11599] By: gsar on 2001/08/07 06:31:39
7265 Log: fix URLs for fcrypt.c
7266 Branch: maint-5.6/perl
7268 ____________________________________________________________________________
7269 [ 11598] By: jhi on 2001/08/06 15:02:48
7270 Log: Yet another way to say Infinity: HP-UX calls its "++".
7272 ! lib/Math/BigInt/t/bigintpm.t
7273 ____________________________________________________________________________
7274 [ 11597] By: jhi on 2001/08/06 13:40:01
7275 Log: Update Changes.
7277 ! Changes patchlevel.h
7278 ____________________________________________________________________________
7279 [ 11596] By: jhi on 2001/08/06 13:24:28
7280 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
7283 ____________________________________________________________________________
7284 [ 11595] By: jhi on 2001/08/06 12:51:38
7285 Log: The #11593 wasn't right.
7287 ! lib/Math/BigInt/t/bigintpm.t
7288 ____________________________________________________________________________
7289 [ 11594] By: jhi on 2001/08/06 12:34:15
7290 Log: Subject: [PATCH: perl@11564] introducing perlivp
7291 From: Prymmer/Kahn <pvhp@best.com>
7292 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
7293 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
7295 Subject: Re: [PATCH: perl@11564] introducing perlivp
7296 From: Prymmer/Kahn <pvhp@best.com>
7297 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
7298 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
7301 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
7302 ! win32/Makefile win32/makefile.mk
7303 ____________________________________________________________________________
7304 [ 11593] By: jhi on 2001/08/05 23:10:52
7305 Log: libcs are confused what to call Infinity.
7307 ! lib/Math/BigInt/t/bigintpm.t
7308 ____________________________________________________________________________
7309 [ 11592] By: jhi on 2001/08/05 23:07:50
7310 Log: Avoid SIGFPE in Tru64.
7313 ____________________________________________________________________________
7314 [ 11591] By: jhi on 2001/08/05 22:46:10
7315 Log: Upgrade to Math::BigInt 1.40.
7317 NOTE: this patch necessitates doing something about
7318 infinity handling since the new bigintpm.t tests use
7319 infinity, which causes SIGFPEs at least in Tru64.
7321 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7322 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7323 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7324 ! lib/Math/BigInt/t/mbimbf.t
7325 ____________________________________________________________________________
7326 [ 11590] By: gsar on 2001/08/05 21:57:43
7327 Log: remove hardcoded cmd shell in testsuite
7329 ! t/op/glob.t t/op/magic.t t/op/stat.t
7330 ____________________________________________________________________________
7331 [ 11589] By: gsar on 2001/08/05 21:35:50
7332 Log: 4-arg select() was busted on windows because change#8178 didn't
7333 make it into mainline
7335 ! perl.h win32/include/sys/socket.h
7336 ____________________________________________________________________________
7337 [ 11588] By: jhi on 2001/08/05 19:40:31
7338 Log: Rename the Getopt::Long tests to be as they are
7339 in the Getopt::Long official distribution.
7341 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
7342 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
7343 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
7344 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
7346 ____________________________________________________________________________
7347 [ 11587] By: jhi on 2001/08/05 19:38:07
7348 Log: Upgrade to Getopt::Long 2.26.
7350 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
7351 ! MANIFEST lib/Getopt/Long.pm
7352 ____________________________________________________________________________
7353 [ 11586] By: jhi on 2001/08/05 19:26:50
7354 Log: Retract #10874 (the hack should be unnecessary by now)
7356 ! lib/Test/Harness.pm
7357 ____________________________________________________________________________
7358 [ 11585] By: gsar on 2001/08/05 16:45:54
7359 Log: avoid temp file littering in tests
7361 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
7362 ____________________________________________________________________________
7363 [ 11584] By: jhi on 2001/08/05 16:42:50
7364 Log: Subject: warning in sv.c: double format, NV arg
7365 From: "Philip Newton" <Philip.Newton@gmx.net>
7366 Date: Sun, 5 Aug 2001 19:41:07 +0200
7367 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
7370 ____________________________________________________________________________
7371 [ 11583] By: gsar on 2001/08/05 16:28:22
7372 Log: fix POSIX.t#13 for windos
7375 ____________________________________________________________________________
7376 [ 11582] By: jhi on 2001/08/05 16:10:59
7377 Log: Add a test for PerlIO::Via.
7379 + ext/PerlIO/t/via.t
7380 ! MANIFEST ext/PerlIO/Via/Via.pm
7381 ____________________________________________________________________________
7382 [ 11581] By: gsar on 2001/08/05 15:00:26
7383 Log: flock() and link() are not available on Windows 9x
7385 ! win32/config_sh.PL
7386 ____________________________________________________________________________
7387 [ 11580] By: jhi on 2001/08/05 13:56:46
7388 Log: Some Tru64 C compilers have C++ components that confuse
7389 the ccversion parsing.
7392 ____________________________________________________________________________
7393 [ 11579] By: jhi on 2001/08/05 13:31:07
7394 Log: (Reintroduce #11125)
7396 Subject: MakeMaker should pass through DEFINE and INC to subdirs
7397 From: Alan Burlison <Alan.Burlison@sun.com>
7398 Date: Tue, 03 Jul 2001 15:20:13 +0100
7399 Message-ID: <3B41D49D.A923D4F9@sun.com>
7401 ! lib/ExtUtils/MM_Unix.pm
7402 ____________________________________________________________________________
7403 [ 11578] By: jhi on 2001/08/05 03:17:20
7404 Log: Little pointer juggling for HP-UX cc to avoid
7405 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
7407 "error 1549: Modifiable lvalue required for assignment operator."
7410 ____________________________________________________________________________
7411 [ 11577] By: jhi on 2001/08/04 18:09:38
7412 Log: Continuation of #11575: SANY_SEEN completely deprecated,
7413 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
7414 plus a fix for the bug.
7416 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
7417 ____________________________________________________________________________
7418 [ 11576] By: jhi on 2001/08/04 17:31:06
7419 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
7420 From: Doug MacEachern <dougm@covalent.net>
7421 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
7422 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
7425 ____________________________________________________________________________
7426 [ 11575] By: jhi on 2001/08/04 17:28:55
7427 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
7428 the new CANY is the \C. The problem reported and the
7429 test case supplied in
7431 Subject: UTF-8 bugs in string length & single line regex matches
7432 From: "Daniel P. Berrange" <dan@berrange.com>
7433 Date: Fri, 3 Aug 2001 11:39:33 +0100
7434 Message-ID: <20010803113932.A19318@berrange.com>
7436 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
7438 ____________________________________________________________________________
7439 [ 11574] By: jhi on 2001/08/04 15:42:34
7440 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
7441 From: Doug MacEachern <dougm@covalent.net>
7442 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
7443 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
7446 ____________________________________________________________________________
7447 [ 11573] By: jhi on 2001/08/04 14:20:26
7448 Log: The #11572 didn't up the test count.
7451 ____________________________________________________________________________
7452 [ 11572] By: jhi on 2001/08/04 14:12:45
7453 Log: Subject: UTF-8 bugs in string length & single line regex matches
7454 From: "Daniel P. Berrange" <dan@berrange.com>
7455 Date: Fri, 3 Aug 2001 11:39:33 +0100
7456 Message-ID: <20010803113932.A19318@berrange.com>
7458 (the mg_length() fix)
7460 ! mg.c t/op/length.t
7461 ____________________________________________________________________________
7462 [ 11571] By: jhi on 2001/08/04 14:10:39
7463 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7464 From: Abhijit Menon-Sen <ams@wiw.org>
7465 Date: Sat, 4 Aug 2001 16:56:35 +0530
7466 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
7469 ____________________________________________________________________________
7470 [ 11570] By: jhi on 2001/08/04 14:09:59
7471 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7472 From: Abhijit Menon-Sen <ams@wiw.org>
7473 Date: Sat, 4 Aug 2001 16:16:03 +0530
7474 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
7477 ____________________________________________________________________________
7478 [ 11569] By: jhi on 2001/08/04 14:09:09
7479 Log: Subject: Re: [patch] refcount re ops
7480 From: Abhijit Menon-Sen <ams@wiw.org>
7481 Date: Sat, 4 Aug 2001 08:54:55 +0530
7482 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
7485 ____________________________________________________________________________
7486 [ 11568] By: jhi on 2001/08/04 14:08:19
7487 Log: Subject: [patch] refcount re ops
7488 From: Doug MacEachern <dougm@covalent.net>
7489 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
7490 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
7493 ____________________________________________________________________________
7494 [ 11567] By: jhi on 2001/08/03 23:52:56
7495 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
7496 From: Doug MacEachern <dougm@covalent.net>
7497 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
7498 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
7501 ____________________________________________________________________________
7502 [ 11566] By: jhi on 2001/08/03 20:45:10
7503 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
7504 From: "Craig A. Berry" <craigberry@mac.com>
7505 Date: Fri, 03 Aug 2001 16:16:16 -0500
7506 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
7509 ____________________________________________________________________________
7510 [ 11565] By: jhi on 2001/08/03 13:46:40
7511 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
7512 From: John Kristian <jmk2001@engineer.com>
7513 Date: Fri, 03 Aug 2001 00:59:08 -0700
7514 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
7517 ____________________________________________________________________________
7518 [ 11564] By: jhi on 2001/08/03 13:25:39
7519 Log: Update Changes.
7521 ! Changes patchlevel.h
7522 ____________________________________________________________________________
7523 [ 11563] By: jhi on 2001/08/03 12:13:17
7524 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
7525 From: "Craig A. Berry" <craigberry@mac.com>
7526 Date: Thu, 02 Aug 2001 23:15:24 -0500
7527 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
7530 ____________________________________________________________________________
7531 [ 11562] By: jhi on 2001/08/03 12:11:57
7532 Log: Subject: [patch] plug PL_cshname leak
7533 From: Doug MacEachern <dougm@covalent.net>
7534 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
7535 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
7538 ____________________________________________________________________________
7539 [ 11561] By: jhi on 2001/08/03 12:10:32
7540 Log: Subject: [patch] plug PL_sh_path leak
7541 From: Doug MacEachern <dougm@covalent.net>
7542 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
7543 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
7546 ____________________________________________________________________________
7547 [ 11560] By: jhi on 2001/08/03 12:09:50
7548 Log: Subject: [patch] plug PL_regex_padav leaks
7549 From: Doug MacEachern <dougm@covalent.net>
7550 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
7551 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
7554 ____________________________________________________________________________
7555 [ 11559] By: jhi on 2001/08/03 12:08:59
7556 Log: Subject: [patch] plug PL_origargv leak
7557 From: Doug MacEachern <dougm@covalent.net>
7558 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
7559 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
7562 ____________________________________________________________________________
7563 [ 11558] By: jhi on 2001/08/03 12:07:58
7564 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7565 From: Abhijit Menon-Sen <ams@wiw.org>
7566 Date: Fri, 3 Aug 2001 06:38:11 +0530
7567 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
7570 ____________________________________________________________________________
7571 [ 11557] By: nick on 2001/08/03 08:17:38
7572 Log: Integrate mainline
7574 +> (branch 47 files)
7575 - lib/Switch/test.pl
7576 !> (integrate 49 files)
7577 ____________________________________________________________________________
7578 [ 11556] By: jhi on 2001/08/02 22:46:22
7579 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
7580 From: "Craig A. Berry" <craigberry@mac.com>
7581 Date: Thu, 02 Aug 2001 12:56:19 -0500
7582 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
7585 ____________________________________________________________________________
7586 [ 11555] By: jhi on 2001/08/02 22:29:34
7587 Log: Be more careful about non-existent files.
7590 ____________________________________________________________________________
7591 [ 11554] By: jhi on 2001/08/02 21:37:27
7592 Log: Subject: [PATCH resend] deparse empty formats
7593 From: Robin Houston <robin@kitsite.com>
7594 Date: Thu, 2 Aug 2001 14:32:36 +0100
7595 Message-ID: <20010802143236.A894@robin.kitsite.com>
7597 ! ext/B/B/Deparse.pm
7598 ____________________________________________________________________________
7599 [ 11553] By: jhi on 2001/08/02 16:37:32
7600 Log: Subject: [patch] ithreads + refto fix improvement
7601 From: Doug MacEachern <dougm@covalent.net>
7602 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
7603 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
7606 ____________________________________________________________________________
7607 [ 11552] By: jhi on 2001/08/02 14:24:26
7608 Log: Readability nit from Abhijit.
7611 ____________________________________________________________________________
7612 [ 11551] By: jhi on 2001/08/02 14:22:31
7613 Log: setproctitle() API version nit from Anton Berezin.
7616 ____________________________________________________________________________
7617 [ 11550] By: jhi on 2001/08/02 13:51:41
7618 Log: Add PerlCE to the docs.
7620 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7621 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7622 ____________________________________________________________________________
7623 [ 11549] By: jhi on 2001/08/02 13:25:43
7624 Log: Integrate the PerlCE (WinCE Perl) port;
7625 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
7627 + README.ce wince/FindExt.pm wince/Makefile.ce
7628 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
7629 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
7630 + wince/bin/search.pl wince/config.ce wince/config.h
7631 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
7632 + wince/dl_win32.xs wince/include/arpa/inet.h
7633 + wince/include/cectype.h wince/include/errno.h
7634 + wince/include/netdb.h wince/include/sys/socket.h
7635 + wince/include/sys/stat.h wince/include/sys/types.h
7636 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
7637 + wince/perl.rc wince/perldll.def wince/perllib.c
7638 + wince/perlmain.c wince/registry.bat wince/runperl.c
7639 + wince/splittree.pl wince/win32.h wince/win32iop.h
7640 + wince/win32thread.c wince/win32thread.h wince/wince.c
7641 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
7642 + wince/xdistclean.ksh wince/xmakediffs.ksh
7643 ! MANIFEST perl.c perl.h perlio.c
7644 ____________________________________________________________________________
7645 [ 11548] By: jhi on 2001/08/02 13:18:08
7646 Log: setproctitle() made simpler. (This assumes the string is
7647 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
7648 should be used. Note len, not len + 1.) BSD-fu from Anton
7652 ____________________________________________________________________________
7653 [ 11547] By: jhi on 2001/08/02 12:49:54
7654 Log: Subject: [PATCH] -Wall cleanup: op.c
7655 From: Richard Soderberg <rs@oregonnet.com>
7656 Date: Thu, 2 Aug 2001 00:17:09 -0700
7657 Message-Id: <200108020717.AAA26895@oregonnet.com>
7659 Subject: [PATCH] -Wall cleanup: sv.c
7660 From: Richard Soderberg <rs@oregonnet.com>
7661 Date: Thu, 2 Aug 2001 00:49:21 -0700
7662 Message-Id: <200108020749.AAA27492@oregonnet.com>
7665 ____________________________________________________________________________
7666 [ 11546] By: jhi on 2001/08/02 00:53:34
7667 Log: Update Changes.
7669 ! Changes patchlevel.h
7670 ____________________________________________________________________________
7671 [ 11545] By: jhi on 2001/08/02 00:48:55
7672 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
7673 From: Doug MacEachern <dougm@covalent.net>
7674 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
7675 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
7678 ____________________________________________________________________________
7679 [ 11544] By: jhi on 2001/08/01 23:08:41
7680 Log: The #11541 didn't work under threads.
7683 ____________________________________________________________________________
7684 [ 11543] By: jhi on 2001/08/01 22:46:41
7685 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
7686 From: Hugo <hv@crypt.compulink.co.uk>
7687 Date: Fri, 22 Jun 2001 01:19:08 +0100
7688 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
7690 (Skip tests if accept() failed)
7692 ! ext/IO/lib/IO/t/io_unix.t
7693 ____________________________________________________________________________
7694 [ 11542] By: jhi on 2001/08/01 22:40:09
7695 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
7696 From: "Stian Seeberg" <sseeberg@nimsoft.no>
7697 Date: Mon, 30 Jul 2001 12:28:07 +0200
7698 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
7701 ____________________________________________________________________________
7702 [ 11541] By: jhi on 2001/08/01 22:38:31
7703 Log: Subject: Pluggable optimizer
7704 From: Simon Cozens <simon@netthink.co.uk>
7705 Date: Wed, 1 Aug 2001 13:57:02 -0700
7706 Message-ID: <20010801135702.I10442@netthink.co.uk>
7708 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
7709 ____________________________________________________________________________
7710 [ 11540] By: jhi on 2001/08/01 22:29:54
7711 Log: Subject: [ID 20010801.039] perlre.pod message typo
7712 From: Autrijus Tang <autrijus@geb.elixus.org>
7713 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
7714 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
7717 ____________________________________________________________________________
7718 [ 11539] By: jhi on 2001/08/01 16:32:52
7719 Log: Test for change #11536.
7722 ____________________________________________________________________________
7723 [ 11538] By: jhi on 2001/08/01 16:27:19
7724 Log: More test fixups for #11537.
7726 ! t/lib/warnings/4lint t/lib/warnings/9enabled
7727 ____________________________________________________________________________
7728 [ 11537] By: jhi on 2001/08/01 16:26:25
7729 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
7730 From: Doug MacEachern <dougm@covalent.net>
7731 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
7732 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
7734 ! op.c t/TestInit.pm
7735 ____________________________________________________________________________
7736 [ 11536] By: jhi on 2001/08/01 16:08:08
7737 Log: Subject: [patch] ithreads + refto bug
7738 From: Doug MacEachern <dougm@covalent.net>
7739 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
7740 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
7742 (Test in change #11539)
7745 ____________________________________________________________________________
7746 [ 11535] By: jhi on 2001/08/01 16:05:56
7747 Log: Subject: [PATCH: perl@11523] fixups for t/harness
7748 From: Prymmer/Kahn <pvhp@best.com>
7749 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
7750 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
7753 ____________________________________________________________________________
7754 [ 11534] By: jhi on 2001/08/01 16:00:45
7755 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
7756 From: Prymmer/Kahn <pvhp@best.com>
7757 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
7758 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
7760 ! win32/Makefile win32/makefile.mk
7761 ____________________________________________________________________________
7762 [ 11533] By: jhi on 2001/08/01 13:38:29
7763 Log: Need to know the number of tests.
7766 ____________________________________________________________________________
7767 [ 11532] By: jhi on 2001/08/01 13:04:31
7768 Log: Subject: Re: new exit tests on VMS
7769 From: "Craig A. Berry" <craigberry@mac.com>
7770 Date: Tue, 31 Jul 2001 12:19:29 -0500
7771 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
7774 ____________________________________________________________________________
7775 [ 11531] By: jhi on 2001/08/01 12:46:43
7776 Log: Retract #11530 (the dTHX is needed under threads)
7779 ____________________________________________________________________________
7780 [ 11530] By: jhi on 2001/08/01 12:39:35
7781 Log: (Retracted by #11531)
7784 ____________________________________________________________________________
7785 [ 11529] By: jhi on 2001/08/01 12:32:22
7786 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
7787 From: Richard Soderberg <rs@crystalflame.net>
7788 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
7789 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
7792 ____________________________________________________________________________
7793 [ 11528] By: jhi on 2001/08/01 12:18:59
7794 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
7795 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7796 Date: Tue, 31 Jul 2001 05:39:09 -0400
7797 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
7799 (with a note about the case of UV being equal to long long)
7802 ____________________________________________________________________________
7803 [ 11527] By: jhi on 2001/07/31 23:49:04
7804 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
7805 From: "Craig A. Berry" <craigberry@mac.com>
7806 Date: Tue, 31 Jul 2001 14:57:43 -0500
7807 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
7810 ____________________________________________________________________________
7811 [ 11526] By: jhi on 2001/07/31 23:47:57
7814 Subject: [ID 20010116.001] File::Copy truncates orig file
7815 From: arbor@al37al08.telecel.pt
7816 Date: Tue, 16 Jan 2001 11:43:02 GMT
7817 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
7819 (copy($foo, $foo) would truncate $foo)
7821 ! lib/File/Copy.pm lib/File/Copy.t
7822 ____________________________________________________________________________
7823 [ 11525] By: jhi on 2001/07/31 23:01:01
7824 Log: Metaconfig unit change for #11524.
7825 Branch: metaconfig/U/perl
7827 ____________________________________________________________________________
7828 [ 11524] By: jhi on 2001/07/31 23:00:36
7829 Log: Multiple modules didn't work; plus typo fixes.
7832 ____________________________________________________________________________
7833 [ 11523] By: jhi on 2001/07/31 15:29:58
7834 Log: Update Changes.
7836 ! Changes patchlevel.h
7837 ____________________________________________________________________________
7838 [ 11522] By: jhi on 2001/07/31 15:25:35
7842 ____________________________________________________________________________
7843 [ 11521] By: jhi on 2001/07/31 15:19:01
7844 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
7845 From: Dave Mitchell <davem@fdgroup.co.uk>
7846 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
7847 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
7850 ____________________________________________________________________________
7851 [ 11520] By: jhi on 2001/07/31 15:17:43
7855 ____________________________________________________________________________
7856 [ 11519] By: jhi on 2001/07/31 15:17:17
7857 Log: Regen Porting stuff.
7859 ! Porting/Glossary Porting/config.sh Porting/config_H
7860 ____________________________________________________________________________
7861 [ 11518] By: jhi on 2001/07/31 14:16:08
7862 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
7863 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7864 Date: Tue, 31 Jul 2001 05:34:38 -0400
7865 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
7868 ____________________________________________________________________________
7869 [ 11517] By: jhi on 2001/07/31 14:15:01
7870 Log: Metaconfig unit change for #11516.
7871 Branch: metaconfig/U/perl
7873 ____________________________________________________________________________
7874 [ 11516] By: jhi on 2001/07/31 14:14:35
7875 Log: Add -Wall in cflags, not in Configure.
7876 (This way -Wall affects only the core and the core XS,
7877 not user modules' XS. Concern from Paul Marquess,
7878 implementation idea from Andy Dougherty.)
7880 ! Configure cflags.SH
7881 ____________________________________________________________________________
7882 [ 11515] By: jhi on 2001/07/31 13:57:15
7883 Log: Metaconfig unit changes for #11514.
7885 + U/modified/sysman.U
7886 ! U/installdirs/man1dir.U
7887 ____________________________________________________________________________
7888 [ 11514] By: jhi on 2001/07/31 13:56:26
7889 Log: Subject: Configure's detection of system manual
7890 From: Sean Dague <sean@dague.net>
7891 Date: Sun, 13 May 2001 15:53:15 -0400
7892 Message-ID: <20010513155315.A15833@underhill.dague.net>
7895 ____________________________________________________________________________
7896 [ 11513] By: jhi on 2001/07/31 03:23:01
7897 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
7898 From: Autrijus Tang <autrijus@autrijus.org>
7899 Date: Thu, 21 Jun 2001 23:56:48 +0800
7900 Message-Id: <20010621235648.A57340@not.autrijus.org>
7903 ____________________________________________________________________________
7904 [ 11512] By: jhi on 2001/07/31 03:13:35
7905 Log: Subject: Typo in DB_File.pm
7906 From: "Philip Newton" <Philip.Newton@gmx.net>
7907 Date: Tue, 31 Jul 2001 06:19:35 +0200
7908 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
7910 ! ext/DB_File/DB_File.pm
7911 ____________________________________________________________________________
7912 [ 11511] By: jhi on 2001/07/31 03:01:49
7913 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
7914 From: "Stephen P. Potter" <spp@spotter.yi.org>
7915 Date: Wed, 30 May 2001 13:59:34 -0400
7916 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
7919 ____________________________________________________________________________
7920 [ 11510] By: jhi on 2001/07/31 02:13:58
7921 Log: eval "format foo=" would loop indefinitely; reported in
7923 Subject: A load of old rubbish
7924 From: Mike Guy <mjtg@cam.ac.uk>
7925 Date: Mon, 14 May 2001 16:12:22 +0100
7926 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
7928 (The core dumps reported in there already fixed.)
7931 ____________________________________________________________________________
7932 [ 11509] By: jhi on 2001/07/31 00:37:49
7933 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
7935 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
7936 + lib/Switch/t/switch_case.t
7937 - lib/Switch/test.pl
7938 ! MANIFEST lib/Switch.pm
7939 ____________________________________________________________________________
7940 [ 11508] By: jhi on 2001/07/31 00:17:38
7941 Log: Subject: [PATCH @11505] DB_File-1.78
7942 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7943 Date: Mon, 30 Jul 2001 22:54:37 +0100
7944 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
7946 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7947 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
7948 ____________________________________________________________________________
7949 [ 11507] By: jhi on 2001/07/30 23:11:10
7950 Log: Explain in more detail why -pipe and -fno-common are good.
7953 ____________________________________________________________________________
7954 [ 11506] By: nick on 2001/07/30 14:32:23
7955 Log: Integrate mainline
7957 !> INSTALL Makefile.SH doio.c hints/darwin.sh
7958 ____________________________________________________________________________
7959 [ 11505] By: jhi on 2001/07/30 14:14:39
7960 Log: Perl hasn't been putting man pages into $prefix/lib for
7961 a long time now; pointed out by Andy Dougherty.
7964 ____________________________________________________________________________
7965 [ 11504] By: jhi on 2001/07/30 14:13:15
7966 Log: Document the extras Configure option.
7969 ____________________________________________________________________________
7970 [ 11503] By: jhi on 2001/07/30 13:52:14
7971 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
7975 ____________________________________________________________________________
7976 [ 11502] By: jhi on 2001/07/30 13:45:27
7977 Log: Doubly guard against invoking CPAN if no extras defined,
7978 pointed out by H. Merijn Brand.
7981 ____________________________________________________________________________
7982 [ 11501] By: pudge on 2001/07/30 12:57:56
7983 Log: Fix O_RDONLY check to check for O_RDONLY.
7984 Branch: maint-5.6/macperl
7986 ____________________________________________________________________________
7987 [ 11500] By: pudge on 2001/07/30 12:41:11
7988 Log: Integrate miscellaneous changes from maint-5.6/perl.
7989 Branch: maint-5.6/macperl
7990 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
7991 ____________________________________________________________________________
7992 [ 11499] By: nick on 2001/07/30 06:52:42
7993 Log: Integrate mainline
7995 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
7996 +> win32/sync_ext.pl
7998 !> (integrate 71 files)
7999 ____________________________________________________________________________
8000 [ 11498] By: jhi on 2001/07/30 03:53:34
8001 Log: Update Changes.
8003 ! Changes patchlevel.h
8004 ____________________________________________________________________________
8005 [ 11497] By: jhi on 2001/07/30 03:45:32
8006 Log: Now Configure -Dextras=Foo::Bar and "make install" will
8007 fetch and install Foo::Bar.
8010 ____________________________________________________________________________
8011 [ 11496] By: jhi on 2001/07/30 03:18:28
8012 Log: Metaconfig unit change for #11495.
8013 Branch: metaconfig/U/perl
8015 ____________________________________________________________________________
8016 [ 11495] By: jhi on 2001/07/30 03:18:01
8017 Log: extras.make, extras.test, and extras.install make targets.
8019 ! Configure Makefile.SH
8020 ____________________________________________________________________________
8021 [ 11494] By: jhi on 2001/07/30 01:37:35
8022 Log: Metaconfig unit change for #11493.
8023 Branch: metaconfig/U/perl
8025 ____________________________________________________________________________
8026 [ 11493] By: jhi on 2001/07/30 01:37:14
8027 Log: Better to have the list of extras in $extras than 'define'.
8030 ____________________________________________________________________________
8031 [ 11492] By: jhi on 2001/07/30 01:33:16
8032 Log: The metaconfig unit change for #11490.
8033 Branch: metaconfig/U/perl
8035 ____________________________________________________________________________
8036 [ 11491] By: jhi on 2001/07/30 01:32:54
8037 Log: Missed from #11490 (the required dependency).
8040 ____________________________________________________________________________
8041 [ 11490] By: jhi on 2001/07/30 01:32:02
8042 Log: Add the support of asking for extra modules or bundles of modules
8043 to be fetched from the CPAN and installed as a part of the Perl
8044 build process. None of this installation is yet really done;
8045 only the list is asked, and saved away in extras.lst for
8046 the build and installation process to worry about later.
8049 ____________________________________________________________________________
8050 [ 11489] By: jhi on 2001/07/29 22:15:25
8051 Log: Beginnings of better Inf and NaN support.
8052 At least toke.c and sv.c still need quite a bit of work.
8055 ____________________________________________________________________________
8056 [ 11488] By: jhi on 2001/07/29 21:18:57
8057 Log: Top-level Makefile didn't honour OPTIMIZE.
8060 ____________________________________________________________________________
8061 [ 11487] By: jhi on 2001/07/29 20:56:04
8062 Log: Update Changes.
8064 ! Changes patchlevel.h
8065 ____________________________________________________________________________
8066 [ 11486] By: jhi on 2001/07/29 20:38:09
8067 Log: Use Search::Dict 1.02 interface for charinfo().
8070 ____________________________________________________________________________
8071 [ 11485] By: jhi on 2001/07/29 20:37:11
8072 Log: Now also allow transforming the read lines before comparing them.
8073 (This will help UnicodeCD.)
8075 ! lib/Search/Dict.pm
8076 ____________________________________________________________________________
8077 [ 11484] By: jhi on 2001/07/29 20:03:13
8078 Log: Remove tiehandle code.
8081 ____________________________________________________________________________
8082 [ 11483] By: jhi on 2001/07/29 19:59:02
8083 Log: Allow specifying a comparison function for Search::Dict::look().
8085 ! lib/Search/Dict.pm
8086 ____________________________________________________________________________
8087 [ 11482] By: jhi on 2001/07/29 18:55:04
8088 Log: Small UnicodeCD tweaks.
8090 ! lib/UnicodeCD.pm lib/UnicodeCD.t
8091 ____________________________________________________________________________
8092 [ 11481] By: jhi on 2001/07/29 17:14:19
8093 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
8094 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8095 Date: Tue, 24 Jul 2001 01:51:32 +0900
8096 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
8098 ! lib/UnicodeCD.pm lib/UnicodeCD.t
8099 ____________________________________________________________________________
8100 [ 11480] By: jhi on 2001/07/29 16:55:58
8101 Log: Subject: [PATCH] installperl
8102 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
8103 Date: Fri, 27 Jul 2001 19:05:04 -0700
8104 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
8107 ____________________________________________________________________________
8108 [ 11479] By: jhi on 2001/07/29 16:52:52
8109 Log: Subject: [PATCH] Set proper compatibility versions in core
8110 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
8111 Date: Fri, 27 Jul 2001 20:01:49 -0700
8112 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
8115 ____________________________________________________________________________
8116 [ 11478] By: jhi on 2001/07/29 16:50:55
8117 Log: Metaconfig unit change for #11477.
8118 Branch: metaconfig/U/perl
8120 ____________________________________________________________________________
8121 [ 11477] By: jhi on 2001/07/29 16:50:35
8122 Log: Subject: [PATCH] Darwin: -fpic not so good
8123 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
8124 Date: Fri, 27 Jul 2001 18:57:38 -0700
8125 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
8128 ____________________________________________________________________________
8129 [ 11476] By: jhi on 2001/07/29 16:44:03
8130 Log: Subject: [PATCH] Clean up Darwin hints
8131 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
8132 Date: Fri, 27 Jul 2001 19:13:15 -0700
8133 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
8136 ____________________________________________________________________________
8137 [ 11475] By: jhi on 2001/07/29 16:28:45
8138 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
8139 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8140 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
8141 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
8143 ! pod/perlfunc.pod pp.c t/op/split.t
8144 ____________________________________________________________________________
8145 [ 11474] By: jhi on 2001/07/29 16:27:54
8146 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
8147 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8148 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
8149 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
8152 ____________________________________________________________________________
8153 [ 11473] By: jhi on 2001/07/29 16:27:00
8154 Log: Subject: [PATCH] fixes to constant.pm documentation
8155 From: Ilmari Karonen <iltzu@sci.fi>
8156 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
8157 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
8160 ____________________________________________________________________________
8161 [ 11472] By: jhi on 2001/07/28 18:39:03
8162 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
8163 From: "Philip Newton" <Philip.Newton@gmx.net>
8164 Date: Fri, 27 Jul 2001 07:51:10 +0200
8165 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
8168 ____________________________________________________________________________
8169 [ 11471] By: nick on 2001/07/26 06:23:32
8170 Log: Subject: [PATCH] Doc fix for perlguts / threading
8171 From: Arthur Bergman <arthur@contiller.se>
8172 Date: Wed, 25 Jul 2001 11:28:23 +0200
8173 Message-Id: <B7845DD6.2812%arthur@contiller.se>
8176 ____________________________________________________________________________
8177 [ 11470] By: nick on 2001/07/26 06:21:06
8178 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
8179 From: Philip Newton <Philip.Newton@gmx.net>
8180 Date: Wed, 25 Jul 2001 08:19:47 +0200
8181 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
8184 ____________________________________________________________________________
8185 [ 11469] By: nick on 2001/07/26 06:20:25
8186 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
8187 From: Philip Newton <Philip.Newton@gmx.net>
8188 Date: Wed, 25 Jul 2001 08:12:48 +0200
8189 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
8192 ____________________________________________________________________________
8193 [ 11468] By: jhi on 2001/07/25 01:39:11
8197 ____________________________________________________________________________
8198 [ 11467] By: jhi on 2001/07/24 16:05:34
8199 Log: Update Changes.
8201 ! Changes patchlevel.h
8202 ____________________________________________________________________________
8203 [ 11466] By: jhi on 2001/07/24 15:40:28
8204 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
8205 From: "Philip Newton" <Philip.Newton@gmx.net>
8206 Date: Tue, 24 Jul 2001 06:45:55 +0200
8207 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
8210 ____________________________________________________________________________
8211 [ 11465] By: jhi on 2001/07/24 15:37:48
8212 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
8213 From: Peter Prymmer <pvhp@forte.com>
8214 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
8215 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
8217 ! pod/perlport.pod t/io/fs.t vms/test.com
8218 ____________________________________________________________________________
8219 [ 11464] By: jhi on 2001/07/24 02:58:20
8220 Log: Workaround on Cwd bootstrap problem.
8222 ! lib/ExtUtils/MakeMaker.pm
8223 ____________________________________________________________________________
8224 [ 11463] By: jhi on 2001/07/23 23:11:41
8225 Log: When in Rome, quote like the Romans do.
8228 ____________________________________________________________________________
8229 [ 11462] By: jhi on 2001/07/23 23:04:02
8230 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
8231 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8232 Date: Mon, 23 Jul 2001 19:29:49 -0400
8233 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
8236 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
8237 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
8239 ____________________________________________________________________________
8240 [ 11461] By: jhi on 2001/07/23 22:58:15
8241 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
8242 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8243 Date: Mon, 23 Jul 2001 18:43:42 -0400
8244 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
8246 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8247 ____________________________________________________________________________
8248 [ 11460] By: jhi on 2001/07/23 22:54:52
8249 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
8250 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8251 Date: Mon, 23 Jul 2001 18:33:16 -0400
8252 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
8254 ! lib/ExtUtils/MakeMaker.pm
8255 ____________________________________________________________________________
8256 [ 11459] By: jhi on 2001/07/23 22:52:02
8257 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
8258 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8259 Date: Mon, 23 Jul 2001 18:20:35 -0400
8260 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
8262 ! Makefile.SH cflags.SH
8263 ____________________________________________________________________________
8264 [ 11458] By: jhi on 2001/07/23 22:41:19
8265 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
8266 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
8267 Date: Mon, 23 Jul 2001 11:32:17 -0500
8268 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
8270 ! lib/ExtUtils/MakeMaker.pm
8271 ____________________________________________________________________________
8272 [ 11457] By: jhi on 2001/07/23 21:22:36
8273 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
8274 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8275 Date: Mon, 23 Jul 2001 18:13:20 -0400
8276 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
8279 ____________________________________________________________________________
8280 [ 11456] By: jhi on 2001/07/23 21:19:28
8281 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
8282 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8283 Date: Mon, 23 Jul 2001 18:07:40 -0400
8284 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
8287 ____________________________________________________________________________
8288 [ 11455] By: jhi on 2001/07/23 21:13:12
8289 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
8290 From: "Craig A. Berry" <craigberry@mac.com>
8291 Date: Mon, 23 Jul 2001 15:35:06 -0500
8292 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
8295 ____________________________________________________________________________
8296 [ 11454] By: jhi on 2001/07/23 21:09:13
8297 Log: Subject: [PATCH perlfaq9.pod typo]
8298 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
8299 Date: Mon, 23 Jul 2001 07:49:05 -0700
8300 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
8303 ____________________________________________________________________________
8304 [ 11453] By: jhi on 2001/07/23 21:06:42
8305 Log: Subject: win32\sncfnmcs.pl corrections
8306 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8307 Date: Mon, 23 Jul 2001 12:56:54 +0200
8308 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
8310 Rename the script a little bit more sensibly.
8314 ! MANIFEST README.win32
8315 ____________________________________________________________________________
8316 [ 11452] By: jhi on 2001/07/23 17:22:37
8320 ____________________________________________________________________________
8321 [ 11451] By: jhi on 2001/07/23 17:10:52
8322 Log: Metaconfig unit tweak for #11450.
8323 Branch: metaconfig/U/perl
8325 ____________________________________________________________________________
8326 [ 11450] By: jhi on 2001/07/23 17:09:46
8327 Log: Too volatile failsafe check.
8330 ____________________________________________________________________________
8331 [ 11449] By: jhi on 2001/07/23 16:53:59
8332 Log: Further doc tweaks.
8335 ____________________________________________________________________________
8336 [ 11448] By: jhi on 2001/07/23 05:26:50
8340 ____________________________________________________________________________
8341 [ 11447] By: jhi on 2001/07/23 04:57:49
8342 Log: Doc tweakery from Abhijit.
8344 ! Porting/repository.pod
8345 ____________________________________________________________________________
8346 [ 11446] By: jhi on 2001/07/22 15:41:02
8347 Log: An accidental empty line.
8350 ____________________________________________________________________________
8351 [ 11445] By: jhi on 2001/07/22 15:38:30
8352 Log: Missing MANIFESTations.
8355 ____________________________________________________________________________
8356 [ 11444] By: jhi on 2001/07/22 15:30:10
8357 Log: Update Changes.
8359 ! Changes patchlevel.h
8360 ____________________________________________________________________________
8361 [ 11443] By: jhi on 2001/07/22 15:02:11
8362 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
8363 From: Mike Guy <mjtg@cam.ac.uk>
8364 Date: Fri, 20 Jul 2001 16:12:49 +0100
8365 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
8367 ! Porting/pumpkin.pod
8368 ____________________________________________________________________________
8369 [ 11442] By: jhi on 2001/07/22 14:58:33
8370 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
8371 From: Peter Prymmer <pvhp@forte.com>
8372 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
8373 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
8376 ____________________________________________________________________________
8377 [ 11441] By: jhi on 2001/07/22 14:54:29
8378 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
8379 From: Michael G Schwern <schwern@pobox.com>
8380 Date: Fri, 20 Jul 2001 20:22:35 -0400
8381 Message-ID: <20010720202235.O4498@blackrider>
8383 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
8385 ____________________________________________________________________________
8386 [ 11440] By: jhi on 2001/07/22 14:51:14
8387 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
8388 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8389 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
8390 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
8392 ! ext/POSIX/POSIX.pod
8393 ____________________________________________________________________________
8394 [ 11439] By: jhi on 2001/07/22 14:49:25
8395 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
8396 From: Mark-Jason Dominus <mjd@plover.com>
8397 Date: Fri, 20 Jul 2001 23:16:54 -0400
8398 Message-ID: <20010721031654.21877.qmail@plover.com>
8400 ! ext/POSIX/POSIX.pod
8401 ____________________________________________________________________________
8402 [ 11438] By: jhi on 2001/07/22 14:41:58
8403 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
8404 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8405 Date: Sun, 22 Jul 2001 14:56:09 +0200
8406 Message-ID: <20010722145609.A766@rafael>
8409 ____________________________________________________________________________
8410 [ 11437] By: jhi on 2001/07/22 14:39:07
8411 Log: Subject: regexec.c #define cleanup
8412 From: Mark-Jason Dominus <mjd@plover.com>
8413 Date: Sat, 21 Jul 2001 18:33:25 -0400
8414 Message-ID: <20010721223325.3069.qmail@plover.com>
8417 ____________________________________________________________________________
8418 [ 11436] By: jhi on 2001/07/22 14:36:43
8419 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
8420 From: Prymmer/Kahn <pvhp@best.com>
8421 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
8422 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
8425 ____________________________________________________________________________
8426 [ 11435] By: jhi on 2001/07/22 00:22:51
8427 Log: Typo in #11432.
8430 ____________________________________________________________________________
8431 [ 11434] By: jhi on 2001/07/21 23:12:26
8432 Log: Integrate (manually) change #11424 from macperl.
8434 ! ext/Filter/t/call.t
8435 ____________________________________________________________________________
8436 [ 11433] By: jhi on 2001/07/21 23:07:43
8437 Log: Integrate change #11408 from macperl.
8439 !> README.macos pod/perlport.pod
8440 ____________________________________________________________________________
8441 [ 11432] By: jhi on 2001/07/21 23:02:30
8442 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
8444 +> macos/MacPerlTests.cmd macos/xsubpp.patch
8445 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8446 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
8448 ____________________________________________________________________________
8449 [ 11431] By: gsar on 2001/07/21 05:03:44
8450 Log: pod/*.t tests not picked up by t/TEST either
8451 Branch: maint-5.6/perl
8453 ____________________________________________________________________________
8454 [ 11430] By: gsar on 2001/07/21 04:58:12
8455 Log: better tweak for change#11429 (windows has both / and \ separated
8456 paths in @INC at that point)
8457 Branch: maint-5.6/perl
8459 ____________________________________________________________________________
8460 [ 11429] By: gsar on 2001/07/21 04:41:15
8461 Log: MacOS pod test tweak needs \Escape
8462 Branch: maint-5.6/perl
8464 ____________________________________________________________________________
8465 [ 11428] By: gsar on 2001/07/21 04:39:34
8466 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
8467 resulting duplicate output, but t/harness isn't)
8468 Branch: maint-5.6/perl
8470 ____________________________________________________________________________
8471 [ 11427] By: gsar on 2001/07/21 04:37:26
8472 Log: t/harness wasn't picking up all the tests
8473 Branch: maint-5.6/perl
8475 ____________________________________________________________________________
8476 [ 11426] By: gsar on 2001/07/21 04:09:26
8477 Log: update MANIFEST for new file
8478 Branch: maint-5.6/perl
8480 ____________________________________________________________________________
8481 [ 11425] By: gsar on 2001/07/21 04:07:46
8482 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
8483 the exception of the macperl/macos/... tree
8484 Branch: maint-5.6/perl
8485 +> t/lib/filefind-taint.t
8486 !> (integrate 72 files)
8487 ____________________________________________________________________________
8488 [ 11424] By: pudge on 2001/07/20 18:55:25
8490 Branch: maint-5.6/macperl
8491 ! macos/bundled_ext/Filter/t/call.t
8492 ____________________________________________________________________________
8493 [ 11423] By: gsar on 2001/07/20 18:38:48
8494 Log: Make perl fork()-safe (in a slightly limited way) even on
8495 platforms that don't have pthread_atfork() (extension of
8496 the fix in change#11151).
8498 Note that this will not help extensions that call fork()
8499 directly in C, or that link to libraries that call fork()
8500 directly. Such cases must be fixed to either call
8501 PerlProc_fork(), or call atfork_lock() in parent before the
8502 calling the function that forks and call atfork_unlock()
8503 in both parent and child immediately after the fork().
8504 (There are no worries if C code calls exec() in the child
8505 immediately after a fork(). Only cases where the child
8506 calls perl's API functions (including New()) after the
8507 fork() are problematic.)
8509 This change also eliminates the use of vfork() from perl,
8510 since all such uses were violating the severe restrictions
8511 on modifying the state of the process between the vfork()
8514 This is a modified version of patches suggested by Abhijit
8515 Menon-Sen and Richard Soderberg.
8517 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
8518 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
8519 ____________________________________________________________________________
8520 [ 11422] By: pudge on 2001/07/20 18:16:37
8521 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
8522 Switch, and Text::Balanced.
8523 Branch: maint-5.6/macperl
8524 + macos/bundled_ext/Filter/Util/Call/Call.pm
8525 + macos/bundled_ext/Filter/Util/Call/Call.xs
8526 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
8527 + macos/bundled_ext/Filter/t/MyFilter.pm
8528 + macos/bundled_ext/Filter/t/call.t
8529 + macos/bundled_ext/Filter/t/filter-util.pl
8530 + macos/bundled_lib/blib/lib/Class/ISA.pm
8531 + macos/bundled_lib/blib/lib/Digest.pm
8532 + macos/bundled_lib/blib/lib/Filter/Simple.pm
8533 + macos/bundled_lib/blib/lib/Switch.pm
8534 + macos/bundled_lib/blib/lib/Text/Balanced.pm
8535 + macos/bundled_lib/blib/lib/Text/Balanced.pod
8536 + macos/bundled_lib/t/Class/ISA/test.pl
8537 + macos/bundled_lib/t/Digest/Digest.t
8538 + macos/bundled_lib/t/Filter/Simple/test.pl
8539 + macos/bundled_lib/t/Switch/test.pl
8540 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
8541 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
8542 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
8543 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
8544 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
8545 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
8546 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
8547 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
8548 ____________________________________________________________________________
8549 [ 11421] By: pudge on 2001/07/20 18:03:28
8550 Log: Add Filter::Util::Call to config/make files; edit utils
8551 to recognize the module (it was descended too far down).
8552 Bump version to 5.6.1a4.
8553 Branch: maint-5.6/macperl
8554 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
8555 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
8556 ! macos/macperl/Makefile.mk macos/xsubpp.patch
8557 ____________________________________________________________________________
8558 [ 11420] By: pudge on 2001/07/20 18:02:05
8559 Log: Make DB_File the default for MLDBM on MacOS.
8560 Branch: maint-5.6/macperl
8561 ! macos/bundled_lib/blib/lib/MLDBM.pm
8562 ____________________________________________________________________________
8563 [ 11419] By: nick on 2001/07/20 14:51:03
8564 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
8565 From: Simon Cozens <simon@netthink.co.uk>
8566 Date: Fri, 20 Jul 2001 11:42:35 -0400
8567 Message-Id: <20010720114235.A5235@netthink.co.uk>
8570 ____________________________________________________________________________
8571 [ 11418] By: nick on 2001/07/20 14:48:12
8572 Log: Subject: [PATCH regcomp.h] adds a comment
8573 From: Abhijit Menon-Sen <ams@wiw.org>
8574 Date: Fri, 20 Jul 2001 21:05:37 +0530
8575 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
8578 ____________________________________________________________________________
8579 [ 11417] By: nick on 2001/07/20 14:16:38
8580 Log: Subject: [PATCH 5.7.2] INSTALL updates
8581 From: Andy Dougherty <doughera@lafayette.edu>
8582 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
8583 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
8586 ____________________________________________________________________________
8587 [ 11416] By: nick on 2001/07/20 06:44:44
8588 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
8589 From: Russ Allbery <rra@stanford.edu>
8590 Date: 19 Jul 2001 15:52:37 -0700
8591 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
8594 ____________________________________________________________________________
8595 [ 11415] By: nick on 2001/07/20 06:35:11
8596 Log: Subject: [PATCH] defer op_seq allocation
8597 From: Abhijit Menon-Sen <ams@wiw.org>
8598 Date: Thu, 19 Jul 2001 22:12:24 +0530
8599 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
8602 ____________________________________________________________________________
8603 [ 11414] By: nick on 2001/07/20 06:23:36
8604 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
8605 From: Abhijit Menon-Sen <ams@wiw.org>
8606 Date: Fri, 20 Jul 2001 01:18:50 +0530
8607 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
8610 ! ext/Time/HiRes/HiRes.xs
8611 ____________________________________________________________________________
8612 [ 11413] By: nick on 2001/07/20 06:18:53
8613 Log: Integrate mainline
8615 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
8616 - t/base/commonsense.t
8617 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
8618 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
8619 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
8620 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
8621 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
8623 ____________________________________________________________________________
8624 [ 11412] By: nick on 2001/07/19 06:44:27
8625 Log: Integrate win32/perlhost.h from maintenance branch.
8626 (Rest of $ENV{PATH} / system() fix.)
8629 ____________________________________________________________________________
8630 [ 11411] By: nick on 2001/07/19 06:41:34
8631 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
8632 From: Philip Newton <Philip.Newton@gmx.net>
8633 Date: Wed, 18 Jul 2001 21:43:57 +0200
8634 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
8637 ____________________________________________________________________________
8638 [ 11410] By: nick on 2001/07/19 06:39:35
8639 Log: Subject: Security hole in taint checking in open()
8640 From: deekoo@tentacle.net
8641 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
8642 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
8645 ____________________________________________________________________________
8646 [ 11409] By: nick on 2001/07/19 06:28:08
8647 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
8648 From: Abhijit Menon-Sen <ams@wiw.org>
8649 Date: Thu, 19 Jul 2001 04:30:43 +0530
8650 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
8652 ! ext/Time/HiRes/HiRes.xs
8653 ____________________________________________________________________________
8654 [ 11408] By: pudge on 2001/07/19 03:27:36
8655 Log: Update docs with latest implementation information and new URLs.
8656 Branch: maint-5.6/macperl
8657 ! README.macos pod/perlport.pod
8658 ____________________________________________________________________________
8659 [ 11407] By: pudge on 2001/07/19 02:35:46
8660 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
8661 Fix BuildRules to accept optimization variables.
8662 Branch: maint-5.6/macperl
8663 + macos/bundled_ext/Digest/MD5/Makefile.mk
8664 ! macos/BuildRules.mk macos/Makefile.mk
8665 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
8666 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
8667 ____________________________________________________________________________
8668 [ 11406] By: pudge on 2001/07/19 01:11:39
8669 Log: Integrate changes 11399,11401
8670 Branch: maint-5.6/macperl
8671 !> win32/perlhost.h win32/win32.c
8672 ____________________________________________________________________________
8673 [ 11405] By: nick on 2001/07/18 06:50:33
8674 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
8677 !> win32/perlhost.h win32/win32.c
8678 ____________________________________________________________________________
8679 [ 11404] By: nick on 2001/07/18 06:43:59
8680 Log: Subject: Re: Perl 5.7.2 Has Been Released
8681 From: hv@crypt0.demon.co.uk
8682 Date: Wed, 18 Jul 2001 05:58:46 +0100
8683 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
8686 ____________________________________________________________________________
8687 [ 11403] By: nick on 2001/07/18 06:38:57
8688 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
8689 From: hv@crypt0.demon.co.uk
8690 Date: Wed, 18 Jul 2001 05:21:54 +0100
8691 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
8693 ! numeric.c t/op/arith.t
8694 ____________________________________________________________________________
8695 [ 11402] By: nick on 2001/07/18 06:19:17
8696 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
8697 From: mjd@plover.com
8698 Date: 17 Jul 2001 17:59:20 -0000
8699 Message-Id: <20010717175920.8177.qmail@plover.com>
8702 ____________________________________________________________________________
8703 [ 11401] By: gsar on 2001/07/17 21:31:31
8704 Log: thinko in change#11400 (duh)
8705 Branch: maint-5.6/perl
8707 ____________________________________________________________________________
8708 [ 11400] By: gsar on 2001/07/17 19:46:34
8709 Log: change#11399 revealed another unrelated bug; this is just a temporary
8711 Branch: maint-5.6/perl
8713 ____________________________________________________________________________
8714 [ 11399] By: gsar on 2001/07/17 19:11:57
8715 Log: fix bugs in handling of the virtualized environment under windows;
8716 there were bugs in propagating any changes to %ENV down to the real
8717 environment when such changes happened in the toplevel process
8718 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
8719 problem identification, and for a part of the fix)
8720 Branch: maint-5.6/perl
8721 ! win32/perlhost.h win32/win32.c
8722 ____________________________________________________________________________
8723 [ 11398] By: nick on 2001/07/17 08:26:35
8724 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
8725 From: Peter Prymmer <pvhp@forte.com>
8726 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
8727 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
8729 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
8730 should not depend on existance of Config.pm
8732 +> t/lib/commonsense.t
8733 - t/base/commonsense.t
8735 ____________________________________________________________________________
8736 [ 11397] By: nick on 2001/07/17 08:09:58
8737 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
8738 From: Michael G Schwern <schwern@pobox.com>
8739 Date: Mon, 16 Jul 2001 18:20:31 -0400
8740 Message-Id: <20010716182031.A1128@blackrider>
8743 ____________________________________________________________________________
8744 [ 11396] By: nick on 2001/07/17 08:04:11
8745 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
8746 From: Gwyn Judd <b.judd@xtra.co.nz>
8747 Date: Tue, 17 Jul 2001 20:55:58 +1200
8748 Message-Id: <20010717205558.A3107@thislove>
8751 ____________________________________________________________________________
8752 [ 11395] By: nick on 2001/07/17 08:02:22
8753 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
8754 From: Peter Prymmer <pvhp@forte.com>
8755 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
8756 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
8759 ____________________________________________________________________________
8760 [ 11394] By: nick on 2001/07/17 07:57:06
8761 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
8762 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
8763 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
8764 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
8767 ____________________________________________________________________________
8768 [ 11392] By: nick on 2001/07/17 07:50:12
8769 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
8770 From: Coral <coral@moonlight.crystalflame.net>
8771 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
8772 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
8775 ____________________________________________________________________________
8776 [ 11391] By: nick on 2001/07/17 07:34:28
8777 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
8778 From: Jonathan Stowe <gellyfish@gellyfish.com>
8779 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
8780 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
8783 ____________________________________________________________________________
8784 [ 11390] By: pudge on 2001/07/16 23:54:44
8785 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
8786 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
8787 and Mac::Apps::Launch, which don't work, and Time::HiRes and
8788 Time::Piece, which don't yet work.
8789 Branch: maint-5.6/macperl
8791 ____________________________________________________________________________
8792 [ 11389] By: pudge on 2001/07/16 23:13:10
8793 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
8794 Also add hack to get around missing setenv for PERL5DB.
8795 Branch: maint-5.6/macperl
8796 ! macos/macish.c macos/macish.h
8797 ____________________________________________________________________________
8798 [ 11388] By: pudge on 2001/07/16 23:11:26
8799 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
8800 Branch: maint-5.6/macperl
8801 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
8802 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
8803 ____________________________________________________________________________
8804 [ 11387] By: pudge on 2001/07/16 23:05:12
8805 Log: Fix up some configuration and make options, add extra
8807 Branch: maint-5.6/macperl
8808 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
8809 ! macos/macperl/Makefile.mk
8810 ____________________________________________________________________________
8811 [ 11386] By: pudge on 2001/07/16 21:22:32
8812 Log: From Change 11374 in maintperl.
8813 Branch: maint-5.6/macperl
8815 ____________________________________________________________________________
8816 [ 11385] By: nick on 2001/07/16 14:12:58
8817 Log: Back out change to h2xs till it passes its test.
8820 ____________________________________________________________________________
8821 [ 11384] By: nick on 2001/07/16 14:00:10
8822 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
8823 From: Jonathan Stowe <gellyfish@gellyfish.com>
8824 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
8825 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
8828 ____________________________________________________________________________
8829 [ 11383] By: nick on 2001/07/16 13:53:12
8830 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
8831 From: Robin Houston <robin@kitsite.com>
8832 Date: Sun, 15 Jul 2001 18:22:31 +0100
8833 Message-Id: <20010715182230.A11174@robin>
8836 ____________________________________________________________________________
8837 [ 11382] By: nick on 2001/07/16 13:52:49
8838 Log: Subject: [PATCH perl@11372] re_dup
8839 From: Radu Greab <radu@netsoft.ro>
8840 Date: Sun, 15 Jul 2001 04:50:06 +0300
8841 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
8844 ____________________________________________________________________________
8845 [ 11379] By: nick on 2001/07/16 13:35:39
8846 Log: Subject: [PATCH B::Deparse] formats can't contain formats
8847 From: Robin Houston <robin@kitsite.com>
8848 Date: Sat, 14 Jul 2001 14:28:50 +0100
8849 Message-Id: <20010714142850.A10205@robin>
8851 ! ext/B/B/Deparse.pm
8852 ____________________________________________________________________________
8853 [ 11378] By: nick on 2001/07/16 13:30:36
8854 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
8855 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
8856 Date: Sat, 14 Jul 2001 22:17:42 +0900
8857 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
8859 + ext/Encode/Encode/euc-jp-0212.enc
8860 ! ext/Encode/Encode/Tcl.pm
8861 ____________________________________________________________________________
8862 [ 11377] By: nick on 2001/07/16 13:17:28
8863 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
8864 From: Andy Dougherty <doughera@lafayette.edu>
8865 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
8866 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
8868 ! hints/darwin.sh hints/rhapsody.sh
8869 ____________________________________________________________________________
8870 [ 11376] By: nick on 2001/07/16 09:05:00
8871 Log: Integrate mainline
8873 +> ext/Encode/Encode/7bit-greek.enc
8874 +> ext/Encode/Encode/7bit-latin1.enc
8875 +> ext/Encode/Encode/cns11643-1.enc
8876 +> ext/Encode/Encode/cns11643-2.enc
8877 +> ext/Encode/Encode/iso2022-cn.enc
8878 +> ext/Encode/Encode/iso2022-jp1.enc
8879 +> ext/Encode/Encode/iso2022-jp2.enc
8880 !> Changes Configure MANIFEST Makefile.SH
8881 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
8882 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
8883 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
8884 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
8885 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
8886 ____________________________________________________________________________
8887 [ 11375] By: gsar on 2001/07/16 02:46:11
8888 Log: integrate change#11374 from maint-5.6
8890 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
8893 ____________________________________________________________________________
8894 [ 11374] By: gsar on 2001/07/16 02:10:51
8895 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
8896 Branch: maint-5.6/perl
8898 ____________________________________________________________________________
8899 [ 11373] By: jhi on 2001/07/14 09:27:10
8900 Log: Update Changes.
8902 ! Changes patchlevel.h
8903 ____________________________________________________________________________
8904 [ 11372] By: jhi on 2001/07/14 09:19:18
8905 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
8906 From: Jonathan Stowe <gellyfish@gellyfish.com>
8907 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
8908 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
8911 ____________________________________________________________________________
8912 [ 11371] By: jhi on 2001/07/14 09:18:09
8913 Log: Subject: patch to add DEL to [:cntrl:]
8914 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8915 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
8916 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
8918 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
8919 ____________________________________________________________________________
8920 [ 11370] By: jhi on 2001/07/14 01:33:17
8921 Log: Metaconfig unit change for #11369; plus a dependency nit.
8923 ! U/compline/nblock_io.U
8924 Branch: metaconfig/U/perl
8926 ____________________________________________________________________________
8927 [ 11369] By: jhi on 2001/07/14 01:32:33
8928 Log: #include <stdlib.h> so that exit() is prototyped,
8932 ____________________________________________________________________________
8933 [ 11368] By: jhi on 2001/07/14 01:18:28
8934 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
8935 From: Peter Prymmer <pvhp@forte.com>
8936 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
8937 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
8940 ____________________________________________________________________________
8941 [ 11367] By: jhi on 2001/07/14 01:07:03
8942 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
8943 From: Peter Prymmer <pvhp@forte.com>
8944 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
8945 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
8947 ! ext/Encode/Encode/Tcl.t
8948 ____________________________________________________________________________
8949 [ 11366] By: jhi on 2001/07/13 22:48:47
8950 Log: Add information about gcc 3.0 basic block profiling.
8952 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
8953 ____________________________________________________________________________
8954 [ 11365] By: jhi on 2001/07/13 21:22:20
8955 Log: Subject: Error in lib/PerlIO/Via.pm ?
8956 From: Mark-Jason Dominus <mjd@plover.com>
8957 Date: Fri, 13 Jul 2001 15:55:41 -0400
8958 Message-ID: <20010713195541.26751.qmail@plover.com>
8960 ! ext/PerlIO/Via/Via.pm
8961 ____________________________________________________________________________
8962 [ 11364] By: jhi on 2001/07/13 21:21:23
8963 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
8964 section from the Compiler section.
8967 ____________________________________________________________________________
8968 [ 11363] By: jhi on 2001/07/13 21:19:34
8969 Log: Handle glibc style of constant definitions using enum
8970 with intervening #defines; from Brendan O'Dea.
8973 ____________________________________________________________________________
8974 [ 11362] By: jhi on 2001/07/13 21:17:40
8975 Log: Add LC_MESSAGES to the locale_h export tag (it already is
8976 in the Makefile.PL and thusly eligible for an XS constant)
8977 (see also maintperl #10543)
8979 ! ext/POSIX/POSIX.pm
8980 ____________________________________________________________________________
8981 [ 11361] By: jhi on 2001/07/13 15:12:37
8982 Log: Subject: Re: [patch] re_dup
8983 From: Abhijit Menon-Sen <ams@wiw.org>
8984 Date: Fri, 13 Jul 2001 21:41:09 +0530
8985 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
8988 ____________________________________________________________________________
8989 [ 11360] By: jhi on 2001/07/13 15:11:45
8990 Log: Subject: [patch] re_dup
8991 From: Doug MacEachern <dougm@covalent.net>
8992 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
8993 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
8996 ____________________________________________________________________________
8997 [ 11359] By: jhi on 2001/07/13 14:30:32
8998 Log: Update Changes.
9000 ! Changes patchlevel.h
9001 ____________________________________________________________________________
9002 [ 11358] By: jhi on 2001/07/13 14:26:36
9003 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
9004 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9005 Date: Sat, 14 Jul 2001 00:06:30 +0900
9006 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
9008 + ext/Encode/Encode/7bit-greek.enc
9009 + ext/Encode/Encode/7bit-latin1.enc
9010 + ext/Encode/Encode/cns11643-1.enc
9011 + ext/Encode/Encode/cns11643-2.enc
9012 + ext/Encode/Encode/iso2022-cn.enc
9013 + ext/Encode/Encode/iso2022-jp1.enc
9014 + ext/Encode/Encode/iso2022-jp2.enc
9015 ! MANIFEST ext/Encode/Encode/Tcl.pm
9016 ! ext/Encode/Encode/iso2022-kr.enc
9017 ____________________________________________________________________________
9018 [ 11357] By: nick on 2001/07/13 14:24:06
9019 Log: Blind integrate mainline (as of 5.7.2?)
9021 !> AUTHORS Changes Porting/config.sh Porting/config_H
9022 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
9023 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
9024 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9025 !> win32/makefile.mk
9026 ____________________________________________________________________________
9027 [ 11355] By: jhi on 2001/07/13 13:13:46
9028 Log: Snip away the devel patchlevel.
9031 ____________________________________________________________________________
9032 [ 11354] By: jhi on 2001/07/13 13:12:01
9033 Log: Bump the version to 5.7.2.
9035 ! Porting/config.sh Porting/config_H patchlevel.h
9036 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
9037 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9039 ____________________________________________________________________________
9040 [ 11353] By: jhi on 2001/07/13 13:00:00
9041 Log: Update Changes.
9044 ____________________________________________________________________________
9045 [ 11352] By: jhi on 2001/07/13 12:54:49
9049 ____________________________________________________________________________
9050 [ 11351] By: jhi on 2001/07/13 12:52:47
9051 Log: AUTHORS update.
9054 ____________________________________________________________________________
9055 [ 11350] By: jhi on 2001/07/13 12:24:36
9056 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
9060 ____________________________________________________________________________
9061 [ 11349] By: jhi on 2001/07/13 11:54:10
9062 Log: Integrate perlio.
9064 !> win32/distclean.bat
9065 ____________________________________________________________________________
9066 [ 11348] By: jhi on 2001/07/13 11:49:50
9067 Log: Test the encoding transform only iff we have PerlIO,
9068 noticed by H. Merijn Brand.
9070 ! ext/PerlIO/t/encoding.t
9071 ____________________________________________________________________________
9072 [ 11347] By: jhi on 2001/07/13 11:40:13
9073 Log: README.netware tweaks from Ananth Kesari.
9076 ____________________________________________________________________________
9077 [ 11346] By: nick on 2001/07/13 09:18:51
9078 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
9079 to avoid /unicode vs /Unicode issues.
9081 ! win32/distclean.bat
9082 ____________________________________________________________________________
9083 [ 11345] By: nick on 2001/07/13 06:24:18
9084 Log: Integrate mainline
9086 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
9087 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
9088 !> (integrate 63 files)
9089 ____________________________________________________________________________
9090 [ 11344] By: jhi on 2001/07/13 04:50:22
9091 Log: Add d_bincompat5005 information to perl -V.
9094 ____________________________________________________________________________
9095 [ 11343] By: jhi on 2001/07/13 03:42:05
9096 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
9097 From: Abhijit Menon-Sen <ams@wiw.org>
9098 Date: Fri, 13 Jul 2001 07:12:36 +0530
9099 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
9102 ____________________________________________________________________________
9103 [ 11342] By: jhi on 2001/07/13 03:36:22
9104 Log: Remove unicode::distinct, as per Inaba Hiroto.
9106 - lib/unicode/distinct.pm
9107 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
9109 ____________________________________________________________________________
9110 [ 11341] By: jhi on 2001/07/13 00:05:53
9111 Log: Paging for Dr Octothorpe.
9114 ____________________________________________________________________________
9115 [ 11340] By: jhi on 2001/07/12 23:53:44
9116 Log: cut-n-paste error noticed by mjd.
9119 ____________________________________________________________________________
9120 [ 11339] By: jhi on 2001/07/12 23:39:42
9121 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
9122 From: Peter Prymmer <pvhp@forte.com>
9123 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
9124 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
9127 ____________________________________________________________________________
9128 [ 11338] By: jhi on 2001/07/12 23:38:49
9129 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
9130 From: Randall Gellens <randy@qualcomm.com>
9131 Date: Thu, 12 Jul 2001 16:56:23 -0700
9132 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
9134 ! Porting/repository.pod
9135 ____________________________________________________________________________
9136 [ 11337] By: jhi on 2001/07/12 23:35:06
9137 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
9140 ____________________________________________________________________________
9141 [ 11336] By: jhi on 2001/07/12 23:23:39
9142 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
9143 From: coral <coral@moonlight.crystalflame.net>
9144 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
9145 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
9148 ____________________________________________________________________________
9149 [ 11335] By: jhi on 2001/07/12 23:23:14
9150 Log: Metaconfig unit change for #11134.
9152 + U/threads/d_pthread_atfork.U
9153 ____________________________________________________________________________
9154 [ 11334] By: jhi on 2001/07/12 23:22:42
9155 Log: Add HAS_PTHREAD_ATFORK.
9157 ! Configure NetWare/config.wc NetWare/config_H.wc
9158 ! Porting/Glossary Porting/config.sh Porting/config_H
9159 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
9160 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
9161 ! vos/config.ga.def vos/config.ga.h win32/config.bc
9162 ! win32/config.gc win32/config.vc win32/config_H.bc
9163 ! win32/config_H.gc win32/config_H.vc
9164 ____________________________________________________________________________
9165 [ 11333] By: jhi on 2001/07/12 22:58:35
9166 Log: Subject: [PATCH] File::Copy fails on tied handles
9167 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
9168 Date: Thu, 12 Jul 2001 15:18:51 -0700
9169 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
9172 ____________________________________________________________________________
9173 [ 11332] By: jhi on 2001/07/12 22:57:04
9174 Log: Subject: [PATCH] Langinfo.t
9175 From: Nicholas Clark <nick@ccl4.org>
9176 Date: Thu, 12 Jul 2001 23:55:38 +0100
9177 Message-ID: <20010712235538.M5827@plum.flirble.org>
9179 ! ext/I18N/Langinfo/Langinfo.t
9180 ____________________________________________________________________________
9181 [ 11331] By: jhi on 2001/07/12 22:56:09
9182 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
9183 From: Peter Prymmer <pvhp@forte.com>
9184 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
9185 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
9187 ! pod/perl572delta.pod
9188 ____________________________________________________________________________
9189 [ 11330] By: jhi on 2001/07/12 22:55:23
9190 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
9191 From: Abhijit Menon-Sen <ams@wiw.org>
9192 Date: Fri, 13 Jul 2001 05:21:16 +0530
9193 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
9196 ____________________________________________________________________________
9197 [ 11329] By: jhi on 2001/07/12 22:54:39
9198 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
9199 From: Abhijit Menon-Sen <ams@wiw.org>
9200 Date: Fri, 13 Jul 2001 03:04:25 +0530
9201 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
9204 ____________________________________________________________________________
9205 [ 11328] By: gsar on 2001/07/12 19:02:01
9208 ! win32/Makefile win32/makefile.mk
9209 ____________________________________________________________________________
9210 [ 11327] By: jhi on 2001/07/12 18:54:09
9211 Log: Update Changes.
9213 ! Changes patchlevel.h
9214 ____________________________________________________________________________
9215 [ 11326] By: jhi on 2001/07/12 18:17:18
9216 Log: Typo spotted by Philip Newton.
9218 ! pod/perl572delta.pod
9219 ____________________________________________________________________________
9220 [ 11325] By: jhi on 2001/07/12 18:11:42
9221 Log: Subject: [PATCH] fixes perl_clone of perl_clone
9222 From: Artur Bergman <artur@contiller.se>
9223 Date: Thu, 12 Jul 2001 20:57:09 +0200
9224 Message-ID: <B773BFA4.236B%artur@contiller.se>
9227 ____________________________________________________________________________
9228 [ 11324] By: jhi on 2001/07/12 18:09:17
9229 Log: Add README.uts from Hal Morris.
9232 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
9233 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9234 ____________________________________________________________________________
9235 [ 11323] By: jhi on 2001/07/12 17:48:33
9236 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
9237 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9238 Date: Thu, 12 Jul 2001 20:32:37 +0200
9239 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
9242 ____________________________________________________________________________
9243 [ 11322] By: jhi on 2001/07/12 17:44:29
9244 Log: Subject: Patch: document reg_data.what member
9245 From: Mark-Jason Dominus <mjd@plover.com>
9246 Message-ID: <20010712182532.14821.qmail@plover.com>
9247 Date: Thu, 12 Jul 2001 14:25:32 -0400
9249 ! regcomp.c regcomp.h
9250 ____________________________________________________________________________
9251 [ 11321] By: jhi on 2001/07/12 17:43:18
9252 Log: Subject: [PATCH] Perl_re_dup()
9253 From: Abhijit Menon-Sen <ams@wiw.org>
9254 Date: Thu, 12 Jul 2001 23:54:32 +0530
9255 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
9257 ! embed.h embed.pl perlapi.c proto.h sv.c
9258 ____________________________________________________________________________
9259 [ 11320] By: jhi on 2001/07/12 17:18:54
9260 Log: Regen Configure, modlib, toc.
9262 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9263 ! pod/perlmodlib.pod pod/perltoc.pod
9264 ____________________________________________________________________________
9265 [ 11319] By: jhi on 2001/07/12 17:08:15
9266 Log: The problem seems to be in PerlIO::Layer::->find() not
9267 accepting the ":encoding(blurflur)" arguments.
9269 ! lib/PerlIO.pm lib/open.pm
9270 ____________________________________________________________________________
9271 [ 11318] By: jhi on 2001/07/12 16:58:11
9272 Log: AIX doc update.
9274 ! README.aix pod/perl572delta.pod
9275 ____________________________________________________________________________
9276 [ 11317] By: jhi on 2001/07/12 16:39:11
9277 Log: Subject: AIX README update
9278 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9279 Date: Thu, 12 Jul 2001 19:28:30 +0200
9280 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
9283 ____________________________________________________________________________
9284 [ 11316] By: jhi on 2001/07/12 16:37:15
9285 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
9286 From: Norton Allen <allen@huarp.harvard.edu>
9287 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
9288 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
9290 ! ext/IO/lib/IO/t/io_unix.t
9291 ____________________________________________________________________________
9292 [ 11315] By: jhi on 2001/07/12 16:35:53
9293 Log: Subject: [PATCH README.qnx hints/qnx.sh]
9294 From: Norton Allen <allen@huarp.harvard.edu>
9295 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
9296 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
9298 ! README.qnx hints/qnx.sh
9299 ____________________________________________________________________________
9300 [ 11314] By: jhi on 2001/07/12 16:13:15
9301 Log: Subject: [patch] faster PM_GETRE
9302 From: Doug MacEachern <dougm@covalent.net>
9303 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
9304 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
9307 ____________________________________________________________________________
9308 [ 11313] By: jhi on 2001/07/12 16:12:23
9309 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
9310 From: Doug MacEachern <dougm@covalent.net>
9311 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
9312 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
9315 ____________________________________________________________________________
9316 [ 11312] By: jhi on 2001/07/12 16:07:22
9317 Log: Tell where the nice Estonian database is.
9320 ____________________________________________________________________________
9321 [ 11311] By: jhi on 2001/07/12 16:05:31
9322 Log: Retract #11309 since #11310 is a better fix.
9325 ____________________________________________________________________________
9326 [ 11310] By: gsar on 2001/07/12 15:50:40
9327 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
9328 change#11300 needs to return the status of failed win32_spawnvp())
9330 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
9331 splitting correctly; remove unused variables; 'require' at run time
9332 rather than 'use' at compile time for I18N::Langinfo, since it
9335 ! lib/open.pm win32/win32.c
9336 ____________________________________________________________________________
9337 [ 11309] By: jhi on 2001/07/12 15:29:55
9338 Log: Temporary workaround.
9341 ____________________________________________________________________________
9342 [ 11308] By: jhi on 2001/07/12 14:44:51
9343 Log: UCD typo in #11306 and add also more known-to-be-tested
9344 modules to the skip list.
9347 ____________________________________________________________________________
9348 [ 11307] By: jhi on 2001/07/12 14:38:38
9349 Log: Rename Unicode::UCD to UnicodeCD to avoid
9350 messups with case-insensitive filesystems.
9352 + lib/UnicodeCD.pm lib/UnicodeCD.t
9353 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
9354 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
9355 ____________________________________________________________________________
9356 [ 11306] By: jhi on 2001/07/12 13:32:05
9357 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
9358 From: daniel@biz.bitpusher.com
9359 Date: Wed, 11 Jul 2001 23:25:47 -0700
9360 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
9362 ! lib/Tie/Array.pm t/op/splice.t
9363 ____________________________________________________________________________
9364 [ 11305] By: jhi on 2001/07/12 13:05:46
9365 Log: Subject: [PATCH] More accurate line numbers in messages
9366 From: Paul Johnson <paul@pjcj.net>
9367 Date: Thu, 12 Jul 2001 04:14:11 +0200
9368 Message-ID: <20010712041411.A3467@pjcj.net>
9370 (With prototyping and multiplicity tweaks.)
9372 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
9373 ____________________________________________________________________________
9374 [ 11304] By: nick on 2001/07/12 12:53:40
9375 Log: Integrate mainline
9377 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
9378 !> regexec.c thread.h
9379 ____________________________________________________________________________
9380 [ 11303] By: jhi on 2001/07/12 12:46:20
9381 Log: Cut-and-pasto in #11298.
9383 ! ext/ByteLoader/bytecode.h
9384 ____________________________________________________________________________
9385 [ 11302] By: jhi on 2001/07/12 12:42:35
9386 Log: Update the AIX known problems section.
9388 ! pod/perl572delta.pod
9389 ____________________________________________________________________________
9390 [ 11301] By: jhi on 2001/07/12 12:36:46
9391 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
9392 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9393 Date: Thu, 12 Jul 2001 12:16:16 +0200
9394 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
9397 ____________________________________________________________________________
9398 [ 11300] By: jhi on 2001/07/12 12:35:44
9399 Log: Integrate perlio.
9401 !> makedef.pl win32/win32.c
9402 ____________________________________________________________________________
9403 [ 11299] By: jhi on 2001/07/12 12:33:57
9404 Log: Subject: [PATCH] fix for PMOP threadness failures
9405 From: Artur Bergman <artur@contiller.se>
9406 Date: Thu, 12 Jul 2001 09:48:06 +0200
9407 Message-ID: <B77322D6.22DD%artur@contiller.se>
9410 ____________________________________________________________________________
9411 [ 11298] By: jhi on 2001/07/12 12:27:47
9412 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
9413 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9414 Date: Thu, 12 Jul 2001 09:09:48 +0200
9415 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
9417 More parentheses to keep bcc happy.
9419 ! ext/ByteLoader/bytecode.h
9420 ____________________________________________________________________________
9421 [ 11297] By: jhi on 2001/07/12 12:24:50
9422 Log: Subject: Re: [patch] pthread_atfork bandaid
9423 From: Doug MacEachern <dougm@covalent.net>
9424 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
9425 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
9428 ____________________________________________________________________________
9429 [ 11296] By: nick on 2001/07/12 11:55:48
9430 Log: Exclude reentrant_buffer from .def file
9433 ____________________________________________________________________________
9434 [ 11295] By: nick on 2001/07/12 11:11:44
9435 Log: Honour void-ness of my_exit()
9438 ____________________________________________________________________________
9439 [ 11294] By: nick on 2001/07/12 07:51:04
9440 Log: Integrate mainline
9442 +> uts/sprintf_wrap.c
9443 !> (integrate 35 files)
9444 ____________________________________________________________________________
9445 [ 11293] By: jhi on 2001/07/12 04:58:08
9446 Log: Retract #11289.
9448 ! embed.h embed.pl perl.c proto.h thread.h
9449 ____________________________________________________________________________
9450 [ 11292] By: jhi on 2001/07/12 04:47:43
9451 Log: Now the :locale pseudolayer *almost* works...
9454 ____________________________________________________________________________
9455 [ 11291] By: jhi on 2001/07/12 04:36:47
9456 Log: Locale encoding tweaks.
9459 ____________________________________________________________________________
9460 [ 11290] By: jhi on 2001/07/12 04:25:53
9461 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
9462 From: Mark-Jason Dominus <mjd@plover.com>
9463 Date: Thu, 12 Jul 2001 00:59:31 -0400
9464 Message-ID: <20010712045931.8543.qmail@plover.com>
9466 Remove the chmod/umask leading zero warning.
9468 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
9469 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
9470 ____________________________________________________________________________
9471 [ 11289] By: jhi on 2001/07/12 04:16:41
9472 Log: (Retracted by #11289.)
9474 ! embed.h embed.pl perl.c proto.h thread.h
9475 ____________________________________________________________________________
9476 [ 11288] By: jhi on 2001/07/12 03:45:11
9477 Log: Needed by #11283.
9480 ____________________________________________________________________________
9481 [ 11287] By: jhi on 2001/07/12 03:40:04
9482 Log: Metaconfig unit change for #11286.
9483 Branch: metaconfig/U/perl
9485 ____________________________________________________________________________
9486 [ 11286] By: jhi on 2001/07/12 03:39:18
9487 Log: Subject: Re: [PATCH Configure] perl -V broken
9488 From: Andy Dougherty <doughera@lafayette.edu>
9489 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
9490 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
9492 ! Configure myconfig.SH
9493 ____________________________________________________________________________
9494 [ 11285] By: jhi on 2001/07/12 03:27:28
9495 Log: Retract #11166 (and #11237).
9497 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
9498 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
9499 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
9500 ____________________________________________________________________________
9501 [ 11284] By: jhi on 2001/07/12 02:36:42
9502 Log: UTS tweaks for Hal Morris.
9504 + uts/sprintf_wrap.c
9505 ! MANIFEST hints/uts.sh perl.h
9506 ____________________________________________________________________________
9507 [ 11283] By: jhi on 2001/07/12 00:52:36
9508 Log: Subject: [PATCH] Use reentrant API glibc
9509 From: Artur Bergman <artur@contiller.se>
9510 Date: Thu, 12 Jul 2001 00:58:21 +0200
9511 Message-ID: <B772A6AD.2288%artur@contiller.se>
9513 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
9515 ____________________________________________________________________________
9516 [ 11282] By: jhi on 2001/07/12 00:35:27
9517 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
9518 From: barries <barries@slaysys.com>
9519 Date: Wed, 11 Jul 2001 15:11:46 -0400
9520 Message-ID: <20010711151146.G24560@jester.slaysys.com>
9522 ! pp_sys.c t/lib/warnings/doio win32/win32.c
9523 ____________________________________________________________________________
9524 [ 11281] By: jhi on 2001/07/12 00:32:17
9525 Log: Subject: [patch] pthread_atfork bandaid
9526 From: Doug MacEachern <dougm@covalent.net>
9527 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
9528 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
9530 ! miniperlmain.c perl.c
9531 ____________________________________________________________________________
9532 [ 11280] By: jhi on 2001/07/12 00:31:34
9533 Log: Subject: [patch] perl_clone leaks
9534 From: Doug MacEachern <dougm@covalent.net>
9535 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
9536 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
9539 ____________________________________________________________________________
9540 [ 11279] By: nick on 2001/07/11 15:49:38
9541 Log: Integrate mainline
9543 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
9544 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
9545 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
9546 +> lib/Term/ANSIColor/README
9547 !> (integrate 54 files)
9548 ____________________________________________________________________________
9549 [ 11278] By: jhi on 2001/07/11 13:52:20
9550 Log: Update Changes.
9552 ! Changes patchlevel.h
9553 ____________________________________________________________________________
9554 [ 11277] By: jhi on 2001/07/11 13:31:43
9555 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
9556 From: Peter Prymmer <pvhp@forte.com>
9557 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
9558 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
9560 Backport of embed.pl to 5.003.
9563 ____________________________________________________________________________
9564 [ 11276] By: jhi on 2001/07/11 13:18:07
9565 Log: Subject: Re: POSIX test #14 on UTS
9566 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9567 Date: Wed, 11 Jul 2001 03:02:14 +0100
9568 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
9571 ____________________________________________________________________________
9572 [ 11275] By: jhi on 2001/07/11 13:15:49
9573 Log: Make the I32 an IV to preserve structure alignment and size.
9576 ____________________________________________________________________________
9577 [ 11274] By: jhi on 2001/07/11 13:13:27
9578 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
9579 From: "Artur Bergman" <artur@contiller.se>
9580 Date: Wed, 11 Jul 2001 14:23:37 +0200
9581 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
9583 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
9585 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
9586 ! pod/perlapi.pod sv.c
9587 ____________________________________________________________________________
9588 [ 11273] By: jhi on 2001/07/11 03:53:28
9589 Log: Tweak until Pod::Parser gets updated.
9591 ! t/pod/special_seqs.xr
9592 ____________________________________________________________________________
9593 [ 11272] By: jhi on 2001/07/11 00:46:05
9594 Log: File::Spec usage tweak.
9597 ____________________________________________________________________________
9598 [ 11271] By: jhi on 2001/07/11 00:37:19
9599 Log: Integrate #11263 from macperl; macos and macosx updates.
9602 ____________________________________________________________________________
9603 [ 11270] By: jhi on 2001/07/11 00:33:27
9604 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
9605 From: Peter Prymmer <pvhp@forte.com>
9606 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
9607 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
9609 + ext/Time/HiRes/hints/dynixptx.pl
9610 ! MANIFEST hints/dynixptx.sh
9611 ____________________________________________________________________________
9612 [ 11269] By: jhi on 2001/07/11 00:32:16
9613 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
9614 From: Nicholas Clark <nick@ccl4.org>
9615 Date: Tue, 10 Jul 2001 23:17:43 +0100
9616 Message-ID: <20010710231742.B59620@plum.flirble.org>
9618 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
9619 ____________________________________________________________________________
9620 [ 11268] By: jhi on 2001/07/11 00:30:56
9621 Log: Subject: [DOC PATCH] Pluggable runops
9622 From: Paul Johnson <paul@pjcj.net>
9623 Date: Tue, 10 Jul 2001 21:53:28 +0200
9624 Message-ID: <20010710215328.B26577@pjcj.net>
9627 ____________________________________________________________________________
9628 [ 11267] By: jhi on 2001/07/11 00:29:59
9629 Log: Subject: [PATCH] Authors
9630 From: Artur Bergman <artur@contiller.se>
9631 Date: Tue, 10 Jul 2001 20:39:12 +0200
9632 Message-ID: <B771186F.21CD%artur@contiller.se>
9635 ____________________________________________________________________________
9636 [ 11266] By: jhi on 2001/07/11 00:29:13
9637 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
9638 From: Doug MacEachern <dougm@covalent.net>
9639 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
9640 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
9643 ____________________________________________________________________________
9644 [ 11265] By: jhi on 2001/07/11 00:28:15
9645 Log: Subject: doc patch; times() in scalar context
9646 From: mjd@plover.com
9647 Date: 10 Jul 2001 18:01:17 -0000
9648 Message-ID: <20010710180117.12477.qmail@plover.com>
9651 ____________________________________________________________________________
9652 [ 11264] By: jhi on 2001/07/11 00:27:17
9653 Log: Subject: [PATCH] Small fix to pp_gmtime
9654 From: Artur Bergman <artur@contiller.se>
9655 Date: Tue, 10 Jul 2001 19:54:52 +0200
9656 Message-ID: <B7710E0B.21C5%artur@contiller.se>
9659 ____________________________________________________________________________
9660 [ 11263] By: pudge on 2001/07/10 21:06:10
9661 Log: Integrate changes from mainline perl, add notes about
9662 Mac OS X and Mac OS.
9663 Branch: maint-5.6/macperl
9665 ____________________________________________________________________________
9666 [ 11262] By: jhi on 2001/07/10 15:21:26
9667 Log: A proof of the dangers of package; ?
9670 ____________________________________________________________________________
9671 [ 11261] By: jhi on 2001/07/10 15:02:27
9672 Log: Regen toc and modlib.
9674 ! pod/perlmodlib.pod pod/perltoc.pod
9675 ____________________________________________________________________________
9676 [ 11260] By: jhi on 2001/07/10 15:00:37
9677 Log: Add compexcl(), casefold(), and casespec() interfaces;
9678 and make all interfaces to return hash references instead
9681 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9682 ____________________________________________________________________________
9683 [ 11259] By: jhi on 2001/07/10 13:50:17
9684 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
9685 From: "Philip Newton" <Philip.Newton@gmx.net>
9686 Date: Tue, 10 Jul 2001 09:55:59 +0200
9687 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
9689 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
9690 From: "Philip Newton" <Philip.Newton@gmx.net>
9691 Date: Tue, 10 Jul 2001 09:56:37 +0200
9692 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
9694 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9695 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
9696 ____________________________________________________________________________
9697 [ 11258] By: jhi on 2001/07/10 13:47:20
9698 Log: Subject: [patch] undef &xsub for 1,2
9699 From: Doug MacEachern <dougm@covalent.net>
9700 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
9701 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
9703 (This version of the patch with a comment from Gisle.)
9706 ____________________________________________________________________________
9707 [ 11257] By: jhi on 2001/07/10 13:45:44
9708 Log: Mention package; deprecation and the Win32 problems.
9710 ! pod/perl572delta.pod
9711 ____________________________________________________________________________
9712 [ 11256] By: jhi on 2001/07/10 13:45:12
9713 Log: Subject: [PATCH] deprecate package with no arguments
9714 From: Robin Houston <robin@kitsite.com>
9715 Date: Tue, 10 Jul 2001 13:33:40 +0100
9716 Message-ID: <20010710133340.A13452@robin.kitsite.com>
9718 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
9719 ____________________________________________________________________________
9720 [ 11255] By: jhi on 2001/07/10 13:16:11
9721 Log: Upgrade to podlators 1.10.
9723 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
9724 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
9725 ! pod/pod2man.PL pod/pod2text.PL
9726 ____________________________________________________________________________
9727 [ 11254] By: jhi on 2001/07/10 13:09:34
9728 Log: Upgrade to Term::ANSIColor 1.04.
9730 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
9731 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
9732 ____________________________________________________________________________
9733 [ 11253] By: jhi on 2001/07/10 12:59:27
9734 Log: Integrate perlio (the right fix for the ":layer(args)")
9737 ____________________________________________________________________________
9738 [ 11252] By: nick on 2001/07/10 06:58:14
9739 Log: Fix open(...,"...:layer(xxx)",...)
9740 - use memEQ not strEQ as there is '(' not '\0'
9743 ____________________________________________________________________________
9744 [ 11251] By: jhi on 2001/07/10 04:04:18
9745 Log: Telling the number of tests helps.
9747 ! ext/PerlIO/t/encoding.t
9748 ____________________________________________________________________________
9749 [ 11250] By: jhi on 2001/07/10 03:55:38
9750 Log: Require I18N::Langinfo, not use.
9753 ____________________________________________________________________________
9754 [ 11249] By: jhi on 2001/07/10 03:50:18
9755 Log: Add a test for for PerlIO ":encoding(...)" layer.
9757 + ext/PerlIO/t/encoding.t
9758 ! MANIFEST ext/Encode/Encode.pm
9759 ____________________________________________________________________________
9760 [ 11248] By: jhi on 2001/07/10 02:06:57
9761 Log: PerlIO ":encoding(foobar)" temporary fix.
9762 Not really correct, I think, since the change means
9763 that prefixes match.
9766 ____________________________________________________________________________
9767 [ 11247] By: jhi on 2001/07/10 01:38:11
9768 Log: Update to Math::BigInt 1.36. The biggest news is
9769 the separation of the backend; now the pure Perl
9770 implementation is in Math::BigInt::Calc, but one
9771 can plugin, say, Math::BigInt::BitVect, and get
9772 considerable speedup.
9774 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
9775 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9776 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
9777 ! lib/Math/BigInt/t/mbimbf.t
9778 ____________________________________________________________________________
9779 [ 11246] By: jhi on 2001/07/10 01:19:55
9780 Log: Subject: Re: compatibility question
9781 From: Peter Prymmer <pvhp@forte.com>
9782 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
9783 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
9785 ! lib/ExtUtils/MM_VMS.pm
9786 ____________________________________________________________________________
9787 [ 11245] By: jhi on 2001/07/10 01:18:04
9788 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
9789 From: Norton Allen <allen@huarp.harvard.edu>
9790 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
9791 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
9793 ! ext/File/Glob/t/basic.t
9794 ____________________________________________________________________________
9795 [ 11244] By: jhi on 2001/07/10 01:16:27
9796 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
9797 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9798 Date: Tue, 10 Jul 2001 00:29:55 +0900
9799 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
9801 + ext/Encode/Encode/HZ.enc
9802 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
9803 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
9804 ! ext/Encode/Encode/iso2022-jp.enc
9805 ! ext/Encode/Encode/iso2022-kr.enc
9806 ____________________________________________________________________________
9807 [ 11243] By: pudge on 2001/07/09 22:16:12
9808 Log: Add in all them there macos/ files.
9809 Branch: maint-5.6/macperl
9811 ____________________________________________________________________________
9812 [ 11242] By: jhi on 2001/07/09 20:26:04
9813 Log: Add the new modules to the list of having those own tests.
9816 ____________________________________________________________________________
9817 [ 11241] By: jhi on 2001/07/09 19:09:58
9818 Log: Add INOUT to control both ways at the same time.
9821 ____________________________________________________________________________
9822 [ 11240] By: nick on 2001/07/09 16:33:50
9823 Log: Integrate mainline
9825 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
9826 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
9827 !> (integrate 41 files)
9828 ____________________________________________________________________________
9829 [ 11239] By: jhi on 2001/07/09 16:14:35
9830 Log: More encoding mapping magic.
9833 ____________________________________________________________________________
9834 [ 11238] By: jhi on 2001/07/09 14:40:43
9835 Log: Update Changes.
9837 ! Changes patchlevel.h
9838 ____________________________________________________________________________
9839 [ 11237] By: jhi on 2001/07/09 14:27:27
9840 Log: (Retracted by #11285).
9842 Subject: [PATCH] OPpCONST_OCTAL fixes
9843 From: Abhijit Menon-Sen <ams@wiw.org>
9844 Date: Mon, 9 Jul 2001 07:38:45 +0530
9845 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
9848 ____________________________________________________________________________
9849 [ 11236] By: jhi on 2001/07/09 14:10:07
9850 Log: Add a pseudolayer ":locale" to the open pragma which
9851 will get the encoding from the locale. Yet undocumented
9852 because I can't get the PerlIO :encoding(foobar) to work.
9854 ! ext/Encode/Encode.pm lib/open.pm
9855 ____________________________________________________________________________
9856 [ 11235] By: jhi on 2001/07/09 13:38:43
9857 Log: Add more encoding mappings.
9859 ! ext/Encode/Encode.pm
9860 ____________________________________________________________________________
9861 [ 11234] By: jhi on 2001/07/09 13:24:54
9862 Log: Document that using :encoding layer requires using Encode.
9864 ! ext/Encode/Encode.pm lib/PerlIO.pm
9865 ____________________________________________________________________________
9866 [ 11233] By: jhi on 2001/07/09 13:19:34
9867 Log: Netware tweak from Ananth Kesari.
9870 ____________________________________________________________________________
9871 [ 11232] By: gsar on 2001/07/09 04:40:07
9872 Log: t/harness doesn't know about run/*.t
9875 ____________________________________________________________________________
9876 [ 11231] By: gsar on 2001/07/09 04:36:30
9877 Log: run/exit.t busted on windows
9880 ____________________________________________________________________________
9881 [ 11230] By: gsar on 2001/07/09 04:14:54
9882 Log: fix a couple of UCD.t tests that fail due to bad case
9885 ____________________________________________________________________________
9886 [ 11229] By: gsar on 2001/07/09 03:57:06
9887 Log: test skip logic was broken
9889 ! ext/I18N/Langinfo/Langinfo.t
9890 ____________________________________________________________________________
9891 [ 11228] By: gsar on 2001/07/09 03:42:20
9892 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
9893 failure of ExtUtils.t#27 when built in debug mode)
9895 ! lib/ExtUtils/MM_Win32.pm
9896 ____________________________________________________________________________
9897 [ 11227] By: gsar on 2001/07/09 02:11:04
9898 Log: I18N::Langinfo is not available on windows
9901 ____________________________________________________________________________
9902 [ 11226] By: gsar on 2001/07/09 01:55:23
9905 ! ext/POSIX/POSIX.xs
9906 ____________________________________________________________________________
9907 [ 11225] By: jhi on 2001/07/08 23:42:37
9908 Log: Update Changes.
9910 ! Changes patchlevel.h
9911 ____________________________________________________________________________
9912 [ 11224] By: jhi on 2001/07/08 23:05:41
9913 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
9914 as pointed out by Sarathy.
9916 ! ext/I18N/Langinfo/Langinfo.xs
9917 ____________________________________________________________________________
9918 [ 11223] By: jhi on 2001/07/08 22:59:01
9919 Log: Retract #11212.
9921 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
9922 ____________________________________________________________________________
9923 [ 11222] By: jhi on 2001/07/08 17:41:22
9924 Log: Bump up the VERSION of Cwd.xs.
9926 ! ext/Cwd/Makefile.PL
9927 ____________________________________________________________________________
9928 [ 11221] By: jhi on 2001/07/08 17:13:38
9929 Log: Retract #11220, the problem wasn't the missing leading zero.
9931 $ ./perl -we 'chmod(oct("755"), ".")'
9932 Non-octal literal mode (493) specified at -e line 1.
9933 (Did you mean 0493 instead?)
9935 ! lib/ExtUtils/MM_Unix.pm
9936 ____________________________________________________________________________
9937 [ 11220] By: jhi on 2001/07/08 17:05:55
9938 Log: (Retracted by #11221)
9939 Change the PERM_RW and PERM_RWX to 0644 and 0755
9940 (add the leading zero).
9942 ! lib/ExtUtils/MM_Unix.pm
9943 ____________________________________________________________________________
9944 [ 11219] By: jhi on 2001/07/08 16:17:32
9945 Log: Integrate changes #11193, 11205, 11209 from macperl.
9947 Fix up AutoLoader to fudge for Mac paths in import().
9949 Allow symbols in try_symbol() to begin with "_".
9951 Small portability fix for Mac OS.
9953 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
9954 ____________________________________________________________________________
9955 [ 11218] By: jhi on 2001/07/08 16:10:30
9956 Log: Metaconfig unit change for #11217.
9957 Branch: metaconfig/U/perl
9959 ____________________________________________________________________________
9960 [ 11217] By: jhi on 2001/07/08 16:10:07
9961 Log: Detypo, problem noticed by Gerrit P. Haase.
9963 ! Configure config_h.SH
9964 ____________________________________________________________________________
9965 [ 11216] By: jhi on 2001/07/08 15:58:35
9969 ____________________________________________________________________________
9970 [ 11215] By: jhi on 2001/07/08 15:52:57
9971 Log: Slight tweaks on #11213.
9974 ____________________________________________________________________________
9975 [ 11214] By: jhi on 2001/07/08 14:32:28
9976 Log: A missing dTHX noticed by Gerrit P. Haase.
9978 ! ext/POSIX/POSIX.xs
9979 ____________________________________________________________________________
9980 [ 11213] By: jhi on 2001/07/08 14:24:44
9981 Log: Subject: [PATCH toke.c] Simplify yytoke()
9982 From: Simon Cozens <simon@netthink.co.uk>
9983 Date: Sun, 8 Jul 2001 13:24:34 +0100
9984 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
9986 Split out pending_ident().
9988 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
9989 ____________________________________________________________________________
9990 [ 11212] By: jhi on 2001/07/08 14:17:10
9991 Log: (Retracted by #11223.)
9992 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
9993 Date: Wed, 05 Nov 1997 17:22:34 -0600
9994 From: Graham Barr <gbarr@ti.com>
9995 Message-Id: <3460FFBA.6DA51F46@ti.com>
9997 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
9998 ____________________________________________________________________________
9999 [ 11211] By: jhi on 2001/07/08 13:53:38
10000 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
10002 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10003 ! pod/perllocale.pod
10004 ____________________________________________________________________________
10005 [ 11210] By: jhi on 2001/07/08 01:34:09
10006 Log: Really do the test under the C locale.
10008 ! ext/I18N/Langinfo/Langinfo.t
10009 ____________________________________________________________________________
10010 [ 11209] By: pudge on 2001/07/08 01:19:25
10011 Log: Small portability fix for Mac OS.
10012 Branch: maint-5.6/macperl
10014 ____________________________________________________________________________
10015 [ 11208] By: jhi on 2001/07/08 01:14:58
10016 Log: Metaconfig unit change for #11207.
10017 Branch: metaconfig/U/perl
10019 ____________________________________________________________________________
10020 [ 11207] By: jhi on 2001/07/08 01:14:02
10021 Log: Add I18N::Langinfo, which is basically a wrapper around
10022 nl_langinfo(), which is an additional way to query locale
10023 specific information.
10025 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10026 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
10027 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
10028 ____________________________________________________________________________
10029 [ 11206] By: pudge on 2001/07/08 00:56:29
10030 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
10031 used in File::Find tests; replace with if.t.
10032 Branch: maint-5.6/macperl
10033 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
10035 ____________________________________________________________________________
10036 [ 11205] By: pudge on 2001/07/07 23:55:56
10037 Log: Allow symbols in try_symbol() to begin with "_".
10038 Branch: maint-5.6/macperl
10040 ____________________________________________________________________________
10041 [ 11204] By: pudge on 2001/07/07 23:53:37
10042 Log: Sync up the File::Find changes from the rewrite by
10043 Thomas Wegner, et al.
10044 Branch: maint-5.6/macperl
10045 + t/lib/filefind-taint.t
10046 ! lib/File/Find.pm t/lib/filefind.t
10047 ____________________________________________________________________________
10048 [ 11203] By: pudge on 2001/07/07 23:43:06
10049 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
10050 From: Thomas Wegner <wegner_thomas@yahoo.com>
10051 Date: Thu, 5 Jul 2001 20:31:25 +0200
10052 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
10053 Branch: maint-5.6/macperl
10054 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
10055 ____________________________________________________________________________
10056 [ 11202] By: pudge on 2001/07/07 23:38:36
10057 Log: Some more test portability fixes.
10058 Branch: maint-5.6/macperl
10059 ! t/lib/filecopy.t t/pragma/warn/pp_sys
10060 ____________________________________________________________________________
10061 [ 11201] By: jhi on 2001/07/07 22:52:38
10062 Log: The #11200 removed wrong (non-existent) target. Duh.
10065 ____________________________________________________________________________
10066 [ 11200] By: jhi on 2001/07/07 22:44:14
10067 Log: Zap the lib/re.pm before creating it.
10070 ____________________________________________________________________________
10071 [ 11199] By: pudge on 2001/07/07 20:54:35
10072 Log: Another test. Please ignore.
10073 Branch: maint-5.6/macperl
10075 ____________________________________________________________________________
10076 [ 11198] By: pudge on 2001/07/07 20:44:12
10077 Log: Portability fixes for a lot of tests, especially IO-related
10078 tests, and warnings, and the harness script.
10079 Branch: maint-5.6/macperl
10080 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
10081 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
10082 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
10083 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
10084 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
10085 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
10086 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
10087 ! t/pragma/warnings.t
10088 ____________________________________________________________________________
10089 [ 11197] By: jhi on 2001/07/07 20:32:28
10090 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
10091 From: Nicholas Clark <nick@ccl4.org>
10092 Date: Sat, 7 Jul 2001 21:00:17 +0100
10093 Message-ID: <20010707210017.H59620@plum.flirble.org>
10096 ____________________________________________________________________________
10097 [ 11196] By: jhi on 2001/07/07 20:26:36
10098 Log: The UNICOS/mk SysV IPC problem has been fixed.
10100 ! pod/perl572delta.pod
10101 ____________________________________________________________________________
10102 [ 11195] By: jhi on 2001/07/07 19:59:51
10103 Log: Slight update tweaks on perlunicode.pod.
10105 ! pod/perlunicode.pod
10106 ____________________________________________________________________________
10107 [ 11194] By: jhi on 2001/07/07 17:53:03
10108 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
10109 From: Mark-Jason Dominus <mjd@plover.com>
10110 Date: Sat, 07 Jul 2001 13:04:04 -0400
10111 Message-ID: <20010707170404.32694.qmail@plover.com>
10113 ! ext/DB_File/DB_File.pm
10114 ____________________________________________________________________________
10115 [ 11193] By: pudge on 2001/07/07 17:26:28
10116 Log: Fix up AutoLoader to fudge for Mac paths in import().
10117 Branch: maint-5.6/macperl
10118 ! lib/AutoLoader.pm
10119 ____________________________________________________________________________
10120 [ 11192] By: jhi on 2001/07/07 17:03:06
10121 Log: Try to force the lib/re.pm to be there before entering
10122 the extensions builds, should help for parallel makes.
10125 ____________________________________________________________________________
10126 [ 11191] By: jhi on 2001/07/07 15:26:16
10127 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
10128 From: Norton Allen <allen@huarp.harvard.edu>
10129 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
10130 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
10132 ! ext/POSIX/POSIX.xs
10133 ____________________________________________________________________________
10134 [ 11190] By: jhi on 2001/07/07 15:22:08
10135 Log: Subject: [PATCH] Re: op/arith.t
10136 From: Nicholas Clark <nick@ccl4.org>
10137 Date: Sat, 7 Jul 2001 13:04:54 +0100
10138 Message-ID: <20010707130454.D59620@plum.flirble.org>
10141 ____________________________________________________________________________
10142 [ 11189] By: jhi on 2001/07/07 15:20:44
10143 Log: Subject: [PATCH] h2xs
10144 From: Nicholas Clark <nick@ccl4.org>
10145 Date: Fri, 6 Jul 2001 23:25:14 +0100
10146 Message-ID: <20010706232514.X59620@plum.flirble.org>
10149 ____________________________________________________________________________
10150 [ 11188] By: jhi on 2001/07/07 15:12:36
10151 Log: Subject: Re: bleedperl perl_alloc..free leakage
10152 From: Radu Greab <radu@netsoft.ro>
10153 Date: Fri, 6 Jul 2001 19:48:54 +0300
10154 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
10159 ____________________________________________________________________________
10160 [ 11187] By: pudge on 2001/07/07 02:11:36
10161 Log: Test again. Please ignore.
10162 Branch: maint-5.6/macperl
10164 ____________________________________________________________________________
10165 [ 11186] By: pudge on 2001/07/07 02:08:13
10166 Log: Test. Please ignore.
10167 Branch: maint-5.6/macperl
10169 ____________________________________________________________________________
10170 [ 11185] By: pudge on 2001/07/06 23:46:57
10171 Log: Include changes already sent in separately as patches,
10172 before branch was created.
10173 Branch: maint-5.6/macperl
10174 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
10175 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
10176 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
10177 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
10178 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
10179 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
10180 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
10181 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
10182 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
10183 ! t/pragma/strict.t
10184 ____________________________________________________________________________
10185 [ 11184] By: jhi on 2001/07/06 16:41:30
10186 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
10187 From: Norton Allen <allen@huarp.harvard.edu>
10188 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
10189 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
10192 ____________________________________________________________________________
10193 [ 11183] By: nick on 2001/07/06 16:27:40
10194 Log: Integrate mainline
10196 +> (branch 42 files)
10197 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
10198 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
10199 - win32/bin/mdelete.bat
10200 !> (integrate 215 files)
10201 ____________________________________________________________________________
10202 [ 11182] By: jhi on 2001/07/06 15:57:16
10203 Log: The #11166 needed also these updated.
10205 ! lib/warnings.pm warnings.h
10206 ____________________________________________________________________________
10207 [ 11181] By: jhi on 2001/07/06 13:24:42
10208 Log: Update Changes.
10210 ! Changes patchlevel.h
10211 ____________________________________________________________________________
10212 [ 11180] By: jhi on 2001/07/06 13:20:08
10216 ____________________________________________________________________________
10217 [ 11179] By: jhi on 2001/07/06 12:57:13
10218 Log: Nit from Abhijit.
10221 ____________________________________________________________________________
10222 [ 11178] By: jhi on 2001/07/06 12:53:04
10223 Log: Retract #11172.
10226 ____________________________________________________________________________
10227 [ 11177] By: jhi on 2001/07/06 12:44:51
10228 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
10229 From: Norton Allen <allen@huarp.harvard.edu>
10230 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
10231 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
10234 ____________________________________________________________________________
10235 [ 11176] By: jhi on 2001/07/06 12:42:45
10236 Log: (Accidentally empty check-in.)
10239 ____________________________________________________________________________
10240 [ 11175] By: jhi on 2001/07/06 12:29:56
10241 Log: Retract #11165 since Sarathy pointed out it'll not
10242 work properly under threads, the problem should be
10243 solved using "the savestack, either via SSNEW() or
10244 using a newSVpv()+SAVEFREESV() combo."
10246 ! ext/POSIX/POSIX.xs
10247 ____________________________________________________________________________
10248 [ 11174] By: jhi on 2001/07/06 12:27:31
10249 Log: Retract #11125 since NI-S pointed out it'll not work in
10250 cases where the extension has their own handcrafted INC
10253 ! lib/ExtUtils/MM_Unix.pm
10254 ____________________________________________________________________________
10255 [ 11173] By: jhi on 2001/07/06 12:20:50
10256 Log: Subject: RE: [PATCH] -I and MakeMaker again
10257 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10258 Date: Fri, 6 Jul 2001 09:18:29 +0200
10259 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
10261 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
10262 ! lib/ExtUtils/MM_Win32.pm
10263 ____________________________________________________________________________
10264 [ 11172] By: jhi on 2001/07/06 12:18:39
10265 Log: (Retracted by #11178)
10266 Subject: [PATCH t/op/method.t] SUPER:: strangeness
10267 From: Piers Cawley <pdcawley@iterative-software.com>
10268 Date: 06 Jul 2001 10:49:01 +0100
10269 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
10272 ____________________________________________________________________________
10273 [ 11171] By: jhi on 2001/07/06 01:38:55
10274 Log: VOS README update from Paul Green.
10277 ____________________________________________________________________________
10278 [ 11170] By: jhi on 2001/07/06 01:19:33
10279 Log: Subject: [PATCH README.qnx hints/qnx.sh]
10280 From: Norton Allen <allen@huarp.harvard.edu>
10281 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
10282 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
10284 ! README.qnx hints/qnx.sh
10285 ____________________________________________________________________________
10286 [ 11169] By: jhi on 2001/07/06 01:17:43
10287 Log: Subject: [PATCH] Doc patch for Tie::Hash
10288 From: Artur Bergman <artur@contiller.se>
10289 Date: Thu, 05 Jul 2001 22:51:18 +0200
10290 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
10293 ____________________________________________________________________________
10294 [ 11168] By: jhi on 2001/07/06 01:16:27
10295 Log: Subject: [PATCH] perlfaq4.pod
10296 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
10297 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
10298 Date: Thu, 5 Jul 2001 18:44:10 +0100
10301 ____________________________________________________________________________
10302 [ 11167] By: jhi on 2001/07/06 01:14:41
10303 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
10304 From: Robin Houston <robin@kitsite.com>
10305 Date: Thu, 5 Jul 2001 18:33:21 +0100
10306 Message-ID: <20010705183321.A27345@robin.kitsite.com>
10308 ! ext/B/B/Deparse.pm
10309 ____________________________________________________________________________
10310 [ 11166] By: jhi on 2001/07/06 01:11:50
10311 Log: (Retracted by #11285.)
10313 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
10314 From: Abhijit Menon-Sen <ams@wiw.org>
10315 Date: Fri, 6 Jul 2001 01:26:32 +0530
10316 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
10318 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
10319 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
10321 ____________________________________________________________________________
10322 [ 11165] By: jhi on 2001/07/06 00:19:26
10323 Log: (Retracted by #11175)
10324 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
10325 From: Norton Allen <allen@huarp.harvard.edu>
10326 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
10327 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
10329 ! ext/POSIX/POSIX.xs
10330 ____________________________________________________________________________
10331 [ 11164] By: jhi on 2001/07/06 00:14:57
10332 Log: Unterminated C< (noticed by Richard Hatch), and few other
10333 small Unicode doc tweaks.
10335 ! pod/perlretut.pod
10336 ____________________________________________________________________________
10337 [ 11163] By: jhi on 2001/07/05 19:33:34
10338 Log: More flexible argument understanding; add charblocks() and
10339 charscripts(); make charblock() and charscript() two-way;
10340 add charinrange(); separate the $Unicode::UCD::VERSION and
10341 the version of the Unicode by adding UnicodeVersion().
10343 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10344 ____________________________________________________________________________
10345 [ 11162] By: jhi on 2001/07/05 13:38:36
10346 Log: Update Unicode::UCD on \p{In...}.
10348 ! lib/Unicode/UCD.pm
10349 ____________________________________________________________________________
10350 [ 11161] By: jhi on 2001/07/05 13:26:00
10351 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
10352 From: Norton Allen <allen@huarp.harvard.edu>
10353 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
10354 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
10356 ! lib/ExtUtils/MM_Unix.pm
10357 ____________________________________________________________________________
10358 [ 11160] By: jhi on 2001/07/05 13:06:53
10359 Log: POSIX-BC tweaks from Thomas Dorner.
10361 ! hints/posix-bc.sh perlio.h
10362 ____________________________________________________________________________
10363 [ 11159] By: jhi on 2001/07/05 04:17:18
10364 Log: Module updates for the delta.
10366 ! pod/perl572delta.pod
10367 ____________________________________________________________________________
10368 [ 11158] By: jhi on 2001/07/05 03:45:19
10369 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
10370 From: Norton Allen <allen@huarp.harvard.edu>
10371 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
10372 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
10374 ! ext/IO/lib/IO/t/io_sock.t
10375 ____________________________________________________________________________
10376 [ 11157] By: jhi on 2001/07/05 03:44:19
10377 Log: Subject: [PATCH perldiag.pod] Quick fixes
10378 From: Simon Cozens <simon@netthink.co.uk>
10379 Date: Wed, 4 Jul 2001 20:22:12 +0100
10380 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
10383 ____________________________________________________________________________
10384 [ 11156] By: jhi on 2001/07/05 03:43:28
10385 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
10386 From: Radu Greab <radu@netsoft.ro>
10387 Date: Wed, 4 Jul 2001 22:13:31 +0300
10388 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
10390 ! op.c sv.c t/op/pos.t
10391 ____________________________________________________________________________
10392 [ 11155] By: jhi on 2001/07/05 03:40:24
10393 Log: Subject: [PATCH] -I and MakeMaker again
10394 From: Michael G Schwern <schwern@pobox.com>
10395 Date: Wed, 4 Jul 2001 15:03:07 -0400
10396 Message-ID: <20010704150307.I20340@blackrider>
10398 (and retract #11145)
10400 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
10401 ! lib/ExtUtils/MakeMaker.pm
10402 ____________________________________________________________________________
10403 [ 11154] By: jhi on 2001/07/05 03:32:43
10404 Log: Subject: Re: PERFORCE change 11142 for review
10405 From: "Philip Newton" <Philip.Newton@gmx.net>
10406 Date: Wed, 4 Jul 2001 20:46:26 +0200
10407 Message-Id: <200107041841.VAA25380@taas.iki.fi>
10409 ! lib/ExtUtils/MakeMaker.pm
10410 ____________________________________________________________________________
10411 [ 11153] By: jhi on 2001/07/05 03:29:21
10412 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
10413 From: Jonathan Stowe <gellyfish@gellyfish.com>
10414 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
10415 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
10418 ____________________________________________________________________________
10419 [ 11152] By: gsar on 2001/07/05 00:52:57
10420 Log: fix the binary compatibility issue when building with/without
10421 usemymalloc by exporting Perl_malloc() et al as simple wrappers
10422 around the system functions (this allows most extensions built
10423 using one mode to coexist with perls built in the other mode)
10425 XXX the Perl_mfree() wrapper might need to do return(free()) on
10426 platforms where Free_t isn't "void"
10428 ! embed.h embed.pl makedef.pl proto.h util.c
10429 ____________________________________________________________________________
10430 [ 11151] By: gsar on 2001/07/05 00:42:49
10431 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
10432 since it doesn't ensure threads other than the one calling fork()
10433 aren't holding any locks; the fix is to use pthread_atfork() to
10436 building perl with -Dusemymalloc exacerbates the problem since
10437 Perl_malloc() holds a mutex, and perl's exec() calls New()
10439 XXX the code in win32thread.h may be needed on platforms that have
10440 no pthread_atfork()
10442 ! perl.c thread.h win32/win32thread.h
10443 ____________________________________________________________________________
10444 [ 11150] By: pudge on 2001/07/04 20:07:54
10445 Log: Integrate #11009 from maintperl.
10446 Branch: maint-5.6/macperl
10447 !> lib/ExtUtils/Manifest.pm
10448 ____________________________________________________________________________
10449 [ 11149] By: pudge on 2001/07/04 19:54:46
10450 Log: Flexing my Perforce muscles.
10451 Branch: maint-5.6/macperl
10453 ____________________________________________________________________________
10454 [ 11148] By: jhi on 2001/07/04 17:14:51
10455 Log: Update Changes.
10457 ! Changes patchlevel.h
10458 ____________________________________________________________________________
10459 [ 11147] By: jhi on 2001/07/04 16:41:25
10460 Log: Metaconfig unit change for #11146.
10461 Branch: metaconfig/U/perl
10462 ! d_fcntl_can_lock.U
10463 ____________________________________________________________________________
10464 [ 11146] By: jhi on 2001/07/04 16:36:31
10465 Log: Somehow the #ifdefs of the added code (in #11093) made
10466 HP-UX to fail the fcntl locking test, without the ifdefs
10467 the test seems to be working again. Reason unknown:
10468 HP-UX cc doesn't complain either way.
10471 ____________________________________________________________________________
10472 [ 11145] By: jhi on 2001/07/04 16:08:00
10473 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
10475 ! lib/ExtUtils/MM_Unix.pm
10476 ____________________________________________________________________________
10477 [ 11144] By: jhi on 2001/07/04 16:07:35
10478 Log: gcc -Wall nit.
10481 ____________________________________________________________________________
10482 [ 11143] By: jhi on 2001/07/04 15:08:26
10483 Log: When removing tests updating the test count is a good idea, too.
10485 ! lib/Net/t/require.t
10486 ____________________________________________________________________________
10487 [ 11142] By: jhi on 2001/07/04 14:57:51
10488 Log: Document #11134 and add the new symbols to the list of
10489 of MakeMaker known ones.
10491 ! lib/ExtUtils/MakeMaker.pm
10492 ____________________________________________________________________________
10493 [ 11141] By: jhi on 2001/07/04 14:34:11
10494 Log: Microperl update.
10497 ____________________________________________________________________________
10498 [ 11140] By: jhi on 2001/07/04 14:32:27
10499 Log: Update the libnet tests as per #11138.
10502 ! MANIFEST lib/Net/t/require.t
10503 ____________________________________________________________________________
10504 [ 11139] By: jhi on 2001/07/04 14:14:33
10505 Log: Regen toc and modlib.
10507 ! pod/perlmodlib.pod pod/perltoc.pod
10508 ____________________________________________________________________________
10509 [ 11138] By: jhi on 2001/07/04 14:10:38
10510 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
10513 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
10515 ____________________________________________________________________________
10516 [ 11137] By: jhi on 2001/07/04 14:06:35
10517 Log: Add the OS/390 harness results to the delta.
10519 ! pod/perl572delta.pod
10520 ____________________________________________________________________________
10521 [ 11136] By: jhi on 2001/07/04 13:59:01
10522 Log: Avoid the two study tests in OS/390 until the bug has been solved.
10525 ____________________________________________________________________________
10526 [ 11135] By: jhi on 2001/07/04 13:49:08
10527 Log: DOS/DJGPP tweaks from Laszlo Molnar.
10529 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
10530 ____________________________________________________________________________
10531 [ 11134] By: jhi on 2001/07/04 13:47:46
10532 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
10533 From: Michael G Schwern <schwern@pobox.com>
10534 Date: Wed, 4 Jul 2001 00:01:16 -0400
10535 Message-ID: <20010704000116.C591@blackrider>
10537 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
10538 ____________________________________________________________________________
10539 [ 11133] By: jhi on 2001/07/04 01:55:20
10540 Log: The #11132 missed singleton characters (not part
10541 of a unilo..unihi range) in Unicode scripts.
10543 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
10544 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
10545 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
10546 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
10547 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
10548 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
10549 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
10550 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
10551 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
10552 ! lib/unicode/mktables.PL t/op/pat.t
10553 ____________________________________________________________________________
10554 [ 11132] By: jhi on 2001/07/04 01:32:11
10555 Log: Support preferentially the Unicode 'scripts' definition
10556 in the \p{In...} notation since according to Unicode the
10557 scripts concept is more natural for matching than using
10558 the somewhat artificial block names. The block names are
10559 still available, though, and if there's a name conflict,
10560 the scripts one wins and the blocks one has to do with
10561 'Block' appended to its name. For more information see
10563 http://www.unicode.org/unicode/reports/tr24/
10565 + lib/unicode/In/100.pl lib/unicode/In/101.pl
10566 + lib/unicode/In/102.pl lib/unicode/In/103.pl
10567 + lib/unicode/In/104.pl lib/unicode/In/105.pl
10568 + lib/unicode/In/106.pl lib/unicode/In/107.pl
10569 + lib/unicode/In/108.pl lib/unicode/In/109.pl
10570 + lib/unicode/In/110.pl lib/unicode/In/111.pl
10571 + lib/unicode/In/112.pl lib/unicode/In/113.pl
10572 + lib/unicode/In/114.pl lib/unicode/In/115.pl
10573 + lib/unicode/In/116.pl lib/unicode/In/117.pl
10574 + lib/unicode/In/118.pl lib/unicode/In/119.pl
10575 + lib/unicode/In/120.pl lib/unicode/In/121.pl
10576 + lib/unicode/In/122.pl lib/unicode/In/123.pl
10577 + lib/unicode/In/124.pl lib/unicode/In/125.pl
10578 + lib/unicode/In/126.pl lib/unicode/In/127.pl
10579 + lib/unicode/In/128.pl lib/unicode/In/129.pl
10580 + lib/unicode/In/130.pl lib/unicode/In/131.pl
10581 + lib/unicode/In/132.pl lib/unicode/In/133.pl
10582 + lib/unicode/In/134.pl lib/unicode/In/135.pl
10583 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
10584 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
10586 ____________________________________________________________________________
10587 [ 11131] By: jhi on 2001/07/03 23:02:02
10588 Log: Better document the difference between a block and a script.
10590 ! lib/Unicode/UCD.pm
10591 ____________________________________________________________________________
10592 [ 11130] By: jhi on 2001/07/03 22:49:15
10593 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
10594 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10595 Date: Tue, 3 Jul 2001 15:04:23 -0500
10596 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
10599 ____________________________________________________________________________
10600 [ 11129] By: jhi on 2001/07/03 22:45:41
10601 Log: Add tests for charscript().
10603 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10604 ____________________________________________________________________________
10605 [ 11128] By: jhi on 2001/07/03 20:41:54
10606 Log: Add charscript() to get the UTR#24 script names of characters.
10608 ! lib/Unicode/UCD.pm
10609 ____________________________________________________________________________
10610 [ 11127] By: jhi on 2001/07/03 19:53:29
10614 ____________________________________________________________________________
10615 [ 11126] By: jhi on 2001/07/03 19:45:30
10616 Log: Unicode::UCD updates.
10618 ! lib/Unicode/UCD.pm
10619 ____________________________________________________________________________
10620 [ 11125] By: jhi on 2001/07/03 16:12:20
10621 Log: (Retracted by #11174)
10622 Subject: MakeMaker should pass through DEFINE and INC to subdirs
10623 From: Alan Burlison <Alan.Burlison@sun.com>
10624 Date: Tue, 03 Jul 2001 15:20:13 +0100
10625 Message-ID: <3B41D49D.A923D4F9@sun.com>
10627 ! lib/ExtUtils/MM_Unix.pm
10628 ____________________________________________________________________________
10629 [ 11124] By: jhi on 2001/07/03 16:06:53
10630 Log: Subject: Patch needed for UTS
10631 From: hom00@utsglobal.com (Hal Morris)
10632 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
10633 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
10635 Replace #11113 with a better version.
10638 ____________________________________________________________________________
10639 [ 11123] By: jhi on 2001/07/03 16:04:49
10640 Log: Subject: Re: POINTERRIGOR
10641 From: Andy Dougherty <doughera@lafayette.edu>
10642 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
10643 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
10646 ____________________________________________________________________________
10647 [ 11122] By: jhi on 2001/07/03 16:03:31
10648 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
10649 From: "Philip Newton" <pnewton@gmx.de>
10650 Date: Tue, 3 Jul 2001 17:03:34 +0200
10651 Message-ID: <3B41FAE6.29564.660E117@localhost>
10654 ____________________________________________________________________________
10655 [ 11121] By: jhi on 2001/07/03 13:26:08
10659 ____________________________________________________________________________
10660 [ 11120] By: jhi on 2001/07/03 11:34:47
10661 Log: Subject: [PATCH 5.6.1] debugger fixes
10662 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10663 Date: Tue, 3 Jul 2001 03:38:18 -0400
10664 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
10666 The $^S is working again.
10669 ____________________________________________________________________________
10670 [ 11119] By: jhi on 2001/07/03 11:33:27
10671 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
10672 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10673 Date: Tue, 3 Jul 2001 03:34:06 -0400
10674 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
10676 ! os2/OS2/Process/Process.pm
10677 ____________________________________________________________________________
10678 [ 11118] By: jhi on 2001/07/03 11:29:54
10679 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
10680 From: "Philip Newton" <Philip.Newton@gmx.net>
10681 Date: Tue, 3 Jul 2001 09:11:27 +0200
10682 Message-Id: <200107030706.KAA04596@taas.iki.fi>
10685 ____________________________________________________________________________
10686 [ 11117] By: jhi on 2001/07/03 11:25:14
10689 ! pod/perl572delta.pod
10690 ____________________________________________________________________________
10691 [ 11116] By: jhi on 2001/07/02 23:06:50
10692 Log: Metaconfig unit change for 11115.
10694 ! U/modified/libc.U
10695 ____________________________________________________________________________
10696 [ 11115] By: jhi on 2001/07/02 23:06:27
10697 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
10698 (from Richard Hatch) (this was the cause of pipes() and
10699 times() myeteriously not being found)
10702 ____________________________________________________________________________
10703 [ 11114] By: jhi on 2001/07/02 22:58:41
10704 Log: Retract #10142, the real culprit found by Richard Hatch,
10705 coming soon to Configure near you.
10708 ____________________________________________________________________________
10709 [ 11113] By: jhi on 2001/07/02 22:56:09
10710 Log: (Replaced by #11124) UTS workaround from Hal Morris.
10713 ____________________________________________________________________________
10714 [ 11112] By: jhi on 2001/07/02 22:53:29
10715 Log: Subject: [PATCH] grok not grocking correctly
10716 From: Nicholas Clark <nick@ccl4.org>
10717 Date: Tue, 3 Jul 2001 00:19:08 +0100
10718 Message-ID: <20010703001908.H59620@plum.flirble.org>
10721 ____________________________________________________________________________
10722 [ 11111] By: jhi on 2001/07/02 22:48:42
10723 Log: Subject: [PATCH Deparse.t] test just-posted patches
10724 From: Robin Houston <robin@kitsite.com>
10725 Date: Mon, 2 Jul 2001 23:46:15 +0100
10726 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
10729 ____________________________________________________________________________
10730 [ 11110] By: jhi on 2001/07/02 22:27:10
10731 Log: Subject: [PATCH toke.c] autosplit into @F
10732 From: Robin Houston <robin@kitsite.com>
10733 Date: Mon, 2 Jul 2001 23:18:20 +0100
10734 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
10737 ____________________________________________________________________________
10738 [ 11109] By: jhi on 2001/07/02 22:25:03
10739 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
10740 From: Robin Houston <robin@kitsite.com>
10741 Date: Mon, 2 Jul 2001 23:00:48 +0100
10742 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
10744 ! ext/B/B/Deparse.pm
10745 ____________________________________________________________________________
10746 [ 11108] By: jhi on 2001/07/02 19:21:18
10747 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
10748 From: "Philip Newton" <Philip.Newton@gmx.net>
10749 Date: Mon, 2 Jul 2001 22:06:22 +0200
10752 ! ext/NDBM_File/hints/linux.pl
10753 ____________________________________________________________________________
10754 [ 11107] By: jhi on 2001/07/02 19:19:25
10755 Log: Subject: Re: Fixed pack problem - sort of
10756 From: Nicholas Clark <nick@ccl4.org>
10757 Date: Mon, 2 Jul 2001 20:59:20 +0100
10758 Message-ID: <20010702205919.F59620@plum.flirble.org>
10760 ! pp_pack.c t/op/pack.t
10761 ____________________________________________________________________________
10762 [ 11106] By: jhi on 2001/07/02 19:18:28
10763 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
10764 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10765 Date: Mon, 2 Jul 2001 15:45:41 -0400
10766 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
10769 ____________________________________________________________________________
10770 [ 11105] By: jhi on 2001/07/02 19:17:27
10771 Log: (Mistaken retraction)
10774 ____________________________________________________________________________
10775 [ 11104] By: jhi on 2001/07/02 18:56:15
10776 Log: Detypo in #11103.
10779 ____________________________________________________________________________
10780 [ 11103] By: jhi on 2001/07/02 18:54:53
10781 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
10782 From: Jonathan Stowe <gellyfish@gellyfish.com>
10783 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
10784 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
10787 ____________________________________________________________________________
10788 [ 11102] By: jhi on 2001/07/02 18:16:09
10789 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
10790 From: "Craig A. Berry" <craigberry@mac.com>
10791 Date: Mon, 02 Jul 2001 14:11:23 -0500
10792 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
10794 ! lib/Unicode/UCD.pm
10795 ____________________________________________________________________________
10796 [ 11101] By: jhi on 2001/07/02 18:14:51
10797 Log: Subject: [PATCH] Re: op/numconvert.t failures
10798 From: Nicholas Clark <nick@ccl4.org>
10799 Date: Mon, 2 Jul 2001 20:10:48 +0100
10800 Message-ID: <20010702201048.E59620@plum.flirble.org>
10802 ! t/op/numconvert.t
10803 ____________________________________________________________________________
10804 [ 11100] By: jhi on 2001/07/02 17:51:44
10805 Log: Update Changes.
10807 ! Changes patchlevel.h
10808 ____________________________________________________________________________
10809 [ 11099] By: jhi on 2001/07/02 17:46:31
10810 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
10811 The real fix must be more involved. The line of code all the leaky
10812 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
10813 line of Perl_newPMOP().
10816 ____________________________________________________________________________
10817 [ 11098] By: jhi on 2001/07/02 17:37:44
10820 Subject: Re: sizeof(struct sembuf)
10821 From: Nicholas Clark <nick@ccl4.org>
10822 Date: Sun, 1 Jul 2001 22:26:48 +0100
10823 Message-ID: <20010701222648.W59620@plum.flirble.org>
10825 but do semop() always the slow way.
10828 ____________________________________________________________________________
10829 [ 11097] By: jhi on 2001/07/02 17:22:14
10830 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
10831 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10832 Date: Tue, 03 Jul 2001 00:56:30 +0900
10833 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
10835 ! ext/Encode/Encode/Tcl.t
10836 ____________________________________________________________________________
10837 [ 11096] By: jhi on 2001/07/02 17:11:24
10838 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
10839 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10840 Date: Tue, 03 Jul 2001 00:55:46 +0900
10841 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
10843 ! ext/Encode/Encode/Tcl.pm
10844 ____________________________________________________________________________
10845 [ 11095] By: jhi on 2001/07/02 17:07:14
10846 Log: Regen api and toc.
10848 ! pod/perlapi.pod pod/perltoc.pod
10849 ____________________________________________________________________________
10850 [ 11094] By: jhi on 2001/07/02 16:29:42
10851 Log: Metaconfig unit change for #11093.
10852 Branch: metaconfig/U/perl
10853 ! d_fcntl_can_lock.U
10854 ____________________________________________________________________________
10855 [ 11093] By: jhi on 2001/07/02 16:28:56
10856 Log: The fcntl locking test may hang if NFS locking messed up;
10857 break out with alarm(10).
10860 ____________________________________________________________________________
10861 [ 11092] By: jhi on 2001/07/02 14:11:31
10862 Log: Move the mdelete.bat from win32/bin to win32.
10865 ____________________________________________________________________________
10866 [ 11091] By: jhi on 2001/07/02 14:10:01
10867 Log: Typo in #11083.
10869 ! ext/Time/Piece/Piece.t
10870 ____________________________________________________________________________
10871 [ 11090] By: jhi on 2001/07/02 13:36:58
10872 Log: Netware tweaks from Guruprasad.
10874 - NetWare/perlsdio.h
10875 ! MANIFEST NetWare/Makefile NetWare/interface.c
10876 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
10878 ____________________________________________________________________________
10879 [ 11089] By: jhi on 2001/07/02 13:25:40
10880 Log: Subject: Re: [PATH] shared -> unique;
10881 From: Abhijit Menon-Sen <ams@wiw.org>
10882 Date: Wed, 27 Jun 2001 03:51:27 +0530
10883 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
10885 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
10886 ____________________________________________________________________________
10887 [ 11088] By: jhi on 2001/07/02 13:24:27
10888 Log: Subject: Re: AIX / gcc-3.0
10889 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10890 Date: Mon, 02 Jul 2001 15:20:21 +0200
10891 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
10894 ____________________________________________________________________________
10895 [ 11087] By: jhi on 2001/07/02 13:23:21
10896 Log: Subject: Re: Bug report: split splits on wrong pattern
10897 From: Abhijit Menon-Sen <ams@wiw.org>
10898 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
10899 Date: Mon, 2 Jul 2001 16:31:33 +0530
10902 ____________________________________________________________________________
10903 [ 11086] By: jhi on 2001/07/02 13:22:30
10904 Log: Subject: [PATCH 5.6.1] test harness
10905 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10906 Date: Mon, 2 Jul 2001 06:29:21 -0400
10907 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
10909 ! lib/Test/Harness.pm
10910 ____________________________________________________________________________
10911 [ 11085] By: jhi on 2001/07/02 13:21:39
10912 Log: Subject: [PATCH 5.6.1] debugger goof
10913 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10914 Date: Mon, 2 Jul 2001 06:27:22 -0400
10915 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
10918 ____________________________________________________________________________
10919 [ 11084] By: jhi on 2001/07/02 13:20:50
10920 Log: Subject: [PATCH 5.6.1] OS/2 cwd
10921 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10922 Date: Mon, 2 Jul 2001 06:21:17 -0400
10923 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
10925 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
10926 ____________________________________________________________________________
10927 [ 11083] By: jhi on 2001/07/02 13:19:18
10928 Log: Make #11082 more OS/2-specific.
10930 ! ext/Time/Piece/Piece.t
10931 ____________________________________________________________________________
10932 [ 11082] By: jhi on 2001/07/02 13:14:36
10933 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
10934 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10935 Date: Mon, 2 Jul 2001 06:06:34 -0400
10936 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
10938 ! ext/Time/Piece/Piece.t
10939 ____________________________________________________________________________
10940 [ 11081] By: jhi on 2001/07/02 13:13:08
10941 Log: Subject: [PATCH B::Deparse] version number & changes
10942 From: Robin Houston <robin@kitsite.com>
10943 Date: Sun, 1 Jul 2001 17:17:29 +0100
10944 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
10946 ! ext/B/B/Deparse.pm
10947 ____________________________________________________________________________
10948 [ 11080] By: jhi on 2001/07/02 13:11:48
10949 Log: Subject: a small fix.
10950 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10951 Date: Mon, 2 Jul 2001 12:17:53 +0200
10952 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
10954 ! ext/Thread/Thread.xs
10955 ____________________________________________________________________________
10956 [ 11079] By: jhi on 2001/07/02 13:10:39
10957 Log: Subject: RE: perl@10907
10958 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10959 Date: Mon, 2 Jul 2001 12:06:16 +0200
10960 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
10962 Borland C vs PerlIO.
10964 ! win32/config.bc win32/config_H.bc
10965 ____________________________________________________________________________
10966 [ 11078] By: jhi on 2001/07/02 13:03:44
10967 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
10968 From: "H.M. Brand" <merijn@l1.procura.nl>
10969 Date: Mon, 02 Jul 2001 11:18:57 +0200
10970 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
10973 ____________________________________________________________________________
10974 [ 11077] By: jhi on 2001/07/02 12:58:27
10975 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
10976 From: Michael G Schwern <schwern@pobox.com>
10977 Date: Mon, 2 Jul 2001 00:26:24 -0400
10978 Message-ID: <20010702002624.A18302@blackrider>
10980 - ext/util/mkbootstrap
10981 ____________________________________________________________________________
10982 [ 11076] By: jhi on 2001/07/02 12:56:20
10983 Log: Subject: [PATCH op.h] v minor comment tweak
10984 From: Robin Houston <robin@puffinry.freeserve.co.uk>
10985 Date: Mon, 2 Jul 2001 00:42:01 +0100
10986 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
10989 ____________________________________________________________________________
10990 [ 11075] By: jhi on 2001/07/02 12:53:48
10991 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
10994 ____________________________________________________________________________
10995 [ 11074] By: jhi on 2001/07/02 12:52:28
10996 Log: Subject: Re: sizeof(struct sembuf)
10997 From: Nicholas Clark <nick@ccl4.org>
10998 Date: Sun, 1 Jul 2001 19:23:16 +0100
10999 Message-ID: <20010701192316.V59620@plum.flirble.org>
11001 s/signaling/signalling/
11004 ____________________________________________________________________________
11005 [ 11073] By: jhi on 2001/07/02 12:49:51
11006 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
11007 From: "Philip Newton" <Philip.Newton@gmx.net>
11008 Date: Sun, 1 Jul 2001 09:37:56 +0200
11009 Message-Id: <200107010733.KAA03920@taas.iki.fi>
11012 ____________________________________________________________________________
11013 [ 11072] By: jhi on 2001/07/02 12:48:03
11014 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
11015 From: "Philip Newton" <Philip.Newton@gmx.net>
11016 Date: Sun, 1 Jul 2001 09:37:56 +0200
11017 Message-Id: <200107010733.KAA03925@taas.iki.fi>
11019 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
11020 ____________________________________________________________________________
11021 [ 11071] By: jhi on 2001/07/02 12:45:12
11022 Log: Metaconfig unit change for #11070.
11024 ! U/compline/randfunc.U
11025 ____________________________________________________________________________
11026 [ 11070] By: jhi on 2001/07/02 12:43:58
11027 Log: Subject: [PATCH perlsnap] its --> it's --> its
11028 From: "Philip Newton" <Philip.Newton@gmx.net>
11029 Date: Sun, 1 Jul 2001 09:37:56 +0200
11030 Message-Id: <200107010733.KAA03914@taas.iki.fi>
11033 ____________________________________________________________________________
11034 [ 11069] By: jhi on 2001/07/02 12:01:52
11035 Log: Sync with Sarathy; integrate with perlio.
11038 ____________________________________________________________________________
11039 [ 11068] By: gsar on 2001/07/02 08:07:54
11040 Log: regenerate win32/config_H.?c files
11042 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11043 ____________________________________________________________________________
11044 [ 11067] By: gsar on 2001/07/02 08:03:55
11045 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
11048 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
11051 fix a warning about "fd" being used without being set in Cwd.xs
11053 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
11054 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
11055 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
11057 ____________________________________________________________________________
11058 [ 11066] By: gsar on 2001/07/02 07:12:10
11059 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
11060 within macro arguments") and warnings ("unary minus applied to
11061 unsigned type", among others)
11063 ! gv.c hv.c op.c pp.c sv.c toke.c
11064 ____________________________________________________________________________
11065 [ 11065] By: gsar on 2001/07/02 06:26:22
11066 Log: win32 fixes: more spurious CRs
11068 ! win32/mdelete.bat
11069 ____________________________________________________________________________
11070 [ 11064] By: gsar on 2001/07/02 06:25:22
11071 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
11072 from win32/bin (or it gets deleted by distclean); don't delete
11073 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
11074 NT (should be made Win9x specific, and added to makefile.mk)
11076 +> win32/mdelete.bat
11077 - win32/bin/mdelete.bat
11078 ! win32/Makefile win32/makefile.mk
11079 ____________________________________________________________________________
11080 [ 11063] By: nick on 2001/07/01 18:54:09
11081 Log: Quick for for #ifdef mess
11084 ____________________________________________________________________________
11085 [ 11062] By: nick on 2001/07/01 18:47:42
11086 Log: Raw integrate - does not build #if mess in gv.c
11088 !> (integrate 29 files)
11089 ____________________________________________________________________________
11090 [ 11061] By: jhi on 2001/07/01 15:20:38
11091 Log: Make 'compile' target a little less broken.
11092 Still very broken, though: -Wall warnings from
11093 the generated code, boot_Foo prototypes missing,
11094 can't autoload Fcntl::SEEK_CUR et alia, ...
11096 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
11097 ! utils/perlcc.PL x2p/Makefile.SH
11098 ____________________________________________________________________________
11099 [ 11060] By: jhi on 2001/07/01 14:04:20
11100 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
11102 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11103 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
11104 ____________________________________________________________________________
11105 [ 11059] By: jhi on 2001/07/01 05:02:59
11106 Log: Update Changes.
11108 ! Changes patchlevel.h
11109 ____________________________________________________________________________
11110 [ 11058] By: jhi on 2001/07/01 04:57:05
11111 Log: Still one typo, regen toc.
11113 ! lib/Unicode/UCD.pm pod/perltoc.pod
11114 ____________________________________________________________________________
11115 [ 11057] By: jhi on 2001/07/01 04:54:35
11116 Log: Detypos and regen toc.
11118 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
11119 ____________________________________________________________________________
11120 [ 11056] By: jhi on 2001/07/01 04:26:08
11121 Log: VERSION tweak.
11123 ! ext/List/Util/lib/List/Util.pm
11124 ____________________________________________________________________________
11125 [ 11055] By: jhi on 2001/06/30 22:18:37
11126 Log: Attempt at plugging the leak under ithreads detected by Doug.
11129 ____________________________________________________________________________
11130 [ 11054] By: jhi on 2001/06/30 21:33:29
11131 Log: gcc -Wall lint after #11051.
11134 ____________________________________________________________________________
11135 [ 11053] By: jhi on 2001/06/30 21:13:55
11136 Log: Integrate perlio.
11138 !> lib/File/Find/taint.t
11139 ____________________________________________________________________________
11140 [ 11052] By: jhi on 2001/06/30 21:07:38
11141 Log: Don't use the v-strings for module VERSIONs.
11143 ! lib/Unicode/UCD.pm
11144 ____________________________________________________________________________
11145 [ 11051] By: jhi on 2001/06/30 20:59:57
11146 Log: Code cleanup based on turning off the -woffs in IRIX.
11147 Not all of the gripes cleaned up (hairy code in hv.c and
11148 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
11149 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
11152 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
11153 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
11154 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
11156 ____________________________________________________________________________
11157 [ 11050] By: nick on 2001/06/30 20:46:46
11158 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
11160 ! lib/File/Find/taint.t
11161 ____________________________________________________________________________
11162 [ 11049] By: nick on 2001/06/30 18:13:33
11163 Log: Integrate mainline
11165 +> NetWare/nwstdio.h NetWare/perlsdio.h
11166 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
11167 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
11168 +> lib/Unicode/UCD.t t/run/exit.t
11169 !> (integrate 60 files)
11170 ____________________________________________________________________________
11171 [ 11048] By: jhi on 2001/06/30 16:23:39
11174 ! pod/perl572delta.pod
11175 ____________________________________________________________________________
11176 [ 11047] By: jhi on 2001/06/30 16:03:40
11177 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
11178 by CPAN.pm, use rather _00.
11180 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
11181 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
11182 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
11183 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
11184 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
11185 ! lib/ExtUtils/Embed.pm lib/Test.pm
11186 ____________________________________________________________________________
11187 [ 11046] By: jhi on 2001/06/30 15:53:22
11188 Log: Add a simple Unicode character database interface, Unicode::UCD.
11190 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
11192 ____________________________________________________________________________
11193 [ 11045] By: jhi on 2001/06/30 13:42:37
11194 Log: Subject: [PATCH] op/numconver.t
11195 From: Nicholas Clark <nick@ccl4.org>
11196 Date: Sat, 30 Jun 2001 15:40:10 +0100
11197 Message-ID: <20010630154010.I59620@plum.flirble.org>
11199 ! t/op/numconvert.t
11200 ____________________________________________________________________________
11201 [ 11044] By: jhi on 2001/06/30 13:29:25
11202 Log: The $^N is now taken (by #11038).
11205 ____________________________________________________________________________
11206 [ 11043] By: jhi on 2001/06/30 13:15:59
11207 Log: The #11040 had slipped to a wrong function...
11210 ____________________________________________________________________________
11211 [ 11042] By: jhi on 2001/06/30 13:08:25
11212 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
11213 the Configure library symbol probe mysteriously finds all
11214 symbols but those of pipe() and times().
11217 ____________________________________________________________________________
11218 [ 11041] By: jhi on 2001/06/30 13:01:25
11219 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
11220 From: Nicholas Clark <nick@ccl4.org>
11221 Date: Fri, 29 Jun 2001 23:49:07 +0100
11222 Message-ID: <20010629234907.D59620@plum.flirble.org>
11225 ____________________________________________________________________________
11226 [ 11040] By: jhi on 2001/06/30 13:00:24
11227 Log: Subject: [PATCH] weakref fix 2, not yet there
11228 From: Artur Bergman <artur@contiller.se>
11229 Date: Sat, 30 Jun 2001 01:18:16 +0200
11230 Message-ID: <B762D957.1CC9%artur@contiller.se>
11233 ____________________________________________________________________________
11234 [ 11039] By: jhi on 2001/06/30 12:59:25
11235 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
11236 From: Michael G Schwern <schwern@pobox.com>
11237 Date: Fri, 29 Jun 2001 19:39:11 -0400
11238 Message-ID: <20010629193910.D25304@blackrider>
11242 ____________________________________________________________________________
11243 [ 11038] By: jhi on 2001/06/30 12:58:16
11244 Log: Add support for $^N, the most-recently closed group.
11246 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
11247 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
11249 ____________________________________________________________________________
11250 [ 11037] By: jhi on 2001/06/30 12:53:40
11251 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
11252 From: lvirden@cas.org
11253 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
11254 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
11256 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
11257 From: lvirden@cas.org
11258 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
11259 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
11262 ____________________________________________________________________________
11263 [ 11036] By: jhi on 2001/06/30 12:51:45
11264 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
11265 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11266 Date: Sat, 30 Jun 2001 07:33:37 +0900
11267 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
11269 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
11270 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11271 Date: Sat, 30 Jun 2001 21:38:14 +0900
11272 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
11274 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
11275 + ext/Encode/Encode/7bit-kr.enc
11276 ! MANIFEST ext/Encode/Encode/Tcl.pm
11277 ____________________________________________________________________________
11278 [ 11035] By: jhi on 2001/06/30 12:44:51
11279 Log: NetWare tweaks from Guruprasad.
11281 + NetWare/nwstdio.h NetWare/perlsdio.h
11282 ! MANIFEST NetWare/Makefile NetWare/config.wc
11283 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
11284 ! NetWare/t/Readme.txt
11285 ____________________________________________________________________________
11286 [ 11034] By: jhi on 2001/06/29 23:28:16
11287 Log: More module $VERSION bump-ups.
11289 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
11290 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
11291 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
11292 ____________________________________________________________________________
11293 [ 11033] By: jhi on 2001/06/29 21:25:23
11294 Log: Doc update due to #11032.
11296 ! pod/perl572delta.pod
11297 ____________________________________________________________________________
11298 [ 11032] By: jhi on 2001/06/29 21:19:44
11299 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
11300 From: Peter Prymmer <pvhp@forte.com>
11301 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
11302 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
11304 ! ext/Time/HiRes/HiRes.xs
11305 ____________________________________________________________________________
11306 [ 11031] By: jhi on 2001/06/29 14:31:53
11307 Log: -lpthreads missing in AIX.
11310 ____________________________________________________________________________
11311 [ 11030] By: jhi on 2001/06/29 14:08:12
11312 Log: Subject: [PATCH] CLONE && weakrefs
11313 From: Artur Bergman <artur@contiller.se>
11314 Date: Fri, 29 Jun 2001 17:02:00 +0200
11315 Message-ID: <B7626508.1CA0%artur@contiller.se>
11318 ____________________________________________________________________________
11319 [ 11029] By: jhi on 2001/06/29 14:06:50
11320 Log: Subject: Re: Bug report: split splits on wrong pattern
11321 From: Radu Greab <radu@netsoft.ro>
11322 Date: Wed, 27 Jun 2001 21:50:52 +0300
11323 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
11325 ! pp_ctl.c t/op/split.t
11326 ____________________________________________________________________________
11327 [ 11028] By: jhi on 2001/06/29 13:47:38
11328 Log: Metaconfig unit change for #11027.
11329 Branch: metaconfig/U/perl
11331 ____________________________________________________________________________
11332 [ 11027] By: jhi on 2001/06/29 13:47:03
11333 Log: I thought this Configure glitch for AIX was just recently fixed?
11336 ____________________________________________________________________________
11337 [ 11026] By: jhi on 2001/06/29 13:14:07
11338 Log: Update Changes.
11340 ! Changes patchlevel.h
11341 ____________________________________________________________________________
11342 [ 11025] By: jhi on 2001/06/29 13:07:57
11343 Log: Subject: Re: perl@10967, File::Find, and Cwd
11344 From: Mike Guy <mjtg@cam.ac.uk>
11345 Date: Fri, 29 Jun 2001 14:56:49 +0100
11346 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
11348 ! lib/File/Find/taint.t
11349 ____________________________________________________________________________
11350 [ 11024] By: jhi on 2001/06/29 12:39:23
11351 Log: Update the sv_pvprintify() spec.
11354 ____________________________________________________________________________
11355 [ 11023] By: jhi on 2001/06/29 12:33:33
11356 Log: Known test failures update.
11358 ! pod/perl572delta.pod
11359 ____________________________________________________________________________
11360 [ 11022] By: jhi on 2001/06/29 12:24:32
11363 Subject: [PATCH @11016] More );) fixes
11364 From: Richard Soderberg <rs@crystalflame.net>
11365 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
11366 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
11368 ! ext/Thread/Thread.xs ext/Thread/typemap
11369 ____________________________________________________________________________
11370 [ 11021] By: jhi on 2001/06/29 12:21:51
11371 Log: Subject: [PATCH @11016] Fixes compile errors in four files
11372 From: Richard Soderberg <rs@crystalflame.net>
11373 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
11374 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
11376 ! mg.c pp.c pp_hot.c util.c
11377 ____________________________________________________________________________
11378 [ 11020] By: jhi on 2001/06/29 12:05:54
11379 Log: AIX hints tweaking continues, from Merijn Brand.
11382 ____________________________________________________________________________
11383 [ 11019] By: jhi on 2001/06/29 12:05:10
11384 Log: HP-UX needs gccversion sooner, from Merijn Brand.
11387 ____________________________________________________________________________
11388 [ 11018] By: jhi on 2001/06/29 11:52:31
11389 Log: Subject: [PATCH 5.6.1] OS/2 docs
11390 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11391 Date: Fri, 29 Jun 2001 02:34:12 -0400
11392 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
11394 ! README.os2 os2/Changes
11395 ____________________________________________________________________________
11396 [ 11017] By: nick on 2001/06/29 10:20:30
11397 Log: Integrate mainline
11399 +> (branch 37 files)
11400 - ext/ODBM_File/sdbm.t
11401 !> (integrate 211 files)
11402 ____________________________________________________________________________
11403 [ 11016] By: jhi on 2001/06/29 03:38:56
11404 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
11405 the modules found using a script written by Larry Schatzer Jr.
11407 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
11408 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11409 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11410 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
11411 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
11412 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
11413 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
11414 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
11415 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
11416 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
11417 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
11418 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11419 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
11420 ! lib/constant.pm lib/fields.pm lib/strict.pm
11421 ____________________________________________________________________________
11422 [ 11015] By: jhi on 2001/06/29 02:55:58
11423 Log: The latest JPL from the anoncvs.
11425 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11426 ____________________________________________________________________________
11427 [ 11014] By: jhi on 2001/06/29 02:16:55
11428 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
11431 ____________________________________________________________________________
11432 [ 11013] By: jhi on 2001/06/28 23:14:53
11433 Log: Worrying about insecure directories now is a bit too late.
11435 ! lib/File/Find/taint.t
11436 ____________________________________________________________________________
11437 [ 11012] By: jhi on 2001/06/28 21:36:36
11438 Log: Cannot DIE() in a void function,
11439 from Richard Hatch <rhatch@austin.ibm.com>.
11441 ! ext/IPC/SysV/SysV.xs
11442 ____________________________________________________________________________
11443 [ 11011] By: jhi on 2001/06/28 19:32:13
11444 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
11445 From: Peter Prymmer <pvhp@forte.com>
11446 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
11447 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
11449 (unfinished: time/hires tests 3, 5, 14 failing, but better
11450 than wholesale failure)
11452 ! ext/Time/HiRes/HiRes.xs
11453 ____________________________________________________________________________
11454 [ 11010] By: jhi on 2001/06/28 19:10:54
11455 Log: Subject: [PATCH 5.6.1] OS/2 improvements
11456 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11457 Date: Thu, 28 Jun 2001 16:03:14 -0400
11458 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
11461 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
11462 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11463 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
11465 ____________________________________________________________________________
11466 [ 11009] By: jhi on 2001/06/28 18:54:14
11467 Log: Subject: Incrementing Extutils::Manifest's $VERSION
11468 From: Michael G Schwern <schwern@pobox.com>
11469 Date: Thu, 28 Jun 2001 13:13:49 -0400
11470 Message-ID: <20010628131349.A14738@blackrider>
11471 Branch: maint-5.6/perl
11472 ! lib/ExtUtils/Manifest.pm
11473 ____________________________________________________________________________
11474 [ 11008] By: jhi on 2001/06/28 18:52:20
11475 Log: AIX tweak from Merijn Brand.
11478 ____________________________________________________________________________
11479 [ 11007] By: jhi on 2001/06/28 17:46:27
11480 Log: Create the macperl branch.
11481 Branch: maint-5.6/macperl
11482 +> (branch 1728 files)
11483 ____________________________________________________________________________
11484 [ 11006] By: jhi on 2001/06/28 14:46:21
11485 Log: Update Changes.
11487 ! Changes patchlevel.h
11488 ____________________________________________________________________________
11489 [ 11005] By: jhi on 2001/06/28 14:40:11
11490 Log: More Perforce lore.
11492 ! Porting/repository.pod
11493 ____________________________________________________________________________
11494 [ 11004] By: jhi on 2001/06/28 14:12:50
11495 Log: Metaconfig unit changes for #11003.
11496 Branch: metaconfig/U/perl
11497 + d_nl_langinfo.U i_langinfo.U
11498 ____________________________________________________________________________
11499 [ 11003] By: jhi on 2001/06/28 14:12:27
11500 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
11501 Expected not to exist in non-UNIX excepting in VMS, where
11502 according to a quick web survey they just might.
11504 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
11505 ! Porting/config_H config_h.SH configure.com epoc/config.sh
11506 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
11507 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11508 ! win32/config.bc win32/config.gc win32/config.vc
11509 ____________________________________________________________________________
11510 [ 11002] By: jhi on 2001/06/28 13:39:11
11511 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
11512 in AIX is one is doing a 64-bit build.
11515 ____________________________________________________________________________
11516 [ 11001] By: jhi on 2001/06/28 13:28:37
11517 Log: Metaconfig unit changes for #11000.
11518 Branch: metaconfig/U/perl
11519 ! use64bits.U uselfs.U
11520 ____________________________________________________________________________
11521 [ 11000] By: jhi on 2001/06/28 13:21:16
11522 Log: Move use64bitint and use64bitall before uselargefiles.
11525 ____________________________________________________________________________
11526 [ 10999] By: jhi on 2001/06/28 03:49:07
11527 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
11528 From: Robert Spier <rspier@pobox.com>
11529 Message-ID: <15162.41164.618712.841415@rls.cx>
11530 Date: Wed, 27 Jun 2001 23:13:16 -0400
11533 ____________________________________________________________________________
11534 [ 10998] By: jhi on 2001/06/28 03:42:57
11535 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
11536 From: Peter Prymmer <pvhp@forte.com>
11537 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
11538 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
11541 ____________________________________________________________________________
11542 [ 10997] By: jhi on 2001/06/28 03:42:12
11543 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
11544 From: Peter Prymmer <pvhp@forte.com>
11545 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
11546 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
11548 ! configure.com ext/Digest/MD5/Makefile.PL
11549 ____________________________________________________________________________
11550 [ 10996] By: jhi on 2001/06/27 20:34:11
11551 Log: Update Changes.
11553 ! Changes patchlevel.h
11554 ____________________________________________________________________________
11555 [ 10995] By: jhi on 2001/06/27 20:06:28
11556 Log: Tiny EPOC updates.
11559 ____________________________________________________________________________
11560 [ 10994] By: jhi on 2001/06/27 19:55:16
11561 Log: The Test::More and Test::Simple tests required help
11562 thanks to our schizophrenic test scheme.
11564 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11565 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11566 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11567 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11568 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11569 ____________________________________________________________________________
11570 [ 10993] By: jhi on 2001/06/27 17:17:30
11571 Log: Upgrade to Test::Simple 0.09.
11573 + lib/Test/Simple/Changes
11574 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
11575 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
11576 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
11577 ! lib/Test/Simple/t/plan_is_noplan.t
11578 ____________________________________________________________________________
11579 [ 10992] By: jhi on 2001/06/27 17:11:28
11580 Log: Upgrade to Test::More 0.07.
11582 + lib/Test/More/Changes
11583 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
11584 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
11585 ! lib/Test/More/t/skipall.t
11586 ____________________________________________________________________________
11587 [ 10991] By: jhi on 2001/06/27 17:04:13
11588 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
11589 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11590 Date: Wed, 27 Jun 2001 18:40:04 +0200
11591 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
11594 ____________________________________________________________________________
11595 [ 10990] By: jhi on 2001/06/27 17:02:55
11596 Log: Subject: [PATCH README.qnx hints/qnx.sh]
11597 From: Norton Allen <allen@huarp.harvard.edu>
11598 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
11599 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
11601 ! README.qnx hints/qnx.sh
11602 ____________________________________________________________________________
11603 [ 10989] By: jhi on 2001/06/27 14:33:53
11604 Log: Subject: [PATCH] two little documentation nits
11605 From: Abhijit Menon-Sen <ams@wiw.org>
11606 Date: Wed, 27 Jun 2001 20:07:50 +0530
11607 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
11610 ____________________________________________________________________________
11611 [ 10988] By: jhi on 2001/06/27 13:33:32
11612 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
11613 From: Norton Allen <allen@huarp.harvard.edu>
11614 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
11615 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
11617 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
11618 ____________________________________________________________________________
11619 [ 10987] By: jhi on 2001/06/27 12:14:36
11620 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
11621 From: Michael G Schwern <schwern@pobox.com>
11622 Date: Wed, 27 Jun 2001 02:34:58 -0400
11623 Message-ID: <20010627023458.K23874@blackrider>
11626 ____________________________________________________________________________
11627 [ 10986] By: jhi on 2001/06/27 12:01:49
11628 Log: Add perl_clone_host() for Netware.
11631 ____________________________________________________________________________
11632 [ 10985] By: jhi on 2001/06/27 11:56:53
11633 Log: GCC 3.0 hints for HP-UX.
11636 ____________________________________________________________________________
11637 [ 10984] By: jhi on 2001/06/27 11:55:06
11638 Log: In some Linux distributions the libndbm is broken
11639 (no null key support), therefore link with libgdbm
11640 (if available), since it has a working ndbm emulation,
11641 from Jonathan Stowe.
11643 + ext/NDBM_File/hints/linux.pl
11645 ____________________________________________________________________________
11646 [ 10983] By: jhi on 2001/06/27 11:48:56
11647 Log: Subject: [PATCH perl@10930] find.t hack for VMS
11648 From: "Craig A. Berry" <craigberry@mac.com>
11649 Date: Tue, 26 Jun 2001 23:40:25 -0500
11650 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
11652 ! lib/File/Find/find.t
11653 ____________________________________________________________________________
11654 [ 10982] By: jhi on 2001/06/27 11:47:30
11655 Log: AUTHORS updates.
11658 ____________________________________________________________________________
11659 [ 10981] By: jhi on 2001/06/27 11:46:02
11660 Log: Metaconfig unit change like #10980.
11662 ! U/compline/d_stdstdio.U
11663 ____________________________________________________________________________
11664 [ 10980] By: jhi on 2001/06/27 11:45:29
11665 Log: "lose the it's", from Abhijit Menon-Sen.
11666 ("It's" not searched, pods not searched.)
11668 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
11669 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
11670 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
11671 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
11672 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11673 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
11674 ____________________________________________________________________________
11675 [ 10979] By: jhi on 2001/06/27 11:36:40
11676 Log: "lose the looses", from Abhijit Menon-Sen.
11678 ! ext/B/B/Assembler.pm gv.c
11679 ____________________________________________________________________________
11680 [ 10978] By: jhi on 2001/06/27 11:35:38
11681 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
11684 ____________________________________________________________________________
11685 [ 10977] By: jhi on 2001/06/27 11:33:28
11686 Log: DEC C 5.3 on the VAX simply doesn't seem to like
11687 compiling the MD5 extension, disable it there for now,
11688 from Peter Prymmer.
11691 ____________________________________________________________________________
11692 [ 10976] By: jhi on 2001/06/26 21:35:40
11693 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
11694 From: Jonathan Stowe <gellyfish@gellyfish.com>
11695 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
11696 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
11699 ____________________________________________________________________________
11700 [ 10975] By: jhi on 2001/06/26 21:32:41
11701 Log: Subject: [PATCH 5.6.1] perlxs misprints
11702 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11703 Date: Tue, 26 Jun 2001 17:20:00 -0400
11704 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
11707 ____________________________________________________________________________
11708 [ 10974] By: jhi on 2001/06/26 21:31:51
11709 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
11710 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11711 Date: Tue, 26 Jun 2001 17:27:07 -0400
11712 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
11714 ! lib/ExtUtils/MM_Unix.pm
11715 ____________________________________________________________________________
11716 [ 10973] By: jhi on 2001/06/26 21:27:05
11717 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
11718 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11719 Date: Tue, 26 Jun 2001 17:23:24 -0400
11720 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
11722 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
11723 ____________________________________________________________________________
11724 [ 10972] By: jhi on 2001/06/26 20:27:19
11725 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
11729 ____________________________________________________________________________
11730 [ 10971] By: jhi on 2001/06/26 19:59:41
11733 ! lib/Memoize/t/tie_sdbm.t
11734 ____________________________________________________________________________
11735 [ 10970] By: jhi on 2001/06/26 19:10:19
11736 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
11739 ____________________________________________________________________________
11740 [ 10969] By: jhi on 2001/06/26 17:21:31
11741 Log: Subject: [patch] perl_clone+CvFILE
11742 From: Doug MacEachern <dougm@covalent.net>
11743 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
11744 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
11747 ____________________________________________________________________________
11748 [ 10968] By: jhi on 2001/06/26 16:48:32
11749 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
11750 From: Mark-Jason Dominus <mjd@plover.com>
11751 Date: Tue, 26 Jun 2001 12:33:01 -0400
11752 Message-ID: <20010626163301.31298.qmail@plover.com>
11754 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
11755 ____________________________________________________________________________
11756 [ 10967] By: jhi on 2001/06/26 14:21:49
11757 Log: Update Changes.
11759 ! Changes patchlevel.h
11760 ____________________________________________________________________________
11761 [ 10966] By: jhi on 2001/06/26 14:08:34
11762 Log: Also catfile() needs now to explicitly exported.
11764 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
11765 ____________________________________________________________________________
11766 [ 10965] By: jhi on 2001/06/26 13:57:54
11770 ____________________________________________________________________________
11771 [ 10964] By: jhi on 2001/06/26 13:56:11
11772 Log: Nonexistent pod command.
11774 ! pod/perl572delta.pod
11775 ____________________________________________________________________________
11776 [ 10963] By: jhi on 2001/06/26 13:50:53
11777 Log: Be more portable in the quest for tmpdir.
11779 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
11780 ____________________________________________________________________________
11781 [ 10962] By: jhi on 2001/06/26 13:43:51
11782 Log: Be more portable in finding out the home directory,
11783 and use File::Spec to do the concat.
11784 (Come to think of it, couldn't File::Spec provide
11785 for a ->homedir method?)
11787 ! lib/Net/Config.pm
11788 ____________________________________________________________________________
11789 [ 10961] By: jhi on 2001/06/26 13:37:30
11790 Log: Doc patch for #10959.
11793 ____________________________________________________________________________
11794 [ 10960] By: jhi on 2001/06/26 13:33:07
11795 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
11796 From: "Philip Newton" <pnewton@gmx.de>
11797 Date: Tue, 26 Jun 2001 16:26:47 +0200
11798 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
11801 ____________________________________________________________________________
11802 [ 10959] By: jhi on 2001/06/26 13:31:57
11803 Log: Subject: [PATH] shared -> unique;
11804 From: "Artur Bergman" <artur@contiller.se>
11805 Date: Tue, 26 Jun 2001 16:18:40 +0200
11806 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
11808 Because "shared" isn't: it's read-only.
11811 ____________________________________________________________________________
11812 [ 10958] By: jhi on 2001/06/26 13:28:27
11813 Log: Escape multiline croak messages.
11816 ____________________________________________________________________________
11817 [ 10957] By: jhi on 2001/06/26 13:18:34
11818 Log: No more pragma/*.t for minitest.
11821 ____________________________________________________________________________
11822 [ 10956] By: jhi on 2001/06/26 13:18:00
11823 Log: AUTHORS updates.
11826 ____________________________________________________________________________
11827 [ 10955] By: jhi on 2001/06/26 13:17:05
11828 Log: delta updates.
11830 ! pod/perl572delta.pod
11831 ____________________________________________________________________________
11832 [ 10954] By: jhi on 2001/06/26 12:36:07
11833 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
11834 From: Artur Bergman <artur@contiller.se>
11835 Date: Tue, 26 Jun 2001 15:32:53 +0200
11836 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
11838 ! makedef.pl sv.c sv.h win32/perllib.c
11839 ____________________________________________________________________________
11840 [ 10953] By: jhi on 2001/06/26 12:33:55
11841 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
11842 From: Jonathan Stowe <gellyfish@gellyfish.com>
11843 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
11844 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
11846 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
11848 + ext/Time/HiRes/hints/sco.pl
11850 ____________________________________________________________________________
11851 [ 10952] By: jhi on 2001/06/26 11:57:44
11852 Log: Subject: [PATCH 5.6.1] static build
11853 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11854 Date: Tue, 26 Jun 2001 04:22:25 -0400
11855 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
11857 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
11858 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
11859 ____________________________________________________________________________
11860 [ 10951] By: jhi on 2001/06/26 11:55:59
11861 Log: DJGPP patches from Laszlo Molnar.
11863 ! djgpp/djgpp.c perl.c util.c
11864 ____________________________________________________________________________
11865 [ 10950] By: jhi on 2001/06/26 11:54:32
11866 Log: Netware patches from Ananth Kesari.
11868 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
11869 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
11870 ! NetWare/nwtinfo.h
11871 ____________________________________________________________________________
11872 [ 10949] By: jhi on 2001/06/26 11:49:09
11875 ! ext/Errno/Errno_pm.PL
11876 ____________________________________________________________________________
11877 [ 10948] By: jhi on 2001/06/26 03:44:29
11878 Log: There seems to be two ways of spelling the $^O in *STEP.
11880 ! ext/Errno/Errno_pm.PL
11881 ____________________________________________________________________________
11882 [ 10947] By: jhi on 2001/06/26 03:01:01
11883 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
11884 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
11886 ! ext/Errno/Errno_pm.PL
11887 ____________________________________________________________________________
11888 [ 10946] By: jhi on 2001/06/26 02:50:46
11889 Log: Known bugs update.
11891 ! pod/perl572delta.pod
11892 ____________________________________________________________________________
11893 [ 10945] By: jhi on 2001/06/26 01:15:39
11894 Log: The default installation of Cygwin has 500 as root's uid.
11897 ____________________________________________________________________________
11898 [ 10944] By: jhi on 2001/06/26 01:12:39
11899 Log: Be even more relaxed (re-allow having only one entry).
11901 ! t/op/grent.t t/op/pwent.t
11902 ____________________________________________________________________________
11903 [ 10943] By: jhi on 2001/06/26 01:03:30
11904 Log: Test failure updates.
11906 ! pod/perl572delta.pod
11907 ____________________________________________________________________________
11908 [ 10942] By: jhi on 2001/06/25 23:32:05
11909 Log: MPE/iX test tweaks from Mark Bixby.
11911 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
11912 ! t/io/fs.t t/op/stat.t
11913 ____________________________________________________________________________
11914 [ 10941] By: jhi on 2001/06/25 22:18:31
11915 Log: Microperl findings.
11918 ____________________________________________________________________________
11919 [ 10940] By: jhi on 2001/06/25 21:59:29
11920 Log: Touch uconfig.h.
11923 ____________________________________________________________________________
11924 [ 10939] By: jhi on 2001/06/25 21:32:52
11925 Log: Subject: [PATCH] Proposed fix for Pod::Man
11926 From: Rob Napier <rnapier@employees.org>
11927 Date: Mon, 25 Jun 2001 15:49:24 -0400
11928 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
11930 Cater for Solaris nroff brokenness (shortchanges daisywheel
11931 printers, but hey, we also no more support PDPs.)
11934 ____________________________________________________________________________
11935 [ 10938] By: jhi on 2001/06/25 21:14:41
11936 Log: Typo in #10937.
11938 ! ext/POSIX/sigaction.t
11939 ____________________________________________________________________________
11940 [ 10937] By: jhi on 2001/06/25 19:42:02
11941 Log: SIGCONT not trappable in VMS.
11943 ! ext/POSIX/sigaction.t
11944 ____________________________________________________________________________
11945 [ 10936] By: jhi on 2001/06/25 19:28:13
11946 Log: Subject: [DRAFT] Encode-Tcl.t
11947 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11948 Date: Tue, 26 Jun 2001 03:38:08 +0900
11949 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
11951 + ext/Encode/Encode/Tcl.t
11952 ! MANIFEST ext/Encode/Encode/Tcl.pm
11953 ____________________________________________________________________________
11954 [ 10935] By: jhi on 2001/06/25 18:40:03
11955 Log: Because of #10932 retract also the perlfunc hunk of #10910.
11958 ____________________________________________________________________________
11959 [ 10934] By: jhi on 2001/06/25 18:27:19
11960 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
11961 by Ilya Zakharevich in
11962 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
11965 ____________________________________________________________________________
11966 [ 10933] By: jhi on 2001/06/25 18:25:26
11967 Log: Typo in #10889.
11970 ____________________________________________________________________________
11971 [ 10932] By: jhi on 2001/06/25 18:23:30
11972 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
11973 From: Abhijit Menon-Sen <ams@wiw.org>
11974 Date: Mon, 25 Jun 2001 23:45:45 +0530
11975 Message-ID: <20010625234545.A5022@lustre.linux.in>
11977 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
11978 ____________________________________________________________________________
11979 [ 10931] By: jhi on 2001/06/25 17:50:38
11980 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
11981 From: Michael G Schwern <schwern@pobox.com>
11982 Date: Mon, 25 Jun 2001 14:35:51 -0400
11983 Message-ID: <20010625143551.H13819@blackrider>
11986 ____________________________________________________________________________
11987 [ 10930] By: jhi on 2001/06/25 14:33:46
11988 Log: Update Changes.
11990 ! Changes patchlevel.h
11991 ____________________________________________________________________________
11992 [ 10929] By: jhi on 2001/06/25 14:17:57
11993 Log: Regen toc and modlib.
11995 ! pod/perlmodlib.pod pod/perltoc.pod
11996 ____________________________________________________________________________
11997 [ 10928] By: jhi on 2001/06/25 14:13:09
11998 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
11999 for the benefit of C++ compilers, as suggested by Guruprasad.
12002 ____________________________________________________________________________
12003 [ 10927] By: jhi on 2001/06/25 14:11:59
12004 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
12005 From: Jonathan Stowe <gellyfish@gellyfish.com>
12006 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
12007 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
12010 ____________________________________________________________________________
12011 [ 10926] By: jhi on 2001/06/25 14:04:07
12012 Log: Missed from #10925.
12015 ____________________________________________________________________________
12016 [ 10925] By: jhi on 2001/06/25 14:00:06
12017 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
12018 From: Robin Houston <robin@kitsite.com>
12019 Date: Sat, 19 May 2001 16:19:34 +0100
12020 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
12023 ____________________________________________________________________________
12024 [ 10924] By: jhi on 2001/06/25 13:58:18
12025 Log: Netware README tweak.
12028 ____________________________________________________________________________
12029 [ 10923] By: jhi on 2001/06/25 13:57:13
12030 Log: Subject: [PATCH] Re: overload.t fails
12031 From: Abhijit Menon-Sen <ams@wiw.org>
12032 Date: Mon, 25 Jun 2001 14:52:20 +0530
12033 Message-ID: <20010625145220.A24114@lustre.linux.in>
12036 ____________________________________________________________________________
12037 [ 10922] By: jhi on 2001/06/25 13:56:20
12038 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12039 From: Mike Guy <mjtg@cam.ac.uk>
12040 Date: Mon, 25 Jun 2001 11:43:23 +0100
12041 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
12044 ____________________________________________________________________________
12045 [ 10921] By: jhi on 2001/06/25 13:50:02
12046 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
12047 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12048 Date: Sun, 24 Jun 2001 05:17:05 -0400
12049 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
12052 ____________________________________________________________________________
12053 [ 10920] By: jhi on 2001/06/25 13:49:13
12054 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
12055 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12056 Date: Mon, 25 Jun 2001 05:52:27 -0400
12057 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
12060 ____________________________________________________________________________
12061 [ 10919] By: jhi on 2001/06/25 13:48:30
12062 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
12063 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12064 Date: Mon, 25 Jun 2001 05:23:35 -0400
12065 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
12068 ____________________________________________________________________________
12069 [ 10918] By: jhi on 2001/06/25 13:47:46
12070 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
12071 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12072 Date: Mon, 25 Jun 2001 05:04:32 -0400
12073 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
12075 ! os2/OS2/REXX/DLL/DLL.pm
12076 ____________________________________________________________________________
12077 [ 10917] By: jhi on 2001/06/25 13:44:14
12078 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
12079 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12080 Date: Mon, 25 Jun 2001 05:02:36 -0400
12081 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
12083 ! mg.c os2/dl_os2.c os2/os2.c
12084 ____________________________________________________________________________
12085 [ 10916] By: jhi on 2001/06/25 13:41:20
12086 Log: Subject: Re: [PATCH 5.6.1] misprints
12087 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12088 Date: Mon, 25 Jun 2001 04:50:50 -0400
12089 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
12091 ! os2/os2.c pp_sys.c
12092 ____________________________________________________________________________
12093 [ 10915] By: jhi on 2001/06/25 13:39:59
12094 Log: Add Test::More and Test::Simple to the delta.
12096 ! pod/perl572delta.pod
12097 ____________________________________________________________________________
12098 [ 10914] By: jhi on 2001/06/25 13:38:08
12099 Log: Add Test::More, from Michael G Schwern.
12101 + lib/Test/More.pm lib/Test/More/t/More.t
12102 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12103 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12104 + t/lib/Test/More/Catch.pm
12106 ____________________________________________________________________________
12107 [ 10913] By: jhi on 2001/06/25 13:35:41
12108 Log: Add Test::Simple from Michael G Schwern.
12110 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
12111 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
12112 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
12113 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
12114 + t/lib/Test/Simple/Catch.pm
12115 + t/lib/Test/Simple/sample_tests/death.plx
12116 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
12117 + t/lib/Test/Simple/sample_tests/extras.plx
12118 + t/lib/Test/Simple/sample_tests/five_fail.plx
12119 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
12120 + t/lib/Test/Simple/sample_tests/one_fail.plx
12121 + t/lib/Test/Simple/sample_tests/require.plx
12122 + t/lib/Test/Simple/sample_tests/success.plx
12123 + t/lib/Test/Simple/sample_tests/too_few.plx
12124 + t/lib/Test/Simple/sample_tests/two_fail.plx
12126 ____________________________________________________________________________
12127 [ 10912] By: jhi on 2001/06/25 13:31:57
12128 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
12129 From: "Craig A. Berry" <craigberry@mac.com>
12130 Date: Sun, 24 Jun 2001 23:41:36 -0500
12131 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
12134 ____________________________________________________________________________
12135 [ 10911] By: jhi on 2001/06/25 13:05:00
12136 Log: Upgrade to Attribute::Handlers 0.70.
12138 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
12139 ! MANIFEST lib/Attribute/Handlers.pm
12140 ____________________________________________________________________________
12141 [ 10910] By: jhi on 2001/06/25 00:09:27
12142 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
12143 From: Abhijit Menon-Sen <ams@wiw.org>
12144 Date: Sat, 23 Jun 2001 05:17:44 +0530
12145 Message-ID: <20010623051744.A18583@lustre.linux.in>
12147 (Can't think of a good place to put tests.)
12149 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
12150 ____________________________________________________________________________
12151 [ 10909] By: jhi on 2001/06/24 23:45:13
12152 Log: Subject: [PATCH] t/op/pat.t typo fix
12153 From: Richard Soderberg <rs@crystalflame.net>
12154 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
12155 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
12158 ____________________________________________________________________________
12159 [ 10908] By: jhi on 2001/06/24 22:24:49
12160 Log: Move the pack warnings to their own file, as pointed
12163 + t/lib/warnings/pp_pack
12164 ! MANIFEST t/lib/warnings/pp
12165 ____________________________________________________________________________
12166 [ 10907] By: jhi on 2001/06/24 19:55:15
12167 Log: Update Changes.
12169 ! Changes patchlevel.h
12170 ____________________________________________________________________________
12171 [ 10906] By: jhi on 2001/06/24 19:50:40
12172 Log: Partially fix a problem noticed by IRIX compiler:
12173 the initialization of parse_start was bypassed by
12174 several gotos. Now initialized to zero, which may
12175 not be the best choice.
12178 ____________________________________________________________________________
12179 [ 10905] By: jhi on 2001/06/24 19:43:25
12180 Log: Relax the group and password tests back to moaning only
12181 if no matches at all are found. (Even with a small sample
12182 I could find many sites where there are, umm, anomalies in
12183 the said databases.)
12185 ! t/op/grent.t t/op/pwent.t
12186 ____________________________________________________________________________
12187 [ 10904] By: jhi on 2001/06/24 18:45:55
12188 Log: Argh. How hard it can be to re-apply a patch manually? :-)
12191 ____________________________________________________________________________
12192 [ 10903] By: jhi on 2001/06/24 18:40:52
12193 Log: De-cut-and-pasto in #10902.
12196 ____________________________________________________________________________
12197 [ 10902] By: jhi on 2001/06/24 18:35:18
12198 Log: The #10771 didn't take?
12201 ____________________________________________________________________________
12202 [ 10901] By: jhi on 2001/06/24 18:29:50
12203 Log: Undo the filetests part of #10900, under multiplicity
12204 weird errors take place.
12207 ____________________________________________________________________________
12208 [ 10900] By: jhi on 2001/06/24 18:20:36
12209 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
12211 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
12212 ____________________________________________________________________________
12213 [ 10899] By: jhi on 2001/06/24 17:00:34
12214 Log: (Replaced by #10922)
12216 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12217 From: Tony Bowden <tony@kasei.com>
12218 Date: Sun, 24 Jun 2001 17:32:40 +0100
12219 Message-ID: <20010624173240.A16293@blackstar.co.uk>
12221 Document (well, mention) shortmess() and longmess()
12222 to rob people of their fun of reinventing the weel.
12225 ____________________________________________________________________________
12226 [ 10898] By: jhi on 2001/06/24 16:51:40
12227 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
12228 From: Brian Jepson <bjepson@oreilly.com>
12229 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
12230 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
12233 ____________________________________________________________________________
12234 [ 10897] By: jhi on 2001/06/24 16:38:23
12235 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
12236 From: Robin Barker <rmb1@cise.npl.co.uk>
12237 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
12238 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
12241 ____________________________________________________________________________
12242 [ 10896] By: jhi on 2001/06/24 16:36:32
12243 Log: Memoize patch from mjd.
12245 ! lib/Memoize/t/tie_storable.t
12246 ____________________________________________________________________________
12247 [ 10895] By: jhi on 2001/06/24 16:33:59
12248 Log: Spec the sv_pvprintify() a bit more.
12251 ____________________________________________________________________________
12252 [ 10894] By: jhi on 2001/06/24 14:43:36
12253 Log: Upgrade to Memoize 0.65.
12255 + lib/Memoize/t/array_confusion.t
12256 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12257 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12258 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12259 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
12260 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12261 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12262 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12263 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
12264 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
12265 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
12266 ! lib/Memoize/t/tie_storable.t
12267 ____________________________________________________________________________
12268 [ 10893] By: jhi on 2001/06/24 14:21:09
12269 Log: Metaconfig unit change for #10892.
12271 ! U/modified/Options.U
12272 ____________________________________________________________________________
12273 [ 10892] By: jhi on 2001/06/24 14:20:38
12274 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
12275 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12276 Date: Sun, 24 Jun 2001 05:24:40 -0400
12277 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
12279 ! Configure hints/os2.sh
12280 ____________________________________________________________________________
12281 [ 10891] By: jhi on 2001/06/24 13:50:26
12282 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12283 From: Mike Guy <mjtg@cam.ac.uk>
12284 Date: Sun, 24 Jun 2001 15:28:39 +0100
12285 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
12287 Fix an ancient (5.002) bug.
12289 ! lib/Carp/Heavy.pm
12290 ____________________________________________________________________________
12291 [ 10890] By: jhi on 2001/06/24 13:44:43
12292 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
12296 ____________________________________________________________________________
12297 [ 10889] By: jhi on 2001/06/24 13:24:00
12298 Log: Make UTS as per #10888.
12301 ____________________________________________________________________________
12302 [ 10888] By: jhi on 2001/06/24 13:21:23
12303 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
12305 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
12306 ! mpeix/mpeixish.h perl.h unixish.h
12307 ____________________________________________________________________________
12308 [ 10887] By: jhi on 2001/06/24 13:15:45
12309 Log: AUTHORS update.
12312 ____________________________________________________________________________
12313 [ 10886] By: jhi on 2001/06/24 13:14:31
12314 Log: Subject: Encode::Tcl for multibyte doesnot work
12315 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12316 Date: Sun, 24 Jun 2001 22:48:21 +0900
12317 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
12319 ! ext/Encode/Encode/Tcl.pm
12320 ____________________________________________________________________________
12321 [ 10885] By: jhi on 2001/06/24 13:12:46
12322 Log: Subject: [PATCH] Remove tautology in error messages
12323 From: Mike Guy <mjtg@cam.ac.uk>
12324 Date: Sun, 24 Jun 2001 13:31:00 +0100
12325 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
12328 ____________________________________________________________________________
12329 [ 10884] By: jhi on 2001/06/24 13:11:36
12330 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
12333 ____________________________________________________________________________
12334 [ 10883] By: jhi on 2001/06/24 13:09:55
12335 Log: Subject: Re: [PATCH 5.6.1] test suite
12336 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12337 Date: Sun, 24 Jun 2001 05:47:05 -0400
12338 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
12342 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
12343 ____________________________________________________________________________
12344 [ 10882] By: jhi on 2001/06/24 13:07:46
12345 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
12346 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12347 Date: Sun, 24 Jun 2001 05:37:19 -0400
12348 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
12350 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
12351 ____________________________________________________________________________
12352 [ 10881] By: jhi on 2001/06/24 13:05:24
12353 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
12354 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12355 Date: Sun, 24 Jun 2001 05:34:50 -0400
12356 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
12358 Pacify compiler warnings.
12361 ____________________________________________________________________________
12362 [ 10880] By: jhi on 2001/06/24 13:02:30
12363 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12364 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12365 Date: Sun, 24 Jun 2001 05:21:18 -0400
12366 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
12368 Enable compression of executables during link time.
12371 ____________________________________________________________________________
12372 [ 10879] By: jhi on 2001/06/24 13:00:47
12373 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12374 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12375 Date: Sun, 24 Jun 2001 05:15:11 -0400
12376 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
12378 Add ordinals to the export list for Perl DLL.
12379 (Breaks intra-version DLL compatibility.)
12382 ____________________________________________________________________________
12383 [ 10878] By: jhi on 2001/06/24 02:12:04
12384 Log: Allow (displaying and) re-editing the Subject in perlbug.
12385 Also abstract the Subject quality control into a function.
12388 ____________________________________________________________________________
12389 [ 10877] By: jhi on 2001/06/24 01:40:53
12390 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
12393 ____________________________________________________________________________
12394 [ 10876] By: jhi on 2001/06/24 01:37:05
12395 Log: Regen toc and modlib.
12397 ! pod/perlmodlib.pod pod/perltoc.pod
12398 ____________________________________________________________________________
12399 [ 10875] By: jhi on 2001/06/24 01:29:33
12400 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
12401 by John Peacock. (Can be 'ntea' which means emulate UNIX file
12402 attribute semantics as much as possible, or 'ntsec' which uses
12403 native NTFS semantics.) (See also #10877.)
12406 ____________________________________________________________________________
12407 [ 10874] By: jhi on 2001/06/23 23:57:28
12408 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
12410 ! lib/Test/Harness.pm
12411 ____________________________________________________________________________
12412 [ 10873] By: jhi on 2001/06/23 23:36:56
12413 Log: Just zap the -uPerlio.
12416 ____________________________________________________________________________
12417 [ 10872] By: jhi on 2001/06/23 21:29:10
12418 Log: Do not test PerlIO if PerlIO not used.
12420 ! ext/PerlIO/PerlIO.t
12421 ____________________________________________________________________________
12422 [ 10871] By: jhi on 2001/06/23 21:12:49
12423 Log: Regen perlapi.
12426 ____________________________________________________________________________
12427 [ 10870] By: jhi on 2001/06/23 21:03:31
12428 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
12429 From: Nicholas Clark <nick@ccl4.org>
12430 Date: Sat, 23 Jun 2001 22:55:47 +0100
12431 Message-ID: <20010623225547.Z98663@plum.flirble.org>
12434 ____________________________________________________________________________
12435 [ 10869] By: jhi on 2001/06/23 17:13:21
12436 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
12437 From: Prymmer/Kahn <pvhp@best.com>
12438 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
12439 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
12442 ____________________________________________________________________________
12443 [ 10868] By: jhi on 2001/06/23 16:04:38
12444 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
12445 cygwin does not taint cwd, just like win32.
12447 ! lib/File/Find/taint.t t/op/taint.t
12448 ____________________________________________________________________________
12449 [ 10867] By: jhi on 2001/06/23 15:39:15
12450 Log: Retract #10865, the patch should be unnecessary.
12451 (But seemingly helpful in Cygwin? Strange.)
12453 ! lib/Memoize/t/tie_ndbm.t
12454 ____________________________________________________________________________
12455 [ 10866] By: jhi on 2001/06/23 15:06:30
12456 Log: Misplaced test file; plus Cygwin filesystem semantics.
12458 + ext/SDBM_File/sdbm.t
12459 - ext/ODBM_File/sdbm.t
12461 ____________________________________________________________________________
12462 [ 10865] By: jhi on 2001/06/23 15:01:02
12463 Log: (Retracted by #10867.)
12465 ! lib/Memoize/t/tie_ndbm.t
12466 ____________________________________________________________________________
12467 [ 10864] By: jhi on 2001/06/23 14:25:43
12468 Log: Metaconfig unit change for #10863.
12469 Branch: metaconfig/U/perl
12471 ____________________________________________________________________________
12472 [ 10863] By: jhi on 2001/06/23 14:25:20
12473 Log: In Cygwin do not build NDBM_File and ODBM_File unless
12474 -lndbm and -ldbm are available.
12476 ! Configure config_h.SH
12477 ____________________________________________________________________________
12478 [ 10862] By: jhi on 2001/06/23 14:02:14
12479 Log: More Cygwin filesystem semantics.
12481 ! t/io/fs.t t/op/stat.t
12482 ____________________________________________________________________________
12483 [ 10861] By: jhi on 2001/06/23 13:38:00
12484 Log: More DOSish permission semantics for Cygwin.
12486 ! lib/AnyDBM_File.t
12487 ____________________________________________________________________________
12488 [ 10860] By: jhi on 2001/06/23 13:32:41
12489 Log: Cygwin too has different permission semantics.
12491 ! ext/GDBM_File/gdbm.t
12492 ____________________________________________________________________________
12493 [ 10859] By: jhi on 2001/06/23 13:30:06
12494 Log: The group (and assumedly passwd) databases can have
12495 only one entry (this is the case in cygwin).
12497 ! t/op/grent.t t/op/pwent.t
12498 ____________________________________________________________________________
12499 [ 10858] By: jhi on 2001/06/23 13:16:26
12500 Log: Also in Cygwin use Socket to figure out domainname
12501 (if any) (avoids trying to call external 'domainname',
12502 which doesn't at the moment exist in Cygwin)
12504 ! lib/Net/Domain.pm
12505 ____________________________________________________________________________
12506 [ 10857] By: jhi on 2001/06/23 12:48:32
12507 Log: Remove also the lib$Foo.def, not just $Foo.def.
12509 ! lib/ExtUtils/MM_Unix.pm
12510 ____________________________________________________________________________
12511 [ 10856] By: jhi on 2001/06/23 12:21:53
12512 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
12515 ____________________________________________________________________________
12516 [ 10855] By: jhi on 2001/06/23 12:14:15
12517 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
12518 to match the whole isprint(), only the space character.
12520 ! handy.h pod/perlre.pod t/op/pat.t
12521 ____________________________________________________________________________
12522 [ 10854] By: nick on 2001/06/23 08:09:33
12523 Log: Integrate mainline
12525 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
12526 !> lib/ExtUtils.t lib/File/Find/taint.t
12527 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
12528 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
12529 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
12530 ____________________________________________________________________________
12531 [ 10853] By: jhi on 2001/06/23 03:48:09
12532 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
12533 with its floats in os390 and s390 (UTS).
12535 ! lib/Math/BigInt/t/bigintpm.t
12536 ____________________________________________________________________________
12537 [ 10852] By: jhi on 2001/06/23 03:38:53
12538 Log: Add also UTS (s390) to the non-IEEE float platforms.
12541 ____________________________________________________________________________
12542 [ 10851] By: jhi on 2001/06/23 03:36:04
12543 Log: Subject: RFC: what are applicable standards for exponent sizes?
12544 From: Peter Prymmer <pvhp@forte.com>
12545 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
12546 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
12549 ____________________________________________________________________________
12550 [ 10850] By: jhi on 2001/06/23 03:29:04
12551 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
12552 From: Peter Prymmer <pvhp@forte.com>
12553 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
12554 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
12556 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
12557 ____________________________________________________________________________
12558 [ 10849] By: jhi on 2001/06/23 03:27:21
12559 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
12560 From: Peter Prymmer <pvhp@forte.com>
12561 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
12562 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
12565 ____________________________________________________________________________
12566 [ 10848] By: jhi on 2001/06/22 21:51:31
12567 Log: Retract #10845.
12569 ! lib/File/Find/taint.t
12570 ____________________________________________________________________________
12571 [ 10847] By: jhi on 2001/06/22 21:50:38
12572 Log: Yet another error message.
12575 ____________________________________________________________________________
12576 [ 10846] By: jhi on 2001/06/22 21:48:39
12577 Log: The croak message for nonexistent socket functions may vary.
12579 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
12580 ____________________________________________________________________________
12581 [ 10845] By: jhi on 2001/06/22 21:42:38
12582 Log: (Retracted by #10848.)
12584 ! lib/File/Find/taint.t
12585 ____________________________________________________________________________
12586 [ 10844] By: jhi on 2001/06/22 21:32:58
12587 Log: Integrate perlio.
12589 !> lib/File/Find/taint.t t/op/write.t
12590 ____________________________________________________________________________
12591 [ 10843] By: nick on 2001/06/22 21:24:51
12592 Log: Back out debug in taint.t
12594 ! lib/File/Find/taint.t
12595 ____________________________________________________________________________
12596 [ 10842] By: jhi on 2001/06/22 21:20:02
12597 Log: setitimer() does not exist in Unicos, despite of what
12598 Configure thinks, from Mark P. Lutz.
12601 ____________________________________________________________________________
12602 [ 10841] By: nick on 2001/06/22 21:19:36
12603 Log: Skip cwd test on Win32 ???
12605 ! lib/File/Find/taint.t
12606 ____________________________________________________________________________
12607 [ 10840] By: jhi on 2001/06/22 21:17:34
12608 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
12609 and Tru64 gcc -Wall happy.
12612 ____________________________________________________________________________
12613 [ 10839] By: jhi on 2001/06/22 21:15:32
12614 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
12616 ! ext/IPC/SysV/Semaphore.pm
12617 ____________________________________________________________________________
12618 [ 10838] By: jhi on 2001/06/22 21:12:02
12619 Log: Metaconfig unit change for #10837.
12620 Branch: metaconfig/U/perl
12622 ____________________________________________________________________________
12623 [ 10837] By: jhi on 2001/06/22 21:09:42
12624 Log: Cleanup of the cross-compilation unit.
12627 ____________________________________________________________________________
12628 [ 10836] By: nick on 2001/06/22 20:45:12
12629 Log: Skip |- based op/write.t on Win32 as well as VMS
12632 ____________________________________________________________________________
12633 [ 10835] By: jhi on 2001/06/22 20:44:20
12634 Log: Integrate perlio.
12637 ____________________________________________________________________________
12638 [ 10834] By: nick on 2001/06/22 20:41:54
12639 Log: Integrate mainline
12641 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12642 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
12644 ____________________________________________________________________________
12645 [ 10833] By: nick on 2001/06/22 20:22:58
12649 ____________________________________________________________________________
12650 [ 10832] By: jhi on 2001/06/22 20:13:02
12651 Log: Metaconfig unit changes for #10831.
12653 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
12654 ____________________________________________________________________________
12655 [ 10831] By: jhi on 2001/06/22 20:12:29
12656 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
12657 From: Andy Dougherty <doughera@lafayette.edu>
12658 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
12659 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
12661 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12662 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
12663 ____________________________________________________________________________
12664 [ 10830] By: jhi on 2001/06/22 19:50:15
12665 Log: MPE/iX prototype nits from Mark Bixby.
12668 ____________________________________________________________________________
12669 [ 10829] By: jhi on 2001/06/22 16:25:16
12673 ____________________________________________________________________________
12674 [ 10828] By: nick on 2001/06/22 15:33:37
12675 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
12678 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
12679 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
12680 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
12681 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
12682 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12683 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
12684 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
12685 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
12687 ____________________________________________________________________________
12688 [ 10827] By: jhi on 2001/06/22 14:15:26
12689 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
12690 Date: Fri, 22 Jun 2001 10:08:35 -0500
12691 From: "Craig A. Berry" <craigberry@mac.com>
12692 Message-Id: <a05101001b75908704194@[192.168.56.145]>
12694 ! vms/vms.c vms/vmsish.h
12695 ____________________________________________________________________________
12696 [ 10826] By: jhi on 2001/06/22 13:35:37
12697 Log: NetWare scripts tweak from Ananth Kesari.
12699 ! NetWare/t/NWScripts.pl
12700 ____________________________________________________________________________
12701 [ 10825] By: jhi on 2001/06/22 13:00:55
12702 Log: Update Changes.
12704 ! Changes patchlevel.h
12705 ____________________________________________________________________________
12706 [ 10824] By: jhi on 2001/06/22 12:46:56
12707 Log: Add .i and .s targets.
12710 ____________________________________________________________________________
12711 [ 10823] By: jhi on 2001/06/22 12:25:20
12712 Log: Upgrade to Locale::Maketext 1.03.
12714 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12715 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
12716 ____________________________________________________________________________
12717 [ 10822] By: jhi on 2001/06/22 12:23:57
12718 Log: Upgrade to I18N::LangTags 0.26.
12720 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
12721 ! lib/I18N/LangTags/test.pl
12722 ____________________________________________________________________________
12723 [ 10821] By: jhi on 2001/06/22 12:16:41
12724 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
12727 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
12728 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12729 ____________________________________________________________________________
12730 [ 10820] By: jhi on 2001/06/22 12:13:37
12731 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
12732 From: Prymmer/Kahn <pvhp@best.com>
12733 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
12734 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
12737 ! MANIFEST utils/h2xs.PL
12738 ____________________________________________________________________________
12739 [ 10819] By: jhi on 2001/06/22 12:11:56
12740 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
12741 From: Prymmer/Kahn <pvhp@best.com>
12742 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
12743 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
12746 ____________________________________________________________________________
12747 [ 10818] By: jhi on 2001/06/22 12:11:08
12748 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
12749 From: Prymmer/Kahn <pvhp@best.com>
12750 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
12751 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
12754 ____________________________________________________________________________
12755 [ 10817] By: jhi on 2001/06/22 12:10:05
12756 Log: AUTHORS update.
12759 ____________________________________________________________________________
12760 [ 10816] By: jhi on 2001/06/22 12:08:24
12761 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
12762 From: "Craig A. Berry" <craigberry@mac.com>
12763 Date: Thu, 21 Jun 2001 18:20:38 -0500
12764 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
12766 ! ext/POSIX/POSIX.xs
12767 ____________________________________________________________________________
12768 [ 10815] By: jhi on 2001/06/22 12:07:19
12769 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
12770 From: "Craig A. Berry" <craigberry@mac.com>
12771 Date: Thu, 21 Jun 2001 09:58:52 -0500
12772 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
12774 ! ext/B/Deparse.t t/op/write.t
12775 ____________________________________________________________________________
12776 [ 10814] By: nick on 2001/06/22 08:13:09
12777 Log: Integrate mainline.
12779 !> (integrate 46 files)
12780 ____________________________________________________________________________
12781 [ 10813] By: jhi on 2001/06/22 02:48:58
12782 Log: Change the prefixes only if $prefix is unset,
12783 as originally patched by Marcel Grunauer.
12785 ! hints/darwin.sh hints/rhapsody.sh
12786 ____________________________________________________________________________
12787 [ 10812] By: jhi on 2001/06/22 02:44:41
12788 Log: Subject: Re: Patch for hints/darwin.sh
12789 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
12790 Date: Thu, 21 Jun 2001 11:23:46 -0700
12791 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
12793 ! hints/darwin.sh hints/rhapsody.sh
12794 ____________________________________________________________________________
12795 [ 10811] By: jhi on 2001/06/22 02:34:27
12796 Log: Add .PHONY targets for non-file targets,
12797 from Wilfredo Sánchez. Should help saying
12798 "make install" on case-insensitive filesystems.
12801 ____________________________________________________________________________
12802 [ 10810] By: jhi on 2001/06/22 02:01:23
12803 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
12804 From: Doug MacEachern <dougm@covalent.net>
12805 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
12806 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
12808 plus reword the getcwd() comment, plus use getcwd() buffer
12812 ____________________________________________________________________________
12813 [ 10809] By: jhi on 2001/06/22 01:16:58
12814 Log: More gprofing from Doug MacEachern.
12817 ____________________________________________________________________________
12818 [ 10808] By: jhi on 2001/06/22 01:15:11
12819 Log: Metaconfig unit change for #10807.
12820 Branch: metaconfig/U/perl
12822 ____________________________________________________________________________
12823 [ 10807] By: jhi on 2001/06/22 01:14:43
12824 Log: Tell that you are removing the unneeded -lsfio.
12827 ____________________________________________________________________________
12828 [ 10806] By: jhi on 2001/06/22 01:03:14
12829 Log: More MPE/iX tweaks from Mark Bixby.
12831 ! perl.c t/op/magic.t
12832 ____________________________________________________________________________
12833 [ 10805] By: jhi on 2001/06/21 22:41:11
12834 Log: The fchdir() proto is supposed to live in <unistd.h>.
12837 ____________________________________________________________________________
12838 [ 10804] By: jhi on 2001/06/21 22:24:42
12839 Log: This town is too small for the Cwd extension and me,
12843 ____________________________________________________________________________
12844 [ 10803] By: jhi on 2001/06/21 21:54:00
12845 Log: Metaconfig unit change for #10802.
12846 Branch: metaconfig/U/perl
12848 ____________________________________________________________________________
12849 [ 10802] By: jhi on 2001/06/21 21:53:37
12853 ____________________________________________________________________________
12854 [ 10801] By: jhi on 2001/06/21 21:38:38
12855 Log: Off-by-one. I'm so classic.
12858 ____________________________________________________________________________
12859 [ 10800] By: jhi on 2001/06/21 20:10:19
12860 Log: Update Changes.
12862 ! Changes patchlevel.h
12863 ____________________________________________________________________________
12864 [ 10799] By: jhi on 2001/06/21 20:03:54
12865 Log: Subject: Documentation patch for Net::FTP
12866 From: Marcel Grunauer <marcel@codewerk.com>
12867 Date: Wed, 20 Jun 2001 23:03:26 +0200
12868 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
12871 ____________________________________________________________________________
12872 [ 10798] By: jhi on 2001/06/21 20:01:14
12873 Log: Retract the #10417 mg.c and embed.pl parts because of
12874 strange SEGVs in 64bit x86 FreeBSD observed by
12877 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
12878 ____________________________________________________________________________
12879 [ 10797] By: jhi on 2001/06/21 19:40:34
12880 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
12882 ! Configure NetWare/config.wc NetWare/config_H.wc
12883 ! Porting/Glossary Porting/config.sh Porting/config_H
12884 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12885 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12886 ! vos/config.ga.h win32/config.bc win32/config.gc
12887 ! win32/config.vc win32/config_H.bc win32/config_H.gc
12888 ! win32/config_H.vc
12889 ____________________________________________________________________________
12890 [ 10796] By: jhi on 2001/06/21 19:08:28
12891 Log: Cwd tweak from Doug MacEachern.
12894 ____________________________________________________________________________
12895 [ 10795] By: jhi on 2001/06/21 19:03:48
12896 Log: Protect the fchdir() and lstat() with ifdefs.
12897 fchdir() needs a Configure probe.
12900 ____________________________________________________________________________
12901 [ 10794] By: nick on 2001/06/21 17:11:35
12902 Log: Integrate mainline
12904 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
12905 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
12906 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
12907 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
12908 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
12909 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
12910 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
12911 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
12912 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
12913 - lib/File/Glob/case.t lib/File/Glob/global.t
12914 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
12915 - lib/File/Temp/posix.t lib/File/Temp/security.t
12916 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
12917 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
12918 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
12919 - lib/Text/Wrap/wrap.t
12920 !> (integrate 41 files)
12921 ____________________________________________________________________________
12922 [ 10793] By: jhi on 2001/06/21 17:01:26
12923 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
12924 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
12925 Date: Thu, 21 Jun 2001 13:04:54 -0500
12926 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
12929 ____________________________________________________________________________
12930 [ 10792] By: jhi on 2001/06/21 16:13:57
12931 Log: Subject: [PATCH pod] overlong =item
12932 From: Robin Barker <rmb1@cise.npl.co.uk>
12933 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
12934 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
12936 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
12937 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12938 ____________________________________________________________________________
12939 [ 10791] By: jhi on 2001/06/21 16:10:51
12940 Log: Subject: [PATCH perlio.c] format
12941 From: Robin Barker <rmb1@cise.npl.co.uk>
12942 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
12943 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
12946 ____________________________________________________________________________
12947 [ 10790] By: jhi on 2001/06/21 15:52:04
12948 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
12949 From: Radu Greab <radu@netsoft.ro>
12950 Date: Thu, 21 Jun 2001 19:06:02 +0300
12951 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
12953 ! pod/perlapi.pod sv.c
12954 ____________________________________________________________________________
12955 [ 10789] By: jhi on 2001/06/21 14:48:25
12956 Log: The metaconfig unit changes for #10788.
12957 Branch: metaconfig/U/perl
12958 ! Cross.U fflushall.U
12959 ____________________________________________________________________________
12960 [ 10788] By: jhi on 2001/06/21 14:47:48
12961 Log: Cross-configuration changes: make $from to rm the files
12962 before copying them over (this means that he rm can be
12963 removed from the fflushall test), create $targetmkdir
12964 (not documented in install since it is supposed to internal
12965 use only), make $run to copy over the executable only if
12966 a stamp file .xok doesn't already exist (to avoid unnecessary
12967 copying of the executable)
12969 ! Configure Makefile.SH
12970 ____________________________________________________________________________
12971 [ 10787] By: nick on 2001/06/21 14:16:18
12972 Log: Integrate mainline
12974 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
12975 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
12976 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
12977 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
12978 !> (integrate 34 files)
12979 ____________________________________________________________________________
12980 [ 10786] By: jhi on 2001/06/21 13:59:32
12981 Log: Re-add the files as text.
12983 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
12984 ____________________________________________________________________________
12985 [ 10785] By: jhi on 2001/06/21 13:57:55
12986 Log: Delete the binary files.
12988 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
12989 ____________________________________________________________________________
12990 [ 10784] By: jhi on 2001/06/21 13:49:47
12991 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
12992 From: Andy Dougherty <doughera@lafayette.edu>
12993 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
12994 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
12996 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
12997 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
12998 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
12999 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
13000 ____________________________________________________________________________
13001 [ 10783] By: jhi on 2001/06/21 13:46:50
13002 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
13003 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
13004 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
13005 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
13007 Setting umask to something friendlier.
13009 ! installman installperl
13010 ____________________________________________________________________________
13011 [ 10782] By: jhi on 2001/06/21 13:42:17
13012 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
13013 Resort MANIFEST with sort -f, looks much better.
13015 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
13016 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
13017 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
13018 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
13019 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
13020 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
13021 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
13022 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
13023 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
13024 - lib/File/Glob/case.t lib/File/Glob/global.t
13025 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
13026 - lib/File/Temp/posix.t lib/File/Temp/security.t
13027 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
13028 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
13029 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
13030 - lib/Text/Wrap/wrap.t
13032 ____________________________________________________________________________
13033 [ 10781] By: jhi on 2001/06/21 13:16:04
13034 Log: Upgrade to I18N::LangTags 0.25.
13036 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13037 ! lib/I18N/LangTags/List.pm
13038 ____________________________________________________________________________
13039 [ 10780] By: jhi on 2001/06/21 13:12:54
13040 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
13041 From: Richard Soderberg <rs@crystalflame.net>
13042 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
13043 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
13045 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
13046 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
13047 ____________________________________________________________________________
13048 [ 10779] By: jhi on 2001/06/21 12:59:57
13049 Log: Test obsoleted by change #10777.
13052 ____________________________________________________________________________
13053 [ 10778] By: jhi on 2001/06/21 12:52:37
13054 Log: Case of confused test numbering.
13057 ____________________________________________________________________________
13058 [ 10777] By: jhi on 2001/06/21 12:30:57
13059 Log: Subject: Re: Opinion on undef lvalue
13060 From: Abhijit Menon-Sen <ams@wiw.org>
13061 Date: Sun, 17 Jun 2001 13:04:46 +0530
13062 Message-ID: <20010617130446.B27925@lustre.linux.in>
13064 Allow lvalue subs to return undef in array context.
13067 ____________________________________________________________________________
13068 [ 10776] By: jhi on 2001/06/21 12:27:48
13069 Log: Just a guess that using the same hack for cygwin as
13070 for win32 might help.
13072 ! lib/File/Find/find.t
13073 ____________________________________________________________________________
13074 [ 10775] By: jhi on 2001/06/21 12:25:58
13075 Log: NetWare tweaks from Guruprasad.
13077 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
13078 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
13079 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
13080 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
13081 ____________________________________________________________________________
13082 [ 10774] By: jhi on 2001/06/21 12:21:17
13083 Log: Subject: Re: perl@10722: Bogus warnings on REs
13084 From: Hugo <hv@crypt.compulink.co.uk>
13085 Date: Thu, 21 Jun 2001 09:51:17 +0100
13086 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
13088 Unroll to avoid a UTS compiler bug.
13091 ____________________________________________________________________________
13092 [ 10773] By: jhi on 2001/06/21 12:13:13
13093 Log: Subject: Re: [PATCH] Make /o work under i?threads
13094 From: Artur Bergman <artur@contiller.se>
13095 Date: Thu, 21 Jun 2001 14:38:03 +0200
13096 Message-ID: <B757B74A.184D%artur@contiller.se>
13099 ____________________________________________________________________________
13100 [ 10772] By: jhi on 2001/06/21 12:12:23
13101 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
13102 From: Artur Bergman <artur@contiller.se>
13103 Date: Thu, 21 Jun 2001 14:27:33 +0200
13104 Message-ID: <B757B4D4.1849%artur@contiller.se>
13106 Plus extra parentheses.
13109 ____________________________________________________________________________
13110 [ 10771] By: jhi on 2001/06/21 12:10:29
13111 Log: Subject: [PATCH] Make /o work under i?threads
13112 From: Richard Soderberg <rs@crystalflame.net>
13113 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
13114 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
13117 ____________________________________________________________________________
13118 [ 10770] By: jhi on 2001/06/21 12:09:28
13119 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
13120 From: Artur Bergman <artur@contiller.se>
13121 Date: Thu, 21 Jun 2001 14:04:54 +0200
13122 Message-ID: <B757AF86.1842%artur@contiller.se>
13125 ____________________________________________________________________________
13126 [ 10769] By: jhi on 2001/06/21 12:08:03
13127 Log: Subject: Re: perl@10765: sv.c not OK on win32
13128 From: Artur Bergman <artur@contiller.se>
13129 Date: Thu, 21 Jun 2001 10:31:06 +0200
13130 Message-ID: <B7577D69.182C%artur@contiller.se>
13133 ____________________________________________________________________________
13134 [ 10768] By: jhi on 2001/06/21 12:03:56
13135 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
13136 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13137 Date: Thu, 21 Jun 2001 06:23:56 -0400
13138 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
13140 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
13141 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13142 Date: Thu, 21 Jun 2001 06:32:21 -0400
13143 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
13145 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
13146 ____________________________________________________________________________
13147 [ 10767] By: jhi on 2001/06/21 12:00:07
13148 Log: Subject: [PATCH] make syslog test more verbose
13149 From: Robert Spier <rspier@pobox.com>
13150 Date: Thu, 21 Jun 2001 00:54:32 -0400
13151 Message-ID: <15153.32264.295807.333073@rls.cx>
13153 ! ext/Sys/Syslog/syslog.t
13154 ____________________________________________________________________________
13155 [ 10766] By: jhi on 2001/06/20 23:27:57
13156 Log: Subject: op/study.t refinements
13157 From: Hugo <hv@crypt.compulink.co.uk>
13158 Date: Thu, 21 Jun 2001 00:29:07 +0100
13159 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
13162 ____________________________________________________________________________
13163 [ 10765] By: jhi on 2001/06/20 19:51:47
13164 Log: Update Changes.
13166 ! Changes patchlevel.h
13167 ____________________________________________________________________________
13168 [ 10764] By: jhi on 2001/06/20 19:00:23
13169 Log: Subject: Re: [PATCH] djgpp updates
13170 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
13171 Date: Wed, 20 Jun 2001 10:05:15 +0200
13172 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
13174 ! djgpp/config.over
13175 ____________________________________________________________________________
13176 [ 10763] By: jhi on 2001/06/20 18:58:06
13177 Log: Fix for ID 20010619.002 "When building hash, hash keys that
13178 are function calls are not being called", from Abhijit.
13180 ! t/base/lex.t toke.c
13181 ____________________________________________________________________________
13182 [ 10762] By: jhi on 2001/06/20 18:45:00
13183 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
13185 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
13186 + lib/Locale/Maketext/test.pl
13187 - lib/Locale/Maketext.t
13188 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13189 ! lib/Locale/Maketext/TPJ13.pod
13190 ____________________________________________________________________________
13191 [ 10761] By: jhi on 2001/06/20 18:44:15
13192 Log: Metaconfig unit change for #10760.
13194 ! U/modified/Cppsym.U
13195 ____________________________________________________________________________
13196 [ 10760] By: jhi on 2001/06/20 18:42:04
13197 Log: Do not remove the ccsym* Cppsym* files since
13198 they are useful for metaconfig units coming after us.
13199 (This is the Configure nit mentioned in #10752.)
13202 ____________________________________________________________________________
13203 [ 10759] By: jhi on 2001/06/20 18:02:18
13204 Log: Update to I18N::LangTags 0.24, from Sean Burke.
13206 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
13207 + lib/I18N/LangTags/README
13208 - lib/I18N/LangTags/List.pod
13209 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
13210 ____________________________________________________________________________
13211 [ 10758] By: jhi on 2001/06/20 17:34:43
13212 Log: Regen headers.
13214 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
13215 ! pod/perlapi.pod proto.h
13216 ____________________________________________________________________________
13217 [ 10757] By: jhi on 2001/06/20 17:23:08
13218 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
13219 From: Artur Bergman <artur@contiller.se>
13220 Date: Wed, 20 Jun 2001 11:31:32 +0200
13221 Message-ID: <B7563A14.17D8%artur@contiller.se>
13223 ! embed.pl hv.c intrpvar.h sv.c sv.h
13224 ____________________________________________________________________________
13225 [ 10756] By: jhi on 2001/06/20 17:13:26
13226 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
13227 From: Tim Sweetman <tim@aldigital.co.uk>
13228 Date: Wed, 13 Jun 2001 14:25:17 +0100
13229 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
13231 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
13232 ____________________________________________________________________________
13233 [ 10755] By: nick on 2001/06/20 16:12:37
13234 Log: Integrate mainline
13236 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
13237 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
13238 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
13239 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
13240 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
13241 !> t/op/study.t util.c
13242 ____________________________________________________________________________
13243 [ 10754] By: gsar on 2001/06/20 15:22:27
13244 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
13246 Branch: maint-5.6/perl
13248 ____________________________________________________________________________
13249 [ 10753] By: jhi on 2001/06/20 14:03:20
13250 Log: Security tweak on readlink().
13253 ____________________________________________________________________________
13254 [ 10752] By: jhi on 2001/06/20 14:00:23
13255 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
13257 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
13258 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
13259 ! mpeix/relink t/op/pwent.t
13260 ____________________________________________________________________________
13261 [ 10751] By: jhi on 2001/06/20 13:57:27
13262 Log: Reinstate #10725 (with probe for alarm()).
13265 ____________________________________________________________________________
13266 [ 10750] By: jhi on 2001/06/20 13:53:46
13267 Log: Replace our implementation of realpath() with OpenBSD's
13268 (src/lib/libc/stdlib/realpath.c 1.4).
13270 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
13271 ! pod/perldiag.pod proto.h util.c
13272 ____________________________________________________________________________
13273 [ 10749] By: jhi on 2001/06/20 13:07:49
13274 Log: Integrate perlio.
13277 ____________________________________________________________________________
13278 [ 10748] By: jhi on 2001/06/20 13:07:18
13279 Log: No point in going into memory-saving contortions
13280 with getcwd() since there's a danger of buffer overflow.
13281 Also make the POSIX extension to use sv_getcwd().
13282 Finally, a missed proto.h fragment.
13284 ! ext/POSIX/POSIX.xs proto.h util.c
13285 ____________________________________________________________________________
13286 [ 10747] By: nick on 2001/06/20 12:38:26
13287 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
13290 ____________________________________________________________________________
13291 [ 10746] By: jhi on 2001/06/20 11:51:10
13292 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
13293 From: Graham Barr <gbarr@pobox.com>
13294 Date: Wed, 20 Jun 2001 11:05:49 +0100
13295 Message-ID: <20010620110549.I19188@pobox.com>
13299 Subject: Bug in IO::Socket::INET module (repeat)
13300 From: "Harmon S. Nine" <hnine@netarx.com>
13301 Date: Tue, 19 Jun 2001 09:41:35 -0400
13302 Message-ID: <3B2F568F.8080605@netarx.com>
13304 The bug was that the IO::Socket::INET constructor
13305 did not allow a 'LocalPort' of 0.
13307 ! ext/IO/lib/IO/Socket/INET.pm
13308 ____________________________________________________________________________
13309 [ 10745] By: nick on 2001/06/20 08:56:39
13310 Log: Integrate mainline.
13312 !> (integrate 37 files)
13313 ____________________________________________________________________________
13314 [ 10744] By: jhi on 2001/06/20 04:54:53
13315 Log: After some reading I don't think we can blindly
13316 use systems' realpath(). Too many security problems,
13317 too many buggy implementations.
13319 TODO: the realpath() emulation code in util.c doesn't
13320 seem fully operational? (readlink(), for example?)
13322 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
13323 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
13324 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
13325 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
13326 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
13327 ! win32/config_H.gc win32/config_H.vc
13328 ____________________________________________________________________________
13329 [ 10743] By: jhi on 2001/06/20 00:48:48
13330 Log: Metaconfig unit change for #10738.
13332 ! U/compline/d_gconvert.U
13333 ____________________________________________________________________________
13334 [ 10742] By: jhi on 2001/06/20 00:48:20
13335 Log: Integrate change #10739 from maintperl:
13337 C<eval "/x$\r\n/x"> fails to compile correctly
13339 !> t/op/pat.t toke.c
13340 ____________________________________________________________________________
13341 [ 10741] By: jhi on 2001/06/20 00:41:05
13342 Log: Retract #10725 (Hugo asked NOT to apply the patch)
13345 ____________________________________________________________________________
13346 [ 10740] By: jhi on 2001/06/19 23:58:25
13347 Log: The test.third results were funnily named because of the
13351 ____________________________________________________________________________
13352 [ 10739] By: gsar on 2001/06/19 23:49:15
13353 Log: C<eval "/x$\r\n/x"> fails to compile correctly
13354 Branch: maint-5.6/perl
13355 ! t/op/pat.t toke.c
13356 ____________________________________________________________________________
13357 [ 10738] By: jhi on 2001/06/19 23:04:15
13358 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
13359 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13360 Date: Tue, 19 Jun 2001 19:15:40 -0400
13361 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
13363 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
13364 because "1e+129" being expected but "1.e+129" being returned.
13365 The culprit (at least in Tru64) is the use of gcvt().
13368 ____________________________________________________________________________
13369 [ 10737] By: jhi on 2001/06/19 22:56:52
13370 Log: Subject: [PATCH perl@10722] test hunting on VMS
13371 From: "Craig A. Berry" <craigberry@mac.com>
13372 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
13373 Date: Tue, 19 Jun 2001 18:59:01 -0500
13376 ____________________________________________________________________________
13377 [ 10736] By: jhi on 2001/06/19 21:32:29
13378 Log: Subject: [PATCH] s/typos//
13379 From: Abhijit Menon-Sen <ams@wiw.org>
13380 Date: Wed, 20 Jun 2001 02:15:02 +0530
13381 Message-ID: <20010620021502.A14541@lustre.linux.in>
13383 Without the op.h s/bearword/bareword/ hunk, see
13384 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
13387 ____________________________________________________________________________
13388 [ 10735] By: jhi on 2001/06/19 21:26:43
13389 Log: Metaconfig unit change for #10732 and #10733.
13390 Branch: metaconfig/U/perl
13392 ____________________________________________________________________________
13393 [ 10734] By: jhi on 2001/06/19 21:24:41
13394 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
13395 From: "Craig A. Berry" <craigberry@mac.com>
13396 Date: Tue, 19 Jun 2001 17:19:48 -0500
13397 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
13399 ! configure.com vms/descrip_mms.template
13400 ____________________________________________________________________________
13401 [ 10733] By: jhi on 2001/06/19 19:57:44
13402 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
13403 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13404 Date: Tue, 19 Jun 2001 16:48:07 -0400
13405 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
13407 Further fixes to fflush(NULL) detection.
13410 ____________________________________________________________________________
13411 [ 10732] By: jhi on 2001/06/19 19:38:20
13412 Log: AIX test -s hangs with non-existent files?
13413 (A genuine logic bug in Configure, but AIX also broken?)
13416 ____________________________________________________________________________
13417 [ 10731] By: jhi on 2001/06/19 19:17:35
13418 Log: AUTHORS updates.
13421 ____________________________________________________________________________
13422 [ 10730] By: jhi on 2001/06/19 19:03:07
13423 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
13424 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13425 Date: Tue, 19 Jun 2001 15:33:25 -0400
13426 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
13428 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
13429 ! t/lib/warnings/pp
13430 ____________________________________________________________________________
13431 [ 10729] By: jhi on 2001/06/19 18:34:10
13432 Log: Integrate perlio.
13434 !> lib/File/Find/find.t win32/distclean.bat
13435 ____________________________________________________________________________
13436 [ 10728] By: nick on 2001/06/19 18:24:53
13437 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
13439 ! lib/File/Find/find.t win32/distclean.bat
13440 ____________________________________________________________________________
13441 [ 10727] By: jhi on 2001/06/19 18:07:31
13442 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
13443 also add information how to find out whether one has PerlIO.
13446 ____________________________________________________________________________
13447 [ 10726] By: jhi on 2001/06/19 17:59:30
13448 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
13449 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13450 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
13451 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
13454 ____________________________________________________________________________
13455 [ 10725] By: jhi on 2001/06/19 17:28:30
13456 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
13457 From: Hugo <hv@crypt.compulink.co.uk>
13458 Date: Tue, 19 Jun 2001 12:37:30 +0100
13459 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
13462 ____________________________________________________________________________
13463 [ 10724] By: jhi on 2001/06/19 17:22:20
13464 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
13465 From: Hugo <hv@crypt.compulink.co.uk>
13466 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
13467 Date: Tue, 19 Jun 2001 13:15:17 +0100
13470 ____________________________________________________________________________
13471 [ 10723] By: nick on 2001/06/19 14:46:15
13472 Log: Integrate mainline
13474 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
13475 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
13476 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
13477 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
13478 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
13479 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
13480 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13481 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13482 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13483 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13484 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13485 - ext/Thread/unsync4.t
13486 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
13487 !> djgpp/config.over djgpp/fixpmain
13488 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
13489 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
13490 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
13491 ____________________________________________________________________________
13492 [ 10722] By: jhi on 2001/06/19 11:55:30
13493 Log: Update Changes.
13495 ! Changes patchlevel.h
13496 ____________________________________________________________________________
13497 [ 10721] By: jhi on 2001/06/19 11:29:34
13498 Log: The existence shall be MANIFESted.
13501 ____________________________________________________________________________
13502 [ 10720] By: jhi on 2001/06/19 10:58:09
13503 Log: The old libnet.cfg is first searched from the current directory,
13504 only then from the module path.
13506 ! utils/libnetcfg.PL
13507 ____________________________________________________________________________
13508 [ 10719] By: jhi on 2001/06/19 10:55:59
13509 Log: NetWare tweaks from Guruprasad.
13511 ! NetWare/Makefile NetWare/config.wc
13512 ____________________________________________________________________________
13513 [ 10718] By: jhi on 2001/06/19 10:54:22
13514 Log: Subject: [PATCH] djgpp updates
13515 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
13516 Date: Tue, 19 Jun 2001 10:59:06 +0200
13517 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
13519 ! djgpp/config.over djgpp/fixpmain
13520 ____________________________________________________________________________
13521 [ 10717] By: jhi on 2001/06/19 10:53:20
13522 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
13523 From: Prymmer/Kahn <pvhp@best.com>
13524 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
13525 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
13528 ____________________________________________________________________________
13529 [ 10716] By: jhi on 2001/06/19 10:52:25
13530 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
13531 to happen right after the inclusion of <inttypes.h>,
13535 ____________________________________________________________________________
13536 [ 10715] By: jhi on 2001/06/19 10:49:21
13537 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
13538 From: Doug MacEachern <dougm@covalent.net>
13539 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
13540 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
13542 ! ext/DynaLoader/DynaLoader_pm.PL
13543 ____________________________________________________________________________
13544 [ 10714] By: jhi on 2001/06/19 10:48:19
13545 Log: Revert #10656 for perfomance reasons but leave in the
13546 use of Hv*() macros -- in comments, so that grepping the
13547 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
13548 suggested by Sarathy, also by Abhijit.)
13551 ____________________________________________________________________________
13552 [ 10713] By: jhi on 2001/06/19 10:46:08
13553 Log: Subject: [patch] .s MakeMaker suffix
13554 From: Doug MacEachern <dougm@covalent.net>
13555 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
13556 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
13558 ! lib/ExtUtils/MM_Unix.pm
13559 ____________________________________________________________________________
13560 [ 10712] By: jhi on 2001/06/19 10:34:35
13561 Log: One test lost in the big shuffle restored.
13563 + ext/IPC/SysV/ipcsysv.t
13564 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
13565 ____________________________________________________________________________
13566 [ 10711] By: jhi on 2001/06/19 10:25:46
13567 Log: Rename the old non-standard threads tests so that
13568 they won't be invoked.
13570 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
13571 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
13572 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
13573 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
13574 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
13575 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
13576 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13577 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13578 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13579 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13580 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13581 - ext/Thread/unsync4.t
13583 ____________________________________________________________________________
13584 [ 10710] By: jhi on 2001/06/19 10:18:41
13585 Log: Integrate perlio.
13587 !> win32/config_sh.PL
13588 ____________________________________________________________________________
13589 [ 10709] By: nick on 2001/06/19 08:18:18
13590 Log: Integrate mainline
13592 +> (branch 40 files)
13593 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
13594 - lib/strict/subs lib/strict/vars lib/warnings/1global
13595 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
13596 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
13597 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
13598 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
13599 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
13600 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
13601 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
13602 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
13603 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
13604 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
13605 - lib/warnings/utf8 lib/warnings/util
13606 !> (integrate 57 files)
13607 ____________________________________________________________________________
13608 [ 10708] By: nick on 2001/06/19 07:57:10
13609 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
13611 ! win32/config_sh.PL
13612 ____________________________________________________________________________
13613 [ 10707] By: nick on 2001/06/19 07:05:07
13614 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
13616 ! perly.c perly.y perly_c.diff vms/perly_c.vms
13617 ____________________________________________________________________________
13618 [ 10706] By: jhi on 2001/06/19 02:58:26
13619 Log: More perl572delta tweaks.
13621 ! pod/perl572delta.pod
13622 ____________________________________________________________________________
13623 [ 10705] By: jhi on 2001/06/19 01:53:40
13624 Log: Update perl572delta.
13626 ! pod/perl572delta.pod
13627 ____________________________________________________________________________
13628 [ 10704] By: jhi on 2001/06/19 01:28:40
13629 Log: VOS updates from Paul Green.
13631 ! vos/Changes vos/build.cm vos/perl.bind
13632 ____________________________________________________________________________
13633 [ 10703] By: jhi on 2001/06/19 01:03:53
13634 Log: Update the vos/config.*.* files.
13636 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13638 ____________________________________________________________________________
13639 [ 10702] By: jhi on 2001/06/19 01:03:32
13640 Log: Add a makefile for more painless adding of symbols to the
13641 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
13642 takes care of the adding)
13645 ____________________________________________________________________________
13646 [ 10701] By: jhi on 2001/06/19 00:51:44
13647 Log: Make libnetcfg by default display the libnet configuration,
13648 -c to change, add -i for old config, document all options,
13651 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
13652 ____________________________________________________________________________
13653 [ 10700] By: jhi on 2001/06/18 23:45:12
13654 Log: gcc -Wall sweep.
13656 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
13657 ____________________________________________________________________________
13658 [ 10699] By: jhi on 2001/06/18 23:19:53
13662 ____________________________________________________________________________
13663 [ 10698] By: jhi on 2001/06/18 23:10:22
13664 Log: Document the need for sv_printify().
13666 Document that 'use utf8' has been considered.
13668 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
13670 ! pod/perltodo.pod universal.c
13671 ____________________________________________________________________________
13672 [ 10697] By: jhi on 2001/06/18 22:50:53
13673 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
13674 From: Nicholas Clark <nick@ccl4.org>
13675 Date: Mon, 18 Jun 2001 23:29:23 +0100
13676 Message-ID: <20010618232923.I98663@plum.flirble.org>
13678 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
13679 ! ext/Sys/Syslog/Makefile.PL
13680 ____________________________________________________________________________
13681 [ 10696] By: jhi on 2001/06/18 22:39:32
13682 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
13683 From: Scott.L.Miller@Compaq.com
13684 Date: Mon, 18 Jun 2001 10:12:27 -0500
13685 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
13687 ! lib/perl5db.pl pod/perldebug.pod
13688 ____________________________________________________________________________
13689 [ 10695] By: jhi on 2001/06/18 22:35:13
13690 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
13691 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13692 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
13693 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
13695 ! lib/Carp/Heavy.pm
13696 ____________________________________________________________________________
13697 [ 10694] By: jhi on 2001/06/18 22:34:06
13698 Log: Subject: [PATCH] Documentation changes for CLONE
13699 From: Artur Bergman <artur@contiller.se>
13700 Date: Mon, 18 Jun 2001 22:06:37 +0200
13701 Message-ID: <B7542BEC.1719%artur@contiller.se>
13703 ! pod/perlmod.pod pod/perlsub.pod
13704 ____________________________________________________________________________
13705 [ 10693] By: jhi on 2001/06/18 22:31:38
13706 Log: Subject: Re: configure.com
13707 From: "Craig A. Berry" <craigberry@mac.com>
13708 Date: Mon, 18 Jun 2001 16:04:38 -0500
13709 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
13712 ____________________________________________________________________________
13713 [ 10692] By: jhi on 2001/06/18 22:30:43
13714 Log: Subject: PL_nullstash + perl_clone()
13715 From: Doug MacEachern <dougm@covalent.net>
13716 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
13717 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
13720 ____________________________________________________________________________
13721 [ 10691] By: jhi on 2001/06/18 22:26:20
13722 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
13723 From: davem@fdgroup.co.uk
13724 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
13725 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
13727 ! embed.pl pod/perlapi.pod
13728 ____________________________________________________________________________
13729 [ 10690] By: jhi on 2001/06/18 22:17:05
13730 Log: More cross-compilation defaults gleaned from -Dcc
13731 if it is CPU-OS-gcc.
13733 ! U/modified/libc.U
13734 Branch: metaconfig/U/perl
13737 ! Configure INSTALL
13738 ____________________________________________________________________________
13739 [ 10689] By: jhi on 2001/06/18 13:59:47
13740 Log: Update Changes.
13742 ! Changes patchlevel.h
13743 ____________________________________________________________________________
13744 [ 10688] By: jhi on 2001/06/18 13:44:18
13745 Log: Subject: [PATCH 5.7.1] sv.c documentation
13746 From: davem@fdgroup.co.uk
13747 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
13748 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
13750 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
13752 ____________________________________________________________________________
13753 [ 10687] By: jhi on 2001/06/18 13:38:03
13754 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
13755 From: "Jon Gunnip" <jongunnip@hotmail.com>
13756 Date: Sun, 17 Jun 2001 18:24:29 -0400
13757 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
13760 ____________________________________________________________________________
13761 [ 10686] By: jhi on 2001/06/18 13:32:13
13762 Log: Move the locale/strict/warnings helper files back
13763 under the t/lib; this way the amount of non-installabled
13764 stuff under lib/ stays smaller.
13766 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
13767 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
13768 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
13769 + t/lib/warnings/5nolint t/lib/warnings/6default
13770 + t/lib/warnings/7fatal t/lib/warnings/8signal
13771 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
13772 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
13773 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
13774 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
13775 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
13776 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
13777 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
13778 + t/lib/warnings/taint t/lib/warnings/toke
13779 + t/lib/warnings/universal t/lib/warnings/utf8
13780 + t/lib/warnings/util
13781 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
13782 - lib/strict/subs lib/strict/vars lib/warnings/1global
13783 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
13784 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
13785 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
13786 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
13787 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
13788 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
13789 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
13790 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
13791 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
13792 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
13793 - lib/warnings/utf8 lib/warnings/util
13794 ! MANIFEST installperl lib/locale.t lib/strict.t
13795 ____________________________________________________________________________
13796 [ 10685] By: jhi on 2001/06/18 13:11:49
13797 Log: Split off the pack/unpack code, from Nicholas Clark.
13800 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
13801 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
13802 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13803 ____________________________________________________________________________
13804 [ 10684] By: jhi on 2001/06/18 12:25:55
13805 Log: Guard the SysV IPC tests against being invoked in
13806 SysV-IPC-less places.
13808 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
13809 ____________________________________________________________________________
13810 [ 10683] By: nick on 2001/06/18 12:24:42
13811 Log: Integrate mainline (new test scheme now ok on Linux).
13815 ____________________________________________________________________________
13816 [ 10682] By: jhi on 2001/06/18 12:20:50
13817 Log: Add the locale.c and numeric.c to the microperl sources.
13819 ! Makefile.micro win32/Makefile
13820 ____________________________________________________________________________
13821 [ 10681] By: jhi on 2001/06/18 11:57:45
13822 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
13823 From: Abhijit Menon-Sen <ams@wiw.org>
13824 Date: Mon, 18 Jun 2001 14:23:44 +0530
13825 Message-ID: <20010618142344.A13136@lustre.linux.in>
13828 ____________________________________________________________________________
13829 [ 10680] By: jhi on 2001/06/18 11:56:12
13830 Log: Subject: Re: [PATCH] more anonymous stash cleanups
13831 From: Abhijit Menon-Sen <ams@wiw.org>
13832 Date: Mon, 18 Jun 2001 15:50:32 +0530
13833 Message-ID: <20010618155032.A13223@lustre.linux.in>
13835 Plus the comment left in as suggested by NI-S.
13838 ____________________________________________________________________________
13839 [ 10679] By: jhi on 2001/06/18 11:49:27
13840 Log: One missed file.
13843 ____________________________________________________________________________
13844 [ 10678] By: nick on 2001/06/18 08:05:29
13845 Log: Integrate mainline (part2 - the deletes)
13847 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
13848 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
13849 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
13850 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
13851 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
13852 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
13853 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
13854 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
13855 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
13856 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
13857 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
13858 ____________________________________________________________________________
13859 [ 10677] By: nick on 2001/06/18 08:04:44
13860 Log: Integrate mainline (part1)
13862 +> (branch 376 files)
13863 - (delete 219 files)
13864 !> (integrate 151 files)
13865 ____________________________________________________________________________
13866 [ 10676] By: jhi on 2001/06/18 04:17:15
13867 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
13868 No doubt I made some mistakes like missed some files or
13869 misnamed some files. The naming rules were more or less:
13870 (1) if the module is from CPAN, follows its ways, be it
13872 (2) otherwise if there are multiple tests for a module
13874 (3) otherwise if there's only one test put it in Module.t
13875 (4) helper files go to module/ (locale, strict, warnings)
13876 (5) use longer filenames now that we can (but e.g. the
13877 compat-0.6.t and the Text::Balanced test files still
13878 were renamed to be more civil against the 8.3 people)
13879 installperl was updated appropriately not to install the
13880 *.t files or the help files from under lib.
13882 TODO: some helper files still remain under t/ that could
13883 follow their 'masters'. UPDATE: On second thoughts, why
13884 should they. They can continue to live under t/lib, and
13885 in fact the locale/strict/warnings helpers that were moved
13886 could be moved back. This way the amount of non-installable
13887 stuff under lib/ stays smaller.
13890 - (delete 254 files)
13891 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
13892 ____________________________________________________________________________
13893 [ 10675] By: jhi on 2001/06/18 03:15:02
13894 Log: The warning no more comes from util.c, it comes from numeric.c.
13897 ____________________________________________________________________________
13898 [ 10674] By: jhi on 2001/06/18 00:56:22
13899 Log: Subject: Re: anyone good at casting spells?
13900 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13901 Date: Sun, 17 Jun 2001 21:21:04 -0400
13902 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
13904 ! ext/POSIX/POSIX.xs hv.h
13905 ____________________________________________________________________________
13906 [ 10673] By: jhi on 2001/06/17 22:24:53
13907 Log: Protect the (original) thread tests against testing if no 5.005
13908 threads have been configured.
13910 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13911 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13912 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13913 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13914 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13915 ! ext/Thread/unsync4.t
13916 ____________________________________________________________________________
13917 [ 10672] By: jhi on 2001/06/17 22:09:28
13918 Log: Try the new test scanning scheme on Text::Abbrev.
13920 + lib/Text/Abbrev.t
13921 - lib/Text/Abbrev/t/abbrev.t
13923 ____________________________________________________________________________
13924 [ 10671] By: jhi on 2001/06/17 22:07:08
13925 Log: Change the scan policy of the *.t and test.pl files,
13926 now the *.t do not need to live in a t/ directory.
13929 ____________________________________________________________________________
13930 [ 10670] By: jhi on 2001/06/17 20:32:35
13931 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
13932 From: Ilmari Karonen <iltzu@sci.fi>
13933 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
13934 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
13937 ____________________________________________________________________________
13938 [ 10669] By: jhi on 2001/06/17 20:30:22
13939 Log: Quench the warnings from Tru64; the HP-UX is still
13940 broken because it really, REALLY, doesn't like the
13941 HvARRAY() being lvalue:
13943 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
13944 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
13947 ____________________________________________________________________________
13948 [ 10668] By: jhi on 2001/06/17 19:13:24
13949 Log: Integrate change #10667 from maintperl:
13951 change#10449 broke the special-case that makes lexicals inside the
13952 eval"" within DB::DB() visible
13955 ____________________________________________________________________________
13956 [ 10667] By: gsar on 2001/06/17 19:08:27
13957 Log: change#10449 broke the special-case that makes lexicals inside the
13958 eval"" within DB::DB() visible
13959 Branch: maint-5.6/perl
13961 ____________________________________________________________________________
13962 [ 10666] By: jhi on 2001/06/17 17:50:07
13963 Log: Still spurious output; indent the code a bit.
13965 TODO1: separate the utility functions like MkDir
13966 into a helper script?
13968 TODO2: I see a lot of repetition in the filepath()
13969 and dirpath() calls.
13971 ! t/lib/filefind.t t/lib/findtaint.t
13972 ____________________________________________________________________________
13973 [ 10665] By: jhi on 2001/06/17 16:59:42
13974 Log: Regen modlib, toc.
13976 ! pod/perlmodlib.pod pod/perltoc.pod
13977 ____________________________________________________________________________
13978 [ 10664] By: jhi on 2001/06/17 16:55:28
13979 Log: Add libnetcfg to perlutil.
13982 ____________________________________________________________________________
13983 [ 10663] By: jhi on 2001/06/17 16:53:29
13984 Log: Initial integration of libnet-1.0703.
13985 The Configure script renamed as libnetcfg, will be
13986 installed along other utilities.
13988 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
13989 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
13990 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
13991 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
13992 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
13993 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
13994 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
13995 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
13996 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
13997 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
13998 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
13999 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
14000 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
14001 + utils/libnetcfg.PL
14002 ! MANIFEST utils.lst utils/Makefile
14003 ____________________________________________________________________________
14004 [ 10662] By: jhi on 2001/06/17 15:37:32
14005 Log: Less potentially test-harness-confusing output.
14007 ! lib/Memoize/t/expire_module_t.t
14008 ____________________________________________________________________________
14009 [ 10661] By: jhi on 2001/06/17 15:31:04
14010 Log: The final print annoys make test.
14012 ! t/lib/filefind.t t/lib/findtaint.t
14013 ____________________________________________________________________________
14014 [ 10660] By: jhi on 2001/06/17 14:00:21
14015 Log: Add an option for handling dangling symbolic links.
14017 ! lib/File/Find.pm t/lib/filefind.t
14018 ____________________________________________________________________________
14019 [ 10659] By: jhi on 2001/06/17 13:45:48
14020 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
14021 From: Thomas Wegner <wegner_thomas@yahoo.com>
14022 Date: Sun, 17 Jun 2001 14:43:11 +0200
14023 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
14025 + t/lib/findtaint.t
14026 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
14027 ____________________________________________________________________________
14028 [ 10658] By: jhi on 2001/06/17 13:13:25
14029 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
14030 From: Jonathan Stowe <gellyfish@gellyfish.com>
14031 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
14032 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
14034 ! lib/ExtUtils/MM_Unix.pm
14035 ____________________________________________________________________________
14036 [ 10657] By: jhi on 2001/06/17 13:12:25
14037 Log: Subject: [PATCH] more anonymous stash cleanups
14038 From: Abhijit Menon-Sen <ams@wiw.org>
14039 Date: Sun, 17 Jun 2001 11:44:06 +0530
14040 Message-ID: <20010617114406.A25203@lustre.linux.in>
14043 ____________________________________________________________________________
14044 [ 10656] By: jhi on 2001/06/17 13:11:11
14045 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
14046 From: Abhijit Menon-Sen <ams@wiw.org>
14047 Date: Sun, 17 Jun 2001 08:02:59 +0530
14048 Message-ID: <20010617080259.A28776@lustre.linux.in>
14050 Subject: [PATCH #2/7] xhv_eiter
14051 From: Abhijit Menon-Sen <ams@wiw.org>
14052 Date: Sun, 17 Jun 2001 08:13:18 +0530
14053 Message-ID: <20010617081318.B28776@lustre.linux.in>
14055 Subject: [PATCH #3/7] xhv_fill
14056 From: Abhijit Menon-Sen <ams@wiw.org>
14057 Date: Sun, 17 Jun 2001 08:25:16 +0530
14058 Message-ID: <20010617082516.C28776@lustre.linux.in>
14060 Subject: [PATCH #4/7] xhv_keys
14061 From: Abhijit Menon-Sen <ams@wiw.org>
14062 Date: Sun, 17 Jun 2001 08:36:17 +0530
14063 Message-ID: <20010617083617.D28776@lustre.linux.in>
14065 Subject: [PATCH #5/7] xhv_max
14066 From: Abhijit Menon-Sen <ams@wiw.org>
14067 Date: Sun, 17 Jun 2001 08:39:48 +0530
14068 Message-ID: <20010617083948.E28776@lustre.linux.in>
14070 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
14071 From: Abhijit Menon-Sen <ams@wiw.org>
14072 Date: Sun, 17 Jun 2001 08:51:11 +0530
14073 Message-ID: <20010617085111.F28776@lustre.linux.in>
14076 ____________________________________________________________________________
14077 [ 10655] By: jhi on 2001/06/16 23:32:03
14078 Log: Update Changes.
14080 ! Changes patchlevel.h
14081 ____________________________________________________________________________
14082 [ 10654] By: jhi on 2001/06/16 23:18:37
14083 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
14084 From: Abhijit Menon-Sen <ams@wiw.org>
14085 Date: Sat, 16 Jun 2001 07:41:19 +0530
14086 Message-ID: <20010616074119.A24720@lustre.linux.in>
14088 ! hv.c perl.c vms/vmsish.h win32/win32.h
14089 ____________________________________________________________________________
14090 [ 10653] By: jhi on 2001/06/16 23:15:11
14091 Log: Document tests failing when threaded, since we now have more.
14093 ! pod/perl572delta.pod
14094 ____________________________________________________________________________
14095 [ 10652] By: jhi on 2001/06/16 23:12:19
14096 Log: -Wall cleanup.
14098 ! ext/Thread/Thread.xs
14099 ____________________________________________________________________________
14100 [ 10651] By: jhi on 2001/06/16 23:06:55
14101 Log: pthread_attr_setstacksize() isn't absolutely necessary
14102 to call, only iff THREAD_CREATE_NEEDS_STACK.
14104 ! ext/Thread/Thread.xs
14105 ____________________________________________________________________________
14106 [ 10650] By: jhi on 2001/06/16 22:58:48
14110 ____________________________________________________________________________
14111 [ 10649] By: jhi on 2001/06/16 22:47:40
14112 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
14113 (and INT64_MIN) brokenness.
14115 ! hints/darwin.sh perl.h
14116 ____________________________________________________________________________
14117 [ 10648] By: jhi on 2001/06/16 22:27:48
14118 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
14119 From: Nicholas Clark <nick@ccl4.org>
14120 Date: Sun, 17 Jun 2001 00:16:05 +0100
14121 Message-ID: <20010617001605.V98663@plum.flirble.org>
14123 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
14124 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
14125 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14126 ____________________________________________________________________________
14127 [ 10647] By: jhi on 2001/06/16 22:24:47
14128 Log: Add perlnetware to docs; regen toc; supply skeleton
14129 docs for some Memoize submodules.
14131 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
14132 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14133 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
14134 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
14135 ! win32/Makefile win32/makefile.mk
14136 ____________________________________________________________________________
14137 [ 10646] By: jhi on 2001/06/16 22:06:52
14141 ____________________________________________________________________________
14142 [ 10645] By: jhi on 2001/06/16 21:47:00
14143 Log: Integrate Memoize 0.64. Few tweaks were required in
14144 the test scripts. Note that the speed and expire*
14145 tests take several dozen seconds to run.
14147 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14148 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
14149 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14150 + lib/Memoize/README lib/Memoize/SDBM_File.pm
14151 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
14152 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
14153 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
14154 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14155 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
14156 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
14157 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
14158 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
14159 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
14160 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
14161 ! MANIFEST t/lib/1_compile.t
14162 ____________________________________________________________________________
14163 [ 10644] By: jhi on 2001/06/16 20:35:49
14164 Log: Document the cross-compilation options.
14166 ! Cross/README INSTALL
14167 ____________________________________________________________________________
14168 [ 10643] By: jhi on 2001/06/16 19:46:38
14169 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
14171 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
14172 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
14173 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
14174 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
14175 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
14176 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
14177 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
14178 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
14179 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
14180 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
14181 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
14182 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
14183 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
14184 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
14185 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
14186 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
14187 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
14188 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
14189 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
14190 + lib/ExtUtils/MM_NW5.pm
14191 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
14192 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
14193 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14194 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
14195 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
14196 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
14197 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
14198 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
14199 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
14200 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
14201 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
14202 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
14203 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
14204 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
14205 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
14206 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
14207 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
14208 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
14209 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
14210 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
14211 ! util.h x2p/a2py.c
14212 ____________________________________________________________________________
14213 [ 10642] By: jhi on 2001/06/16 19:16:04
14214 Log: Resort MANIFEST.
14217 ____________________________________________________________________________
14218 [ 10641] By: jhi on 2001/06/16 18:52:26
14219 Log: Integrate perlio.
14222 !> MANIFEST perlio.c perliol.h win32/makefile.mk
14223 ____________________________________________________________________________
14224 [ 10640] By: nick on 2001/06/16 18:38:31
14225 Log: Disable :win32 layer as default till I get it working
14227 ! MANIFEST perlio.c
14228 ____________________________________________________________________________
14229 [ 10639] By: jhi on 2001/06/16 18:35:46
14230 Log: Try the new scheme by moving the Text::Abbrev test
14231 to a new place under lib.
14233 + lib/Text/Abbrev/t/abbrev.t
14236 ____________________________________________________________________________
14237 [ 10638] By: jhi on 2001/06/16 18:34:30
14238 Log: Make the code even more dynamical so that testname
14239 suffix length can change.
14241 ! lib/Test/Harness.pm t/TEST
14242 ____________________________________________________________________________
14243 [ 10637] By: jhi on 2001/06/16 18:16:28
14244 Log: Allow for deeper t/ and also a single test.pl.
14247 ____________________________________________________________________________
14248 [ 10636] By: jhi on 2001/06/16 18:13:59
14249 Log: #define fix from Nicholas Clark.
14251 ! ext/POSIX/POSIX.xs
14252 ____________________________________________________________________________
14253 [ 10635] By: jhi on 2001/06/16 17:50:43
14254 Log: Initialization is nice.
14256 ! lib/Test/Harness.pm
14257 ____________________________________________________________________________
14258 [ 10634] By: jhi on 2001/06/16 17:38:53
14259 Log: Make t/TEST and t/harness to test also the t/ tests
14260 under the main lib/ and ext/ directories. Fix Test::Harness
14261 to dynamically change the width of its "foo/bar....ok" output.
14263 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
14264 ____________________________________________________________________________
14265 [ 10633] By: jhi on 2001/06/16 16:58:57
14266 Log: Subject: [PATCH] Re: perl@10611
14267 From: Nicholas Clark <nick@ccl4.org>
14268 Date: Sat, 16 Jun 2001 16:52:47 +0100
14269 Message-ID: <20010616165247.O98663@plum.flirble.org>
14271 The .xs parts, too.
14273 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
14274 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
14275 ____________________________________________________________________________
14276 [ 10632] By: nick on 2001/06/16 16:44:35
14277 Log: Work-in-progress win32 layer semi-functional, checking
14280 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
14281 ____________________________________________________________________________
14282 [ 10631] By: jhi on 2001/06/16 16:40:30
14283 Log: Subject: [PATCH] Re: perl@10611
14284 From: Nicholas Clark <nick@ccl4.org>
14285 Date: Sat, 16 Jun 2001 16:52:47 +0100
14286 Message-ID: <20010616165247.O98663@plum.flirble.org>
14288 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
14289 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
14290 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
14291 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
14292 ! lib/ExtUtils/Constant.pm
14293 ____________________________________________________________________________
14294 [ 10630] By: jhi on 2001/06/16 15:11:38
14295 Log: Metaconfig unit change for #10629.
14297 ! U/modified/Finish.U
14298 ____________________________________________________________________________
14299 [ 10629] By: jhi on 2001/06/16 15:11:10
14300 Log: The extraction changed directories.
14303 ____________________________________________________________________________
14304 [ 10628] By: jhi on 2001/06/16 14:59:38
14305 Log: Math::BigInt 1.35 from Tels.
14308 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14309 ! t/lib/bigfltpm.t t/lib/bigintpm.t
14310 ____________________________________________________________________________
14311 [ 10627] By: nick on 2001/06/16 14:54:52
14312 Log: Work in progress UNIX-side edit of win32 PerLIO layer
14315 ! perlio.c win32/makefile.mk
14316 ____________________________________________________________________________
14317 [ 10626] By: jhi on 2001/06/16 14:01:50
14318 Log: Subject: [PATCH 5.6.1] os2/diff-configure
14319 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14320 Date: Fri, 15 Jun 2001 01:19:36 -0400
14321 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
14323 Empty all of it because I think #10624 made even the
14324 last patch hunk unnecessary.
14326 ! os2/diff.configure
14327 ____________________________________________________________________________
14328 [ 10625] By: jhi on 2001/06/16 13:58:34
14329 Log: Metaconfig unit change for 10624.
14331 ! U/modified/libc.U
14334 ____________________________________________________________________________
14335 [ 10624] By: jhi on 2001/06/16 13:58:13
14336 Log: Move the initialization of libnames to the beginning so
14337 that can one 'seed' it (as OS/2 does.)
14340 ____________________________________________________________________________
14341 [ 10623] By: jhi on 2001/06/16 13:47:54
14342 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
14343 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14344 Date: Fri, 15 Jun 2001 19:10:57 -0400
14345 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
14347 ! os2/OS2/REXX/DLL/DLL.pm
14348 ____________________________________________________________________________
14349 [ 10622] By: jhi on 2001/06/16 13:29:42
14350 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
14351 From: "Craig A. Berry" <craigberry@mac.com>
14352 Date: Fri, 15 Jun 2001 17:00:03 -0500
14353 Message-Id: <a05101007b750342599be@[172.16.52.1]>
14355 ! vms/descrip_mms.template
14356 ____________________________________________________________________________
14357 [ 10621] By: jhi on 2001/06/16 13:28:37
14358 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
14359 From: "Craig A. Berry" <craigberry@mac.com>
14360 Date: Fri, 15 Jun 2001 18:39:42 -0500
14361 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
14363 ! lib/File/Spec/VMS.pm t/lib/extutils.t
14364 ____________________________________________________________________________
14365 [ 10620] By: jhi on 2001/06/16 13:25:06
14366 Log: Integrate perlio.
14368 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
14369 !> t/io/utf8.t t/lib/io_scalar.t
14370 ____________________________________________________________________________
14371 [ 10619] By: nick on 2001/06/15 21:05:19
14372 Log: Generated files
14375 ____________________________________________________________________________
14376 [ 10618] By: nick on 2001/06/15 20:27:42
14377 Log: Fix open.pm to work via XS-implemented method calls rather
14378 than *open::layers variables which caused all the HV/AV hassle.
14380 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
14381 ! t/lib/io_scalar.t
14382 ____________________________________________________________________________
14383 [ 10617] By: jhi on 2001/06/15 18:50:53
14384 Log: Integrate perlio.
14386 !> lib/ExtUtils/Constant.pm
14387 ____________________________________________________________________________
14388 [ 10616] By: nick on 2001/06/15 18:46:47
14389 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
14391 ! lib/ExtUtils/Constant.pm
14392 ____________________________________________________________________________
14393 [ 10615] By: jhi on 2001/06/15 18:36:43
14394 Log: Integrate perlio.
14396 !> ext/Socket/Socket.xs
14397 ____________________________________________________________________________
14398 [ 10614] By: nick on 2001/06/15 18:33:37
14399 Log: MULTIPLICITY fix for Socket.xs
14401 ! ext/Socket/Socket.xs
14402 ____________________________________________________________________________
14403 [ 10613] By: jhi on 2001/06/15 16:34:06
14404 Log: Subject: Re: perl@10611
14405 From: Doug MacEachern <dougm@covalent.net>
14406 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
14407 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
14409 ! ext/Socket/Socket.xs
14410 ____________________________________________________________________________
14411 [ 10612] By: nick on 2001/06/15 16:14:38
14412 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
14414 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14415 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
14416 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
14417 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
14418 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
14420 ____________________________________________________________________________
14421 [ 10611] By: jhi on 2001/06/15 14:29:04
14422 Log: Update Changes.
14424 ! Changes patchlevel.h
14425 ____________________________________________________________________________
14426 [ 10610] By: jhi on 2001/06/15 14:20:33
14427 Log: Upping the test count.
14430 ____________________________________________________________________________
14431 [ 10609] By: jhi on 2001/06/15 14:13:29
14432 Log: Integrate perlio.
14434 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14435 ____________________________________________________________________________
14436 [ 10608] By: jhi on 2001/06/15 14:12:31
14437 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14438 From: andreas.koenig@anima.de (Andreas J. Koenig)
14439 Date: 15 Jun 2001 13:30:39 +0200
14440 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
14442 Record the grim history.
14445 ____________________________________________________________________________
14446 [ 10607] By: jhi on 2001/06/15 14:08:19
14447 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14448 From: Brian McCauley <nobull@mail.com>
14449 Date: 15 Jun 2001 07:51:26 +0100
14450 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
14452 ! lib/File/Find.pm t/lib/filefind.t
14453 ____________________________________________________________________________
14454 [ 10606] By: nick on 2001/06/15 14:00:08
14455 Log: regen_config_h for Win32.
14457 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14458 ____________________________________________________________________________
14459 [ 10605] By: jhi on 2001/06/15 13:49:55
14460 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
14461 From: Peter Prymmer <pvhp@forte.com>
14462 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
14463 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
14465 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
14466 ____________________________________________________________________________
14467 [ 10604] By: jhi on 2001/06/15 13:45:03
14468 Log: Some filesystems require writability for rename/unlink.
14471 ____________________________________________________________________________
14472 [ 10603] By: jhi on 2001/06/15 13:41:34
14473 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
14474 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14475 Date: Fri, 15 Jun 2001 12:08:53 +0200
14476 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
14479 ____________________________________________________________________________
14480 [ 10602] By: jhi on 2001/06/15 13:27:04
14481 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
14482 From: Mike Guy <mjtg@cam.ac.uk>
14483 Date: Fri, 15 Jun 2001 14:11:49 +0100
14484 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
14487 ____________________________________________________________________________
14488 [ 10601] By: jhi on 2001/06/15 13:21:18
14489 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
14490 From: Nicholas Clark <nick@ccl4.org>
14491 Date: Thu, 14 Jun 2001 23:52:56 +0100
14492 Message-ID: <20010614235256.G98663@plum.flirble.org>
14494 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
14495 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14496 ____________________________________________________________________________
14497 [ 10600] By: jhi on 2001/06/15 13:16:56
14498 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
14499 From: Russ Allbery <rra@stanford.edu>
14500 Date: 14 Jun 2001 13:24:43 -0700
14501 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
14503 ! ext/GDBM_File/GDBM_File.pm
14504 ____________________________________________________________________________
14505 [ 10599] By: jhi on 2001/06/15 13:15:26
14506 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
14507 From: Nicholas Clark <nick@ccl4.org>
14508 Date: Thu, 14 Jun 2001 20:37:47 +0100
14509 Message-ID: <20010614203747.F98663@plum.flirble.org>
14511 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14513 ____________________________________________________________________________
14514 [ 10598] By: jhi on 2001/06/15 13:13:13
14515 Log: Integrate perlio.
14518 ____________________________________________________________________________
14519 [ 10597] By: nick on 2001/06/15 11:08:13
14520 Log: Check that HVs with HvNAME() != NULL are really stashes before
14521 treating them as such. Also be more defensive on the GvCV.
14522 Win32 fork and dprof now working again.
14525 ____________________________________________________________________________
14526 [ 10596] By: nick on 2001/06/15 10:11:20
14527 Log: Integrate mainline.
14530 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
14531 !> Porting/config_H config_h.SH configure.com epoc/config.sh
14532 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
14533 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14534 !> vos/config.ga.h win32/config.bc win32/config.gc
14535 !> win32/config.vc win32/config_H.bc win32/config_H.gc
14536 !> win32/config_H.vc
14537 ____________________________________________________________________________
14538 [ 10595] By: nick on 2001/06/15 09:37:17
14539 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
14540 - Win32 (VC++) now builds but fails:
14541 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
14542 fork.t - No &___ENV_HV_NAME___::CLONE method ???
14543 write.t - open(...,"|-") not implemented on Win32
14546 ____________________________________________________________________________
14547 [ 10594] By: jhi on 2001/06/15 00:17:16
14548 Log: Integrate perlio.
14550 !> perlio.c win32/makefile.mk
14551 ____________________________________________________________________________
14552 [ 10593] By: jhi on 2001/06/15 00:16:44
14553 Log: Metaconfig unit changes for #10592.
14555 + U/modified/i_varhdr.U U/modified/startsh.U
14556 - U/a_dvisory/crosscompile.U U/target/Target.U
14557 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
14558 ! U/compline/bitpbyte.U U/compline/byteorder.U
14559 ! U/compline/ccflags.U U/compline/charsize.U
14560 ! U/compline/d_casti32.U U/compline/d_castneg.U
14561 ! U/compline/d_closedir.U U/compline/d_fd_set.U
14562 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
14563 ! U/compline/d_keepsig.U U/compline/d_open3.U
14564 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
14565 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
14566 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
14567 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
14568 ! U/compline/doublesize.U U/compline/floatsize.U
14569 ! U/compline/nblock_io.U U/compline/orderlib.U
14570 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
14571 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
14572 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
14573 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
14574 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
14575 ! U/modified/spitshell.U U/threads/archname.U
14576 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
14577 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
14578 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
14579 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
14580 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
14581 Branch: metaconfig/U/perl
14583 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
14584 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
14585 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
14586 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
14587 ! stdio_streams.U uselfs.U
14588 ____________________________________________________________________________
14589 [ 10592] By: jhi on 2001/06/15 00:15:52
14590 Log: The first steps towards cross-compilation.
14592 Abstract execution of compiled test executables with $run,
14593 and abstract transfer of files with $to and $from.
14595 Under cross-compilation the $run, $to, and $from will point
14596 to appropriate wrapper scripts, by default ssh and scp,
14597 but also rsh, rcp, and cp are supported. If not
14598 cross-compiling, they will be set to '', ':', and ':',
14601 With these patches I was able to get Configure for
14602 iPAQ ARM Linux on an Intel Linux about 95% right
14603 (only a few tests failed to execute or they produced
14604 incorrect results), and I was able to compile
14605 a functional miniperl.
14607 The symbol crosscompile renamed to be usecrosscompile,
14608 the corresponding C symbol from CROSSCOMPILE to
14611 ! Configure Cross/README Makefile.SH Porting/Glossary
14612 ! Porting/config.sh Porting/config_H config_h.SH configure.com
14613 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
14614 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14615 ! vos/config.ga.def vos/config.ga.h win32/config.bc
14616 ! win32/config.gc win32/config.vc win32/config_H.bc
14617 ! win32/config_H.gc win32/config_H.vc
14618 ____________________________________________________________________________
14619 [ 10591] By: nick on 2001/06/14 20:00:12
14620 Log: Steps along the road toward Win32 building again.
14622 ! perlio.c win32/makefile.mk
14623 ____________________________________________________________________________
14624 [ 10590] By: jhi on 2001/06/14 16:11:11
14625 Log: Integrate perlio.
14627 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14628 ____________________________________________________________________________
14629 [ 10589] By: nick on 2001/06/14 13:54:07
14630 Log: Routine regen_config_h for Win32
14632 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14633 ____________________________________________________________________________
14634 [ 10588] By: jhi on 2001/06/14 12:30:46
14635 Log: Integrate perlio.
14638 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
14639 ____________________________________________________________________________
14640 [ 10587] By: jhi on 2001/06/14 12:23:24
14641 Log: A placeholder.
14644 ____________________________________________________________________________
14645 [ 10586] By: nick on 2001/06/14 08:25:07
14646 Log: Add new step to run_byacc which:
14647 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
14648 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
14651 ! MANIFEST Makefile.SH perly.c
14652 ____________________________________________________________________________
14653 [ 10585] By: nick on 2001/06/14 08:22:29
14654 Log: Integrate mainline
14656 +> locale.c numeric.c
14657 !> Changes cygwin/Makefile.SHs embed.h embed.pl
14658 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
14659 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
14660 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
14662 ____________________________________________________________________________
14663 [ 10584] By: nick on 2001/06/14 08:05:53
14664 Log: Hack to remove insecure directories from PATH so test will run.
14667 ____________________________________________________________________________
14668 [ 10583] By: jhi on 2001/06/14 03:11:16
14669 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
14673 ____________________________________________________________________________
14674 [ 10582] By: jhi on 2001/06/14 03:04:51
14678 ____________________________________________________________________________
14679 [ 10581] By: jhi on 2001/06/14 03:03:14
14680 Log: de-$CONFIG continues.
14682 ! cygwin/Makefile.SHs x2p/Makefile.SH
14683 ____________________________________________________________________________
14684 [ 10580] By: jhi on 2001/06/13 23:56:59
14685 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
14686 From: Nicholas Clark <nick@ccl4.org>
14687 Date: Wed, 13 Jun 2001 21:20:13 +0100
14688 Message-ID: <20010613212013.D98663@plum.flirble.org>
14691 ____________________________________________________________________________
14692 [ 10579] By: jhi on 2001/06/13 23:55:29
14693 Log: Subject: splitting util.c
14694 From: Hugo <hv@crypt.compulink.co.uk>
14695 Date: Thu, 14 Jun 2001 00:41:08 +0100
14696 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
14698 + locale.c numeric.c
14699 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
14700 ! pod/perlapi.pod proto.h util.c
14701 ____________________________________________________________________________
14702 [ 10578] By: jhi on 2001/06/13 23:45:11
14703 Log: Upgrade to Math::BigInt 1.34 from Tels.
14706 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14707 ! t/lib/bigfltpm.t t/lib/bigintpm.t
14708 ____________________________________________________________________________
14709 [ 10577] By: nick on 2001/06/13 19:02:48
14710 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
14712 !> (integrate 125 files)
14713 ____________________________________________________________________________
14714 [ 10576] By: jhi on 2001/06/13 18:10:01
14715 Log: Update Changes.
14717 ! Changes patchlevel.h
14718 ____________________________________________________________________________
14719 [ 10575] By: jhi on 2001/06/13 18:05:09
14720 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
14721 From: "Craig A. Berry" <craigberry@mac.com>
14722 Date: Wed, 13 Jun 2001 13:24:28 -0500
14723 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
14725 ! ext/re/Makefile.PL
14726 ____________________________________________________________________________
14727 [ 10574] By: jhi on 2001/06/13 17:34:36
14728 Log: Mc.u.c. for #10573.
14730 ! U/threads/usethreads.U
14731 ____________________________________________________________________________
14732 [ 10573] By: jhi on 2001/06/13 17:34:00
14733 Log: It would be also be good if I could type.
14736 ____________________________________________________________________________
14737 [ 10572] By: jhi on 2001/06/13 17:26:29
14738 Log: Metaconfig unit change for #10571.
14740 ! U/threads/usethreads.U
14741 ____________________________________________________________________________
14742 [ 10571] By: jhi on 2001/06/13 17:26:05
14743 Log: A non-empty default is a good thing.
14746 ____________________________________________________________________________
14747 [ 10570] By: jhi on 2001/06/13 17:15:16
14748 Log: Metaconfig unit change for #10569.
14750 ! U/threads/usethreads.U
14751 ____________________________________________________________________________
14752 [ 10569] By: jhi on 2001/06/13 17:14:17
14753 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
14754 extremely experimental, not even prompted for.
14756 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14757 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
14758 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14759 ! win32/config.bc win32/config.gc win32/config.vc
14760 ____________________________________________________________________________
14761 [ 10568] By: jhi on 2001/06/13 16:22:27
14762 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
14765 ____________________________________________________________________________
14766 [ 10567] By: jhi on 2001/06/13 16:20:23
14767 Log: Integrate perlio; conflicts, accept Nick's versions.
14769 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14770 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
14771 ____________________________________________________________________________
14772 [ 10566] By: jhi on 2001/06/13 16:17:42
14773 Log: Subject: Re: ext/ + -Wall
14774 From: Doug MacEachern <dougm@covalent.net>
14775 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
14776 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
14778 ! XSUB.h lib/ExtUtils/xsubpp perl.h
14779 ____________________________________________________________________________
14780 [ 10565] By: jhi on 2001/06/13 16:16:07
14781 Log: Similar logic as DB_File.xs, using the modern macros and
14782 defines them to older ones for older Perls where PERL_VERSION
14783 is not defined, from Doug MacEachern.
14785 ! ext/Storable/Storable.xs
14786 ____________________________________________________________________________
14787 [ 10564] By: nick on 2001/06/13 15:22:01
14788 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
14789 and using that instead (name lookups are sequential search for now).
14791 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14792 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
14793 ____________________________________________________________________________
14794 [ 10563] By: jhi on 2001/06/13 14:07:43
14795 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
14796 From: "Richard Soderberg" <rs@crystalflame.net>
14797 Date: Sat, 26 May 2001 06:44:20 -0700
14798 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
14801 ____________________________________________________________________________
14802 [ 10562] By: jhi on 2001/06/13 13:55:10
14803 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
14804 From: "Craig A. Berry" <craigberry@mac.com>
14805 Date: Tue, 12 Jun 2001 23:55:26 -0500
14806 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
14808 ! ext/re/Makefile.PL ext/re/re.xs
14809 ____________________________________________________________________________
14810 [ 10561] By: jhi on 2001/06/13 13:44:58
14811 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
14814 ! XSUB.h malloc.c perl.h
14815 ____________________________________________________________________________
14816 [ 10560] By: jhi on 2001/06/13 13:35:42
14820 ____________________________________________________________________________
14821 [ 10559] By: jhi on 2001/06/13 12:53:18
14822 Log: Subject: [patch] perl.gprof control
14823 From: Doug MacEachern <dougm@covalent.net>
14824 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
14825 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
14827 ! miniperlmain.c perl.h
14828 ____________________________________________________________________________
14829 [ 10558] By: jhi on 2001/06/13 12:51:47
14830 Log: Subject: Re: ext/ + -Wall
14831 From: Doug MacEachern <dougm@covalent.net>
14832 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
14833 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
14835 Document ax and break up dXSARGS.
14837 ! XSUB.h pod/perlapi.pod
14838 ____________________________________________________________________________
14839 [ 10557] By: jhi on 2001/06/13 12:39:55
14840 Log: More AIX tweakage from Merijn.
14843 ____________________________________________________________________________
14844 [ 10556] By: jhi on 2001/06/13 03:26:58
14845 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
14846 From: "Craig A. Berry" <craigberry@mac.com>
14847 Date: Tue, 12 Jun 2001 22:57:45 -0500
14848 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
14850 ! vms/descrip_mms.template
14851 ____________________________________________________________________________
14852 [ 10555] By: jhi on 2001/06/13 02:50:43
14853 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
14854 From: "Craig A. Berry" <craigberry@mac.com>
14855 Date: Tue, 12 Jun 2001 22:21:39 -0500
14856 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
14858 ! configure.com util.c
14859 ____________________________________________________________________________
14860 [ 10554] By: jhi on 2001/06/13 02:23:16
14861 Log: New AIX dynaloading code from Jens-Uwe Mager.
14862 Does break binary compatibility.
14864 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
14865 ____________________________________________________________________________
14866 [ 10553] By: jhi on 2001/06/13 02:10:16
14867 Log: VMS DEC C compiler found nits by Peter Prymmer.
14870 ____________________________________________________________________________
14871 [ 10552] By: jhi on 2001/06/13 01:36:12
14872 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
14873 From: Peter Prymmer <pvhp@forte.com>
14874 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
14875 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
14878 ____________________________________________________________________________
14879 [ 10551] By: jhi on 2001/06/13 01:26:53
14880 Log: I wonder how many $CONFIGs still lurk in the shadows.
14882 ! pod/Makefile.SH x2p/cflags.SH
14883 ____________________________________________________________________________
14884 [ 10550] By: jhi on 2001/06/13 01:25:12
14885 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
14888 ____________________________________________________________________________
14889 [ 10549] By: jhi on 2001/06/13 01:05:28
14890 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
14892 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
14893 ____________________________________________________________________________
14894 [ 10548] By: jhi on 2001/06/13 00:41:28
14895 Log: Subject: [patch] rid local_patches warnings
14896 From: Doug MacEachern <dougm@covalent.net>
14897 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
14898 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
14900 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
14901 ____________________________________________________________________________
14902 [ 10547] By: jhi on 2001/06/13 00:40:29
14903 Log: Subject: Re: ext/ + -Wall
14904 From: Doug MacEachern <dougm@covalent.net>
14905 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
14906 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
14908 ! ext/attrs/attrs.xs
14909 ____________________________________________________________________________
14910 [ 10546] By: jhi on 2001/06/13 00:39:06
14911 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
14912 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14913 Date: Tue, 12 Jun 2001 14:36:20 -0400
14914 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
14916 ! pod/perlretut.pod
14917 ____________________________________________________________________________
14918 [ 10545] By: jhi on 2001/06/13 00:38:02
14919 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
14920 From: Mike Guy <mjtg@cam.ac.uk>
14921 Date: Tue, 12 Jun 2001 19:10:31 +0100
14922 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
14924 Subject: Re: [ID 20010612.001] out of memory during regex compilation
14925 From: Mike Guy <mjtg@cam.ac.uk>
14926 Date: Tue, 12 Jun 2001 19:21:01 +0100
14927 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
14930 ____________________________________________________________________________
14931 [ 10544] By: jhi on 2001/06/13 00:34:39
14932 Log: AIX tweaks from Merijn H. Brand.
14935 ____________________________________________________________________________
14936 [ 10543] By: jhi on 2001/06/13 00:11:42
14937 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
14938 From: "Brendan O'Dea" <bod@compusol.com.au>
14939 Date: Wed, 13 Jun 2001 05:16:47 +1000
14940 Message-ID: <20010613051647.A8945@compusol.com.au>
14941 Branch: maint-5.6/perl
14942 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14943 ____________________________________________________________________________
14944 [ 10542] By: jhi on 2001/06/13 00:07:50
14945 Log: Subject: Small bcopy cleanup
14946 From: Andy Dougherty <doughera@lafayette.edu>
14947 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
14948 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
14950 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
14951 ____________________________________________________________________________
14952 [ 10541] By: jhi on 2001/06/13 00:05:18
14953 Log: Subject: [PATCH] Re: ext/ + -Wall
14954 From: Nicholas Clark <nick@ccl4.org>
14955 Date: Wed, 13 Jun 2001 00:04:30 +0100
14956 Message-ID: <20010613000430.M5901@plum.flirble.org>
14958 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14959 ____________________________________________________________________________
14960 [ 10540] By: jhi on 2001/06/13 00:02:25
14961 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
14962 From: Nicholas Clark <nick@ccl4.org>
14963 Date: Tue, 12 Jun 2001 23:53:07 +0100
14964 Message-ID: <20010612235307.L5901@plum.flirble.org>
14966 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14967 ____________________________________________________________________________
14968 [ 10539] By: jhi on 2001/06/12 23:59:10
14969 Log: MPE/iX tweaks from Mark Bixby.
14971 ! hints/mpeix.sh mpeix/mpeixish.h util.c
14972 ____________________________________________________________________________
14973 [ 10538] By: jhi on 2001/06/12 14:16:15
14974 Log: Update Changes.
14976 ! Changes patchlevel.h
14977 ____________________________________________________________________________
14978 [ 10537] By: jhi on 2001/06/12 14:11:26
14979 Log: One less -Wall whine (found under DEBUGGING).
14981 ! x2p/Makefile.SH x2p/a2p.c
14982 ____________________________________________________________________________
14983 [ 10536] By: jhi on 2001/06/12 13:32:09
14984 Log: s/case-independent/case-insensitive/g
14986 ! pod/perldebug.pod
14987 ____________________________________________________________________________
14988 [ 10535] By: jhi on 2001/06/12 13:27:28
14989 Log: As suggested in
14991 Subject: Re: ext/ + -Wall
14992 From: Gurusamy Sarathy <gsar@ActiveState.com>
14993 Date: Mon, 11 Jun 2001 23:34:31 -0700
14994 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
14996 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
14998 ____________________________________________________________________________
14999 [ 10534] By: jhi on 2001/06/12 13:13:27
15000 Log: Subject: ext/ + -Wall
15001 From: Doug MacEachern <dougm@covalent.net>
15002 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
15003 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
15005 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
15006 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
15007 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
15008 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
15009 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
15010 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
15011 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
15012 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
15013 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
15014 ! lib/ExtUtils/xsubpp
15015 ____________________________________________________________________________
15016 [ 10533] By: jhi on 2001/06/12 12:52:57
15017 Log: Subject: [PATCH] anonymous stashes
15018 From: Abhijit Menon-Sen <ams@wiw.org>
15019 Date: Tue, 12 Jun 2001 12:47:04 +0530
15020 Message-ID: <20010612124704.A29029@lustre.linux.in>
15022 ! dump.c gv.c sv.c xsutils.c
15023 ____________________________________________________________________________
15024 [ 10532] By: jhi on 2001/06/12 12:37:36
15025 Log: One more test for $^S.
15028 ____________________________________________________________________________
15029 [ 10531] By: jhi on 2001/06/12 12:35:02
15030 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
15031 From: Abhijit Menon-Sen <ams@wiw.org>
15032 Date: Tue, 12 Jun 2001 17:35:55 +0530
15033 Message-ID: <20010612173555.A32426@lustre.linux.in>
15035 ! mg.c t/op/magic.t
15036 ____________________________________________________________________________
15037 [ 10530] By: jhi on 2001/06/12 12:31:11
15038 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
15039 From: Mike Guy <mjtg@cam.ac.uk>
15040 Date: Tue, 12 Jun 2001 13:14:15 +0100
15041 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
15044 ____________________________________________________________________________
15045 [ 10529] By: jhi on 2001/06/12 12:21:06
15046 Log: AUTHORS updates.
15049 ____________________________________________________________________________
15050 [ 10528] By: jhi on 2001/06/12 12:19:47
15051 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
15052 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
15053 Content-Transfer-Encoding: 7bit
15054 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
15056 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
15057 ____________________________________________________________________________
15058 [ 10527] By: jhi on 2001/06/12 11:58:53
15059 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
15060 From: "Philip Newton" <Philip.Newton@gmx.net>
15061 Date: Mon, 11 Jun 2001 07:08:03 +0200
15062 Message-Id: <200106120802.LAA08992@taas.iki.fi>
15065 ____________________________________________________________________________
15066 [ 10526] By: jhi on 2001/06/12 01:35:34
15067 Log: Cleanup the a2p.c for -Wall.
15069 ! x2p/Makefile.SH x2p/a2p.c
15070 ____________________________________________________________________________
15071 [ 10525] By: jhi on 2001/06/12 01:10:56
15072 Log: File::Find update for MacOS from Chris Nandor.
15074 ! lib/File/Find.pm t/lib/filefind.t
15075 ____________________________________________________________________________
15076 [ 10524] By: jhi on 2001/06/12 00:29:20
15077 Log: gcc -Wall nits picked out by a non-UNIX system
15078 (courtesy of Mark Bixby)
15080 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
15081 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
15083 ____________________________________________________________________________
15084 [ 10523] By: jhi on 2001/06/11 22:34:03
15085 Log: Metaconfig unit change for #10522. (The d_modfl changes
15087 Branch: metaconfig/U/perl
15088 ! d_modfl.U d_u32align.U
15089 ____________________________________________________________________________
15090 [ 10522] By: jhi on 2001/06/11 22:33:00
15091 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
15092 be "./try 2>&1 >/dev/null".
15095 ____________________________________________________________________________
15096 [ 10521] By: jhi on 2001/06/11 19:49:54
15097 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
15098 From: "Craig A. Berry" <craigberry@mac.com>
15099 Date: Mon, 11 Jun 2001 14:00:32 -0500
15100 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
15103 ____________________________________________________________________________
15104 [ 10520] By: jhi on 2001/06/11 17:55:47
15105 Log: Move the full \p\P lists to perlunicode.
15107 ! pod/perlretut.pod pod/perlunicode.pod
15108 ____________________________________________________________________________
15109 [ 10519] By: jhi on 2001/06/11 17:10:00
15110 Log: VOS build tweak for 5.6.1 from Paul Green.
15111 Branch: maint-5.6/perl
15113 ____________________________________________________________________________
15114 [ 10518] By: jhi on 2001/06/11 17:07:03
15115 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
15116 From: "Craig A. Berry" <craigberry@mac.com>
15117 Date: Fri, 8 Jun 2001 18:08:18 -0500
15118 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
15121 ____________________________________________________________________________
15122 [ 10517] By: jhi on 2001/06/11 14:52:01
15123 Log: Update Changes.
15125 ! Changes patchlevel.h
15126 ____________________________________________________________________________
15127 [ 10516] By: jhi on 2001/06/11 14:46:33
15128 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
15130 ! vos/config.alpha.h vos/config.ga.h
15131 ____________________________________________________________________________
15132 [ 10515] By: jhi on 2001/06/11 14:39:05
15133 Log: VOS updates from Paul Green for @10476.
15135 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
15136 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15137 ! vos/config.ga.h vos/configure_perl.cm
15138 ____________________________________________________________________________
15139 [ 10514] By: jhi on 2001/06/11 12:58:43
15140 Log: Subject: [PATCH] Not many people know this ...
15141 From: Mike Guy <mjtg@cam.ac.uk>
15142 Date: Mon, 11 Jun 2001 14:55:15 +0100
15143 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
15145 ! pod/perldebug.pod
15146 ____________________________________________________________________________
15147 [ 10513] By: jhi on 2001/06/11 12:30:06
15148 Log: Add final commas to lists as suggested by Philip Newton.
15150 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15151 ____________________________________________________________________________
15152 [ 10512] By: jhi on 2001/06/11 12:28:49
15153 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
15154 Date: Sun, 10 Jun 2001 23:35:38 -0400
15155 From: Chris Nandor <pudge@pobox.com>
15156 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
15158 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
15159 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
15160 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
15161 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
15162 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
15163 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
15164 ! t/op/write.t t/pragma/strict.t
15165 ____________________________________________________________________________
15166 [ 10511] By: jhi on 2001/06/11 12:13:31
15167 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
15168 From: Chris Nandor <pudge@pobox.com>
15169 Date: Mon, 11 Jun 2001 08:24:28 -0400
15170 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
15172 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
15174 ____________________________________________________________________________
15175 [ 10510] By: jhi on 2001/06/11 12:03:16
15176 Log: One more run_byacc (a hand-tweaked version had slipped in).
15178 ! perly.c vms/perly_c.vms
15179 ____________________________________________________________________________
15180 [ 10509] By: nick on 2001/06/11 07:49:15
15181 Log: Integrate mainline
15183 !> Makefile.SH embed.h embed.pl global.sym
15184 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
15185 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
15186 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
15187 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
15188 ____________________________________________________________________________
15189 [ 10508] By: jhi on 2001/06/10 22:38:05
15190 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
15191 From: Mike Guy <mjtg@cam.ac.uk>
15192 Reply-To: mjtg@cam.ac.uk
15193 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
15195 ! lib/ExtUtils/Manifest.pm
15196 ____________________________________________________________________________
15197 [ 10507] By: jhi on 2001/06/10 22:37:16
15198 Log: Subject: [PATCH] ExtUtils::Constant
15199 From: Nicholas Clark <nick@ccl4.org>
15200 Date: Sun, 10 Jun 2001 23:25:41 +0100
15201 Message-ID: <20010610232540.C76396@plum.flirble.org>
15203 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15204 ____________________________________________________________________________
15205 [ 10506] By: jhi on 2001/06/10 20:57:20
15206 Log: Integrate perlio.
15209 ____________________________________________________________________________
15210 [ 10505] By: jhi on 2001/06/10 18:37:57
15211 Log: Move the grok_number and its lieutenant grok_numeric_radix
15212 from sv.c statics to util.c and public.
15214 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
15215 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
15216 ____________________________________________________________________________
15217 [ 10504] By: nick on 2001/06/10 17:47:06
15218 Log: Fix (valid) -Wall warnings in perlio.c
15221 ____________________________________________________________________________
15222 [ 10503] By: jhi on 2001/06/10 17:38:28
15223 Log: Update perly_c.diff, update perly.fixer to edit away
15224 some of the -Wall noise.
15226 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
15227 ____________________________________________________________________________
15228 [ 10502] By: jhi on 2001/06/10 17:09:42
15229 Log: Check the version of byacc.
15232 ____________________________________________________________________________
15233 [ 10501] By: jhi on 2001/06/10 17:00:08
15234 Log: Subject: [PATCH] perly.y overhaul
15235 From: Simon Cozens <simon@netthink.co.uk>
15236 Date: Sun, 10 Jun 2001 16:56:54 +0100
15237 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
15239 Plus make run_byacc.
15241 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
15242 ____________________________________________________________________________
15243 [ 10500] By: jhi on 2001/06/10 16:07:28
15244 Log: Integrate perlio.
15246 !> perlio.c perlsfio.h
15247 ____________________________________________________________________________
15248 [ 10499] By: nick on 2001/06/10 15:01:08
15249 Log: Integrate mainline
15251 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
15252 !> t/pragma/locale.t util.c
15253 ____________________________________________________________________________
15254 [ 10498] By: jhi on 2001/06/10 13:49:23
15255 Log: Put some meat on the perl572delta bones. The list of
15256 selected bug fixes needs more work, as does still the
15259 ! pod/perl572delta.pod
15260 ____________________________________________________________________________
15261 [ 10497] By: nick on 2001/06/10 12:27:51
15262 Log: Paper over a crack or two with USE_SFIO
15264 ! perlio.c perlsfio.h
15265 ____________________________________________________________________________
15266 [ 10496] By: jhi on 2001/06/10 11:04:22
15267 Log: Update Changes.
15269 ! Changes patchlevel.h
15270 ____________________________________________________________________________
15271 [ 10495] By: jhi on 2001/06/10 10:55:34
15272 Log: Subject: Re: pragma/locale.t #107
15273 From: Hugo <hv@crypt.compulink.co.uk>
15274 Date: Sun, 10 Jun 2001 11:23:30 +0100
15275 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
15277 Encapsulate the scan of the decimal radix separator.
15279 ! embed.h embed.pl proto.h sv.c
15280 ____________________________________________________________________________
15281 [ 10494] By: jhi on 2001/06/10 03:00:17
15282 Log: Try to grok numbers both with the locale specific separator
15283 and with the usual "." (if different from the lss); add a test
15284 to locale.t to do also a little bit of math in addition to just
15285 equalness testing; remove extraneous logic as suggested in
15287 Subject: Re: pragma/locale.t #107
15288 From: Nicholas Clark <nick@ccl4.org>
15289 Date: Sat, 9 Jun 2001 22:37:36 +0100
15290 Message-ID: <20010609223735.Y76396@plum.flirble.org>
15292 ! sv.c t/pragma/locale.t
15293 ____________________________________________________________________________
15294 [ 10493] By: jhi on 2001/06/10 01:25:23
15295 Log: Metaconfig unit change for #10492.
15296 Branch: metaconfig/U/perl
15298 ____________________________________________________________________________
15299 [ 10492] By: jhi on 2001/06/10 01:23:59
15300 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
15301 From: Artur Bergman <artur@contiller.se>
15302 Date: Sat, 09 Jun 2001 21:03:51 +0200
15303 Message-ID: <B7483FB6.1398%artur@contiller.se>
15306 ____________________________________________________________________________
15307 [ 10491] By: jhi on 2001/06/10 01:15:40
15308 Log: Integrate perlio.
15311 ____________________________________________________________________________
15312 [ 10490] By: jhi on 2001/06/10 01:08:26
15313 Log: Do locale specific separator if only in locale.
15316 ____________________________________________________________________________
15317 [ 10489] By: nick on 2001/06/09 19:13:25
15318 Log: Make XS/Typemap compile (but fail) with sfio
15321 ____________________________________________________________________________
15322 [ 10488] By: nick on 2001/06/09 19:12:51
15323 Log: Re-integrate mainline
15325 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
15326 !> proto.h sv.c util.c
15327 ____________________________________________________________________________
15328 [ 10487] By: nick on 2001/06/09 16:26:29
15329 Log: Integrate mainline
15331 !> (integrate 31 files)
15332 ____________________________________________________________________________
15333 [ 10486] By: jhi on 2001/06/09 16:11:51
15334 Log: Subject: [PATCH] New attempt to clone callack
15335 From: Artur Bergman <artur@contiller.se>
15336 Date: Thu, 07 Jun 2001 11:52:16 +0200
15337 Message-ID: <B7451B6F.12B7%artur@contiller.se>
15339 ! embedvar.h intrpvar.h perlapi.h sv.c
15340 ____________________________________________________________________________
15341 [ 10485] By: jhi on 2001/06/09 15:23:52
15342 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
15344 ! embed.h embed.pl perl.h proto.h sv.c util.c
15345 ____________________________________________________________________________
15346 [ 10484] By: jhi on 2001/06/09 14:47:25
15347 Log: Subject: Re: pragma/locale.t #107
15348 From: Nicholas Clark <nick@ccl4.org>
15349 Date: Sat, 9 Jun 2001 16:26:10 +0100
15350 Message-ID: <20010609162609.V76396@plum.flirble.org>
15352 A missing NVification.
15355 ____________________________________________________________________________
15356 [ 10483] By: jhi on 2001/06/08 19:40:32
15357 Log: Redo the #10482, there already was a test script for formats.
15360 ! MANIFEST t/op/write.t
15361 ____________________________________________________________________________
15362 [ 10482] By: jhi on 2001/06/08 19:34:45
15363 Log: Twisted format testing, from Merijn.
15367 ____________________________________________________________________________
15368 [ 10481] By: jhi on 2001/06/08 19:21:56
15369 Log: More \p{In...} testing, combined with \N{...}.
15371 ! lib/utf8_heavy.pl t/op/pat.t
15372 ____________________________________________________________________________
15373 [ 10480] By: jhi on 2001/06/08 14:16:06
15374 Log: Metaconfig changes for #10479.
15377 Branch: metaconfig/U/perl
15379 ____________________________________________________________________________
15380 [ 10479] By: jhi on 2001/06/08 14:15:32
15381 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
15383 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15384 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
15385 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15386 ! win32/config.bc win32/config.gc win32/config.vc
15387 ____________________________________________________________________________
15388 [ 10478] By: jhi on 2001/06/08 12:20:41
15389 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
15390 From: "Craig A. Berry" <craigberry@mac.com>
15391 Date: Thu, 7 Jun 2001 14:27:20 -0500
15392 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
15395 ____________________________________________________________________________
15396 [ 10477] By: jhi on 2001/06/08 12:19:00
15397 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
15398 From: Gisle Aas <gisle@ActiveState.com>
15399 Date: 07 Jun 2001 17:04:29 -0700
15400 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
15403 ____________________________________________________________________________
15404 [ 10476] By: jhi on 2001/06/08 01:35:42
15405 Log: Update Changes.
15407 ! Changes patchlevel.h
15408 ____________________________________________________________________________
15409 [ 10475] By: jhi on 2001/06/08 00:53:45
15410 Log: Regen Glossary et alia.
15412 ! Porting/Glossary Porting/config.sh Porting/config_H
15413 ____________________________________________________________________________
15414 [ 10474] By: jhi on 2001/06/07 22:06:38
15415 Log: Metaconfig unit changes for #10473.
15416 Branch: metaconfig/U/perl
15418 ____________________________________________________________________________
15419 [ 10473] By: jhi on 2001/06/07 22:06:16
15420 Log: Harumph, also AIX will spill its guts (i.e. dump core)
15421 if an executable contains modfl() but it hasn't been
15422 compiled right (in the case of AIX, with cc -qlongdouble).
15425 ____________________________________________________________________________
15426 [ 10472] By: gsar on 2001/06/07 20:04:28
15427 Log: integrate change#10471 from mainline
15429 in change#10451, check that CvOUTSIDE is a CV before looking in
15430 (it can apparently be SVt_NULL during global destruction)
15431 Branch: maint-5.6/perl
15433 ____________________________________________________________________________
15434 [ 10471] By: gsar on 2001/06/07 20:01:31
15435 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
15436 (it can apparently be SVt_NULL during global destruction)
15439 ____________________________________________________________________________
15440 [ 10470] By: jhi on 2001/06/07 12:17:51
15441 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
15442 From: Robin Barker <rmb1@cise.npl.co.uk>
15443 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
15444 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
15446 ! lib/diagnostics.pm pod/perldiag.pod
15447 ____________________________________________________________________________
15448 [ 10469] By: jhi on 2001/06/07 12:16:12
15449 Log: Subject: [PATCH perl@10439] long =item
15450 From: Robin Barker <rmb1@cise.npl.co.uk>
15451 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
15452 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
15454 ! README.amiga lib/Attribute/Handlers.pm
15455 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15456 ____________________________________________________________________________
15457 [ 10468] By: jhi on 2001/06/07 12:08:56
15458 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
15459 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
15460 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
15461 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
15464 ____________________________________________________________________________
15465 [ 10467] By: jhi on 2001/06/07 12:04:26
15466 Log: Integrate perlio.
15469 ____________________________________________________________________________
15470 [ 10466] By: nick on 2001/06/07 10:25:40
15471 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
15473 Still coredumps in pragma/overload.t - what a nice hard fail that is...
15476 ____________________________________________________________________________
15477 [ 10465] By: nick on 2001/06/07 08:41:58
15478 Log: Raw integrate of mainline for S_grok_number debug
15479 (sv.c has MULTIPLICITY issues as well as whatever else ...)
15481 - plan9/perlplan9.doc plan9/perlplan9.pod
15482 !> (integrate 46 files)
15483 ____________________________________________________________________________
15484 [ 10464] By: jhi on 2001/06/06 23:33:58
15485 Log: The proper prototyping for #10463.
15487 ! embed.h embed.pl proto.h sv.c
15488 ____________________________________________________________________________
15489 [ 10463] By: jhi on 2001/06/06 23:15:30
15490 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
15491 From: Nicholas Clark <nick@ccl4.org>
15492 Date: Thu, 7 Jun 2001 00:29:59 +0100
15493 Message-ID: <20010607002959.Z76396@plum.flirble.org>
15496 ____________________________________________________________________________
15497 [ 10462] By: jhi on 2001/06/06 23:13:19
15498 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
15499 From: "Craig A. Berry" <craigberry@mac.com>
15500 Date: Wed, 06 Jun 2001 17:54:30 -0500
15501 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
15504 ____________________________________________________________________________
15505 [ 10461] By: jhi on 2001/06/06 23:10:00
15506 Log: Podify the remaining README.platform files;
15507 merge README.plan9 and plan9/perlplan9.pod;
15508 delete plan9/perlplan9.* (the perlplan.doc needs to
15509 be regenerated in Plan 9); make the =head1 and =head2
15510 in the README.platform to be a little more verbose
15511 (skipped README.os2 not to anger Ilya) so that they
15512 look better in the toc; regen toc.
15514 - plan9/perlplan9.doc plan9/perlplan9.pod
15515 ! MANIFEST README.aix README.amiga README.apollo README.beos
15516 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
15517 ! README.hpux README.hurd README.machten README.macos
15518 ! README.micro README.mint README.mpeix README.os390
15519 ! README.plan9 README.qnx README.solaris README.threads
15520 ! README.tru64 README.vmesa README.vms README.vos README.win32
15521 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15522 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15523 ____________________________________________________________________________
15524 [ 10460] By: jhi on 2001/06/06 20:58:53
15525 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
15526 From: Mike Guy <mjtg@cam.ac.uk>
15527 Reply-To: mjtg@cam.ac.uk
15528 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
15531 ____________________________________________________________________________
15532 [ 10459] By: jhi on 2001/06/06 20:58:15
15533 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
15534 From: Mike Guy <mjtg@cam.ac.uk>
15535 Reply-To: mjtg@cam.ac.uk
15536 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
15539 ____________________________________________________________________________
15540 [ 10458] By: jhi on 2001/06/06 20:56:04
15541 Log: Disable long doubles from pre-5.0 Tru64s.
15543 ! README.tru64 hints/dec_osf.sh
15544 ____________________________________________________________________________
15545 [ 10457] By: jhi on 2001/06/06 20:49:23
15546 Log: The #10455 exposed that modfl() is fundamentally busted
15547 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
15551 ____________________________________________________________________________
15552 [ 10456] By: jhi on 2001/06/06 20:48:35
15553 Log: Metaconfig unit change for #10455.
15554 Branch: metaconfig/U/perl
15556 ____________________________________________________________________________
15557 [ 10455] By: jhi on 2001/06/06 20:48:09
15558 Log: Configure check for geborken modfl(), inspired by
15560 Subject: Re: [20010118.017] op/int.t failure
15561 From: Hugo <hv@crypt.compulink.co.uk>
15562 Date: Tue, 05 Jun 2001 13:43:27 +0100
15563 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
15566 ____________________________________________________________________________
15567 [ 10454] By: jhi on 2001/06/06 11:45:08
15568 Log: Integrate changes #10450 and #10451 from maintperl:
15570 optimize change#10448 slightly (don't repeat search in eval""s lexical
15571 scope, since that has already been searched)
15573 change#9108 needs subtler treatment for case of closures created
15576 !> op.c t/op/misc.t
15577 ____________________________________________________________________________
15578 [ 10453] By: jhi on 2001/06/06 11:42:10
15579 Log: MakeMaker magic to compile (when no dynamic loading)
15580 List/Util.xsc as (ListUtil.c and) ListUtil.o since
15581 POSIX-BC (BS2000) linker has an evil limitation of
15582 being unable to include in the same executable several
15583 object files with the same name - case-insensitively -
15584 because otherwise we conflict with util.c.
15585 Strictly speaking currently required only in POSIX-BC
15586 but probably will do no harm elsewhere where static
15587 linking is required.
15589 ! ext/List/Util/Makefile.PL
15590 ____________________________________________________________________________
15591 [ 10452] By: nick on 2001/06/06 08:59:51
15592 Log: Integrate mainline.
15594 +> lib/Attribute/Handlers/demo/Demo.pm
15595 +> lib/Attribute/Handlers/demo/Descriptions.pm
15596 +> lib/Attribute/Handlers/demo/MyClass.pm
15597 +> lib/Attribute/Handlers/demo/demo.pl
15598 +> lib/Attribute/Handlers/demo/demo2.pl
15599 +> lib/Attribute/Handlers/demo/demo3.pl
15600 +> lib/Attribute/Handlers/demo/demo4.pl
15601 +> lib/Attribute/Handlers/demo/demo_call.pl
15602 +> lib/Attribute/Handlers/demo/demo_chain.pl
15603 +> lib/Attribute/Handlers/demo/demo_cycle.pl
15604 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
15605 +> lib/Attribute/Handlers/demo/demo_phases.pl
15606 +> lib/Attribute/Handlers/demo/demo_range.pl
15607 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
15608 +> uts/strtol_wrap.c
15609 !> (integrate 91 files)
15610 ____________________________________________________________________________
15611 [ 10451] By: gsar on 2001/06/06 07:11:36
15612 Log: change#9108 needs subtler treatment for case of closures created
15614 Branch: maint-5.6/perl
15616 ____________________________________________________________________________
15617 [ 10450] By: gsar on 2001/06/06 05:47:25
15618 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
15619 scope, since that has already been searched)
15620 Branch: maint-5.6/perl
15622 ____________________________________________________________________________
15623 [ 10449] By: jhi on 2001/06/06 01:33:31
15624 Log: Integrate change #10448 from maintperl; lexicals
15625 outside an eval"" weren't resolved correctly inside a subroutine
15626 definition inside the eval"" if they were not already referenced
15627 in the toplevel of the eval""-ed code
15629 !> cop.h op.c pp_ctl.c t/op/misc.t
15630 ____________________________________________________________________________
15631 [ 10448] By: gsar on 2001/06/06 01:03:26
15632 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
15633 outside an eval"" weren't resolved correctly inside a subroutine
15634 definition inside the eval"" if they were not already referenced
15635 in the toplevel of the eval""-ed code
15636 Branch: maint-5.6/perl
15637 ! cop.h op.c pp_ctl.c t/op/misc.t
15638 ____________________________________________________________________________
15639 [ 10447] By: jhi on 2001/06/06 00:51:04
15640 Log: Subject: [PATCH] perl570delta.pod
15641 From: Peter Scott <Peter@PSDT.com>
15642 Date: Tue, 05 Jun 2001 18:51:02 -0700
15643 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
15645 ! pod/perl570delta.pod
15646 ____________________________________________________________________________
15647 [ 10446] By: jhi on 2001/06/05 23:45:05
15648 Log: The fudge factor is no more needed. I hope.
15651 ____________________________________________________________________________
15652 [ 10445] By: jhi on 2001/06/05 23:19:19
15653 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
15654 From: Hugo <hv@crypt.compulink.co.uk>
15655 Date: Tue, 05 Jun 2001 12:58:19 +0100
15656 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
15659 ____________________________________________________________________________
15660 [ 10444] By: jhi on 2001/06/05 11:09:01
15661 Log: Make up prototypes only for those who have the functions
15662 but not the prototypes.
15665 ____________________________________________________________________________
15666 [ 10443] By: jhi on 2001/06/05 11:02:13
15667 Log: Subject: Re: Not OK: perl@10439 on win32
15668 From: Prymmer/Kahn <pvhp@best.com>
15669 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
15670 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
15673 ____________________________________________________________________________
15674 [ 10442] By: jhi on 2001/06/05 00:55:46
15675 Log: The metaconfig units changes for #10441.
15677 ! U/modified/Extract.U U/modified/Extractall.U
15678 ! U/modified/Finish.U
15679 ____________________________________________________________________________
15680 [ 10441] By: jhi on 2001/06/05 00:55:17
15681 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
15684 ____________________________________________________________________________
15685 [ 10440] By: jhi on 2001/06/05 00:28:27
15686 Log: Unnecessary fuzziness undone, noted by Mike Guy.
15689 ____________________________________________________________________________
15690 [ 10439] By: jhi on 2001/06/04 17:14:31
15691 Log: Update Changes.
15693 ! Changes patchlevel.h
15694 ____________________________________________________________________________
15695 [ 10438] By: jhi on 2001/06/04 17:10:16
15696 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
15697 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
15701 ____________________________________________________________________________
15702 [ 10437] By: jhi on 2001/06/04 17:01:06
15703 Log: Test case for #10433/#10424.
15706 ____________________________________________________________________________
15707 [ 10436] By: jhi on 2001/06/04 16:54:21
15708 Log: Subject: One fix for strtoul not setting errno
15709 From: hom00@utsglobal.com (Hal Morris)
15710 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
15711 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
15713 + uts/strtol_wrap.c
15714 ! MANIFEST hints/uts.sh
15715 ____________________________________________________________________________
15716 [ 10435] By: jhi on 2001/06/04 16:54:01
15717 Log: Metaconfig units changes for #10434.
15719 ! U/modified/Cppsym.U
15720 Branch: metaconfig/U/perl
15721 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
15722 + d_syscallproto.U d_usleepproto.U
15723 ! longdblfio.U quadfio.U
15724 ____________________________________________________________________________
15725 [ 10434] By: jhi on 2001/06/04 16:48:33
15726 Log: Configure tweaks; add prototype probes, make the cpp symbols
15727 probe to cast, not whine; test for %Ld and %Lf before %lld and
15728 %llf because the L is the ANSI way.
15730 ! Configure config_h.SH configure.com epoc/config.sh
15731 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
15732 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15733 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
15734 ____________________________________________________________________________
15735 [ 10433] By: jhi on 2001/06/04 16:45:23
15736 Log: Sigh. This is what #10424 was supposed to check in.
15739 ____________________________________________________________________________
15740 [ 10432] By: jhi on 2001/06/04 16:29:40
15741 Log: More verbose failure.
15744 ____________________________________________________________________________
15745 [ 10431] By: jhi on 2001/06/04 16:21:55
15746 Log: The .pm changes to go with #10428.
15748 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
15749 ! ext/Sys/Syslog/Syslog.pm
15750 ____________________________________________________________________________
15751 [ 10430] By: jhi on 2001/06/04 16:05:20
15752 Log: On second thoughts show to utf8 skippage message only
15753 on failures, it's too confusing otherwise,
15755 ! t/pragma/locale.t
15756 ____________________________________________________________________________
15757 [ 10429] By: jhi on 2001/06/04 14:47:50
15758 Log: Do not import anything from Encode.
15760 ! ext/MIME/Base64/QuotedPrint.pm
15761 ____________________________________________________________________________
15762 [ 10428] By: jhi on 2001/06/04 14:45:47
15763 Log: The #10402 didn't take. Weird.
15765 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
15766 ! ext/Sys/Syslog/Syslog.xs
15767 ____________________________________________________________________________
15768 [ 10427] By: jhi on 2001/06/04 12:55:39
15769 Log: Eradicate traces of 'asciirange' re subpragma.
15771 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
15773 ____________________________________________________________________________
15774 [ 10426] By: jhi on 2001/06/04 12:44:05
15775 Log: use is a compile-time thing.
15777 ! ext/MIME/Base64/QuotedPrint.pm
15778 ____________________________________________________________________________
15779 [ 10425] By: jhi on 2001/06/04 12:39:44
15780 Log: Subject: [PATCH perl@10419] -Wall casting patch
15781 From: Robin Barker <rmb1@cise.npl.co.uk>
15782 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
15783 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
15785 ! ext/Devel/DProf/DProf.xs mg.c
15786 ____________________________________________________________________________
15787 [ 10424] By: jhi on 2001/06/04 12:23:30
15788 Log: Subject: [PATCH #2] introducing SVpad_TYPED
15789 From: Abhijit Menon-Sen <ams@wiw.org>
15790 Date: Mon, 4 Jun 2001 12:26:02 +0530
15791 Message-ID: <20010604122602.A5775@lustre.linux.in>
15794 ____________________________________________________________________________
15795 [ 10423] By: gsar on 2001/06/04 05:12:18
15796 Log: testsuite for change#10192 (from Gisle Aas)
15800 ____________________________________________________________________________
15801 [ 10422] By: gsar on 2001/06/04 02:32:03
15802 Log: integrate changes#10414-10416 from mainline
15804 Potential buffer overrun if the radix separator is more than
15805 one byte. Also, under locales, prefer the locale-specific
15806 separator over the old boring ".".
15808 "10.", that is, decimal numbers can have no decimal part at all.
15810 The non-locale places need love, too.
15811 Branch: maint-5.6/perl
15813 ____________________________________________________________________________
15814 [ 10421] By: jhi on 2001/06/04 02:25:53
15815 Log: Missed from #10420.
15818 ____________________________________________________________________________
15819 [ 10420] By: jhi on 2001/06/04 02:19:58
15820 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
15821 often this prototype goes with HAS_SETRESUID_PROTO.
15823 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15824 ! config_h.SH configure.com perl.h uconfig.h
15825 ____________________________________________________________________________
15826 [ 10419] By: jhi on 2001/06/04 00:24:55
15827 Log: Update Changes.
15829 ! Changes patchlevel.h
15830 ____________________________________________________________________________
15831 [ 10418] By: jhi on 2001/06/03 23:58:04
15832 Log: -Wall "subscript has type `char'" cleanup.
15834 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
15835 ____________________________________________________________________________
15836 [ 10417] By: jhi on 2001/06/03 23:37:17
15837 Log: Various "cast to pointer from integer of different size"
15838 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
15839 wide but I32 (int) only 32 bits wide).
15841 WARNING: the classnum and tagnum changes in Storable.xs
15842 may not be wise, they may be breaking binary compatibility
15843 (in 64-bit platforms), asked Raphael Manfredi about the changes.
15845 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
15847 ____________________________________________________________________________
15848 [ 10416] By: jhi on 2001/06/03 23:15:24
15849 Log: The non-locale places need love, too.
15852 ____________________________________________________________________________
15853 [ 10415] By: jhi on 2001/06/03 23:10:55
15854 Log: "10.", that is, decimal numbers can have no decimal part at all.
15857 ____________________________________________________________________________
15858 [ 10414] By: jhi on 2001/06/03 22:49:55
15859 Log: Potential buffer overrun if the radix separator is more than
15860 one byte. Also, under locales, prefer the locale-specific
15861 separator over the old boring ".".
15864 ____________________________________________________________________________
15865 [ 10413] By: jhi on 2001/06/03 22:42:10
15866 Log: Integrate change #10412 from maintperl; locale is now
15867 per-cop, not per-op; plus retweak the locale.t to always
15868 list the skipped utf8 locales.
15870 ! t/pragma/locale.t
15871 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
15872 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
15873 ____________________________________________________________________________
15874 [ 10412] By: gsar on 2001/06/03 22:23:16
15875 Log: rationalize locale handling to fix the bugs uncovered by change#10394
15877 the major issue was that the runtime was looking at PL_hints rather
15878 than op_private to notice whether locale was enabled
15880 the secondary issue was that many locale-sensitive numeric ops didn't
15881 have HINT_LOCALE propagated into their op_private
15883 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
15884 instead of per-op, just like HINT_BYTE and the hints for lexical
15885 warnings (this makes the hint available to every op via PL_curcop)
15887 pragma/locale.t may need to be reworked with these fixes in mind
15888 (it currently passes its tests)
15889 Branch: maint-5.6/perl
15890 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
15891 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
15892 ____________________________________________________________________________
15893 [ 10411] By: jhi on 2001/06/03 17:50:49
15894 Log: More verbose debugging.
15896 ! t/pragma/locale.t
15897 ____________________________________________________________________________
15898 [ 10410] By: jhi on 2001/06/03 17:36:40
15899 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
15900 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
15901 Date: Sat, 2 Jun 2001 22:53:33 +0100
15902 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
15904 ! regcomp.c t/pragma/warn/regcomp
15905 ____________________________________________________________________________
15906 [ 10409] By: jhi on 2001/06/03 17:27:13
15907 Log: Mention that lexicalizing $a or $b is a bad idea if one
15908 wants to use sort().
15911 ____________________________________________________________________________
15912 [ 10408] By: jhi on 2001/06/03 16:52:41
15913 Log: Tweak the test to be happy if the accuracy is 'good enough'.
15916 ____________________________________________________________________________
15917 [ 10407] By: jhi on 2001/06/03 16:50:33
15918 Log: Upgrade to Attribute::Handlers 0.70.
15920 NOTE: this unearthed the "too late for CHECK block" bug,
15921 that's why the 1_compile.t change.
15923 + lib/Attribute/Handlers/demo/Demo.pm
15924 + lib/Attribute/Handlers/demo/Descriptions.pm
15925 + lib/Attribute/Handlers/demo/MyClass.pm
15926 + lib/Attribute/Handlers/demo/demo.pl
15927 + lib/Attribute/Handlers/demo/demo2.pl
15928 + lib/Attribute/Handlers/demo/demo3.pl
15929 + lib/Attribute/Handlers/demo/demo4.pl
15930 + lib/Attribute/Handlers/demo/demo_call.pl
15931 + lib/Attribute/Handlers/demo/demo_chain.pl
15932 + lib/Attribute/Handlers/demo/demo_cycle.pl
15933 + lib/Attribute/Handlers/demo/demo_hashdir.pl
15934 + lib/Attribute/Handlers/demo/demo_phases.pl
15935 + lib/Attribute/Handlers/demo/demo_range.pl
15936 + lib/Attribute/Handlers/demo/demo_rawdata.pl
15937 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
15939 ____________________________________________________________________________
15940 [ 10406] By: jhi on 2001/06/03 16:40:03
15941 Log: One less -Wall whine.
15944 ____________________________________________________________________________
15945 [ 10405] By: jhi on 2001/06/03 16:30:34
15946 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
15949 ____________________________________________________________________________
15950 [ 10404] By: gsar on 2001/06/03 16:23:07
15951 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
15952 aren't "normally" visible inside eval""s contained in subs unless
15953 a cloned reference to them already exists)
15955 strangely enough, t/harness didn't show this up as a failure
15956 (harness needs fixing?)
15957 Branch: maint-5.6/perl
15959 ____________________________________________________________________________
15960 [ 10403] By: jhi on 2001/06/03 16:22:59
15961 Log: Update to Text::Balanced 1.85.
15963 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
15964 ____________________________________________________________________________
15965 [ 10402] By: jhi on 2001/06/03 16:18:09
15966 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
15967 From: Nicholas Clark <nick@ccl4.org>
15968 Date: Sun, 3 Jun 2001 17:54:36 +0100
15969 Message-ID: <20010603175436.E76396@plum.flirble.org>
15971 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
15972 ! ext/Sys/Syslog/Syslog.xs
15973 ____________________________________________________________________________
15974 [ 10401] By: jhi on 2001/06/03 16:09:33
15975 Log: Unused variables.
15978 ____________________________________________________________________________
15979 [ 10400] By: jhi on 2001/06/03 16:04:26
15980 Log: Subject: [PATCH] APIfy op_clear
15981 From: Simon Cozens <simon@netthink.co.uk>
15982 Date: Sun, 3 Jun 2001 13:51:46 +0100
15983 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
15985 (despite the subject line, op_null is APIfied by the patch)
15987 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15988 ____________________________________________________________________________
15989 [ 10399] By: jhi on 2001/06/03 15:51:35
15990 Log: Subject: [PATCH] t/lib/extutils.t
15991 From: Nicholas Clark <nick@ccl4.org>
15992 Date: Sat, 2 Jun 2001 23:57:05 +0100
15993 Message-ID: <20010602235705.Q12698@plum.flirble.org>
15995 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15996 ____________________________________________________________________________
15997 [ 10398] By: jhi on 2001/06/03 15:34:11
15998 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
15999 From: Prymmer/Kahn <pvhp@best.com>
16000 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
16001 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
16003 ! win32/Makefile win32/makefile.mk
16004 ____________________________________________________________________________
16005 [ 10397] By: jhi on 2001/06/03 15:12:13
16006 Log: Subject: Re: 'decimal digits' macro?
16007 From: Hugo <hv@crypt.compulink.co.uk>
16008 Date: Sun, 03 Jun 2001 04:26:36 +0100
16009 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
16011 ! handy.h t/lib/posix.t t/op/tr.t
16012 ____________________________________________________________________________
16013 [ 10396] By: jhi on 2001/06/03 15:10:49
16014 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
16015 From: Hugo <hv@crypt.compulink.co.uk>
16016 Date: Sun, 03 Jun 2001 14:56:30 +0100
16017 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
16020 ____________________________________________________________________________
16021 [ 10395] By: jhi on 2001/06/03 14:59:41
16022 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
16024 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
16026 ____________________________________________________________________________
16027 [ 10394] By: gsar on 2001/06/03 03:05:43
16028 Log: fix leakage of lexicals at file scope into subroutines that were
16029 declared before them; this appears to be a longstanding bug that
16030 meant that lexicals at file scope were never "deintroduced", meaning
16031 their scope range was never properly closed, and their visibility
16032 extended to all subsequent eval""s or requires
16036 seems to also fix a case of bogus duplicate warnings
16037 Branch: maint-5.6/perl
16038 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
16040 ____________________________________________________________________________
16041 [ 10393] By: jhi on 2001/06/02 16:55:03
16042 Log: More VMS tweaks from Craig A. Berry.
16044 ! configure.com t/lib/extutils.t
16045 ____________________________________________________________________________
16046 [ 10392] By: jhi on 2001/06/02 16:48:26
16047 Log: -Wall cleanup continues.
16049 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
16050 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
16051 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
16052 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
16053 ! run.c toke.c util.c
16054 ____________________________________________________________________________
16055 [ 10391] By: jhi on 2001/06/02 13:29:47
16056 Log: The metaconfig unit change for #10390.
16057 Branch: metaconfig/U/perl
16059 ____________________________________________________________________________
16060 [ 10390] By: jhi on 2001/06/02 13:29:12
16061 Log: Drop the -ansi from the default gcc flags.
16063 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
16064 that struct cannot be compared with a flat integer, such as STRLEN.
16065 The -ansi will also cause a lot of noise in Solaris because of:
16066 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
16069 ____________________________________________________________________________
16070 [ 10389] By: jhi on 2001/06/02 13:14:57
16071 Log: Integrate perlio.
16073 !> pod/perlapi.pod util.c
16074 ____________________________________________________________________________
16075 [ 10388] By: nick on 2001/06/02 08:01:12
16076 Log: Integrate mainline
16078 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
16079 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
16080 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
16081 !> t/lib/1_compile.t t/lib/mimeqp.t
16082 ____________________________________________________________________________
16083 [ 10387] By: nick on 2001/06/02 07:39:17
16084 Log: Tweak util.c's atof2 for MULTIPLICITY
16087 ____________________________________________________________________________
16088 [ 10386] By: nick on 2001/06/02 07:38:33
16089 Log: Integrate mainline
16091 !> (integrate 41 files)
16092 ____________________________________________________________________________
16093 [ 10385] By: jhi on 2001/06/01 22:12:48
16094 Log: Add Attribute::Handlers 0.61 from Damian Conway.
16096 + lib/Attribute/Handlers.pm t/lib/attrhand.t
16097 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
16098 ____________________________________________________________________________
16099 [ 10384] By: jhi on 2001/06/01 21:53:14
16100 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
16101 From: Peter Prymmer <pvhp@forte.com>
16102 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
16103 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
16105 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
16106 ____________________________________________________________________________
16107 [ 10383] By: jhi on 2001/06/01 21:36:11
16108 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
16109 From: Jeff Pinyan <jeffp@crusoe.net>
16110 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
16111 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
16114 ____________________________________________________________________________
16115 [ 10382] By: jhi on 2001/06/01 21:35:02
16116 Log: Subject: [PATCH perl@10381] configure.com tweaks
16117 From: "Craig A. Berry" <craigberry@mac.com>
16118 Date: Fri, 1 Jun 2001 13:55:43 -0500
16119 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
16122 ____________________________________________________________________________
16123 [ 10381] By: jhi on 2001/06/01 16:37:21
16124 Log: Update Changes.
16126 ! Changes patchlevel.h
16127 ____________________________________________________________________________
16128 [ 10380] By: jhi on 2001/06/01 16:19:18
16129 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
16130 From: Mike Guy <mjtg@cam.ac.uk>
16131 Date: Fri, 01 Jun 2001 18:17:02 +0100
16132 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
16135 ____________________________________________________________________________
16136 [ 10379] By: jhi on 2001/06/01 16:13:28
16137 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
16138 From: Hugo <hv@crypt.compulink.co.uk>
16139 Date: Thu, 31 May 2001 20:49:48 +0100
16140 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
16142 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
16144 ____________________________________________________________________________
16145 [ 10378] By: jhi on 2001/06/01 15:56:35
16146 Log: Zero() is not available in x2p (or, rather, some of its
16147 implementations like memzero() might not be available.)
16150 ____________________________________________________________________________
16151 [ 10377] By: jhi on 2001/06/01 15:44:48
16152 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
16153 From: Michael G Schwern <schwern@pobox.com>
16154 Date: Fri, 1 Jun 2001 12:00:29 +0100
16155 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
16157 (But use Zero() instead of memset.)
16160 ____________________________________________________________________________
16161 [ 10376] By: jhi on 2001/06/01 15:39:52
16162 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
16163 From: Jeff Pinyan <jeffp@crusoe.net>
16164 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
16165 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
16167 ! pod/perldiag.pod regcomp.c t/op/pat.t
16168 ____________________________________________________________________________
16169 [ 10375] By: jhi on 2001/06/01 15:36:35
16170 Log: Retract #10324 and #10333; not needed.
16172 ! hints/irix_6.sh hints/linux.sh
16173 ____________________________________________________________________________
16174 [ 10374] By: jhi on 2001/06/01 15:35:19
16175 Log: The #10370 wasn't quite right.
16177 ! ext/XS/Typemap/Typemap.xs
16178 ____________________________________________________________________________
16179 [ 10373] By: jhi on 2001/06/01 15:34:49
16180 Log: The metaconfig units changes for #10372.
16181 Branch: metaconfig/U/perl
16182 + d_realpath.U d_sresgproto.U d_sresuproto.U
16184 ____________________________________________________________________________
16185 [ 10372] By: jhi on 2001/06/01 15:34:24
16186 Log: Configure tweaks; record the Berkeley DB version,
16187 probe for realpath(), for setresuid() and setresgid()
16188 prototypes; use realpath() (try to be paranoid enough),
16189 use the setres[ug]id prototypes because glibc has the functions
16190 but not their prototypes; add -Wall -ansi to gcc ccflags;
16193 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16194 ! config_h.SH configure.com epoc/config.sh
16195 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
16196 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
16197 ! vos/config.ga.def win32/config.bc win32/config.gc
16199 ____________________________________________________________________________
16200 [ 10371] By: jhi on 2001/06/01 12:50:05
16201 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
16202 From: Michael G Schwern <schwern@pobox.com>
16203 Date: Fri, 1 Jun 2001 11:28:14 +0100
16204 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
16206 ! lib/attributes.pm xsutils.c
16207 ____________________________________________________________________________
16208 [ 10370] By: jhi on 2001/06/01 12:48:55
16209 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
16210 From: Tim Jenness <t.jenness@jach.hawaii.edu>
16211 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
16212 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
16214 ! ext/XS/Typemap/Typemap.xs
16215 ____________________________________________________________________________
16216 [ 10369] By: jhi on 2001/06/01 12:47:21
16217 Log: Subject: [patch] Cwd.xs optimizations/abstraction
16218 From: Doug MacEachern <dougm@covalent.net>
16219 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
16220 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
16222 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
16223 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
16224 ____________________________________________________________________________
16225 [ 10368] By: jhi on 2001/06/01 12:32:00
16226 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!])
16227 From: Nicholas Clark <nick@ccl4.org>
16228 Date: Thu, 31 May 2001 23:56:40 +0100
16229 Message-ID: <20010531235640.F12698@plum.flirble.org>
16231 Make the test work also under only static extensions
16232 (sh Configure -Uusedl fakes this nicely)
16235 ____________________________________________________________________________
16236 [ 10367] By: jhi on 2001/06/01 12:27:53
16237 Log: Subject: [PATCH hv.c] Eliminating trigraph
16238 From: Michael G Schwern <schwern@pobox.com>
16239 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
16240 Date: Fri, 1 Jun 2001 11:49:56 +0100
16243 ____________________________________________________________________________
16244 [ 10366] By: jhi on 2001/06/01 12:14:57
16245 Log: Subject: Re: [PATCH] Tests for File::Compare
16246 From: "Philip Newton" <Philip.Newton@gmx.net>
16247 Date: Thu, 31 May 2001 19:44:05 +0200
16248 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
16250 Unnecessary "quotation marks".
16253 ____________________________________________________________________________
16254 [ 10365] By: jhi on 2001/06/01 12:13:26
16255 Log: Integrate perlio.
16257 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
16258 ____________________________________________________________________________
16259 [ 10364] By: nick on 2001/06/01 10:13:31
16260 Log: Cleanup dll.base and dll.exp created by GCC builds.
16262 ! lib/ExtUtils/MM_Win32.pm
16263 ____________________________________________________________________________
16264 [ 10363] By: nick on 2001/06/01 10:02:17
16265 Log: Make filecomp test work on CRLF platforms by adding binmode.
16268 ____________________________________________________________________________
16269 [ 10362] By: nick on 2001/06/01 08:37:17
16270 Log: Integrate mainline
16272 !> Changes Configure patchlevel.h perlio.c
16273 ____________________________________________________________________________
16274 [ 10361] By: jhi on 2001/05/31 15:09:34
16275 Log: panic:claustrophobia.
16278 ____________________________________________________________________________
16279 [ 10360] By: jhi on 2001/05/31 13:04:25
16280 Log: Update Changes.
16282 ! Changes patchlevel.h
16283 ____________________________________________________________________________
16284 [ 10359] By: nick on 2001/05/31 12:35:50
16285 Log: Integrate mainline.
16287 +> t/lib/filecomp.t
16288 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
16289 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
16290 ____________________________________________________________________________
16291 [ 10358] By: jhi on 2001/05/31 12:35:05
16292 Log: Integrate perlio.
16294 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
16295 !> win32/config_H.vc
16296 ____________________________________________________________________________
16297 [ 10357] By: jhi on 2001/05/31 12:34:04
16298 Log: Metaconfig unit change for #10356.
16300 ! U/installdirs/inc_version_list.U
16301 ____________________________________________________________________________
16302 [ 10356] By: jhi on 2001/05/31 12:33:41
16303 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
16304 (idea from Sarathy; implementation from Andy)
16307 ____________________________________________________________________________
16308 [ 10355] By: jhi on 2001/05/31 12:18:06
16312 ____________________________________________________________________________
16313 [ 10354] By: jhi on 2001/05/31 12:16:24
16314 Log: Subject: Re: [PATCH] Tests for File::Compare
16315 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
16316 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
16317 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
16320 ! MANIFEST t/lib/1_compile.t
16321 ____________________________________________________________________________
16322 [ 10353] By: jhi on 2001/05/31 12:11:24
16323 Log: Subject: [PATCH] DEBUG_* macro cleanups
16324 From: Abhijit Menon-Sen <ams@wiw.org>
16325 Date: Thu, 31 May 2001 12:16:22 +0530
16326 Message-ID: <20010531121622.B4829@lustre.linux.in>
16328 Subject: Re: [PATCH] DEBUG_* macro cleanups
16329 From: Abhijit Menon-Sen <ams@wiw.org>
16330 Date: Thu, 31 May 2001 13:57:01 +0530
16331 Message-ID: <20010531135701.A21775@lustre.linux.in>
16333 (The DEBUG_ definitions in perl.h changed to use the
16334 STMT_START and STMT_END.)
16336 ! perl.h pp_ctl.c sv.c toke.c
16337 ____________________________________________________________________________
16338 [ 10352] By: jhi on 2001/05/31 11:53:31
16339 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
16340 From: Abhijit Menon-Sen <ams@wiw.org>
16341 Date: Thu, 31 May 2001 08:27:55 +0530
16342 Message-ID: <20010531082755.A10018@lustre.linux.in>
16344 ! ext/Storable/Storable.xs gv.c perl.c
16345 ____________________________________________________________________________
16346 [ 10351] By: jhi on 2001/05/31 11:45:16
16347 Log: Subject: [PATCH] AUTHORS
16348 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16349 Date: Thu, 31 May 2001 01:27:59 -0500
16350 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
16352 Subject: Re: [PATCH] AUTHORS
16353 From: "Philip Newton" <Philip.Newton@gmx.net>
16354 Date: Thu, 31 May 2001 10:08:06 +0200
16355 (Message-Id missing?)
16358 ____________________________________________________________________________
16359 [ 10350] By: nick on 2001/05/31 11:40:43
16360 Log: win32 - dmake regen_config_h
16362 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16363 ____________________________________________________________________________
16364 [ 10349] By: jhi on 2001/05/31 11:38:27
16365 Log: Subject: Re: [PATCH util.c] More warning cleanups.
16366 From: "Philip Newton" <Philip.Newton@gmx.net>
16367 Date: Thu, 31 May 2001 07:41:36 +0200
16368 Message-Id: <200105310538.IAA25458@taku.hut.fi>
16370 Undo C++-ism that snekt in.
16373 ____________________________________________________________________________
16374 [ 10348] By: nick on 2001/05/31 11:36:46
16375 Log: Tolerate Win32 numerics
16377 ! t/pragma/warn/toke
16378 ____________________________________________________________________________
16379 [ 10347] By: jhi on 2001/05/31 11:29:40
16380 Log: Integrate perlio.
16382 !> perlio.c win32/win32.h
16383 ____________________________________________________________________________
16384 [ 10346] By: nick on 2001/05/31 10:54:55
16385 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
16386 perlio.c change 10255.
16389 ____________________________________________________________________________
16390 [ 10345] By: nick on 2001/05/31 10:01:57
16391 Log: Conditionaly put back some "unused" dTHX which are used
16392 with PERL_IMPLICIT_SYS
16395 ____________________________________________________________________________
16396 [ 10344] By: nick on 2001/05/31 10:00:59
16397 Log: Fix Win32 for new spelling IN_BYTES
16400 ____________________________________________________________________________
16401 [ 10343] By: nick on 2001/05/31 08:01:32
16402 Log: perlio.c -Wall cleaner under MULTIPLICITY
16403 - still minor noise with linux stdio
16406 ____________________________________________________________________________
16407 [ 10342] By: nick on 2001/05/31 07:52:23
16408 Log: Integrate mainline.
16410 !> (integrate 42 files)
16411 ____________________________________________________________________________
16412 [ 10341] By: jhi on 2001/05/31 01:39:02
16413 Log: AUTHORS updates.
16416 ____________________________________________________________________________
16417 [ 10340] By: jhi on 2001/05/31 00:19:29
16418 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
16419 From: Peter Prymmer <pvhp@forte.com>
16420 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
16421 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
16424 ____________________________________________________________________________
16425 [ 10339] By: jhi on 2001/05/31 00:16:44
16426 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
16427 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
16428 to match the pragma name; various robustness cleanups.
16430 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
16431 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
16432 ____________________________________________________________________________
16433 [ 10338] By: jhi on 2001/05/30 23:56:14
16434 Log: More -Wall sweeping.
16436 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
16437 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
16438 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
16439 ! regcomp.c sv.c toke.c utf8.c
16440 ____________________________________________________________________________
16441 [ 10337] By: jhi on 2001/05/30 23:20:23
16442 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
16443 From: Nicholas Clark <nick@ccl4.org>
16444 Date: Wed, 30 May 2001 22:34:41 +0100
16445 Message-ID: <20010530223441.Y86445@plum.flirble.org>
16448 ____________________________________________________________________________
16449 [ 10336] By: jhi on 2001/05/30 23:18:48
16450 Log: It's is not, it isn't ain't, and it's it's, not its,
16451 if you mean it is. If you don't, it's its. Then too,
16452 it's hers. It isn't her's. It isn't our's either.
16453 It's ours, and likewise yours and theirs.
16454 -- Oxford University Press, Edpress News
16457 ____________________________________________________________________________
16458 [ 10335] By: jhi on 2001/05/30 23:12:30
16459 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
16461 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
16462 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
16463 ! x2p/str.c x2p/walk.c xsutils.c
16464 ____________________________________________________________________________
16465 [ 10334] By: jhi on 2001/05/30 22:52:41
16466 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
16467 From: Michael G Schwern <schwern@pobox.com>
16468 Date: Wed, 30 May 2001 17:10:38 +0100
16469 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
16471 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
16472 From: Abhijit Menon-Sen <ams@wiw.org>
16473 Date: Wed, 30 May 2001 23:16:13 +0530
16474 Message-ID: <20010530231613.A31933@lustre.linux.in>
16476 ! perl.c t/run/runenv.t
16477 ____________________________________________________________________________
16478 [ 10333] By: jhi on 2001/05/30 22:25:02
16479 Log: (Retracted by #10375.)
16481 IRIX hints patch from Merijn Broeren.
16483 TODO: (this and the earlier Linux hints patch) should be solved
16484 at Configure level. Merijn: -ldb should not be used on any platform
16485 for perl, just when linking DBFile itself. Trying to be helpful here
16486 is counterproductive.
16489 ____________________________________________________________________________
16490 [ 10332] By: jhi on 2001/05/30 22:11:13
16491 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
16492 From: Nicholas Clark <nick@ccl4.org>
16493 Date: Wed, 30 May 2001 23:20:58 +0100
16494 Message-ID: <20010530232058.B86445@plum.flirble.org>
16497 ____________________________________________________________________________
16498 [ 10331] By: jhi on 2001/05/30 22:09:49
16499 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
16500 From: Michael G Schwern <schwern@pobox.com>
16501 Date: Wed, 30 May 2001 15:24:20 +0100
16502 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
16504 ! t/pragma/autouse.t
16505 ____________________________________________________________________________
16506 [ 10330] By: jhi on 2001/05/30 22:02:21
16507 Log: The regex trick wasn't a good idea.
16510 ____________________________________________________________________________
16511 [ 10329] By: nick on 2001/05/30 18:34:35
16512 Log: Integrate mainline
16514 !> (integrate 40 files)
16515 ____________________________________________________________________________
16516 [ 10328] By: jhi on 2001/05/30 14:28:39
16517 Log: Update Changes.
16519 ! Changes patchlevel.h
16520 ____________________________________________________________________________
16521 [ 10327] By: jhi on 2001/05/30 14:07:01
16522 Log: The metaconfig unit change for #10325.
16525 ____________________________________________________________________________
16526 [ 10326] By: jhi on 2001/05/30 14:06:36
16527 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
16530 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
16531 ____________________________________________________________________________
16532 [ 10325] By: jhi on 2001/05/30 14:04:28
16533 Log: Introduce $Config{afsroot}.
16535 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16536 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
16537 ! win32/config.gc win32/config.vc
16538 ____________________________________________________________________________
16539 [ 10324] By: jhi on 2001/05/30 13:49:44
16540 Log: (Retracted by #10375.)
16542 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
16545 ____________________________________________________________________________
16546 [ 10323] By: jhi on 2001/05/30 13:49:29
16547 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
16548 (Also Configure tweaks needed; coming up soon.)
16550 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
16551 ____________________________________________________________________________
16552 [ 10322] By: jhi on 2001/05/30 13:37:56
16553 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
16554 From: Michael G Schwern <schwern@pobox.com>
16555 Date: Sun, 27 May 2001 10:29:43 +0100
16556 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
16559 ____________________________________________________________________________
16560 [ 10321] By: jhi on 2001/05/30 13:36:28
16561 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
16562 and Abhijit Menon-Sen.
16564 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
16565 ! perl.c pp_sys.c regcomp.c
16566 ____________________________________________________________________________
16567 [ 10320] By: jhi on 2001/05/30 13:35:27
16568 Log: Fix the BOOT section to call myU2time properly.
16570 ! ext/Time/HiRes/HiRes.xs
16571 ____________________________________________________________________________
16572 [ 10319] By: jhi on 2001/05/30 13:06:09
16573 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
16574 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
16575 Date: Wed, 30 May 2001 09:44:29 -0400
16576 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
16578 Detypo; plus add one more trick.
16581 ____________________________________________________________________________
16582 [ 10318] By: jhi on 2001/05/30 12:47:11
16583 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)
16584 From: Michael G Schwern <schwern@pobox.com>
16585 Date: Wed, 30 May 2001 14:39:06 +0100
16586 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
16588 ! lib/autouse.pm t/pragma/autouse.t
16589 ____________________________________________________________________________
16590 [ 10317] By: jhi on 2001/05/30 12:46:02
16591 Log: Subject: Re: AIX and gcc (moving targets)
16592 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16593 Date: Wed, 30 May 2001 15:25:08 +0200
16594 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
16596 ! ext/Time/HiRes/HiRes.xs
16597 ____________________________________________________________________________
16598 [ 10316] By: jhi on 2001/05/30 12:40:46
16599 Log: Subject: [PATCH t/TEST] sorting tests
16600 From: Michael G Schwern <schwern@pobox.com>
16601 Date: Wed, 30 May 2001 10:24:02 +0100
16602 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
16605 ____________________________________________________________________________
16606 [ 10315] By: jhi on 2001/05/30 12:37:43
16607 Log: Subject: [ID 20010529.002] typos in man page perlre
16608 From: bart@cg681574-a.adubn1.nj.home.com
16609 Date: Tue, 29 May 2001 13:58:59 -0500
16610 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
16613 ____________________________________________________________________________
16614 [ 10314] By: jhi on 2001/05/30 12:33:53
16615 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
16616 From: "Craig A. Berry" <craigberry@mac.com>
16617 Date: Tue, 29 May 2001 23:23:45 -0500
16618 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
16620 ! t/lib/extutils.t t/pragma/autouse.t
16621 ____________________________________________________________________________
16622 [ 10313] By: jhi on 2001/05/30 12:32:17
16623 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)
16624 From: David Dyck <dcd@tc.fluke.com>
16625 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
16626 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
16629 ____________________________________________________________________________
16630 [ 10312] By: jhi on 2001/05/30 12:31:02
16631 Log: AIX hints update for gcc from Merijn H. Brand.
16634 ____________________________________________________________________________
16635 [ 10311] By: jhi on 2001/05/30 12:18:20
16636 Log: Retract #10295 and #10296: a more generic solution
16637 is needed (there's something funny with gcc on AIX).
16639 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
16640 ____________________________________________________________________________
16641 [ 10310] By: jhi on 2001/05/30 12:08:07
16642 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
16643 From: Hugo <hv@crypt.compulink.co.uk>
16644 Date: Wed, 30 May 2001 11:59:19 +0100
16645 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
16647 localizing $@ has unfortunate semantics - if you die past
16648 a local $@, the die message is lost.
16650 ! lib/utf8_heavy.pl
16651 ____________________________________________________________________________
16652 [ 10309] By: nick on 2001/05/30 08:23:02
16653 Log: Integrate mainline (autouse works again.)
16655 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
16656 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
16657 !> pod/perlvar.pod t/op/cmp.t
16658 ____________________________________________________________________________
16659 [ 10308] By: jhi on 2001/05/30 01:55:02
16660 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
16661 From: David Dyck <dcd@tc.fluke.com>
16662 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
16663 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
16666 ____________________________________________________________________________
16667 [ 10307] By: jhi on 2001/05/30 01:47:22
16668 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
16669 From: Nicholas Clark <nick@ccl4.org>
16670 Date: Tue, 29 May 2001 23:16:09 +0100
16671 Message-ID: <20010529231609.U86445@plum.flirble.org>
16673 Make the test output slightly clearer by distinguishing
16674 between '' and undef.
16677 ____________________________________________________________________________
16678 [ 10306] By: jhi on 2001/05/30 01:45:12
16679 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
16680 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16681 Date: Tue, 29 May 2001 19:15:19 -0400
16682 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
16685 ____________________________________________________________________________
16686 [ 10305] By: jhi on 2001/05/30 01:42:36
16687 Log: Subject: perlvar.pod addition
16688 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
16689 Date: Fri, 25 May 2001 20:23:12 +0200
16690 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
16692 Subject: Re: perlvar.pod addition
16693 From: "Abigail" <abigail@foad.org>
16694 Date: Fri, 25 May 2001 22:00:39 +0200
16695 Message-ID: <20010525200039.28029.qmail@foad.org>
16697 Mention $a and $b in perlvar.
16700 ____________________________________________________________________________
16701 [ 10304] By: jhi on 2001/05/30 01:36:37
16702 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
16703 From: Jeff Pinyan <jeffp@crusoe.net>
16704 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
16705 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
16708 ____________________________________________________________________________
16709 [ 10303] By: jhi on 2001/05/30 01:35:31
16710 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
16711 From: Jeff Pinyan <jeffp@crusoe.net>
16712 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
16713 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
16716 ____________________________________________________________________________
16717 [ 10302] By: jhi on 2001/05/29 20:18:49
16718 Log: Mention Time::localtime and Time::gmtime.
16720 ! ext/Time/Piece/Piece.pm
16721 ____________________________________________________________________________
16722 [ 10301] By: jhi on 2001/05/29 20:13:54
16723 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
16724 From: Michael G Schwern <schwern@pobox.com>
16725 Date: Tue, 29 May 2001 18:51:32 +0100
16726 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
16729 ____________________________________________________________________________
16730 [ 10300] By: jhi on 2001/05/29 20:12:09
16731 Log: Retract #10243.
16734 ____________________________________________________________________________
16735 [ 10299] By: nick on 2001/05/29 18:41:19
16736 Log: Post weekend integrate mainline (fails one test pragma/autouse).
16738 +> (branch 29 files)
16739 !> (integrate 91 files)
16740 ____________________________________________________________________________
16741 [ 10298] By: jhi on 2001/05/29 16:29:19
16742 Log: Update Changes.
16744 ! Changes patchlevel.h
16745 ____________________________________________________________________________
16746 [ 10297] By: jhi on 2001/05/29 16:25:47
16747 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
16748 before Perl_load_module/Perl_call_method and restore the value
16749 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
16752 ____________________________________________________________________________
16753 [ 10296] By: jhi on 2001/05/29 16:01:53
16754 Log: Subject: Re: AIX and gcc (moving targets)
16755 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16756 Date: Tue, 29 May 2001 17:59:40 +0200
16757 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
16759 ! ext/Storable/Makefile.PL
16760 ____________________________________________________________________________
16761 [ 10295] By: jhi on 2001/05/29 15:59:05
16762 Log: Subject: Re: AIX and gcc (moving targets)
16763 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16764 Date: Tue, 29 May 2001 12:32:57 +0200
16765 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
16767 ! ext/POSIX/Makefile.PL
16768 ____________________________________________________________________________
16769 [ 10294] By: jhi on 2001/05/29 15:53:43
16770 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
16771 From: Michael G Schwern <schwern@pobox.com>
16772 Date: Tue, 29 May 2001 09:53:29 +0100
16773 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
16777 ! lib/Test/Harness.pm t/lib/test-harness.t
16778 ____________________________________________________________________________
16779 [ 10293] By: jhi on 2001/05/29 15:46:10
16780 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
16781 From: Michael G Schwern <schwern@pobox.com>
16782 Date: Tue, 29 May 2001 09:19:52 +0100
16783 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
16785 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
16786 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
16787 + t/lib/Test/todo.t
16788 ! MANIFEST lib/Test.pm t/TEST
16789 ____________________________________________________________________________
16790 [ 10292] By: jhi on 2001/05/29 15:34:08
16791 Log: From: Michael G Schwern <schwern@pobox.com>
16792 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
16793 Date: Tue, 29 May 2001 08:26:09 +0100
16794 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
16797 ____________________________________________________________________________
16798 [ 10291] By: jhi on 2001/05/29 15:29:37
16799 Log: Add tests for Time::gmtime and Time::localtime.
16801 + t/lib/time-gmtime.t t/lib/time-localtime.t
16802 ! MANIFEST t/lib/1_compile.t
16803 ____________________________________________________________________________
16804 [ 10290] By: jhi on 2001/05/29 15:15:44
16805 Log: Add test for File::stat.
16808 ! MANIFEST t/lib/1_compile.t
16809 ____________________________________________________________________________
16810 [ 10289] By: jhi on 2001/05/29 15:05:38
16811 Log: Add test for Net::servent.
16814 ! MANIFEST t/lib/1_compile.t
16815 ____________________________________________________________________________
16816 [ 10288] By: jhi on 2001/05/29 14:57:15
16817 Log: Add test for Net::protoent.
16820 ! MANIFEST t/lib/1_compile.t
16821 ____________________________________________________________________________
16822 [ 10287] By: jhi on 2001/05/29 14:53:10
16823 Log: Add test for Net::netent.
16826 ! MANIFEST t/lib/1_compile.t
16827 ____________________________________________________________________________
16828 [ 10286] By: jhi on 2001/05/29 14:31:57
16829 Log: Add test for User::grent. Portability doubtful.
16831 + t/lib/user-grent.t
16832 ! MANIFEST t/lib/1_compile.t
16833 ____________________________________________________________________________
16834 [ 10285] By: jhi on 2001/05/29 14:24:20
16835 Log: Add test for User::pwent.
16836 Probably will fall down somewhere for portability reasons.
16838 + t/lib/user-pwent.t
16839 ! MANIFEST t/lib/1_compile.t
16840 ____________________________________________________________________________
16841 [ 10284] By: jhi on 2001/05/29 13:26:43
16842 Log: Metaconfig units changes for #10283.
16844 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
16845 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
16846 ! U/installdirs/sitescript.U U/modified/Signal.U
16847 ____________________________________________________________________________
16848 [ 10283] By: jhi on 2001/05/29 13:26:24
16849 Log: Subject: [PATCH 5.6.1] signal names in Configure
16850 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16851 Date: Tue, 29 May 2001 03:52:25 -0400
16852 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
16854 Subject: [PATCH 5.6.1] older perl in Configure
16855 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16856 Date: Tue, 29 May 2001 03:55:40 -0400
16857 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
16859 Subject: [PATCH 5.6.1] goofs in Configure
16860 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16861 Date: Tue, 29 May 2001 04:13:07 -0400
16862 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
16864 Configure portability tweaks.
16867 ____________________________________________________________________________
16868 [ 10282] By: jhi on 2001/05/29 12:41:41
16869 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
16870 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16871 Date: Tue, 29 May 2001 04:07:06 -0400
16872 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
16875 ____________________________________________________________________________
16876 [ 10281] By: jhi on 2001/05/29 12:40:31
16877 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
16878 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16879 Date: Tue, 29 May 2001 04:01:38 -0400
16880 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
16882 ! hints/os2.sh os2/Makefile.SHs
16883 ____________________________________________________________________________
16884 [ 10280] By: jhi on 2001/05/29 12:38:48
16885 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
16886 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16887 Date: Tue, 29 May 2001 03:50:18 -0400
16888 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
16890 ! lib/Test/Harness.pm
16891 ____________________________________________________________________________
16892 [ 10279] By: jhi on 2001/05/29 12:34:53
16893 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
16895 ! lib/utf8_heavy.pl
16896 ____________________________________________________________________________
16897 [ 10278] By: jhi on 2001/05/29 02:15:24
16898 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
16899 From: Hugo <hv@crypt.compulink.co.uk>
16900 Date: Tue, 29 May 2001 03:03:45 +0100
16901 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
16903 Explanation why the $@ always gets the UTF8 flag when under use utf8--
16904 because we told it to have the flag when under use utf8.
16907 ____________________________________________________________________________
16908 [ 10277] By: jhi on 2001/05/29 00:51:34
16909 Log: At least a partial fix for 20010528.004.
16911 ! lib/utf8_heavy.pl
16912 ____________________________________________________________________________
16913 [ 10276] By: jhi on 2001/05/29 00:42:59
16914 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
16915 From: Nicholas Clark <nick@ccl4.org>
16916 Date: Mon, 28 May 2001 23:39:38 +0100
16917 Message-ID: <20010528233938.M86445@plum.flirble.org>
16919 More portable non-zero UV.
16922 ____________________________________________________________________________
16923 [ 10275] By: jhi on 2001/05/29 00:40:28
16924 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
16925 From: Nicholas Clark <nick@ccl4.org>
16926 Date: Mon, 28 May 2001 22:46:09 +0100
16927 Message-ID: <20010528224608.L86445@plum.flirble.org>
16929 Test also "make clean".
16932 ____________________________________________________________________________
16933 [ 10274] By: jhi on 2001/05/29 00:39:18
16934 Log: Subject: Re: Would -Wno-unused -Wall be better?
16935 From: Michael G Schwern <schwern@pobox.com>
16936 Date: Tue, 29 May 2001 00:55:54 +0100
16937 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
16940 ____________________________________________________________________________
16941 [ 10273] By: jhi on 2001/05/29 00:36:06
16942 Log: Add a test for 20010528.007, fixed in #10272.
16944 ! t/op/misc.t toke.c
16945 ____________________________________________________________________________
16946 [ 10272] By: jhi on 2001/05/29 00:21:12
16947 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
16948 From: Hugo <hv@crypt.compulink.co.uk>
16949 Date: Tue, 29 May 2001 00:23:23 +0100
16950 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
16953 ____________________________________________________________________________
16954 [ 10271] By: jhi on 2001/05/28 22:52:11
16955 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
16956 From: Michael G Schwern <schwern@pobox.com>
16957 Date: Tue, 29 May 2001 00:42:59 +0100
16958 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
16960 ! t/pragma/autouse.t
16961 ____________________________________________________________________________
16962 [ 10270] By: jhi on 2001/05/28 21:44:06
16963 Log: Some shells seemingly arrange the signal handlers differently
16964 (bug id 20010521.004).
16966 ! t/lib/sigaction.t
16967 ____________________________________________________________________________
16968 [ 10269] By: jhi on 2001/05/28 20:34:21
16969 Log: Regen perlmodlib.
16971 ! pod/perlmodlib.pod
16972 ____________________________________________________________________________
16973 [ 10268] By: jhi on 2001/05/28 19:08:45
16974 Log: Update Changes.
16976 ! Changes patchlevel.h
16977 ____________________________________________________________________________
16978 [ 10267] By: jhi on 2001/05/28 19:03:54
16979 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
16980 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16981 Date: Mon, 28 May 2001 14:56:35 -0500
16982 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
16984 ! pod/perlnewmod.pod
16985 ____________________________________________________________________________
16986 [ 10266] By: jhi on 2001/05/28 18:35:03
16990 ____________________________________________________________________________
16991 [ 10265] By: jhi on 2001/05/28 18:33:32
16992 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
16993 From: "Richard Soderberg" <rs@crystalflame.net>
16994 Date: Mon, 28 May 2001 12:31:23 -0700
16995 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
16998 ____________________________________________________________________________
16999 [ 10264] By: jhi on 2001/05/28 17:59:00
17000 Log: The #10260 was too bold: locales and utf8 still do not mix.
17002 ! t/pragma/locale.t
17003 ____________________________________________________________________________
17004 [ 10263] By: jhi on 2001/05/28 17:52:25
17005 Log: Subject: [PATCH] Pod nitpicks
17006 From: "Richard Soderberg" <rs@crystalflame.net>
17007 Date: Mon, 28 May 2001 10:08:58 -0700
17008 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
17010 ! pod/perl571delta.pod pod/perlapi.pod sv.h
17011 ____________________________________________________________________________
17012 [ 10262] By: jhi on 2001/05/28 17:50:05
17013 Log: Upgrade to I18N::LangTags 0.22.
17015 + lib/I18N/LangTags/List.pod
17016 ! MANIFEST lib/I18N/LangTags.pm
17017 ____________________________________________________________________________
17018 [ 10261] By: jhi on 2001/05/28 17:23:40
17019 Log: A slightly more serious bug found by -Mutf8; op/misc and
17020 lib/complex dumped core.
17023 ____________________________________________________________________________
17024 [ 10260] By: jhi on 2001/05/28 16:58:11
17025 Log: Various buglets shaken out by -Mutf8.
17027 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
17028 ! t/pragma/locale.t
17029 ____________________________________________________________________________
17030 [ 10259] By: jhi on 2001/05/28 15:48:46
17031 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
17034 ____________________________________________________________________________
17035 [ 10258] By: jhi on 2001/05/28 15:32:41
17036 Log: Subject: [PATCH] todo patch
17037 From: Artur Bergman <artur@contiller.se>
17038 Date: Mon, 28 May 2001 17:03:51 +0200
17039 Message-ID: <B7383577.F34%artur@contiller.se>
17042 ____________________________________________________________________________
17043 [ 10257] By: jhi on 2001/05/28 15:31:25
17044 Log: Subject: typo in perlguts.pod
17045 From: "John P. Linderman" <jpl@research.att.com>
17046 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
17047 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
17050 ____________________________________________________________________________
17051 [ 10256] By: jhi on 2001/05/28 15:30:42
17052 Log: Subject: AIX and gcc (moving targets)
17053 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17054 Date: Mon, 28 May 2001 12:54:04 +0200
17055 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
17058 ____________________________________________________________________________
17059 [ 10255] By: jhi on 2001/05/28 15:28:55
17060 Log: Subject: Re: perlio + multiple perl_alloc..destruct
17061 From: Doug MacEachern <dougm@covalent.net>
17062 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
17063 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
17066 ____________________________________________________________________________
17067 [ 10254] By: jhi on 2001/05/28 15:27:49
17068 Log: The #10251 wasn't quite up-to-the-code.
17071 ____________________________________________________________________________
17072 [ 10253] By: jhi on 2001/05/28 15:26:39
17073 Log: Test case for bug 20010526.004, fixed in #10252.
17076 ____________________________________________________________________________
17077 [ 10252] By: jhi on 2001/05/28 15:26:14
17078 Log: Subject: Re: [ID 20010526.004] Taint looses value
17079 From: Hugo <hv@crypt.compulink.co.uk>
17080 Date: Sun, 27 May 2001 20:39:32 +0100
17081 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
17084 ____________________________________________________________________________
17085 [ 10251] By: jhi on 2001/05/28 15:13:40
17086 Log: Test case for 20010422.005, fixed by #10250.
17089 ____________________________________________________________________________
17090 [ 10250] By: jhi on 2001/05/28 15:11:16
17091 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
17092 From: Spider Boardman <spider@Orb.Nashua.NH.US>
17093 Date: Mon, 28 May 2001 06:39:12 -0400
17094 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
17097 ____________________________________________________________________________
17098 [ 10249] By: jhi on 2001/05/28 15:09:24
17099 Log: Linerewrapping.
17102 ____________________________________________________________________________
17103 [ 10248] By: jhi on 2001/05/28 15:09:07
17104 Log: Updates on the modules list.
17106 ! t/lib/1_compile.t
17107 ____________________________________________________________________________
17108 [ 10247] By: jhi on 2001/05/28 15:03:35
17109 Log: Add a test for PerlIO.
17111 (I probably got the crlf/raw thing wrong for clrfy platforms...)
17114 ! MANIFEST lib/PerlIO.pm
17115 ____________________________________________________________________________
17116 [ 10246] By: jhi on 2001/05/28 14:24:08
17117 Log: Add a test for carp et alia.
17121 ____________________________________________________________________________
17122 [ 10245] By: jhi on 2001/05/28 13:42:55
17123 Log: Adding the new test would be swell.
17125 + t/pragma/autouse.t
17126 ____________________________________________________________________________
17127 [ 10244] By: jhi on 2001/05/28 13:42:34
17128 Log: Add a test for the autouse pragma.
17131 ____________________________________________________________________________
17132 [ 10243] By: jhi on 2001/05/28 13:26:25
17133 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
17134 From: dLux <dlux@spam.sch.bme.hu>
17135 Date: Sun, 27 May 2001 16:14:26 +0200
17136 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
17139 ____________________________________________________________________________
17140 [ 10242] By: jhi on 2001/05/28 13:21:50
17141 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
17142 From: "Richard Soderberg" <rs@crystalflame.net>
17143 Date: Mon, 28 May 2001 03:56:36 -0700
17144 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
17147 ____________________________________________________________________________
17148 [ 10241] By: jhi on 2001/05/28 13:18:56
17149 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
17150 From: "Stephen P. Potter" <spp@spotter.yi.org>
17151 Date: Tue, 22 May 2001 11:40:25 -0400
17152 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
17154 Subject: Re: [ID 20010522.003] Time::Local module bug
17155 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17156 Date: Tue, 22 May 2001 11:50:19 -0400
17157 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
17159 ! lib/Time/Local.pm
17160 ____________________________________________________________________________
17161 [ 10240] By: jhi on 2001/05/27 22:44:49
17162 Log: The PERL_DL_NONLAZY can have whitespace in front.
17165 ____________________________________________________________________________
17166 [ 10239] By: jhi on 2001/05/27 21:23:21
17167 Log: Document strftime() and strptime().
17169 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
17170 ____________________________________________________________________________
17171 [ 10238] By: jhi on 2001/05/27 20:29:07
17172 Log: Make Time::Piece::strptime() to be a function, not a method.
17174 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17175 ____________________________________________________________________________
17176 [ 10237] By: jhi on 2001/05/27 20:22:09
17177 Log: Tweak the test to be more portable.
17180 ____________________________________________________________________________
17181 [ 10236] By: jhi on 2001/05/27 19:15:54
17182 Log: Subject: PATCH: Re: Re: Attributes that tie
17183 From: Leon Brocard <acme@astray.com>
17184 Date: Sun, 27 May 2001 12:37:29 +0100
17185 Message-ID: <20010527123729.A22663@ns0.astray.com>
17187 Document that variable attributes are not currently usable
17188 for tieing. (An ugly limitation that should be fixed.)
17190 ! lib/attributes.pm
17191 ____________________________________________________________________________
17192 [ 10235] By: jhi on 2001/05/27 19:03:31
17193 Log: Microperl tweaks.
17195 ! Makefile.micro uconfig.h uconfig.sh
17196 ____________________________________________________________________________
17197 [ 10234] By: jhi on 2001/05/27 18:22:09
17198 Log: Add make target for microperl (kind of silly, but convenient).
17201 ____________________________________________________________________________
17202 [ 10233] By: jhi on 2001/05/27 18:18:56
17203 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
17207 ____________________________________________________________________________
17208 [ 10232] By: jhi on 2001/05/27 17:57:18
17209 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
17210 From: rspier@pobox.com (Robert Spier)
17211 Date: Sat, 26 May 2001 20:05:23 -0400
17212 Message-ID: <15120.17603.148648.12430@rls.cx>
17214 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
17215 From: rspier@pobox.com (Robert Spier)
17216 Date: Sun, 27 May 2001 00:23:12 -0400
17217 Message-ID: <15120.33072.511966.767230@rls.cx>
17219 ! doio.c pod/perlfunc.pod
17220 ____________________________________________________________________________
17221 [ 10231] By: jhi on 2001/05/27 15:45:20
17222 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
17224 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17225 ____________________________________________________________________________
17226 [ 10230] By: jhi on 2001/05/27 15:41:06
17227 Log: Add README.tru64.
17230 ____________________________________________________________________________
17231 [ 10229] By: jhi on 2001/05/27 13:50:57
17232 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
17234 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17235 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
17237 ____________________________________________________________________________
17238 [ 10228] By: jhi on 2001/05/27 13:43:38
17239 Log: Integrate I18N::LangTags from Sean Burke.
17241 TODO: the language list from RFC 3066 needs to be integrated
17242 and made available somehow. The list is included in the
17243 I18N-LangTags 0.21 distribution, but it is undocumented
17244 and unconnected to the module.
17246 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
17248 ____________________________________________________________________________
17249 [ 10227] By: jhi on 2001/05/27 01:41:33
17250 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
17251 envisioned by Sarathy.
17253 ! t/op/ver.t toke.c
17254 ____________________________________________________________________________
17255 [ 10226] By: jhi on 2001/05/27 00:28:34
17256 Log: Subject: [ID 20010525.001] Pod typo nits fixed
17257 From: lvirden@cas.org
17258 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
17259 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
17261 minus the perlsolaris decimation plus the
17263 Subject: Re: [ID 20010525.001] Pod typo nits fixed
17264 From: "Philip Newton" <Philip.Newton@gmx.net>
17265 Date: Fri, 25 May 2001 18:05:55 +0200
17266 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
17268 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
17269 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
17270 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
17271 ! pod/perlutil.pod pod/perlxstut.pod
17272 ____________________________________________________________________________
17273 [ 10225] By: jhi on 2001/05/26 22:38:16
17274 Log: return clauses are nice.
17277 ____________________________________________________________________________
17278 [ 10224] By: jhi on 2001/05/26 22:35:31
17279 Log: Subject: change 10199 backwards?
17280 From: Doug MacEachern <dougm@covalent.net>
17281 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
17282 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
17285 ____________________________________________________________________________
17286 [ 10223] By: jhi on 2001/05/26 22:31:46
17287 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
17288 From: Hugo <hv@crypt.compulink.co.uk>
17289 Date: Sat, 26 May 2001 17:05:12 +0100
17290 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
17293 ! MANIFEST doop.c embed.h embed.pl global.sym
17294 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
17295 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
17296 ____________________________________________________________________________
17297 [ 10222] By: jhi on 2001/05/26 22:10:38
17298 Log: Regen headers for #10221.
17300 ! global.sym objXSUB.h perlapi.c
17301 ____________________________________________________________________________
17302 [ 10221] By: jhi on 2001/05/26 22:06:06
17303 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
17304 From: Juha Laiho <juha.laiho@Elma.Net>
17305 Date: Thu, 3 May 2001 09:51:30 +0300
17306 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
17309 ____________________________________________________________________________
17310 [ 10220] By: jhi on 2001/05/26 22:01:30
17311 Log: Subject: Re: [PATCH] Re: stability of sort()?
17312 From: "John P. Linderman" <jpl@research.att.com>
17313 Date: Sat, 26 May 2001 13:27:19 -0400
17314 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
17317 ____________________________________________________________________________
17318 [ 10219] By: jhi on 2001/05/26 14:02:34
17319 Log: Integrate perlio.
17321 !> pod/perlguts.pod
17322 ____________________________________________________________________________
17323 [ 10218] By: jhi on 2001/05/26 13:39:52
17324 Log: Subject: [PATCH perl@10210] PerlIO for VMS
17325 From: "Craig A. Berry" <craigberry@mac.com>
17326 Date: Sat, 26 May 2001 09:34:11 -0500
17327 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
17329 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
17330 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
17332 ____________________________________________________________________________
17333 [ 10217] By: jhi on 2001/05/26 13:19:05
17334 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
17335 From: David Dyck <dcd@tc.fluke.com>
17336 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
17337 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
17340 ____________________________________________________________________________
17341 [ 10216] By: jhi on 2001/05/26 13:17:47
17342 Log: Subject: utf8 regexp tests
17343 From: Hugo <hv@crypt.compulink.co.uk>
17344 Date: Fri, 25 May 2001 22:35:01 +0100
17345 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
17348 ____________________________________________________________________________
17349 [ 10215] By: jhi on 2001/05/26 13:15:40
17350 Log: Subject: [PATCH] Re: stability of sort()?
17351 From: Nicholas Clark <nick@ccl4.org>
17352 Date: Fri, 25 May 2001 22:40:19 +0100
17353 Message-ID: <20010525224019.B86445@plum.flirble.org>
17356 ____________________________________________________________________________
17357 [ 10214] By: jhi on 2001/05/26 13:14:30
17358 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
17359 From: John Peacock <jpeacock@rowman.com>
17360 Date: Thu, 24 May 2001 22:14:01 -0400
17361 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
17363 ! mg.c scope.c sv.c
17364 ____________________________________________________________________________
17365 [ 10213] By: jhi on 2001/05/26 13:08:56
17366 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
17367 From: Nicholas Clark <nick@ccl4.org>
17368 Date: Sun, 20 May 2001 19:24:13 +0100
17369 Message-ID: <20010520192413.G83222@plum.flirble.org>
17371 + lib/ExtUtils/Constant.pm t/lib/extutils.t
17372 ! MANIFEST utils/h2xs.PL
17373 ____________________________________________________________________________
17374 [ 10212] By: nick on 2001/05/26 09:49:28
17375 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
17376 add a few more notes there on use of mortals on the stack.
17379 ____________________________________________________________________________
17380 [ 10211] By: nick on 2001/05/26 09:05:36
17381 Log: Integrate mainline
17383 +> t/lib/fcntl.t t/pragma/vars.t
17384 !> (integrate 49 files)
17385 ____________________________________________________________________________
17386 [ 10210] By: jhi on 2001/05/25 12:29:16
17387 Log: Update Changes.
17389 ! Changes patchlevel.h
17390 ____________________________________________________________________________
17391 [ 10209] By: jhi on 2001/05/25 12:24:45
17394 Subject: [PATCH pp.c] Wrapping pack("C",256)
17395 From: Simon Cozens <simon@netthink.co.uk>
17396 Date: Sat, 12 May 2001 17:58:41 +0100
17397 Message-ID: <20010512175841.A6132@netthink.co.uk>
17399 ! pod/perldiag.pod pp.c t/pragma/warn/pp
17400 ____________________________________________________________________________
17401 [ 10208] By: jhi on 2001/05/25 01:37:03
17402 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
17403 From: "Brendan O'Dea" <bod@compusol.com.au>
17404 Date: Fri, 25 May 2001 11:18:29 +1000
17405 Message-ID: <20010525111829.A28411@compusol.com.au>
17407 (Slightly modified.)
17410 ____________________________________________________________________________
17411 [ 10207] By: jhi on 2001/05/25 01:12:14
17412 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
17413 From: Hugo <hv@crypt.compulink.co.uk>
17414 Date: Fri, 25 May 2001 02:13:25 +0100
17415 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
17418 ____________________________________________________________________________
17419 [ 10206] By: jhi on 2001/05/25 01:07:59
17420 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
17421 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
17422 Date: Fri, 25 May 2001 10:25:36 +0900
17423 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
17425 ! regcomp.c regexec.c
17426 ____________________________________________________________________________
17427 [ 10205] By: jhi on 2001/05/25 01:07:00
17428 Log: Subject: [PATCH #2] stash autovivification and method call error messages
17429 From: Ilmari Karonen <iltzu@sci.fi>
17430 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
17431 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
17433 ! gv.c pp_hot.c t/op/method.t
17434 ____________________________________________________________________________
17435 [ 10204] By: jhi on 2001/05/25 01:03:50
17436 Log: Add make target and documentation for gprof profiling.
17438 ! Makefile.SH pod/perlhack.pod
17439 ____________________________________________________________________________
17440 [ 10203] By: jhi on 2001/05/24 21:09:36
17441 Log: Subject: Don't think about UTF8
17442 From: Mike Guy <mjtg@cam.ac.uk>
17443 Date: Tue, 22 May 2001 14:35:39 +0100
17444 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
17447 ____________________________________________________________________________
17448 [ 10202] By: jhi on 2001/05/24 21:07:25
17449 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
17450 From: Geraint A Edwards <gedge@serf.org>
17451 Date: Thu, 24 May 2001 22:51:24 +0100
17452 Message-Id: <20010524225124.A34981@cymru.serf.org>
17455 ____________________________________________________________________________
17456 [ 10201] By: jhi on 2001/05/24 21:02:30
17457 Log: DB_File has its own attribute story.
17459 ! ext/DB_File/DB_File.xs
17460 ____________________________________________________________________________
17461 [ 10200] By: jhi on 2001/05/24 19:54:21
17462 Log: Subject: Re: Making perl with -Wall
17463 From: Andy Dougherty <doughera@lafayette.edu>
17464 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
17465 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
17468 ____________________________________________________________________________
17469 [ 10199] By: jhi on 2001/05/24 15:15:03
17470 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
17471 From: "Richard Soderberg" <rs@crystalflame.net>
17472 Date: Thu, 24 May 2001 08:58:16 -0700
17473 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
17476 ____________________________________________________________________________
17477 [ 10198] By: jhi on 2001/05/24 15:10:04
17478 Log: IV/UV casting fixes from Nicholas Clark.
17480 ! perl.h pp_sys.c util.c
17481 ____________________________________________________________________________
17482 [ 10197] By: jhi on 2001/05/24 14:19:44
17483 Log: Subject: Re: Making perl with -Wall
17484 From: Michael G Schwern <schwern@pobox.com>
17485 Date: Thu, 24 May 2001 15:40:28 +0100
17486 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
17489 ____________________________________________________________________________
17490 [ 10196] By: jhi on 2001/05/24 14:04:41
17491 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
17492 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17493 Date: Tue, 22 May 2001 11:49:37 +0200
17494 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
17496 ! U/modified/Oldsym.U
17497 Branch: metaconfig/U/perl
17500 ! Configure config_h.SH myconfig.SH
17501 ____________________________________________________________________________
17502 [ 10195] By: jhi on 2001/05/24 13:25:04
17503 Log: Under versiononly install also the scripts with the version suffix.
17504 (e.g. .../bin/h2xs5.7.1)
17507 ____________________________________________________________________________
17508 [ 10194] By: jhi on 2001/05/24 13:02:49
17509 Log: Subject: [PATCH] Stop segfault in mg.c:636
17510 From: "Richard Soderberg" <rs@crystalflame.net>
17511 Date: Thu, 24 May 2001 05:51:52 -0700
17512 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
17515 ____________________________________________________________________________
17516 [ 10193] By: jhi on 2001/05/24 12:37:13
17517 Log: Iteration continues; hopefully convergently.
17520 ____________________________________________________________________________
17521 [ 10192] By: jhi on 2001/05/24 12:36:35
17522 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
17523 From: Gisle Aas <gisle@ActiveState.com>
17524 Date: 23 May 2001 16:13:10 -0700
17525 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
17528 ____________________________________________________________________________
17529 [ 10191] By: jhi on 2001/05/24 12:25:12
17530 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
17531 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17532 Date: Thu, 24 May 2001 05:05:22 -0500
17533 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
17535 ! lib/dumpvar.pl lib/perl5db.pl
17536 ____________________________________________________________________________
17537 [ 10190] By: jhi on 2001/05/24 12:24:07
17538 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
17539 From: David Dyck <dcd@tc.fluke.com>
17540 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
17541 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
17544 ____________________________________________________________________________
17545 [ 10189] By: jhi on 2001/05/23 22:43:31
17546 Log: Tiny pod nits on READMEs, mostly whitespace issues.
17548 ! README.amiga README.dos README.macos README.mpeix README.vmesa
17550 ____________________________________________________________________________
17551 [ 10188] By: jhi on 2001/05/23 22:26:03
17552 Log: The DG/UX part of the 20010521.005.
17555 ____________________________________________________________________________
17556 [ 10187] By: jhi on 2001/05/23 22:04:05
17557 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
17558 From: Hugo <hv@crypt.compulink.co.uk>
17559 Date: Mon, 21 May 2001 16:32:02 +0100
17560 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
17562 ! regcomp.c t/op/misc.t
17563 ____________________________________________________________________________
17564 [ 10186] By: jhi on 2001/05/23 21:42:15
17565 Log: Subject: [PATCH] Extra UNIVERSAL tests
17566 From: Mike Guy <mjtg@cam.ac.uk>
17567 Date: Wed, 23 May 2001 12:29:20 +0100
17568 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
17571 ____________________________________________________________________________
17572 [ 10185] By: jhi on 2001/05/23 21:38:48
17573 Log: Subject: [PATCH] Remove EQ keyword
17574 From: Mike Guy <mjtg@cam.ac.uk>
17575 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
17576 Date: Wed, 23 May 2001 11:17:29 +0100
17578 ! keywords.h keywords.pl
17579 ____________________________________________________________________________
17580 [ 10184] By: jhi on 2001/05/23 21:29:41
17581 Log: Subject: [PATCH] lib/perl5db.pl
17582 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17583 Date: Wed, 23 May 2001 02:18:03 -0500
17584 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
17587 ____________________________________________________________________________
17588 [ 10183] By: jhi on 2001/05/23 21:27:54
17589 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
17590 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17591 Date: Tue, 22 May 2001 23:34:41 -0500
17592 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
17595 ____________________________________________________________________________
17596 [ 10182] By: jhi on 2001/05/23 21:24:30
17597 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
17598 From: davem@fdgroup.co.uk
17599 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
17600 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
17603 ____________________________________________________________________________
17604 [ 10181] By: jhi on 2001/05/23 21:23:29
17605 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
17606 From: Michael G Schwern <schwern@pobox.com>
17607 Date: Tue, 22 May 2001 14:15:09 +0100
17608 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
17611 ____________________________________________________________________________
17612 [ 10180] By: jhi on 2001/05/23 21:22:14
17613 Log: Subject: [PATCH lib/vars.pm] Odd code nit
17614 From: Michael G Schwern <schwern@pobox.com>
17615 Date: Tue, 22 May 2001 14:14:28 +0100
17616 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
17619 ____________________________________________________________________________
17620 [ 10179] By: jhi on 2001/05/23 21:19:51
17621 Log: Use the new use vars feature.
17624 ____________________________________________________________________________
17625 [ 10178] By: jhi on 2001/05/23 21:19:28
17626 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
17627 From: Mike Guy <mjtg@cam.ac.uk>
17628 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17629 Date: Tue, 22 May 2001 13:11:39 +0100
17632 ! MANIFEST lib/vars.pm t/lib/1_compile.t
17633 ____________________________________________________________________________
17634 [ 10177] By: jhi on 2001/05/23 21:01:48
17635 Log: -qlongdouble considered harmful by Merijn.
17638 ____________________________________________________________________________
17639 [ 10176] By: jhi on 2001/05/21 13:21:21
17640 Log: Update Changes.
17642 ! Changes patchlevel.h
17643 ____________________________________________________________________________
17644 [ 10175] By: jhi on 2001/05/21 13:17:28
17645 Log: Add a test of its very own for Fcntl. Hopefully portable.
17649 ____________________________________________________________________________
17650 [ 10174] By: jhi on 2001/05/21 12:45:41
17651 Log: Must be trickier for 'minitest' not to die.
17654 ____________________________________________________________________________
17655 [ 10173] By: jhi on 2001/05/21 11:24:43
17656 Log: Can't declare other people's variables.
17659 ____________________________________________________________________________
17660 [ 10172] By: jhi on 2001/05/20 20:33:08
17661 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
17663 ! doio.c t/op/taint.t
17664 ____________________________________________________________________________
17665 [ 10171] By: jhi on 2001/05/20 20:18:45
17666 Log: The OS/2 variable needs to be declared.
17669 ____________________________________________________________________________
17670 [ 10170] By: nick on 2001/05/20 16:48:29
17671 Log: Integrate mainline
17673 !> (integrate 41 files)
17674 ____________________________________________________________________________
17675 [ 10169] By: jhi on 2001/05/20 11:50:20
17676 Log: Small perlsec updates: clarify the taintedness of filename
17677 globbing; suggest using Scalar::Util::tainted().
17680 ____________________________________________________________________________
17681 [ 10168] By: jhi on 2001/05/20 11:24:11
17682 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
17683 From: Dave Mitchell <davem@fdgroup.co.uk>
17684 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
17685 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
17687 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
17688 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
17689 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
17691 ____________________________________________________________________________
17692 [ 10167] By: jhi on 2001/05/20 11:12:14
17693 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
17694 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17695 Date: Sat, 19 May 2001 04:08:46 -0400
17696 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
17698 ! lib/ExtUtils/Mksymlists.pm makedef.pl
17699 ____________________________________________________________________________
17700 [ 10166] By: jhi on 2001/05/20 11:08:27
17701 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
17702 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17703 Date: Sat, 19 May 2001 04:30:45 -0400
17704 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
17707 ____________________________________________________________________________
17708 [ 10165] By: jhi on 2001/05/20 11:07:06
17709 Log: Subject: [PATCH 5.6.1] build bugs OS/2
17710 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17711 Date: Sat, 19 May 2001 04:35:28 -0400
17712 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
17714 ! os2/Makefile.SHs os2/os2.c
17715 ____________________________________________________________________________
17716 [ 10164] By: jhi on 2001/05/20 11:06:01
17717 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
17718 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17719 Date: Sat, 19 May 2001 04:04:23 -0400
17720 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
17722 (In bleadperl patched b-stash.t instead of b.t)
17724 ! t/lib/b-stash.t t/lib/bigfltpm.t
17725 ____________________________________________________________________________
17726 [ 10163] By: jhi on 2001/05/20 10:59:46
17727 Log: Subject: [PATCH 5.6.1] perl5db
17728 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17729 Date: Sat, 19 May 2001 03:49:09 -0400
17730 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
17733 ____________________________________________________________________________
17734 [ 10162] By: jhi on 2001/05/20 10:58:18
17735 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
17736 From: Gisle Aas <gisle@ActiveState.com>
17737 Date: 18 May 2001 14:24:51 -0700
17738 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
17741 ____________________________________________________________________________
17742 [ 10161] By: jhi on 2001/05/20 10:57:00
17743 Log: Subject: [PATCH] Chomp should not always stringify
17744 From: Gisle Aas <gisle@ActiveState.com>
17745 Date: 18 May 2001 07:55:25 -0700
17746 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
17748 ! doop.c t/op/chop.t
17749 ____________________________________________________________________________
17750 [ 10160] By: jhi on 2001/05/20 10:49:40
17751 Log: Integrate perlio.
17753 !> pod/perlfunc.pod
17754 ____________________________________________________________________________
17755 [ 10159] By: nick on 2001/05/20 09:39:46
17756 Log: Document some more of open's features.
17759 ____________________________________________________________________________
17760 [ 10158] By: gsar on 2001/05/18 18:43:38
17761 Log: back out change#10153 (it has compatibility issues such as the
17762 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
17763 benefit for 5.6.x doesn't seem worth the risk)
17764 Branch: maint-5.6/perl
17766 ____________________________________________________________________________
17767 [ 10157] By: jhi on 2001/05/18 17:05:40
17768 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
17771 ____________________________________________________________________________
17772 [ 10156] By: jhi on 2001/05/18 12:06:40
17773 Log: Update Changes.
17775 ! Changes patchlevel.h
17776 ____________________________________________________________________________
17777 [ 10155] By: jhi on 2001/05/18 11:58:57
17778 Log: Integrate change #10144 from maintperl.
17780 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
17782 !> win32/config.bc win32/config.gc win32/config.vc
17783 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17784 ____________________________________________________________________________
17785 [ 10154] By: nick on 2001/05/18 07:23:03
17786 Log: Integrate mainline.
17788 +> README.dgux t/lib/i18n-collate.t utils.lst
17789 !> (integrate 49 files)
17790 ____________________________________________________________________________
17791 [ 10153] By: jhi on 2001/05/18 00:41:51
17792 Log: Integrate change #7224 from mainline into maintperl.
17794 Allow @+ and @- to be doublequoted, from Simon Cozens.
17795 (Approved by Larry, see Tom's comment in 20000830.005.)
17796 Branch: maint-5.6/perl
17798 ____________________________________________________________________________
17799 [ 10152] By: jhi on 2001/05/17 23:18:15
17800 Log: Subject: [PATCH bleadperl] small lookbehind fix
17801 From: Hugo <hv@crypt.compulink.co.uk>
17802 Date: Fri, 18 May 2001 00:07:19 +0100
17803 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
17806 ____________________________________________________________________________
17807 [ 10151] By: jhi on 2001/05/17 22:00:06
17810 ! installman utils.lst
17811 ____________________________________________________________________________
17812 [ 10150] By: jhi on 2001/05/17 20:32:48
17813 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
17816 ! t/lib/glob-basic.t
17817 ____________________________________________________________________________
17818 [ 10149] By: jhi on 2001/05/17 20:08:58
17819 Log: Subject: [PATCH] Test for bug 20010515.004
17820 From: Benjamin Sugars <bsugars@canoe.ca>
17821 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
17822 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
17825 ____________________________________________________________________________
17826 [ 10148] By: jhi on 2001/05/17 20:06:23
17827 Log: Integrate #10145 from maintperl.
17829 fix for ID 20010515.004 (needs test)
17832 ____________________________________________________________________________
17833 [ 10147] By: jhi on 2001/05/17 19:10:46
17834 Log: Thinko noticed by Doug MacEachern.
17837 ____________________________________________________________________________
17838 [ 10146] By: jhi on 2001/05/17 17:30:37
17839 Log: Subject: Re: [PATCH] HERE mark in regex
17840 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17841 Date: Thu, 17 May 2001 12:20:33 -0400
17842 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
17845 ____________________________________________________________________________
17846 [ 10145] By: gsar on 2001/05/17 16:59:55
17847 Log: fix for ID 20010515.004 (needs test)
17848 Branch: maint-5.6/perl
17850 ____________________________________________________________________________
17851 [ 10144] By: gsar on 2001/05/17 16:39:02
17852 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
17853 Branch: maint-5.6/perl
17854 ! win32/config.bc win32/config.gc win32/config.vc
17855 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17856 ____________________________________________________________________________
17857 [ 10143] By: jhi on 2001/05/17 14:21:08
17858 Log: Macrofy the getspecific (and use it also in util.c)
17861 ____________________________________________________________________________
17862 [ 10142] By: jhi on 2001/05/17 01:43:50
17863 Log: Use the unchecked thread-specific key fetch also in Tru64.
17866 ____________________________________________________________________________
17867 [ 10141] By: jhi on 2001/05/17 01:41:07
17868 Log: Subject: [PATCH 5.6.1]Quick thread speedup
17869 From: Dan Sugalski <dan@sidhe.org>
17870 Date: Wed, 16 May 2001 18:05:19 -0400
17871 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
17874 ____________________________________________________________________________
17875 [ 10140] By: jhi on 2001/05/16 19:58:29
17876 Log: I think this is quite enough testing for a deprecated feature.
17878 + t/lib/i18n-collate.t
17879 ! MANIFEST t/lib/1_compile.t
17880 ____________________________________________________________________________
17881 [ 10139] By: jhi on 2001/05/16 18:47:03
17882 Log: More HP-UX lore from Jeff Okamoto.
17885 ____________________________________________________________________________
17886 [ 10138] By: jhi on 2001/05/16 18:21:04
17887 Log: Sort utils.lst for easier maintenance.
17890 ____________________________________________________________________________
17891 [ 10137] By: jhi on 2001/05/16 18:12:01
17892 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
17893 From: Tim Jenness <t.jenness@jach.hawaii.edu>
17894 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
17895 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
17897 Add pod2latex to utils.lst.
17899 ! MANIFEST utils.lst
17900 ____________________________________________________________________________
17901 [ 10136] By: jhi on 2001/05/16 18:00:00
17902 Log: Subject: Re: [PATCH] HERE mark in regex
17903 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17904 Date: Wed, 16 May 2001 13:04:43 -0400
17905 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
17907 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
17908 ! t/op/regmesg.t t/pragma/warn/regcomp
17909 ____________________________________________________________________________
17910 [ 10135] By: jhi on 2001/05/16 17:51:50
17911 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
17912 From: Simon Cozens <simon@netthink.co.uk>
17913 Date: Wed, 16 May 2001 18:02:08 +0100
17914 Message-ID: <20010516180208.A6458@netthink.co.uk>
17916 ! installman utils.lst
17917 ____________________________________________________________________________
17918 [ 10134] By: jhi on 2001/05/16 17:47:26
17919 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
17920 From: "Philip Newton" <pnewton@gmx.de>
17921 Date: Tue, 15 May 2001 15:09:30 +0200
17922 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
17924 Test case for #10128.
17926 ! t/pragma/warn/pp_hot
17927 ____________________________________________________________________________
17928 [ 10133] By: jhi on 2001/05/16 15:12:52
17929 Log: Update Changes.
17931 ! Changes patchlevel.h
17932 ____________________________________________________________________________
17933 [ 10132] By: jhi on 2001/05/16 14:50:55
17934 Log: Deprecate pseudo-hashes.
17936 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
17937 ____________________________________________________________________________
17938 [ 10131] By: jhi on 2001/05/16 14:26:01
17939 Log: HP-UX hints update from Merijn.
17942 ____________________________________________________________________________
17943 [ 10130] By: jhi on 2001/05/16 14:23:01
17944 Log: README.hpux update from Merijn.
17947 ____________________________________________________________________________
17948 [ 10129] By: jhi on 2001/05/16 14:18:56
17949 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
17950 From: Simon Cozens <simon@netthink.co.uk>
17951 Date: Wed, 16 May 2001 15:57:55 +0100
17952 Message-ID: <20010516155755.A4728@netthink.co.uk>
17955 ! MANIFEST installman installperl
17956 ____________________________________________________________________________
17957 [ 10128] By: jhi on 2001/05/16 14:15:36
17958 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
17959 From: "Philip Newton" <pnewton@gmx.de>
17960 Date: Tue, 15 May 2001 16:31:05 +0200
17961 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
17963 Fix PERL_Y2KWARN test to check before rather than after appending.
17966 ____________________________________________________________________________
17967 [ 10127] By: jhi on 2001/05/16 14:08:15
17968 Log: Regen Porting stuff.
17970 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17972 ____________________________________________________________________________
17973 [ 10126] By: jhi on 2001/05/16 13:41:50
17974 Log: Metaconfig unit change for #10125.
17976 ! U/modified/Oldconfig.U
17977 ____________________________________________________________________________
17978 [ 10125] By: jhi on 2001/05/16 13:41:35
17981 ! Configure config_h.SH perl.c
17982 ____________________________________________________________________________
17983 [ 10124] By: jhi on 2001/05/16 13:41:09
17986 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17987 ____________________________________________________________________________
17988 [ 10123] By: jhi on 2001/05/16 13:25:38
17989 Log: Adding the README.dgux to the MANIFEST would be a good idea.
17992 ____________________________________________________________________________
17993 [ 10122] By: jhi on 2001/05/16 13:08:33
17994 Log: Move the stack desire definition to thread.h.
17996 ! ext/Thread/Thread.xs thread.h
17997 ____________________________________________________________________________
17998 [ 10121] By: jhi on 2001/05/16 13:00:12
17999 Log: DG-UX threading patches, including a README.dgux,
18000 from Takis Psarogiannakopoulos.
18003 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
18004 ____________________________________________________________________________
18005 [ 10120] By: jhi on 2001/05/16 12:55:33
18006 Log: Subject: [PATCH B::Deparse] More on /x regexes
18007 From: Robin Houston <robin@kitsite.com>
18008 Date: Tue, 15 May 2001 19:09:35 +0100
18009 Message-ID: <20010515190935.A27268@penderel>
18011 ! ext/B/B/Deparse.pm
18012 ____________________________________________________________________________
18013 [ 10119] By: jhi on 2001/05/16 12:45:29
18014 Log: Document that the core time() may be rounding rather
18015 than truncating, would have saved at least my confusion.
18017 ! ext/Time/HiRes/HiRes.pm
18018 ____________________________________________________________________________
18019 [ 10118] By: jhi on 2001/05/16 12:37:57
18020 Log: Subject: perl-current/t/time-hires.t
18021 From: John Peacock <jpeacock@rowman.com>
18022 Date: Fri, 11 May 2001 14:09:41 -0400
18023 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
18025 ! t/lib/time-hires.t
18026 ____________________________________________________________________________
18027 [ 10117] By: jhi on 2001/05/15 13:40:33
18028 Log: Subject: [PATCH dump.c] Op private flags
18029 From: Simon Cozens <simon@netthink.co.uk>
18030 Date: Sun, 13 May 2001 20:20:36 +0100
18031 Message-ID: <20010513202036.A21896@netthink.co.uk>
18034 ____________________________________________________________________________
18035 [ 10116] By: jhi on 2001/05/15 13:28:26
18036 Log: Upgrade to Switch 2.03.
18039 ____________________________________________________________________________
18040 [ 10115] By: jhi on 2001/05/15 13:19:01
18041 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
18042 to PERL_CONFIG_SH and use it consistently.
18043 Branch: maint-5.6/perl
18044 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18045 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
18046 !> myconfig.SH writemain.SH
18047 ____________________________________________________________________________
18048 [ 10114] By: jhi on 2001/05/15 13:13:21
18049 Log: Metaconfig units changes for #10113.
18051 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
18052 ____________________________________________________________________________
18053 [ 10113] By: jhi on 2001/05/15 13:12:40
18054 Log: The problem described in 20010514.031 still wasn't
18055 fully cured, there were remnants of $CONFIG when
18056 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
18057 to avoid future conflicts.
18059 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18060 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
18061 ! myconfig.SH writemain.SH
18062 ____________________________________________________________________________
18063 [ 10112] By: jhi on 2001/05/15 11:55:44
18064 Log: Half of #10107 got lost.
18066 ! ext/B/B/Deparse.pm
18067 ____________________________________________________________________________
18068 [ 10111] By: nick on 2001/05/15 08:39:14
18069 Log: Integrate mainline.
18071 +> ext/POSIX/hints/uts.pl
18072 - Todo Todo-5.6 t/camel-III/vstring.t
18073 !> (integrate 48 files)
18074 ____________________________________________________________________________
18075 [ 10110] By: jhi on 2001/05/15 02:04:05
18076 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
18077 From: Robin Houston <robin@kitsite.com>
18078 Date: Mon, 14 May 2001 22:27:08 +0100
18079 Message-ID: <20010514222708.A22963@penderel>
18082 ____________________________________________________________________________
18083 [ 10109] By: jhi on 2001/05/15 02:03:12
18084 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
18085 From: Robin Houston <robin@kitsite.com>
18086 Date: Mon, 14 May 2001 22:16:43 +0100
18087 Message-ID: <20010514221643.A22437@penderel>
18089 ! ext/B/B/Deparse.pm
18090 ____________________________________________________________________________
18091 [ 10108] By: jhi on 2001/05/15 02:02:17
18092 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
18093 From: Robin Houston <robin@kitsite.com>
18094 Date: Mon, 14 May 2001 22:03:44 +0100
18095 Message-ID: <20010514220344.A20643@penderel>
18097 ! ext/B/B/Deparse.pm
18098 ____________________________________________________________________________
18099 [ 10107] By: jhi on 2001/05/15 02:01:24
18100 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
18101 From: Robin Houston <robin@kitsite.com>
18102 Date: Mon, 14 May 2001 22:10:07 +0100
18103 Message-ID: <20010514221007.A21118@penderel>
18105 ! ext/B/B/Deparse.pm
18106 ____________________________________________________________________________
18107 [ 10106] By: jhi on 2001/05/15 01:41:26
18108 Log: Fix for 20010514.037; substr() didn't invalidate the locale
18112 ____________________________________________________________________________
18113 [ 10105] By: jhi on 2001/05/14 18:18:24
18114 Log: Update Changes.
18116 ! Changes patchlevel.h
18117 ____________________________________________________________________________
18118 [ 10104] By: jhi on 2001/05/14 18:09:07
18119 Log: Retract #10094.
18122 ____________________________________________________________________________
18123 [ 10103] By: jhi on 2001/05/14 15:20:58
18124 Log: Integrate change #10100 from maintperl.
18126 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
18127 bug ID 20010514.027)
18130 ____________________________________________________________________________
18131 [ 10102] By: jhi on 2001/05/14 15:19:21
18132 Log: Document the deprecatedness of suidperl.
18134 ! INSTALL pod/perlfaq1.pod
18135 ____________________________________________________________________________
18136 [ 10101] By: jhi on 2001/05/14 14:54:31
18137 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
18138 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18139 Date: Mon, 14 May 2001 09:38:59 -0400
18140 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
18142 ! lib/ExtUtils/MM_Unix.pm
18143 ____________________________________________________________________________
18144 [ 10100] By: gsar on 2001/05/14 14:43:50
18145 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
18146 bug ID 20010514.027)
18148 TODO: this needs a testsuite addition
18149 Branch: maint-5.6/perl
18151 ____________________________________________________________________________
18152 [ 10099] By: jhi on 2001/05/14 13:42:38
18153 Log: More DWIMminess for Class::Struct: calling the array or hash
18154 accessors only with one argument, an array or a hash reference,
18155 sets the underlying array or hash. This mirrors nicely also
18156 the usage in the constructor.
18157 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
18159 ! lib/Class/Struct.pm t/lib/class-struct.t
18160 ____________________________________________________________________________
18161 [ 10098] By: jhi on 2001/05/14 13:10:34
18162 Log: Reference cmp'ing should go through the whole stringification
18163 process shebang, as pointed out by Sarathy in #10091.
18166 ____________________________________________________________________________
18167 [ 10097] By: jhi on 2001/05/14 12:54:31
18168 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
18169 From: Simon Cozens <simon@netthink.co.uk>
18170 Date: Sat, 12 May 2001 16:36:27 +0100
18171 Message-ID: <20010512163627.A5522@netthink.co.uk>
18173 with some additions salvaged from Todo and Todo-5.6 before
18177 ! MANIFEST pod/perltodo.pod
18178 ____________________________________________________________________________
18179 [ 10096] By: jhi on 2001/05/14 12:37:01
18180 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
18181 From: "Golubev I. N." <gin@mo.msk.ru>
18182 Date: Mon, 07 May 2001 14:33:34 (GMT)
18183 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
18186 ____________________________________________________________________________
18187 [ 10095] By: jhi on 2001/05/14 12:34:24
18188 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
18189 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
18190 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
18191 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
18193 ! lib/ExtUtils/MM_Unix.pm
18194 ____________________________________________________________________________
18195 [ 10094] By: jhi on 2001/05/14 12:32:44
18196 Log: (Retracted by #10104.)
18198 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
18199 From: barries <barries@slaysys.com>
18200 Date: Sat, 12 May 2001 01:28:10 -0400
18201 Message-ID: <20010512012810.B26358@jester.slaysys.com>
18204 ____________________________________________________________________________
18205 [ 10093] By: jhi on 2001/05/14 12:30:38
18206 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
18207 From: Mike Guy <mjtg@cam.ac.uk>
18208 Date: Sat, 12 May 2001 19:24:33 +0100
18209 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
18212 ____________________________________________________________________________
18213 [ 10092] By: jhi on 2001/05/14 12:29:21
18214 Log: Yet another HP-UX hints tweak from Merijn.
18217 ____________________________________________________________________________
18218 [ 10091] By: gsar on 2001/05/14 04:38:32
18219 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
18220 isn't defined (changes#9366,9368,9370 from mainline without the
18222 Branch: maint-5.6/perl
18223 ! pp.c pp.h pp_hot.c
18224 ____________________________________________________________________________
18225 [ 10090] By: jhi on 2001/05/12 13:39:43
18226 Log: The sorting seems to happen now automatically.
18228 ! t/lib/glob-basic.t
18229 ____________________________________________________________________________
18230 [ 10089] By: jhi on 2001/05/12 03:38:15
18231 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18232 From: Benjamin Sugars <bsugars@canoe.ca>
18233 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
18234 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
18237 ____________________________________________________________________________
18238 [ 10088] By: jhi on 2001/05/12 03:37:00
18239 Log: Subject: Re: undef(&foo) does not work for XS functions
18240 From: Doug MacEachern <dougm@covalent.net>
18241 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
18242 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
18245 ____________________________________________________________________________
18246 [ 10087] By: jhi on 2001/05/12 03:35:58
18247 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
18248 From: Peter Prymmer <pvhp@forte.com>
18249 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
18250 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
18253 ____________________________________________________________________________
18254 [ 10086] By: jhi on 2001/05/11 14:23:08
18255 Log: Update Changes.
18257 ! Changes patchlevel.h
18258 ____________________________________________________________________________
18259 [ 10085] By: jhi on 2001/05/11 14:08:20
18260 Log: Remove the 'asciir' re subpragma. Should instead implement
18261 the 'physical vs logical' range scheme:
18263 \xAA-\xCC is a native physical range, you want that range of
18264 codepoints in your native encoding. In EBCDIC the codepoints
18265 in the gaps (between i-j and r-s) should be included.
18267 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
18268 codepoints in Unicode.
18270 a-z is a logical range, you want that range of 'logical' codepoints
18271 in your native encoding. In EBCDIC the codepoints in the gaps
18272 (between i-j and r-s) should not be included.
18274 Mixed cases (a-\xAA, etc) should either be errors, or maybe
18275 the 'logical' endpoints should be converted to native/Unicode
18276 codepoints, and the range handled as a physical range.
18278 'Logical endpoints' are to be recognized only in the A-Z, a-z,
18279 and 0-9 ranges. Probably a warning should be given for mixed
18280 cases like A-z or a-9 (since such expressions are encoding
18281 dependent), with a recommendation to use physical ranges.
18283 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
18285 ____________________________________________________________________________
18286 [ 10084] By: jhi on 2001/05/11 13:56:16
18287 Log: Make the test to cleanup the test directory tree
18288 both before and after the testing so that we always
18289 have a clean slate to work with.
18292 ____________________________________________________________________________
18293 [ 10083] By: jhi on 2001/05/11 13:46:30
18294 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18295 From: Jon Eveland <jweveland@yahoo.com>
18296 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
18297 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
18300 ____________________________________________________________________________
18301 [ 10082] By: jhi on 2001/05/11 13:45:06
18302 Log: Merge the camel-III/vstring.t with op/ver.t.
18304 - t/camel-III/vstring.t
18305 ! MANIFEST t/TEST t/harness t/op/ver.t
18306 ____________________________________________________________________________
18307 [ 10081] By: jhi on 2001/05/11 13:15:55
18308 Log: Add test.deparse make target.
18311 ____________________________________________________________________________
18312 [ 10080] By: jhi on 2001/05/11 12:52:49
18313 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
18314 From: Robin Houston <robin@kitsite.com>
18315 Date: Fri, 11 May 2001 12:02:22 +0100
18316 Message-ID: <20010511120222.A11529@penderel>
18318 ! ext/B/B/Deparse.pm t/op/method.t
18319 ____________________________________________________________________________
18320 [ 10079] By: jhi on 2001/05/11 01:59:06
18321 Log: A nicely working combination for UTS from Hal Morris.
18323 + ext/POSIX/hints/uts.pl
18324 ! MANIFEST hints/uts.sh
18325 ____________________________________________________________________________
18326 [ 10078] By: jhi on 2001/05/11 01:15:04
18327 Log: i_ieeefp=undef for UTS.
18330 ____________________________________________________________________________
18331 [ 10077] By: jhi on 2001/05/10 22:42:35
18332 Log: Subject: RE: rand(0) is rand(1)
18333 From: Larry Shatzer <lshatzer@islanddata.com>
18334 Date: Thu, 10 May 2001 11:09:27 -0700
18335 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
18338 ____________________________________________________________________________
18339 [ 10076] By: jhi on 2001/05/10 22:36:50
18340 Log: Subject: [patch] make op_{clear,null} public
18341 From: Doug MacEachern <dougm@covalent.net>
18342 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
18343 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
18345 ! embed.h embed.pl op.c proto.h
18346 ____________________________________________________________________________
18347 [ 10075] By: jhi on 2001/05/10 22:28:36
18348 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
18349 From: Robin Houston <robin@kitsite.com>
18350 Date: Thu, 10 May 2001 18:54:59 +0100
18351 Message-ID: <20010510185459.A5995@penderel>
18353 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
18354 ____________________________________________________________________________
18355 [ 10074] By: jhi on 2001/05/10 22:23:41
18356 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
18357 From: Robin Houston <robin@kitsite.com>
18358 Date: Thu, 10 May 2001 12:56:39 +0100
18359 Message-ID: <20010510125639.A2119@penderel>
18361 ! ext/B/B/Deparse.pm
18362 ____________________________________________________________________________
18363 [ 10073] By: jhi on 2001/05/10 14:26:01
18364 Log: Retract #10070, not ready yet.
18366 ! ext/B/B/Deparse.pm
18367 ____________________________________________________________________________
18368 [ 10072] By: jhi on 2001/05/10 13:40:24
18369 Log: The metaconfig unit change for #10071.
18371 ! U/modified/mallocsrc.U
18372 ____________________________________________________________________________
18373 [ 10071] By: jhi on 2001/05/10 13:39:57
18374 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
18377 ____________________________________________________________________________
18378 [ 10070] By: jhi on 2001/05/10 13:18:42
18379 Log: (Retracted by #10073)
18381 Subject: Re: [PATCH t/TEST] B::Deparse tester
18382 From: Hugo <hv@crypt.compulink.co.uk>
18383 Date: Thu, 10 May 2001 05:48:09 +0100
18384 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
18386 ! ext/B/B/Deparse.pm
18387 ____________________________________________________________________________
18388 [ 10069] By: jhi on 2001/05/10 12:24:06
18389 Log: Add a for(func()) test.
18392 ____________________________________________________________________________
18393 [ 10068] By: jhi on 2001/05/10 12:16:00
18394 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
18395 From: Robin Houston <robin@kitsite.com>
18396 Date: Thu, 10 May 2001 13:50:08 +0100
18397 Message-ID: <20010510135008.A2454@penderel>
18399 ! ext/B/B/Deparse.pm
18400 ____________________________________________________________________________
18401 [ 10067] By: jhi on 2001/05/10 01:45:03
18402 Log: A thinko in #10065.
18405 ____________________________________________________________________________
18406 [ 10066] By: jhi on 2001/05/10 01:33:12
18407 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
18408 From: Robin Houston <robin@kitsite.com>
18409 Date: Thu, 10 May 2001 02:10:34 +0100
18410 Message-ID: <20010510021034.A19421@penderel>
18412 ! ext/B/B.xs ext/B/B/Deparse.pm
18413 ____________________________________________________________________________
18414 [ 10065] By: jhi on 2001/05/10 01:30:43
18415 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
18416 From: Doug MacEachern <dougm@covalent.net>
18417 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
18418 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
18421 ____________________________________________________________________________
18422 [ 10064] By: jhi on 2001/05/09 23:13:29
18423 Log: One more workaround for the UTS compiler from Hal Morris.
18426 ____________________________________________________________________________
18427 [ 10063] By: jhi on 2001/05/09 23:09:53
18428 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
18429 From: Robin Houston <robin@kitsite.com>
18430 Date: Thu, 10 May 2001 01:02:08 +0100
18431 Message-ID: <20010510010208.A18200@penderel>
18434 ____________________________________________________________________________
18435 [ 10062] By: jhi on 2001/05/09 23:06:25
18436 Log: Subject: [PATCH] Simplify deb_curcv() a bit
18437 From: Benjamin Sugars <bsugars@canoe.ca>
18438 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
18439 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
18442 ____________________________________________________________________________
18443 [ 10061] By: jhi on 2001/05/09 23:05:28
18444 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
18445 From: Benjamin Sugars <bsugars@canoe.ca>
18446 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
18447 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
18449 ! t/lib/io_scalar.t
18450 ____________________________________________________________________________
18451 [ 10060] By: jhi on 2001/05/09 23:04:38
18452 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
18453 From: Peter Prymmer <pvhp@forte.com>
18454 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
18455 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
18458 ____________________________________________________________________________
18459 [ 10059] By: jhi on 2001/05/09 23:03:52
18460 Log: Subject: [PATCH t/TEST] B::Deparse tester
18461 From: Robin Houston <robin@kitsite.com>
18462 Date: Wed, 9 May 2001 19:17:50 +0100
18463 Message-ID: <20010509191750.A16940@penderel>
18465 ! ext/B/O.pm t/TEST
18466 ____________________________________________________________________________
18467 [ 10058] By: jhi on 2001/05/09 23:02:56
18468 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
18469 From: Jeff Pinyan <jeffp@crusoe.net>
18470 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
18471 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
18474 ____________________________________________________________________________
18475 [ 10057] By: nick on 2001/05/09 18:37:56
18476 Log: Integrate mainline.
18478 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
18479 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
18480 ____________________________________________________________________________
18481 [ 10056] By: jhi on 2001/05/09 16:44:44
18482 Log: Update Changes.
18484 ! Changes patchlevel.h
18485 ____________________________________________________________________________
18486 [ 10055] By: jhi on 2001/05/09 16:26:47
18487 Log: Integrate perlio.
18489 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18490 ____________________________________________________________________________
18491 [ 10054] By: jhi on 2001/05/09 16:25:42
18492 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
18493 From: Benjamin Sugars <bsugars@canoe.ca>
18494 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
18495 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
18498 ____________________________________________________________________________
18499 [ 10053] By: jhi on 2001/05/09 16:24:37
18500 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
18501 From: Benjamin Sugars <bsugars@canoe.ca>
18502 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
18503 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
18505 ! ext/PerlIO/Scalar/Scalar.xs
18506 ____________________________________________________________________________
18507 [ 10052] By: jhi on 2001/05/09 16:19:04
18508 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
18509 From: Jeff Pinyan <jeffp@crusoe.net>
18510 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
18511 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
18514 ____________________________________________________________________________
18515 [ 10051] By: jhi on 2001/05/09 15:30:17
18516 Log: EPOC tweak from Olaf Flebbe.
18519 ____________________________________________________________________________
18520 [ 10050] By: nick on 2001/05/09 14:37:57
18521 Log: win32, regen_config_h
18523 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18524 ____________________________________________________________________________
18525 [ 10049] By: jhi on 2001/05/09 12:33:39
18526 Log: Integrate perlio.
18529 ____________________________________________________________________________
18530 [ 10048] By: nick on 2001/05/09 11:59:50
18531 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
18532 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
18535 ____________________________________________________________________________
18536 [ 10047] By: jhi on 2001/05/09 10:50:12
18537 Log: Integrate perlio.
18540 ____________________________________________________________________________
18541 [ 10046] By: jhi on 2001/05/09 10:49:34
18542 Log: Subject: Re: Less warnings during configure
18543 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18544 Date: Wed, 09 May 2001 13:12:49 +0200
18545 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
18548 ____________________________________________________________________________
18549 [ 10045] By: nick on 2001/05/09 09:56:59
18550 Log: MULTIPLICITY/DEBUGGING build fix.
18553 ____________________________________________________________________________
18554 [ 10044] By: nick on 2001/05/09 09:46:37
18555 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
18557 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
18558 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
18559 !> (integrate 65 files)
18560 ____________________________________________________________________________
18561 [ 10043] By: jhi on 2001/05/08 22:41:49
18562 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18563 From: Robin Houston <robin@kitsite.com>
18564 Date: Tue, 8 May 2001 19:38:00 +0100
18565 Message-ID: <20010508193800.A4389@penderel>
18567 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18568 From: Robin Houston <robin@kitsite.com>
18569 Date: Tue, 8 May 2001 20:03:57 +0100
18570 Message-ID: <20010508200357.A4614@penderel>
18572 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18573 From: Robin Houston <robin@kitsite.com>
18574 Date: Wed, 9 May 2001 00:12:05 +0100
18575 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
18577 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
18578 ____________________________________________________________________________
18579 [ 10042] By: jhi on 2001/05/08 22:09:35
18580 Log: Retract #10031.
18583 ____________________________________________________________________________
18584 [ 10041] By: jhi on 2001/05/08 18:27:34
18585 Log: The metaconfig unit changes for #10040.
18586 Branch: metaconfig/U/perl
18587 ! Checkcc.U d_dlsymun.U dlsrc.U
18588 ____________________________________________________________________________
18589 [ 10040] By: jhi on 2001/05/08 18:24:47
18590 Log: The Configure half of
18592 Subject: Less warnings during configure
18593 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18594 Date: Tue, 08 May 2001 08:44:02 +0200
18595 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
18598 ____________________________________________________________________________
18599 [ 10039] By: jhi on 2001/05/08 16:48:31
18600 Log: Subject: Less warnings during configure
18601 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18602 Date: Tue, 08 May 2001 08:44:02 +0200
18603 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
18606 ____________________________________________________________________________
18607 [ 10038] By: jhi on 2001/05/08 16:32:07
18608 Log: Don't forget to whine about \d__\d.
18610 ! t/pragma/warn/toke toke.c
18611 ____________________________________________________________________________
18612 [ 10037] By: jhi on 2001/05/08 16:07:05
18613 Log: Allow underscores also in the exponent part.
18615 ! t/pragma/warn/toke toke.c
18616 ____________________________________________________________________________
18617 [ 10036] By: jhi on 2001/05/08 13:33:55
18618 Log: CodeMagicCD doesn't look like an *I*DE.
18621 ____________________________________________________________________________
18622 [ 10035] By: jhi on 2001/05/08 13:27:48
18623 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
18624 to be consistently down).
18627 ____________________________________________________________________________
18628 [ 10034] By: jhi on 2001/05/08 13:21:07
18629 Log: Upgrade to Text::Balanced 1.84.
18631 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
18632 ____________________________________________________________________________
18633 [ 10033] By: jhi on 2001/05/08 12:41:53
18634 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
18635 From: Benjamin Sugars <bsugars@canoe.ca>
18636 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
18637 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
18640 ____________________________________________________________________________
18641 [ 10032] By: jhi on 2001/05/08 12:40:28
18642 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
18643 From: Peter Prymmer <pvhp@forte.com>
18644 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
18645 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
18648 ____________________________________________________________________________
18649 [ 10031] By: jhi on 2001/05/08 12:35:25
18650 Log: (Retracted by #10042)
18652 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
18653 From: "Philip Newton" <pnewton@gmx.de>
18654 Date: Tue, 8 May 2001 09:18:10 +0200
18655 Message-ID: <3AF7B9D2.28861.603732@localhost>
18658 ____________________________________________________________________________
18659 [ 10030] By: jhi on 2001/05/08 12:32:23
18660 Log: Subject: [PATCH B::Deparse] Document known bugs
18661 From: Robin Houston <robin@kitsite.com>
18662 Date: Tue, 8 May 2001 01:53:34 +0100
18663 Message-ID: <20010508015334.A32394@penderel>
18665 ! ext/B/B/Deparse.pm
18666 ____________________________________________________________________________
18667 [ 10029] By: jhi on 2001/05/08 12:28:28
18668 Log: Subject: Re: Perl book, magazine and website updates.
18669 From: "Philip Newton" <pnewton@gmx.de>
18670 Date: Mon, 7 May 2001 17:03:58 +0200
18671 Message-ID: <3AF6D57E.5387.1E29930@localhost>
18674 ____________________________________________________________________________
18675 [ 10028] By: jhi on 2001/05/07 23:53:30
18676 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
18677 From: Peter Prymmer <pvhp@forte.com>
18678 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
18679 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
18682 ____________________________________________________________________________
18683 [ 10027] By: jhi on 2001/05/07 23:22:48
18684 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
18685 From: Robin Houston <robin@kitsite.com>
18686 Date: Tue, 8 May 2001 01:14:55 +0100
18687 Message-ID: <20010508011455.A32162@penderel>
18689 ! ext/B/B/Deparse.pm
18690 ____________________________________________________________________________
18691 [ 10026] By: jhi on 2001/05/07 23:15:05
18692 Log: Typo in #10025.
18695 ____________________________________________________________________________
18696 [ 10025] By: jhi on 2001/05/07 21:15:35
18697 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
18700 ____________________________________________________________________________
18701 [ 10024] By: jhi on 2001/05/07 20:58:40
18702 Log: Subject: Re: [ID 20010506.045] question about hash syntax
18703 From: Peter Scott <Peter@PSDT.com>
18704 Date: Sun, 06 May 2001 13:10:40 -0700
18705 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
18707 ! pod/perl56delta.pod
18708 ____________________________________________________________________________
18709 [ 10023] By: jhi on 2001/05/07 20:41:26
18710 Log: Configure should figure out the list of dynamic extensions
18711 just fine in UTS-- and in fact it does, as reported by Hal Morris.
18714 ____________________________________________________________________________
18715 [ 10022] By: jhi on 2001/05/07 20:24:11
18716 Log: Update Changes.
18718 ! Changes patchlevel.h
18719 ____________________________________________________________________________
18720 [ 10021] By: jhi on 2001/05/07 20:11:31
18721 Log: Subject: [PATCH regcomp.c] Insecure regexes
18722 From: Robin Houston <robin@kitsite.com>
18723 Date: Mon, 7 May 2001 21:56:12 +0100
18724 Message-ID: <20010507215612.A31114@penderel>
18727 ____________________________________________________________________________
18728 [ 10020] By: jhi on 2001/05/07 20:02:30
18729 Log: Drop the foobar.perl.com references for now until Simon
18730 gets them sorted out.
18733 ____________________________________________________________________________
18734 [ 10019] By: jhi on 2001/05/07 19:54:33
18735 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
18736 From: Prymmer/Kahn <pvhp@best.com>
18737 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
18738 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
18740 ! lib/Devel/SelfStubber.pm
18741 ____________________________________________________________________________
18742 [ 10018] By: jhi on 2001/05/07 19:53:10
18743 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
18744 From: Prymmer/Kahn <pvhp@best.com>
18745 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
18746 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
18749 ____________________________________________________________________________
18750 [ 10017] By: jhi on 2001/05/07 19:35:10
18751 Log: s/WebTechnique's/WebTechniques/
18754 ____________________________________________________________________________
18755 [ 10016] By: jhi on 2001/05/07 12:26:29
18756 Log: Llama 3 updates from Randal.
18759 ____________________________________________________________________________
18760 [ 10015] By: jhi on 2001/05/07 01:34:38
18761 Log: Subject: [PATCH] Help -Dt show correct pad variables
18762 From: Benjamin Sugars <ben.sugars@home.com>
18763 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
18764 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
18766 ! embed.h embed.pl proto.h run.c
18767 ____________________________________________________________________________
18768 [ 10014] By: jhi on 2001/05/07 01:23:56
18769 Log: Subject: [PATCH] Document C<our $foo : shared>
18770 From: Benjamin Sugars <ben.sugars@home.com>
18771 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
18772 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
18775 ____________________________________________________________________________
18776 [ 10013] By: jhi on 2001/05/07 01:22:22
18777 Log: Subject: [PATCH B::Deparse] undefined folded constants
18778 From: Robin Houston <robin@kitsite.com>
18779 Date: Sun, 6 May 2001 17:19:09 +0100
18780 Message-ID: <20010506171909.A7046@penderel>
18782 ! ext/B/B/Deparse.pm
18783 ____________________________________________________________________________
18784 [ 10012] By: jhi on 2001/05/07 00:57:38
18785 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
18786 From: Robin Houston <robin@kitsite.com>
18787 Message-ID: <20010506164654.A6848@penderel>
18788 Date: Sun, 6 May 2001 16:46:54 +0100
18790 ! ext/B/B/Deparse.pm
18791 ____________________________________________________________________________
18792 [ 10011] By: jhi on 2001/05/07 00:52:18
18793 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
18794 From: Robin Houston <robin@kitsite.com>
18795 Date: Sun, 6 May 2001 14:47:02 +0100
18796 Message-ID: <20010506144702.A6308@penderel>
18799 ____________________________________________________________________________
18800 [ 10010] By: jhi on 2001/05/06 15:07:51
18801 Log: Subject: Perl book, magazine and website updates.
18802 From: Simon Cozens <simon@netthink.co.uk>
18803 Date: Sun, 6 May 2001 16:55:36 +0100
18804 Message-ID: <20010506165536.A1795@netthink.co.uk>
18806 ! pod/perlbook.pod pod/perlfaq2.pod
18807 ____________________________________________________________________________
18808 [ 10009] By: jhi on 2001/05/06 14:11:40
18809 Log: Tweaks on the Tru64 prof options.
18812 ____________________________________________________________________________
18813 [ 10008] By: jhi on 2001/05/06 13:51:49
18814 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
18815 From: Robin Houston <robin@kitsite.com>
18816 Date: Sun, 6 May 2001 14:40:51 +0100
18817 Message-ID: <20010506144051.A6279@penderel>
18819 ! t/pod/testp2pt.pl
18820 ____________________________________________________________________________
18821 [ 10007] By: jhi on 2001/05/06 13:49:31
18822 Log: Subject: [PATCH B::Deparse] scoping
18823 From: Robin Houston <robin@kitsite.com>
18824 Date: Sun, 6 May 2001 14:36:56 +0100
18825 Message-ID: <20010506143656.A4006@penderel>
18827 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
18828 ____________________________________________________________________________
18829 [ 10006] By: jhi on 2001/05/06 13:24:12
18830 Log: Document the undefinedness of bitshifting out of range.
18833 ____________________________________________________________________________
18834 [ 10005] By: jhi on 2001/05/06 13:03:17
18835 Log: Retract #10003 and update the IDE descriptions a bit.
18838 ____________________________________________________________________________
18839 [ 10004] By: jhi on 2001/05/06 03:02:41
18840 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
18841 From: Prymmer/Kahn <pvhp@best.com>
18842 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
18843 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
18845 ! win32/Makefile win32/buildext.pl win32/config.bc
18846 ! win32/config.gc win32/config.vc
18847 ____________________________________________________________________________
18848 [ 10003] By: jhi on 2001/05/05 20:24:44
18849 Log: (Retracted by #10005.)
18852 ____________________________________________________________________________
18853 [ 10002] By: jhi on 2001/05/05 19:23:36
18854 Log: It's "psed", not "sed".
18857 ____________________________________________________________________________
18858 [ 10001] By: jhi on 2001/05/05 18:35:38
18859 Log: Update Changes.
18861 ! Changes patchlevel.h
18862 ____________________________________________________________________________
18863 [ 10000] By: jhi on 2001/05/05 18:32:15
18864 Log: Subject: Re: bleadperl make install fails due to "psed"
18865 From: andreas.koenig@anima.de (Andreas J. Koenig)
18866 Date: 05 May 2001 18:23:28 +0200
18867 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
18869 ! x2p/Makefile.SH x2p/s2p.PL
18870 ____________________________________________________________________________
18871 [ 9999] By: jhi on 2001/05/05 18:28:09
18872 Log: AUTHORS updates.
18875 ____________________________________________________________________________
18876 [ 9998] By: jhi on 2001/05/05 18:16:00
18877 Log: Updates on the pods related to the modules included since 5.6.
18879 TODO: perltodo really could use major updating.
18881 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
18882 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
18883 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
18884 ! pod/perlsyn.pod pod/perltodo.pod
18885 ____________________________________________________________________________
18886 [ 9997] By: jhi on 2001/05/05 17:35:17
18887 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
18892 ____________________________________________________________________________
18893 [ 9996] By: jhi on 2001/05/05 17:25:00
18894 Log: Add preemptive #undefs for some of the shorter and more prone
18895 to collision regcomp.h #defines. (Background: the MASK collided
18896 with a system header #define in Rhapsody.)
18899 ____________________________________________________________________________
18900 [ 9995] By: jhi on 2001/05/05 13:24:21
18901 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
18902 From: Nicholas Clark <nick@ccl4.org>
18903 Date: Sat, 5 May 2001 14:46:39 +0100
18904 Message-ID: <20010505144639.O53513@plum.flirble.org>
18906 Add a test for the constants (if any) being processed correctly.
18909 ____________________________________________________________________________
18910 [ 9994] By: jhi on 2001/05/05 02:11:03
18911 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
18912 From: Peter Prymmer <pvhp@forte.com>
18913 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
18914 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
18917 ____________________________________________________________________________
18918 [ 9993] By: jhi on 2001/05/05 02:03:49
18919 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
18920 From: Peter Prymmer <pvhp@forte.com>
18921 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
18922 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
18924 ! perlio.c vms/vmsish.h
18925 ____________________________________________________________________________
18926 [ 9992] By: jhi on 2001/05/04 17:21:12
18927 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
18928 From: Robin Barker <rmb1@cise.npl.co.uk>
18929 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
18930 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
18934 ____________________________________________________________________________
18935 [ 9991] By: jhi on 2001/05/04 16:47:45
18936 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
18937 From: Robin Barker <rmb1@cise.npl.co.uk>
18938 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
18939 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
18942 ____________________________________________________________________________
18943 [ 9990] By: jhi on 2001/05/04 14:37:20
18944 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
18945 From: Prymmer/Kahn <pvhp@best.com>
18946 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
18947 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
18950 ____________________________________________________________________________
18951 [ 9989] By: jhi on 2001/05/04 14:03:58
18952 Log: Introduce perl572delta, update Todo, add the missing
18953 mention about signal safety since 5.7.1 (though this
18954 requires verification and more details.)
18956 + pod/perl572delta.pod
18957 ! MANIFEST Todo pod/perl571delta.pod
18958 ____________________________________________________________________________
18959 [ 9988] By: jhi on 2001/05/04 12:41:51
18960 Log: Subject: [PATCH perl@9944] long =item
18961 From: Robin Barker <rmb1@cise.npl.co.uk>
18962 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
18963 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
18965 ! ext/Time/HiRes/HiRes.pm
18966 ____________________________________________________________________________
18967 [ 9987] By: jhi on 2001/05/04 12:39:19
18968 Log: The #9901 had removed one line essential for EBCDIC.
18971 ____________________________________________________________________________
18972 [ 9986] By: jhi on 2001/05/04 12:30:23
18973 Log: Subject: cygwin/Makefile.SHs INSTALL patch
18974 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
18975 Date: Mon, 08 Jan 2001 04:59:21 +0200
18976 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
18978 ! cygwin/Makefile.SHs
18979 ____________________________________________________________________________
18980 [ 9985] By: jhi on 2001/05/04 03:51:39
18981 Log: Encode/IO doc tweaks.
18983 ! ext/Encode/Encode.pm
18984 ____________________________________________________________________________
18985 [ 9984] By: jhi on 2001/05/04 03:29:34
18986 Log: Remove GDBM_File from the dynamic extensions for UTS,
18987 GDBM is not a standard feature.
18990 ____________________________________________________________________________
18991 [ 9983] By: jhi on 2001/05/04 03:22:59
18992 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
18994 ! pod/perlretut.pod
18995 ____________________________________________________________________________
18996 [ 9982] By: jhi on 2001/05/03 23:21:03
18997 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
18998 From: Benjamin Sugars <bsugars@canoe.ca>
18999 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
19000 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
19003 ____________________________________________________________________________
19004 [ 9981] By: jhi on 2001/05/03 23:20:05
19005 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
19006 From: Benjamin Sugars <bsugars@canoe.ca>
19007 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
19008 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
19010 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19011 ____________________________________________________________________________
19012 [ 9980] By: jhi on 2001/05/03 23:15:29
19013 Log: Integrate perlio.
19015 !> ext/Encode/Encode.pm
19016 ____________________________________________________________________________
19017 [ 9979] By: jhi on 2001/05/03 16:54:59
19018 Log: Install psed man page.
19021 ____________________________________________________________________________
19022 [ 9978] By: jhi on 2001/05/03 16:45:58
19023 Log: Remove unused files; noted by Sarathy.
19025 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19027 ____________________________________________________________________________
19028 [ 9977] By: jhi on 2001/05/03 16:42:30
19029 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
19030 From: Andy Dougherty <doughera@lafayette.edu>
19031 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
19032 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
19035 ____________________________________________________________________________
19036 [ 9976] By: nick on 2001/05/03 16:40:42
19037 Log: Allow $answer = encode($object,$text); like it says in docs.
19039 ! ext/Encode/Encode.pm
19040 ____________________________________________________________________________
19041 [ 9975] By: nick on 2001/05/03 16:22:30
19042 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
19043 to be in scope (fair enough), and also a package variable (our) for eval to see it.
19045 ! ext/Encode/Encode.pm
19046 ____________________________________________________________________________
19047 [ 9974] By: nick on 2001/05/03 15:48:17
19048 Log: Integrate mainline.
19050 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
19051 +> t/lib/filter-simple.t t/lib/next.t
19052 !> (integrate 70 files)
19053 ____________________________________________________________________________
19054 [ 9973] By: jhi on 2001/05/03 13:09:09
19055 Log: Update Changes.
19057 ! Changes patchlevel.h
19058 ____________________________________________________________________________
19059 [ 9972] By: jhi on 2001/05/03 12:58:33
19060 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
19061 From: Prymmer/Kahn <pvhp@best.com>
19062 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
19063 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
19066 ____________________________________________________________________________
19067 [ 9971] By: jhi on 2001/05/03 12:57:26
19068 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
19069 From: Prymmer/Kahn <pvhp@best.com>
19070 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
19071 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
19074 ____________________________________________________________________________
19075 [ 9970] By: jhi on 2001/05/03 02:42:46
19076 Log: Can't croak sans thread context, from Doug MacEachern.
19079 ____________________________________________________________________________
19080 [ 9969] By: jhi on 2001/05/03 01:23:48
19081 Log: Subject: Random input test and Perl
19082 From: Ilya Zakharevich <ilya@math.berkeley.edu>
19083 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
19084 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
19087 ____________________________________________________________________________
19088 [ 9968] By: jhi on 2001/05/02 22:17:21
19089 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
19090 From: Peter Prymmer <pvhp@forte.com>
19091 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
19092 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
19094 ! pod/perlfunc.pod pod/perlport.pod
19095 ____________________________________________________________________________
19096 [ 9967] By: jhi on 2001/05/02 20:12:45
19097 Log: Workaround for UTS compiler casting bug from Hal Morris.
19100 ____________________________________________________________________________
19101 [ 9966] By: jhi on 2001/05/02 18:31:37
19102 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
19103 From: Dan Sugalski <dan@sidhe.org>
19104 Date: Wed, 02 May 2001 15:23:22 -0400
19105 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
19108 ____________________________________________________________________________
19109 [ 9965] By: jhi on 2001/05/02 18:21:29
19110 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
19113 ____________________________________________________________________________
19114 [ 9964] By: jhi on 2001/05/02 18:15:01
19115 Log: Document large files in INSTALL, document also the %x
19116 limitation if not use64bitint, closes bug 20010326.007.
19119 ____________________________________________________________________________
19120 [ 9963] By: jhi on 2001/05/02 17:24:47
19121 Log: perlmodlib tweaks; regen pods.
19123 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
19125 ____________________________________________________________________________
19126 [ 9962] By: jhi on 2001/05/02 17:14:00
19127 Log: Fix for a segfault, from Marc Lehmann.
19129 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
19130 ____________________________________________________________________________
19131 [ 9961] By: jhi on 2001/05/02 15:55:53
19132 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
19133 From: "Philip Newton" <pnewton@gmx.de>
19134 Date: Wed, 2 May 2001 18:39:03 +0200
19135 Message-ID: <3AF05447.15525.173B588@localhost>
19138 ____________________________________________________________________________
19139 [ 9960] By: jhi on 2001/05/02 15:35:37
19140 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
19141 From: Dan Sugalski <dan@sidhe.org>
19142 Date: Wed, 02 May 2001 11:37:27 -0400
19143 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
19145 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
19146 ! thread.h vms/vms.c vms/vmsish.h
19147 ____________________________________________________________________________
19148 [ 9959] By: jhi on 2001/05/02 15:21:08
19149 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
19150 From: Benjamin Sugars <bsugars@canoe.ca>
19151 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
19152 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
19154 ! ext/PerlIO/Scalar/Scalar.xs
19155 ____________________________________________________________________________
19156 [ 9958] By: jhi on 2001/05/02 15:15:53
19157 Log: Bug in #9915, spotted by Mike Guy.
19160 ____________________________________________________________________________
19161 [ 9957] By: jhi on 2001/05/02 13:26:01
19162 Log: Add a test for not griping about references as array
19163 indices if the reference has magic in it (overloaded
19166 ! pod/perldiag.pod t/pragma/warn/pp_hot
19167 ____________________________________________________________________________
19168 [ 9956] By: jhi on 2001/05/02 13:07:01
19169 Log: Retracted a bit too much in #9952.
19171 ! t/pragma/sub_lval.t
19172 ____________________________________________________________________________
19173 [ 9955] By: jhi on 2001/05/02 13:05:38
19174 Log: Test for #9952.
19177 ____________________________________________________________________________
19178 [ 9954] By: jhi on 2001/05/02 11:48:18
19179 Log: Additional note on the encoding example: one cannot
19180 convert string constants in-place.
19182 ! ext/Encode/Encode.pm
19183 ____________________________________________________________________________
19184 [ 9953] By: jhi on 2001/05/02 11:43:51
19185 Log: Note that if you have recent enough Perl you already
19186 have Filter::Util::Call.
19188 ! lib/Filter/Simple.pm
19189 ____________________________________________________________________________
19190 [ 9952] By: jhi on 2001/05/02 11:31:53
19191 Log: Retract changes #8254 and #8255, causes coredump in
19192 'tie FH, "main"', reported by Abigail, culprit found by
19193 Benjamin Sugars. Mirrors maintperl change #9950.
19195 ! op.c t/pragma/sub_lval.t
19196 ____________________________________________________________________________
19197 [ 9951] By: jhi on 2001/05/02 11:14:29
19198 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
19200 + t/lib/MyFilter.pm
19201 ____________________________________________________________________________
19202 [ 9950] By: gsar on 2001/05/02 03:17:11
19203 Log: revert integration of changes#8254,8255 in change#8620 (causes
19204 a coredump in C<tie FH, 'foo'>; the idea itself may need better
19206 Branch: maint-5.6/perl
19207 ! op.c t/pragma/sub_lval.t
19208 ____________________________________________________________________________
19209 [ 9949] By: gsar on 2001/05/02 02:56:32
19210 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
19212 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19214 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19215 Branch: maint-5.6/perl
19217 ____________________________________________________________________________
19218 [ 9948] By: gsar on 2001/05/02 02:49:15
19219 Log: pod/find.t breaks on VMS (from Craig Berry)
19220 Branch: maint-5.6/perl
19222 ____________________________________________________________________________
19223 [ 9947] By: jhi on 2001/05/02 02:43:09
19224 Log: Add an encoding conversion example.
19226 ! ext/Encode/Encode.pm
19227 ____________________________________________________________________________
19228 [ 9946] By: jhi on 2001/05/02 01:34:22
19229 Log: Another coat of paint but still nowhere finished.
19230 Need to decide on the semantics of strptime(): should
19231 strptime() be a function instead of a method? To do
19232 the week/monthname-strptiming the i18n/l10n bullet needs
19233 to be bitten with gusto.
19235 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19236 ____________________________________________________________________________
19237 [ 9945] By: jhi on 2001/05/01 23:40:52
19238 Log: Update Changes.
19240 ! Changes patchlevel.h
19241 ____________________________________________________________________________
19242 [ 9944] By: jhi on 2001/05/01 23:33:37
19243 Log: Add known-to-be-tested modules to the list-to-be-skipped.
19245 ! t/lib/1_compile.t
19246 ____________________________________________________________________________
19247 [ 9943] By: jhi on 2001/05/01 23:24:40
19248 Log: Subject: BorlandC++ fix
19249 From: "Vadim Konovalov" <watman@inbox.ru>
19250 Date: Mon, 30 Apr 2001 20:12:26 -0700
19251 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
19253 ! win32/makefile.mk
19254 ____________________________________________________________________________
19255 [ 9942] By: jhi on 2001/05/01 23:18:02
19256 Log: Update to Filter::Simple 0.60, create a test for it.
19258 + t/lib/filter-simple.t
19259 ! MANIFEST lib/Filter/Simple.pm
19260 ____________________________________________________________________________
19261 [ 9941] By: jhi on 2001/05/01 19:47:24
19262 Log: Subject: Re: bleadperl: s/// failure with \b and /g
19263 From: Hugo <hv@crypt.compulink.co.uk>
19264 Date: Tue, 01 May 2001 20:12:20 +0100
19265 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
19267 ! pp_hot.c t/op/re_tests
19268 ____________________________________________________________________________
19269 [ 9940] By: jhi on 2001/05/01 19:42:16
19270 Log: Integrate perlio.
19272 !> lib/base.pm t/lib/fields.t
19273 ____________________________________________________________________________
19274 [ 9939] By: jhi on 2001/05/01 19:39:51
19275 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
19276 From: Benjamin Sugars <bsugars@canoe.ca>
19277 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
19278 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
19280 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19281 ____________________________________________________________________________
19282 [ 9938] By: jhi on 2001/05/01 19:34:09
19283 Log: Add NEXT, a pseudo-class for method redispatching.
19284 <Damian>NEXT.pm probably offers more bang-for-buck
19285 than anything else I've ever written.</Damian>
19287 + lib/NEXT.pm t/lib/next.t
19289 ____________________________________________________________________________
19290 [ 9937] By: jhi on 2001/05/01 19:21:41
19291 Log: Update to Switch 2.02.
19293 ! lib/Switch.pm t/lib/switch.t
19294 ____________________________________________________________________________
19295 [ 9936] By: nick on 2001/05/01 19:09:21
19296 Log: Fix for base.pm clobbering $VERSION
19299 ____________________________________________________________________________
19300 [ 9935] By: nick on 2001/05/01 18:54:38
19301 Log: Test for base.pm clobbering $VERSION.
19304 ____________________________________________________________________________
19305 [ 9934] By: jhi on 2001/05/01 18:39:10
19306 Log: Add information about Scalar::Util::blessed.
19309 ____________________________________________________________________________
19310 [ 9933] By: jhi on 2001/05/01 18:33:51
19311 Log: Subject: Extra UNIVERSAL documentation
19312 From: Mike Guy <mjtg@cam.ac.uk>
19313 Date: Tue, 01 May 2001 20:12:11 +0100
19314 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
19317 ____________________________________________________________________________
19318 [ 9932] By: jhi on 2001/05/01 18:26:54
19319 Log: Subject: Autoflush in tests as appropriate
19320 From: Mike Guy <mjtg@cam.ac.uk>
19321 Date: Tue, 01 May 2001 20:05:31 +0100
19322 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
19324 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
19326 ____________________________________________________________________________
19327 [ 9931] By: jhi on 2001/05/01 18:02:29
19328 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
19329 From: Benjamin Sugars <bsugars@canoe.ca>
19330 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
19331 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
19333 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19334 ____________________________________________________________________________
19335 [ 9930] By: jhi on 2001/05/01 15:12:26
19336 Log: Subject: Re: Finally got a round tuit
19337 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19338 Date: Tue, 01 May 2001 14:14:10 +0200
19339 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
19341 The -DP part, slightly modified.
19344 ____________________________________________________________________________
19345 [ 9929] By: jhi on 2001/05/01 14:17:15
19346 Log: Subject: Re: Finally got a round tuit
19347 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19348 Date: Tue, 01 May 2001 16:34:06 +0200
19349 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
19351 cpp and optimization tweaks for HP-UX.
19354 ____________________________________________________________________________
19355 [ 9928] By: jhi on 2001/05/01 13:24:20
19356 Log: Tune the scan_num() comments to reality.
19359 ____________________________________________________________________________
19360 [ 9927] By: jhi on 2001/05/01 13:14:01
19361 Log: Subject: [PATCH B::Deparse] optimised sort
19362 From: Robin Houston <robin@kitsite.com>
19363 Date: Tue, 1 May 2001 14:07:12 +0100
19364 Message-ID: <20010501140712.A4266@penderel>
19366 ! ext/B/B/Deparse.pm
19367 ____________________________________________________________________________
19368 [ 9926] By: jhi on 2001/05/01 13:10:53
19369 Log: Subject: [PATCH t/lib/b-deparse.t]
19370 From: Robin Houston <robin@kitsite.com>
19371 Date: Tue, 1 May 2001 13:37:42 +0100
19372 Message-ID: <20010501133742.A4082@penderel>
19374 ! t/lib/b-deparse.t
19375 ____________________________________________________________________________
19376 [ 9925] By: jhi on 2001/05/01 13:10:13
19377 Log: Subject: [PATCH B::Deparse] for(;;), sort
19378 From: Robin Houston <robin@kitsite.com>
19379 Date: Tue, 1 May 2001 13:35:00 +0100
19380 Message-ID: <20010501133500.A4061@penderel>
19382 ! ext/B/B/Deparse.pm
19383 ____________________________________________________________________________
19384 [ 9924] By: jhi on 2001/05/01 13:09:22
19385 Log: Subject: [PATCH B::Deparse] do, warn, use
19386 From: Robin Houston <robin@kitsite.com>
19387 Date: Tue, 1 May 2001 13:31:03 +0100
19388 Message-ID: <20010501133103.A4041@penderel>
19390 ! ext/B/B/Deparse.pm
19391 ____________________________________________________________________________
19392 [ 9923] By: jhi on 2001/05/01 11:45:36
19393 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
19394 From: Benjamin Sugars <ben.sugars@home.com>
19395 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
19396 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
19400 ____________________________________________________________________________
19401 [ 9922] By: jhi on 2001/05/01 11:35:42
19402 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
19403 From: Peter Prymmer <pvhp@forte.com>
19404 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
19405 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
19407 ! t/lib/selfstubber.t
19408 ____________________________________________________________________________
19409 [ 9921] By: jhi on 2001/04/30 16:34:33
19410 Log: Subject: [PATCH B::Concise] suppress warning
19411 From: Robin Houston <robin@kitsite.com>
19412 Date: Mon, 30 Apr 2001 16:09:49 +0100
19413 Message-ID: <20010430160949.A25086@penderel>
19415 ! ext/B/B/Concise.pm
19416 ____________________________________________________________________________
19417 [ 9920] By: jhi on 2001/04/30 13:56:04
19418 Log: Strip the *markers* from #9919.
19420 ! pod/perlfaq.pod pod/perlfaq5.pod
19421 ____________________________________________________________________________
19422 [ 9919] By: jhi on 2001/04/30 13:54:04
19423 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
19424 From: Gwyn Judd <b.judd@xtra.co.nz>
19425 Date: Sun, 29 Apr 2001 01:47:49 +1200
19426 Message-ID: <20010429014749.A4418@thislove>
19428 ! pod/perlfaq.pod pod/perlfaq5.pod
19429 ____________________________________________________________________________
19430 [ 9918] By: jhi on 2001/04/30 13:13:54
19431 Log: More_tweakage.
19433 ! pod/perldata.pod pod/perldiag.pod
19434 ____________________________________________________________________________
19435 [ 9917] By: jhi on 2001/04/30 13:01:27
19436 Log: Update Changes.
19438 ! Changes patchlevel.h
19439 ____________________________________________________________________________
19440 [ 9916] By: jhi on 2001/04/30 12:57:03
19441 Log: T_w_e_a_k_a_g_e.
19443 ! pod/perldata.pod pod/perldiag.pod
19444 ____________________________________________________________________________
19445 [ 9915] By: jhi on 2001/04/30 12:39:29
19446 Log: Install s2p also as psed.
19448 TODO: psed documentation?
19451 ____________________________________________________________________________
19452 [ 9914] By: jhi on 2001/04/30 12:29:21
19453 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
19454 From: Jens Hamisch <jens@Strawberry.COM>
19455 Date: Fri, 27 Apr 2001 17:00:36 +0200
19456 Message-ID: <20010427170036.K1372@Strawberry.COM>
19458 SOCKS5_VERSION_NAME is the right symbol to detect
19459 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
19460 function called socks5_init() is available, and even that is
19461 not universal, most SOCKS5 installations use SOCKSinit()).
19464 ____________________________________________________________________________
19465 [ 9913] By: jhi on 2001/04/30 12:22:15
19466 Log: Allow a zero timeout on IO::Socket accept and connect--
19467 though one really shouldn't do that. Based on
19469 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
19470 From: "John Holdsworth" <coldwave@bigfoot.com>
19471 Date: Sun, 4 Feb 2001 12:48:18 +0100
19472 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
19474 ! ext/IO/lib/IO/Socket.pm
19475 ____________________________________________________________________________
19476 [ 9912] By: jhi on 2001/04/30 11:27:27
19477 Log: Save the spot of regprev (see #9911) for binary compatibility;
19480 ! embedvar.h perlapi.h thrdvar.h
19481 ____________________________________________________________________________
19482 [ 9911] By: jhi on 2001/04/30 11:22:03
19483 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
19484 From: Hugo <hv@crypt.compulink.co.uk>
19485 Date: Sun, 29 Apr 2001 17:09:30 +0100
19486 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
19488 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
19489 ____________________________________________________________________________
19490 [ 9910] By: jhi on 2001/04/30 11:15:12
19491 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
19492 a dummy for PL_numeric_radix); no pressing reason to break
19493 binary compatibility; regen API.
19495 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
19496 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
19497 ____________________________________________________________________________
19498 [ 9909] By: jhi on 2001/04/30 10:56:08
19499 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
19500 From: Walt Mankowski <waltman@netaxs.com>
19501 Date: Sun, 29 Apr 2001 21:53:48 -0400
19502 Message-ID: <20010429215348.A3971@netaxs.com>
19505 ____________________________________________________________________________
19506 [ 9908] By: jhi on 2001/04/30 10:49:40
19507 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
19509 ! t/lib/selfstubber.t
19510 ____________________________________________________________________________
19511 [ 9907] By: nick on 2001/04/30 09:26:50
19512 Log: Integrate mainline.
19514 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
19515 ____________________________________________________________________________
19516 [ 9906] By: jhi on 2001/04/29 23:24:20
19517 Log: Abigail spotted a thinko in #9905.
19520 ____________________________________________________________________________
19521 [ 9905] By: jhi on 2001/04/29 15:55:39
19522 Log: Changed the underscore/undebar syntax in numeric constants;
19523 now any grouping will do, as long as the underscores are not
19524 consecutive (so "zero-grouping" is out), and they do not begin
19525 or end the integer or fractional parts.
19527 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
19528 ____________________________________________________________________________
19529 [ 9904] By: nick on 2001/04/29 15:43:22
19530 Log: Integrate mainline.
19532 +> (branch 98 files)
19533 - lib/unicode/Block.pl
19534 - lib/unicode/In/AlphabeticPresentationForms.pl
19535 - lib/unicode/In/Arabic.pl
19536 - lib/unicode/In/ArabicPresentationForms-A.pl
19537 - lib/unicode/In/ArabicPresentationForms-B.pl
19538 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19539 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19540 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19541 - lib/unicode/In/BopomofoExtended.pl
19542 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
19543 - lib/unicode/In/CJKCompatibility.pl
19544 - lib/unicode/In/CJKCompatibilityForms.pl
19545 - lib/unicode/In/CJKCompatibilityIdeographs.pl
19546 - lib/unicode/In/CJKRadicalsSupplement.pl
19547 - lib/unicode/In/CJKSymbolsandPunctuation.pl
19548 - lib/unicode/In/CJKUnifiedIdeographs.pl
19549 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
19550 - lib/unicode/In/Cherokee.pl
19551 - lib/unicode/In/CombiningDiacriticalMarks.pl
19552 - lib/unicode/In/CombiningHalfMarks.pl
19553 - lib/unicode/In/CombiningMarksforSymbols.pl
19554 - lib/unicode/In/ControlPictures.pl
19555 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19556 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19557 - lib/unicode/In/EnclosedAlphanumerics.pl
19558 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
19559 - lib/unicode/In/Ethiopic.pl
19560 - lib/unicode/In/GeneralPunctuation.pl
19561 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19562 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19563 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19564 - lib/unicode/In/HalfwidthandFullwidthForms.pl
19565 - lib/unicode/In/HangulCompatibilityJamo.pl
19566 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19567 - lib/unicode/In/Hebrew.pl
19568 - lib/unicode/In/HighPrivateUseSurrogates.pl
19569 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19570 - lib/unicode/In/IPAExtensions.pl
19571 - lib/unicode/In/IdeographicDescriptionCharacters.pl
19572 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
19573 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19574 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
19575 - lib/unicode/In/Latin-1Supplement.pl
19576 - lib/unicode/In/LatinExtended-A.pl
19577 - lib/unicode/In/LatinExtended-B.pl
19578 - lib/unicode/In/LatinExtendedAdditional.pl
19579 - lib/unicode/In/LetterlikeSymbols.pl
19580 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19581 - lib/unicode/In/MathematicalOperators.pl
19582 - lib/unicode/In/MiscellaneousSymbols.pl
19583 - lib/unicode/In/MiscellaneousTechnical.pl
19584 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
19585 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
19586 - lib/unicode/In/OpticalCharacterRecognition.pl
19587 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19588 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
19589 - lib/unicode/In/SmallFormVariants.pl
19590 - lib/unicode/In/SpacingModifierLetters.pl
19591 - lib/unicode/In/Specials.pl
19592 - lib/unicode/In/SuperscriptsandSubscripts.pl
19593 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
19594 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
19595 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19596 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
19597 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
19598 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
19599 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
19600 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
19601 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
19602 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
19603 !> utf8.c win32/Makefile
19604 ____________________________________________________________________________
19605 [ 9903] By: jhi on 2001/04/29 14:30:53
19606 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
19607 From: Prymmer/Kahn <pvhp@best.com>
19608 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
19609 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
19612 ____________________________________________________________________________
19613 [ 9902] By: jhi on 2001/04/29 02:52:44
19614 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
19615 From: "Abigail" <abigail@foad.org>
19616 Date: Sun, 29 Apr 2001 03:14:25 +0200
19617 Message-ID: <20010429011425.24503.qmail@foad.org>
19619 ! ext/IO/lib/IO/Seekable.pm
19620 ____________________________________________________________________________
19621 [ 9901] By: jhi on 2001/04/29 02:04:46
19622 Log: In character classes one couldn't have 0x80..0xff characters
19623 at the left hand side if there were 0x100.. characters in the
19626 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
19627 ! t/op/pat.t utf8.c
19628 ____________________________________________________________________________
19629 [ 9900] By: jhi on 2001/04/28 22:55:04
19630 Log: Forgot the latest mktables.PL from #9899.
19632 ! lib/unicode/mktables.PL
19633 ____________________________________________________________________________
19634 [ 9899] By: jhi on 2001/04/28 22:53:28
19635 Log: Explain the \p{} and \P{} error message better and
19636 have prettier prettyprint in In.pl.
19638 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
19640 ____________________________________________________________________________
19641 [ 9898] By: jhi on 2001/04/28 21:03:34
19642 Log: Add one possible explanation for the "Invalid [] range" error.
19645 ____________________________________________________________________________
19646 [ 9897] By: jhi on 2001/04/28 17:18:26
19647 Log: Add a level of indirection to the implementation of \p{InFoo}
19648 so that we don't have to have long filenames. (Nothing changes
19649 in the user interface.) The indirection is defined in
19650 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
19651 Also rename some the character classes by removing '-' from
19652 the classnames, and finally renamed Block.pl as Blocks.pl.
19654 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
19655 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
19656 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
19657 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
19658 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
19659 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
19660 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
19661 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
19662 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
19663 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
19664 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
19665 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
19666 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
19667 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
19668 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
19669 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
19670 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
19671 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
19672 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
19673 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
19674 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
19675 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
19676 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
19677 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
19678 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
19679 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
19680 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
19681 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
19682 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
19683 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
19684 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
19685 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
19686 + lib/unicode/In/94.pl lib/unicode/In/95.pl
19687 - lib/unicode/Block.pl
19688 - lib/unicode/In/AlphabeticPresentationForms.pl
19689 - lib/unicode/In/Arabic.pl
19690 - lib/unicode/In/ArabicPresentationForms-A.pl
19691 - lib/unicode/In/ArabicPresentationForms-B.pl
19692 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19693 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19694 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19695 - lib/unicode/In/BopomofoExtended.pl
19696 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
19697 - lib/unicode/In/CJKCompatibility.pl
19698 - lib/unicode/In/CJKCompatibilityForms.pl
19699 - lib/unicode/In/CJKCompatibilityIdeographs.pl
19700 - lib/unicode/In/CJKRadicalsSupplement.pl
19701 - lib/unicode/In/CJKSymbolsandPunctuation.pl
19702 - lib/unicode/In/CJKUnifiedIdeographs.pl
19703 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
19704 - lib/unicode/In/Cherokee.pl
19705 - lib/unicode/In/CombiningDiacriticalMarks.pl
19706 - lib/unicode/In/CombiningHalfMarks.pl
19707 - lib/unicode/In/CombiningMarksforSymbols.pl
19708 - lib/unicode/In/ControlPictures.pl
19709 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19710 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19711 - lib/unicode/In/EnclosedAlphanumerics.pl
19712 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
19713 - lib/unicode/In/Ethiopic.pl
19714 - lib/unicode/In/GeneralPunctuation.pl
19715 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19716 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19717 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19718 - lib/unicode/In/HalfwidthandFullwidthForms.pl
19719 - lib/unicode/In/HangulCompatibilityJamo.pl
19720 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19721 - lib/unicode/In/Hebrew.pl
19722 - lib/unicode/In/HighPrivateUseSurrogates.pl
19723 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19724 - lib/unicode/In/IPAExtensions.pl
19725 - lib/unicode/In/IdeographicDescriptionCharacters.pl
19726 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
19727 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19728 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
19729 - lib/unicode/In/Latin-1Supplement.pl
19730 - lib/unicode/In/LatinExtended-A.pl
19731 - lib/unicode/In/LatinExtended-B.pl
19732 - lib/unicode/In/LatinExtendedAdditional.pl
19733 - lib/unicode/In/LetterlikeSymbols.pl
19734 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19735 - lib/unicode/In/MathematicalOperators.pl
19736 - lib/unicode/In/MiscellaneousSymbols.pl
19737 - lib/unicode/In/MiscellaneousTechnical.pl
19738 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
19739 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
19740 - lib/unicode/In/OpticalCharacterRecognition.pl
19741 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19742 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
19743 - lib/unicode/In/SmallFormVariants.pl
19744 - lib/unicode/In/SpacingModifierLetters.pl
19745 - lib/unicode/In/Specials.pl
19746 - lib/unicode/In/SuperscriptsandSubscripts.pl
19747 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
19748 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
19749 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19750 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
19751 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
19752 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
19753 ! pod/perlunicode.pod
19754 ____________________________________________________________________________
19755 [ 9896] By: jhi on 2001/04/28 14:33:17
19756 Log: Update the information on shared library path on HP-UX.
19759 ____________________________________________________________________________
19760 [ 9895] By: jhi on 2001/04/28 14:32:30
19761 Log: Because #9894 seems to do the trick, this workaround can be removed.
19763 ! t/lib/selfstubber.t
19764 ____________________________________________________________________________
19765 [ 9894] By: jhi on 2001/04/28 14:26:13
19766 Log: For PerlIO flush the children's file handles (on fork/exec/system).
19769 ____________________________________________________________________________
19770 [ 9893] By: jhi on 2001/04/28 14:23:15
19771 Log: Test tweak for #9891.
19773 ! t/lib/b-deparse.t
19774 ____________________________________________________________________________
19775 [ 9892] By: jhi on 2001/04/28 14:10:13
19776 Log: New HP-UX hints from Merijn.
19779 ____________________________________________________________________________
19780 [ 9891] By: jhi on 2001/04/28 14:07:27
19781 Log: Subject: [PATCH B::Deparse] non-block scopes
19782 From: Robin Houston <robin@kitsite.com>
19783 Date: Fri, 27 Apr 2001 19:15:14 +0100
19784 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
19786 ! ext/B/B/Deparse.pm
19787 ____________________________________________________________________________
19788 [ 9890] By: nick on 2001/04/27 19:41:25
19789 Log: Integrate mainline
19791 +> t/lib/selfstubber.t
19792 !> (integrate 50 files)
19793 ____________________________________________________________________________
19794 [ 9889] By: jhi on 2001/04/27 18:23:46
19795 Log: Subject: Re: selfstubber test fail on bleadperl
19796 From: Mike Guy <mjtg@cam.ac.uk>
19797 Date: Fri, 27 Apr 2001 19:31:18 +0100
19798 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
19800 ! t/lib/selfstubber.t
19801 ____________________________________________________________________________
19802 [ 9888] By: jhi on 2001/04/27 16:20:54
19803 Log: Test tweak for #9886.
19805 ! t/lib/b-deparse.t
19806 ____________________________________________________________________________
19807 [ 9887] By: jhi on 2001/04/27 16:16:33
19808 Log: Buffering issue at least in Solaris (even with perlio).
19810 ! t/lib/selfstubber.t
19811 ____________________________________________________________________________
19812 [ 9886] By: jhi on 2001/04/27 14:59:23
19813 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
19814 From: Robin Houston <robin@kitsite.com>
19815 Date: Fri, 27 Apr 2001 16:53:20 +0100
19816 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
19818 ! ext/B/B/Deparse.pm
19819 ____________________________________________________________________________
19820 [ 9885] By: jhi on 2001/04/27 14:23:51
19821 Log: Update Changes.
19823 ! Changes patchlevel.h
19824 ____________________________________________________________________________
19825 [ 9884] By: jhi on 2001/04/27 14:14:12
19826 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
19827 From: "Philip Newton" <pnewton@gmx.de>
19828 Date: Fri, 27 Apr 2001 16:40:13 +0200
19829 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
19832 ____________________________________________________________________________
19833 [ 9883] By: jhi on 2001/04/27 13:28:19
19834 Log: Add LOG_PERROR; prettify the "removed".
19836 ! ext/Sys/Syslog/Syslog.xs
19837 ____________________________________________________________________________
19838 [ 9882] By: jhi on 2001/04/27 13:13:18
19839 Log: h2xs tweaks: use NV instead of double, "quote" the removed
19840 prefixes for clarity (especially when nothing is removed),
19841 slight pod reformats.
19844 ____________________________________________________________________________
19845 [ 9881] By: jhi on 2001/04/27 12:58:48
19846 Log: Don't bother creating existing directories.
19849 ____________________________________________________________________________
19850 [ 9880] By: jhi on 2001/04/27 12:45:39
19851 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
19852 From: Mike Schilli <m@perlmeister.com>
19853 Date: Wed, 25 Apr 2001 01:29:21 -0700
19854 Message-id: <3AE68AE1.6A981723@perlmeister.com>
19857 ____________________________________________________________________________
19858 [ 9879] By: jhi on 2001/04/27 12:40:55
19859 Log: break is not yet Perl. Added the template license also to README.
19862 ____________________________________________________________________________
19863 [ 9878] By: jhi on 2001/04/27 03:08:20
19864 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
19865 From: Tim Jenness <t.jenness@jach.hawaii.edu>
19866 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
19867 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
19869 ! t/lib/xs-typemap.t
19870 ____________________________________________________________________________
19871 [ 9877] By: jhi on 2001/04/26 23:54:40
19872 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
19873 From: "Abigail" <abigail@foad.org>
19874 Date: Fri, 27 Apr 2001 01:44:28 +0200
19875 Message-ID: <20010426234428.19786.qmail@foad.org>
19878 ____________________________________________________________________________
19879 [ 9876] By: jhi on 2001/04/26 23:52:06
19880 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
19881 From: Peter Prymmer <pvhp@forte.com>
19882 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
19883 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
19885 ! t/lib/selfstubber.t
19886 ____________________________________________________________________________
19887 [ 9875] By: jhi on 2001/04/26 23:48:10
19890 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
19891 ____________________________________________________________________________
19892 [ 9874] By: jhi on 2001/04/26 22:46:05
19893 Log: Document ANYOF_CLASS.
19896 ____________________________________________________________________________
19897 [ 9873] By: jhi on 2001/04/26 22:35:03
19898 Log: Subject: Re: [PATCH @9846] dumping ANYOF
19899 From: Hugo <hv@crypt.compulink.co.uk>
19900 Date: Thu, 26 Apr 2001 23:33:38 +0100
19901 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
19903 ! regcomp.c regcomp.h
19904 ____________________________________________________________________________
19905 [ 9872] By: jhi on 2001/04/26 22:34:31
19906 Log: Subject: [PATCH] more for Devel::SelfStubber
19907 From: Nicholas Clark <nick@ccl4.org>
19908 Date: Fri, 27 Apr 2001 00:13:52 +0100
19909 Message-ID: <20010427001351.K88186@plum.flirble.org>
19911 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
19912 ____________________________________________________________________________
19913 [ 9871] By: jhi on 2001/04/26 21:59:17
19914 Log: Subject: [PATCH B::Deparse] formats must be flush left
19915 From: Robin Houston <robin@kitsite.com>
19916 Date: Thu, 26 Apr 2001 23:54:29 +0100
19917 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
19919 ! ext/B/B/Deparse.pm
19920 ____________________________________________________________________________
19921 [ 9870] By: jhi on 2001/04/26 21:57:37
19922 Log: If some of the constants are prefixes of others,
19923 the prefixes may never get recognized. (See 20010426.006.)
19926 ____________________________________________________________________________
19927 [ 9869] By: jhi on 2001/04/26 21:50:42
19928 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
19929 From: Chris Bongaarts <cab@tc.umn.edu>
19930 Date: Thu, 26 Apr 2001 17:10:31 -0500
19931 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
19933 ! ext/Sys/Syslog/Syslog.xs
19934 ____________________________________________________________________________
19935 [ 9868] By: jhi on 2001/04/26 21:35:12
19936 Log: Further cuts and more docs from Graham Barr.
19938 ! ext/List/Util/lib/List/Util.pm
19939 ! ext/List/Util/lib/Scalar/Util.pm
19940 ____________________________________________________________________________
19941 [ 9867] By: jhi on 2001/04/26 21:18:57
19942 Log: Subject: [PATCH 5.7.1] DB_File-1.77
19943 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
19944 Date: Thu, 26 Apr 2001 22:37:53 +0100
19945 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
19947 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19948 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19949 ____________________________________________________________________________
19950 [ 9866] By: jhi on 2001/04/26 21:12:31
19951 Log: Subject: [PATCH B::Deparse] fix easy bugs
19952 From: Robin Houston <robin@kitsite.com>
19953 Date: Thu, 26 Apr 2001 23:03:33 +0100
19954 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
19956 ! ext/B/B/Deparse.pm
19957 ____________________________________________________________________________
19958 [ 9865] By: jhi on 2001/04/26 20:26:13
19959 Log: Update Changes.
19961 ! Changes patchlevel.h
19962 ____________________________________________________________________________
19963 [ 9864] By: jhi on 2001/04/26 19:27:48
19964 Log: Dethinko from Robin Houston.
19966 ! ext/B/B/Deparse.pm
19967 ____________________________________________________________________________
19968 [ 9863] By: jhi on 2001/04/26 19:10:35
19969 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
19970 From: Robin Houston <robin@kitsite.com>
19971 Date: Thu, 26 Apr 2001 21:08:32 +0100
19972 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
19974 ! ext/B/B/Deparse.pm
19975 ____________________________________________________________________________
19976 [ 9862] By: jhi on 2001/04/26 19:04:23
19977 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
19978 From: Robin Houston <robin@kitsite.com>
19979 Date: Thu, 26 Apr 2001 20:52:50 +0100
19980 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
19982 ! ext/B/B/Deparse.pm
19983 ____________________________________________________________________________
19984 [ 9861] By: jhi on 2001/04/26 18:56:14
19985 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
19986 From: Mike Guy <mjtg@cam.ac.uk>
19987 Date: Thu, 26 Apr 2001 14:22:40 +0100
19988 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
19991 ____________________________________________________________________________
19992 [ 9860] By: jhi on 2001/04/26 18:46:42
19993 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
19994 From: Robin Houston <robin@kitsite.com>
19995 Date: Thu, 26 Apr 2001 20:34:29 +0100
19996 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
19998 Hashes do not interpolate.
20000 ! ext/B/B/Deparse.pm
20001 ____________________________________________________________________________
20002 [ 9859] By: jhi on 2001/04/26 18:43:51
20003 Log: Subject: The Time::Piece conspiracy unmasked!!!
20004 From: Mike Guy <mjtg@cam.ac.uk>
20005 Date: Thu, 26 Apr 2001 19:02:50 +0100
20006 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
20008 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
20009 From: Mike Guy <mjtg@cam.ac.uk>
20010 Date: Thu, 26 Apr 2001 19:08:21 +0100
20011 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
20013 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
20014 From: Graham Barr <gbarr@pobox.com>
20015 Date: Thu, 26 Apr 2001 19:12:03 +0100
20016 Message-ID: <20010426191203.A70835@pobox.com>
20018 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
20020 ! ext/List/Util/lib/List/Util.pm
20021 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
20022 ____________________________________________________________________________
20023 [ 9858] By: jhi on 2001/04/26 18:17:42
20024 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
20025 From: Robin Houston <robin@kitsite.com>
20026 Date: Thu, 26 Apr 2001 16:09:35 +0100
20027 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
20030 ____________________________________________________________________________
20031 [ 9857] By: jhi on 2001/04/26 18:04:59
20032 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
20033 From: barries <barries@slaysys.com>
20034 Date: Thu, 26 Apr 2001 12:01:10 -0400
20035 Message-ID: <20010426120110.E29698@jester.slaysys.com>
20038 ____________________________________________________________________________
20039 [ 9856] By: jhi on 2001/04/26 18:03:33
20040 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
20041 Date: Thu, 26 Apr 2001 17:13:41 +0100
20042 From: Robin Houston <robin@kitsite.com>
20043 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
20045 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20046 From: Robin Houston <robin@kitsite.com>
20047 Date: Thu, 26 Apr 2001 18:44:29 +0100
20048 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
20050 ! ext/B/B/Deparse.pm
20051 ____________________________________________________________________________
20052 [ 9855] By: jhi on 2001/04/26 17:56:04
20053 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
20054 From: Robin Houston <robin@kitsite.com>
20055 Date: Thu, 26 Apr 2001 17:04:08 +0100
20056 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
20058 ! ext/B/B/Deparse.pm
20059 ____________________________________________________________________________
20060 [ 9854] By: jhi on 2001/04/26 17:47:26
20061 Log: Subject: Re: Short test case for undef %stash:: crash
20062 From: Benjamin Sugars <bsugars@canoe.ca>
20063 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
20064 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
20065 Changed and moved the perldiag entry.
20067 ! gv.c pod/perldiag.pod
20068 ____________________________________________________________________________
20069 [ 9853] By: jhi on 2001/04/26 14:35:16
20070 Log: Beginnings of strptime(). Do not touch the wet paint.
20072 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20073 ____________________________________________________________________________
20074 [ 9852] By: jhi on 2001/04/26 13:17:21
20075 Log: Retract #9851, core dumps from pod2man.
20078 ____________________________________________________________________________
20079 [ 9851] By: jhi on 2001/04/26 11:54:41
20080 Log: (Retracted by #9852.)
20082 Subject: [PATCH @9846] dumping ANYOF
20083 From: Hugo <hv@crypt.compulink.co.uk>
20084 Date: Thu, 26 Apr 2001 05:32:38 +0100
20085 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
20088 ____________________________________________________________________________
20089 [ 9850] By: jhi on 2001/04/26 02:34:44
20090 Log: If ccflags was empty the _previous_ $* containing all the
20091 environment variables and Configure variables was used,
20092 which lead, among other bad things, into $ccflags being your
20093 uname -a output, which lead into test compile with cc failing,
20094 which lead into gcc being selected, which didn't work that well
20095 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
20096 with large files, et cetera.
20099 ____________________________________________________________________________
20100 [ 9849] By: jhi on 2001/04/26 01:44:57
20101 Log: Make selfstubber test more portable.
20103 ! t/lib/selfstubber.t
20104 ____________________________________________________________________________
20105 [ 9848] By: jhi on 2001/04/26 00:50:26
20106 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
20107 From: Benjamin Sugars <ben.sugars@home.com>
20108 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
20109 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
20112 ____________________________________________________________________________
20113 [ 9847] By: jhi on 2001/04/26 00:46:58
20114 Log: Subject: [PATCH: perl@9841] VMS updates
20115 From: Peter Prymmer <pvhp@forte.com>
20116 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
20117 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
20119 ! README.vms configure.com vms/descrip_mms.template
20120 ! vms/ext/filespec.t
20121 ____________________________________________________________________________
20122 [ 9846] By: jhi on 2001/04/26 00:11:56
20123 Log: re 'debug' was broken by #9084.
20126 ____________________________________________________________________________
20127 [ 9845] By: jhi on 2001/04/25 22:33:17
20128 Log: Subject: [PATCH] test for Devel::SelfStubber
20129 From: Nicholas Clark <nick@ccl4.org>
20130 Date: Thu, 26 Apr 2001 00:00:54 +0100
20131 Message-ID: <20010426000054.D89026@plum.flirble.org>
20133 + t/lib/selfstubber.t
20134 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
20135 ____________________________________________________________________________
20136 [ 9844] By: jhi on 2001/04/25 22:29:32
20137 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
20138 From: Paul Johnson <paul@pjcj.net>
20139 Date: Thu, 26 Apr 2001 00:46:08 +0200
20140 Message-ID: <20010426004608.H2338@pjcj.net>
20142 ! ext/B/B/Concise.pm
20143 ____________________________________________________________________________
20144 [ 9843] By: jhi on 2001/04/25 22:28:28
20145 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
20146 From: Peter Prymmer <pvhp@forte.com>
20147 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
20148 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
20151 ____________________________________________________________________________
20152 [ 9842] By: jhi on 2001/04/25 20:58:12
20153 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
20154 From: John Peacock <jpeacock@rowman.com>
20155 Date: Wed, 25 Apr 2001 17:30:26 -0400
20156 Message-ID: <3AE741F2.B3217464@rowman.com>
20158 ! lib/Math/BigInt.pm t/lib/bigintpm.t
20159 ____________________________________________________________________________
20160 [ 9841] By: jhi on 2001/04/25 20:07:05
20161 Log: Update Changes.
20163 ! Changes patchlevel.h
20164 ____________________________________________________________________________
20165 [ 9840] By: jhi on 2001/04/25 19:56:51
20166 Log: Yet another HP-UX hints version from Merijn.
20169 ____________________________________________________________________________
20170 [ 9839] By: jhi on 2001/04/25 19:53:04
20171 Log: abs_path() didn't terminate the filename correctly,
20172 in DIRNAMLENless systems like HP-UX this would fail.
20175 ____________________________________________________________________________
20176 [ 9838] By: jhi on 2001/04/25 16:37:26
20177 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
20178 From: Mike Guy <mjtg@cam.ac.uk>
20179 Date: Wed, 25 Apr 2001 18:31:47 +0100
20180 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
20183 ____________________________________________________________________________
20184 [ 9837] By: jhi on 2001/04/25 16:21:53
20185 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
20186 From: Jon Eveland <jweveland@yahoo.com>
20187 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
20188 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
20191 ____________________________________________________________________________
20192 [ 9836] By: jhi on 2001/04/25 14:17:50
20193 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
20194 From: "Philip Newton" <pnewton@gmx.de>
20195 Date: Wed, 25 Apr 2001 17:05:58 +0200
20196 Message-ID: <3AE703F6.3234.1833C45@localhost>
20198 ! Porting/patching.pod
20199 ____________________________________________________________________________
20200 [ 9835] By: jhi on 2001/04/25 13:58:07
20201 Log: It would seem that both ar and full_ar need to be overridden
20202 for HP-UX to avoid the GNU ar.
20205 ____________________________________________________________________________
20206 [ 9834] By: jhi on 2001/04/25 13:50:40
20207 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
20208 From: "Philip Newton" <pnewton@gmx.de>
20209 Date: Wed, 25 Apr 2001 16:09:23 +0200
20210 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
20215 ____________________________________________________________________________
20216 [ 9833] By: jhi on 2001/04/25 12:36:11
20217 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
20220 ____________________________________________________________________________
20221 [ 9832] By: jhi on 2001/04/25 12:33:36
20222 Log: New version of HP-UX hints from Merijn.
20225 ____________________________________________________________________________
20226 [ 9831] By: jhi on 2001/04/25 03:39:45
20227 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
20230 ____________________________________________________________________________
20231 [ 9830] By: jhi on 2001/04/25 02:53:25
20232 Log: The tzname[] bit is not needed by util.c -- and causes
20233 heartburn in VMS (and it missing was probably the cause of
20234 the Mac OS X trouble). Ouch.
20236 ! ext/POSIX/POSIX.xs util.c
20237 ____________________________________________________________________________
20238 [ 9829] By: jhi on 2001/04/25 00:10:06
20239 Log: Metaconfig unit change for #9828.
20241 ! U/compline/ccflags.U
20242 ____________________________________________________________________________
20243 [ 9828] By: jhi on 2001/04/25 00:04:18
20244 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
20245 (which is actually the reason for the change, we need to pass
20246 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
20247 EP/IX, OS/2, and TitanOS, based on the hints files.
20249 ! Configure config_h.SH
20250 ____________________________________________________________________________
20251 [ 9827] By: jhi on 2001/04/24 23:49:20
20252 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
20253 the $cat must have an absolute path.
20256 ____________________________________________________________________________
20257 [ 9826] By: jhi on 2001/04/24 23:40:53
20258 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
20261 ____________________________________________________________________________
20262 [ 9825] By: jhi on 2001/04/24 23:35:35
20263 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
20264 From: "Philip Newton" <pnewton@gmx.de>
20265 Date: Tue, 24 Apr 2001 18:52:49 +0200
20266 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
20269 ____________________________________________________________________________
20270 [ 9824] By: jhi on 2001/04/24 23:33:07
20271 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
20272 Some gcc specifics dropped out due to extensive rewriting;
20273 will be put back later as needed.
20276 ____________________________________________________________________________
20277 [ 9823] By: jhi on 2001/04/24 23:27:57
20278 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
20280 ! ext/POSIX/POSIX.xs
20281 ____________________________________________________________________________
20282 [ 9822] By: jhi on 2001/04/24 23:25:21
20283 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
20284 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20285 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
20286 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
20288 ! ext/XS/Typemap/Typemap.xs
20289 ____________________________________________________________________________
20290 [ 9821] By: jhi on 2001/04/24 23:24:10
20291 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
20292 From: "Abigail" <abigail@foad.org>
20293 Date: Tue, 24 Apr 2001 23:12:03 +0200
20294 Message-ID: <20010424211203.7901.qmail@foad.org>
20297 ____________________________________________________________________________
20298 [ 9820] By: jhi on 2001/04/24 23:23:15
20299 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
20300 From: Matt Sergeant <matt@sergeant.org>
20301 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
20302 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
20305 ____________________________________________________________________________
20306 [ 9819] By: nick on 2001/04/24 18:49:43
20307 Log: Integrate mainline.
20309 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
20310 !> (integrate 37 files)
20311 ____________________________________________________________________________
20312 [ 9818] By: jhi on 2001/04/24 14:35:23
20313 Log: Update Changes.
20315 ! Changes patchlevel.h
20316 ____________________________________________________________________________
20317 [ 9817] By: jhi on 2001/04/24 14:09:17
20318 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
20319 From: "Philip Newton" <pnewton@gmx.de>
20320 Date: Tue, 24 Apr 2001 12:58:12 +0200
20321 Message-ID: <3AE57864.8304.B77A0A@localhost>
20323 plus add CPAN to the list of modules that have their own tests.
20325 ! t/lib/1_compile.t
20326 ____________________________________________________________________________
20327 [ 9816] By: jhi on 2001/04/24 14:07:03
20328 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
20329 From: Michael G Schwern <schwern@pobox.com>
20330 Date: Sat, 21 Apr 2001 22:35:00 +0100
20331 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
20333 ! t/lib/1_compile.t
20334 ____________________________________________________________________________
20335 [ 9815] By: jhi on 2001/04/24 13:54:32
20336 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
20337 From: Robin Houston <robin@kitsite.com>
20338 Date: Tue, 24 Apr 2001 15:51:18 +0100
20339 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
20341 ! ext/B/B/Deparse.pm
20342 ____________________________________________________________________________
20343 [ 9814] By: jhi on 2001/04/24 13:17:34
20344 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20345 From: Bill Glicker <billg@burrelles.com>
20346 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
20347 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
20350 ____________________________________________________________________________
20351 [ 9813] By: jhi on 2001/04/24 12:54:23
20352 Log: Prevent path disclosure (probing for existence of filenames)
20353 using suidperl; bug id 20010322.218.
20355 ! perl.c pod/perldiag.pod
20356 ____________________________________________________________________________
20357 [ 9812] By: jhi on 2001/04/24 12:08:36
20358 Log: Retract #9811.
20360 ! ext/POSIX/POSIX.xs
20361 ____________________________________________________________________________
20362 [ 9811] By: jhi on 2001/04/24 11:57:35
20363 Log: (Retracted by #9812.)
20365 ! ext/POSIX/POSIX.xs
20366 ____________________________________________________________________________
20367 [ 9810] By: jhi on 2001/04/24 03:32:35
20368 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
20371 ____________________________________________________________________________
20372 [ 9809] By: jhi on 2001/04/24 03:16:13
20373 Log: The Math::BigFloat::import() was broken.
20374 (Fixes bug id 20010422.002.)
20376 ! lib/Math/BigFloat.pm
20377 ____________________________________________________________________________
20378 [ 9808] By: jhi on 2001/04/24 01:11:40
20379 Log: Additional dependencies; should help for parallel makes
20380 not to fail on missing lib/lib.pm or lib/re.pm.
20383 ____________________________________________________________________________
20384 [ 9807] By: jhi on 2001/04/24 00:57:01
20385 Log: Update the test failure disclaimer.
20387 ! t/pragma/warn/pp_hot
20388 ____________________________________________________________________________
20389 [ 9806] By: jhi on 2001/04/24 00:54:04
20390 Log: Add make target "install-all" which is alias for "install"
20391 to cater for case-preserving filesystems like HFS+.
20393 ! INSTALL Makefile.SH
20394 ____________________________________________________________________________
20395 [ 9805] By: jhi on 2001/04/24 00:47:28
20396 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
20397 From: Peter Prymmer <pvhp@forte.com>
20398 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
20399 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
20401 (Ken William's message forwarded from macosx@perl.org)
20404 ____________________________________________________________________________
20405 [ 9804] By: jhi on 2001/04/23 23:57:35
20406 Log: Cut-and-pasto.
20409 ____________________________________________________________________________
20410 [ 9803] By: jhi on 2001/04/23 23:52:25
20411 Log: More PerlIO robustness.
20414 ____________________________________________________________________________
20415 [ 9802] By: jhi on 2001/04/23 23:43:35
20416 Log: Make the "STD* opened only for ..." errors more consistent.
20419 ____________________________________________________________________________
20420 [ 9801] By: jhi on 2001/04/23 23:34:26
20421 Log: Test case for #9800.
20424 ____________________________________________________________________________
20425 [ 9800] By: jhi on 2001/04/23 23:14:43
20426 Log: Avoid coredump on 'close STDERR; die' by making
20427 the PerlIO calls more robust. Also use SETERRNO()
20428 instead of errno = to be more VMS-ready.
20431 ____________________________________________________________________________
20432 [ 9799] By: jhi on 2001/04/23 21:41:10
20433 Log: Subject: test for ID 20010423.002
20434 From: Robin Houston <robin@kitsite.com>
20435 Date: Mon, 23 Apr 2001 16:52:21 +0100
20436 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
20439 ____________________________________________________________________________
20440 [ 9798] By: jhi on 2001/04/23 21:40:07
20441 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
20442 From: David Dyck <dcd@tc.fluke.com>
20443 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
20444 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
20447 ____________________________________________________________________________
20448 [ 9797] By: jhi on 2001/04/23 21:37:56
20449 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
20450 From: Benjamin Sugars <bsugars@canoe.ca>
20451 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
20452 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
20454 ! ext/Cwd/Cwd.xs lib/Cwd.pm
20455 ____________________________________________________________________________
20456 [ 9796] By: jhi on 2001/04/23 21:29:24
20457 Log: Synchronize h2xs and pod2man some more on the documentation
20458 templates they propose.
20460 ! pod/pod2man.PL utils/h2xs.PL
20461 ____________________________________________________________________________
20462 [ 9795] By: jhi on 2001/04/23 17:30:40
20463 Log: Add one more naughty test for base64; make encoding logic cleaner.
20466 ____________________________________________________________________________
20467 [ 9794] By: jhi on 2001/04/23 13:51:32
20468 Log: Update Changes.
20470 ! Changes patchlevel.h
20471 ____________________________________________________________________________
20472 [ 9793] By: jhi on 2001/04/23 13:44:18
20473 Log: Duplicate lines.
20476 ____________________________________________________________________________
20477 [ 9792] By: jhi on 2001/04/23 13:39:13
20478 Log: Subject: Re: PATCH 5.7.1
20479 From: Mark-Jason Dominus <mjd@plover.com>
20480 Date: Mon, 23 Apr 2001 10:30:21 -0400
20481 Message-ID: <20010423143021.17335.qmail@plover.com>
20484 ____________________________________________________________________________
20485 [ 9791] By: jhi on 2001/04/23 13:32:40
20486 Log: Add the CPAN.pm 1.59_54 tests.
20488 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
20490 ____________________________________________________________________________
20491 [ 9790] By: jhi on 2001/04/23 13:21:55
20492 Log: Subject: Deparse nit
20493 From: Robin Houston <robin@kitsite.com>
20494 Date: Mon, 23 Apr 2001 12:38:20 +0100
20495 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
20497 ! ext/B/B/Deparse.pm
20498 ____________________________________________________________________________
20499 [ 9789] By: jhi on 2001/04/23 13:19:07
20500 Log: Subject: [PATCH] bug 20010423.002
20501 From: Robin Houston <robin@kitsite.com>
20502 Date: Mon, 23 Apr 2001 13:12:30 +0100
20503 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
20506 ____________________________________________________________________________
20507 [ 9788] By: jhi on 2001/04/23 13:02:49
20508 Log: Subject: PATCH [5.7.1] hv.c unused #define
20509 From: Mark-Jason Dominus <mjd@plover.com>
20510 Date: Sun, 22 Apr 2001 14:17:49 -0400
20511 Message-ID: <20010422181749.26976.qmail@plover.com>
20514 ____________________________________________________________________________
20515 [ 9787] By: jhi on 2001/04/23 13:02:02
20516 Log: Subject: PATCH 5.7.1
20517 From: Mark-Jason Dominus <mjd@plover.com>
20518 Date: Sun, 22 Apr 2001 15:12:57 -0400
20519 Message-ID: <20010422191258.6539.qmail@plover.com>
20521 plus Sarathy's STMT_START + STMT_END suggestion.
20524 ____________________________________________________________________________
20525 [ 9786] By: jhi on 2001/04/23 12:53:25
20528 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
20529 From: dLux <dlux@spam.sch.bme.hu>
20530 Date: Mon, 23 Apr 2001 01:25:26 +0200
20531 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
20533 (SvGROW really does return a char *.)
20535 ! pod/perlapi.pod sv.h
20536 ____________________________________________________________________________
20537 [ 9785] By: jhi on 2001/04/23 04:34:04
20538 Log: Time::Piece work continues. $t->day removed since
20539 I think it's too confusing. Now has normal and
20540 abbreviated length weekday names and month names,
20541 the names change with _names(), not _list().
20542 Now has strftime() in Perl, _strftime() is
20543 the libc version (to which strftime() falls back
20544 if it doesn't know the format. To do: the reverse
20545 of strftime, strptime(), and the localisation of both.
20547 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
20548 ! t/lib/time-piece.t
20549 ____________________________________________________________________________
20550 [ 9784] By: jhi on 2001/04/23 02:41:46
20551 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
20552 From: andreas.koenig@anima.de (Andreas J. Koenig)
20553 Date: 23 Apr 2001 05:20:55 +0200
20554 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
20556 ! t/pragma/overload.t
20557 ____________________________________________________________________________
20558 [ 9783] By: jhi on 2001/04/22 23:32:42
20559 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
20560 From: Robin Houston <robin@kitsite.com>
20561 Date: Mon, 23 Apr 2001 00:38:18 +0100
20562 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
20564 ! ext/B/B/Deparse.pm
20565 ____________________________________________________________________________
20566 [ 9782] By: jhi on 2001/04/22 20:55:43
20567 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
20568 From: Simon Cozens <simon@netthink.co.uk>
20569 Date: Sun, 22 Apr 2001 18:47:25 +0100
20570 Message-ID: <20010422184725.A14411@netthink.co.uk>
20572 ! sv.c t/pragma/overload.t
20573 ____________________________________________________________________________
20574 [ 9781] By: jhi on 2001/04/22 20:52:13
20575 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
20576 From: Robin Houston <robin@kitsite.com>
20577 Date: Sun, 22 Apr 2001 22:14:50 +0100
20578 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
20580 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
20581 ____________________________________________________________________________
20582 [ 9780] By: nick on 2001/04/22 20:40:31
20583 Log: Integrate mainline.
20585 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
20587 !> (integrate 38 files)
20588 ____________________________________________________________________________
20589 [ 9779] By: jhi on 2001/04/22 15:16:03
20590 Log: Subject: IO::Socket::INET patch
20591 From: andrew deryabin <djsf@technarchy.ru>
20592 Date: Sat, 21 Apr 2001 17:46:52 +0400
20593 Message-ID: <20010421174652.B1426@technarchy>
20595 ! ext/IO/lib/IO/Socket/INET.pm
20596 ____________________________________________________________________________
20597 [ 9778] By: jhi on 2001/04/22 15:14:33
20598 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
20599 From: Mark-Jason Dominus <mjd@plover.com>
20600 Date: Sat, 21 Apr 2001 21:27:49 -0400
20601 Message-ID: <20010422012749.27024.qmail@plover.com>
20604 ____________________________________________________________________________
20605 [ 9777] By: jhi on 2001/04/22 15:10:51
20606 Log: Subject: Re: Regex debugger patch
20607 From: Mark-Jason Dominus <mjd@plover.com>
20608 Date: Sat, 21 Apr 2001 21:48:51 -0400
20609 Message-ID: <20010422014851.27165.qmail@plover.com>
20611 ! pod/perldebguts.pod
20612 ____________________________________________________________________________
20613 [ 9776] By: jhi on 2001/04/22 15:09:48
20614 Log: Subject: Re: Regex debugger patch
20615 From: Mark-Jason Dominus <mjd@plover.com>
20616 Date: Sat, 21 Apr 2001 14:24:39 -0400
20617 Message-ID: <20010421182439.16508.qmail@plover.com>
20619 Regex debugger backend.
20621 ! regcomp.c regexp.h
20622 ____________________________________________________________________________
20623 [ 9775] By: jhi on 2001/04/21 16:45:40
20624 Log: Subject: [PATCH] Typo in utf8.h
20625 From: Jesús Quiroga <jquiroga@pobox.com>
20626 Date: Sat, 21 Apr 2001 19:25:33 +0200
20627 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
20630 ____________________________________________________________________________
20631 [ 9774] By: jhi on 2001/04/21 16:43:52
20632 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20633 From: Joe Orton <jorton@redhat.com>
20634 Date: Tue, 17 Apr 2001 15:50:43 +0100
20635 Message-Id: <20010417155043.D19132@eu.c2.net>
20638 ____________________________________________________________________________
20639 [ 9773] By: jhi on 2001/04/21 15:30:15
20640 Log: Subject: Patch utils/h2xs.PL
20641 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20642 Date: Sat, 21 Apr 2001 10:32:16 -0500
20643 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
20645 Add MAILING list and LICENSE templates.
20648 ____________________________________________________________________________
20649 [ 9772] By: jhi on 2001/04/21 15:28:36
20650 Log: Subject: perlfaq2.patch for 5.7.1
20651 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20652 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
20653 Date: Fri, 20 Apr 2001 16:42:19 -0500
20655 rm an extra tab, a blurb about the xx.cpan to clarify
20656 which countries actually have that and dejanews is history
20657 as well as most of that nonsensical entry.
20660 ____________________________________________________________________________
20661 [ 9771] By: jhi on 2001/04/21 15:27:17
20662 Log: Subject: perlfaq1.patch for 5.7.1
20663 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20664 Date: Fri, 20 Apr 2001 16:57:36 -0500
20665 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
20667 Evil URLs must die. Especially when they are broken.
20670 ____________________________________________________________________________
20671 [ 9770] By: jhi on 2001/04/21 15:23:38
20672 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
20673 From: Michael G Schwern <schwern@pobox.com>
20674 Date: Sat, 21 Apr 2001 16:11:12 +0100
20675 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
20677 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
20679 ! MANIFEST ext/B/B.pm t/lib/b.t
20680 ____________________________________________________________________________
20681 [ 9769] By: jhi on 2001/04/21 15:03:32
20682 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
20683 From: Michael G Schwern <schwern@pobox.com>
20684 Date: Sat, 21 Apr 2001 09:48:00 +0100
20685 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
20688 ____________________________________________________________________________
20689 [ 9768] By: jhi on 2001/04/21 14:33:49
20690 Log: PerlIO and Encode doc cleanup and tweaks.
20692 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
20693 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
20694 ____________________________________________________________________________
20695 [ 9767] By: jhi on 2001/04/21 12:40:16
20696 Log: Integrate perlio.
20699 ____________________________________________________________________________
20700 [ 9766] By: nick on 2001/04/20 18:28:35
20701 Log: Avoid core dump on
20702 open(STDOUT,">",\$foo);
20705 ____________________________________________________________________________
20706 [ 9765] By: jhi on 2001/04/20 13:23:43
20707 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
20708 From: Robin Houston <robin@kitsite.com>
20709 Date: Fri, 20 Apr 2001 14:29:22 +0100
20710 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
20712 ! ext/B/B.pm ext/B/B/Deparse.pm
20713 ____________________________________________________________________________
20714 [ 9764] By: jhi on 2001/04/20 13:19:33
20715 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
20716 From: Peter Prymmer <pvhp@forte.com>
20717 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
20718 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
20720 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
20721 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
20722 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
20723 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
20724 ____________________________________________________________________________
20725 [ 9763] By: jhi on 2001/04/20 12:36:39
20726 Log: Subject: Re: A new PerlIO coredump
20727 From: Nick Ing-Simmons <nik@tiuk.ti.com>
20728 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
20729 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
20732 ____________________________________________________________________________
20733 [ 9762] By: jhi on 2001/04/19 23:02:30
20734 Log: Update Changes.
20736 ! Changes patchlevel.h
20737 ____________________________________________________________________________
20738 [ 9761] By: jhi on 2001/04/19 22:59:19
20739 Log: More cleanup cleanup.
20741 ! Makefile.SH win32/Makefile win32/makefile.mk
20742 ____________________________________________________________________________
20743 [ 9760] By: jhi on 2001/04/19 22:50:31
20744 Log: lib/Time is non-empty, let's not rmdir it.
20747 ____________________________________________________________________________
20748 [ 9759] By: jhi on 2001/04/19 22:36:51
20749 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
20750 From: Robin Houston <robin@kitsite.com>
20751 Date: Fri, 20 Apr 2001 00:18:53 +0100
20752 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
20754 ! ext/B/B/Deparse.pm
20755 ____________________________________________________________________________
20756 [ 9758] By: jhi on 2001/04/19 22:36:00
20757 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
20758 From: Peter Prymmer <pvhp@forte.com>
20759 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
20760 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
20763 ____________________________________________________________________________
20764 [ 9757] By: nick on 2001/04/19 18:53:54
20765 Log: Blind (untested) integrate of mainline.
20767 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20768 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
20769 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
20770 !> (integrate 53 files)
20771 ____________________________________________________________________________
20772 [ 9756] By: jhi on 2001/04/19 16:59:23
20773 Log: Document and test Time::Piece.
20775 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
20776 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
20777 ____________________________________________________________________________
20778 [ 9755] By: jhi on 2001/04/19 12:13:29
20779 Log: A better fix for the \x{12345678} trouble from NI-S.
20782 ____________________________________________________________________________
20783 [ 9754] By: jhi on 2001/04/19 11:56:07
20784 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
20785 From: Robin Houston <robin@kitsite.com>
20786 Date: Wed, 18 Apr 2001 17:58:33 +0100
20787 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
20789 ! ext/B/B/Deparse.pm op.c
20790 ____________________________________________________________________________
20791 [ 9753] By: jhi on 2001/04/19 04:21:52
20792 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
20793 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
20794 Date: Thu, 19 Apr 2001 01:11:41 -0400
20795 Message-ID: <20010419011141.A5798@cpan.org>
20797 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
20798 ____________________________________________________________________________
20799 [ 9752] By: jhi on 2001/04/19 02:41:10
20800 Log: The new time utils need to be thread-aware, too.
20803 ____________________________________________________________________________
20804 [ 9751] By: jhi on 2001/04/19 02:26:47
20805 Log: Compilation nit noticed by AIX compiler.
20808 ____________________________________________________________________________
20809 [ 9750] By: jhi on 2001/04/19 02:20:06
20810 Log: The new time utils need to be public.
20813 ____________________________________________________________________________
20814 [ 9749] By: jhi on 2001/04/19 01:42:39
20818 ____________________________________________________________________________
20819 [ 9748] By: jhi on 2001/04/19 01:41:10
20820 Log: Add Time::Piece, a slight rewrite of Time::Object,
20821 from Matt Sergeant.
20823 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20824 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
20825 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
20826 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
20827 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
20828 ! win32/makefile.mk
20829 ____________________________________________________________________________
20830 [ 9747] By: jhi on 2001/04/19 00:55:35
20831 Log: The new metaconfig unit from strftime.
20832 Branch: metaconfig/U/perl
20834 ____________________________________________________________________________
20835 [ 9746] By: jhi on 2001/04/19 00:54:54
20836 Log: Move the strftime() wrapper from POSIX.xs to util.c
20837 as my_strftime(), requires HAS_STRFTIME.
20839 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20840 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
20841 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
20842 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20843 ! vos/config.ga.h win32/config.bc win32/config.gc
20845 ____________________________________________________________________________
20846 [ 9745] By: jhi on 2001/04/18 23:11:03
20847 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
20848 in preparation of Time::Piece.
20850 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
20851 ____________________________________________________________________________
20852 [ 9744] By: jhi on 2001/04/18 22:33:12
20853 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
20854 From: Peter Prymmer <pvhp@forte.com>
20855 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
20856 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
20859 ____________________________________________________________________________
20860 [ 9743] By: jhi on 2001/04/18 22:32:23
20861 Log: Subject: Fwd: pod2html leaves cache files lying around?
20862 From: Rajesh Vaidheeswarran <rv@gnu.org>
20863 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
20864 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
20867 ____________________________________________________________________________
20868 [ 9742] By: jhi on 2001/04/18 20:31:49
20869 Log: Update Changes.
20871 ! Changes patchlevel.h
20872 ____________________________________________________________________________
20873 [ 9741] By: jhi on 2001/04/18 20:23:02
20874 Log: Declare hints only if needed.
20876 ! ext/B/B/Deparse.pm
20877 ____________________________________________________________________________
20878 [ 9740] By: jhi on 2001/04/18 19:06:05
20879 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
20880 bug noticed by Robin Houston; basically the code of detecting
20881 value wraparound was acting differently under different compilers
20882 and platforms. The workaround is to remove the overflow check
20883 for now, a real fix would be to do the overflow (portably) right.
20885 ! t/op/pat.t utf8.c
20886 ____________________________________________________________________________
20887 [ 9739] By: jhi on 2001/04/18 19:01:23
20888 Log: Subject: [PATCH B::Deparse] some pragma support
20889 From: Robin Houston <robin@kitsite.com>
20890 Date: Wed, 18 Apr 2001 19:32:12 +0100
20891 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
20893 ! ext/B/B/Deparse.pm
20894 ____________________________________________________________________________
20895 [ 9738] By: jhi on 2001/04/18 15:16:37
20896 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
20897 From: Benjamin Sugars <bsugars@canoe.ca>
20898 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
20899 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
20902 ____________________________________________________________________________
20903 [ 9737] By: jhi on 2001/04/18 13:24:50
20904 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
20905 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20906 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
20907 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
20909 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
20910 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
20911 ____________________________________________________________________________
20912 [ 9736] By: jhi on 2001/04/18 04:15:14
20913 Log: The #9735 also changes the subtest 12.
20916 ____________________________________________________________________________
20917 [ 9735] By: jhi on 2001/04/18 03:55:17
20918 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
20919 From: David Dyck <dcd@tc.fluke.com>
20920 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
20921 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
20923 ! ext/B/B/Deparse.pm
20924 ____________________________________________________________________________
20925 [ 9734] By: jhi on 2001/04/18 03:54:11
20926 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
20927 From: Gisle Aas <gisle@ActiveState.com>
20928 Date: 17 Apr 2001 19:06:45 -0700
20929 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
20931 ! pp_hot.c t/op/misc.t
20932 ____________________________________________________________________________
20933 [ 9733] By: jhi on 2001/04/17 22:25:22
20934 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
20935 From: "Abigail" <abigail@foad.org>
20936 Date: Wed, 18 Apr 2001 01:17:46 +0200
20937 Message-ID: <20010417231746.21657.qmail@foad.org>
20939 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
20940 ____________________________________________________________________________
20941 [ 9732] By: jhi on 2001/04/17 20:47:56
20942 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
20943 From: Robin Houston <robin@kitsite.com>
20944 Date: Tue, 17 Apr 2001 22:37:42 +0100
20945 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
20947 ! ext/B/B/Deparse.pm
20948 ____________________________________________________________________________
20949 [ 9731] By: nick on 2001/04/17 20:46:35
20950 Log: Re-sync for t/lib/b.t fix
20952 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
20953 ____________________________________________________________________________
20954 [ 9730] By: jhi on 2001/04/17 20:45:29
20955 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
20956 From: Robin Houston <robin@kitsite.com>
20957 Date: Tue, 17 Apr 2001 22:29:36 +0100
20958 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
20960 ! ext/B/B.xs ext/B/B/Deparse.pm
20961 ____________________________________________________________________________
20962 [ 9729] By: jhi on 2001/04/17 20:43:11
20963 Log: Subject: Deparse - parenthesise args to undeclared subs
20964 From: Robin Houston <robin@kitsite.com>
20965 Date: Tue, 17 Apr 2001 21:31:05 +0100
20966 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
20968 ! ext/B/B/Deparse.pm
20969 ____________________________________________________________________________
20970 [ 9728] By: jhi on 2001/04/17 18:57:30
20971 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
20972 From: Benjamin Sugars <ben.sugars@home.com>
20973 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
20974 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
20977 ____________________________________________________________________________
20978 [ 9727] By: jhi on 2001/04/17 18:20:20
20979 Log: Subject: [PATCH B::Deparse] ambient pragmas
20980 From: Robin Houston <robin@kitsite.com>
20981 Date: Tue, 17 Apr 2001 20:01:59 +0100
20982 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
20984 ! ext/B/B/Deparse.pm t/lib/b.t
20985 ____________________________________________________________________________
20986 [ 9726] By: nick on 2001/04/17 16:33:51
20987 Log: Integrate mainline (t/lib/b.t fails test 2...)
20989 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
20990 +> ext/List/Util/README ext/List/Util/Util.xs
20991 +> ext/List/Util/lib/List/Util.pm
20992 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
20993 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
20994 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
20995 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
20996 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
20997 !> (integrate 31 files)
20998 ____________________________________________________________________________
20999 [ 9725] By: jhi on 2001/04/17 12:14:24
21000 Log: Subject: multiple B::* changes
21001 From: Robin Houston <robin@kitsite.com>
21002 Date: Thu, 12 Apr 2001 20:12:27 +0100
21003 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
21005 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
21006 ____________________________________________________________________________
21007 [ 9724] By: jhi on 2001/04/17 11:59:05
21008 Log: Thread-awareness from Doug MacEachern.
21010 ! ext/List/Util/Util.xs
21011 ____________________________________________________________________________
21012 [ 9723] By: jhi on 2001/04/17 11:57:41
21013 Log: Make the test more portable.
21016 ____________________________________________________________________________
21017 [ 9722] By: jhi on 2001/04/17 11:53:50
21018 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
21019 From: Benjamin Sugars <ben.sugars@home.com>
21020 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
21021 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
21024 ____________________________________________________________________________
21025 [ 9721] By: jhi on 2001/04/17 11:52:17
21026 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
21027 From: Benjamin Sugars <bsugars@canoe.ca>
21028 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
21029 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
21032 ____________________________________________________________________________
21033 [ 9720] By: jhi on 2001/04/17 11:35:42
21034 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
21035 From: Chris Nandor <pudge@pobox.com>
21036 Date: Tue, 17 Apr 2001 00:30:49 -0400
21037 Message-Id: <p05100207b701768712de@[10.0.1.177]>
21039 ! ext/File/Glob/bsd_glob.c gv.c
21040 ____________________________________________________________________________
21041 [ 9719] By: jhi on 2001/04/17 11:32:13
21042 Log: Subject: [PATCH] Tweten->West
21043 From: Casey West <casey@geeknest.com>
21044 Date: Mon, 16 Apr 2001 12:11:22 -0400
21045 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
21047 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
21049 ____________________________________________________________________________
21050 [ 9718] By: jhi on 2001/04/16 03:22:52
21051 Log: Update Changes.
21053 ! Changes patchlevel.h
21054 ____________________________________________________________________________
21055 [ 9717] By: jhi on 2001/04/16 03:06:28
21059 ____________________________________________________________________________
21060 [ 9716] By: jhi on 2001/04/16 02:58:42
21061 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
21062 From: Prymmer/Kahn <pvhp@best.com>
21063 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
21064 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
21067 ____________________________________________________________________________
21068 [ 9715] By: jhi on 2001/04/15 23:40:35
21069 Log: Subject: Re: Net::Ping patch, adds stream protocol
21070 From: bronson@rinspin.com (Scott Bronson)
21071 Date: Tue, 10 Apr 2001 23:58:33 -0700
21072 Message-ID: <20010410235833.N29719@rinspin.com>
21075 ____________________________________________________________________________
21076 [ 9714] By: jhi on 2001/04/15 23:31:46
21077 Log: Printing out the ok messages helps successful testing.
21079 ! t/lib/time-hires.t
21080 ____________________________________________________________________________
21081 [ 9713] By: jhi on 2001/04/15 21:43:24
21082 Log: Update Douglas Wegscheid's email.
21085 ____________________________________________________________________________
21086 [ 9712] By: jhi on 2001/04/15 21:40:41
21087 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
21088 From: Michael G Schwern <schwern@pobox.com>
21089 Date: Sat, 14 Apr 2001 22:40:50 +0100
21090 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
21093 ! MANIFEST lib/Exporter/Heavy.pm
21094 ____________________________________________________________________________
21095 [ 9711] By: jhi on 2001/04/15 21:39:21
21096 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
21097 From: Michael G Schwern <schwern@pobox.com>
21098 Date: Sat, 14 Apr 2001 22:13:59 +0100
21099 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
21102 ____________________________________________________________________________
21103 [ 9710] By: jhi on 2001/04/15 21:30:19
21104 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
21105 From: Michael G Schwern <schwern@pobox.com>
21106 Date: Sat, 14 Apr 2001 22:05:32 +0100
21107 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
21109 ! t/pragma/warnings.t
21110 ____________________________________________________________________________
21111 [ 9709] By: jhi on 2001/04/15 19:34:09
21112 Log: Integrate changes #9706,9707 from maintperl into mainline.
21114 change#7210 broke .packlist generation
21116 ExtUtils::Installed doesn't quote regex metacharacters in paths
21117 before using them in match; also make it work for dosish platforms
21119 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
21120 ____________________________________________________________________________
21121 [ 9708] By: jhi on 2001/04/15 19:31:01
21122 Log: Test also the scalar aspect of getitimer().
21124 ! t/lib/time-hires.t
21125 ____________________________________________________________________________
21126 [ 9707] By: gsar on 2001/04/15 17:24:20
21127 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
21128 before using them in match; also make it work for dosish platforms
21129 Branch: maint-5.6/perl
21130 ! lib/ExtUtils/Installed.pm
21131 ____________________________________________________________________________
21132 [ 9706] By: gsar on 2001/04/15 17:21:59
21133 Log: change#7210 broke .packlist generation (listed only filename
21134 rather than fully qualified path name)
21135 Branch: maint-5.6/perl
21136 ! lib/ExtUtils/Install.pm
21137 ____________________________________________________________________________
21138 [ 9705] By: jhi on 2001/04/15 12:36:33
21139 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
21141 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
21142 ! t/lib/time-hires.t
21143 ____________________________________________________________________________
21144 [ 9704] By: jhi on 2001/04/15 10:49:08
21145 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
21146 From: Prymmer/Kahn <pvhp@best.com>
21147 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
21148 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
21150 ! lib/utf8.pm pod/perlebcdic.pod
21151 ____________________________________________________________________________
21152 [ 9703] By: jhi on 2001/04/15 02:26:26
21153 Log: I keep forgetting to sort MANIFEST.
21156 ____________________________________________________________________________
21157 [ 9702] By: jhi on 2001/04/15 02:07:47
21158 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
21159 Now we have blessed, reftype, tainted, first, reduce, ...
21161 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
21162 + ext/List/Util/README ext/List/Util/Util.xs
21163 + ext/List/Util/lib/List/Util.pm
21164 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
21165 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
21166 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
21167 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
21168 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
21170 ____________________________________________________________________________
21171 [ 9701] By: jhi on 2001/04/14 15:05:25
21172 Log: Subject: RE: dprofpp.pl updates
21173 From: Carl Eklof <CEklof@endeca.com>
21174 Date: Thu, 12 Apr 2001 18:45:46 -0400
21175 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
21178 ____________________________________________________________________________
21179 [ 9700] By: jhi on 2001/04/14 14:44:55
21180 Log: Do not just blindly add CR.
21183 ____________________________________________________________________________
21184 [ 9699] By: jhi on 2001/04/13 13:17:01
21185 Log: Update Changes.
21187 ! Changes patchlevel.h
21188 ____________________________________________________________________________
21189 [ 9698] By: jhi on 2001/04/13 12:44:48
21190 Log: Integrate perlio.
21192 !> ext/PerlIO/Scalar/Scalar.xs
21193 ____________________________________________________________________________
21194 [ 9697] By: jhi on 2001/04/13 12:29:15
21195 Log: Add more debug output to the test.
21198 ____________________________________________________________________________
21199 [ 9696] By: nick on 2001/04/13 10:14:29
21200 Log: Fix core dump on binmode($fh,'Scalar')
21202 ! ext/PerlIO/Scalar/Scalar.xs
21203 ____________________________________________________________________________
21204 [ 9695] By: nick on 2001/04/13 09:05:42
21205 Log: Integrate mainline
21207 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21208 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21209 +> t/lib/time-hires.t
21210 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
21211 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
21212 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
21213 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
21214 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
21215 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
21216 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
21217 ____________________________________________________________________________
21218 [ 9694] By: jhi on 2001/04/12 22:23:35
21219 Log: Integrate change #9693 from maintperl into mainline.
21221 $VERSION and Version() on the same line provokes a warning from
21222 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21224 !> lib/Devel/SelfStubber.pm
21225 ____________________________________________________________________________
21226 [ 9693] By: gsar on 2001/04/12 21:55:56
21227 Log: $VERSION and Version() on the same line provokes a warning from
21228 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21229 Branch: maint-5.6/perl
21230 ! lib/Devel/SelfStubber.pm
21231 ____________________________________________________________________________
21232 [ 9692] By: jhi on 2001/04/12 13:54:00
21233 Log: This is at least 5.005.
21235 ! ext/Time/HiRes/HiRes.xs
21236 ____________________________________________________________________________
21237 [ 9691] By: jhi on 2001/04/12 13:37:20
21238 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
21240 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
21241 ! win32/Makefile win32/makefile.mk
21242 ____________________________________________________________________________
21243 [ 9690] By: jhi on 2001/04/12 01:34:46
21244 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
21246 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21247 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21248 + t/lib/time-hires.t
21250 ____________________________________________________________________________
21251 [ 9689] By: jhi on 2001/04/12 00:28:39
21252 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
21253 From: Gisle Aas <gisle@ActiveState.com>
21254 Date: 11 Apr 2001 16:36:11 -0700
21255 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
21257 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
21258 ____________________________________________________________________________
21259 [ 9688] By: jhi on 2001/04/12 00:27:39
21260 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21261 From: Gisle Aas <gisle@ActiveState.com>
21262 Date: 11 Apr 2001 11:13:24 -0700
21263 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
21265 ! ext/MIME/Base64/Base64.xs
21266 ____________________________________________________________________________
21267 [ 9687] By: jhi on 2001/04/11 19:51:47
21268 Log: Slight update on the Todo list. (Should integrate to Todo?)
21271 ____________________________________________________________________________
21272 [ 9686] By: jhi on 2001/04/11 16:54:25
21273 Log: Subject: [PATCH opcode.pl] Documentation of table format
21274 From: Simon Cozens <simon@netthink.co.uk>
21275 Date: Wed, 11 Apr 2001 12:59:31 +0100
21276 Message-ID: <20010411125931.A25681@netthink.co.uk>
21279 ____________________________________________________________________________
21280 [ 9685] By: jhi on 2001/04/11 16:53:15
21281 Log: Subject: [PATCH] prototype("CORE::recv")
21282 From: Simon Cozens <simon@netthink.co.uk>
21283 Date: Wed, 11 Apr 2001 13:24:35 +0100
21284 Message-ID: <20010411132435.A26169@netthink.co.uk>
21286 ! pp.c t/comp/proto.t
21287 ____________________________________________________________________________
21288 [ 9684] By: jhi on 2001/04/11 16:47:13
21289 Log: FAQ (and AUTHORS) update from Dan Carson: the information
21290 was several years obsolete, Term::Readkey has been updated
21291 to have the functionality.
21293 ! AUTHORS pod/perlfaq5.pod
21294 ____________________________________________________________________________
21295 [ 9683] By: jhi on 2001/04/11 12:15:46
21296 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21297 From: Calle Dybedahl <calle@lysator.liu.se>
21298 Date: 10 Apr 2001 16:44:16 +0200
21299 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
21301 ! ext/MIME/Base64/Base64.xs
21302 ____________________________________________________________________________
21303 [ 9682] By: jhi on 2001/04/11 12:12:26
21304 Log: A more minimal fix for 20010410.006 from Hugo.
21307 ____________________________________________________________________________
21308 [ 9681] By: jhi on 2001/04/11 11:34:23
21309 Log: Integrate changes #9678,9679 from maintline into mainperl.
21311 addendum to change#9676
21313 up $File::Glob::VERSION; add a note pointing out the version of
21314 the OpenBSD glob bsd_glob.c resembles
21316 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21317 !> ext/File/Glob/bsd_glob.h
21318 ____________________________________________________________________________
21319 [ 9680] By: jhi on 2001/04/11 11:30:38
21320 Log: Bad test numbering in integrate in #9677.
21321 Fixes ID 20010411.001.
21324 ____________________________________________________________________________
21325 [ 9679] By: gsar on 2001/04/11 03:38:40
21326 Log: up $File::Glob::VERSION; add a note pointing out the version of
21327 the OpenBSD glob bsd_glob.c resembles
21328 Branch: maint-5.6/perl
21329 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21330 ! ext/File/Glob/bsd_glob.h
21331 ____________________________________________________________________________
21332 [ 9678] By: gsar on 2001/04/11 03:09:48
21333 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
21334 revision 1.8.10.1 found here:
21336 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
21337 Branch: maint-5.6/perl
21338 ! ext/File/Glob/bsd_glob.c
21339 ____________________________________________________________________________
21340 [ 9677] By: jhi on 2001/04/11 02:54:39
21341 Log: Integrate changes #9675,9676 from maintperl into mainline.
21343 fix for bug 20010410.006, undo change#7115
21345 port the OpenBSD glob() security patch
21347 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21348 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
21350 ____________________________________________________________________________
21351 [ 9676] By: gsar on 2001/04/11 02:19:02
21352 Log: port the glob() security patch found at:
21354 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
21356 CERT advisory for the issue is here:
21358 http://www.cert.org/advisories/CA-2001-07.html
21360 Note that the security scare is only relevant for those who are
21361 foolish enough to build suidperl (which is now officially discouraged)
21362 Branch: maint-5.6/perl
21363 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21364 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
21365 ____________________________________________________________________________
21366 [ 9675] By: gsar on 2001/04/10 23:52:11
21367 Log: fix for bug 20010410.006
21369 undo change#7115 (came into maint-5.6 as change#8156)
21371 add tests to keep it from coming back
21372 Branch: maint-5.6/perl
21373 ! regexec.c t/op/pat.t
21374 ____________________________________________________________________________
21375 [ 9674] By: nick on 2001/04/10 20:39:31
21376 Log: Integrate mainline
21378 +> Porting/testall.atom
21379 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
21380 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
21381 !> t/lib/lc-uk.t t/pod/find.t
21382 ____________________________________________________________________________
21383 [ 9673] By: nick on 2001/04/10 18:46:14
21384 Log: Integrate against change 9670 aka perl-5.7.1
21386 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21387 !> (integrate 53 files)
21388 ____________________________________________________________________________
21389 [ 9672] By: jhi on 2001/04/10 13:45:01
21390 Log: Add a script for doing cumulative profile of the test suite.
21391 (Requires ATOM, that is, Tru64.)
21393 + Porting/testall.atom
21395 ____________________________________________________________________________
21396 [ 9671] By: jhi on 2001/04/10 12:38:53
21397 Log: Missing std block.
21399 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
21400 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
21402 ____________________________________________________________________________
21403 [ 9670] By: jhi on 2001/04/10 01:25:58
21404 Log: This is 5.7.1.
21407 ____________________________________________________________________________
21408 [ 9669] By: jhi on 2001/04/10 01:09:14
21409 Log: Update Changes.
21411 ! Changes patchlevel.h
21412 ____________________________________________________________________________
21413 [ 9668] By: jhi on 2001/04/10 01:00:38
21417 ____________________________________________________________________________
21418 [ 9667] By: jhi on 2001/04/10 00:52:16
21419 Log: Update perlhist.
21422 ____________________________________________________________________________
21423 [ 9666] By: jhi on 2001/04/09 23:38:59
21424 Log: Slight wording tweaks from Damian to #9658.
21427 ____________________________________________________________________________
21428 [ 9665] By: jhi on 2001/04/09 19:56:06
21429 Log: Subject: [PATCH perlutil.pod] Nit
21430 From: Simon Cozens <simon@netthink.co.uk>
21431 Date: Mon, 9 Apr 2001 20:29:44 +0100
21432 Message-ID: <20010409202944.A14796@the.earth.li>
21435 ____________________________________________________________________________
21436 [ 9664] By: jhi on 2001/04/09 19:54:42
21437 Log: Subject: Re: perl571delta.pod@9631
21438 From: Mike Guy <mjtg@cam.ac.uk>
21439 Date: Mon, 09 Apr 2001 18:09:14 +0100
21440 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
21442 ! pod/perl571delta.pod
21443 ____________________________________________________________________________
21444 [ 9663] By: jhi on 2001/04/09 13:43:35
21445 Log: Update Changes.
21447 ! Changes patchlevel.h
21448 ____________________________________________________________________________
21449 [ 9662] By: jhi on 2001/04/09 13:24:46
21452 ! AUTHORS pod/perl571delta.pod
21453 ____________________________________________________________________________
21454 [ 9661] By: jhi on 2001/04/09 13:15:13
21455 Log: Thinko in manual patch applying.
21458 ____________________________________________________________________________
21459 [ 9660] By: jhi on 2001/04/09 13:07:53
21460 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
21461 From: Robin Barker <rmb1@cise.npl.co.uk>
21462 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
21463 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
21465 (This corrects the case where the "isn't numeric" string contains \0s
21466 and is longer than the temporary buffer, and contains \0 at the point
21467 the string would be truncated by "...".)
21470 ____________________________________________________________________________
21471 [ 9659] By: jhi on 2001/04/09 12:57:41
21472 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
21474 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
21475 ! t/lib/cgi-function.t t/lib/cgi-html.t
21476 ____________________________________________________________________________
21477 [ 9658] By: jhi on 2001/04/09 12:48:47
21478 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
21479 From: Ilmari Karonen <iltzu@sci.fi>
21480 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
21481 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
21483 Rearrange and rewrite the Method Invocation section
21484 to explain the concepts in nicer order.
21487 ____________________________________________________________________________
21488 [ 9657] By: jhi on 2001/04/09 12:35:58
21489 Log: Upgrade to podlators 1.09, from Russ Allbery.
21491 ! lib/Pod/Man.pm lib/Pod/Text.pm
21492 ____________________________________________________________________________
21493 [ 9656] By: jhi on 2001/04/09 12:31:53
21496 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
21497 ____________________________________________________________________________
21498 [ 9655] By: jhi on 2001/04/09 12:20:09
21499 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
21500 From: Prymmer/Kahn <pvhp@best.com>
21501 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
21502 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
21504 ! lib/utf8.pm pod/perlunicode.pod
21505 ____________________________________________________________________________
21506 [ 9654] By: gsar on 2001/04/09 03:38:33
21507 Log: here lies 5.6.1
21508 Branch: maint-5.6/perl
21510 ____________________________________________________________________________
21511 [ 9653] By: jhi on 2001/04/09 03:25:24
21512 Log: Update perlhist.
21515 ____________________________________________________________________________
21516 [ 9652] By: jhi on 2001/04/09 03:18:49
21517 Log: perl571delta tweaking continues.
21519 ! pod/perl571delta.pod
21520 ____________________________________________________________________________
21521 [ 9651] By: gsar on 2001/04/09 03:11:19
21522 Log: update Changes, patchlevel.h &c.
21523 Branch: maint-5.6/perl
21524 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
21526 ____________________________________________________________________________
21527 [ 9650] By: jhi on 2001/04/09 02:40:24
21528 Log: Integrate the perlfork half of #9513 from maintperl into mainline
21529 (the perlunicode half is obsolete)
21532 ____________________________________________________________________________
21533 [ 9649] By: gsar on 2001/04/09 02:35:43
21534 Log: tweak perldelta as suggested by Jarkko
21535 Branch: maint-5.6/perl
21536 ! pod/perldelta.pod
21537 ____________________________________________________________________________
21538 [ 9648] By: jhi on 2001/04/09 02:13:04
21539 Log: Integrate change #9646 from maintperl into mainline.
21541 add note about ithreads and Thread.pm
21543 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
21544 ____________________________________________________________________________
21545 [ 9647] By: jhi on 2001/04/09 02:10:18
21546 Log: Bad assumption that shortsize == 2.
21548 ! t/lib/xs-typemap.t
21549 ____________________________________________________________________________
21550 [ 9646] By: gsar on 2001/04/09 00:48:04
21551 Log: add note about ithreads and Thread.pm (too many people are
21552 confused by the fact that Thread.pm is built and installed
21553 under non-5005threads but doesn't work)
21554 Branch: maint-5.6/perl
21555 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
21556 ____________________________________________________________________________
21557 [ 9645] By: gsar on 2001/04/09 00:19:03
21558 Log: update perldelta.pod for changes in 5.6.1
21559 Branch: maint-5.6/perl
21560 ! Changes pod/perldelta.pod
21561 ____________________________________________________________________________
21562 [ 9644] By: jhi on 2001/04/08 20:37:00
21563 Log: Integrate change #9639 from maintperl into mainline:
21564 on windows, many of the README.* pods were being copied to
21567 !> win32/Makefile win32/makefile.mk
21568 ____________________________________________________________________________
21569 [ 9643] By: jhi on 2001/04/08 20:07:11
21570 Log: Integrate change #9624 from maintperl into mainline:
21571 the pod tests were not okay. (t/pod/find.t changes ignored)
21573 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
21574 !> t/pod/include.t t/pod/included.t t/pod/lref.t
21575 !> t/pod/multiline_items.t t/pod/nested_items.t
21576 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21577 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
21578 ____________________________________________________________________________
21579 [ 9642] By: jhi on 2001/04/08 19:57:17
21580 Log: Integrate change #9638 from maintperl into mainline:
21581 update to latest JPL from the anoncvs repository
21583 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21584 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21585 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
21586 ____________________________________________________________________________
21587 [ 9641] By: jhi on 2001/04/08 19:53:30
21588 Log: perl571delta updates.
21590 ! lib/Filter/Simple.pm pod/perl571delta.pod
21591 ____________________________________________________________________________
21592 [ 9640] By: gsar on 2001/04/08 19:20:46
21593 Log: integrate change#9634 from mainline
21595 Fix the perlmodlib generation (didn't understand separate .pod
21596 files; didn't understand -- as the name-thing separator).
21597 Update the CPAN mirrors list.
21598 Branch: maint-5.6/perl
21599 ! pod/perlmodlib.pod
21600 !> pod/perlmodlib.PL
21601 ____________________________________________________________________________
21602 [ 9639] By: gsar on 2001/04/08 18:57:31
21603 Log: on windows, many of the README.* pods were being copied to the wrong
21605 Branch: maint-5.6/perl
21606 ! win32/Makefile win32/makefile.mk
21607 ____________________________________________________________________________
21608 [ 9638] By: gsar on 2001/04/08 18:38:25
21609 Log: update to latest JPL from the anoncvs repository
21610 Branch: maint-5.6/perl
21611 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21612 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21613 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
21614 ____________________________________________________________________________
21615 [ 9637] By: jhi on 2001/04/08 17:53:53
21616 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
21618 ! pod/perl571delta.pod
21619 ____________________________________________________________________________
21620 [ 9636] By: jhi on 2001/04/08 17:18:32
21624 ____________________________________________________________________________
21625 [ 9635] By: jhi on 2001/04/08 17:16:33
21626 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
21627 From: "Craig A. Berry" <craigberry@mac.com>
21628 Date: Sun, 08 Apr 2001 12:30:16 -0500
21629 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
21631 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
21632 ____________________________________________________________________________
21633 [ 9634] By: jhi on 2001/04/08 17:09:19
21634 Log: Fix the perlmodlib generation (didn't understand separate .pod
21635 files; didn't understand -- as the name-thing separator).
21637 Update the CPAN mirrors list.
21639 ! pod/perlmodlib.PL pod/perlmodlib.pod
21640 ____________________________________________________________________________
21641 [ 9633] By: jhi on 2001/04/08 16:49:17
21642 Log: Sort MANIFEST.
21645 ____________________________________________________________________________
21646 [ 9632] By: gsar on 2001/04/08 16:36:06
21647 Log: add $Tie::RefHash::VERSION
21648 Branch: maint-5.6/perl
21649 ! lib/Tie/RefHash.pm
21650 ____________________________________________________________________________
21651 [ 9631] By: jhi on 2001/04/08 16:10:15
21652 Log: perl571delta updates based on p5p feedback; still needs
21655 ! pod/perl571delta.pod
21656 ____________________________________________________________________________
21657 [ 9630] By: jhi on 2001/04/08 15:59:13
21658 Log: Update the list of supported platforms to talk about 5.7.1
21662 ____________________________________________________________________________
21663 [ 9629] By: jhi on 2001/04/08 15:55:41
21664 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
21665 from maintperl into mainline: perlport updates.
21668 ____________________________________________________________________________
21669 [ 9628] By: jhi on 2001/04/08 15:53:17
21670 Log: perlsolaris.pod copied to wrong directory.
21672 ! win32/makefile.mk
21673 ____________________________________________________________________________
21674 [ 9627] By: jhi on 2001/04/08 14:48:18
21675 Log: Subject: Typos in perl571delta.pod
21676 From: "Stephen P. Potter" <spp@spotter.yi.org>
21677 Date: Sat, 07 Apr 2001 20:37:05 -0400
21678 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
21680 ! pod/perl571delta.pod
21681 ____________________________________________________________________________
21682 [ 9626] By: jhi on 2001/04/08 14:39:04
21683 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
21686 ____________________________________________________________________________
21687 [ 9625] By: nick on 2001/04/08 10:14:23
21688 Log: Integrate mainline
21690 +> pod/perl570delta.pod pod/perl571delta.pod
21691 !> (integrate 27 files)
21692 ____________________________________________________________________________
21693 [ 9624] By: gsar on 2001/04/08 06:08:17
21694 Log: test in t/pod/* were busted
21696 these tests are still not enabled in t/{harness,TEST}
21697 Branch: maint-5.6/perl
21698 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
21699 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
21700 ! t/pod/multiline_items.t t/pod/nested_items.t
21701 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21702 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
21703 ____________________________________________________________________________
21704 [ 9623] By: gsar on 2001/04/08 03:37:01
21705 Log: integrate change#9470 from mainline
21707 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
21708 Branch: maint-5.6/perl
21709 !> ext/Socket/Socket.xs
21710 ____________________________________________________________________________
21711 [ 9622] By: jhi on 2001/04/07 22:40:47
21712 Log: Update Changes.
21714 ! Changes patchlevel.h
21715 ____________________________________________________________________________
21716 [ 9621] By: jhi on 2001/04/07 22:34:16
21717 Log: Update AUTHORS.
21720 ____________________________________________________________________________
21721 [ 9620] By: jhi on 2001/04/07 22:12:47
21722 Log: Forgot to bump the number of tests in #9164.
21725 ____________________________________________________________________________
21726 [ 9619] By: jhi on 2001/04/07 22:09:50
21727 Log: Bump patchlevel to 5.7.1.
21729 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21730 ! config_h.SH patchlevel.h
21731 ____________________________________________________________________________
21732 [ 9618] By: jhi on 2001/04/07 22:02:41
21733 Log: Populate perl571delta.
21735 ! pod/perl571delta.pod
21736 ____________________________________________________________________________
21737 [ 9617] By: jhi on 2001/04/07 22:01:23
21738 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
21739 to forget it later; do not change patchlevel.h yet or regenerate
21742 ! epoc/config.sh win32/Makefile win32/config_H.bc
21743 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21744 ____________________________________________________________________________
21745 [ 9616] By: jhi on 2001/04/07 17:46:33
21746 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
21748 ! pod/perl571delta.pod
21749 ____________________________________________________________________________
21750 [ 9615] By: jhi on 2001/04/07 17:33:21
21751 Log: Change the toc configuration.
21753 ! pod/buildtoc.PL pod/perl.pod
21754 ____________________________________________________________________________
21755 [ 9614] By: jhi on 2001/04/07 17:29:47
21756 Log: Subject: PATCH: $[
21757 From: Robin Houston <robin@kitsite.com>
21758 Date: Fri, 6 Apr 2001 18:10:14 +0100
21759 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
21761 ! op.c t/op/array.t
21762 ____________________________________________________________________________
21763 [ 9613] By: jhi on 2001/04/07 17:28:26
21764 Log: Subject: [PATCH perl@9424] isn't numeric warning
21765 From: Robin Barker <rmb1@cise.npl.co.uk>
21766 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
21767 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
21769 ! sv.c t/pragma/warn/sv
21770 ____________________________________________________________________________
21771 [ 9612] By: jhi on 2001/04/07 17:26:45
21772 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
21773 From: Mike Guy <mjtg@cam.ac.uk>
21774 Date: Fri, 06 Apr 2001 12:47:06 +0100
21775 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
21777 ! dump.c t/lib/peek.t
21778 ____________________________________________________________________________
21779 [ 9611] By: jhi on 2001/04/07 17:21:35
21780 Log: Create perl571delta and seed it off with the perldelta changes
21781 since 5.7.0; remove those changes from perldelta and rename it
21782 as perl570delta; recreate perldelta but leave it almost empty.
21784 + pod/perl570delta.pod pod/perl571delta.pod
21785 ! MANIFEST pod/perldelta.pod
21786 ____________________________________________________________________________
21787 [ 9610] By: jhi on 2001/04/07 16:56:32
21790 ! pod/perldelta.pod
21791 ____________________________________________________________________________
21792 [ 9609] By: jhi on 2001/04/07 16:38:32
21793 Log: Retract #9523: needs more thought.
21796 ____________________________________________________________________________
21797 [ 9608] By: jhi on 2001/04/07 14:59:20
21798 Log: atmark() code cleanaup.
21801 ____________________________________________________________________________
21802 [ 9607] By: jhi on 2001/04/07 14:48:14
21803 Log: Integrate change #9605 from maintperl into mainline.
21805 can't optimize away scope entry if tr/// is present
21808 ____________________________________________________________________________
21809 [ 9606] By: jhi on 2001/04/07 14:43:59
21810 Log: Integrate perlio.
21812 +> win32/FindExt.pm
21813 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
21814 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
21815 ____________________________________________________________________________
21816 [ 9605] By: gsar on 2001/04/07 11:52:40
21817 Log: can't optimize away scope entry if tr/// is present
21818 Branch: maint-5.6/perl
21820 ____________________________________________________________________________
21821 [ 9604] By: nick on 2001/04/07 11:39:45
21822 Log: Split out extension finding code from buildext.pl into FindExt.pm
21823 Use it to get Config.pm's idea of available extensions in line
21824 with what is built.
21827 ! MANIFEST win32/buildext.pl win32/config_sh.PL
21828 ! win32/makefile.mk
21829 ____________________________________________________________________________
21830 [ 9603] By: nick on 2001/04/07 09:11:38
21831 Log: Cleanup correction for failed :Via() layer, also set an error code.
21833 ! ext/PerlIO/Via/Via.xs
21834 ____________________________________________________________________________
21835 [ 9602] By: nick on 2001/04/07 08:38:04
21836 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
21837 style. So don't use binmode() on the handles so that Win32 etc. see
21838 same sequence and produce same digests.
21841 ____________________________________________________________________________
21842 [ 9601] By: nick on 2001/04/07 08:36:26
21843 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
21844 Else it complains and so crlf layer (say) does not get pushed.
21847 ____________________________________________________________________________
21848 [ 9600] By: jhi on 2001/04/06 23:00:09
21849 Log: Integrate change #9599 from perlio into mainline.
21851 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
21852 !> win32/config_H.vc
21853 ____________________________________________________________________________
21854 [ 9599] By: nick on 2001/04/06 21:42:43
21855 Log: Quote $VERSION in Encode.pm.
21856 regen_config_h as requested.
21858 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
21859 ! win32/config_H.vc
21860 ____________________________________________________________________________
21861 [ 9598] By: nick on 2001/04/06 20:34:59
21862 Log: Integrate mainline
21865 !> (integrate 39 files)
21866 ____________________________________________________________________________
21867 [ 9597] By: gsar on 2001/04/06 18:06:35
21868 Log: integrate change#9464 from mainline (addendum to change#8313)
21870 Subject: [PATCH @9452] Better peep()ing for foreach() loops
21871 Branch: maint-5.6/perl
21873 ____________________________________________________________________________
21874 [ 9596] By: jhi on 2001/04/06 17:26:03
21875 Log: The d_casti32=undef is good for you even when not use64bitall.
21878 ____________________________________________________________________________
21879 [ 9595] By: gsar on 2001/04/06 14:57:17
21880 Log: add a low-impact fix to accomodate darwin-ism
21881 Branch: maint-5.6/perl
21882 ! ext/Errno/Errno_pm.PL
21883 ____________________________________________________________________________
21884 [ 9594] By: jhi on 2001/04/06 14:55:14
21885 Log: Integrate changes #9528,9593 from mainline into maintperl;
21886 tweaking the editor/IDE/shell list.
21887 Branch: maint-5.6/perl
21888 !> pod/perlfaq3.pod
21889 ____________________________________________________________________________
21890 [ 9593] By: jhi on 2001/04/06 14:51:39
21891 Log: Make the editor/IDE/shell list a little bit airier.
21894 ____________________________________________________________________________
21895 [ 9592] By: gsar on 2001/04/06 14:45:18
21896 Log: integrate change#9477 from mainline (base.pm doc tweak)
21898 missing doc entry for fmod()
21899 Branch: maint-5.6/perl
21900 ! lib/Math/BigFloat.pm
21902 ____________________________________________________________________________
21903 [ 9591] By: jhi on 2001/04/06 13:55:48
21907 ____________________________________________________________________________
21908 [ 9590] By: jhi on 2001/04/06 13:54:52
21909 Log: Math::BigFloat patches from John Peacock. The equivalent
21910 of #9586 from maintperl but reworked by John to work with
21913 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
21914 ____________________________________________________________________________
21915 [ 9589] By: jhi on 2001/04/06 13:42:23
21916 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
21918 ! ext/Digest/MD5/Makefile.PL
21919 ____________________________________________________________________________
21920 [ 9588] By: jhi on 2001/04/06 13:31:45
21921 Log: Integrate changes #9584,9587 from maintperl into mainline.
21923 keep eval"" CVs alive until the end of the statement in which
21926 add README.macos (from Chris Nandor)
21928 tyop in change#9555
21931 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
21932 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
21933 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
21934 !> win32/makefile.mk
21935 ____________________________________________________________________________
21936 [ 9587] By: gsar on 2001/04/06 07:31:30
21937 Log: add README.macos (from Chris Nandor)
21939 tyop in change#9555
21940 Branch: maint-5.6/perl
21942 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
21943 ! win32/Makefile win32/makefile.mk
21944 ____________________________________________________________________________
21945 [ 9586] By: gsar on 2001/04/06 07:08:54
21946 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
21947 Branch: maint-5.6/perl
21948 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
21949 ____________________________________________________________________________
21950 [ 9585] By: gsar on 2001/04/06 06:58:44
21951 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
21954 Subject: [PATCH] Base64 update to perlfaq9.pod
21956 Subject: [PATCH AUTHORS] Housekeeping
21958 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
21959 Mac OS X (Darwin) has extra pwent fields.
21961 Subject: [PATCH B::*] print control-character vars readably
21962 Needs EBCDICification.
21964 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
21966 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
21968 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
21970 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
21972 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
21974 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
21976 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
21978 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
21980 FreeBSD hints tweak from Anton Berezin.
21982 Subject: [PATCH foolperl & bleadperl] README.vms update
21984 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
21985 Branch: maint-5.6/perl
21986 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
21987 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
21988 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
21989 ____________________________________________________________________________
21990 [ 9584] By: gsar on 2001/04/06 04:09:00
21991 Log: keep eval"" CVs alive until the end of the statement in which
21992 they're called; this avoids a coredump ensuing from search for
21993 lexicals in code such as:
21997 eval q[sub { eval 'sub { &$s }' }];
22001 this code still doesn't work as intended (as it has remained
22002 since time immemorial), but it doesn't provoke a coredump anymore
22003 Branch: maint-5.6/perl
22004 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22005 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
22006 ____________________________________________________________________________
22007 [ 9583] By: jhi on 2001/04/05 23:52:51
22008 Log: Update Changes.
22010 ! Changes patchlevel.h
22011 ____________________________________________________________________________
22012 [ 9582] By: jhi on 2001/04/05 23:11:23
22013 Log: Slight doc tweak.
22015 ! pod/perlunicode.pod
22016 ____________________________________________________________________________
22017 [ 9581] By: jhi on 2001/04/05 23:04:11
22018 Log: Integrate perlio.
22020 !> pod/perlunicode.pod
22021 ____________________________________________________________________________
22022 [ 9580] By: jhi on 2001/04/05 23:03:29
22023 Log: Test for #9579.
22026 ____________________________________________________________________________
22027 [ 9579] By: jhi on 2001/04/05 22:54:17
22028 Log: Subject: [PATCH] Propagate calling context for do '...'
22029 From: Gisle Aas <gisle@ActiveState.com>
22030 Date: 04 Apr 2001 20:17:29 -0700
22031 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
22033 ! pod/perlfunc.pod pp_ctl.c
22034 ____________________________________________________________________________
22035 [ 9578] By: jhi on 2001/04/05 22:52:51
22036 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
22037 From: Peter Prymmer <pvhp@forte.com>
22038 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
22039 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
22042 ____________________________________________________________________________
22043 [ 9577] By: jhi on 2001/04/05 22:48:22
22044 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
22045 From: "Craig A. Berry" <craigberry@mac.com>
22046 Date: Thu, 5 Apr 2001 13:43:28 -0500
22047 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
22050 ____________________________________________________________________________
22051 [ 9576] By: jhi on 2001/04/05 22:31:38
22052 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
22053 From: Michael G Schwern <schwern@pobox.com>
22054 Date: Thu, 5 Apr 2001 21:53:21 +0100
22055 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
22057 ! lib/base.pm t/lib/fields.t
22058 ____________________________________________________________________________
22059 [ 9575] By: jhi on 2001/04/05 22:26:10
22060 Log: FreeBSD hints tweak from Anton Berezin.
22063 ____________________________________________________________________________
22064 [ 9574] By: jhi on 2001/04/05 22:24:03
22065 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
22066 From: David Dyck <dcd@tc.fluke.com>
22067 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
22068 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
22071 ____________________________________________________________________________
22072 [ 9573] By: jhi on 2001/04/05 22:23:06
22073 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
22074 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
22075 From: David Dyck <dcd@tc.fluke.com>
22076 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
22079 ____________________________________________________________________________
22080 [ 9572] By: jhi on 2001/04/05 22:14:47
22081 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
22082 From: Robin Houston <robin@kitsite.com>
22083 Date: Thu, 5 Apr 2001 20:56:48 +0100
22084 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
22086 ! ext/B/B/Deparse.pm
22087 ____________________________________________________________________________
22088 [ 9571] By: jhi on 2001/04/05 22:12:53
22089 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
22090 From: Robin Houston <robin@kitsite.com>
22091 Date: Thu, 5 Apr 2001 19:55:51 +0100
22092 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
22094 ! ext/B/B/Deparse.pm
22095 ____________________________________________________________________________
22096 [ 9570] By: jhi on 2001/04/05 22:11:06
22097 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
22098 From: Robin Houston <robin@kitsite.com>
22099 Date: Thu, 5 Apr 2001 20:16:29 +0100
22100 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
22102 ! ext/B/B/Deparse.pm
22103 ____________________________________________________________________________
22104 [ 9569] By: nick on 2001/04/05 21:32:26
22105 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
22107 ! pod/perlunicode.pod
22108 ____________________________________________________________________________
22109 [ 9568] By: nick on 2001/04/05 19:38:09
22110 Log: Integrate mainline
22112 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
22113 !> (integrate 35 files)
22114 ____________________________________________________________________________
22115 [ 9567] By: jhi on 2001/04/05 18:31:45
22116 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
22117 From: Robin Houston <robin@kitsite.com>
22118 Date: Thu, 5 Apr 2001 18:03:23 +0100
22119 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
22121 ! ext/B/B/Deparse.pm
22122 ____________________________________________________________________________
22123 [ 9566] By: jhi on 2001/04/05 18:29:35
22124 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
22125 From: Robin Houston <robin@kitsite.com>
22126 Date: Thu, 5 Apr 2001 16:45:18 +0100
22127 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
22129 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
22130 ____________________________________________________________________________
22131 [ 9565] By: jhi on 2001/04/05 18:24:23
22132 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
22133 From: Robin Houston <robin@kitsite.com>
22134 Date: Thu, 5 Apr 2001 14:50:09 +0100
22135 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
22137 ! ext/B/B/Deparse.pm
22138 ____________________________________________________________________________
22139 [ 9564] By: jhi on 2001/04/05 18:23:03
22140 Log: Subject: [PATCH B::*] print control-character vars readably
22141 From: Robin Houston <robin@kitsite.com>
22142 Date: Thu, 5 Apr 2001 14:27:38 +0100
22143 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
22145 Needs EBCDICification.
22147 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
22149 ____________________________________________________________________________
22150 [ 9563] By: jhi on 2001/04/05 18:20:32
22151 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
22152 Date: Thu, 5 Apr 2001 13:21:42 -0400
22153 From: Paul Schinder <schinder@pobox.com>
22154 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
22156 Mac OS X (Darwin) has extra pwent fields.
22159 ____________________________________________________________________________
22160 [ 9562] By: jhi on 2001/04/05 17:57:51
22164 ____________________________________________________________________________
22165 [ 9561] By: jhi on 2001/04/05 17:47:33
22166 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
22169 Branch: metaconfig/U/perl
22171 ! d_cmsghdr_s.U d_msghdr_s.U
22172 ____________________________________________________________________________
22173 [ 9560] By: jhi on 2001/04/05 17:47:01
22174 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
22175 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
22176 Introduce probes for struct msghdr, struct cmsghdr,
22177 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
22178 ualarm, usleep, for possible later extension work.
22180 + t/lib/md5-align.t
22181 ! Configure MANIFEST Porting/Glossary Porting/config.sh
22182 ! Porting/config_H config_h.SH configure.com epoc/config.sh
22183 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
22184 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22185 ! vos/config.ga.h win32/config.bc win32/config.gc
22187 ____________________________________________________________________________
22188 [ 9559] By: jhi on 2001/04/05 13:03:04
22189 Log: Be traditional in your cpp (for the Errno extension).
22192 ____________________________________________________________________________
22193 [ 9558] By: jhi on 2001/04/05 13:00:05
22194 Log: Add $Config{cppflags} to the gcc incantation.
22196 ! ext/Errno/Errno_pm.PL
22197 ____________________________________________________________________________
22198 [ 9557] By: jhi on 2001/04/05 04:22:39
22199 Log: Introduce Sean Burke's Class::ISA 0.32.
22201 + lib/Class/ISA.pm t/lib/class-isa.t
22203 ____________________________________________________________________________
22204 [ 9556] By: jhi on 2001/04/05 04:09:50
22205 Log: Subject: [PATCH AUTHORS] Housekeeping
22206 From: Paul Johnson <paul@pjcj.net>
22207 Date: Wed, 4 Apr 2001 22:45:47 +0200
22208 Message-ID: <20010404224547.D9548@pjcj.net>
22211 ____________________________________________________________________________
22212 [ 9555] By: jhi on 2001/04/05 04:06:33
22213 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
22214 From: Gisle Aas <gisle@ActiveState.com>
22215 Date: 04 Apr 2001 14:23:04 -0700
22216 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
22219 ____________________________________________________________________________
22220 [ 9554] By: jhi on 2001/04/05 04:05:49
22221 Log: Downgrade also the "Wide character" diagnostic.
22224 ____________________________________________________________________________
22225 [ 9553] By: jhi on 2001/04/05 04:00:33
22226 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
22227 maintperl into mainline.
22229 "double" should be "NV"; standard typemap is missing entry
22234 Downgrade "Wide character in print" to a warning.
22236 B::Deparse fix for ${^FOO} and documentation for PVX() method
22237 (from Robin Houston)
22239 tr/// doesn't null-terminate the result in some situations
22242 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
22243 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
22244 !> t/io/utf8.t t/op/tr.t
22245 ____________________________________________________________________________
22246 [ 9552] By: jhi on 2001/04/05 03:52:50
22247 Log: Retract changes #9542 and #9538 (from maintperl, integrated
22248 at #9540), shouldn't be needed because of the perlio changes.
22251 ____________________________________________________________________________
22252 [ 9551] By: gsar on 2001/04/05 00:18:34
22253 Log: tr/// doesn't null-terminate the result in some situations
22255 Branch: maint-5.6/perl
22257 ____________________________________________________________________________
22258 [ 9550] By: gsar on 2001/04/04 20:04:17
22259 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
22260 (from Robin Houston)
22261 Branch: maint-5.6/perl
22262 ! ext/B/B.pm ext/B/B/Deparse.pm
22263 ____________________________________________________________________________
22264 [ 9549] By: nick on 2001/04/04 18:56:15
22265 Log: Downgrade "Wide character in print" to a warning.
22267 ! doio.c t/io/utf8.t
22268 ____________________________________________________________________________
22269 [ 9548] By: gsar on 2001/04/04 18:51:49
22270 Log: integrate changes#9460,9462,9482,9521,9522
22272 Subject: PATCH: B::Debug should show LOOP-specific fields
22274 Subject: B::Deparse precedence bug. (Patch included.)
22276 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
22278 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
22280 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
22281 Branch: maint-5.6/perl
22282 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
22283 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
22284 ____________________________________________________________________________
22285 [ 9547] By: gsar on 2001/04/04 18:49:16
22287 Branch: maint-5.6/perl
22288 ! ext/Thread/Thread.xs
22289 ____________________________________________________________________________
22290 [ 9546] By: nick on 2001/04/04 18:44:00
22291 Log: Integrate mainline.
22293 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
22294 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
22295 ____________________________________________________________________________
22296 [ 9545] By: gsar on 2001/04/04 18:38:52
22297 Log: integrate change#8837 from mainline
22299 Subject: [patch] -Wall cleanup round 2
22300 Branch: maint-5.6/perl
22301 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22302 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22303 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
22304 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22305 !> ext/SDBM_File/SDBM_File.xs
22306 ____________________________________________________________________________
22307 [ 9544] By: gsar on 2001/04/04 17:49:57
22308 Log: "double" should be "NV"; standard typemap is missing entry
22310 Branch: maint-5.6/perl
22311 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
22312 ____________________________________________________________________________
22313 [ 9543] By: jhi on 2001/04/04 14:13:18
22314 Log: Thou shalt not (just) match for English error messages.
22316 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
22317 ! os2/OS2/Process/Process.pm
22318 ____________________________________________________________________________
22319 [ 9542] By: jhi on 2001/04/04 13:20:39
22320 Log: Make the stdio tricks of fflush_all() to exist only if
22321 stdio is being used.
22324 ____________________________________________________________________________
22325 [ 9541] By: jhi on 2001/04/04 04:20:24
22326 Log: Subject: Re: [PATCH] Lighten up glob
22327 From: Benjamin Sugars <bsugars@canoe.ca>
22328 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
22329 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
22331 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
22333 ____________________________________________________________________________
22334 [ 9540] By: jhi on 2001/04/04 04:03:57
22335 Log: Integrate changes #9538,9539 from maintperl into mainline.
22337 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22338 for use with _fwalk() (fix for change#7705)
22340 another tweak needed for SunOS 4.1.x build (from Mike Guy)
22341 (cp -f is not portable)
22343 !> Makefile.SH util.c
22344 ____________________________________________________________________________
22345 [ 9539] By: gsar on 2001/04/04 03:01:14
22346 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
22347 Branch: maint-5.6/perl
22349 ____________________________________________________________________________
22350 [ 9538] By: gsar on 2001/04/04 01:00:38
22351 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22352 for use with _fwalk() (fix for change#7705)
22353 Branch: maint-5.6/perl
22355 ____________________________________________________________________________
22356 [ 9537] By: nick on 2001/04/03 19:24:55
22357 Log: Integrate mainline
22359 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
22360 +> lib/unicode/PropList.html
22361 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
22362 !> (integrate 69 files)
22363 ____________________________________________________________________________
22364 [ 9536] By: jhi on 2001/04/03 18:02:31
22365 Log: Integrate change #9533 from maintperl into mainline.
22367 better fix for change#9517 to accomodate UNC paths like
22368 \\server\share\foo, and paths with trailing backslash
22371 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22372 ____________________________________________________________________________
22373 [ 9535] By: jhi on 2001/04/03 17:58:07
22374 Log: Change the push/unshift warning to be of class syntax, not misc.
22376 ! op.c pod/perldiag.pod t/pragma/warn/op
22377 ____________________________________________________________________________
22378 [ 9534] By: jhi on 2001/04/03 15:03:46
22379 Log: Change the push/unshift warning (#9532) to talk about "no values"
22380 instead of "no arguments".
22382 ! op.c pod/perldiag.pod t/pragma/warn/op
22383 ____________________________________________________________________________
22384 [ 9533] By: gsar on 2001/04/03 14:30:07
22385 Log: better fix for change#9517 to accomodate UNC paths like
22386 \\server\share\foo, and paths with trailing backslash
22388 Branch: maint-5.6/perl
22389 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22390 ____________________________________________________________________________
22391 [ 9532] By: jhi on 2001/04/03 13:11:46
22392 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
22393 From: Robin Houston <robin@kitsite.com>
22394 Date: Mon, 2 Apr 2001 15:03:29 +0100
22395 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
22397 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
22398 ____________________________________________________________________________
22399 [ 9531] By: jhi on 2001/04/03 13:06:34
22400 Log: Integrate change #9530 from maintperl into mainline.
22402 accomodate VMS "mailbox overflow" quirk in testsuite (from
22406 ____________________________________________________________________________
22407 [ 9530] By: gsar on 2001/04/03 04:56:41
22408 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
22410 Branch: maint-5.6/perl
22412 ____________________________________________________________________________
22413 [ 9529] By: jhi on 2001/04/03 02:34:34
22414 Log: Update Changes.
22416 ! Changes patchlevel.h
22417 ____________________________________________________________________________
22418 [ 9528] By: jhi on 2001/04/03 01:27:57
22419 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
22420 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
22421 To: perl5-porters@perl.org
22422 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
22425 ____________________________________________________________________________
22426 [ 9527] By: jhi on 2001/04/03 01:22:09
22427 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
22428 From: Peter Prymmer <pvhp@forte.com>
22429 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
22430 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
22432 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
22433 ____________________________________________________________________________
22434 [ 9526] By: jhi on 2001/04/03 01:18:25
22435 Log: The metaconfig unit changes for #9525.
22437 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
22438 Branch: metaconfig/U/perl
22440 ____________________________________________________________________________
22441 [ 9525] By: jhi on 2001/04/03 01:17:30
22442 Log: Configure sanity checks:
22443 * if use64bitall is attempted but pointers are only 32-bit,
22444 'downgrade' to use64bitint
22445 * if use64bitint is attempted but there's no quad type,
22446 forget about use64bitint (well, the default for it is 'n',
22447 the user can still override this)
22448 * if pointers are 64 bits, do not try to use Perl's malloc
22451 ____________________________________________________________________________
22452 [ 9524] By: gsar on 2001/04/03 01:09:12
22453 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
22454 Branch: maint-5.6/perl
22456 ____________________________________________________________________________
22457 [ 9523] By: jhi on 2001/04/03 00:02:31
22458 Log: (Retracted by #9609)
22460 Make it harder for parallel makes to enter 'test' before
22461 Dynaloader and File::Glob are happy. (In principle 'make_ext'
22462 should be unhappy enough, but sometimes parallel makes seem
22463 to sneak past both in Tru64 and AIX.)
22466 ____________________________________________________________________________
22467 [ 9522] By: jhi on 2001/04/02 22:35:31
22468 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
22469 Date: Mon, 2 Apr 2001 22:54:10 +0100
22470 From: Robin Houston <robin@kitsite.com>
22471 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
22473 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
22474 ____________________________________________________________________________
22475 [ 9521] By: jhi on 2001/04/02 22:32:23
22476 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
22477 From: Robin Houston <robin@kitsite.com>
22478 Date: Mon, 2 Apr 2001 20:24:03 +0100
22479 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
22481 ! ext/B/B/Concise.pm
22482 ____________________________________________________________________________
22483 [ 9520] By: jhi on 2001/04/02 22:30:43
22484 Log: Subject: [PATCH] REALLY pedantic hv.h nit
22485 From: Simon Cozens <simon@netthink.co.uk>
22486 Date: Mon, 2 Apr 2001 15:43:06 +0100
22487 Message-ID: <20010402154306.A21711@netthink.co.uk>
22490 ____________________________________________________________________________
22491 [ 9519] By: jhi on 2001/04/02 22:28:04
22494 Subject: [foolperl] EPOC fix
22495 From: Olaf Flebbe <O.Flebbe@science-computing.de>
22496 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
22497 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
22500 ____________________________________________________________________________
22501 [ 9518] By: jhi on 2001/04/02 22:22:34
22502 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
22504 README.win32 tweaks; add a note about alternative location for
22505 getting a gcc-2.95.2 that will build perl properly on windows
22507 add some notes about gutsy threading matters
22509 many of the utilities interpolate literal paths within doublequotes
22510 (fails on dosish platforms where path contains backslashes)
22512 !> README.win32 pod/perlguts.pod utils/perldoc.PL
22513 !> x2p/find2perl.PL x2p/s2p.PL
22514 ____________________________________________________________________________
22515 [ 9517] By: gsar on 2001/04/02 19:52:21
22516 Log: many of the utilities interpolate literal paths within doublequotes
22517 (fails on dosish platforms where path contains backslashes)
22518 Branch: maint-5.6/perl
22519 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22520 ____________________________________________________________________________
22521 [ 9516] By: gsar on 2001/04/02 05:49:37
22522 Log: a foolish release
22523 Branch: maint-5.6/perl
22524 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
22526 ____________________________________________________________________________
22527 [ 9515] By: gsar on 2001/04/02 05:04:29
22528 Log: add missing changelog summaries
22529 Branch: maint-5.6/perl
22531 ____________________________________________________________________________
22532 [ 9514] By: gsar on 2001/04/02 04:07:13
22533 Log: add some notes about gutsy threading matters
22534 Branch: maint-5.6/perl
22536 ____________________________________________________________________________
22537 [ 9513] By: gsar on 2001/04/02 03:25:21
22538 Log: add more prominent caveat notices about experimental features
22539 Branch: maint-5.6/perl
22540 ! pod/perlfork.pod pod/perlunicode.pod
22541 ____________________________________________________________________________
22542 [ 9512] By: gsar on 2001/04/02 02:54:33
22543 Log: integrate changes#9479,9509 from mainline
22545 [PATCH] File::Glob stuff for Mac OS
22547 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
22548 Branch: maint-5.6/perl
22549 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22550 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
22551 !> t/lib/glob-taint.t
22552 ____________________________________________________________________________
22553 [ 9511] By: gsar on 2001/04/02 02:38:24
22554 Log: README.win32 tweaks; add a note about alternative location for
22555 getting a gcc-2.95.2 that will build perl properly on windows
22556 Branch: maint-5.6/perl
22558 ____________________________________________________________________________
22559 [ 9510] By: jhi on 2001/04/01 20:45:10
22560 Log: An ambiguosity warning.
22563 ____________________________________________________________________________
22564 [ 9509] By: jhi on 2001/04/01 19:53:47
22565 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
22566 From: Jonathan Stowe <gellyfish@gellyfish.com>
22567 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
22568 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
22570 ! ext/File/Glob/bsd_glob.c
22571 ____________________________________________________________________________
22572 [ 9508] By: jhi on 2001/04/01 19:35:03
22573 Log: Update Changes.
22575 ! Changes patchlevel.h
22576 ____________________________________________________________________________
22577 [ 9507] By: jhi on 2001/04/01 19:24:01
22578 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
22579 from mainline to maintperl: pod tweaks.
22580 Branch: maint-5.6/perl
22581 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
22582 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
22584 ____________________________________________________________________________
22585 [ 9506] By: jhi on 2001/04/01 19:11:53
22586 Log: Commit Sarathy to April release of 5.6.1 :-)
22589 ____________________________________________________________________________
22590 [ 9505] By: jhi on 2001/04/01 19:03:15
22591 Log: Subject: PATCH 5.6.0 (perldebug.pod)
22592 From: Mark-Jason Dominus <mjd@plover.com>
22593 Date: Sun, 01 Apr 2001 14:25:11 -0400
22594 Message-ID: <20010401182511.9247.qmail@plover.com>
22596 ! pod/perldebug.pod
22597 ____________________________________________________________________________
22598 [ 9504] By: jhi on 2001/04/01 18:43:09
22599 Log: Add great_circle_direction().
22601 ! lib/Math/Trig.pm t/lib/trig.t
22602 ____________________________________________________________________________
22603 [ 9503] By: jhi on 2001/04/01 17:29:12
22604 Log: Unicode ReadMe update for Unicode 3.1.
22606 ! lib/unicode/ReadMe.txt
22607 ____________________________________________________________________________
22608 [ 9502] By: jhi on 2001/04/01 17:18:40
22609 Log: Integrate change #9501 from maintperl into mainline.
22611 fix the perlembed notes on multiple interpreters
22613 fix ExtUtils::Embed to work passably on Windows
22615 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
22616 ____________________________________________________________________________
22617 [ 9501] By: gsar on 2001/04/01 07:21:57
22618 Log: fix the perlembed notes on multiple interpreters
22620 fix ExtUtils::Embed to work passably on Windows
22621 Branch: maint-5.6/perl
22622 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
22623 ____________________________________________________________________________
22624 [ 9500] By: jhi on 2001/04/01 05:58:23
22625 Log: Test for #9499.
22628 ____________________________________________________________________________
22629 [ 9499] By: jhi on 2001/04/01 05:55:46
22630 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
22632 ! embed.h embed.pl op.c proto.h
22633 ____________________________________________________________________________
22634 [ 9498] By: jhi on 2001/04/01 05:44:34
22635 Log: Protect the workaround hunk more.
22638 ____________________________________________________________________________
22639 [ 9497] By: jhi on 2001/04/01 00:24:25
22640 Log: Integrate changes #9493,9494,9495,9496 from maintperl
22643 fix a broken workaround for Borland compiler in change#4739
22644 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
22646 nits spotted by Borland compiler
22648 avoid redefinition warnings under Borland 5.02
22650 various nits identified by the Borland 5.5 compiler; remove suppression
22653 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
22655 ____________________________________________________________________________
22656 [ 9496] By: gsar on 2001/03/31 23:22:28
22657 Log: various nits identified by the Borland 5.5 compiler; remove suppression
22659 Branch: maint-5.6/perl
22660 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
22661 ____________________________________________________________________________
22662 [ 9495] By: gsar on 2001/03/31 21:03:08
22663 Log: avoid redefinition warnings under Borland 5.02
22664 Branch: maint-5.6/perl
22665 ! win32/makefile.mk
22666 ____________________________________________________________________________
22667 [ 9494] By: gsar on 2001/03/31 20:18:59
22668 Log: nits spotted by Borland compiler
22669 Branch: maint-5.6/perl
22670 ! utf8.h win32/win32.h
22671 ____________________________________________________________________________
22672 [ 9493] By: gsar on 2001/03/31 20:18:05
22673 Log: fix a broken workaround for Borland compiler in change#4739
22674 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
22675 Branch: maint-5.6/perl
22677 ____________________________________________________________________________
22678 [ 9492] By: jhi on 2001/03/31 18:36:24
22679 Log: Integrate change #9491 from maintperl into mainline.
22681 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
22682 directory is relative (need to fetch the full path name *before*
22686 ____________________________________________________________________________
22687 [ 9491] By: gsar on 2001/03/31 17:01:56
22688 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
22689 directory is relative (need to fetch the full path name *before*
22692 this is a followup patch for change#6749
22693 Branch: maint-5.6/perl
22695 ____________________________________________________________________________
22696 [ 9490] By: jhi on 2001/03/31 15:50:18
22697 Log: Subject: Re: [PATCH] av.h cosmetics
22698 From: Simon Cozens <simon@netthink.co.uk>
22699 Date: Sat, 31 Mar 2001 13:09:59 +0100
22700 Message-ID: <20010331130959.A22000@netthink.co.uk>
22705 ____________________________________________________________________________
22706 [ 9489] By: jhi on 2001/03/31 15:48:44
22707 Log: Subject: [PATCH] Re: Math::Big* v1.21
22708 From: Tels <perl_dummy@bloodgate.com>
22709 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
22710 Message-Id: <200103311125.GAA377738@www08.hway.net>
22713 ____________________________________________________________________________
22714 [ 9488] By: jhi on 2001/03/31 03:39:51
22715 Log: Debug output tweak.
22718 ____________________________________________________________________________
22719 [ 9487] By: jhi on 2001/03/31 03:33:02
22720 Log: OverVMSification.
22723 ____________________________________________________________________________
22724 [ 9486] By: jhi on 2001/03/31 03:01:40
22725 Log: Missed MANIFESTations in #9483.
22728 ____________________________________________________________________________
22729 [ 9485] By: jhi on 2001/03/31 02:58:17
22730 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
22731 From: Peter Prymmer <pvhp@forte.com>
22732 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
22733 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
22735 ! regexec.c t/lib/cwd.t
22736 ____________________________________________________________________________
22737 [ 9484] By: jhi on 2001/03/31 01:04:41
22738 Log: Obsolete file (see #3938)
22740 - lib/unicode/README.Ethiopic
22742 ____________________________________________________________________________
22743 [ 9483] By: jhi on 2001/03/31 00:52:42
22744 Log: Update to Unicode 3.1.
22745 (Rename Names.txt to NamesList.txt.)
22747 + lib/unicode/NamesList.txt lib/unicode/PropList.html
22748 - lib/unicode/Names.txt
22749 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
22750 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
22751 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
22752 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
22753 ! lib/unicode/UCD.html lib/unicode/Unicode.html
22754 ! lib/unicode/rename lib/unicode/version
22755 ____________________________________________________________________________
22756 [ 9482] By: jhi on 2001/03/30 23:33:44
22757 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
22758 From: Robin Houston <robin@kitsite.com>
22759 Date: Fri, 30 Mar 2001 20:07:22 +0100
22760 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
22762 ! ext/B/B/Deparse.pm
22763 ____________________________________________________________________________
22764 [ 9481] By: jhi on 2001/03/30 23:20:25
22765 Log: Subject: Re: [PATCH] CwdXS, Take 2
22766 From: Benjamin Sugars <bsugars@canoe.ca>
22767 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
22768 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
22770 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
22771 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
22772 ____________________________________________________________________________
22773 [ 9480] By: jhi on 2001/03/30 22:52:38
22774 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
22775 From: David Dyck <dcd@tc.fluke.com>
22776 Date: Fri, 30 Mar 2001 14:44:13 -0800
22777 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
22779 The t/rantests flags file creation was accidentally
22783 ____________________________________________________________________________
22784 [ 9479] By: jhi on 2001/03/30 22:45:45
22785 Log: Subject: [PATCH] File::Glob stuff for Mac OS
22786 From: Chris Nandor <pudge@pobox.com>
22787 Date: Fri, 30 Mar 2001 16:51:00 -0500
22788 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
22790 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22791 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
22792 ! t/lib/glob-taint.t
22793 ____________________________________________________________________________
22794 [ 9478] By: jhi on 2001/03/30 22:43:12
22795 Log: Subject: fix for win32/buildext.pl
22796 From: "Vadim Konovalov" <watman@inbox.ru>
22797 Date: Sat, 31 Mar 2001 00:50:36 +0400
22798 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
22800 ! win32/buildext.pl
22801 ____________________________________________________________________________
22802 [ 9477] By: jhi on 2001/03/30 22:41:16
22803 Log: Subject: small base.pm doc patch
22804 From: Leon Brocard <acme@astray.com>
22805 Date: Fri, 30 Mar 2001 21:49:57 +0100
22806 Message-ID: <20010330214957.B8733@ns0.astray.com>
22809 ____________________________________________________________________________
22810 [ 9476] By: jhi on 2001/03/30 18:16:57
22811 Log: Subject: [PATCH] av.h cosmetics
22812 From: Simon Cozens <simon@netthink.co.uk>
22813 Date: Fri, 30 Mar 2001 18:12:28 +0100
22814 Message-ID: <20010330181228.A9319@netthink.co.uk>
22817 ____________________________________________________________________________
22818 [ 9475] By: jhi on 2001/03/30 18:15:50
22819 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
22820 From: "Philip Newton" <pnewton@gmx.de>
22821 Date: Fri, 30 Mar 2001 19:06:57 +0200
22822 Message-ID: <3AC4D951.14815.1AC7068@localhost>
22825 ____________________________________________________________________________
22826 [ 9474] By: jhi on 2001/03/30 18:14:02
22827 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
22828 From: Benjamin Sugars <bsugars@canoe.ca>
22829 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
22830 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
22832 ! t/lib/glob-basic.t
22833 ____________________________________________________________________________
22834 [ 9473] By: jhi on 2001/03/30 16:09:24
22835 Log: Update Changes.
22837 ! Changes patchlevel.h
22838 ____________________________________________________________________________
22839 [ 9472] By: jhi on 2001/03/30 15:16:08
22840 Log: Integrate perlio.
22842 !> t/lib/cwd.t t/lib/glob-basic.t
22843 ____________________________________________________________________________
22844 [ 9471] By: nick on 2001/03/30 14:47:10
22845 Log: Should be (^O eq 'MSWin32') not 'Win32'
22846 Fail #12 seems real - chdir is in wrong dir.
22849 ____________________________________________________________________________
22850 [ 9470] By: jhi on 2001/03/30 14:41:11
22851 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
22852 From: Radu Greab <radu@netsoft.ro>
22853 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
22854 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
22858 ! ext/Socket/Socket.xs pp_sys.c
22859 ____________________________________________________________________________
22860 [ 9469] By: jhi on 2001/03/30 14:37:51
22861 Log: Subject: PATCH pod/perldiag.pod
22862 From: Robin Houston <robin@kitsite.com>
22863 Date: Fri, 30 Mar 2001 14:10:36 +0100
22864 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
22866 ! pod/perldiag.pod t/lib/glob-basic.t
22867 ____________________________________________________________________________
22868 [ 9468] By: jhi on 2001/03/30 14:36:36
22869 Log: Subject: Better diagnostic in io/fs.t
22870 From: andreas.koenig@anima.de (Andreas J. Koenig)
22871 Date: 30 Mar 2001 10:11:43 +0200
22872 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
22875 ____________________________________________________________________________
22876 [ 9467] By: nick on 2001/03/30 14:25:43
22877 Log: Skip order test of glob if case-ignoring system cannot
22878 create a.test and A.test
22880 ! t/lib/glob-basic.t
22881 ____________________________________________________________________________
22882 [ 9466] By: nick on 2001/03/30 13:03:12
22883 Log: Integrate mainline.
22885 - ext/re/hints/aix.pl
22886 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
22887 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
22888 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
22889 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
22890 ____________________________________________________________________________
22891 [ 9465] By: jhi on 2001/03/30 03:53:37
22892 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
22893 the tests sometimes hang, sometimes not.)
22895 ! t/lib/io_multihomed.t t/lib/io_sock.t
22896 ____________________________________________________________________________
22897 [ 9464] By: jhi on 2001/03/30 02:56:04
22898 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
22899 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22900 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
22901 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
22904 ____________________________________________________________________________
22905 [ 9463] By: jhi on 2001/03/30 02:34:48
22906 Log: Test for #9462.
22909 ____________________________________________________________________________
22910 [ 9462] By: jhi on 2001/03/30 02:29:37
22911 Log: Subject: B::Deparse precedence bug. (Patch included.)
22912 From: Jeremy Madea <jmadea@inktomi.com>
22913 Date: Thu, 29 Mar 2001 12:05:02 -0800
22914 Message-ID: <20010329120502.A24881@dr.inktomi.com>
22916 ! ext/B/B/Deparse.pm
22917 ____________________________________________________________________________
22918 [ 9461] By: jhi on 2001/03/30 02:18:41
22919 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
22920 From: Peter Prymmer <pvhp@forte.com>
22921 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
22922 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
22924 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
22926 ____________________________________________________________________________
22927 [ 9460] By: jhi on 2001/03/30 02:17:07
22928 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
22929 From: Robin Houston <robin@kitsite.com>
22930 Date: Thu, 29 Mar 2001 20:47:56 +0100
22931 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
22934 ____________________________________________________________________________
22935 [ 9459] By: jhi on 2001/03/30 02:16:05
22936 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
22937 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
22938 Date: Wed, 28 Mar 2001 18:02:20 -0600
22939 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
22941 ! lib/ExtUtils/MM_VMS.pm
22942 ____________________________________________________________________________
22943 [ 9458] By: jhi on 2001/03/30 02:07:58
22944 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
22945 From: "Joshua E. Rodd" <jrodd@pbs.org>
22946 Date: Wed, 28 Mar 2001 17:29:12 -0500
22947 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
22950 ____________________________________________________________________________
22951 [ 9457] By: jhi on 2001/03/30 02:04:33
22952 Log: Subject: ext/re/aix.pl can go
22953 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22954 Date: Thu, 29 Mar 2001 12:03:28 +0200
22955 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
22957 - ext/re/hints/aix.pl
22959 ____________________________________________________________________________
22960 [ 9456] By: jhi on 2001/03/30 02:03:32
22961 Log: Integrate perlio.
22963 !> ext/Encode/Encode.xs installperl
22964 ____________________________________________________________________________
22965 [ 9455] By: nick on 2001/03/29 21:11:46
22966 Log: DLL name has changed so installperl needs to know
22967 (Why isn't it working it out or passed it?)
22970 ____________________________________________________________________________
22971 [ 9454] By: nick on 2001/03/29 20:56:12
22972 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
22973 and we don't get undef warnings.
22975 ! ext/Encode/Encode.xs
22976 ____________________________________________________________________________
22977 [ 9453] By: nick on 2001/03/29 17:58:48
22978 Log: Integrate mainline
22980 !> Changes patchlevel.h
22981 ____________________________________________________________________________
22982 [ 9452] By: jhi on 2001/03/29 16:44:55
22983 Log: Update Changes.
22985 ! Changes patchlevel.h
22986 ____________________________________________________________________________
22987 [ 9451] By: nick on 2001/03/29 16:31:38
22988 Log: Integrate mainline
22990 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
22991 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
22992 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
22993 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
22994 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
22995 ____________________________________________________________________________
22996 [ 9450] By: jhi on 2001/03/29 16:29:17
22997 Log: Integrate perlio.
22999 !> win32/buildext.pl
23000 ____________________________________________________________________________
23001 [ 9449] By: jhi on 2001/03/29 15:50:01
23002 Log: Update Changes.
23004 ! Changes patchlevel.h
23005 ____________________________________________________________________________
23006 [ 9448] By: nick on 2001/03/29 15:47:15
23007 Log: Make sure buildext.pl finds Errno.pm
23009 ! win32/buildext.pl
23010 ____________________________________________________________________________
23011 [ 9447] By: jhi on 2001/03/29 15:39:34
23012 Log: Integrate perlio.
23014 !> win32/makefile.mk
23015 ____________________________________________________________________________
23016 [ 9446] By: nick on 2001/03/29 15:30:03
23017 Log: Integrate win32/makefile.mk with mainline.
23019 !> win32/makefile.mk
23020 ____________________________________________________________________________
23021 [ 9445] By: nick on 2001/03/29 15:27:32
23022 Log: Fix breakage ...
23024 ! win32/makefile.mk
23025 ____________________________________________________________________________
23026 [ 9444] By: jhi on 2001/03/29 15:03:08
23027 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
23028 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23029 Date: Thu, 29 Mar 2001 10:32:59 +0400
23030 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
23032 ! win32/makefile.mk
23033 ____________________________________________________________________________
23034 [ 9443] By: jhi on 2001/03/29 15:02:12
23035 Log: Integrate perlio.
23037 +> win32/buildext.pl
23038 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
23039 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
23040 ____________________________________________________________________________
23041 [ 9442] By: nick on 2001/03/29 14:59:11
23042 Log: Work in progress - determine win32 extensions to build via script.
23044 + win32/buildext.pl
23045 ! MANIFEST win32/makefile.mk
23046 ____________________________________________________________________________
23047 [ 9441] By: jhi on 2001/03/29 14:51:47
23048 Log: Reintroduce the use of external pwd.
23051 ____________________________________________________________________________
23052 [ 9440] By: jhi on 2001/03/29 14:42:58
23053 Log: use warnings instead of -w.
23056 ____________________________________________________________________________
23057 [ 9439] By: jhi on 2001/03/29 14:41:52
23058 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
23059 From: Jonathan Stowe <gellyfish@gellyfish.com>
23060 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
23061 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
23064 ____________________________________________________________________________
23065 [ 9438] By: jhi on 2001/03/29 14:39:38
23066 Log: Subject: [PATCH perl@9424] minor pod nits
23067 From: Robin Barker <rmb1@cise.npl.co.uk>
23068 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
23069 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
23071 ! pod/perlhack.pod pod/perliol.pod
23072 ____________________________________________________________________________
23073 [ 9437] By: jhi on 2001/03/29 14:29:16
23074 Log: Subject: [PATCH perl@9424] typemap cast warning
23075 From: Robin Barker <rmb1@cise.npl.co.uk>
23076 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
23077 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
23079 ! lib/ExtUtils/typemap
23080 ____________________________________________________________________________
23081 [ 9436] By: jhi on 2001/03/29 14:26:03
23082 Log: Subject: [PATCH perl@9424] printf warning
23083 From: Robin Barker <rmb1@cise.npl.co.uk>
23084 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
23085 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
23087 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
23088 ! ext/Storable/Storable.xs toke.c
23089 ____________________________________________________________________________
23090 [ 9435] By: nick on 2001/03/29 14:23:31
23091 Log: Win32 has name conflict with ERROR
23093 ! ext/PerlIO/Via/Via.xs
23094 ____________________________________________________________________________
23095 [ 9434] By: jhi on 2001/03/29 14:17:48
23096 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
23097 From: Peter Prymmer <pvhp@forte.com>
23098 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
23099 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
23101 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
23102 ____________________________________________________________________________
23103 [ 9433] By: jhi on 2001/03/29 13:52:44
23104 Log: test-prep target was missing.
23107 ____________________________________________________________________________
23108 [ 9432] By: nick on 2001/03/29 12:40:03
23109 Log: Make as-shipped compiler default to MSVC6
23111 ! win32/makefile.mk
23112 ____________________________________________________________________________
23113 [ 9431] By: nick on 2001/03/29 12:12:16
23114 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
23115 akin to PerlIO::Scalar.
23117 ! perlio.c perlio.h
23118 ____________________________________________________________________________
23119 [ 9430] By: nick on 2001/03/29 10:56:35
23120 Log: Integrate mainline.
23122 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
23123 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
23124 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
23125 !> win32/makefile.mk win32/win32sck.c
23126 ____________________________________________________________________________
23127 [ 9429] By: nick on 2001/03/29 09:03:43
23128 Log: Noticed that two tests were skipped as perlio:: package
23129 isn't there any more. Changed the skip condition.
23130 Avoid core-dump if sv_utf8_upgrade() called on something
23131 that does not become SvPOK after SvPV() (e.g. a ref).
23133 ! sv.c t/io/utf8.t t/lib/io_scalar.t
23134 ____________________________________________________________________________
23135 [ 9428] By: jhi on 2001/03/29 01:31:47
23136 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
23137 From: Benjamin Sugars <bsugars@canoe.ca>
23138 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
23139 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
23141 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
23142 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
23143 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
23144 ____________________________________________________________________________
23145 [ 9427] By: jhi on 2001/03/29 00:49:30
23146 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
23147 From: "Vadim Konovalov" <watman@inbox.ru>
23148 Date: Thu, 29 Mar 2001 01:50:12 +0400
23149 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
23151 ! win32/makefile.mk win32/win32sck.c
23152 ____________________________________________________________________________
23153 [ 9426] By: gsar on 2001/03/29 00:28:04
23154 Log: dmake can only handle == and != in comparisons; support building
23155 with Borland's VCL libraries (from Vadim Konovalov)
23156 Branch: maint-5.6/perl
23157 ! win32/makefile.mk
23158 ____________________________________________________________________________
23159 [ 9425] By: nick on 2001/03/28 19:29:56
23160 Log: Integrate (@snapshot)
23162 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
23163 ____________________________________________________________________________
23164 [ 9424] By: jhi on 2001/03/28 19:03:16
23165 Log: Update Changes.
23167 ! Changes patchlevel.h
23168 ____________________________________________________________________________
23169 [ 9423] By: jhi on 2001/03/28 18:52:09
23170 Log: Rmdir lib/XS on cleanup.
23173 ____________________________________________________________________________
23174 [ 9422] By: jhi on 2001/03/28 18:49:34
23175 Log: Integrate perlio.
23177 !> t/op/utf8decode.t
23178 ____________________________________________________________________________
23179 [ 9421] By: nick on 2001/03/28 18:46:44
23180 Log: Loose duplicate chunk.
23182 ! t/op/utf8decode.t
23183 ____________________________________________________________________________
23184 [ 9420] By: nick on 2001/03/28 18:44:11
23185 Log: Integrate mainline.
23187 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
23189 ____________________________________________________________________________
23190 [ 9419] By: jhi on 2001/03/28 18:42:05
23191 Log: Can't trust external pwds
23192 (either shell builtins or external programs)
23195 ____________________________________________________________________________
23196 [ 9418] By: jhi on 2001/03/28 18:34:05
23197 Log: Integrate perlio.
23200 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
23201 !> t/op/utf8decode.t
23202 ____________________________________________________________________________
23203 [ 9417] By: nick on 2001/03/28 18:24:02
23204 Log: PerlIO.pm / perlio.pm conflict.
23206 Make t/op/utf8decode.t a text file.
23209 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
23210 ! t/op/utf8decode.t
23211 ____________________________________________________________________________
23212 [ 9416] By: jhi on 2001/03/28 18:06:07
23213 Log: Integrate change #9409 from mainline to maintperl.
23215 Yet another tweak on AIX dynaloading.
23216 Branch: maint-5.6/perl
23217 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23218 ____________________________________________________________________________
23219 [ 9415] By: gsar on 2001/03/28 17:13:01
23220 Log: integrate changes#9377,9385,9401 from mainline
23222 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23224 If directory entries compare equal case-insensitively,
23225 retry case-sensitively.
23227 Subject: [PATCH] B::Terse and warnings
23228 Branch: maint-5.6/perl
23229 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
23230 !> t/pragma/warn/perl
23231 ____________________________________________________________________________
23232 [ 9414] By: jhi on 2001/03/28 17:11:12
23233 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
23234 From: "Craig A. Berry" <craigberry@mac.com>
23235 Date: Wed, 28 Mar 2001 10:55:20 -0600
23236 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
23238 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
23239 ____________________________________________________________________________
23240 [ 9413] By: jhi on 2001/03/28 17:03:12
23243 ! t/op/utf8decode.t
23244 ____________________________________________________________________________
23245 [ 9412] By: jhi on 2001/03/28 17:02:36
23246 Log: Forced integrate from perlio.
23248 !> t/op/utf8decode.t
23249 ____________________________________________________________________________
23250 [ 9411] By: nick on 2001/03/28 16:50:03
23251 Log: Integrate mainline.
23254 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23255 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
23256 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
23257 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
23258 !> t/pragma/warn/perl
23259 ____________________________________________________________________________
23260 [ 9410] By: jhi on 2001/03/28 16:44:23
23261 Log: Subject: Re: [PATCH] 9403 cannot be tested
23262 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23263 Date: Wed, 28 Mar 2001 18:33:56 +0200
23264 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
23267 ____________________________________________________________________________
23268 [ 9409] By: jhi on 2001/03/28 16:12:45
23269 Log: Yet another tweak on AIX dynaloading.
23271 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23272 ____________________________________________________________________________
23273 [ 9408] By: jhi on 2001/03/28 15:52:55
23274 Log: Subject: [PATCH] 9403 cannot be tested
23275 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23276 Date: Wed, 28 Mar 2001 17:23:00 +0200
23277 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
23282 ____________________________________________________________________________
23283 [ 9407] By: jhi on 2001/03/28 15:47:43
23284 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
23286 ! t/op/utf8decode.t
23287 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23288 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
23289 ____________________________________________________________________________
23290 [ 9406] By: jhi on 2001/03/28 15:37:08
23291 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
23292 From: Benjamin Sugars <bsugars@canoe.ca>
23293 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
23294 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
23298 ____________________________________________________________________________
23299 [ 9405] By: jhi on 2001/03/28 15:13:18
23300 Log: pp_ne() needs a CORRECT boolean.
23303 ____________________________________________________________________________
23304 [ 9404] By: jhi on 2001/03/28 15:09:23
23305 Log: pp_ne() needs a boolean, not an integer.
23308 ____________________________________________________________________________
23309 [ 9403] By: jhi on 2001/03/28 14:47:43
23310 Log: (Retracted by #9404.)
23313 ____________________________________________________________________________
23314 [ 9402] By: jhi on 2001/03/28 14:43:59
23315 Log: Subject: Re: [PATCH] Typemap testing
23316 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23317 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
23318 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
23320 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23321 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
23322 ____________________________________________________________________________
23323 [ 9401] By: jhi on 2001/03/28 14:42:14
23324 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23325 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
23326 Date: Sun, 25 Mar 2001 21:59:15 +0100
23327 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
23329 A variable will be checked for the "use once" warnings if:
23331 1. It is in the scope of a use warnings 'once'
23332 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
23334 Otherwise it won't be checked at all.
23336 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
23338 The enclosed patch partially fixes this issue. What I didn't
23339 get to work was the case where the "used once" warning is enabled
23340 in any file other than the main file.
23342 ! gv.c t/pragma/warn/perl
23343 ____________________________________________________________________________
23344 [ 9400] By: nick on 2001/03/28 14:38:24
23345 Log: More EBCDIC tweaks:
23346 - one more swash issue &~(0xA0-1) did not do the right thing,
23347 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
23348 - add "use re 'asciirange'" to make [!-~] etc. work
23349 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
23350 - Choose a key for t/op/each.t test which gets encoded.
23351 - Skip utf8decode if this is UTF-EBCDIC.
23353 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23354 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
23355 ____________________________________________________________________________
23356 [ 9399] By: jhi on 2001/03/28 14:21:00
23357 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
23361 ____________________________________________________________________________
23362 [ 9398] By: jhi on 2001/03/28 00:55:56
23363 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
23364 From: David Dyck <dcd@tc.fluke.com>
23365 Date: Tue, 27 Mar 2001 15:16:24 -0800
23366 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
23368 ! ext/IO/lib/IO/Socket.pm
23369 ____________________________________________________________________________
23370 [ 9397] By: jhi on 2001/03/27 21:52:49
23371 Log: Integrate perlio.
23373 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23374 +> ext/PerlIO/Via/Via.xs
23375 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23376 ____________________________________________________________________________
23377 [ 9396] By: nick on 2001/03/27 21:45:13
23378 Log: Integrate mainline.
23380 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
23381 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
23382 ____________________________________________________________________________
23383 [ 9395] By: nick on 2001/03/27 21:18:58
23384 Log: Outline docs for PerlIO and PerlIO::Scalar
23386 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23387 ____________________________________________________________________________
23388 [ 9394] By: nick on 2001/03/27 20:50:13
23389 Log: PerlIO::Via layer (alpha-ish).
23391 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23392 + ext/PerlIO/Via/Via.xs
23394 ____________________________________________________________________________
23395 [ 9393] By: jhi on 2001/03/27 20:49:55
23396 Log: Retract #9329 now that 9390 should take care of the matter.
23399 ____________________________________________________________________________
23400 [ 9390] By: jhi on 2001/03/27 20:47:50
23401 Log: Subject: Autoloading Errno.pm when %! is encountered
23402 From: Robin Houston <robin@kitsite.com>
23403 Date: Tue, 27 Mar 2001 20:57:11 +0100
23404 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
23406 ! embed.h embed.pl gv.c proto.h t/op/magic.t
23407 ____________________________________________________________________________
23408 [ 9389] By: jhi on 2001/03/27 20:24:31
23409 Log: Integrate perlio.
23411 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23412 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
23414 ____________________________________________________________________________
23415 [ 9388] By: jhi on 2001/03/27 20:21:38
23416 Log: Better have a three-element array if one is going to assign
23417 to the third element of that array. (from Tim Jenness)
23419 ! ext/XS/Typemap/Typemap.xs
23420 ____________________________________________________________________________
23421 [ 9387] By: nick on 2001/03/27 20:15:43
23422 Log: Integrate mainline.
23424 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
23425 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23426 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
23427 +> t/lib/xs-typemap.t
23428 !> (integrate 34 files)
23429 ____________________________________________________________________________
23430 [ 9386] By: jhi on 2001/03/27 20:04:18
23431 Log: Subject: Re: perl@9359 breaks HTML::Parser
23432 From: Gisle Aas <gisle@ActiveState.com>
23433 Date: 27 Mar 2001 11:30:24 -0800
23434 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
23436 Clarify the UTF-8 issues of the API docs.
23437 (Slightly reworded and expanded.)
23439 ! pod/perlapi.pod sv.c sv.h
23440 ____________________________________________________________________________
23441 [ 9385] By: jhi on 2001/03/27 19:44:25
23442 Log: If directory entries compare equal case-insensitively,
23443 retry case-sensitively.
23445 ! ext/File/Glob/bsd_glob.c
23446 ____________________________________________________________________________
23447 [ 9384] By: nick on 2001/03/27 19:38:50
23448 Log: Various EBCDIC fixes:
23449 - major revelation that swash code is encoding aware,
23450 (or thought it was) - now it is ;-)
23451 - With that out of the way fix a slab of tr/// cases.
23452 - Fix Encode 'Unicode' to be true Unicode so tests pass.
23453 - As anticipated Base64.xs needed tweaks.
23454 - Until tr/// works right avoid old_encode64 in MIME tests.
23456 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23457 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
23458 ____________________________________________________________________________
23459 [ 9383] By: jhi on 2001/03/27 18:34:41
23460 Log: Add the std test suite BEGIN block.
23462 ! t/lib/xs-typemap.t
23463 ____________________________________________________________________________
23464 [ 9382] By: jhi on 2001/03/27 15:16:07
23465 Log: Add debugging output to the test.
23467 ! t/lib/glob-basic.t
23468 ____________________________________________________________________________
23469 [ 9381] By: jhi on 2001/03/27 15:08:10
23470 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
23472 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
23473 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23474 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
23475 + t/lib/xs-typemap.t
23477 ____________________________________________________________________________
23478 [ 9380] By: jhi on 2001/03/27 14:48:34
23479 Log: Subject: [PATCH] Typemap testing
23480 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23481 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
23482 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
23484 (The first part of the patch.)
23486 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
23487 ____________________________________________________________________________
23488 [ 9379] By: jhi on 2001/03/27 14:44:56
23489 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
23490 From: Benjamin Sugars <bsugars@canoe.ca>
23491 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
23492 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
23494 ! t/lib/glob-basic.t
23495 ____________________________________________________________________________
23496 [ 9378] By: jhi on 2001/03/27 14:42:30
23497 Log: Subject: [PATCH] perlvar nit
23498 From: Simon Cozens <simon@netthink.co.uk>
23499 Date: Tue, 27 Mar 2001 01:12:01 +0100
23500 Message-ID: <20010327011201.A19179@netthink.co.uk>
23503 ____________________________________________________________________________
23504 [ 9377] By: jhi on 2001/03/27 14:36:26
23505 Log: Subject: [PATCH] B::Terse and warnings
23506 From: Benjamin Sugars <ben.sugars@home.com>
23507 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
23508 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
23510 ! ext/B/B.pm ext/B/B/Terse.pm
23511 ____________________________________________________________________________
23512 [ 9376] By: jhi on 2001/03/27 14:31:31
23513 Log: Document sockatmark() some.
23515 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
23517 ____________________________________________________________________________
23518 [ 9375] By: jhi on 2001/03/27 14:00:24
23519 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
23520 noted by Gisle and fixed by NI-S.
23523 ____________________________________________________________________________
23524 [ 9374] By: jhi on 2001/03/27 05:50:01
23528 ____________________________________________________________________________
23529 [ 9373] By: jhi on 2001/03/27 05:43:51
23530 Log: Pixie documenting.
23532 ! Makefile.SH pod/perlhack.pod
23533 ____________________________________________________________________________
23534 [ 9372] By: jhi on 2001/03/27 05:29:34
23535 Log: Metaconfig unit changes for #9371.
23537 ! U/modified/myhostname.U
23538 Branch: metaconfig/U/perl
23541 ____________________________________________________________________________
23542 [ 9371] By: jhi on 2001/03/27 05:29:07
23543 Log: Add sockatmark() probing.
23545 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23546 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23547 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23548 ! vos/config.ga.h win32/config.bc win32/config.gc
23550 ____________________________________________________________________________
23551 [ 9370] By: jhi on 2001/03/26 22:01:18
23552 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
23553 Really need to benchmark this.
23556 ____________________________________________________________________________
23557 [ 9369] By: nick on 2001/03/26 21:59:30
23558 Log: Integrate mainline.
23560 ! ext/MIME/Base64/QuotedPrint.pm
23561 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
23562 !> patchlevel.h pod/perlhack.pod pp_sys.c
23563 ____________________________________________________________________________
23564 [ 9368] By: jhi on 2001/03/26 21:47:03
23565 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
23568 TODO2: le, lt, ge, gt? Yech.
23571 ____________________________________________________________________________
23572 [ 9367] By: jhi on 2001/03/26 21:34:57
23573 Log: Too much cut-and-paste in #9363.
23576 ____________________________________________________________________________
23577 [ 9366] By: jhi on 2001/03/26 21:20:53
23578 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
23579 From: Andreas Schwab <schwab@suse.de>
23580 Date: 26 Mar 2001 17:29:04 +0200
23581 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
23583 (The patch for 5.6.0 or so, this is a guess for bleadperl)
23586 ____________________________________________________________________________
23587 [ 9365] By: jhi on 2001/03/26 21:07:54
23588 Log: Integrate perlio.
23591 ____________________________________________________________________________
23592 [ 9364] By: nick on 2001/03/26 20:30:48
23593 Log: REFCNT botch in layer name cache hash.
23596 ____________________________________________________________________________
23597 [ 9363] By: jhi on 2001/03/26 18:44:32
23598 Log: Subject: [PATCH] socket() leaks file descriptors
23599 From: Benjamin Sugars <bsugars@canoe.ca>
23600 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
23601 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
23603 Also sockpair() fixed similarly.
23606 ____________________________________________________________________________
23607 [ 9362] By: jhi on 2001/03/26 18:37:52
23608 Log: Integrate perlio.
23610 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
23611 ____________________________________________________________________________
23612 [ 9361] By: nick on 2001/03/26 17:32:06
23613 Log: Implement flush of linebuffered streams on read of a tty.
23615 ! perlio.c perliol.h
23616 ____________________________________________________________________________
23617 [ 9360] By: nick on 2001/03/26 17:12:32
23618 Log: Memory tweaks and notes for OEMVS.
23620 ! README.os390 miniperlmain.c t/op/pat.t
23621 ____________________________________________________________________________
23622 [ 9359] By: jhi on 2001/03/26 02:12:54
23623 Log: Update Changes.
23625 ! Changes patchlevel.h
23626 ____________________________________________________________________________
23627 [ 9358] By: jhi on 2001/03/26 02:05:32
23628 Log: Document the most common pixie options.
23631 ____________________________________________________________________________
23632 [ 9357] By: jhi on 2001/03/26 01:25:28
23633 Log: For perl.pixie check *before* compiling that optimize is -g,
23637 ____________________________________________________________________________
23638 [ 9356] By: jhi on 2001/03/26 01:13:41
23639 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
23642 ____________________________________________________________________________
23643 [ 9355] By: jhi on 2001/03/26 01:11:19
23644 Log: Remove t/perl.third.
23647 ____________________________________________________________________________
23648 [ 9354] By: jhi on 2001/03/26 00:23:38
23649 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
23652 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
23653 ____________________________________________________________________________
23654 [ 9353] By: jhi on 2001/03/25 22:25:04
23655 Log: Integrate perlio.
23657 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
23658 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
23659 !> pp_hot.c win32/makefile.mk
23660 ____________________________________________________________________________
23661 [ 9352] By: jhi on 2001/03/25 22:21:41
23662 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
23663 From: Radu Greab <radu@netsoft.ro>
23664 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
23665 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
23668 ____________________________________________________________________________
23669 [ 9351] By: nick on 2001/03/25 22:15:02
23670 Log: Fix readline in list mode to tell rest of world that it has
23671 things on the stack. Otherwise if perl code gets invoked
23672 underneath it it scribbles over results-so-far.
23673 (Why TIEHANDLE has not tripped on this is a mystery.)
23676 ____________________________________________________________________________
23677 [ 9350] By: nick on 2001/03/25 22:10:13
23678 Log: win32/makefile.mk typos
23680 ! win32/makefile.mk
23681 ____________________________________________________________________________
23682 [ 9349] By: nick on 2001/03/25 21:31:14
23683 Log: Integrate now-non-binary file.
23686 ____________________________________________________________________________
23687 [ 9348] By: nick on 2001/03/25 21:27:24
23691 ____________________________________________________________________________
23692 [ 9347] By: nick on 2001/03/25 21:25:37
23693 Log: Integrate mainline.
23695 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
23696 !> lib/Term/ReadLine.pm t/lib/md5-file.t
23697 ____________________________________________________________________________
23698 [ 9346] By: nick on 2001/03/25 20:58:15
23699 Log: Add destruct time hook to PerlIO (for work-in-process implementing
23700 layers in perl code. In such cases layers need to be popped before
23701 we loose the ability to run perl code.)
23702 Also back-out "PerlIO::object" hook - it isn't going to work like that...
23704 ! perl.c perlio.c perlio.h perliol.h
23705 ____________________________________________________________________________
23706 [ 9345] By: nick on 2001/03/25 20:49:11
23707 Log: Avoid at leasy one of undefined warnings in Encode.
23709 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
23710 ____________________________________________________________________________
23711 [ 9344] By: jhi on 2001/03/25 20:37:43
23712 Log: A workaround for using Term::ReadLine in emacs minibuffer
23713 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
23714 additional tweaks from Ilya Zakharevich.
23716 ! lib/Term/ReadLine.pm
23717 ____________________________________________________________________________
23718 [ 9343] By: nick on 2001/03/25 20:21:14
23719 Log: Missing return value.
23721 ! ext/PerlIO/Scalar/Scalar.xs
23722 ____________________________________________________________________________
23723 [ 9342] By: jhi on 2001/03/25 16:21:00
23724 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
23725 to equal the CPAN versions since no code changes have been made.
23727 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
23729 ____________________________________________________________________________
23730 [ 9341] By: jhi on 2001/03/25 16:01:48
23731 Log: Escape 8-bit characters.
23734 ____________________________________________________________________________
23735 [ 9340] By: gsar on 2001/03/25 15:50:53
23736 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
23740 ____________________________________________________________________________
23741 [ 9339] By: gsar on 2001/03/25 15:48:50
23742 Log: delete mimeqp.t for later with text mode set
23745 ____________________________________________________________________________
23746 [ 9338] By: nick on 2001/03/25 09:01:57
23747 Log: Integrate mainline.
23749 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23750 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
23751 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
23752 +> t/lib/mimeb64u.t t/lib/mimeqp.t
23753 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
23754 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
23755 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
23756 ____________________________________________________________________________
23757 [ 9337] By: jhi on 2001/03/25 04:23:24
23758 Log: Add MIME::Base64 here and there. Again, a lot of
23759 optimism is in the air.
23761 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
23762 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
23763 ____________________________________________________________________________
23764 [ 9336] By: jhi on 2001/03/25 04:12:43
23765 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
23766 this by ear as I do not do Win32 programming.)
23768 ! win32/Makefile win32/makefile.mk
23769 ____________________________________________________________________________
23770 [ 9335] By: jhi on 2001/03/25 04:03:50
23771 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
23774 ____________________________________________________________________________
23775 [ 9334] By: jhi on 2001/03/25 03:58:53
23776 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
23778 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23779 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
23780 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
23781 + t/lib/mimeb64u.t t/lib/mimeqp.t
23783 ____________________________________________________________________________
23784 [ 9333] By: jhi on 2001/03/24 20:14:37
23785 Log: Integrate perlio.
23787 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
23788 ____________________________________________________________________________
23789 [ 9332] By: nick on 2001/03/24 19:40:34
23790 Log: Fix un-init variable leading to spurious "Out of Memory!"
23793 ____________________________________________________________________________
23794 [ 9331] By: nick on 2001/03/24 19:09:59
23795 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
23796 and update layers internals doc.
23798 ! pod/perlfunc.pod pod/perliol.pod
23799 ____________________________________________________________________________
23800 [ 9330] By: jhi on 2001/03/24 18:42:11
23801 Log: The length might be uninitialized garbage if the *svp is the undef.
23804 ____________________________________________________________________________
23805 [ 9329] By: jhi on 2001/03/24 18:26:57
23806 Log: (Retracted by #9393)
23808 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
23809 From: Simon Cozens <simon@netthink.co.uk>
23810 Date: Sat, 24 Mar 2001 17:13:17 +0000
23811 Message-ID: <20010324171317.A13406@netthink.co.uk>
23814 ____________________________________________________________________________
23815 [ 9328] By: nick on 2001/03/24 17:22:02
23816 Log: Integrate mainline.
23818 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
23819 !> lib/unicode/version
23820 ____________________________________________________________________________
23821 [ 9327] By: nick on 2001/03/24 17:16:02
23822 Log: Integrate mainline.
23824 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
23825 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
23826 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
23827 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
23828 +> t/lib/md5-file.t
23829 !> MANIFEST Makefile.SH configure.com djgpp/config.over
23830 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
23831 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
23832 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
23833 !> win32/makefile.mk
23834 ____________________________________________________________________________
23835 [ 9326] By: jhi on 2001/03/24 17:00:42
23836 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
23838 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
23839 ! lib/unicode/version
23840 ____________________________________________________________________________
23841 [ 9325] By: jhi on 2001/03/24 16:22:33
23842 Log: Subject: Re: B::Deparse bug (5.6.0)
23843 From: Robin Houston <robin@kitsite.com>
23844 Date: Sat, 24 Mar 2001 14:33:09 +0000
23845 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
23847 ! op.c pp.c t/lib/b.t t/op/repeat.t
23848 ____________________________________________________________________________
23849 [ 9324] By: jhi on 2001/03/24 16:21:56
23850 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
23851 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
23852 these additions may be too optimistic.
23854 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
23855 ! hints/uwin.sh hints/vmesa.sh
23856 ____________________________________________________________________________
23857 [ 9323] By: jhi on 2001/03/24 16:06:01
23858 Log: Integrate perlio.
23860 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
23861 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23863 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
23864 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
23865 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
23866 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23867 !> win32/makefile.mk win32/perlhost.h win32/win32.c
23868 !> win32/win32iop.h
23869 ____________________________________________________________________________
23870 [ 9322] By: nick on 2001/03/24 14:39:12
23871 Log: Routine Win32 regen_config_h - no real changes.
23873 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23874 ____________________________________________________________________________
23875 [ 9321] By: nick on 2001/03/24 14:31:49
23876 Log: PerlIO fixups for Win32:
23877 - provide win33_popenlist() - non-functional as yet.
23878 - avoid need for aTHX in PerlIO_debug calls - even if not
23879 enabled args are still evaluated so Win32 has trouble during fork().
23880 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
23881 - Fixup makedef.pl for latest set of symbols.
23883 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
23884 ! win32/perlhost.h win32/win32.c win32/win32iop.h
23885 ____________________________________________________________________________
23886 [ 9320] By: nick on 2001/03/24 14:26:58
23887 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
23888 was gibberish - broke it on WIn32 at least.
23890 ! ext/POSIX/POSIX.xs
23891 ____________________________________________________________________________
23892 [ 9319] By: nick on 2001/03/24 11:29:41
23893 Log: Generated files.
23895 ! embed.h global.sym objXSUB.h perlapi.c proto.h
23896 ____________________________________________________________________________
23897 [ 9318] By: nick on 2001/03/24 10:29:37
23899 1. open($fh,"+<",undef); # add test to t/io/open.t
23900 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
23902 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
23903 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23904 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
23905 ! t/io/open.t t/io/utf8.t
23906 ____________________________________________________________________________
23907 [ 9317] By: jhi on 2001/03/23 23:41:25
23908 Log: AIX does seems to have optimization problems with its C compilers.
23911 ____________________________________________________________________________
23912 [ 9316] By: jhi on 2001/03/23 23:40:46
23913 Log: Integrate perlio.
23916 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
23918 ____________________________________________________________________________
23919 [ 9315] By: jhi on 2001/03/23 22:16:30
23920 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
23923 ____________________________________________________________________________
23924 [ 9314] By: nick on 2001/03/23 20:49:02
23925 Log: Perlio internals re-organized.
23926 - open process creates AV of layer/arg pairs
23927 (appends layers from open() or open.pm to default list).
23928 - push arg is now an SV.
23929 - layer ->Open get passed the AV
23930 - open is no longer mandatory method.
23931 - topmost layer that has ->Open method does the open
23932 - any layers above are pushed once that returns.
23933 - vtable re-ordered so dummy layers need only provide push/pop methods.
23935 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
23936 ____________________________________________________________________________
23937 [ 9313] By: nick on 2001/03/23 16:27:41
23938 Log: Check in a stable (working) version before next round of tweaks.
23940 - Move default layers code out of doio.c and into perlio.c
23941 - Single routine for parsing layer specification strings.
23942 - Skeleton support for demand loading of layers
23943 - Core-dump avoidance if PERLIO environment specifies loadable layer
23944 (does not _work_ as need IO to load and need load to do IO ...)
23947 ! MANIFEST doio.c perlio.c
23948 ____________________________________________________________________________
23949 [ 9312] By: gsar on 2001/03/23 16:25:25
23950 Log: add execute bit to files with shebang lines in the repository;
23951 avoid clobbering execute bit in Porting/makerel
23952 Branch: maint-5.6/perl
23954 ____________________________________________________________________________
23955 [ 9311] By: jhi on 2001/03/23 14:25:35
23956 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
23959 ____________________________________________________________________________
23960 [ 9310] By: jhi on 2001/03/23 13:45:04
23961 Log: Subject: [PATCH] Net::Ping
23962 From: Colin McMillen <mcmi0037@tc.umn.edu>
23963 Date: Thu, 22 Mar 2001 19:30:31 -0600
23964 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
23967 ____________________________________________________________________________
23968 [ 9309] By: jhi on 2001/03/23 13:39:13
23969 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
23971 ! t/lib/md5-aaa.t t/lib/md5-file.t
23972 ____________________________________________________________________________
23973 [ 9308] By: jhi on 2001/03/23 13:20:34
23974 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
23975 - bump the version to 2.14
23976 - drop the base64 tests since they require MIME::Base64
23977 - drop the rfc1321.txt
23978 - drop the hints/dec_osf.pl since it's only needed for
23981 - the U32 alignment testing is now removed; it needs to
23982 be reintroduced as as a Config variable (meaning also
23983 as a Configure test)
23984 - get the new EBCDIC md5sum for MD5.pm
23985 - test in Win32 to see how badly I botched the makefiles
23987 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
23988 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
23989 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
23990 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
23992 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
23993 ! win32/Makefile win32/makefile.mk
23994 ____________________________________________________________________________
23995 [ 9307] By: jhi on 2001/03/23 12:56:14
23996 Log: Integrate change #9306 from maintperl into mainline,
23997 AIX dynaloader for AIXes without <load.h>.
23999 !> ext/DynaLoader/hints/aix.pl
24000 ____________________________________________________________________________
24001 [ 9306] By: jhi on 2001/03/23 12:51:36
24002 Log: There are AIXes without /usr/include/load.h,
24003 patch from H.Merijn Brand.
24004 Branch: maint-5.6/perl
24005 ! ext/DynaLoader/hints/aix.pl
24006 ____________________________________________________________________________
24007 [ 9305] By: nick on 2001/03/23 11:00:42
24008 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
24010 ! ext/Encode/Encode.xs perlio.c perlio.h
24011 ____________________________________________________________________________
24012 [ 9304] By: nick on 2001/03/23 10:20:46
24013 Log: Render -Duseperlio functional again.
24014 - this is "quick fix" which calls PerlIO_apply_layers after opening,
24015 which is what old scheme did. New scheme needs to change that
24016 to make open(...,\$scalar) etc. work but this will do for now.
24019 ____________________________________________________________________________
24020 [ 9303] By: nick on 2001/03/23 09:53:20
24021 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
24022 -Uuseperlio now works again.
24023 -Duseperlio is still poorly. Don't merge yet...
24026 ____________________________________________________________________________
24027 [ 9302] By: nick on 2001/03/22 22:26:51
24028 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
24030 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
24031 is its main caller. In particular now has access to "extra" args, and
24032 can tell when an open handle is "reopened" (or duped?).
24033 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
24034 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
24035 PerlIO_open() et. al. (i.e. other way round).
24036 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
24037 with args close to PerlIO_openn().
24039 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24040 ____________________________________________________________________________
24041 [ 9301] By: jhi on 2001/03/22 20:58:04
24042 Log: Integrate perlio.
24044 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
24045 !> t/io/open.t util.c
24046 ____________________________________________________________________________
24047 [ 9300] By: nick on 2001/03/22 17:36:32
24048 Log: Don't include $@ in not ok message.
24051 ____________________________________________________________________________
24052 [ 9299] By: gsar on 2001/03/22 16:53:45
24053 Log: back out changes#7532,7521 for now (appears to have problems
24055 Branch: maint-5.6/perl
24056 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24057 ! ext/POSIX/typemap pod/perlvar.pod
24058 ____________________________________________________________________________
24059 [ 9298] By: nick on 2001/03/22 14:35:46
24060 Log: Give a meaning to '&' in n-arg open case:
24061 open($fh,"<&",$scalar);
24063 - an integer which does "fdopen"
24064 open($fh,"<&",2); # like open($fh,"<&2")
24065 - something that will yield a file handle via sv_2io()
24066 useful for dup'ing anonymous handles.
24068 open(my $fh,"<&",\*STDIN);
24069 open(my $dup,"<&",$fh);
24071 ! doio.c t/io/open.t
24072 ____________________________________________________________________________
24073 [ 9297] By: nick on 2001/03/22 13:34:35
24074 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
24077 ____________________________________________________________________________
24078 [ 9296] By: nick on 2001/03/22 12:51:20
24079 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
24082 ____________________________________________________________________________
24083 [ 9295] By: nick on 2001/03/22 11:59:44
24084 Log: If stdin, stdout or stderr get opened in unexpected read/write state
24085 then warn at time of open not at time of use.
24087 ! doio.c pp_hot.c pp_sys.c
24088 ____________________________________________________________________________
24089 [ 9294] By: nick on 2001/03/22 10:54:35
24090 Log: Die on n-arg open(...,"",xxx,yyy,...)
24091 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
24092 - die on read/write cases so we can decide what it means later.
24094 ! doio.c embed.pl iperlsys.h util.c
24095 ____________________________________________________________________________
24096 [ 9293] By: nick on 2001/03/22 09:02:45
24097 Log: perlio tweaks (reported by Nick Clark)
24098 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
24099 error check in Pendinf_read().
24102 ____________________________________________________________________________
24103 [ 9292] By: gsar on 2001/03/22 07:12:00
24104 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
24106 Branch: maint-5.6/perl
24107 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
24108 ____________________________________________________________________________
24109 [ 9291] By: jhi on 2001/03/22 06:06:44
24110 Log: Regex tests from Chicheng Zhang. (Already fixed.)
24113 ____________________________________________________________________________
24114 [ 9290] By: jhi on 2001/03/22 05:57:01
24115 Log: Move MacOS Classic higher in the list of supported platforms.
24116 Branch: maint-5.6/perl
24118 ____________________________________________________________________________
24119 [ 9289] By: gsar on 2001/03/22 05:35:04
24120 Log: revert part of change#6438 for compatibility (av_reify()
24121 appears to be needed to implement av_splice()ish things
24123 Branch: maint-5.6/perl
24124 ! embed.pl global.sym objXSUB.h perlapi.c
24125 ____________________________________________________________________________
24126 [ 9288] By: gsar on 2001/03/22 03:09:19
24127 Log: update copyright year
24128 Branch: maint-5.6/perl
24129 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
24130 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
24131 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
24132 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
24133 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
24134 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
24135 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
24137 ____________________________________________________________________________
24138 [ 9287] By: jhi on 2001/03/21 20:30:54
24139 Log: Integrate perlio.
24141 !> ext/Data/Dumper/Dumper.xs
24142 ____________________________________________________________________________
24143 [ 9286] By: gsar on 2001/03/21 19:49:54
24144 Log: makefile.mk tweak
24145 Branch: maint-5.6/perl
24146 ! win32/Makefile win32/makefile.mk
24147 ____________________________________________________________________________
24148 [ 9285] By: nick on 2001/03/21 19:07:13
24149 Log: Multiplicity fix for Dumper.
24151 ! ext/Data/Dumper/Dumper.xs
24152 ____________________________________________________________________________
24153 [ 9284] By: nick on 2001/03/21 19:01:07
24154 Log: Integrate mainline - (does not build xTHX issue in Dumper).
24156 !> (integrate 27 files)
24157 ____________________________________________________________________________
24158 [ 9283] By: jhi on 2001/03/21 17:17:35
24159 Log: Integrate change #9282 from mainline into maintperl,
24160 4-arg UTF-8 substr().
24161 Branch: maint-5.6/perl
24163 ____________________________________________________________________________
24164 [ 9282] By: jhi on 2001/03/21 17:15:43
24165 Log: The #9270 would have leaked a scalar if pp_substr()
24169 ____________________________________________________________________________
24170 [ 9281] By: gsar on 2001/03/21 17:03:14
24171 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
24172 Branch: maint-5.6/perl
24173 ! win32/makefile.mk
24174 ____________________________________________________________________________
24175 [ 9280] By: gsar on 2001/03/21 17:01:20
24176 Log: some tweaks to change#9278 (fork() emulation should be enabled
24177 by setting BUILD_FLAVOR instead of changing the defaults)
24178 Branch: maint-5.6/perl
24179 ! win32/makefile.mk
24180 ____________________________________________________________________________
24181 [ 9279] By: gsar on 2001/03/21 16:47:19
24182 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
24183 Branch: maint-5.6/perl
24184 ! ext/File/Glob/Glob.pm
24186 ____________________________________________________________________________
24187 [ 9278] By: jhi on 2001/03/21 14:35:10
24188 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
24189 From: "Vadim Konovalov" <watman@inbox.ru>
24190 Date: Wed, 21 Mar 2001 01:53:51 +0300
24191 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
24192 Branch: maint-5.6/perl
24193 ! win32/makefile.mk win32/win32sck.c
24194 ____________________________________________________________________________
24195 [ 9277] By: jhi on 2001/03/21 13:58:28
24196 Log: Integrate change #9270 from mainline to maintperl:
24197 continued 4-arg UTF-8 substr() fixing.
24198 Branch: maint-5.6/perl
24199 !> pp.c t/op/substr.t
24200 ____________________________________________________________________________
24201 [ 9276] By: jhi on 2001/03/21 13:33:00
24202 Log: More pixie cleaning.
24205 ____________________________________________________________________________
24206 [ 9275] By: jhi on 2001/03/21 03:54:17
24207 Log: Update Changes.
24209 ! Changes patchlevel.h
24210 ____________________________________________________________________________
24211 [ 9274] By: jhi on 2001/03/21 03:48:24
24212 Log: First stab at making Data::Dumper to grok Unicode.
24214 TODO: tests, EBCDICify.
24216 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
24217 ____________________________________________________________________________
24218 [ 9273] By: jhi on 2001/03/21 02:23:00
24221 Subject: Memory leak in unquoted print
24222 From: Benjamin Sugars <bsugars@canoe.ca>
24223 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
24224 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
24227 ____________________________________________________________________________
24228 [ 9272] By: jhi on 2001/03/21 01:33:17
24229 Log: Subject: Re: [PATCH] POSIX::getcwd()
24230 From: Benjamin Sugars <bsugars@canoe.ca>
24231 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
24232 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
24234 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24235 ____________________________________________________________________________
24236 [ 9271] By: jhi on 2001/03/21 01:22:52
24237 Log: Subject: [PATCH] Cwd.pm docs
24238 From: Benjamin Sugars <bsugars@canoe.ca>
24239 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
24240 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
24243 ____________________________________________________________________________
24244 [ 9270] By: jhi on 2001/03/21 01:16:29
24245 Log: Continue 4-arg substr() UTF-8 fixage.
24247 ! pp.c t/op/substr.t
24248 ____________________________________________________________________________
24249 [ 9269] By: jhi on 2001/03/21 00:46:14
24250 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
24252 revert the leak fix in change#9142 (problem needs a more experimental
24253 fix unsuitable for 5.6.1)
24255 do alphabetical sorting by default (for csh compatibility)
24257 cut-n-paste goof in change#9264
24259 VMS piping fixes (from Charles Lane)
24261 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
24262 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24263 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
24264 ____________________________________________________________________________
24265 [ 9268] By: jhi on 2001/03/21 00:37:04
24266 Log: Integrate perlio.
24268 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24269 !> utf8.c utf8.h utfebcdic.h
24270 ____________________________________________________________________________
24271 [ 9267] By: nick on 2001/03/20 20:04:39
24272 Log: More EBCDIC stuff:
24273 - Loose the extra level of function on ASCII.
24274 - spotted a chr(0) issue in sv.c
24275 - re-work of UTF-X tr/// ranges to work in Unicode
24276 space. Still issues with the "0xff is illegal UTF-8" hack.
24277 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
24278 (why do it once when you can do it all over the place :-(
24279 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
24280 need utf8.pm for swashes.
24281 - Simplified and commented scan_const() in toke.c
24282 Still something wrong regexp and tr (swashes?).
24284 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24285 ! utf8.c utf8.h utfebcdic.h
24286 ____________________________________________________________________________
24287 [ 9266] By: gsar on 2001/03/20 19:16:43
24288 Log: VMS piping fixes (from Charles Lane)
24289 Branch: maint-5.6/perl
24290 ! vms/vms.c vms/vmspipe.com
24291 ____________________________________________________________________________
24292 [ 9265] By: gsar on 2001/03/20 17:53:52
24293 Log: cut-n-paste goof in change#9264
24294 Branch: maint-5.6/perl
24295 ! ext/File/Glob/Glob.xs
24296 ____________________________________________________________________________
24297 [ 9264] By: gsar on 2001/03/20 17:43:47
24298 Log: do alphabetical sorting by default (for csh compatibility);
24299 bsd_glob() does ASCII sort by default as usual, unless
24300 GLOB_ALPHASORT was specified
24301 Branch: maint-5.6/perl
24302 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
24303 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24304 ! ext/File/Glob/bsd_glob.h
24305 ____________________________________________________________________________
24306 [ 9263] By: gsar on 2001/03/20 16:40:08
24307 Log: integrate change#9255 from mainline (unicode fix)
24309 substr($bytestr, i, n, $charstr)
24310 Branch: maint-5.6/perl
24311 !> Todo-5.6 pp.c t/op/substr.t
24312 ____________________________________________________________________________
24313 [ 9262] By: gsar on 2001/03/20 15:57:41
24314 Log: revert the leak fix in change#9142 (problem needs a more experimental
24315 fix unsuitable for 5.6.1)
24316 Branch: maint-5.6/perl
24318 ____________________________________________________________________________
24319 [ 9261] By: jhi on 2001/03/20 14:26:25
24320 Log: Integrate changes #9259,9260 from maintperl into mainline.
24322 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24324 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24326 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
24327 ____________________________________________________________________________
24328 [ 9260] By: jhi on 2001/03/20 14:05:46
24329 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24330 From: Robin Barker <rmb1@cise.npl.co.uk>
24331 Date: Tue, 20 Mar 2001 10:12:04 GMT
24332 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
24333 Branch: maint-5.6/perl
24335 ____________________________________________________________________________
24336 [ 9259] By: jhi on 2001/03/20 14:04:39
24337 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24338 From: Chris Nandor <pudge@pobox.com>
24339 Date: Tue, 20 Mar 2001 00:40:56 -0500
24340 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
24341 Branch: maint-5.6/perl
24342 ! ext/POSIX/POSIX.xs lib/File/Path.pm
24343 ____________________________________________________________________________
24344 [ 9258] By: jhi on 2001/03/20 05:09:34
24345 Log: Update Changes.
24347 ! Changes patchlevel.h
24348 ____________________________________________________________________________
24349 [ 9257] By: jhi on 2001/03/20 05:04:25
24350 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
24353 ____________________________________________________________________________
24354 [ 9256] By: jhi on 2001/03/20 04:43:12
24355 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
24356 From: Peter Prymmer <pvhp@forte.com>
24357 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
24358 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
24359 Branch: maint-5.6/perl
24360 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
24361 ____________________________________________________________________________
24362 [ 9255] By: jhi on 2001/03/19 23:17:17
24363 Log: substr($bytestr, i, n, $charstr)
24365 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
24367 ! Todo-5.6 pp.c t/op/substr.t
24368 ____________________________________________________________________________
24369 [ 9254] By: jhi on 2001/03/19 22:25:09
24370 Log: Rearrange the make test target prerequisites so that
24371 in a parallel make 'all' is finished before 'test'.
24374 ____________________________________________________________________________
24375 [ 9253] By: jhi on 2001/03/19 21:48:07
24376 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
24377 From: Robin Houston <robin@kitsite.com>
24378 Date: Mon, 19 Mar 2001 15:48:41 +0000
24379 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
24382 ____________________________________________________________________________
24383 [ 9252] By: jhi on 2001/03/19 21:42:27
24384 Log: Integrate perlio.
24386 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
24387 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
24388 !> utfebcdic.h vms/perly_c.vms
24389 ____________________________________________________________________________
24390 [ 9251] By: jhi on 2001/03/19 21:31:28
24391 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
24393 Dynaloading in 64-bit AIX with vac.
24395 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24397 ____________________________________________________________________________
24398 [ 9250] By: jhi on 2001/03/19 21:18:00
24399 Log: A more robust solution for the 64bitall AIX dynaloading
24400 problem, from Jens-Uwe Mager.
24401 Branch: maint-5.6/perl
24402 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24403 ____________________________________________________________________________
24404 [ 9249] By: nick on 2001/03/19 20:59:37
24405 Log: Integrate mainline.
24407 !> (integrate 42 files)
24408 ____________________________________________________________________________
24409 [ 9248] By: nick on 2001/03/19 20:22:07
24410 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
24411 (Building on OS390 uses native YACC and YYDEBUG has other
24414 ! perly.c perly.y vms/perly_c.vms
24415 ____________________________________________________________________________
24416 [ 9247] By: jhi on 2001/03/19 19:59:53
24417 Log: 64-bit AIX dynaloading problem (see #9244) idea
24418 from Jens-Uwe Mager.
24419 Branch: maint-5.6/perl
24420 ! ext/DynaLoader/dl_aix.xs
24421 ____________________________________________________________________________
24422 [ 9246] By: nick on 2001/03/19 19:27:57
24423 Log: More EBCDIC fixes.
24425 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
24426 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
24427 ____________________________________________________________________________
24428 [ 9245] By: jhi on 2001/03/19 19:05:19
24429 Log: Integrate change #9243 from mainline into maintperl.
24431 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24432 Branch: maint-5.6/perl
24434 ____________________________________________________________________________
24435 [ 9244] By: jhi on 2001/03/19 19:03:15
24436 Log: Get 64bitall AIX building, but still does not test okay:
24437 dynaloading anything fails, for example for op/defins:
24438 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
24439 (update: fixed by #9247,9250)
24440 Branch: maint-5.6/perl
24442 ____________________________________________________________________________
24443 [ 9243] By: jhi on 2001/03/19 19:00:16
24444 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24445 From: Robin Barker <rmb1@cise.npl.co.uk>
24446 Date: Mon, 19 Mar 2001 18:01:57 GMT
24447 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
24450 ____________________________________________________________________________
24451 [ 9242] By: jhi on 2001/03/19 18:58:43
24452 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
24457 ____________________________________________________________________________
24458 [ 9241] By: gsar on 2001/03/19 17:34:46
24459 Log: VMSify tests (from Charles Lane)
24460 Branch: maint-5.6/perl
24461 ! t/lib/filehand.t t/lib/texttabs.t
24462 ____________________________________________________________________________
24463 [ 9240] By: jhi on 2001/03/19 14:24:26
24464 Log: Integrate change #9233 from maintperl into mainline.
24466 some refcounts were incorrect in perl_clone()
24469 ____________________________________________________________________________
24470 [ 9239] By: gsar on 2001/03/19 09:23:17
24471 Log: this is 5.6.1-trial3
24472 Branch: maint-5.6/perl
24474 ____________________________________________________________________________
24475 [ 9238] By: gsar on 2001/03/19 08:47:04
24476 Log: some new symbols are only available under ithreads
24477 Branch: maint-5.6/perl
24479 ____________________________________________________________________________
24480 [ 9237] By: gsar on 2001/03/19 08:42:28
24481 Log: update patchlevel.h, Changes, &c.
24482 Branch: maint-5.6/perl
24483 ! Changes patchlevel.h pod/perlhist.pod
24485 ____________________________________________________________________________
24486 [ 9236] By: gsar on 2001/03/19 08:17:49
24487 Log: integrate changes#8068,8717 from mainline
24489 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
24491 [PATCH CPAN 1.59_51] warning message (not!)
24492 Branch: maint-5.6/perl
24493 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
24494 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
24495 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
24496 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
24497 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
24498 ____________________________________________________________________________
24499 [ 9235] By: gsar on 2001/03/19 08:07:09
24500 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
24502 [PATCH] Add missing CV flags to dump.c
24504 Re: [patch] Re: PL_ptr_table
24506 Fixup non-ithread build after 8713
24508 Generated files form 8713 etc.
24510 Correct the correction :-(
24512 Documenting coderef @INC (Re: CPAN "make this script work" feature)
24514 Subject: Re: sync sync sync: have I missed any patches?
24515 Replace djSP with dSP.
24516 Branch: maint-5.6/perl
24517 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
24518 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
24519 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
24520 !> sv.c sv.h win32/perlhost.h
24521 ____________________________________________________________________________
24522 [ 9234] By: gsar on 2001/03/19 07:22:05
24523 Log: revert the change#9090 integrate for now (change looks somewhat
24524 incomplete in that [ha]v_exists() need something similar; lacks
24526 Branch: maint-5.6/perl
24528 ____________________________________________________________________________
24529 [ 9233] By: gsar on 2001/03/19 07:10:01
24530 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
24531 destruction when there are unreferenced scalars (SvREFCNT==0)
24532 Branch: maint-5.6/perl
24534 ____________________________________________________________________________
24535 [ 9232] By: jhi on 2001/03/19 05:11:02
24536 Log: Regen api and toc.
24537 Branch: maint-5.6/perl
24538 ! pod/perlapi.pod pod/perltoc.pod
24539 ____________________________________________________________________________
24540 [ 9231] By: jhi on 2001/03/19 04:06:03
24541 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
24542 add a lost line in pp.c:pp_chop(), update to new op/chop.
24544 Clarify the description differentiating for and while; inspired by
24546 Subject: [ID 20010306.004] || != named unary operator
24548 The $Is_MacOS needs to be declared.
24549 Branch: maint-5.6/perl
24551 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
24552 ____________________________________________________________________________
24553 [ 9230] By: jhi on 2001/03/19 03:48:16
24554 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
24555 9079,9083,9089,9090,9091 from mainline to maintperl.
24557 Quieten some noise in Win32 builds
24559 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
24561 The perlretut was still talking about the old \p and \P
24564 More tweakage on the Unicode character class descriptions.
24566 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
24568 Subject: 'no *POSIX' Patch speeding up make on BS2000
24570 Subject: [PATCH] perldata.pod here-doc docs
24572 Add /sbin and /usr/sbin to the list of directories scanned
24573 for setuid programs. Takes care of bug id 20010309.003.
24575 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
24577 In op/stat #35 better to scan all the potential directories
24578 for setuids, not just the first one.
24579 Branch: maint-5.6/perl
24581 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
24582 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
24583 !> t/op/stat.t toke.c win32/win32.h
24584 ____________________________________________________________________________
24585 [ 9229] By: jhi on 2001/03/19 02:31:50
24586 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
24587 From: Chris Nandor <pudge@pobox.com>
24588 Date: Sat, 10 Mar 2001 14:22:19 -0500
24589 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
24590 Branch: maint-5.6/perl
24591 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24592 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
24593 ! t/lib/b.t t/lib/errno.t
24594 ____________________________________________________________________________
24595 [ 9228] By: jhi on 2001/03/19 02:29:59
24596 Log: Integrate changes #9113,9122 from mainline into maintperl.
24598 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?)
24599 Branch: maint-5.6/perl
24600 !> Configure README.os390 hints/os390.sh
24601 ____________________________________________________________________________
24602 [ 9227] By: jhi on 2001/03/19 02:22:35
24603 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
24606 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
24608 Forgot to check-in the larger part of #9120, duh.
24610 Subject: Another patch for integer.pm POD
24612 h2ph strictness and cleanliness from Kurt Starsinic.
24614 Borland filename case problem.
24616 h2ph strictness and cleanliness from Kurt Starsinic.
24618 Subject: [PATCH] the uncontroversial doc patches
24619 Branch: maint-5.6/perl
24620 +> win32/sncfnmcs.pl
24621 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
24622 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
24623 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
24624 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
24625 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
24626 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
24627 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
24628 ____________________________________________________________________________
24629 [ 9226] By: jhi on 2001/03/19 02:10:21
24630 Log: Integrate changes #9207,9214 from mainline into maintperl.
24632 podchecker relaxations: =over has an *optional* number after it,
24633 and whitespace in L<> is okay.
24634 Branch: maint-5.6/perl
24635 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
24636 !> t/pod/poderrs.xr
24637 ____________________________________________________________________________
24638 [ 9225] By: jhi on 2001/03/19 02:07:38
24639 Log: Integrate change #9219 from maintperl into mainline.
24641 remove duplicated tests
24644 ____________________________________________________________________________
24645 [ 9224] By: jhi on 2001/03/19 02:06:11
24646 Log: Integrate change #9223 from mainline to maintperl.
24648 Document -Dmksymlinks.
24649 Branch: maint-5.6/perl
24651 ____________________________________________________________________________
24652 [ 9223] By: jhi on 2001/03/19 02:01:25
24653 Log: Document -Dmksymlinks.
24656 ____________________________________________________________________________
24657 [ 9222] By: jhi on 2001/03/19 01:15:35
24658 Log: The -Dmksymlinks wasn't working for maintperl.
24659 Branch: maint-5.6/perl
24661 ____________________________________________________________________________
24662 [ 9221] By: jhi on 2001/03/19 00:49:43
24663 Log: Cleanup pixie residue.
24666 ____________________________________________________________________________
24667 [ 9220] By: jhi on 2001/03/19 00:44:47
24668 Log: Document the use of pixie/prof; create make targets for it.
24670 TODO: make t/TEST pixie-aware.
24672 ! Makefile.SH pod/perlhack.pod
24673 ____________________________________________________________________________
24674 [ 9219] By: gsar on 2001/03/19 00:16:55
24675 Log: remove duplicated tests
24676 Branch: maint-5.6/perl
24678 ____________________________________________________________________________
24679 [ 9218] By: jhi on 2001/03/18 23:59:31
24680 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
24682 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
24683 ____________________________________________________________________________
24684 [ 9217] By: jhi on 2001/03/18 23:25:20
24685 Log: Rewrite the tests section of Makefile to be less redundant
24686 and to allow for more flexible test targets, many recursive
24687 make calls introduced.
24690 ____________________________________________________________________________
24691 [ 9216] By: jhi on 2001/03/18 22:30:04
24692 Log: Document the use of Third Degree (sparsely).
24694 ! pod/perlhack.pod t/TEST
24695 ____________________________________________________________________________
24696 [ 9215] By: jhi on 2001/03/18 22:10:30
24697 Log: Make targets for testing with Third Degree.
24700 ____________________________________________________________________________
24701 [ 9214] By: jhi on 2001/03/18 21:08:53
24702 Log: The podchecker relaxations need to mirrored also at the tests.
24705 ____________________________________________________________________________
24706 [ 9213] By: jhi on 2001/03/18 20:56:21
24707 Log: Update Changes.
24709 ! Changes patchlevel.h
24710 ____________________________________________________________________________
24711 [ 9212] By: jhi on 2001/03/18 20:36:59
24712 Log: Looking for config.sh in parent directories isn't
24713 very useful for the toplevel Makefile.
24716 ____________________________________________________________________________
24717 [ 9211] By: jhi on 2001/03/18 20:33:37
24718 Log: On "make clean" take care of Third Degree droppings.
24721 ____________________________________________________________________________
24722 [ 9210] By: jhi on 2001/03/18 20:21:34
24723 Log: Add a hook for running the tests under the Third Degree
24724 debugging tool (set $ENV{PERL_3LOG} to non-zero)
24726 TODO: Document the use of Third Degree.
24729 ____________________________________________________________________________
24730 [ 9209] By: jhi on 2001/03/18 20:19:07
24731 Log: Regen toc and api pods.
24733 ! pod/perlapi.pod pod/perltoc.pod
24734 ____________________________________________________________________________
24735 [ 9208] By: jhi on 2001/03/18 20:12:12
24736 Log: Integrate changes #8128,9132 from mainline into maintperl,
24737 Tie::SubstrHash fixes.
24738 Branch: maint-5.6/perl
24739 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
24740 ____________________________________________________________________________
24741 [ 9207] By: jhi on 2001/03/18 20:07:43
24742 Log: podchecker relaxations from Michael Stevens.
24744 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
24745 ____________________________________________________________________________
24746 [ 9206] By: jhi on 2001/03/18 20:04:24
24747 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
24749 ! lib/Locale/Constants.pm lib/Locale/Country.pm
24750 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
24751 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
24752 ____________________________________________________________________________
24753 [ 9205] By: jhi on 2001/03/18 19:54:45
24754 Log: Integrate changes #9161,9162 from maintperl to mainline.
24756 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
24760 ____________________________________________________________________________
24761 [ 9204] By: jhi on 2001/03/18 19:37:46
24762 Log: Make perl.third checks more understandable to the builder.
24765 ____________________________________________________________________________
24766 [ 9203] By: jhi on 2001/03/18 19:20:54
24767 Log: Re-integrate #9138 from maintperl to mainline,
24768 the squelching of the unneeded "Scalars leaked" messages.
24770 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
24771 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
24772 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
24773 ____________________________________________________________________________
24774 [ 9202] By: jhi on 2001/03/18 18:48:36
24775 Log: More robust and more paranoid perl.third target.
24778 ____________________________________________________________________________
24779 [ 9201] By: jhi on 2001/03/18 18:39:21
24780 Log: Integrate change #9197 from maintperl to mainline.
24782 more thorough cleaning of arenas.
24784 !> embed.pl perl.c proto.h sv.c t/op/sort.t
24785 ____________________________________________________________________________
24786 [ 9200] By: jhi on 2001/03/18 18:25:17
24787 Log: Integrate perlio.
24789 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
24790 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
24791 !> t/lib/encode.t toke.c universal.c utf8.c
24792 ____________________________________________________________________________
24793 [ 9199] By: nick on 2001/03/18 15:23:51
24794 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
24795 is the sense of the test being done. Avoid some magical 127 and 128 values
24798 ! doop.c pp_ctl.c sv.c toke.c
24799 ____________________________________________________________________________
24800 [ 9198] By: nick on 2001/03/18 14:18:12
24801 Log: UTF-X encoding invariance for Encode:
24802 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
24803 - move the XS code for those to universal.c (so in miniperl)
24804 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
24805 - change ext/Encode/compile to use above.
24806 - Fix t/lib/encode.t for above
24807 - Teach t/lib/b.t to expect -uutf8
24808 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
24811 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
24812 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
24813 ____________________________________________________________________________
24814 [ 9197] By: gsar on 2001/03/18 12:15:57
24815 Log: more thorough cleaning of arenas--keep going until no more
24816 SvREFCNT_dec()s occur (this fixes the problem that causes the
24817 pesky "Scalars leaked" warnings)
24818 Branch: maint-5.6/perl
24819 ! embed.pl perl.c proto.h sv.c t/op/sort.t
24820 ____________________________________________________________________________
24821 [ 9196] By: nick on 2001/03/18 10:57:29
24822 Log: Fix pragma/utf8.t # 15
24823 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
24824 are SvUTF8 as well.
24827 ____________________________________________________________________________
24828 [ 9195] By: nick on 2001/03/18 09:27:06
24829 Log: Integrate mainline
24831 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
24833 ____________________________________________________________________________
24834 [ 9194] By: jhi on 2001/03/18 05:29:59
24835 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
24836 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
24838 ! op.c op.h t/op/misc.t t/op/pat.t
24839 ____________________________________________________________________________
24840 [ 9193] By: jhi on 2001/03/18 05:15:06
24841 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
24844 ____________________________________________________________________________
24845 [ 9192] By: jhi on 2001/03/18 04:22:43
24846 Log: tr/// UTF-8 patches from Inaba Hiroto.
24849 ____________________________________________________________________________
24850 [ 9191] By: jhi on 2001/03/18 04:21:17
24851 Log: Integrate perlio.
24853 !> utf8.c utfebcdic.h
24854 ____________________________________________________________________________
24855 [ 9190] By: nick on 2001/03/17 20:32:01
24856 Log: Correct #if EBCDIC side typos.
24857 Builds and passes many tests on OS390.
24859 ! utf8.c utfebcdic.h
24860 ____________________________________________________________________________
24861 [ 9189] By: jhi on 2001/03/17 18:55:49
24862 Log: Add prerequisites for the perl.third target.
24865 ____________________________________________________________________________
24866 [ 9188] By: jhi on 2001/03/17 18:46:00
24867 Log: Integrate perlio.
24870 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
24871 ____________________________________________________________________________
24872 [ 9187] By: jhi on 2001/03/17 18:38:47
24873 Log: Add a make rule for perl.third (the Third Degree memory debugging
24874 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
24877 ____________________________________________________________________________
24878 [ 9186] By: nick on 2001/03/17 18:34:48
24879 Log: MANIFEST addition :-(
24882 ____________________________________________________________________________
24883 [ 9185] By: nick on 2001/03/17 18:29:50
24884 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
24885 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
24886 a superset of ASCII are invariant under the encoding. This is EBCDIC
24887 friendly as an encoded string can be looked at as being EBCDIC by lexer
24888 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
24889 ASCII on ASCII machines.
24891 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
24893 - Add some more macros to comprehend different shift amounts and
24894 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
24895 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
24896 and conditionaly #include it.
24898 EBCDIC build as yet untested. ASCII still fails the one test.
24902 ____________________________________________________________________________
24903 [ 9184] By: nick on 2001/03/17 17:44:16
24904 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
24906 ! doop.c perl.h pp.c utf8.h
24907 ____________________________________________________________________________
24908 [ 9183] By: jhi on 2001/03/17 15:55:42
24909 Log: Integrate perlio.
24912 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
24913 ____________________________________________________________________________
24914 [ 9182] By: nick on 2001/03/17 09:16:06
24915 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
24918 ____________________________________________________________________________
24919 [ 9181] By: nick on 2001/03/17 09:15:11
24920 Log: Integrate mainline.
24922 +> lib/Locale/Constants.pm lib/Locale/Country.pm
24923 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
24924 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
24925 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
24926 !> (integrate 83 files)
24927 ____________________________________________________________________________
24928 [ 9180] By: nick on 2001/03/16 17:23:21
24931 ! perl.h sv.c toke.c utf8.c utf8.h
24932 ____________________________________________________________________________
24933 [ 9179] By: jhi on 2001/03/16 14:10:12
24934 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
24935 a change needed to work around an AIX compiler bug.
24937 ! ext/Storable/Storable.xs
24938 ____________________________________________________________________________
24939 [ 9178] By: jhi on 2001/03/16 03:19:59
24940 Log: With Damian's approval synchronize damian's modules'
24941 licensing with Perl's standard module licensing.
24943 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
24944 ____________________________________________________________________________
24945 [ 9177] By: jhi on 2001/03/16 03:15:34
24946 Log: Make the Filter::Util:Call files have their own copies
24947 of the Perl standard module licensing, from Paul Marquess.
24949 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
24950 ____________________________________________________________________________
24951 [ 9176] By: jhi on 2001/03/16 02:56:04
24952 Log: Subject: [PATCH] more pod patches
24953 From: Michael Stevens <michael@etla.org>
24954 Date: Thu, 15 Mar 2001 21:25:18 +0000
24955 Message-ID: <20010315212518.A18870@firedrake.org>
24957 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
24958 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
24959 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
24960 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
24961 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
24962 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
24963 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
24964 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
24965 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
24966 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
24967 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
24968 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
24969 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
24970 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
24971 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
24972 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
24973 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
24974 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
24975 ! lib/Locale/Country.pm lib/Locale/Language.pm
24976 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
24977 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
24978 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
24979 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
24980 ! os2/OS2/Process/Process.pm
24981 ____________________________________________________________________________
24982 [ 9175] By: jhi on 2001/03/16 02:53:32
24983 Log: Subject: [PATCH] the uncontroversial doc patches
24984 From: Michael Stevens <michael@etla.org>
24985 Date: Thu, 15 Mar 2001 20:01:12 +0000
24986 Message-ID: <20010315200112.A7636@firedrake.org>
24988 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
24989 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
24990 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
24991 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
24992 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
24993 ____________________________________________________________________________
24994 [ 9174] By: jhi on 2001/03/16 02:50:49
24995 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
24996 From: Paul Lindner <lindner@inuus.com>
24997 Date: Fri, 16 Mar 2001 11:28:03 -0800
24998 Message-ID: <20010316112803.A7577@inuus.com>
25000 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25001 ____________________________________________________________________________
25002 [ 9173] By: nick on 2001/03/15 20:21:03
25003 Log: 1st day's EBCDIC fixes:
25004 - toke.c's parsing of strings needed attention
25005 needed to conditionally e2a if string was already UTF-8
25006 - e2a/a2e tables where wrong way round.
25007 - new macros in utf8.h
25009 ! perl.h toke.c utf8.h
25010 ____________________________________________________________________________
25011 [ 9172] By: jhi on 2001/03/15 15:17:17
25012 Log: Update Changes.
25014 ! Changes patchlevel.h
25015 ____________________________________________________________________________
25016 [ 9171] By: jhi on 2001/03/15 15:09:32
25017 Log: Subject: Re: Another Borland C++ problem.
25018 From: "Vadim Konovalov" <watman@inbox.ru>
25019 Date: Sat, 10 Mar 2001 19:26:07 +0300
25020 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
25022 Borland filename case problem.
25024 + win32/sncfnmcs.pl
25025 ! MANIFEST README.win32
25026 ____________________________________________________________________________
25027 [ 9170] By: jhi on 2001/03/15 14:54:23
25028 Log: Add Locale::Codes 1.06, from Neil Bowers.
25030 + lib/Locale/Constants.pm lib/Locale/Country.pm
25031 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
25032 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
25033 + t/lib/lc-language.t t/lib/lc-uk.t
25035 ____________________________________________________________________________
25036 [ 9169] By: jhi on 2001/03/15 14:19:01
25037 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
25039 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25040 ! ext/Storable/Storable.xs
25041 ____________________________________________________________________________
25042 [ 9168] By: jhi on 2001/03/15 14:13:22
25043 Log: Integrate changes #9120,9167 from mainline to maintperl.
25045 Subject: [PATCH 5.6.1] OS/2 docs
25047 Subject: [PATCH 5.6.1] perldoc
25048 Branch: maint-5.6/perl
25049 !> os2/Changes utils/perldoc.PL
25050 ____________________________________________________________________________
25051 [ 9167] By: jhi on 2001/03/15 14:07:42
25052 Log: Subject: [PATCH 5.6.1] perldoc
25053 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25054 Date: Wed, 14 Mar 2001 23:46:52 -0500
25055 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
25058 ____________________________________________________________________________
25059 [ 9166] By: jhi on 2001/03/15 13:53:15
25060 Log: sigaction test condition tweakage.
25062 ! t/lib/sigaction.t
25063 ____________________________________________________________________________
25064 [ 9165] By: alanbur on 2001/03/15 03:49:17
25065 Log: Resynchronised with parent
25066 Branch: maint-5.6/pureperl
25067 +> os2/os2add.sym t/op/anonsub.t
25068 !> (integrate 72 files)
25069 ____________________________________________________________________________
25070 [ 9164] By: jhi on 2001/03/15 01:05:01
25071 Log: Avoid stomping off the beginning of an array in tr///.
25074 ____________________________________________________________________________
25075 [ 9163] By: jhi on 2001/03/15 00:58:57
25076 Log: h2ph strictness and cleanliness from Kurt Starsinic.
25079 ____________________________________________________________________________
25080 [ 9162] By: gsar on 2001/03/15 00:56:53
25081 Log: avoid warnings
25082 Branch: maint-5.6/perl
25084 ____________________________________________________________________________
25085 [ 9161] By: gsar on 2001/03/15 00:52:09
25086 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
25088 Branch: maint-5.6/perl
25090 ____________________________________________________________________________
25091 [ 9160] By: jhi on 2001/03/14 22:02:10
25092 Log: Do not use the Perl malloc in IRIX, suggested by
25096 ____________________________________________________________________________
25097 [ 9159] By: nick on 2001/03/14 21:45:59
25098 Log: Integrate mainline
25101 !> (integrate 41 files)
25102 ____________________________________________________________________________
25103 [ 9158] By: jhi on 2001/03/14 21:10:09
25104 Log: The Day of the Retractions continues: the #9138
25105 (integrated in #9144) doesn't work well in mainline.
25107 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25108 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25109 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25110 ____________________________________________________________________________
25111 [ 9157] By: jhi on 2001/03/14 20:58:12
25112 Log: The #9145 CANNOT be enabled: the clear_pmop code still
25113 dumps core all over in Tru64.
25115 ! op.c op.h t/op/pat.t
25116 ____________________________________________________________________________
25117 [ 9156] By: jhi on 2001/03/14 20:48:06
25118 Log: Integrate change #9154 from maintperl to mainline.
25120 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
25121 (caused Storable 1.0.10 to break on windows)
25123 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
25124 !> perlapi.c proto.h
25125 ____________________________________________________________________________
25126 [ 9155] By: jhi on 2001/03/14 20:23:53
25127 Log: Retract #9136: breaks threading (and binary compatibility).
25129 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25130 ____________________________________________________________________________
25131 [ 9154] By: gsar on 2001/03/14 17:48:18
25132 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
25133 (caused Storable 1.0.10 to break on windows)
25134 Branch: maint-5.6/perl
25135 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
25136 ! perlapi.c proto.h
25137 ____________________________________________________________________________
25138 [ 9153] By: jhi on 2001/03/14 13:35:21
25139 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
25141 ! t/lib/sigaction.t
25142 ____________________________________________________________________________
25143 [ 9152] By: gsar on 2001/03/14 07:29:40
25144 Log: back out changes#9012,9010,9009 and parts of change#9016
25145 (causes ABRs under purify, and some prerequisites don't
25146 seem to be there in 5.6.x)
25147 Branch: maint-5.6/perl
25148 ! doop.c op.c t/op/tr.t toke.c
25149 ____________________________________________________________________________
25150 [ 9151] By: gsar on 2001/03/14 07:01:29
25151 Log: reenable change#9145 (the test was busted due to a missing
25152 C<print "ok 27\n">)
25154 ! op.c op.h t/op/pat.t
25155 ____________________________________________________________________________
25156 [ 9150] By: jhi on 2001/03/14 06:38:36
25157 Log: Retract #9145.
25159 ! op.c op.h t/op/pat.t
25160 ____________________________________________________________________________
25161 [ 9149] By: jhi on 2001/03/14 06:14:56
25162 Log: Retract #9143.
25165 ____________________________________________________________________________
25166 [ 9148] By: gsar on 2001/03/14 06:13:02
25167 Log: Uninitialized Memory Read in regexec.c
25170 ____________________________________________________________________________
25171 [ 9147] By: jhi on 2001/03/14 04:59:54
25172 Log: Subject: PATCH: make goto work in nested eval ""
25173 From: Robin Houston <robin@kitsite.com>
25174 Date: Wed, 14 Mar 2001 04:16:10 +0000
25175 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
25177 ! pp_ctl.c t/op/goto.t
25178 ____________________________________________________________________________
25179 [ 9146] By: jhi on 2001/03/14 04:42:54
25180 Log: Preserve the #ifdef PERL_CORE in perly.h.
25183 ____________________________________________________________________________
25184 [ 9145] By: jhi on 2001/03/14 03:57:41
25185 Log: (Retracted by #9150.)
25187 ! op.c op.h t/op/pat.t
25188 ____________________________________________________________________________
25189 [ 9144] By: jhi on 2001/03/14 03:50:38
25190 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
25192 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
25194 remove squelch controls for "Scalars leaked" messages in most places
25195 (these are now cured)
25197 fix another memory leak reported by purify (tie callbacks that
25198 croak can leak when wiping out magic)
25200 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
25201 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
25202 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
25203 !> t/pragma/warnings.t
25204 ____________________________________________________________________________
25205 [ 9143] By: jhi on 2001/03/14 03:37:53
25206 Log: (Retracted by #9149.)
25209 ____________________________________________________________________________
25210 [ 9142] By: gsar on 2001/03/14 03:20:48
25211 Log: fix another memory leak reported by purify (tie callbacks that
25212 croak can leak when wiping out magic)
25213 Branch: maint-5.6/perl
25215 ____________________________________________________________________________
25216 [ 9141] By: jhi on 2001/03/14 02:55:00
25217 Log: Subject: PATCH for [ID 20010305.003]
25218 From: Robin Houston <robin@kitsite.com>
25219 Date: Wed, 14 Mar 2001 02:45:51 +0000
25220 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
25222 ! pp_ctl.c t/op/eval.t
25223 ____________________________________________________________________________
25224 [ 9140] By: jhi on 2001/03/14 02:41:54
25225 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25226 Date: Wed, 14 Mar 2001 01:52:51 +0000
25227 From: Robin Houston <robin@kitsite.com>
25228 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
25230 Fix for 2000313.004.
25232 ! pp_ctl.c t/op/goto.t
25233 ____________________________________________________________________________
25234 [ 9139] By: jhi on 2001/03/14 02:40:50
25235 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25236 From: Robin Houston <robin@kitsite.com>
25237 Date: Wed, 14 Mar 2001 00:43:45 +0000
25238 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
25241 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
25243 ____________________________________________________________________________
25244 [ 9138] By: gsar on 2001/03/14 01:18:00
25245 Log: remove squelch controls for "Scalars leaked" messages in most places
25246 (these are now cured)
25247 Branch: maint-5.6/perl
25248 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25249 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25250 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25251 ____________________________________________________________________________
25252 [ 9137] By: gsar on 2001/03/14 00:57:04
25253 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
25254 Branch: maint-5.6/perl
25256 ____________________________________________________________________________
25257 [ 9136] By: jhi on 2001/03/13 23:12:24
25258 Log: (Retracted by #9155)
25260 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
25261 From: Jens-Uwe Mager <jum@helios.de>
25262 Date: Wed, 21 Feb 2001 21:32:04 +0100
25263 Message-ID: <20010221213203.A18340@ans.helios.de>
25265 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25266 ____________________________________________________________________________
25267 [ 9135] By: jhi on 2001/03/13 22:50:05
25268 Log: Integrate perlio.
25271 ____________________________________________________________________________
25272 [ 9134] By: jhi on 2001/03/13 22:49:05
25273 Log: Integrate change #9131 from maintperl into mainline.
25275 make the error text look more consistent in hints/hpux.sh
25278 ____________________________________________________________________________
25279 [ 9133] By: gsar on 2001/03/13 22:46:20
25280 Log: integrate change#9067 from mainline
25282 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25283 Branch: maint-5.6/perl
25284 !> lib/ExtUtils/MM_Unix.pm
25285 ____________________________________________________________________________
25286 [ 9132] By: jhi on 2001/03/13 22:41:21
25287 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25288 From: "John P. Linderman" <jpl@research.att.com>
25289 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
25290 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
25292 A more correct prime finder.
25294 ! lib/Tie/SubstrHash.pm
25295 ____________________________________________________________________________
25296 [ 9131] By: gsar on 2001/03/13 22:30:42
25297 Log: make the error text look more consistent in hints/hpux.sh
25298 Branch: maint-5.6/perl
25300 ____________________________________________________________________________
25301 [ 9130] By: jhi on 2001/03/13 22:23:44
25302 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
25303 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25304 Date: Tue, 13 Mar 2001 18:41:26 +0100
25305 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
25307 If the test is run non-interactively the default handler
25310 ! t/lib/sigaction.t
25311 ____________________________________________________________________________
25312 [ 9129] By: jhi on 2001/03/13 22:20:21
25313 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
25314 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25315 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
25316 Date: Tue, 13 Mar 2001 16:44:32 EST
25318 ! t/lib/1_compile.t
25319 ____________________________________________________________________________
25320 [ 9128] By: jhi on 2001/03/13 22:18:34
25321 Log: Subject: Another patch for integer.pm POD
25322 From: "John L. Allen" <allen@grumman.com>
25323 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
25324 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
25327 ____________________________________________________________________________
25328 [ 9127] By: nick on 2001/03/13 21:26:30
25329 Log: Integrate mainline.
25331 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
25332 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
25333 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
25334 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
25335 !> Changes Configure MANIFEST README.os2 README.os390
25336 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
25337 !> os2/Changes patchlevel.h win32/perlhost.h
25338 ____________________________________________________________________________
25339 [ 9126] By: nick on 2001/03/13 20:39:51
25340 Log: #ifdef'ed out code to make packed side of pack/unpack
25341 octets. (i.e. pack('U') => encode_utf8).
25344 ____________________________________________________________________________
25345 [ 9125] By: jhi on 2001/03/13 15:07:16
25346 Log: Update Changes.
25348 ! Changes patchlevel.h
25349 ____________________________________________________________________________
25350 [ 9124] By: jhi on 2001/03/13 14:22:45
25351 Log: Workaround for the buggy ("internal compiler error")
25352 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
25353 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
25356 ! ext/re/Makefile.PL hints/aix.sh
25357 ____________________________________________________________________________
25358 [ 9123] By: jhi on 2001/03/13 03:24:34
25359 Log: Typo in #9114.
25361 ! U/modified/myhostname.U
25362 ____________________________________________________________________________
25363 [ 9122] By: jhi on 2001/03/13 03:24:06
25364 Log: Typo in #9113.
25367 ____________________________________________________________________________
25368 [ 9121] By: jhi on 2001/03/13 01:53:05
25369 Log: Forgot to check-in the larger part of #9120, duh.
25372 ____________________________________________________________________________
25373 [ 9120] By: jhi on 2001/03/13 01:51:31
25374 Log: Subject: [PATCH 5.6.1] OS/2 docs
25375 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25376 Date: Mon, 12 Mar 2001 03:27:32 -0500
25377 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
25380 ____________________________________________________________________________
25381 [ 9119] By: jhi on 2001/03/13 01:49:41
25382 Log: Integrate change #9116 from maintperl into mainline.
25384 Win32::GetCwd() returns C: instead of C:\ in the root directory
25387 !> win32/perlhost.h
25388 ____________________________________________________________________________
25389 [ 9118] By: jhi on 2001/03/13 01:13:39
25390 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
25392 + lib/Switch.pm t/lib/switch.t
25394 ____________________________________________________________________________
25395 [ 9117] By: jhi on 2001/03/13 01:03:17
25396 Log: Add Text::Balanced 1.83.
25398 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
25399 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
25400 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
25403 ____________________________________________________________________________
25404 [ 9116] By: gsar on 2001/03/13 00:55:53
25405 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
25407 Branch: maint-5.6/perl
25409 ____________________________________________________________________________
25410 [ 9115] By: jhi on 2001/03/13 00:54:09
25411 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
25412 From: "John L. Allen" <allen@grumman.com>
25413 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
25414 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
25416 use integer document clarification.
25419 ____________________________________________________________________________
25420 [ 9114] By: jhi on 2001/03/13 00:38:54
25421 Log: Metaconfig unit change for #9113.
25423 ! U/modified/myhostname.U
25424 ____________________________________________________________________________
25425 [ 9113] By: jhi on 2001/03/13 00:38:35
25426 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?)
25427 From: Peter Prymmer <pvhp@forte.com>
25428 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
25429 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
25431 ! Configure README.os390 hints/os390.sh
25432 ____________________________________________________________________________
25433 [ 9112] By: jhi on 2001/03/13 00:29:00
25434 Log: Integrate perlio.
25437 ____________________________________________________________________________
25438 [ 9111] By: nick on 2001/03/12 21:16:33
25439 Log: Integrate mainline.
25442 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25444 ____________________________________________________________________________
25445 [ 9110] By: nick on 2001/03/12 21:00:13
25446 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
25449 ____________________________________________________________________________
25450 [ 9109] By: jhi on 2001/03/12 16:04:47
25451 Log: Integrate change #9108 from maintperl to mainline.
25453 fix memory leak in C<sub X { sub {} }> arising from a refcount
25454 loop between the outer sub and the inner prototype anonsub
25456 this also enables closures returned by subroutines that
25457 subsequently get redefined to work without generating coredumps :)
25459 completely removed the free_closures() hack--it shouldn't be
25463 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25465 ____________________________________________________________________________
25466 [ 9108] By: gsar on 2001/03/12 10:21:31
25467 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
25468 loop between the outer sub and the inner prototype anonsub
25470 this also enables closures returned by subroutines that
25471 subsequently get redefined to work without generating coredumps :)
25473 completely removed the free_closures() hack--it shouldn't be
25475 Branch: maint-5.6/perl
25477 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25479 ____________________________________________________________________________
25480 [ 9107] By: jhi on 2001/03/12 05:15:31
25481 Log: Integrate perlio.
25483 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
25484 ____________________________________________________________________________
25485 [ 9106] By: nick on 2001/03/11 20:10:12
25486 Log: regcomp.c is working in native space, not Unicode space (if different)
25487 as it is doing compare against 'W' in \W etc.
25490 ____________________________________________________________________________
25491 [ 9105] By: nick on 2001/03/11 19:39:34
25492 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
25493 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
25495 ! regcomp.c toke.c utf8.c
25496 ____________________________________________________________________________
25497 [ 9104] By: nick on 2001/03/11 18:15:44
25498 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
25501 ____________________________________________________________________________
25502 [ 9103] By: nick on 2001/03/11 18:03:28
25503 Log: Integrate mainline (for regexp stuff).
25505 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25506 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
25507 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
25508 !> t/lib/errno.t t/op/pat.t
25509 ____________________________________________________________________________
25510 [ 9102] By: nick on 2001/03/11 17:44:20
25511 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
25512 - exclude layer syms in makedef.pl for sfio
25513 - also inhibit Encode from trying to build ":encode()" layer.
25515 ! ext/Encode/Encode.xs makedef.pl
25516 ____________________________________________________________________________
25517 [ 9101] By: jhi on 2001/03/10 22:38:13
25518 Log: The $Is_MacOS needs to be declared.
25520 ! lib/ExtUtils/Manifest.pm
25521 ____________________________________________________________________________
25522 [ 9100] By: jhi on 2001/03/10 22:14:29
25523 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
25524 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
25525 pollute the symbolspace if using sfio.
25527 ! ext/Encode/Encode.xs
25528 ____________________________________________________________________________
25529 [ 9099] By: jhi on 2001/03/10 21:58:48
25530 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
25531 Date: Sat, 10 Mar 2001 14:23:55 -0500
25532 From: Chris Nandor <pudge@pobox.com>
25533 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
25535 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25536 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
25538 ____________________________________________________________________________
25539 [ 9098] By: jhi on 2001/03/10 21:38:30
25540 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
25542 ! regcomp.c regexec.c t/op/pat.t
25543 ____________________________________________________________________________
25544 [ 9097] By: jhi on 2001/03/10 14:38:07
25545 Log: Integrate perlio.
25547 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
25548 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
25549 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
25550 ____________________________________________________________________________
25551 [ 9096] By: nick on 2001/03/10 11:55:43
25552 Log: EBCDIC sanity - phase I
25553 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
25554 - use utf8n_xxxx (c.f. pvn) for forms which take length.
25555 - back out vN.N and $^V exceptions to e2a/a2e
25556 - make "locale" isxxx macros be uvchr (may be redundant?)
25558 Not clear yet that toUPPER_uni et. al. return being handled correctly.
25559 The tr// and rexexp stuff still needs an audit, assumption is they are working
25562 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
25564 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
25565 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
25566 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
25567 ____________________________________________________________________________
25568 [ 9095] By: jhi on 2001/03/09 22:10:01
25569 Log: Integrate perlio.
25572 ____________________________________________________________________________
25573 [ 9094] By: nick on 2001/03/09 17:36:38
25574 Log: Builds an passes all tests after integrate and this tweak.
25577 ____________________________________________________________________________
25578 [ 9093] By: nick on 2001/03/09 17:16:03
25579 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
25581 +> lib/unicode/Scripts.txt t/lib/sigaction.t
25582 !> (integrate 79 files)
25583 ____________________________________________________________________________
25584 [ 9092] By: jhi on 2001/03/09 15:28:26
25585 Log: Update Changes.
25587 ! Changes patchlevel.h
25588 ____________________________________________________________________________
25589 [ 9091] By: jhi on 2001/03/09 15:25:05
25590 Log: In op/stat #35 better to scan all the potential directories
25591 for setuids, not just the first one.
25594 ____________________________________________________________________________
25595 [ 9090] By: jhi on 2001/03/09 15:01:27
25596 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
25597 From: rspier@pobox.com (Robert Spier)
25598 Date: Fri, 9 Mar 2001 03:30:20 -0500
25599 Message-ID: <15016.38044.381174.160189@rls.cx>
25601 EXISTS() returning undef mistakenly triggered a FETCH().
25604 ____________________________________________________________________________
25605 [ 9089] By: jhi on 2001/03/09 14:59:02
25606 Log: Add /sbin and /usr/sbin to the list of directories scanned
25607 for setuid programs. Takes care of bug id 20010309.003.
25610 ____________________________________________________________________________
25611 [ 9088] By: jhi on 2001/03/09 14:48:32
25612 Log: Regen perlapi, perltoc.
25614 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
25615 ____________________________________________________________________________
25616 [ 9087] By: jhi on 2001/03/09 14:38:56
25617 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
25618 From: David Mitchell <davem@fdgroup.co.uk>
25619 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
25620 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
25622 ! dump.c perl.c perl.h pod/perlrun.pod
25623 ____________________________________________________________________________
25624 [ 9086] By: jhi on 2001/03/09 01:47:16
25625 Log: A modified version of
25627 Subject: [ID 20010307.005] POSIX::sigaction has various problems
25628 From: anders@broadcom.com
25629 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
25630 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
25632 Currently the sigaction.t test #6 fails (and is fudged to look
25633 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
25634 This may well be a genuine bug in Linux sigaction() (since at
25635 least Tru64, Solaris, and HP-UX disagree with Linux).
25636 Anyone with POSIX / SUSv2 tome handy? The problem is that
25637 the flags of the oldaction don't match with the flags in
25638 the previously installed disposition.
25640 + t/lib/sigaction.t
25641 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25642 ____________________________________________________________________________
25643 [ 9085] By: jhi on 2001/03/09 01:30:13
25644 Log: Subject: Re: mission impossible for the day
25645 From: Alex Gough <alex@rcon.org>
25646 Date: Thu, 08 Mar 2001 17:18:19 +0000
25647 Message-ID: <3AA7BEDB.8070409@rcon.org>
25649 If references (are overloaded) and can be directly stringified,
25650 show that instead of "stringified".
25652 (The problem, infinite mutual recursion caused by overloaded bool
25653 in Switch.pm, tracked by David Mitchell)
25655 ! lib/Carp/Heavy.pm
25656 ____________________________________________________________________________
25657 [ 9084] By: jhi on 2001/03/09 01:20:39
25658 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
25659 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
25660 From: David Mitchell <davem@fdgroup.co.uk>
25661 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
25663 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
25664 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
25665 ____________________________________________________________________________
25666 [ 9083] By: jhi on 2001/03/09 01:16:51
25667 Log: Subject: [PATCH] perldata.pod here-doc docs
25668 From: Jeff Pinyan <jeffp@crusoe.net>
25669 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
25670 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
25673 ____________________________________________________________________________
25674 [ 9082] By: jhi on 2001/03/09 01:01:27
25675 Log: Subject: Re: Unicode/EBCDIC
25676 From: Peter Prymmer <pvhp@forte.com>
25677 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
25678 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
25680 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
25681 ____________________________________________________________________________
25682 [ 9081] By: jhi on 2001/03/08 13:41:30
25683 Log: Subject: Ooops, wrong 'no *POSIX' Patch
25684 From: Dorner Thomas <Thomas.Dorner@start.de>
25685 Date: Thu, 8 Mar 2001 08:43:28 +0100
25686 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
25688 ! hints/posix-bc.sh
25689 ____________________________________________________________________________
25690 [ 9080] By: jhi on 2001/03/08 13:11:42
25691 Log: It's Scripts.txt, not Script.txt.
25694 ____________________________________________________________________________
25695 [ 9079] By: jhi on 2001/03/08 12:59:05
25696 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
25697 From: Dorner Thomas <Thomas.Dorner@start.de>
25698 Date: Wed, 7 Mar 2001 14:13:31 +0100
25699 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
25702 ____________________________________________________________________________
25703 [ 9078] By: jhi on 2001/03/08 12:57:43
25704 Log: Retract #9069, wrong patch.
25707 ____________________________________________________________________________
25708 [ 9077] By: jhi on 2001/03/08 01:06:13
25709 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
25711 + lib/unicode/Scripts.txt
25712 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
25713 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
25714 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
25715 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25716 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
25717 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
25718 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
25719 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
25720 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
25721 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
25722 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
25723 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
25724 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
25725 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
25726 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
25727 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
25728 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
25729 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
25730 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
25731 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
25732 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
25733 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
25734 ! lib/unicode/version
25735 ____________________________________________________________________________
25736 [ 9076] By: jhi on 2001/03/07 22:59:39
25737 Log: Integrate change #7784 from mainline into maintperl.
25739 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
25740 Branch: maint-5.6/perl
25741 !> pp_ctl.c t/op/pat.t
25742 ____________________________________________________________________________
25743 [ 9075] By: jhi on 2001/03/07 22:05:11
25744 Log: More UTF-8 test tweaks.
25746 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
25747 ____________________________________________________________________________
25748 [ 9074] By: nick on 2001/03/07 21:39:29
25749 Log: Integrate mainline.
25751 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
25752 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
25753 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
25754 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
25755 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
25756 ____________________________________________________________________________
25757 [ 9073] By: jhi on 2001/03/07 16:37:09
25758 Log: Update Changes.
25760 ! Changes patchlevel.h
25761 ____________________________________________________________________________
25762 [ 9072] By: jhi on 2001/03/07 16:32:30
25763 Log: Subject: [ID 20010306.004] || != named unary operator
25764 From: abela@geneanet.org
25765 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
25766 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
25769 ____________________________________________________________________________
25770 [ 9071] By: jhi on 2001/03/07 15:14:11
25771 Log: Subject: downgrading to bytes for common functions
25772 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
25773 Date: Wed, 7 Mar 2001 02:36:55 -0500
25774 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
25777 ____________________________________________________________________________
25778 [ 9070] By: jhi on 2001/03/07 15:04:58
25779 Log: Clarify the description differentiating for and while; inspired by
25781 Subject: [ID 20010306.002] for/while difference in for definition
25782 From: abela@geneanet.org
25783 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
25784 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
25787 ____________________________________________________________________________
25788 [ 9069] By: jhi on 2001/03/07 14:55:30
25789 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
25790 From: Dorner Thomas <Thomas.Dorner@start.de>
25791 Date: Wed, 7 Mar 2001 14:13:31 +0100
25792 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
25795 ____________________________________________________________________________
25796 [ 9068] By: jhi on 2001/03/07 14:51:17
25797 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
25798 From: Radu Greab <radu@netsoft.ro>
25799 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
25800 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
25803 ____________________________________________________________________________
25804 [ 9067] By: jhi on 2001/03/07 14:48:57
25805 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25806 From: Simon Cozens <simon@netthink.co.uk>
25807 Date: Wed, 7 Mar 2001 13:59:28 +0000
25808 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
25810 In order to allow MakeMaker to build correct Makefiles,
25811 you need to change the order of the arguments in MM_Unix.pm
25812 as well. (Unless you have C89_CCMODE set, but we're trying
25813 to be POSIXly correct)
25815 Thanks to Merijn Broeren for tracking this down.
25817 ! lib/ExtUtils/MM_Unix.pm
25818 ____________________________________________________________________________
25819 [ 9066] By: jhi on 2001/03/07 14:30:02
25820 Log: Floating point too messy.
25822 ! t/camel-III/vstring.t
25823 ____________________________________________________________________________
25824 [ 9065] By: jhi on 2001/03/07 14:17:44
25825 Log: Integrate change #9064 from maintperl into mainline.
25827 fix memory leak in pack("Bb",...)
25830 ____________________________________________________________________________
25831 [ 9064] By: gsar on 2001/03/07 06:29:24
25832 Log: fix memory leak in pack("Bb",...)
25833 Branch: maint-5.6/perl
25835 ____________________________________________________________________________
25836 [ 9063] By: jhi on 2001/03/07 00:55:04
25837 Log: Major utf8 test reorganisation and rewrite.
25838 Hopefully no tests were lost in the shuffle.
25839 (The beginning of pragma/utf8 was lost intentionally,
25840 the tests were rather bogus and incomplete.)
25842 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
25844 ____________________________________________________________________________
25845 [ 9062] By: jhi on 2001/03/07 00:41:16
25846 Log: More tweakage on the Unicode character class descriptions.
25848 ! lib/unicode/mktables.PL pod/perlretut.pod
25849 ____________________________________________________________________________
25850 [ 9061] By: jhi on 2001/03/06 23:12:38
25851 Log: The perlretut was still talking about the old \p and \P
25854 ! pod/perlretut.pod
25855 ____________________________________________________________________________
25856 [ 9060] By: nick on 2001/03/06 20:52:37
25857 Log: Integrate mainline (make test works again now).
25859 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
25860 ____________________________________________________________________________
25861 [ 9059] By: jhi on 2001/03/06 15:36:14
25862 Log: 0.999... does equal 1.0, doesn't it?
25864 ! t/camel-III/vstring.t
25865 ____________________________________________________________________________
25866 [ 9058] By: jhi on 2001/03/06 15:34:00
25867 Log: Make /x{abcd}/ to work without use utf8.
25870 ____________________________________________________________________________
25871 [ 9057] By: jhi on 2001/03/06 03:02:36
25872 Log: Easier to outcomment all the three reset() tests for now.
25875 ____________________________________________________________________________
25876 [ 9056] By: jhi on 2001/03/06 02:30:02
25877 Log: Comment out the deadly reset; until the 20010301.005
25881 ____________________________________________________________________________
25882 [ 9055] By: jhi on 2001/03/06 02:21:26
25883 Log: Integrate the change #9054 from mainline:
25884 retract the PMOP cleanup patch pending further investigation.
25885 Branch: maint-5.6/perl
25887 ____________________________________________________________________________
25888 [ 9054] By: jhi on 2001/03/06 02:19:57
25889 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
25890 with oddly familiar stack traces.
25893 ____________________________________________________________________________
25894 [ 9053] By: jhi on 2001/03/05 23:20:28
25895 Log: Integrate perlio.
25897 +> ext/Encode/Encode/koi8-r.ucm
25898 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
25900 ____________________________________________________________________________
25901 [ 9052] By: nick on 2001/03/05 23:08:17
25902 Log: skipping USE_PERLIO symbols correction.
25905 ____________________________________________________________________________
25906 [ 9051] By: nick on 2001/03/05 22:35:07
25907 Log: More Encode alias tidying.
25909 + ext/Encode/Encode/koi8-r.ucm
25910 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
25911 ____________________________________________________________________________
25912 [ 9050] By: jhi on 2001/03/05 21:44:29
25913 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
25914 Sarathy's fix for ID 20010301.005.
25915 Branch: maint-5.6/perl
25917 ____________________________________________________________________________
25918 [ 9049] By: nick on 2001/03/05 19:54:04
25919 Log: Integrate Jarkko's Encode.pm tweak.
25921 !> ext/Encode/Encode.pm
25922 ____________________________________________________________________________
25923 [ 9048] By: nick on 2001/03/05 19:47:57
25924 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
25927 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
25928 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
25929 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
25930 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
25931 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
25932 ____________________________________________________________________________
25933 [ 9047] By: jhi on 2001/03/05 19:25:26
25934 Log: Regen perlapi.
25937 ____________________________________________________________________________
25938 [ 9046] By: jhi on 2001/03/05 19:12:14
25939 Log: Integrate perlio.
25941 +> t/camel-III/vstring.t
25942 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
25943 ____________________________________________________________________________
25944 [ 9045] By: jhi on 2001/03/05 19:10:36
25945 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
25947 ! ext/Encode/Encode.pm
25948 ____________________________________________________________________________
25949 [ 9044] By: jhi on 2001/03/05 18:49:12
25950 Log: Forgot the other half of the PMOP patch (#9033).
25953 ____________________________________________________________________________
25954 [ 9043] By: nick on 2001/03/05 18:14:47
25955 Log: Update MANIFEST for new test.
25958 ____________________________________________________________________________
25959 [ 9042] By: nick on 2001/03/05 18:12:41
25960 Log: Some tests for Camel 3rd edition features.
25961 Make gethostbyaddr() test in above work.
25963 + t/camel-III/vstring.t
25964 ! pp.h pp_sys.c t/TEST t/harness
25965 ____________________________________________________________________________
25966 [ 9041] By: jhi on 2001/03/05 17:41:48
25967 Log: Add more ISO 8859 encoding aliases.
25969 ! ext/Encode/Encode.pm
25970 ____________________________________________________________________________
25971 [ 9040] By: jhi on 2001/03/05 17:30:43
25972 Log: Integrate perlio.
25975 ____________________________________________________________________________
25976 [ 9039] By: nick on 2001/03/05 17:11:36
25977 Log: Missed added file.
25980 ____________________________________________________________________________
25981 [ 9038] By: jhi on 2001/03/05 15:58:01
25982 Log: Add tr tests for EBCDIC, from Karsten Sperling.
25985 ____________________________________________________________________________
25986 [ 9037] By: nick on 2001/03/05 15:56:35
25987 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
25988 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
25990 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
25991 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
25992 - uses SvPV() rather than sv_2pv() in case it isn't a string.
25995 ____________________________________________________________________________
25996 [ 9036] By: jhi on 2001/03/05 15:49:15
25997 Log: Add matching tests currently failing in EBCDIC,
25998 suggested by Karsten Sperling.
26001 ____________________________________________________________________________
26002 [ 9035] By: jhi on 2001/03/05 15:36:55
26003 Log: The #9034 needs a MANIFESTation.
26006 ____________________________________________________________________________
26007 [ 9034] By: jhi on 2001/03/05 15:35:14
26008 Log: Integrate perlio.
26010 +> ext/Encode/Encode/Tcl.pm
26011 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
26012 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
26013 !> ext/Encode/Encode/iso8859-1.ucm
26014 !> ext/Encode/Encode/iso8859-10.ucm
26015 !> ext/Encode/Encode/iso8859-13.ucm
26016 !> ext/Encode/Encode/iso8859-14.ucm
26017 !> ext/Encode/Encode/iso8859-15.ucm
26018 !> ext/Encode/Encode/iso8859-16.ucm
26019 !> ext/Encode/Encode/iso8859-2.ucm
26020 !> ext/Encode/Encode/iso8859-3.ucm
26021 !> ext/Encode/Encode/iso8859-4.ucm
26022 !> ext/Encode/Encode/iso8859-5.ucm
26023 !> ext/Encode/Encode/iso8859-6.ucm
26024 !> ext/Encode/Encode/iso8859-7.ucm
26025 !> ext/Encode/Encode/iso8859-8.ucm
26026 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
26028 ____________________________________________________________________________
26029 [ 9033] By: jhi on 2001/03/05 15:33:18
26030 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
26031 From: Gurusamy Sarathy <gsar@ActiveState.com>
26032 Date: Sun, 04 Mar 2001 22:33:15 -0800
26033 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
26035 PMOPs need to remember their own stash so that they can
26036 gracefully remove themselves from their linked list.
26039 ____________________________________________________________________________
26040 [ 9032] By: nick on 2001/03/05 14:51:50
26041 Log: Encode implementation "completion"
26042 Implement and document define_encoding()
26043 Implement and document encoding aliases including define_alias()
26044 Make Encode::XS use define_encoding() rather than back-door.
26045 Move run-time *.enc to separate Encode::Tcl module.
26046 Make 'compile' honour <codeset_name>
26047 Change canonical names of to iso-8859-* and US-ascii.
26049 + ext/Encode/Encode/Tcl.pm
26050 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
26051 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
26052 ! ext/Encode/Encode/iso8859-1.ucm
26053 ! ext/Encode/Encode/iso8859-10.ucm
26054 ! ext/Encode/Encode/iso8859-13.ucm
26055 ! ext/Encode/Encode/iso8859-14.ucm
26056 ! ext/Encode/Encode/iso8859-15.ucm
26057 ! ext/Encode/Encode/iso8859-16.ucm
26058 ! ext/Encode/Encode/iso8859-2.ucm
26059 ! ext/Encode/Encode/iso8859-3.ucm
26060 ! ext/Encode/Encode/iso8859-4.ucm
26061 ! ext/Encode/Encode/iso8859-5.ucm
26062 ! ext/Encode/Encode/iso8859-6.ucm
26063 ! ext/Encode/Encode/iso8859-7.ucm
26064 ! ext/Encode/Encode/iso8859-8.ucm
26065 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
26067 ____________________________________________________________________________
26068 [ 9031] By: jhi on 2001/03/05 13:51:17
26069 Log: Integrate change #9030 from maintperl into mainline.
26071 Subject: [PATCH 5.6.1] OS/2 cleanup
26074 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26075 !> makedef.pl os2/Changes os2/Makefile.SHs
26076 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
26077 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
26078 !> os2/os2.sym os2/os2ish.h
26079 ____________________________________________________________________________
26080 [ 9030] By: jhi on 2001/03/05 13:46:49
26081 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
26082 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26083 Date: Mon, 5 Mar 2001 02:29:44 -0500
26084 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
26085 Branch: maint-5.6/perl
26087 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26088 ! makedef.pl os2/Changes os2/Makefile.SHs
26089 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
26090 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
26091 ! os2/os2.sym os2/os2ish.h
26092 ____________________________________________________________________________
26093 [ 9029] By: jhi on 2001/03/05 13:40:35
26094 Log: Integrate change #9028 from maintperl into mainline.
26096 various nits in MM_Unix.pm found by disabling SelfLoader
26098 !> lib/ExtUtils/MM_Unix.pm
26099 ____________________________________________________________________________
26100 [ 9028] By: gsar on 2001/03/05 09:58:38
26101 Log: various nits in MM_Unix.pm found by disabling SelfLoader
26102 Branch: maint-5.6/perl
26103 ! lib/ExtUtils/MM_Unix.pm
26104 ____________________________________________________________________________
26105 [ 9027] By: nick on 2001/03/05 08:35:22
26106 Log: Integrate mainline
26108 !> (integrate 28 files)
26109 ____________________________________________________________________________
26110 [ 9026] By: jhi on 2001/03/05 02:14:59
26111 Log: Integrate change #9025 from mainline to maintperl,
26112 retract \N{U+HHHH}.
26113 Branch: maint-5.6/perl
26114 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26115 !> t/lib/charnames.t toke.c
26116 ____________________________________________________________________________
26117 [ 9025] By: jhi on 2001/03/05 02:13:09
26118 Log: Retracting \N{U+HHHH}.
26120 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26121 ! t/lib/charnames.t toke.c
26122 ____________________________________________________________________________
26123 [ 9024] By: jhi on 2001/03/04 20:51:07
26124 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
26125 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26126 Date: Fri, 02 Mar 2001 18:25:26 +0100
26127 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
26131 ! ext/Storable/Storable.xs
26132 ____________________________________________________________________________
26133 [ 9023] By: jhi on 2001/03/04 19:46:45
26134 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
26135 From: nick@talking.bollo.cx
26136 Date: Sat, 03 Mar 2001 21:41:33 +0000
26137 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
26139 Revert the workaround.
26142 ____________________________________________________________________________
26143 [ 9022] By: jhi on 2001/03/04 19:36:28
26144 Log: Update Changes.
26146 ! Changes patchlevel.h
26147 ____________________________________________________________________________
26148 [ 9021] By: jhi on 2001/03/04 18:41:00
26149 Log: makedef.pl updates suggested by Chris Nandor; double-checking
26150 the changes in AIX, OS/2 Win32 would be nice.
26153 ____________________________________________________________________________
26154 [ 9020] By: jhi on 2001/03/04 18:23:58
26155 Log: Integrate change #9012 from maintperl into mainline,
26156 quench a compiler warning.
26159 ____________________________________________________________________________
26160 [ 9019] By: jhi on 2001/03/04 18:18:43
26161 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
26165 pattern in G_ARRAY context
26166 Branch: maint-5.6/perl
26167 !> pp_hot.c t/op/pat.t toke.c
26168 ____________________________________________________________________________
26169 [ 9018] By: jhi on 2001/03/04 18:07:48
26170 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
26171 From: Jeff Pinyan <jeffp@crusoe.net>
26172 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
26173 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
26175 ! pp_hot.c t/op/pat.t
26176 ____________________________________________________________________________
26177 [ 9017] By: jhi on 2001/03/04 18:06:21
26178 Log: I thought I tested the #9014.
26181 ____________________________________________________________________________
26182 [ 9016] By: jhi on 2001/03/04 17:41:22
26183 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
26185 Tweak the get*ent() OS/2 prototypes.
26187 Add the \N{U+HHHH} syntax.
26189 More tr/// UTF-8 fixes from Inaba Hiroto.
26190 Branch: maint-5.6/perl
26191 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
26192 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
26193 ____________________________________________________________________________
26194 [ 9015] By: jhi on 2001/03/04 17:36:04
26195 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
26198 ____________________________________________________________________________
26199 [ 9014] By: jhi on 2001/03/04 17:24:49
26200 Log: Add the \N{U+HHHH} syntax.
26202 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26203 ! t/lib/charnames.t toke.c
26204 ____________________________________________________________________________
26205 [ 9013] By: jhi on 2001/03/04 17:20:45
26206 Log: Tweak the get*ent() OS/2 prototypes.
26209 ____________________________________________________________________________
26210 [ 9012] By: gsar on 2001/03/04 06:26:14
26211 Log: avoid warning (nit in change#9009)
26212 Branch: maint-5.6/perl
26214 ____________________________________________________________________________
26215 [ 9011] By: gsar on 2001/03/04 06:15:24
26216 Log: lib/charnames.t fails in 5.6.x because of older Unicode
26219 TODO: need to revisit this after updating lib/unicode/...
26220 Branch: maint-5.6/perl
26221 ! t/lib/charnames.t
26222 ____________________________________________________________________________
26223 [ 9010] By: gsar on 2001/03/04 06:08:36
26224 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
26225 Branch: maint-5.6/perl
26227 ____________________________________________________________________________
26228 [ 9009] By: jhi on 2001/03/03 19:27:20
26229 Log: Integrate change #9008 from mainline to maintperl,
26230 UTF-8 tr/// fixes from Inaba Hiroto.
26231 Branch: maint-5.6/perl
26232 !> doop.c op.c t/op/tr.t toke.c
26233 ____________________________________________________________________________
26234 [ 9008] By: jhi on 2001/03/03 19:19:42
26235 Log: UTF8 tr/// fixes from Inaba Hiroto.
26237 ! doop.c op.c t/op/tr.t toke.c
26238 ____________________________________________________________________________
26239 [ 9007] By: jhi on 2001/03/03 19:00:30
26240 Log: Integrate change #9006 from maintperl to mainline,
26241 more robust quest for the infinite.
26243 !> lib/Math/Complex.pm
26244 ____________________________________________________________________________
26245 [ 9006] By: jhi on 2001/03/03 18:58:06
26246 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
26247 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26248 Date: Sat, 3 Mar 2001 12:51:50 -0500
26249 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
26251 Be more robust in our quest for the infinite.
26252 Branch: maint-5.6/perl
26253 ! lib/Math/Complex.pm
26254 ____________________________________________________________________________
26255 [ 9005] By: jhi on 2001/03/03 17:55:50
26256 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
26257 Branch: maint-5.6/perl
26259 ____________________________________________________________________________
26260 [ 9004] By: jhi on 2001/03/03 17:40:14
26261 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
26262 so that picky compilers like IRIX won't get huffy about
26263 "statements without effect" (like 1;).
26266 ____________________________________________________________________________
26267 [ 9003] By: jhi on 2001/03/03 17:15:52
26268 Log: Integrate change #9002 from mainline to maintperl.
26270 Subject: [perl-5.6.x, perl-current] accept for EPOC
26271 Branch: maint-5.6/perl
26273 ____________________________________________________________________________
26274 [ 9002] By: jhi on 2001/03/03 17:14:30
26275 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
26276 From: Olaf Flebbe <O.Flebbe@science-computing.de>
26277 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
26278 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
26281 ____________________________________________________________________________
26282 [ 9001] By: jhi on 2001/03/03 17:13:13
26283 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
26284 From: "Craig A. Berry" <craigberry@mac.com>
26285 Date: Fri, 02 Mar 2001 17:44:40 -0600
26286 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
26289 ____________________________________________________________________________
26290 [ 9000] By: jhi on 2001/03/03 17:11:55
26291 Log: Integrate changes #8997,8999 from maintperl.
26293 Subject: [PATCH 5.6.1] compiling on OS/2
26294 (Better error message from hints/os2.sh)
26296 Subject: [PATCH 5.6.1] syslog.t
26298 !> hints/os2.sh t/lib/syslog.t
26299 ____________________________________________________________________________
26300 [ 8999] By: jhi on 2001/03/03 17:09:28
26301 Log: Subject: [PATCH 5.6.1] syslog.t
26302 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26303 Date: Sat, 3 Mar 2001 02:11:17 -0500
26304 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
26305 Branch: maint-5.6/perl
26307 ____________________________________________________________________________
26308 [ 8998] By: jhi on 2001/03/03 17:07:50
26309 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
26310 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26311 Date: Sat, 3 Mar 2001 01:53:52 -0500
26312 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
26313 Branch: maint-5.6/perl
26314 ! opcode.pl os2/os2.c
26315 ____________________________________________________________________________
26316 [ 8997] By: jhi on 2001/03/03 17:03:30
26317 Log: Subject: [PATCH 5.6.1] compiling on OS/2
26318 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26319 Date: Sat, 3 Mar 2001 01:59:59 -0500
26320 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
26321 Branch: maint-5.6/perl
26323 ____________________________________________________________________________
26324 [ 8996] By: jhi on 2001/03/03 00:55:58
26325 Log: Regen files for mainline.
26327 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26328 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
26329 ____________________________________________________________________________
26330 [ 8995] By: jhi on 2001/03/03 00:35:22
26331 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
26332 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
26335 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
26337 Add Configure option -Dmksymlinks which will create a symlink
26338 forest if the current/build differs from the source directory.
26339 (8218,8220,8221,8317,8318,8971)
26341 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
26342 (Document APPLLIB_EXP in INSTALL.)
26344 If running byacc write-enable also perly.h.
26346 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
26348 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26350 Sanity check for conflicting thread flavours.
26352 Fix the sys/fcntl.h problem reported by Peter Prymmer.
26354 Add few CPUs/architectures to the Cppsym scan,
26355 add -perlio to archname if so selected (modified 8890)
26357 Be more helpful for devel builders, suggested by John L. Allen.
26358 (admittedly pointless change for maintperl, but the usedevel
26359 code is there already)
26360 Branch: maint-5.6/perl
26361 !> Configure INSTALL Makefile.SH Porting/Glossary
26362 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
26363 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
26364 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
26365 !> win32/config.bc win32/config.gc win32/config.vc
26366 ____________________________________________________________________________
26367 [ 8994] By: jhi on 2001/03/02 23:31:41
26368 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
26369 Branch: metaconfig/U/perl
26371 ____________________________________________________________________________
26372 [ 8993] By: jhi on 2001/03/02 23:22:12
26373 Log: Regenerate various files for maint.
26374 Branch: maint-5.6/perl
26375 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
26376 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
26377 ____________________________________________________________________________
26378 [ 8992] By: alanbur on 2001/03/02 22:48:34
26379 Log: Resync wuth parent
26380 Branch: maint-5.6/pureperl
26381 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
26382 !> (integrate 60 files)
26383 ____________________________________________________________________________
26384 [ 8991] By: jhi on 2001/03/02 21:00:08
26385 Log: Retract the #8742 part of #8986, backward compat.
26386 Branch: maint-5.6/perl
26388 ____________________________________________________________________________
26389 [ 8990] By: jhi on 2001/03/02 20:40:07
26390 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
26391 Branch: maint-5.6/perl
26393 ____________________________________________________________________________
26394 [ 8989] By: jhi on 2001/03/02 19:59:56
26395 Log: Update Changes.
26397 ! Changes patchlevel.h
26398 ____________________________________________________________________________
26399 [ 8988] By: jhi on 2001/03/02 19:57:08
26400 Log: Integrate perlio.
26402 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26403 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26404 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26405 !> ext/Encode/Encode/iso8859-10.ucm
26406 !> ext/Encode/Encode/iso8859-13.ucm
26407 !> ext/Encode/Encode/iso8859-14.ucm
26408 !> ext/Encode/Encode/iso8859-15.ucm
26409 !> ext/Encode/Encode/iso8859-16.ucm
26410 !> ext/Encode/Encode/iso8859-2.ucm
26411 !> ext/Encode/Encode/iso8859-3.ucm
26412 !> ext/Encode/Encode/iso8859-4.ucm
26413 !> ext/Encode/Encode/iso8859-5.ucm
26414 !> ext/Encode/Encode/iso8859-6.ucm
26415 !> ext/Encode/Encode/iso8859-7.ucm
26416 !> ext/Encode/Encode/iso8859-8.ucm
26417 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26418 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
26419 ____________________________________________________________________________
26420 [ 8987] By: jhi on 2001/03/02 19:43:40
26421 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
26422 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
26423 8950,8952,8955 from mainline to maintperl.
26425 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26427 Put to rest the 20010205.001, the email address checking (not) regex.
26429 fork() not everywhere, cleanup temp files.
26431 The #8843 wasn't quite right: %Config needs to imported.
26433 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
26434 (#8849: the glob-basic hunk needed massaging as it depended
26435 on Schwern's large-scale (unintegrated) patches)
26437 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
26439 Upgrade to CGI.pm 2.752, from Lincoln Stein.
26440 (Note: there were some conflicts due to EBCDIC and EPOC
26441 patches, in general I preferred the repository code.)
26442 (When 2.753 comes out, we need to synchronize.)
26444 Subject: [PATCH] fix for charnames above FFFF
26446 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
26448 If no sfio, no -lsfio.
26450 Run run/*.t also in minitest.
26452 Subject: [PATCH perl 5.7.0] malloc message address offset
26454 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
26456 Subject: fix for parameter -Dm (for perl@8867)
26458 Subject: [PATCH: perl@8892] was Re: hashing order difference?
26459 (make the test more portable)
26461 Subject: Re: [PATCH] fix for charnames above FFFF
26463 Subject: Re: I'm losing the war...
26464 (hv_store() not working correctly in ENV_IS_CASELESS case.)
26466 Subject: Modified README.bs2000
26468 Subject: [PATCH: perl@8935] -Dt padsv($var)
26470 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
26472 Subject: PATCH: extra tests to check on negative float to unsigned cast
26474 Subject: [PATCH] XPUSH[insp] was Re: progress
26476 Subject: Re: Compile with perlcc..
26477 Branch: maint-5.6/perl
26478 !> (integrate 36 files)
26479 ____________________________________________________________________________
26480 [ 8986] By: jhi on 2001/03/02 18:51:25
26481 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
26482 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
26485 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
26487 Subject: [DOC PATCH] overload.pm nits
26489 Add header for LIB$ prototypes (C. Berry)
26491 Convert fwrite()s to sockets to write()s, since some socket stacks
26492 don't take kindly to stdio.
26493 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26494 (for often optional LNMs)
26495 Correct a few typos
26498 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
26502 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
26504 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
26506 Upgrade to CPAN 1.59_54, from Andreas König.
26510 Subject: [PATCH] Document makepatch in Porting/patching
26512 UTF-8 documentation.
26514 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
26518 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
26520 Subject: [PATCH @8807] toke.c cleanup: scan_str()
26522 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
26524 Add run/*.t to testables.
26526 TODO: integrate #8784.
26527 Branch: maint-5.6/perl
26528 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
26529 !> (integrate 28 files)
26530 ____________________________________________________________________________
26531 [ 8985] By: nick on 2001/03/02 18:15:45
26532 Log: Integrate mainline
26534 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
26536 ____________________________________________________________________________
26537 [ 8984] By: jhi on 2001/03/02 16:00:17
26538 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
26540 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
26541 5.004_05, and mention the suidperl August 2000 security problem.
26544 Subject: [ID 20010301.004] Technically speaking in perldata
26546 Subject: [PATCH] File::Copy for bleadperl, maintperl
26548 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
26550 (The #8982, fix for 20010221.005 and 20010221.008,
26551 would be nice too but it didn't integrate cleanly.)
26552 Branch: maint-5.6/perl
26553 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
26554 ____________________________________________________________________________
26555 [ 8983] By: jhi on 2001/03/02 15:51:16
26556 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
26557 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26558 Date: Thu, 1 Mar 2001 15:54:09 EST
26559 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
26562 ____________________________________________________________________________
26563 [ 8982] By: jhi on 2001/03/02 15:43:31
26564 Log: Subject: Re: sync sync sync: have I missed any patches?
26565 From: Radu Greab <radu@netsoft.ro>
26566 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
26567 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
26569 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
26570 was checking argv[0] regardless of whether a different pathname
26571 will actually be executed." Test case not supplied because
26572 drafting that, ironically enough, revealed another bug
26576 ____________________________________________________________________________
26577 [ 8981] By: jhi on 2001/03/02 15:28:03
26578 Log: Misdate in #8978.
26581 ____________________________________________________________________________
26582 [ 8980] By: jhi on 2001/03/02 15:24:20
26583 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
26584 From: Chris Nandor <pudge@pobox.com>
26585 Date: Wed, 28 Feb 2001 22:10:15 -0500
26586 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
26589 ____________________________________________________________________________
26590 [ 8979] By: jhi on 2001/03/02 15:17:16
26591 Log: Subject: [ID 20010301.004] Technically speaking in perldata
26592 From: abela@geneanet.org
26593 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
26594 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
26597 ____________________________________________________________________________
26598 [ 8978] By: jhi on 2001/03/02 15:15:27
26599 Log: Subject: [ID 20010301.003] ref to 5.004
26600 From: abela@geneanet.org
26601 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
26602 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
26604 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
26605 and mention the suidperl August 2000 security problem.
26608 ____________________________________________________________________________
26609 [ 8977] By: alanbur on 2001/03/02 14:17:45
26610 Log: Resynchronised with parent
26611 Branch: maint-5.6/pureperl
26612 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
26613 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
26614 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
26615 !> vms/descrip_mms.template win32/win32.c win32/win32.h
26616 !> win32/win32iop.h
26617 ____________________________________________________________________________
26618 [ 8976] By: nick on 2001/03/01 23:25:30
26619 Log: Integrate mainline.
26622 !> (integrate 55 files)
26623 ____________________________________________________________________________
26624 [ 8975] By: jhi on 2001/03/01 16:51:34
26625 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
26628 ____________________________________________________________________________
26629 [ 8974] By: gsar on 2001/03/01 16:28:21
26630 Log: fix for bugid 20010226.008
26632 the problem was that some of the pointers (PL_last_lop and
26633 PL_last_uni specifically) into the lex buffers weren't correctly
26634 being invalidated when the buffer changed; this would leave the
26635 pointers pointing at an arbitrary location in the buffer if
26636 the buffer didn't need to be reallocated, or point into freed
26637 memory if the buffer had to be realloced
26639 TODO item for bugdb maintainers: check other seemingly random
26640 parser-related bugs--they might be cured by this
26641 Branch: maint-5.6/perl
26643 ____________________________________________________________________________
26644 [ 8973] By: jhi on 2001/03/01 02:23:25
26645 Log: Retract #8970 because of a completely mysterious core dump:
26646 adding the tests 241..244 causes op/pat dump core at test #25.
26647 The test needs a lot of whittling down before the bug can be solved.
26650 ____________________________________________________________________________
26651 [ 8972] By: jhi on 2001/03/01 01:58:38
26652 Log: Regen perlapi.
26655 ____________________________________________________________________________
26656 [ 8971] By: jhi on 2001/03/01 01:34:09
26657 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))
26658 From: Nicholas Clark <nick@ccl4.org>
26659 Date: Wed, 28 Feb 2001 23:28:49 +0000
26660 Message-ID: <20010228232849.A55187@plum.flirble.org>
26662 Allow a completely write protected source code tree
26663 when using the Configure -Dmksymlinks.
26665 ! embed.pl warnings.pl
26666 ____________________________________________________________________________
26667 [ 8970] By: jhi on 2001/03/01 01:32:04
26668 Log: Add back the EBCDIC character range tests (for matching).
26671 ____________________________________________________________________________
26672 [ 8969] By: nick on 2001/02/28 18:18:01
26673 Log: Add charname comments to .ucm files writen by 'compile',
26674 also order charmaps in those files by source encoding.
26675 regenerate distrubuted .ucm files
26677 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26678 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26679 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26680 ! ext/Encode/Encode/iso8859-10.ucm
26681 ! ext/Encode/Encode/iso8859-13.ucm
26682 ! ext/Encode/Encode/iso8859-14.ucm
26683 ! ext/Encode/Encode/iso8859-15.ucm
26684 ! ext/Encode/Encode/iso8859-16.ucm
26685 ! ext/Encode/Encode/iso8859-2.ucm
26686 ! ext/Encode/Encode/iso8859-3.ucm
26687 ! ext/Encode/Encode/iso8859-4.ucm
26688 ! ext/Encode/Encode/iso8859-5.ucm
26689 ! ext/Encode/Encode/iso8859-6.ucm
26690 ! ext/Encode/Encode/iso8859-7.ucm
26691 ! ext/Encode/Encode/iso8859-8.ucm
26692 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26693 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
26694 ____________________________________________________________________________
26695 [ 8968] By: jhi on 2001/02/28 16:26:37
26696 Log: Expand usemorebits early if d_casti32 needs to be undefined.
26698 ! hints/hpux.sh hints/irix_6.sh
26699 ____________________________________________________________________________
26700 [ 8967] By: jhi on 2001/02/28 16:22:26
26701 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
26702 retract toke.c/qu parts of #8583, retract #8485, retract
26703 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
26704 op/length.t, and MANIFEST, and delete t/op/qu.t.
26707 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
26708 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
26709 ! t/op/length.t toke.c
26710 ____________________________________________________________________________
26711 [ 8966] By: jhi on 2001/02/28 15:00:27
26712 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
26713 by not changing from pre-Unicode days into being Unicode-aware.
26716 ! pp.c t/op/pack.t t/op/qu.t
26717 ____________________________________________________________________________
26718 [ 8965] By: jhi on 2001/02/28 14:37:55
26719 Log: Subject: Re: Errors in core PODs
26720 From: Michael Stevens <michael@etla.org>
26721 Date: Fri, 23 Feb 2001 15:47:56 +0000
26722 Message-ID: <20010223154756.A7723@firedrake.org>
26724 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
26725 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
26726 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
26728 ____________________________________________________________________________
26729 [ 8964] By: jhi on 2001/02/28 14:35:35
26730 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
26731 (The #8961 was too bold.)
26733 ! hints/hpux.sh hints/irix_6.sh
26734 ____________________________________________________________________________
26735 [ 8963] By: jhi on 2001/02/28 14:33:39
26736 Log: Subject: Re: sync sync sync: have I missed any patches?
26737 From: Tim Jenness <t.jenness@jach.hawaii.edu>
26738 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
26739 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
26740 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
26742 Replace djSP with dSP.
26744 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
26745 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
26747 ____________________________________________________________________________
26748 [ 8962] By: jhi on 2001/02/27 23:21:14
26749 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
26751 ! lib/Filter/Simple.pm
26752 ____________________________________________________________________________
26753 [ 8961] By: jhi on 2001/02/27 22:55:26
26754 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
26755 and this would be it.
26757 ! hints/hpux.sh hints/irix_6.sh
26758 ____________________________________________________________________________
26759 [ 8960] By: jhi on 2001/02/27 22:51:33
26760 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
26761 From: "Craig A. Berry" <craigberry@mac.com>
26762 Date: Tue, 27 Feb 2001 16:11:44 -0600
26763 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
26764 Branch: maint-5.6/perl
26765 ! configure.com vms/descrip_mms.template
26766 ____________________________________________________________________________
26767 [ 8959] By: jhi on 2001/02/27 22:47:23
26768 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
26769 From: "Craig A. Berry" <craigberry@mac.com>
26770 Date: Tue, 27 Feb 2001 16:11:44 -0600
26771 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
26773 ! configure.com vms/descrip_mms.template
26774 ____________________________________________________________________________
26775 [ 8958] By: jhi on 2001/02/27 15:16:42
26776 Log: Update Changes.
26778 ! Changes patchlevel.h
26779 ____________________________________________________________________________
26780 [ 8957] By: jhi on 2001/02/27 06:15:07
26781 Log: Subject: [5.6.x] EPOC additions
26782 From: Olaf Flebbe <O.Flebbe@science-computing.de>
26783 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
26784 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
26785 Branch: maint-5.6/perl
26786 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
26787 ____________________________________________________________________________
26788 [ 8956] By: jhi on 2001/02/27 06:12:11
26789 Log: Subject: [perl-current] EPOC
26790 From: Olaf Flebbe <O.Flebbe@science-computing.de>
26791 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
26792 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
26794 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
26795 ! epoc/epocish.c epoc/epocish.h pp_sys.c
26796 ____________________________________________________________________________
26797 [ 8955] By: jhi on 2001/02/27 05:59:50
26798 Log: Subject: Re: Compile with perlcc..
26799 From: Edward Peschko <edwardp@excitehome.net>
26800 Date: Mon, 26 Feb 2001 18:51:58 -0800
26801 Message-ID: <20010226185158.A9871@excitehome.net>
26803 plus add a simple usage message if no arguments given.
26805 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
26806 ! utils/Makefile utils/perlcc.PL win32/pod.mak
26807 ____________________________________________________________________________
26808 [ 8954] By: nick on 2001/02/26 21:02:59
26809 Log: Integrate mainline
26811 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
26812 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
26814 ____________________________________________________________________________
26815 [ 8953] By: jhi on 2001/02/26 14:43:54
26816 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
26817 From: Nicholas Clark <nick@ccl4.org>
26818 Date: Mon, 26 Feb 2001 00:42:07 +0000
26819 Message-ID: <20010226004207.F23333@plum.flirble.org>
26822 ____________________________________________________________________________
26823 [ 8952] By: jhi on 2001/02/26 14:42:13
26824 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
26825 From: Simon Cozens <simon@netthink.co.uk>
26826 Date: Mon, 26 Feb 2001 12:23:48 +0000
26827 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
26830 ____________________________________________________________________________
26831 [ 8951] By: jhi on 2001/02/26 14:39:15
26832 Log: Subject: [PATCH] perlio - unknown layer
26833 From: Nicholas Clark <nick@ccl4.org>
26834 Date: Mon, 26 Feb 2001 00:27:19 +0000
26835 Message-ID: <20010226002719.E23333@plum.flirble.org>
26838 ____________________________________________________________________________
26839 [ 8950] By: jhi on 2001/02/26 14:38:04
26840 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
26841 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
26842 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
26843 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
26846 ____________________________________________________________________________
26847 [ 8949] By: jhi on 2001/02/26 14:37:07
26848 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
26849 From: Peter Prymmer <pvhp@forte.com>
26850 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
26851 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
26854 ____________________________________________________________________________
26855 [ 8948] By: jhi on 2001/02/26 14:35:53
26856 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
26857 From: Radu Greab <radu@netsoft.ro>
26858 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
26859 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
26862 ____________________________________________________________________________
26863 [ 8947] By: jhi on 2001/02/26 14:34:46
26864 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
26865 From: David Mitchell <davem@fdgroup.co.uk>
26866 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
26867 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
26870 ____________________________________________________________________________
26871 [ 8946] By: jhi on 2001/02/26 14:32:37
26872 Log: Subject: Modified README.bs2000
26873 From: Dorner Thomas <Thomas.Dorner@start.de>
26874 Date: Mon, 26 Feb 2001 09:22:17 +0100
26875 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
26878 ____________________________________________________________________________
26879 [ 8945] By: jhi on 2001/02/26 14:19:53
26880 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
26881 to maintperl, listing the known failures on the tests 129 and 130.
26882 Branch: maint-5.6/perl
26884 ____________________________________________________________________________
26885 [ 8944] By: jhi on 2001/02/26 14:14:15
26886 Log: Add more known sprintf failures.
26889 ____________________________________________________________________________
26890 [ 8943] By: jhi on 2001/02/26 13:56:22
26891 Log: perlglob.exe needs to be found in Win32, patch from
26892 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
26893 which needs external glob at mini-perl time."
26895 ! ext/Encode/compile
26896 ____________________________________________________________________________
26897 [ 8942] By: jhi on 2001/02/26 13:52:19
26898 Log: A missing dTHX from Vadim Konovalov.
26901 ____________________________________________________________________________
26902 [ 8941] By: jhi on 2001/02/26 13:37:05
26903 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
26906 ____________________________________________________________________________
26907 [ 8940] By: jhi on 2001/02/26 13:35:40
26908 Log: Integrate perlio.
26910 !> ext/Encode/Encode.pm
26911 ____________________________________________________________________________
26912 [ 8939] By: nick on 2001/02/25 23:47:09
26913 Log: Integrate mainline.
26915 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
26916 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
26917 ____________________________________________________________________________
26918 [ 8938] By: nick on 2001/02/25 19:36:28
26919 Log: Encode implementations docs.
26921 ! ext/Encode/Encode.pm
26922 ____________________________________________________________________________
26923 [ 8937] By: jhi on 2001/02/25 19:26:16
26924 Log: Script wasn't aligned with reality.
26927 ____________________________________________________________________________
26928 [ 8936] By: jhi on 2001/02/25 18:54:55
26929 Log: Update Changes.
26931 ! Changes patchlevel.h
26932 ____________________________________________________________________________
26933 [ 8935] By: jhi on 2001/02/25 18:46:36
26934 Log: Retract #8929,8930,8932,8933 for now.
26936 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
26937 ____________________________________________________________________________
26938 [ 8934] By: jhi on 2001/02/25 17:34:35
26939 Log: Integrate perlio.
26941 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
26942 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
26944 ____________________________________________________________________________
26945 [ 8933] By: jhi on 2001/02/25 17:33:12
26946 Log: (Retracted by #8395.)
26948 Slight tweaks in scan_const(), not fixes yet, it seems like
26949 lots of work remains to be done...
26952 ____________________________________________________________________________
26953 [ 8932] By: jhi on 2001/02/25 17:27:11
26954 Log: (Retracted by #8395.)
26956 Missing from #8930.
26959 ____________________________________________________________________________
26960 [ 8931] By: jhi on 2001/02/25 17:26:19
26961 Log: A comment tweak.
26964 ____________________________________________________________________________
26965 [ 8930] By: jhi on 2001/02/25 17:25:47
26966 Log: (Retracted by #8395.)
26968 Attempt to fix the EBCDIC character range problwm with //.
26971 ____________________________________________________________________________
26972 [ 8929] By: jhi on 2001/02/25 17:23:45
26973 Log: (Retracted by #8395.)
26975 Expand the EBCDIC character range tests, and add few nasty
26976 tr tests from Karsten Sperling.
26978 ! t/op/pat.t t/op/tr.t
26979 ____________________________________________________________________________
26980 [ 8928] By: jhi on 2001/02/25 17:18:49
26981 Log: Missing check-in.
26984 ____________________________________________________________________________
26985 [ 8927] By: nick on 2001/02/25 11:30:22
26986 Log: Change method names in Encode implementation classes to something
26987 less confusing (preparing to "go public").
26989 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
26990 ____________________________________________________________________________
26991 [ 8926] By: nick on 2001/02/25 10:53:24
26992 Log: GCC __atribute__ / printf fix
26995 ____________________________________________________________________________
26996 [ 8925] By: nick on 2001/02/25 10:52:25
26997 Log: Checked in the wrong one ...
26999 ! ext/Encode/Encode.pm
27000 ____________________________________________________________________________
27001 [ 8924] By: nick on 2001/02/24 18:46:51
27002 Log: Integrate mainline - to see what Jarkko has in ...
27004 +> t/pod/testpods/lib/Pod/Stuff.pm
27005 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
27006 ____________________________________________________________________________
27007 [ 8923] By: nick on 2001/02/24 17:05:23
27008 Log: Encode API documentation nd tidy up.
27009 Minor additions to test.
27010 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
27011 Adds STRLEN to standard typemap.
27013 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
27014 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
27015 ____________________________________________________________________________
27016 [ 8922] By: jhi on 2001/02/24 16:38:12
27017 Log: Add a test for the "character range should match in EBCDIC
27018 if specified using explicit numerics" bug found by Karsten
27022 ____________________________________________________________________________
27023 [ 8921] By: jhi on 2001/02/24 16:30:16
27024 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
27025 From: schwern@pobox.com
27026 Date: Fri, 23 Feb 2001 03:21:37 -0500
27027 Message-ID: <20010223032137.A26022@magnonel.guild.net>
27029 plus Charles Lane's fixes, plus tweaks.
27031 + t/pod/testpods/lib/Pod/Stuff.pm
27032 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
27033 ____________________________________________________________________________
27034 [ 8920] By: nick on 2001/02/24 10:30:11
27035 Log: Integrate mainline
27037 !> (integrate 33 files)
27038 ____________________________________________________________________________
27039 [ 8919] By: jhi on 2001/02/24 00:23:35
27040 Log: Subject: Re: I'm losing the war...
27041 From: "Vadim Konovalov" <watman@inbox.ru>
27042 Date: Sat, 24 Feb 2001 00:10:14 +0300
27043 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
27045 hv_store() not working correctly in ENV_IS_CASELESS case.
27048 ____________________________________________________________________________
27049 [ 8918] By: jhi on 2001/02/24 00:20:09
27050 Log: Subject: Re: [PATCH] fix for charnames above FFFF
27051 From: andreas.koenig@anima.de (Andreas J. Koenig)
27052 Date: 23 Feb 2001 02:39:03 +0100
27053 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
27055 A further efficiency tweak.
27058 ____________________________________________________________________________
27059 [ 8917] By: jhi on 2001/02/23 20:27:51
27060 Log: Integrate change #8916 from mainline,
27061 do away with USE_WIN32_RTL_ENV.
27062 Branch: maint-5.6/perl
27063 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
27064 ____________________________________________________________________________
27065 [ 8916] By: jhi on 2001/02/23 20:02:25
27066 Log: Abolish USE_WIN32_RTL_ENV.
27068 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
27069 ____________________________________________________________________________
27070 [ 8915] By: jhi on 2001/02/23 19:36:00
27071 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
27072 later protected by some #define.
27075 ____________________________________________________________________________
27076 [ 8914] By: jhi on 2001/02/23 19:31:38
27077 Log: Retract #8902 for now, requested by Charles Lane, the correct
27078 fix will be something else.
27081 ____________________________________________________________________________
27082 [ 8913] By: jhi on 2001/02/23 19:11:36
27083 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
27084 From: Peter Prymmer <pvhp@forte.com>
27085 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
27086 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
27088 ! t/op/lex_assign.t
27089 ____________________________________________________________________________
27090 [ 8912] By: jhi on 2001/02/23 18:38:20
27091 Log: Subject: [patch] perlio + useithreads
27092 From: Doug MacEachern <dougm@covalent.net>
27093 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
27094 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
27096 Gets things running but not complete.
27098 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
27099 ____________________________________________________________________________
27100 [ 8911] By: jhi on 2001/02/23 04:20:02
27101 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
27103 Duplicated environment freeing, File::Temp 0.12,
27104 op/append portability (EBCDIC) tweak.
27105 Branch: maint-5.6/perl
27106 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27108 ____________________________________________________________________________
27109 [ 8910] By: jhi on 2001/02/23 02:07:33
27110 Log: Integrate change #8909 from mainline, a better Borland
27111 putenv() workaround.
27112 Branch: maint-5.6/perl
27114 ____________________________________________________________________________
27115 [ 8909] By: jhi on 2001/02/23 02:05:46
27116 Log: A better workaround for Borland putenv() brokenness from Sarathy.
27119 ____________________________________________________________________________
27120 [ 8908] By: jhi on 2001/02/23 02:04:14
27121 Log: Subject: fix for parameter -Dm (for perl@8867)
27122 From: "Vadim Konovalov" <watman@inbox.ru>
27123 Date: Thu, 22 Feb 2001 17:30:12 +0300
27124 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
27127 ____________________________________________________________________________
27128 [ 8907] By: jhi on 2001/02/23 01:58:20
27129 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
27130 From: Peter Prymmer <pvhp@forte.com>
27131 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
27132 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
27135 ____________________________________________________________________________
27136 [ 8906] By: jhi on 2001/02/23 01:48:34
27137 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
27139 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27140 ____________________________________________________________________________
27141 [ 8905] By: jhi on 2001/02/23 01:43:30
27142 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
27143 From: Peter Prymmer <pvhp@forte.com>
27144 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
27145 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
27147 ! t/lib/st-06compat.t
27148 ____________________________________________________________________________
27149 [ 8904] By: jhi on 2001/02/23 01:42:39
27150 Log: Metaconfig unit change for #8903.
27151 Branch: metaconfig/U/perl
27153 ____________________________________________________________________________
27154 [ 8903] By: jhi on 2001/02/23 01:42:12
27155 Log: Be more helpful for devel builders, suggested by John L. Allen.
27158 ____________________________________________________________________________
27159 [ 8902] By: jhi on 2001/02/23 01:37:41
27160 Log: (Retracted by #8914)
27161 (Wrongly, reinstated by #8941)
27163 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
27164 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27165 Date: Thu, 22 Feb 2001 09:43:57 EST
27166 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
27169 ____________________________________________________________________________
27170 [ 8901] By: jhi on 2001/02/23 01:20:32
27171 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
27172 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27173 Date: Thu, 22 Feb 2001 08:01:35 EST
27174 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
27177 ____________________________________________________________________________
27178 [ 8900] By: jhi on 2001/02/23 01:18:02
27179 Log: Integrate changes #8898,8899 from mainline, environ handling.
27180 Branch: maint-5.6/perl
27182 ____________________________________________________________________________
27183 [ 8899] By: jhi on 2001/02/23 01:16:25
27184 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
27185 putenv() is not to be relied on, they are either broken or leaky
27189 ____________________________________________________________________________
27190 [ 8898] By: jhi on 2001/02/22 23:36:59
27191 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
27192 and safesysfree() must be used.
27195 ____________________________________________________________________________
27196 [ 8897] By: jhi on 2001/02/22 23:25:45
27197 Log: With environ one must use safesysmalloc()/safesysfree().
27200 ____________________________________________________________________________
27201 [ 8896] By: jhi on 2001/02/22 22:13:18
27202 Log: If we have a duplicated environment free it
27203 if PERL_DESTRUCT_LEVEL.
27206 ____________________________________________________________________________
27207 [ 8895] By: alanbur on 2001/02/22 19:31:57
27208 Log: Synchronised with parent
27209 Branch: maint-5.6/pureperl
27210 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
27211 ____________________________________________________________________________
27212 [ 8894] By: gsar on 2001/02/22 19:06:18
27213 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
27215 fix memory leak in method call optimization (change#3768);
27216 made C<eval "$x->foo()"> leak
27218 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
27219 Branch: maint-5.6/perl
27221 ____________________________________________________________________________
27222 [ 8893] By: jhi on 2001/02/22 18:35:27
27223 Log: (Retracted by #8915.)
27225 Third Degree finding:
27226 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
27229 ____________________________________________________________________________
27230 [ 8892] By: jhi on 2001/02/22 14:28:32
27231 Log: Update Changes.
27233 ! Changes patchlevel.h
27234 ____________________________________________________________________________
27235 [ 8891] By: jhi on 2001/02/22 13:22:45
27236 Log: Metaconfig unit changes for #8890.
27238 ! U/modified/Cppsym.U U/threads/archname.U
27239 ____________________________________________________________________________
27240 [ 8890] By: jhi on 2001/02/22 13:22:12
27241 Log: Add -stdio to the archname if no perlio selected,
27242 no -perlio added since that is now the default.
27244 Add few CPUs/architectures to the Cppsym scan.
27246 ! Configure config_h.SH
27247 ____________________________________________________________________________
27248 [ 8889] By: jhi on 2001/02/22 13:05:59
27249 Log: Metaconfig unit change for #8888.
27250 Branch: metaconfig/U/perl
27252 ____________________________________________________________________________
27253 [ 8888] By: jhi on 2001/02/22 13:05:28
27254 Log: *drum roll* Make perlio the default.
27256 ! Configure config_h.SH
27257 ____________________________________________________________________________
27258 [ 8887] By: jhi on 2001/02/22 12:50:52
27259 Log: Integrate change #8665 from maintperl to mainline,
27260 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
27262 !> ext/POSIX/POSIX.xs
27263 ____________________________________________________________________________
27264 [ 8886] By: jhi on 2001/02/22 12:49:24
27265 Log: Integrate changes #8883,8884 from mainline to maintperl.
27267 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27268 Subject: Re: File::Temp::_gettemp warning
27269 Branch: maint-5.6/perl
27270 !> embed.h embed.pl lib/File/Temp.pm
27271 ____________________________________________________________________________
27272 [ 8885] By: jhi on 2001/02/22 12:43:59
27275 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
27276 From: schwab@suse.de
27277 Date: Thu, 22 Feb 2001 13:08:09 +0100
27278 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
27280 but the fix done slightly differently because the other
27281 half was already done in #8664.
27282 Branch: maint-5.6/perl
27283 ! ext/POSIX/POSIX.xs
27284 ____________________________________________________________________________
27285 [ 8884] By: jhi on 2001/02/22 12:37:15
27286 Log: Subject: Re: File::Temp::_gettemp warning
27287 From: Tim Jenness <t.jenness@jach.hawaii.edu>
27288 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
27289 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
27291 This patch to File::Temp does two things:
27293 1. Fixes the problem with CGI::Carp when determining
27294 the Fcntl constants
27296 2. Removes most of the carps and consolidates them so that all the
27297 reasons are included in a single die that is caught by the test. This
27298 means that the correct skipping behaviour is displayed by the test.
27301 ____________________________________________________________________________
27302 [ 8883] By: jhi on 2001/02/22 12:29:19
27303 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27304 From: Peter Prymmer <pvhp@forte.com>
27305 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
27306 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
27309 ____________________________________________________________________________
27310 [ 8882] By: jhi on 2001/02/21 19:41:33
27311 Log: Integrate change #8881 from mainlin to maintperl.
27313 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
27314 Branch: maint-5.6/perl
27316 ____________________________________________________________________________
27317 [ 8881] By: jhi on 2001/02/21 19:38:57
27318 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
27319 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27320 Date: Wed, 21 Feb 2001 13:08:03 EST
27321 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
27324 ____________________________________________________________________________
27325 [ 8880] By: jhi on 2001/02/21 19:34:34
27326 Log: Retract #8875, cannot let go of the old semantics of unpack U
27327 without rethinking utf8decode.t.
27330 ____________________________________________________________________________
27331 [ 8879] By: jhi on 2001/02/21 19:08:02
27332 Log: Run run/*.t also in minitest.
27335 ____________________________________________________________________________
27336 [ 8878] By: nick on 2001/02/21 18:55:37
27337 Log: Integrate mainline
27339 !> (integrate 76 files)
27340 ____________________________________________________________________________
27341 [ 8877] By: jhi on 2001/02/21 15:09:33
27342 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
27344 ! U/compline/nblock_io.U
27346 ! Configure config_h.SH
27347 ____________________________________________________________________________
27348 [ 8876] By: jhi on 2001/02/21 14:54:45
27349 Log: If no sfio, no -lsfio.
27350 Branch: metaconfig/U/perl
27353 ! Configure config_h.SH
27354 ____________________________________________________________________________
27355 [ 8875] By: jhi on 2001/02/21 14:54:00
27356 Log: Make unpack C and unpack C truly equivalent.
27359 ____________________________________________________________________________
27360 [ 8874] By: jhi on 2001/02/21 14:26:02
27361 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
27362 From: Peter Prymmer <pvhp@forte.com>
27363 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
27364 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
27367 ____________________________________________________________________________
27368 [ 8873] By: jhi on 2001/02/21 14:24:31
27369 Log: Subject: [PATCH] fix for charnames above FFFF
27370 From: andreas.koenig@anima.de (Andreas J. Koenig)
27371 Date: 21 Feb 2001 07:05:45 +0100
27372 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
27374 ! lib/charnames.pm t/lib/charnames.t
27375 ____________________________________________________________________________
27376 [ 8872] By: jhi on 2001/02/21 14:15:25
27377 Log: Integrate change #8868 from pureperl to mainline.
27379 Fixed reference count loop caused by sv_magic.
27382 ____________________________________________________________________________
27383 [ 8871] By: jhi on 2001/02/21 14:07:29
27384 Log: Integrate change #8868 from pureperl to maintperl.
27386 Fixed reference count loop caused by sv_magic.
27387 Branch: maint-5.6/perl
27389 ____________________________________________________________________________
27390 [ 8870] By: jhi on 2001/02/21 14:04:41
27391 Log: Put back the #8840, it was innocent.
27393 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27394 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
27395 ____________________________________________________________________________
27396 [ 8869] By: jhi on 2001/02/21 14:00:03
27397 Log: unpack("C", ...) was left slightly unfinished by #8865.
27400 ____________________________________________________________________________
27401 [ 8868] By: alanbur on 2001/02/21 01:33:45
27402 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
27403 from gv_fetchpv to create single-character magic variables (e.g. $!),
27404 and it is passed a sv and the gv that contains the sv as the mg_obj
27405 value. When sv_magic stores the mg_obj pointer it increments the gv
27406 refcount, thus causing a sv-gv pair that can't be freed. There is
27407 already a check for sv == obj which is used to prevent such reference
27408 loops. This change extends the check to cover the case described above.
27409 Branch: maint-5.6/pureperl
27411 ____________________________________________________________________________
27412 [ 8867] By: jhi on 2001/02/21 00:52:39
27413 Log: Update Changes.
27415 ! Changes patchlevel.h
27416 ____________________________________________________________________________
27417 [ 8866] By: jhi on 2001/02/21 00:34:20
27418 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
27419 (Note: there were some conflicts due to EBCDIC and EPOC
27420 patches, in general I preferred the repository code.)
27421 (When 2.753 comes out, we need to synchronize.)
27423 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
27424 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
27426 ____________________________________________________________________________
27427 [ 8865] By: jhi on 2001/02/21 00:24:22
27428 Log: Make pack("C", 0x100) to create Unicode, unless under the
27429 evil influence of 'use bytes'. Similarly, unpack("C", ...)
27430 will understand Unicode, unless you under know what.
27432 ! pp.c t/op/pack.t t/op/qu.t
27433 ____________________________________________________________________________
27434 [ 8864] By: alanbur on 2001/02/20 22:35:34
27435 Log: Resynchronised with parent
27436 Branch: maint-5.6/pureperl
27437 !> README.win32 ext/GDBM_File/GDBM_File.pm
27438 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
27439 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
27440 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27441 !> t/lib/sdbm.t util.c
27442 ____________________________________________________________________________
27443 [ 8863] By: jhi on 2001/02/20 20:55:11
27444 Log: Integrate change #8860,8861 from mainline into maintperl.
27448 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27449 Branch: maint-5.6/perl
27450 !> lib/Test.pm pod/perlop.pod
27451 ____________________________________________________________________________
27452 [ 8862] By: jhi on 2001/02/20 20:30:07
27453 Log: Don't do casting between pointers pointing to differently sized
27457 ____________________________________________________________________________
27458 [ 8861] By: jhi on 2001/02/20 19:53:44
27459 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27460 From: Peter Prymmer <pvhp@forte.com>
27461 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
27462 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
27465 ____________________________________________________________________________
27466 [ 8860] By: jhi on 2001/02/20 19:48:02
27467 Log: "pseudo-literal j", a documentation glitch reported to Debian.
27468 The text recovered from Perl 5.005_03, and pseudo-literal replaced
27469 by "backtick string".
27472 ____________________________________________________________________________
27473 [ 8859] By: jhi on 2001/02/20 19:15:46
27474 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
27478 ____________________________________________________________________________
27479 [ 8858] By: jhi on 2001/02/20 17:36:53
27480 Log: Integrate pureperl changes #8844,8845,8850 to mainline
27481 (via maintperl #8855).
27483 Fixed %^H scoping bug
27485 Removed GV <-> CV refcount loop
27487 Removed %ENV refcount loop
27489 !> gv.c op.c perl.c pp.c scope.c
27490 ____________________________________________________________________________
27491 [ 8857] By: jhi on 2001/02/20 17:34:32
27492 Log: Integrate changes #8853,8854 from maintperl to mainline.
27494 EBDIC fixes, README.win32 Borland update.
27496 !> README.win32 handy.h util.c
27497 ____________________________________________________________________________
27498 [ 8856] By: jhi on 2001/02/20 17:33:16
27499 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
27500 Branch: maint-5.6/perl
27501 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
27502 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
27503 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27504 ____________________________________________________________________________
27505 [ 8855] By: jhi on 2001/02/20 17:32:13
27506 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
27508 Fixed %^H scoping bug
27510 Removed GV <-> CV refcount loop
27512 Removed %ENV refcount loop
27513 Branch: maint-5.6/perl
27514 !> gv.c op.c perl.c pp.c scope.c
27515 ____________________________________________________________________________
27516 [ 8854] By: jhi on 2001/02/20 17:25:06
27517 Log: Subject: Addition to readme.win32 for Borland C++ compilers
27518 Date: Tue, 20 Feb 2001 02:15:25 +0300
27519 From: "Vadim Konovalov" <watman@inbox.ru>
27520 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
27522 Document Borland compiler misbehaviour.
27523 Branch: maint-5.6/perl
27525 ____________________________________________________________________________
27526 [ 8853] By: jhi on 2001/02/20 17:22:25
27527 Log: The assimilation of ebcdic.c didn't quite work at the first try,
27528 patches from Thomas Dorner.
27529 Branch: maint-5.6/perl
27531 ____________________________________________________________________________
27532 [ 8852] By: jhi on 2001/02/20 17:20:15
27533 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
27534 From: Chris Nandor <pudge@pobox.com>
27535 Date: Tue, 20 Feb 2001 08:32:45 -0500
27536 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
27537 Branch: maint-5.6/perl
27539 ____________________________________________________________________________
27540 [ 8851] By: jhi on 2001/02/20 17:15:52
27541 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
27543 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
27544 ! t/lib/filter-util.t
27545 ____________________________________________________________________________
27546 [ 8850] By: alanbur on 2001/02/20 17:12:40
27547 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
27548 and the magic pointer points back to the GV that contains the
27549 %ENV hash. This creates a refcount loop that prevents members
27550 of %ENV from being freed correctly. This change removes the
27551 refcount loop - the magic pointer was never used anyway, the
27552 only use of the magic was to check the type ('E') so that the
27553 appropriate environment manipulation code is called when %ENV
27555 Branch: maint-5.6/pureperl
27557 ____________________________________________________________________________
27558 [ 8849] By: jhi on 2001/02/20 17:12:20
27559 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
27560 From: "Craig A. Berry" <craigberry@mac.com>
27561 Date: Mon, 19 Feb 2001 23:36:12 -0600
27562 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
27564 Case-forgiving systems match TestInit.pm with TES*.
27566 ! t/lib/glob-basic.t
27567 ____________________________________________________________________________
27568 [ 8848] By: jhi on 2001/02/20 17:10:02
27569 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
27571 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
27572 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
27573 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27574 ____________________________________________________________________________
27575 [ 8847] By: jhi on 2001/02/20 15:34:41
27576 Log: The #8843 wasn't quite right: %Config needs to imported.
27579 ____________________________________________________________________________
27580 [ 8846] By: jhi on 2001/02/20 15:31:50
27581 Log: Retract the #8838 and #8840 for now because of
27582 the DB_File tie problem.
27584 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
27585 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
27587 ____________________________________________________________________________
27588 [ 8845] By: alanbur on 2001/02/20 14:25:41
27589 Log: Removed GV <-> CV refcount loop
27590 CvGV(mycv) points to the parent GV of the CV, and was previously
27591 refcounted. The pointer remains, but the refcounting has been removed
27592 as it causes a refcount loop between the CV and GV that means the CV
27593 can't ever be deleted.
27594 Branch: maint-5.6/pureperl
27596 ____________________________________________________________________________
27597 [ 8844] By: alanbur on 2001/02/20 14:23:13
27598 Log: Fixed %^H scoping bug
27599 Branch: maint-5.6/pureperl
27601 ____________________________________________________________________________
27602 [ 8843] By: jhi on 2001/02/19 13:38:08
27603 Log: fork() not everywhere, cleanup temp files.
27606 ____________________________________________________________________________
27607 [ 8842] By: alanbur on 2001/02/19 12:42:07
27608 Log: Resynchronised with parent
27609 Branch: maint-5.6/pureperl
27610 !> pod/perlfaq4.pod sv.c utf8.c
27611 ____________________________________________________________________________
27612 [ 8841] By: jhi on 2001/02/19 03:35:51
27613 Log: Update Changes.
27615 ! Changes patchlevel.h
27616 ____________________________________________________________________________
27617 [ 8840] By: jhi on 2001/02/19 00:23:41
27618 Log: Subject: [patch] add sv_setref_uv
27619 From: Doug MacEachern <dougm@covalent.net>
27620 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
27621 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
27623 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27624 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
27625 ____________________________________________________________________________
27626 [ 8839] By: jhi on 2001/02/19 00:01:38
27627 Log: Put to rest the 20010205.001, the email address checking (not) regex.
27630 ____________________________________________________________________________
27631 [ 8838] By: jhi on 2001/02/18 22:17:54
27632 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
27633 From: Doug MacEachern <dougm@covalent.net>
27634 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
27635 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
27637 ! lib/ExtUtils/xsubpp
27638 ____________________________________________________________________________
27639 [ 8837] By: jhi on 2001/02/18 22:16:50
27640 Log: Subject: [patch] -Wall cleanup round 2
27641 From: Doug MacEachern <dougm@covalent.net>
27642 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
27643 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
27645 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
27646 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
27647 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
27648 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
27649 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
27650 ! ext/SDBM_File/SDBM_File.xs
27651 ____________________________________________________________________________
27652 [ 8836] By: jhi on 2001/02/18 22:11:20
27653 Log: Misapplied regex optimizations when \C is present.
27654 Fixes 20001230.002.
27656 What still remains broken is that the submatches that
27657 have \C in them get their UTF8 flag on because their
27658 parent SV has it on. This will result in malformed
27659 UTF8 if a \C happened to match a non-ASCII byte.
27661 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
27663 ____________________________________________________________________________
27664 [ 8835] By: jhi on 2001/02/18 20:12:02
27665 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
27667 The hash key got wrongly UTF8fied.
27669 ! pod/perlapi.pod toke.c utf8.c
27670 ____________________________________________________________________________
27671 [ 8834] By: jhi on 2001/02/18 19:44:25
27672 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
27673 don't warn on magical or overloaded things.
27676 ____________________________________________________________________________
27677 [ 8833] By: nick on 2001/02/18 19:31:22
27678 Log: Integrate mainline
27680 +> t/TestInit.pm t/run/runenv.t
27682 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
27683 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
27684 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
27685 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
27686 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
27687 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
27689 ____________________________________________________________________________
27690 [ 8832] By: jhi on 2001/02/18 19:21:18
27691 Log: Integrate perlio.
27693 !> perlio.c pod/perldiag.pod
27694 ____________________________________________________________________________
27695 [ 8831] By: jhi on 2001/02/18 19:14:20
27696 Log: Integrate change #8827 from mainline.
27699 Branch: maint-5.6/perl
27701 ____________________________________________________________________________
27702 [ 8830] By: nick on 2001/02/18 19:10:34
27703 Log: Apply the spirit of patch from Nick Clark:
27704 Subject: [PATCH] Re: extensions that provide layers
27705 From: Nicholas Clark <nick@ccl4.org>
27706 Date: Mon, 12 Feb 2001 16:43:51 +0000
27707 Message-Id: <20010212164350.Q3652@plum.flirble.org>
27709 ! perlio.c pod/perldiag.pod
27710 ____________________________________________________________________________
27711 [ 8829] By: jhi on 2001/02/18 19:03:25
27712 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
27713 From: schwern@pobox.com
27714 Date: Sun, 18 Feb 2001 13:44:35 -0500
27715 Message-ID: <20010218134435.A17544@magnonel.guild.net>
27717 Applied, but as t/TestInit.pm.
27720 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
27721 ! t/op/subst_wamp.t
27722 ____________________________________________________________________________
27723 [ 8828] By: jhi on 2001/02/18 18:43:52
27724 Log: Integrate perlio.
27727 ____________________________________________________________________________
27728 [ 8827] By: jhi on 2001/02/18 18:41:33
27732 ____________________________________________________________________________
27733 [ 8826] By: nick on 2001/02/18 17:40:59
27734 Log: Fix [ID 20010217.002]
27735 open FOO, "<:raw:perlio", ...
27736 :raw now inserts default base layer below itself.
27738 open FOO, "<:unix", ...
27739 works as well - but leaves buffer layer on stack under the unix layer.
27742 ____________________________________________________________________________
27743 [ 8825] By: jhi on 2001/02/18 17:15:39
27744 Log: Integrate perlio.
27746 !> perlio.c perliol.h
27747 ____________________________________________________________________________
27748 [ 8824] By: jhi on 2001/02/18 17:10:53
27749 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
27750 From: schwern@pobox.com
27751 Date: Sun, 18 Feb 2001 01:48:50 -0500
27752 Message-ID: <20010218014850.C19957@magnonel.guild.net>
27754 ! lib/Test/Harness.pm t/TEST t/op/chop.t
27755 ____________________________________________________________________________
27756 [ 8823] By: jhi on 2001/02/18 17:01:06
27757 Log: Add run/*.t to testables.
27760 ____________________________________________________________________________
27761 [ 8822] By: jhi on 2001/02/18 16:58:58
27762 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
27763 From: schwern@pobox.com
27764 Date: Sun, 18 Feb 2001 01:11:35 -0500
27765 Message-ID: <20010218011135.A19957@magnonel.guild.net>
27767 Revive mjd's and Simon's PERL5OPT fix.
27771 ____________________________________________________________________________
27772 [ 8821] By: jhi on 2001/02/18 16:53:46
27773 Log: Subject: Re: Why t/TEST and not Test::Harness?
27774 From: schwern@pobox.com
27775 Date: Sat, 17 Feb 2001 22:44:44 -0500
27776 Message-ID: <20010217224444.A6679@magnonel.guild.net>
27778 Replace UTEST with TEST -utf8.
27781 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
27782 ! t/lib/glob-basic.t
27783 ____________________________________________________________________________
27784 [ 8820] By: nick on 2001/02/18 13:06:16
27785 Log: Clean up a few core dumps when layers are used in unexpected ways.
27786 (Still not "right"...)
27788 ! perlio.c perliol.h
27789 ____________________________________________________________________________
27790 [ 8819] By: jhi on 2001/02/18 02:25:55
27791 Log: Integrate change #8818 from maintperl, a FAQ nit.
27793 !> pod/perlfaq4.pod
27794 ____________________________________________________________________________
27795 [ 8818] By: jhi on 2001/02/18 02:24:50
27796 Log: FAQ nit from Chris Fedde.
27797 Branch: maint-5.6/perl
27799 ____________________________________________________________________________
27800 [ 8817] By: nick on 2001/02/17 18:20:14
27801 Log: Integrate mainline
27803 +> lib/unicode/UCD.html lib/unicode/Unicode.html
27804 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
27805 +> pod/perlclib.pod
27806 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
27807 - lib/unicode/Unicode.301
27808 !> (integrate 324 files)
27809 ____________________________________________________________________________
27810 [ 8816] By: jhi on 2001/02/17 16:56:58
27811 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
27813 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27814 ! ext/Storable/Storable.xs t/lib/st-06compat.t
27815 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
27816 ____________________________________________________________________________
27817 [ 8815] By: jhi on 2001/02/17 16:40:07
27818 Log: Subject: [patch] -Wall
27819 From: Doug MacEachern <dougm@covalent.net>
27820 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
27821 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
27823 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
27824 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
27825 ____________________________________________________________________________
27826 [ 8814] By: jhi on 2001/02/16 19:27:18
27827 Log: Document qu better.
27830 ____________________________________________________________________________
27831 [ 8813] By: jhi on 2001/02/15 13:54:37
27832 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
27833 From: Hugo <hv@crypt.compulink.co.uk>
27834 Date: Thu, 15 Feb 2001 13:39:49 +0000
27835 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
27838 ____________________________________________________________________________
27839 [ 8812] By: alanbur on 2001/02/15 13:52:16
27840 Log: Resynchronised with parent
27841 Branch: maint-5.6/pureperl
27843 !> (integrate 36 files)
27844 ____________________________________________________________________________
27845 [ 8811] By: jhi on 2001/02/15 13:51:16
27846 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
27848 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
27849 From: Jan Dubois <JanD@ActiveState.com>
27850 Date: Wed, 31 Jan 2001 21:17:03 -0800
27851 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
27853 tweak change#8659 to keep it simple
27855 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
27856 From: Russ Allbery <rra@stanford.edu>
27857 Date: 14 Feb 2001 10:15:41 -0800
27858 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
27862 Upgrade to podlators 1.08, from Russ Allbery.
27864 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
27865 !> utils/perldoc.PL
27866 ____________________________________________________________________________
27867 [ 8810] By: jhi on 2001/02/15 13:35:08
27868 Log: Upgrade to podlators 1.08, from Russ Allbery.
27869 Branch: maint-5.6/perl
27870 ! lib/Pod/Man.pm lib/Pod/Text.pm
27871 ____________________________________________________________________________
27872 [ 8809] By: jhi on 2001/02/15 13:26:38
27873 Log: (accidentally empty check-in)
27874 Branch: maint-5.6/perl
27875 ! lib/Test/Harness.pm
27876 ____________________________________________________________________________
27877 [ 8808] By: jhi on 2001/02/15 13:23:47
27878 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
27879 From: Russ Allbery <rra@stanford.edu>
27880 Date: 14 Feb 2001 10:15:41 -0800
27881 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
27883 perldoc was hardcoding $Config{installscript}, which breaks
27884 when install* isn't where Perl ends up (such as with AFS).
27886 Use $Config{scriptdir} instead.
27887 Branch: maint-5.6/perl
27889 ____________________________________________________________________________
27890 [ 8807] By: jhi on 2001/02/14 14:37:27
27891 Log: Update Changes.
27893 ! Changes patchlevel.h
27894 ____________________________________________________________________________
27895 [ 8806] By: jhi on 2001/02/14 14:25:31
27896 Log: Integrate changes #8803,8804,8805 from mainline.
27898 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
27900 Don't skip too much of the locale error message if no environ array,
27903 More MacOS Classic fixes from Chris Nandor.
27904 Branch: maint-5.6/perl
27905 !> doop.c lib/Cwd.pm perl.c perl.h util.c
27906 ____________________________________________________________________________
27907 [ 8805] By: jhi on 2001/02/14 03:29:01
27908 Log: More MacOS Classic fixes from Chris Nandor.
27910 ! doop.c lib/Cwd.pm
27911 ____________________________________________________________________________
27912 [ 8804] By: jhi on 2001/02/14 03:18:35
27913 Log: Don't skip too much of the locale error message if no environ array,
27917 ____________________________________________________________________________
27918 [ 8803] By: jhi on 2001/02/14 03:14:14
27919 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
27922 ____________________________________________________________________________
27923 [ 8802] By: jhi on 2001/02/13 18:31:33
27924 Log: AUTHORS update.
27927 ____________________________________________________________________________
27928 [ 8801] By: jhi on 2001/02/13 17:55:19
27929 Log: Integrate change #8792 from mainline.
27931 Subject: buncha MacPerl patches for bleadperl
27932 From: Chris Nandor <pudge@pobox.com>
27933 Date: Tue, 13 Feb 2001 00:02:43 -0500
27934 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
27935 Branch: maint-5.6/perl
27936 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27937 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
27938 !> t/lib/basename.t toke.c util.h
27939 ____________________________________________________________________________
27940 [ 8800] By: jhi on 2001/02/13 17:46:43
27941 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
27942 to be forced to Off_t.
27944 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
27945 From: nick@ccl4.org
27946 Date: Thu, 1 Feb 2001 12:01:04 +0000
27947 Message-Id: <20010201120103.E11401@plum.flirble.org>
27948 Branch: maint-5.6/perl
27949 ! iperlsys.h perlio.c
27950 ____________________________________________________________________________
27951 [ 8799] By: jhi on 2001/02/13 16:52:51
27952 Log: Duplex duplex hunk hunk.
27953 Branch: maint-5.6/perl
27955 ____________________________________________________________________________
27956 [ 8797] By: jhi on 2001/02/13 14:52:04
27957 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
27958 From: "Craig A. Berry" <craigberry@mac.com>
27959 Date: Mon, 12 Feb 2001 11:05:25 -0600
27960 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
27962 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
27963 ____________________________________________________________________________
27964 [ 8796] By: jhi on 2001/02/13 14:36:47
27965 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
27966 From: simon.cozens@pembroke.oxford.ac.uk
27967 Date: Sat, 10 Feb 2001 17:57:02 +0000
27968 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
27970 Now it does include.
27973 ____________________________________________________________________________
27974 [ 8795] By: jhi on 2001/02/13 14:30:11
27975 Log: Sort the MANIFEST.
27978 ____________________________________________________________________________
27979 [ 8794] By: jhi on 2001/02/13 14:26:51
27980 Log: Integrate change #8793 from mainline, FAQ updates.
27981 Branch: maint-5.6/perl
27982 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
27983 ____________________________________________________________________________
27984 [ 8793] By: jhi on 2001/02/13 14:25:13
27985 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
27987 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
27988 ____________________________________________________________________________
27989 [ 8792] By: jhi on 2001/02/13 14:22:50
27990 Log: Subject: buncha MacPerl patches for bleadperl
27991 From: Chris Nandor <pudge@pobox.com>
27992 Date: Tue, 13 Feb 2001 00:02:43 -0500
27993 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
27995 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27996 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
27997 ! t/lib/basename.t toke.c util.h
27998 ____________________________________________________________________________
27999 [ 8791] By: jhi on 2001/02/13 14:10:39
28000 Log: Integrate change #8790 from mainline.
28002 environ array wrongly assumed in Perl_init_i18nl10n(),
28003 Branch: maint-5.6/perl
28005 ____________________________________________________________________________
28006 [ 8790] By: jhi on 2001/02/13 14:06:15
28007 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
28008 noticed by Chris Nandor in MacOS Classic.
28011 ____________________________________________________________________________
28012 [ 8789] By: jhi on 2001/02/13 13:58:07
28013 Log: Integrate changes #8373,8487,8544,8783 from mainline.
28015 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
28016 hints files, the dynaloading, assimilate ebcdic into util.c.
28017 Branch: maint-5.6/perl
28019 ! MANIFEST hints/posix-bc.sh
28020 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
28021 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
28022 !> perlapi.c proto.h util.c
28023 ____________________________________________________________________________
28024 [ 8788] By: alanbur on 2001/02/13 10:33:13
28025 Log: Integrated changes from maint-5.6
28026 Branch: maint-5.6/pureperl
28027 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
28028 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
28029 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28030 !> vos/config.ga.h vos/configure_perl.cm
28031 ____________________________________________________________________________
28032 [ 8787] By: jhi on 2001/02/13 05:56:36
28033 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
28036 ____________________________________________________________________________
28037 [ 8786] By: jhi on 2001/02/13 05:54:34
28038 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
28039 From: Dorner Thomas <Thomas.Dorner@start.de>
28040 Date: Mon, 12 Feb 2001 15:06:26 +0100
28041 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
28042 Branch: maint-5.6/perl
28044 ____________________________________________________________________________
28045 [ 8785] By: jhi on 2001/02/13 05:29:04
28046 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
28048 !> hints/openbsd.sh
28049 ____________________________________________________________________________
28050 [ 8784] By: jhi on 2001/02/13 02:25:24
28051 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
28052 From: Peter Prymmer <pvhp@forte.com>
28053 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
28054 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
28057 ____________________________________________________________________________
28058 [ 8783] By: jhi on 2001/02/13 02:22:36
28059 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
28062 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
28063 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
28065 ____________________________________________________________________________
28066 [ 8782] By: jhi on 2001/02/13 02:00:07
28067 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
28068 Branch: maint-5.6/perl
28070 ____________________________________________________________________________
28071 [ 8781] By: jhi on 2001/02/13 01:58:44
28072 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
28073 Branch: maint-5.6/perl
28075 ____________________________________________________________________________
28076 [ 8780] By: jhi on 2001/02/13 01:57:33
28077 Log: Synchronize the regexp tests between maintperl and mainline.
28078 Branch: maint-5.6/perl
28080 ____________________________________________________________________________
28081 [ 8779] By: jhi on 2001/02/13 01:49:35
28082 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
28083 From: Hugo <hv@crypt.compulink.co.uk>
28084 Date: Tue, 13 Feb 2001 00:11:11 +0000
28085 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
28087 ! regcomp.c t/op/re_tests
28088 ____________________________________________________________________________
28089 [ 8778] By: jhi on 2001/02/13 00:23:10
28090 Log: Comments do not nest.
28093 ____________________________________________________________________________
28094 [ 8777] By: jhi on 2001/02/13 00:17:54
28095 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
28096 From: Hugo <hv@crypt.compulink.co.uk>
28097 Date: Tue, 13 Feb 2001 00:11:11 +0000
28098 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
28099 Branch: maint-5.6/perl
28100 ! regcomp.c t/op/re_tests
28101 ____________________________________________________________________________
28102 [ 8776] By: jhi on 2001/02/12 23:25:52
28103 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
28104 Branch: maint-5.6/perl
28106 ____________________________________________________________________________
28107 [ 8775] By: jhi on 2001/02/12 23:04:28
28108 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
28109 Branch: maint-5.6/perl
28110 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
28111 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28112 ! vos/configure_perl.cm
28113 ____________________________________________________________________________
28114 [ 8774] By: jhi on 2001/02/12 22:59:11
28115 Log: Subject: Re: [patch] context for 'U' magic functions
28116 From: Doug MacEachern <dougm@covalent.net>
28117 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
28118 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
28120 plus the suggestion by Nick Ing-Simmons to name the macro
28121 as PERL_MG_UFUNC to avoid namespace pollution, plus add
28122 the advice by Doug for XS writers to perl.h
28125 ____________________________________________________________________________
28126 [ 8773] By: jhi on 2001/02/11 20:14:12
28127 Log: Update Changes.
28129 ! Changes patchlevel.h
28130 ____________________________________________________________________________
28131 [ 8772] By: jhi on 2001/02/11 18:47:52
28132 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
28133 From: Simon Cozens <simon@cozens.net>
28134 Date: Wed, 31 Jan 2001 16:31:43 +0000
28135 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
28138 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
28140 ____________________________________________________________________________
28141 [ 8771] By: jhi on 2001/02/11 18:36:48
28142 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
28144 Blocks-4d3.beta.txt
28145 CaseFolding-3d4.beta.txt
28146 CompositionExclusions-3d6.beta.txt
28147 EastAsianWidth-4d4.beta.txt
28148 LineBreak-6d3.beta.txt
28149 NamesList-3.1.0d1.beta.txt
28150 PropList-3.1.0d4.beta.txt
28151 SpecialCasing-4d1.beta.txt
28152 UnicodeData-3.1.0d6.beta.txt
28154 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
28155 +> lib/unicode/UCD.html lib/unicode/Unicode.html
28156 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28157 - lib/unicode/Unicode.301
28159 ____________________________________________________________________________
28160 [ 8770] By: jhi on 2001/02/11 17:26:22
28161 Log: UTF-8 documentation.
28164 ____________________________________________________________________________
28165 [ 8769] By: jhi on 2001/02/11 17:12:49
28166 Log: Retract #8762.
28169 ____________________________________________________________________________
28170 [ 8768] By: jhi on 2001/02/11 16:54:45
28171 Log: Subject: [PATCH] Test::Harness
28172 From: andreas.koenig@anima.de (Andreas J. Koenig)
28173 Date: 11 Feb 2001 14:37:00 +0100
28174 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
28176 ! lib/Test/Harness.pm
28177 ____________________________________________________________________________
28178 [ 8767] By: jhi on 2001/02/11 16:53:52
28179 Log: Subject: [PATCH] Document makepatch in Porting/patching
28180 From: andreas.koenig@anima.de (Andreas J. Koenig)
28181 Date: 11 Feb 2001 16:46:28 +0100
28182 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
28184 ! Porting/patching.pod
28185 ____________________________________________________________________________
28186 [ 8766] By: jhi on 2001/02/11 06:30:23
28187 Log: Subject: Re: [patch] GvSHARED
28188 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
28189 From: Doug MacEachern <dougm@covalent.net>
28190 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
28192 Subject: Re: [patch] GvSHARED
28193 From: Doug MacEachern <dougm@covalent.net>
28194 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
28195 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
28197 Subject: [patch] attributes.pm support for `shared'
28198 From: Doug MacEachern <dougm@covalent.net>
28199 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
28200 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
28202 our() attributes were ignored, our :shared pieces missing,
28203 allow attributes.pm to turn on shared.
28205 ! op.c t/op/attrs.t toke.c xsutils.c
28206 ____________________________________________________________________________
28207 [ 8765] By: alanbur on 2001/02/10 23:11:19
28208 Log: Resync with parent (hopefully sucessfully this time)
28209 Branch: maint-5.6/pureperl
28210 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
28211 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
28212 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28213 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28214 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28215 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28216 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
28217 ____________________________________________________________________________
28218 [ 8764] By: jhi on 2001/02/10 22:54:38
28219 Log: Make TEST and UTEST more verbose in case something goes
28220 wrong in running/compiling a script, suggested by Doug
28224 ____________________________________________________________________________
28225 [ 8763] By: jhi on 2001/02/10 22:11:34
28226 Log: Bogus shebang.
28229 ____________________________________________________________________________
28230 [ 8762] By: jhi on 2001/02/10 21:56:02
28231 Log: (Retracted by #8769)
28234 ____________________________________________________________________________
28235 [ 8761] By: jhi on 2001/02/10 21:26:15
28236 Log: Subject: Re: [patch] GvSHARED
28237 From: Doug MacEachern <dougm@covalent.net>
28238 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
28239 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
28241 our @EXPORT : shared = (...);
28244 ____________________________________________________________________________
28245 [ 8760] By: jhi on 2001/02/10 21:25:07
28246 Log: Subject: [patch] GvSHARED
28247 From: Doug MacEachern <dougm@covalent.net>
28248 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
28249 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
28251 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
28252 ____________________________________________________________________________
28253 [ 8759] By: alanbur on 2001/02/10 21:24:27
28254 Log: Backed out mismerge.
28255 Branch: maint-5.6/pureperl
28256 ! MANIFEST README.hpux README.vmesa gv.c installhtml
28257 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
28258 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28259 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28260 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28261 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28262 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
28263 ____________________________________________________________________________
28264 [ 8758] By: jhi on 2001/02/10 18:01:17
28265 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
28267 Fixed UMRs and leak in Perl_pmtrans()
28269 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28270 associated UTFied tr/// code. Also fixed scoping leak of
28273 newATTRSUB leaks when an attempt to redefine the active sort sub is
28275 Branch: maint-5.6/perl
28277 ____________________________________________________________________________
28278 [ 8757] By: alanbur on 2001/02/10 17:56:46
28279 Log: Resynchronised with parent
28280 Branch: maint-5.6/pureperl
28284 !> MANIFEST README.hpux README.vmesa installhtml
28285 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
28286 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28287 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28288 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28289 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28290 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
28291 ____________________________________________________________________________
28292 [ 8756] By: alanbur on 2001/02/10 17:51:15
28293 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
28295 Branch: maint-5.6/pureperl
28297 ____________________________________________________________________________
28298 [ 8755] By: jhi on 2001/02/09 22:41:35
28299 Log: Upgrade to CPAN 1.59_54, from Andreas König.
28301 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28302 ____________________________________________________________________________
28303 [ 8754] By: jhi on 2001/02/09 22:29:20
28304 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
28306 Didn't upgrade the fill.t since it has a dependency to File::Slurp
28307 purely for debugging purposes, the actual test hasn't changed.
28309 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
28311 ____________________________________________________________________________
28312 [ 8753] By: jhi on 2001/02/09 20:17:50
28313 Log: Integrate change #8682 from maintperl.
28315 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
28319 ____________________________________________________________________________
28320 [ 8752] By: jhi on 2001/02/09 20:00:46
28321 Log: Update Changes.
28323 ! Changes patchlevel.h
28324 ____________________________________________________________________________
28325 [ 8751] By: nick on 2001/02/09 19:48:37
28326 Log: Integrate mainline
28328 +> README.bs2000 t/lib/cgi-esc.t
28330 !> (integrate 53 files)
28331 ____________________________________________________________________________
28332 [ 8750] By: nick on 2001/02/09 19:25:16
28333 Log: Subject: RE: Biannual Competition to Improve Hashing Function
28334 From: Fisher Mark <fisherm@tce.com>
28335 Date: Thu, 8 Feb 2001 10:44:00 -0500
28336 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
28337 Date: Thu, 8 Feb 2001 15:02:47 -0500
28338 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
28340 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
28341 ____________________________________________________________________________
28342 [ 8749] By: jhi on 2001/02/09 19:02:35
28343 Log: Forgotten fragment.
28346 ____________________________________________________________________________
28347 [ 8748] By: jhi on 2001/02/09 18:31:34
28348 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
28349 plus manual tweakage.
28351 Sync the perlfaq2 between mainline and maintperl.
28352 Branch: maint-5.6/perl
28355 !> pod/perlfaq2.pod
28356 ____________________________________________________________________________
28357 [ 8747] By: jhi on 2001/02/09 18:12:04
28358 Log: Subject: versiononly and installperl
28359 From: abigail@foad.org
28360 Date: Wed, 7 Feb 2001 22:43:12 +0100
28361 Message-ID: <20010207214312.7045.qmail@foad.org>
28363 Add +v flag to force a normal install of the perl binary
28366 Subject: [PATCH] installperl
28367 From: Nicholas Clark <nick@ccl4.org>
28368 Date: Fri, 9 Feb 2001 16:28:57 +0000
28369 Message-ID: <20010209162857.B10931@plum.flirble.org>
28371 Add -A flag which also hardlinks the binary with
28372 the full architecture name.
28375 ____________________________________________________________________________
28376 [ 8746] By: jhi on 2001/02/09 18:03:43
28377 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
28379 Subject: perlfaq2, re: perlmongers
28381 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
28383 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
28385 Subject: [ID 20010205.001] typo in perlfaq9
28387 Subject: [ID 20010208.002] unordered explanation in perlcall
28388 Branch: maint-5.6/perl
28389 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28390 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
28391 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
28392 ____________________________________________________________________________
28393 [ 8745] By: jhi on 2001/02/09 17:59:09
28394 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
28395 From: abela@geneanet.org
28396 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
28397 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
28400 ____________________________________________________________________________
28401 [ 8744] By: jhi on 2001/02/09 17:48:16
28402 Log: Subject: [ID 20010205.001] typo in perlfaq9
28403 From: eserte@vran.herceg.de
28404 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
28405 Message-Id: <200102042244.XAA21926@vran.herceg.de>
28408 ____________________________________________________________________________
28409 [ 8743] By: jhi on 2001/02/09 17:25:12
28410 Log: Integrate change #8695 from maintperl.
28412 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
28415 ____________________________________________________________________________
28416 [ 8742] By: jhi on 2001/02/09 17:21:22
28417 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
28418 From: Andy Dougherty <doughera@lafayette.edu>
28419 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
28420 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
28423 ____________________________________________________________________________
28424 [ 8741] By: jhi on 2001/02/09 17:05:19
28425 Log: Integrate changes #8738,8739,8740 from maintperl.
28427 Html files will be installed in a more logical and easier to
28428 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28430 Html files will be generated with a header to make them look
28431 a little less bare.
28433 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28435 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
28436 ____________________________________________________________________________
28437 [ 8740] By: jhi on 2001/02/09 17:03:46
28438 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28439 From: "Brendan O'Dea" <bod@compusol.com.au>
28440 Date: Sun, 4 Feb 2001 11:17:56 +1100
28441 Message-ID: <20010204111756.A16301@compusol.com.au>
28442 Branch: maint-5.6/perl
28444 ____________________________________________________________________________
28445 [ 8739] By: jhi on 2001/02/09 17:01:59
28446 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
28447 From: "Indy Singh" <indy@nusphere.com>
28448 Date: Fri, 2 Feb 2001 15:09:59 -0500
28449 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
28451 Html files will be generated with a header to make them look
28452 a little less bare.
28453 Branch: maint-5.6/perl
28455 ____________________________________________________________________________
28456 [ 8738] By: jhi on 2001/02/09 16:58:48
28457 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
28458 From: "Indy Singh" <indy@nusphere.com>
28459 Date: Fri, 2 Feb 2001 15:08:23 -0500
28460 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
28462 Html files will be installed in a more logical and easier to
28463 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28464 Branch: maint-5.6/perl
28465 ! win32/Makefile win32/makefile.mk
28466 ____________________________________________________________________________
28467 [ 8737] By: jhi on 2001/02/09 16:46:54
28468 Log: Integrate changes #8687,8736 from maintperl.
28470 HP-UX thread patches from Merijn H. Brand.
28472 Latin nit from Philip Newton.
28474 !> README.hpux hints/hpux.sh
28475 ____________________________________________________________________________
28476 [ 8736] By: jhi on 2001/02/09 16:42:31
28477 Log: Latin nit from Philip Newton.
28478 Branch: maint-5.6/perl
28480 ____________________________________________________________________________
28481 [ 8735] By: jhi on 2001/02/09 16:24:03
28482 Log: Integrate changes #8704,8710 from pureperl.
28484 Fixed UMRs and leak in Perl_pmtrans()
28486 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28487 associated UTFied tr/// code. Also fixed scoping leak of
28491 ____________________________________________________________________________
28492 [ 8734] By: jhi on 2001/02/09 15:40:21
28493 Log: Integrate change #8733 from maintperl.
28495 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
28498 ____________________________________________________________________________
28499 [ 8733] By: jhi on 2001/02/09 15:35:47
28500 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
28501 From: Prymmer/Kahn <pvhp@best.com>
28502 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
28503 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
28504 Branch: maint-5.6/perl
28506 ____________________________________________________________________________
28507 [ 8732] By: jhi on 2001/02/09 15:26:17
28508 Log: Rename README.posix-bc to README.bs2000 (to avoid the
28509 confusion of a "perlposix-bc.pod"), add a few missing
28510 arch pods, regen toc.
28511 Branch: maint-5.6/perl
28514 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28515 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28516 ____________________________________________________________________________
28517 [ 8731] By: jhi on 2001/02/09 15:23:39
28518 Log: De-cut-and-pasto.
28521 ____________________________________________________________________________
28522 [ 8730] By: jhi on 2001/02/09 15:11:13
28523 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
28524 when people think that perlposix-bc.pod tells anything about
28525 Perl and POSIX. Regen toc.
28529 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28530 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28531 ____________________________________________________________________________
28532 [ 8729] By: jhi on 2001/02/09 14:52:28
28533 Log: The README.vmesa part of #8712 from maintperl.
28536 ____________________________________________________________________________
28537 [ 8728] By: jhi on 2001/02/09 14:46:06
28538 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
28539 From: Peter Prymmer <pvhp@forte.com>
28540 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
28541 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
28542 Branch: maint-5.6/perl
28543 ! README.vmesa win32/Makefile win32/makefile.mk
28544 ____________________________________________________________________________
28545 [ 8727] By: jhi on 2001/02/09 14:33:25
28546 Log: Integrate change #8712 from mainline.
28548 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
28549 Branch: maint-5.6/perl
28551 ____________________________________________________________________________
28552 [ 8726] By: jhi on 2001/02/09 14:30:28
28553 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
28554 From: Peter Prymmer <pvhp@forte.com>
28555 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
28556 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
28559 ! MANIFEST lib/CGI/Util.pm
28560 ____________________________________________________________________________
28561 [ 8725] By: jhi on 2001/02/09 04:56:47
28562 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
28563 Branch: maint-5.6/perl
28565 ____________________________________________________________________________
28566 [ 8724] By: jhi on 2001/02/09 04:40:59
28567 Log: Integrate changes 7819,7820 from vmsperl into mainline.
28569 Add header for LIB$ prototypes (C. Berry)
28571 Convert fwrite()s to sockets to write()s, since some socket stacks
28572 don't take kindly to stdio.
28573 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28574 (for often optional LNMs)
28575 Correct a few typos
28578 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
28579 ____________________________________________________________________________
28580 [ 8723] By: jhi on 2001/02/09 03:29:29
28581 Log: Integrate change #8722 from mainline.
28583 The Im() function wasn't returning zero for non-Math::Complex
28584 arguments. The bug reported by John Gamble.
28585 Branch: maint-5.6/perl
28586 !> lib/Math/Complex.pm
28587 ____________________________________________________________________________
28588 [ 8722] By: jhi on 2001/02/09 03:28:33
28589 Log: The Im() function wasn't returning zero for non-Math::Complex
28590 arguments. The bug reported by John Gamble.
28592 ! lib/Math/Complex.pm
28593 ____________________________________________________________________________
28594 [ 8721] By: nick on 2001/02/08 22:11:35
28595 Log: Correct the correction :-(
28598 ____________________________________________________________________________
28599 [ 8720] By: bailey on 2001/02/08 20:59:22
28600 Log: Convert frwite()s to sockets to write()s, since some socket stacks
28601 don't take kindly to stdio.
28602 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28603 (for often optional LNMs)
28604 Correct a few typos
28607 ! vms/vms.c vms/vmsish.h
28608 ____________________________________________________________________________
28609 [ 8719] By: bailey on 2001/02/08 20:51:02
28610 Log: Add header for LIB$ prototypes (C. Berry)
28612 ! ext/Devel/DProf/DProf.xs
28613 ____________________________________________________________________________
28614 [ 8718] By: bailey on 2001/02/08 20:49:00
28617 +> pod/perliol.pod t/lib/sample-tests/bailout
28618 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
28619 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
28620 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
28621 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
28622 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
28623 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
28624 - lib/unicode/Is/DCinital.pl
28625 !> (integrate 101 files)
28626 ____________________________________________________________________________
28627 [ 8717] By: nick on 2001/02/08 19:38:48
28628 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
28629 From: Robin Barker <rmb1@cise.npl.co.uk>
28630 Date: Thu, 8 Feb 2001 14:38:07 GMT
28631 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
28634 ____________________________________________________________________________
28635 [ 8716] By: nick on 2001/02/08 19:29:07
28636 Log: Generated files form 8713 etc.
28638 ! embed.h global.sym objXSUB.h perlapi.c proto.h
28639 ____________________________________________________________________________
28640 [ 8715] By: nick on 2001/02/08 19:26:08
28641 Log: Fixup non-ithread build after 8713
28644 ____________________________________________________________________________
28645 [ 8714] By: nick on 2001/02/08 19:17:45
28646 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
28647 From: nick@ccl4.org
28648 Date: Wed, 7 Feb 2001 00:27:47 +0000
28649 Message-Id: <20010207002747.B63724@plum.flirble.org>
28652 ____________________________________________________________________________
28653 [ 8713] By: nick on 2001/02/08 19:15:58
28654 Log: Subject: Re: [patch] Re: PL_ptr_table
28655 From: Doug Maceachern <dougm@covalent.net>
28656 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
28657 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
28659 ! embed.pl perl.c sv.c sv.h
28660 ____________________________________________________________________________
28661 [ 8712] By: nick on 2001/02/08 19:12:47
28662 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
28663 From: Peter Prymmer <pvhp@forte.com>
28664 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
28665 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
28668 ____________________________________________________________________________
28669 [ 8711] By: nick on 2001/02/07 21:06:11
28670 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
28671 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
28672 From: Alan Burlison <Alan.Burlison@uk.sun.com>
28673 Date: Tue, 06 Feb 2001 23:37:01 +0000
28674 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
28677 ____________________________________________________________________________
28678 [ 8710] By: alanbur on 2001/02/07 00:22:04
28679 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28680 associated UTFied tr/// code. Also fixed scoping leak of
28682 Branch: maint-5.6/pureperl
28684 ____________________________________________________________________________
28685 [ 8709] By: nick on 2001/02/06 21:16:49
28686 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
28687 From: Michael G Schwern <schwern@pobox.com>
28688 Date: Sun, 4 Feb 2001 19:47:14 -0500
28689 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
28691 ! pod/perlapi.pod pod/perlmodlib.PL
28692 ____________________________________________________________________________
28693 [ 8708] By: nick on 2001/02/06 20:41:20
28694 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
28695 From: Michael G Schwern <schwern@pobox.com>
28696 Date: Sun, 4 Feb 2001 21:17:49 -0500
28697 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
28699 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
28700 ! pod/perltootc.pod
28701 ____________________________________________________________________________
28702 [ 8707] By: nick on 2001/02/06 20:29:11
28703 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
28704 From: Michael G Schwern <schwern@pobox.com>
28705 Date: Tue, 6 Feb 2001 05:54:30 -0500
28706 Message-Id: <20010206055430.A951@blackrider.aocn.com>
28708 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
28709 ____________________________________________________________________________
28710 [ 8706] By: nick on 2001/02/06 20:21:40
28711 Log: Subject: RE: some win32 fixes
28712 Date: Tue, 6 Feb 2001 09:23:20 +0300
28713 From: Vadim Konovalov <vkonovalov@lucent.com>
28714 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
28716 ! toke.c win32/Makefile win32/config.bc win32/config.gc
28717 ! win32/config.vc win32/config_H.bc win32/makefile.mk
28718 ____________________________________________________________________________
28719 [ 8705] By: alanbur on 2001/02/06 15:00:03
28720 Log: Synchronised with parent
28721 Branch: maint-5.6/pureperl
28723 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
28724 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
28725 ____________________________________________________________________________
28726 [ 8704] By: alanbur on 2001/02/06 14:55:24
28727 Log: Fixed UMRs and leak in Perl_pmtrans()
28728 Branch: maint-5.6/pureperl
28730 ____________________________________________________________________________
28731 [ 8703] By: gsar on 2001/02/06 02:29:37
28732 Log: $(MAKE) distclean doesn't clean up properly on windows
28733 Branch: maint-5.6/perl
28734 ! win32/Makefile win32/makefile.mk
28735 ____________________________________________________________________________
28736 [ 8702] By: gsar on 2001/02/06 01:00:46
28737 Log: tweak change#8659 to keep it simple
28738 Branch: maint-5.6/perl
28740 ____________________________________________________________________________
28741 [ 8701] By: gsar on 2001/02/05 22:45:41
28742 Log: change#8693 was missing testsuite changes
28743 Branch: maint-5.6/perl
28744 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
28745 ____________________________________________________________________________
28746 [ 8700] By: nick on 2001/02/05 20:32:52
28747 Log: Integrate mainline
28749 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
28750 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
28751 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
28752 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
28753 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
28754 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
28755 +> t/lib/test-harness.t
28756 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
28757 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
28758 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
28759 !> pod/perlutil.pod t/TEST utils/h2xs.PL
28760 ____________________________________________________________________________
28761 [ 8699] By: nick on 2001/02/05 19:41:07
28762 Log: Subject: perlfaq2, re: perlmongers
28763 From: David H. Adler <dha@panix.com>
28764 Date: Sun, 4 Feb 2001 23:48:23 -0500
28765 Message-Id: <20010204234823.A13429@panix.com>
28768 ____________________________________________________________________________
28769 [ 8698] By: nick on 2001/02/05 19:39:31
28770 Log: Missed file f#rom the testharness mess.
28772 + t/lib/test-harness.t
28773 ____________________________________________________________________________
28774 [ 8697] By: nick on 2001/02/05 19:37:21
28775 Log: Subject: [DOC PATCH] overload.pm nits
28776 From: John Tobey <jtobey@john-edwin-tobey.org>
28777 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
28778 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
28781 ____________________________________________________________________________
28782 [ 8696] By: alanbur on 2001/02/05 11:56:00
28783 Log: Sync with parent
28784 Branch: maint-5.6/pureperl
28786 ____________________________________________________________________________
28787 [ 8695] By: gsar on 2001/02/05 03:27:34
28788 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
28789 Branch: maint-5.6/perl
28791 ____________________________________________________________________________
28792 [ 8694] By: alanbur on 2001/02/05 00:07:47
28793 Log: Initial branch creation from //depot/maint-5.6/perl
28794 Branch: maint-5.6/pureperl
28795 +> (branch 1719 files)
28796 ____________________________________________________________________________
28797 [ 8693] By: gsar on 2001/02/04 22:38:49
28798 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
28800 Branch: maint-5.6/perl
28801 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
28802 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
28803 !> ext/DB_File/version.c
28804 ____________________________________________________________________________
28805 [ 8692] By: nick on 2001/02/04 18:15:57
28806 Log: The missed t/TEST part of the grand testharness upgrade.
28809 ____________________________________________________________________________
28810 [ 8691] By: nick on 2001/02/04 18:05:17
28811 Log: New improved test harness
28812 Subject: Re: [PATCH Test::Harness] Third time's a charm?
28813 From: Michael G Schwern <schwern@pobox.com>
28814 Date: Sun, 4 Feb 2001 08:01:20 -0500
28815 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
28817 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
28818 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
28819 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
28820 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
28821 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
28822 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
28823 ! MANIFEST lib/Test/Harness.pm
28824 ____________________________________________________________________________
28825 [ 8690] By: nick on 2001/02/04 17:57:51
28826 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
28827 From: Jonathan Stowe <gellyfish@gellyfish.com>
28828 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
28829 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
28832 ____________________________________________________________________________
28833 [ 8689] By: nick on 2001/02/04 17:55:24
28834 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
28835 From: Michael G Schwern <schwern@pobox.com>
28836 Date: Sat, 3 Feb 2001 22:46:38 -0500
28837 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
28839 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
28840 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
28841 ____________________________________________________________________________
28842 [ 8688] By: nick on 2001/02/04 17:43:55
28843 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
28844 length byfailing to spot lack of closing )
28845 From: nick@talking.bollo.cx
28846 Date: Sat, 03 Feb 2001 23:53:16 +0000
28847 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
28849 ! perlio.c pod/perldiag.pod
28850 ____________________________________________________________________________
28851 [ 8687] By: jhi on 2001/02/03 17:11:42
28852 Log: HP-UX thread patches from Merijn H. Brand.
28853 Branch: maint-5.6/perl
28854 ! README.hpux hints/hpux.sh
28855 ____________________________________________________________________________
28856 [ 8686] By: jhi on 2001/02/03 16:40:12
28857 Log: Metaconfig changes for #8685.
28859 ! U/installdirs/instubperl.U
28860 Branch: metaconfig/U/perl
28861 ! Devel.U versiononly.U
28862 ____________________________________________________________________________
28863 [ 8685] By: jhi on 2001/02/03 16:39:49
28864 Log: For -Dusedevel builds turn off installusrbinperl and turn on
28865 versiononly, a combined idea of Richard Soderberg and Merijn
28866 H. Brand. You can still override both of these from the command
28867 line if you need to, -Dinstallusrbinperl and -Uversiononly.
28870 ____________________________________________________________________________
28871 [ 8684] By: jhi on 2001/02/03 16:16:34
28872 Log: Metaconfig unit fix for #8683.
28874 ! U/compline/nblock_io.U
28875 ____________________________________________________________________________
28876 [ 8683] By: jhi on 2001/02/03 16:16:12
28877 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
28878 reported by Peter Prymmer for 5.6-TRIAL1.
28881 ____________________________________________________________________________
28882 [ 8682] By: jhi on 2001/02/03 05:52:11
28883 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
28885 Branch: maint-5.6/perl
28887 ____________________________________________________________________________
28888 [ 8681] By: jhi on 2001/02/03 05:47:33
28889 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
28890 Branch: maint-5.6/perl
28892 ____________________________________________________________________________
28893 [ 8680] By: jhi on 2001/02/02 21:39:49
28894 Log: perlport update from Peter Prymmer.
28895 Branch: maint-5.6/perl
28897 ____________________________________________________________________________
28898 [ 8679] By: nick on 2001/02/02 20:50:48
28899 Log: Integrate mainline
28901 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
28902 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
28903 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
28904 ____________________________________________________________________________
28905 [ 8678] By: gsar on 2001/02/02 16:02:12
28906 Log: note about bincompat, slightly modified (from Lupe Christoph)
28907 Branch: maint-5.6/perl
28909 ____________________________________________________________________________
28910 [ 8677] By: jhi on 2001/02/02 15:46:20
28911 Log: Supported platforms updates.
28912 Branch: maint-5.6/perl
28914 ____________________________________________________________________________
28915 [ 8676] By: jhi on 2001/02/02 03:41:26
28916 Log: A couple more perlfaq2 tweaks.
28917 Branch: maint-5.6/perl
28919 ____________________________________________________________________________
28920 [ 8675] By: jhi on 2001/02/02 03:17:44
28921 Log: Misedit in #8661.
28922 Branch: maint-5.6/perl
28924 ____________________________________________________________________________
28925 [ 8674] By: jhi on 2001/02/02 03:14:38
28927 Branch: maint-5.6/perl
28929 ____________________________________________________________________________
28930 [ 8673] By: jhi on 2001/02/02 03:12:40
28931 Log: perlfaq update from Elaine Ashton.
28932 Branch: maint-5.6/perl
28934 ____________________________________________________________________________
28935 [ 8672] By: jhi on 2001/02/02 03:07:08
28936 Log: UTF-8 s/// patch from Inaba Hiroto.
28937 Branch: maint-5.6/perl
28938 ! pp_ctl.c pp_hot.c
28939 ____________________________________________________________________________
28940 [ 8671] By: jhi on 2001/02/01 22:34:31
28941 Log: Update Changes.
28943 ! Changes patchlevel.h
28944 ____________________________________________________________________________
28945 [ 8670] By: jhi on 2001/02/01 22:15:29
28946 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
28949 Upgrade to Getopt::Long 2.25, from Johan Vromans.
28951 more files need to be writable in the source distribution
28953 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
28955 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
28957 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
28959 Allow the float to be fuzzier.
28961 need to use INT2PTR instead of a straight cast or ia64 fails
28963 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
28965 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
28967 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
28968 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
28969 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
28970 ____________________________________________________________________________
28971 [ 8669] By: jhi on 2001/02/01 21:57:02
28972 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
28973 From: Robin Barker <rmb1@cise.npl.co.uk>
28974 Date: Thu, 1 Feb 2001 16:59:05 GMT
28975 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
28976 Branch: maint-5.6/perl
28977 ! pod/perlmodlib.PL
28978 ____________________________________________________________________________
28979 [ 8668] By: nick on 2001/02/01 19:41:40
28980 Log: Integrate mainline
28982 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
28983 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
28984 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
28985 ____________________________________________________________________________
28986 [ 8667] By: gsar on 2001/02/01 16:59:11
28987 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
28988 Branch: maint-5.6/perl
28989 ! embed.pl embedvar.h
28990 ____________________________________________________________________________
28991 [ 8666] By: gsar on 2001/02/01 16:34:51
28992 Log: add missing entries to win32/config.?c
28993 Branch: maint-5.6/perl
28994 ! win32/config.bc win32/config.gc win32/config.vc
28995 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28996 ____________________________________________________________________________
28997 [ 8665] By: jhi on 2001/02/01 14:58:51
28998 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
28999 From: "Stephen P. Potter" <spp@spotter.yi.org>
29000 Date: Thu, 01 Feb 2001 10:45:46 -0500
29001 Message-Id: <200102011545.KAA31479@spotter.yi.org>
29002 Branch: maint-5.6/perl
29004 ____________________________________________________________________________
29005 [ 8664] By: gsar on 2001/02/01 14:52:37
29006 Log: need to use INT2PTR instead of a straight cast or ia64 fails
29007 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
29008 Branch: maint-5.6/perl
29009 ! ext/POSIX/POSIX.xs
29010 ____________________________________________________________________________
29011 [ 8663] By: jhi on 2001/02/01 14:09:13
29012 Log: Allow the float to be fuzzier.
29013 Branch: maint-5.6/perl
29015 ____________________________________________________________________________
29016 [ 8662] By: jhi on 2001/02/01 13:59:00
29017 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29018 From: Robin Barker <rmb1@cise.npl.co.uk>
29019 Date: Thu, 1 Feb 2001 13:05:39 GMT
29020 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
29021 Branch: maint-5.6/perl
29022 ! pod/perlmodlib.pod
29023 ____________________________________________________________________________
29024 [ 8661] By: jhi on 2001/02/01 13:57:38
29025 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
29026 Date: Thu, 01 Feb 2001 14:15:41 +0100
29027 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29028 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
29030 Have the $ccflags in the gcc version test (strange, this change
29031 is claimed to be have been integrated already)
29032 Branch: maint-5.6/perl
29034 ____________________________________________________________________________
29035 [ 8660] By: jhi on 2001/02/01 13:44:10
29036 Log: Integrate changes #7950,7964,7962 from mainline.
29038 Find the stdchar signedness using cpp, should fix some of
29039 the Solaris compiler warnings reported by Alan Burlison.
29040 Branch: maint-5.6/perl
29041 !> Configure config_h.SH
29042 ____________________________________________________________________________
29043 [ 8659] By: jhi on 2001/02/01 05:35:32
29044 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
29045 From: Jan Dubois <JanD@ActiveState.com>
29046 Date: Wed, 31 Jan 2001 21:17:03 -0800
29047 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
29048 Branch: maint-5.6/perl
29050 ____________________________________________________________________________
29051 [ 8658] By: jhi on 2001/02/01 04:33:17
29052 Log: Integrate the README.os390 and README.posix-bc parts of mainline
29053 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
29054 installperl parts were taken care of by #8657.)
29055 Branch: maint-5.6/perl
29056 !> README.os390 README.posix-bc
29057 ____________________________________________________________________________
29058 [ 8657] By: jhi on 2001/02/01 04:29:21
29059 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29060 From: Peter Prymmer <pvhp@forte.com>
29061 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
29062 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
29063 Branch: maint-5.6/perl
29064 + ext/DynaLoader/dl_dllload.xs
29065 ! MANIFEST Makefile.SH hints/os390.sh installperl
29066 ____________________________________________________________________________
29067 [ 8656] By: jhi on 2001/02/01 04:25:45
29068 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
29069 From: Peter Prymmer <pvhp@forte.com>
29070 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
29071 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
29072 Branch: maint-5.6/perl
29073 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
29074 ____________________________________________________________________________
29075 [ 8655] By: jhi on 2001/02/01 04:14:47
29076 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
29077 From: troc@netrus.net
29078 Date: Wed, 31 Jan 2001 22:31:26 -0500
29079 Message-Id: <200102010331.WAA117.85@rocco.homenet>
29080 Branch: maint-5.6/perl
29082 ____________________________________________________________________________
29083 [ 8654] By: jhi on 2001/02/01 04:12:52
29084 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
29085 as reported by Alan Burlison.
29086 Branch: maint-5.6/perl
29088 ____________________________________________________________________________
29089 [ 8653] By: jhi on 2001/02/01 04:05:12
29090 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
29091 From: dsugalski@northernlight.com
29092 Date: Wed, 31 Jan 2001 18:54:11 -0500
29093 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
29094 Branch: maint-5.6/perl
29096 ____________________________________________________________________________
29097 [ 8652] By: jhi on 2001/02/01 04:03:11
29098 Log: Misplaced #endif.
29100 Subject: [perl-5-6-1-trial2] patches for EPOC
29101 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29102 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29103 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29104 Branch: maint-5.6/perl
29106 ____________________________________________________________________________
29107 [ 8651] By: jhi on 2001/02/01 04:00:25
29108 Log: Integrate changes #8647,8648,8650 from mainline.
29110 Macrofy a magic UTF-8 test.
29112 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
29114 Watch out for cross compiling for EPOC (usually done on linux).
29115 Branch: maint-5.6/perl
29116 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
29117 ____________________________________________________________________________
29118 [ 8650] By: jhi on 2001/02/01 03:56:20
29119 Log: Watch out for cross compiling for EPOC (usually done on linux)
29121 Subject: [perl-5-6-1-trial2] patches for EPOC
29122 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29123 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29124 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29126 ! ext/Errno/Errno_pm.PL
29127 ____________________________________________________________________________
29128 [ 8649] By: gsar on 2001/02/01 00:46:00
29129 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
29130 Branch: maint-5.6/perl
29132 ____________________________________________________________________________
29133 [ 8648] By: jhi on 2001/01/31 23:35:36
29134 Log: All the uses of PL_numeric_radix must be protected by
29135 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
29137 Subject: [perl-5-6-1-trial2] patches for EPOC
29138 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29139 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29140 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29143 ____________________________________________________________________________
29144 [ 8647] By: jhi on 2001/01/31 22:56:16
29145 Log: Macrofy a magic UTF-8 test.
29148 ____________________________________________________________________________
29149 [ 8646] By: gsar on 2001/01/31 15:55:12
29150 Log: update Changes
29151 Branch: maint-5.6/perl
29153 ____________________________________________________________________________
29154 [ 8645] By: gsar on 2001/01/31 15:10:14
29155 Log: Configure tweak suggested by Peter Prymmer
29156 Branch: maint-5.6/perl
29158 ____________________________________________________________________________
29159 [ 8644] By: gsar on 2001/01/31 15:06:32
29160 Log: more files need to be writable in the source distribution
29161 Branch: maint-5.6/perl
29163 ____________________________________________________________________________
29164 [ 8643] By: jhi on 2001/01/31 14:59:46
29165 Log: Integrate changes #8258,8278,8279 from mainline.
29167 Make the large file tests more robust/talkative.
29168 Branch: maint-5.6/perl
29169 !> t/lib/syslfs.t t/op/lfs.t
29170 ____________________________________________________________________________
29171 [ 8642] By: gsar on 2001/01/31 14:53:48
29172 Log: integrate changes#8311,8334 from mainline
29174 Add a new MakeMaker variable PM_FILTER that defines a Unix
29175 filter to be run on each .pm during the pm_to_blib() phase,
29177 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
29179 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
29180 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
29181 accurate reading of the "atime".
29182 Branch: maint-5.6/perl
29183 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
29184 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
29185 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
29186 ____________________________________________________________________________
29187 [ 8641] By: jhi on 2001/01/31 14:46:37
29188 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
29189 Branch: maint-5.6/perl
29190 ! lib/Getopt/Long.pm
29191 ____________________________________________________________________________
29192 [ 8640] By: gsar on 2001/01/31 14:40:24
29193 Log: make regen_all
29194 Branch: maint-5.6/perl
29195 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
29196 ____________________________________________________________________________
29197 [ 8639] By: gsar on 2001/01/31 14:37:25
29198 Log: refresh windows config files
29199 Branch: maint-5.6/perl
29200 ! win32/Makefile win32/config_H.bc win32/config_H.gc
29201 ! win32/config_H.vc win32/makefile.mk
29202 ____________________________________________________________________________
29203 [ 8638] By: gsar on 2001/01/31 14:28:10
29204 Log: makefile tweaks for windows: introduce a bulk-switch to enable
29205 same options as ActivePerl; sync changes with makefile.mk
29206 Branch: maint-5.6/perl
29207 ! win32/Makefile win32/makefile.mk
29208 ____________________________________________________________________________
29209 [ 8637] By: jhi on 2001/01/31 04:41:30
29210 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
29211 From: Nicholas Clark <nick@ccl4.org>
29212 Date: Tue, 30 Jan 2001 19:51:05 +0000
29213 Message-ID: <20010130195105.R76607@plum.flirble.org>
29217 ! pp.c pp.h pp_hot.c t/op/arith.t
29218 ____________________________________________________________________________
29219 [ 8636] By: jhi on 2001/01/31 02:38:32
29220 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
29221 no perlio],8257,8380,8479,8515 from mainline.
29223 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
29225 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
29226 Subject: [PATCH perl@8133] fix-up for VMS extensions
29228 In VMS embedded perls couldn't access the statically built Socket.
29230 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
29232 Further VMS piping fixes from Charles Lane.
29234 Subject: [PATCH] make t/op/misc.t work on VMS
29236 Add tracing for debugging extensions builds in VMS.
29238 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
29239 Branch: maint-5.6/perl
29240 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
29241 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29242 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
29243 ____________________________________________________________________________
29244 [ 8635] By: jhi on 2001/01/31 01:46:41
29245 Log: Integrate change #7732 from mainline.
29247 Sparc 64-bit pack() fix from Jens Hamisch.
29248 Branch: maint-5.6/perl
29250 ____________________________________________________________________________
29251 [ 8634] By: jhi on 2001/01/31 01:41:16
29252 Log: One spot missing from #8626.
29253 Branch: maint-5.6/perl
29255 ____________________________________________________________________________
29256 [ 8633] By: jhi on 2001/01/31 00:49:17
29257 Log: Integrate change #7495 from mainline.
29259 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
29260 Branch: maint-5.6/perl
29261 !> MANIFEST ext/re/Makefile.PL
29262 ____________________________________________________________________________
29263 [ 8632] By: jhi on 2001/01/30 23:38:49
29264 Log: Integrate change #8396 from mainline.
29266 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
29267 better multicast support (resend)
29268 Branch: maint-5.6/perl
29269 !> ext/Socket/Socket.pm
29270 ____________________________________________________________________________
29271 [ 8631] By: jhi on 2001/01/30 23:28:03
29272 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
29274 More AIX lore. (7514, ext/re/hints/aix.pl)
29276 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
29278 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)
29280 Subject: [ID 20001214.002] Net::Ping patch
29282 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
29284 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29286 Add ReuseAddr as a (preferred) alias for Reuse as we now
29287 also have ReusePort.
29289 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
29290 Branch: maint-5.6/perl
29291 +> ext/re/hints/aix.pl
29292 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
29293 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
29294 ____________________________________________________________________________
29295 [ 8630] By: jhi on 2001/01/30 23:03:59
29296 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
29298 read() documentation tweak for 20001121.004.
29300 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
29301 Branch: maint-5.6/perl
29302 !> pod/perlfunc.pod pod/perlre.pod
29303 ____________________________________________________________________________
29304 [ 8629] By: jhi on 2001/01/30 22:41:57
29305 Log: Integrate change #8098 from mainline.
29307 fastgetcwd is defined using a glob alias on a $^O dependent basis
29308 and there was no default assignment or perl subroutine.
29309 Branch: maint-5.6/perl
29311 ____________________________________________________________________________
29312 [ 8628] By: jhi on 2001/01/30 21:58:52
29313 Log: Integrate change #7866 from mainline.
29316 Branch: maint-5.6/perl
29317 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
29318 ____________________________________________________________________________
29319 [ 8627] By: jhi on 2001/01/30 21:39:44
29320 Log: Integrate changes #8075,8086,8228 from mainline.
29322 Darwin is not Windows. (8075,8086)
29324 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
29325 Branch: maint-5.6/perl
29326 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
29327 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
29328 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
29329 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
29330 ____________________________________________________________________________
29331 [ 8626] By: jhi on 2001/01/30 21:22:11
29332 Log: Integrate with tweakery the change #8625 from mainline,
29333 the multibyte decimal separator fix ("fa_IR locale failure").
29334 Branch: maint-5.6/perl
29335 ! embedvar.h perlapi.h
29336 !> intrpvar.h perl.c perl.h sv.c util.c
29337 ____________________________________________________________________________
29338 [ 8625] By: jhi on 2001/01/30 20:26:33
29339 Log: Fix for the fa_IR locale failure. The reason for the failure
29340 was that Perl was assuming the decimal separator aka the radix
29341 separator is one character. The Farsi-Iranian locale crushed
29342 that bad assumption since there the separator is 'Momayyez',
29343 glyphwise looking somewhat like a slash, and in Unicode UTF-8
29344 encoded in two bytes, 0xd9 0xab.
29346 ! intrpvar.h perl.c perl.h sv.c util.c
29347 ____________________________________________________________________________
29348 [ 8624] By: gsar on 2001/01/30 20:17:03
29350 Branch: maint-5.6/perl
29351 ! Makefile.SH pod/perlintern.pod
29352 ____________________________________________________________________________
29353 [ 8623] By: gsar on 2001/01/30 19:42:34
29354 Log: backout change#7431 and its dependents (causes spurious rebuilds
29355 of autogenerated files)
29357 fix benign b.t failure
29358 Branch: maint-5.6/perl
29359 ! Makefile.SH t/lib/b.t
29360 ____________________________________________________________________________
29361 [ 8622] By: jhi on 2001/01/30 19:41:41
29362 Log: Microperl sync.
29365 ____________________________________________________________________________
29366 [ 8621] By: gsar on 2001/01/30 19:24:47
29367 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
29370 Subject: podlators 1.06 released
29372 Subject: [PATCH @8436] Eliminate op_children
29374 (Replaced by #8448) Traces of op_children (cleanup of #8442)
29376 (Replaced by #8448) More op_children traces (cleanup of #8442).
29378 Subject: [PATCH #3 @8436] Re: Eliminate op_children
29379 Replace #8444 and #8445.
29381 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29382 at the setting of the ofs_sv in new_struct_thread() as the
29383 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
29384 uninitialized fields are, uh, initialized with),
29385 SvREFCNT_inc()ing that invited a core dump.
29387 podlators 1.07, from Russ Allbery.
29389 Subject: [PATCH] regcomp.c old feature removal
29390 From: mjd@plover.com
29391 Date: 16 Jan 2001 14:43:18 -0000
29392 Message-ID: <20010116144318.7140.qmail@plover.com>
29393 Branch: maint-5.6/perl
29394 +> lib/Pod/Text/Overstrike.pm
29395 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
29396 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
29397 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
29398 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
29399 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
29401 ____________________________________________________________________________
29402 [ 8620] By: gsar on 2001/01/30 18:48:32
29403 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
29404 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
29405 now fails one test)
29407 Subject: [PATCH] lvalue AUTOLOAD. No, really.
29409 Subject: [PATCH] Interesting syntax idea
29410 Make opens + bareword assigns do typeglob assigns.
29414 Subject: [PATCH @8269] Continue blocks and B::Deparse
29415 Make the peephole optimizer to bypass more null ops and
29416 and rewrite the deparse handling of continue blocks.
29418 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
29419 Doc tweak on #8313.
29421 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
29423 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29425 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
29427 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
29428 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
29429 according to the platform.
29431 Subject: [PATCH @8404] Consolidated lvalue sub changes
29433 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
29435 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29437 Subject: B::Concise -- an improved replacement for B::Terse
29439 The B::Terse drop-in replacement wasn't quite drop-in.
29441 The LVRET macro needed an aTHX.
29443 Use the /^Perl_/-less form of is_lvalue_sub().
29445 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
29446 Branch: maint-5.6/perl
29447 +> ext/B/B/Concise.pm
29448 !> (integrate 27 files)
29449 ____________________________________________________________________________
29450 [ 8619] By: nick on 2001/01/30 18:40:28
29451 Log: Integrate mainline
29453 !> (integrate 40 files)
29454 ____________________________________________________________________________
29455 [ 8618] By: jhi on 2001/01/30 18:37:18
29456 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
29457 Date: Mon, 29 Jan 2001 22:51:29 -0600
29458 From: "Craig A. Berry" <craigberry@mac.com>
29459 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
29462 ____________________________________________________________________________
29463 [ 8617] By: jhi on 2001/01/30 18:34:53
29464 Log: Subject: [PATCH] Add missing CV flags to dump.c
29465 From: Tim Jenness <t.jenness@jach.hawaii.edu>
29466 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
29467 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
29470 ____________________________________________________________________________
29471 [ 8616] By: jhi on 2001/01/30 18:20:58
29472 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
29473 part isn't applicable to maintperl.
29475 UTF-8 nit from Inaba Hiroto.
29476 Branch: maint-5.6/perl
29477 !> pod/perlapi.pod utf8.c
29478 ____________________________________________________________________________
29479 [ 8615] By: jhi on 2001/01/30 18:18:51
29480 Log: UTF-8 nit from Inaba Hiroto.
29482 ! pod/perlapi.pod t/op/each.t utf8.c
29483 ____________________________________________________________________________
29484 [ 8614] By: jhi on 2001/01/30 18:13:38
29485 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
29487 perl's internal variables are not for public consumption,
29488 move their docs from perlapi.pod to perlintern.pod
29490 support for -Dusethreads build under HP-UX 10.20 and DCE threads
29491 library (11.0 and later have pthreads but 10.x don't)
29493 avoid uninitialized value warnings
29495 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
29496 gets weird results)
29498 perldoc nit on windows
29500 make it possible to run the tests outside the source tree
29501 (there's still a dependency on ../lib being the library
29504 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
29505 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
29506 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
29507 !> win32/bin/search.pl win32/vdir.h
29508 ____________________________________________________________________________
29509 [ 8613] By: gsar on 2001/01/30 16:39:59
29510 Log: make it possible to run the tests outside the source tree
29511 (there's still a dependency on ../lib being the library
29513 Branch: maint-5.6/perl
29514 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
29515 ____________________________________________________________________________
29516 [ 8612] By: gsar on 2001/01/30 16:31:12
29517 Log: perldoc nit on windows
29518 Branch: maint-5.6/perl
29520 ____________________________________________________________________________
29521 [ 8611] By: gsar on 2001/01/30 16:22:54
29522 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
29523 gets weird results)
29524 Branch: maint-5.6/perl
29526 ____________________________________________________________________________
29527 [ 8610] By: gsar on 2001/01/30 16:12:45
29528 Log: avoid uninitialized value warnings
29529 Branch: maint-5.6/perl
29530 ! win32/bin/search.pl
29531 ____________________________________________________________________________
29532 [ 8609] By: gsar on 2001/01/30 16:08:01
29533 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
29534 library (11.0 and later have pthreads but 10.x don't)
29535 Branch: maint-5.6/perl
29536 ! hints/hpux.sh thread.h
29537 ____________________________________________________________________________
29538 [ 8608] By: gsar on 2001/01/30 15:48:55
29539 Log: perl's internal variables are not for public consumption,
29540 move their docs from perlapi.pod to perlintern.pod
29541 Branch: maint-5.6/perl
29542 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
29544 ____________________________________________________________________________
29545 [ 8607] By: gsar on 2001/01/30 15:44:27
29546 Log: mistakenly branched perl56delta.pod, revert
29547 Branch: maint-5.6/perl
29548 - pod/perl56delta.pod
29549 !> pod/perldelta.pod
29550 ____________________________________________________________________________
29551 [ 8606] By: gsar on 2001/01/30 14:20:24
29552 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
29553 dTHR which has been a noop for a while now, except for the
29554 compatibility definition in thread.h)
29555 Branch: maint-5.6/perl
29556 !> (integrate 45 files)
29557 ____________________________________________________________________________
29558 [ 8605] By: jhi on 2001/01/30 05:43:58
29559 Log: Mark the UTF-8 APIs as experimental.
29560 Branch: maint-5.6/perl
29561 ! embed.pl pod/perlapi.pod
29562 ____________________________________________________________________________
29563 [ 8604] By: jhi on 2001/01/30 05:38:40
29564 Log: Nits from earlier integrates.
29565 Branch: maint-5.6/perl
29566 ! lib/Carp/Heavy.pm
29568 ____________________________________________________________________________
29569 [ 8603] By: jhi on 2001/01/30 05:27:26
29570 Log: Regenerate Porting files.
29571 Branch: maint-5.6/perl
29572 ! Porting/Glossary Porting/config.sh Porting/config_H
29573 ____________________________________________________________________________
29574 [ 8602] By: jhi on 2001/01/30 05:14:59
29575 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
29576 8310,8339,8447,8492,8493,8505,8525: documentation changes.
29578 Subject: Re: perlfaq style changes
29580 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
29582 Subject: [PATCH] docs on NaN
29584 Subject: [patch] perlfaq7
29586 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
29588 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
29590 Subject: [PATCH] open() example in perlfunc.pod
29592 Podify README.mpeix (a new version from the web)
29594 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29596 Subject: [PATCH] format and rewording in perlfaq.pod
29598 Subject: [PATCH] API Variable documentation
29600 Memory management calls documentation.
29602 Subject: [PATCH: perl@8482] README.vms URL updates
29604 Subject: Minor typos in perlfaq2.pod
29606 Subject: [PATCH] pod/perlvar.pod
29607 Branch: maint-5.6/perl
29608 +> pod/perl56delta.pod
29609 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29610 !> README.amiga README.epoc README.mpeix README.vms
29611 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
29612 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
29613 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
29614 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
29615 !> pod/perlvar.pod thrdvar.h
29616 ____________________________________________________________________________
29617 [ 8601] By: jhi on 2001/01/30 04:38:35
29618 Log: Integrate changes #8036,8096,8253 from mainline:
29621 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29622 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
29624 Output the (apparent) version of gcc in Tru64.
29625 Branch: maint-5.6/perl
29626 +> ext/POSIX/hints/svr4.pl
29627 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
29628 !> hints/svr4.sh t/lib/bigfltpm.t
29629 ____________________________________________________________________________
29630 [ 8600] By: jhi on 2001/01/30 04:04:01
29631 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
29634 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
29636 Debian allows /usr/bin/locale to exist without any locales. (7868)
29638 Allow the locale test needing POSIX and the taint test
29639 needing IPC::SysV to run under 'minitest' (basically,
29640 bail out if loading the extension fails). (8384)
29642 Cleanup the locale.t output (8480)
29643 Branch: maint-5.6/perl
29644 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
29645 !> t/pragma/locale.t
29646 ____________________________________________________________________________
29647 [ 8599] By: jhi on 2001/01/30 03:51:04
29648 Log: Missing generated files from #8598.
29649 Branch: maint-5.6/perl
29650 ! embed.h global.sym objXSUB.h perlapi.c proto.h
29651 ____________________________________________________________________________
29652 [ 8598] By: jhi on 2001/01/30 03:41:54
29653 Log: Integrate change #8555 from mainline, manually integrate parts
29654 of changes 8452 and 8583.
29656 Subject: [PATCH] utf8.c documentation (8452)
29658 No point in checking the length if the pointer is bogus. (8555)
29660 Introduce bytes_from_utf8() and implement sv_eq() using it,
29661 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
29662 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
29663 was malformed. (8583)
29664 Branch: maint-5.6/perl
29665 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
29666 !> pod/perlapi.pod sv.c utf8.c
29667 ____________________________________________________________________________
29668 [ 8597] By: gsar on 2001/01/30 02:37:26
29669 Log: get PERL_OBJECT build going again on windows
29670 Branch: maint-5.6/perl
29671 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29672 ! pod/perlapi.pod proto.h sv.c
29673 ____________________________________________________________________________
29674 [ 8596] By: jhi on 2001/01/30 02:16:17
29675 Log: Signedness nit.
29678 ____________________________________________________________________________
29679 [ 8595] By: jhi on 2001/01/30 02:11:07
29680 Log: EBCDIC patch for Storable, from Peter Prymmer.
29682 ! t/lib/st-06compat.t
29683 ____________________________________________________________________________
29684 [ 8594] By: jhi on 2001/01/30 01:04:48
29685 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
29686 From: Peter Prymmer <pvhp@forte.com>
29687 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
29688 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
29691 ____________________________________________________________________________
29692 [ 8593] By: jhi on 2001/01/30 00:56:47
29693 Log: Subject: [PATCH: perl@8585] pod problems in io
29694 From: Peter Prymmer <pvhp@forte.com>
29695 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
29696 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
29698 ! pod/perlapio.pod pod/perliol.pod
29699 ____________________________________________________________________________
29700 [ 8592] By: jhi on 2001/01/30 00:48:20
29701 Log: Integrate perlio.
29703 !> pod/perlapio.pod pod/perliol.pod
29704 ____________________________________________________________________________
29705 [ 8591] By: nick on 2001/01/29 22:02:28
29706 Log: GNU 'merge' Simon's copy of perliol.pod with version
29707 patched by Craig's patch.
29710 ____________________________________________________________________________
29711 [ 8590] By: nick on 2001/01/29 21:55:10
29712 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
29714 ! pod/perlapio.pod pod/perliol.pod
29715 ____________________________________________________________________________
29716 [ 8589] By: jhi on 2001/01/29 15:35:33
29717 Log: Integrate change #8586 from maint-5.6/perl.
29719 make the BOM detection code not call tell() until it has to
29720 (meant to fix esoteric compatibility issues where PL_rsfp
29724 ____________________________________________________________________________
29725 [ 8588] By: jhi on 2001/01/29 15:29:11
29726 Log: Subject: MAking Solaris malloc() the default
29727 From: Lupe Christoph <lupe@lupe-christoph.de>
29728 Date: Mon, 29 Jan 2001 12:59:36 +0100
29729 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
29731 The README.solaris part slightly tweaked.
29733 ! README.solaris hints/solaris_2.sh
29734 ____________________________________________________________________________
29735 [ 8587] By: jhi on 2001/01/29 15:17:34
29736 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
29737 From: root@ak-75.mind.de
29738 Date: Sun, 28 Jan 2001 20:32:29 +0100
29739 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
29742 ____________________________________________________________________________
29743 [ 8586] By: gsar on 2001/01/29 13:43:44
29744 Log: make the BOM detection code not call tell() until it has to
29745 (meant to fix esoteric compatibility issues where PL_rsfp
29747 Branch: maint-5.6/perl
29749 ____________________________________________________________________________
29750 [ 8585] By: jhi on 2001/01/28 20:05:45
29751 Log: Update Changes.
29753 ! Changes patchlevel.h
29754 ____________________________________________________________________________
29755 [ 8584] By: jhi on 2001/01/28 19:30:02
29756 Log: Integrate perlio.
29759 !> MANIFEST pod/perlapio.pod
29760 ____________________________________________________________________________
29761 [ 8583] By: jhi on 2001/01/28 19:28:40
29762 Log: Patch from Inaba Hiroto:
29763 - canonical UTF-8 hash keys: if a key string for a hash is
29764 UTF8-on, try downgrade the string and use it if
29765 unicode::distinct is not in effect.
29766 For the task, I added a function bytes_from_utf8() to utf8.c.
29767 It might resemble utf8_to_bytes() but it is not convenient
29769 Made a test for it and added to t/op/each.t
29770 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
29771 the mortal copy of the argument SV.
29772 And changed t/io/utf8.t test 18 which expects print() to
29773 upgrade its argument.
29774 - re-implement sv_eq with bytes_from_utf8()
29776 - tr/// does not handle UTF8 range (\x{}-\x{})
29777 - \ before raw UTF8 character produced
29778 "Malformed UTF-8 character" warning.
29779 - "\x{100}\N{CENT SIGN}" is Malformed.
29780 Added tests for these 3.
29781 - and one silly bug (by me) with qu operator.
29783 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
29784 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
29785 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
29786 ____________________________________________________________________________
29787 [ 8582] By: nick on 2001/01/28 19:25:04
29788 Log: Add pod/perliol.pod to MANIFEST :-(
29791 ____________________________________________________________________________
29792 [ 8581] By: nick on 2001/01/28 19:22:40
29793 Log: PerlIO documentation. Proofing and sub-editing requested.
29797 ____________________________________________________________________________
29798 [ 8580] By: jhi on 2001/01/28 05:16:25
29799 Log: Revert the change to sv_2pv() done by #8054: Someone who
29800 did SvNV_set() on a scalar that also happened to be POK,
29801 followed by sv_2pv() won't get the right coercion anymore.
29803 Branch: maint-5.6/perl
29805 ____________________________________________________________________________
29806 [ 8579] By: jhi on 2001/01/28 05:15:04
29807 Log: Remove the #8084 effect: do not allow -Q to be interpreted
29808 as -&Q(), this is too much wiggle room.
29809 Branch: maint-5.6/perl
29811 ____________________________________________________________________________
29812 [ 8578] By: jhi on 2001/01/28 05:12:45
29813 Log: Needed bits of #8439 (should have been in #8576),
29814 mainly for lval substr().
29815 Branch: maint-5.6/perl
29816 ! mg.c pp.c pp_hot.c
29817 ____________________________________________________________________________
29818 [ 8577] By: jhi on 2001/01/28 05:02:46
29819 Log: A missing check-in.
29820 Branch: maint-5.6/perl
29822 ____________________________________________________________________________
29823 [ 8576] By: jhi on 2001/01/28 04:26:18
29824 Log: Integrate changes #8425,8436,8439,8517 from mainline.
29825 The 8439 was not truly integrated because it had too many
29826 dependencies on the development branch and because it introduced
29827 concepts too bold for a maintenance branch (such as the qu operator).
29829 Subject: [PATCH perl@8342] -Wformat
29831 Tighten some of the UTF-8 tests a bit.
29833 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
29834 - The substr lval was still not okay.
29835 - Now pp_stringify and sv_setsv copies source's UTF8 flag
29836 even if IN_BYTE. pp_stringify is called from fold_constants
29837 at optimization phase and "\x{100}" was made SvUTF8_off under
29838 use bytes (the bytes pragma is for "byte semantics" and not
29839 for "do not produce UTF8 data")
29840 Branch: maint-5.6/perl
29841 ! t/lib/charnames.t t/op/substr.t toke.c
29842 !> sv.c t/pragma/utf8.t
29843 ____________________________________________________________________________
29844 [ 8575] By: jhi on 2001/01/28 04:01:51
29845 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
29847 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
29849 Subject: [ID 20001230.003] UTF-8 tr still hurts
29851 Test cases for #8385 (from Simon's "torture.pl")
29853 Start fixing UTF-8 lval substr() (8405)
29854 Branch: maint-5.6/perl
29855 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
29856 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
29857 ____________________________________________________________________________
29858 [ 8574] By: jhi on 2001/01/28 03:09:06
29859 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
29864 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
29866 "\x{FF}\xFF" was broken.
29868 Tests for #8329 and #8330.
29870 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
29872 IRIX compiler noticed that the bof initialization might be
29873 bypassed by control flow.
29875 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
29876 Branch: maint-5.6/perl
29877 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29878 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
29879 ____________________________________________________________________________
29880 [ 8573] By: jhi on 2001/01/28 02:06:12
29881 Log: Retract #8552.
29883 ! lib/Text/Wrap.pm t/lib/textwrap.t
29884 ____________________________________________________________________________
29885 [ 8572] By: jhi on 2001/01/28 02:04:49
29886 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
29887 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
29888 not really integrated but instead salvaged by hand
29889 (they had too many dependencies on the development release
29890 to be cleanly integratable).
29892 Subject: more UTF8 test suites and an UTF8 patch
29894 Tweak for MULTIPLICITY/USE_PERLIO
29898 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
29900 Use the UTF8_XXX macros in is_utf8_char().
29902 Rewrite pp_concat() in terms of sv_catsv(). The . operator
29903 should now be UTF-8-proof.
29905 Subject: [PATCH perl@8269] scanning two hex-constants
29906 fails on EBCDIC environment (script length.t)
29908 Add some Unicode chop() tests.
29909 Branch: maint-5.6/perl
29910 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
29911 !> sv.c t/op/chop.t utf8.h
29912 ____________________________________________________________________________
29913 [ 8571] By: jhi on 2001/01/28 00:35:59
29914 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
29915 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
29917 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
29919 The maxiters upper limit sanity check (guarding against
29920 non-progress) assumed bytes instead of characters in s///
29925 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
29926 join() should now be UTF-8-proof.
29928 More split // UTF-8 tests. (8250)
29929 Branch: maint-5.6/perl
29930 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
29932 ____________________________________________________________________________
29933 [ 8570] By: jhi on 2001/01/27 22:15:46
29934 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
29935 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
29936 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
29937 8084,8204,8244,8333 from mainline.
29939 For -Q where Q might be a one-letter sub name one does no more
29940 get a warning about an unknown filetest (7941,7943,7944,8084).
29942 Subject: Re: [ID 20001130.011] expression parsing bug ?
29944 Make uv_to_utf8() to zero-terminate its output buffer.
29946 Split off t/op/length.t (7995)
29948 Split off t/op/utf8decode.t (7996)
29950 Remove an unnecessary 'use utf8' from the utf8.t (7998)
29952 Split off t/op/concat.t (8004)
29954 Split off t/op/ver.t (8005)
29956 Document utf8_length(), utf8_distance(), and utf8_hop().
29958 Document utf8_to_uv() better.
29960 Introduce macros for UTF8 decoding (8028,8033).
29962 Add test for reverse() (8030,8031).
29964 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
29966 Do not return the Unicode replacement character on UTF-8
29969 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
29970 not this_utf8 i.e. the output string has one, but don't mess
29971 with source assumption. (8052,8053)
29973 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
29974 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
29975 was not expecting to be called with something that was already
29976 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
29977 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
29980 Recode the naughty binary bytes in utf8decode.t using the \xHH.
29982 Make some panic messages a bit more logical.
29983 Branch: maint-5.6/perl
29984 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
29985 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
29986 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
29987 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
29988 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
29990 ____________________________________________________________________________
29991 [ 8569] By: jhi on 2001/01/27 19:16:43
29992 Log: Integrate changes #7750 from perlio and #8566 from mainline.
29993 Branch: maint-5.6/perl
29995 ____________________________________________________________________________
29996 [ 8568] By: jhi on 2001/01/27 18:06:51
29997 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
29998 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
29999 7935[-perlio.c],7936,7959,7965 from mainline.
30001 Change the "big byte" error message to "Wide character".
30002 (7355, the croak-if-wide-chars-in-print part ignored)
30006 Introduce Perl_utf8_length().
30008 diff -se shows these as different (7753, forgotten check-ins)
30010 Subject: [PATCH] doop.c - UTF8 tr///
30012 If we use (aTHX_ ...) then put Perl_ on the front.
30014 Make utf8_length() and utf8_distance() to be less forgiving
30017 Test line numbers are different with utf8.
30019 No need to scan till infinity, 13 is enough. (7872,7911)
30021 Subject: [PATCH] Tokeniser debugging
30023 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
30025 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
30027 Be more careful in Perl_sv_utf8_downgrade().
30031 Raw zero bytes in text files confuse at least GNU patch 2.1.
30032 Branch: maint-5.6/perl
30033 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
30034 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
30035 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
30036 !> t/pragma/utf8.t toke.c utf8.c utf8.h
30037 ____________________________________________________________________________
30038 [ 8567] By: nick on 2001/01/27 11:10:38
30039 Log: Integrate mainline
30041 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
30042 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
30043 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
30045 ____________________________________________________________________________
30046 [ 8566] By: jhi on 2001/01/27 06:22:48
30047 Log: More documentation for the regexp context stack.
30050 ____________________________________________________________________________
30051 [ 8565] By: jhi on 2001/01/27 05:21:57
30052 Log: Update Changes.
30054 ! Changes patchlevel.h
30055 ____________________________________________________________________________
30056 [ 8564] By: jhi on 2001/01/27 04:44:04
30057 Log: Threadedness patch for #8562 from Doug MacEachern.
30060 ____________________________________________________________________________
30061 [ 8563] By: jhi on 2001/01/27 04:26:24
30062 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
30063 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30064 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
30065 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
30068 ____________________________________________________________________________
30069 [ 8562] By: jhi on 2001/01/27 04:20:30
30070 Log: Subject: Re: Announce : Tokener reporting patch
30071 From: Simon Cozens <simon@cozens.net>
30072 Date: Mon, 22 Jan 2001 02:17:22 +0000
30073 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
30075 ! embed.h embed.pl proto.h toke.c
30076 ____________________________________________________________________________
30077 [ 8561] By: jhi on 2001/01/27 04:17:24
30078 Log: Forgot from #8545. Oops.
30080 ! pp.c t/pragma/overload.t
30081 ____________________________________________________________________________
30082 [ 8560] By: jhi on 2001/01/27 03:01:47
30083 Log: A better module compilation test, use MANIFEST as suggested
30086 ! t/lib/1_compile.t
30087 ____________________________________________________________________________
30088 [ 8559] By: jhi on 2001/01/27 02:50:48
30089 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
30090 From: Peter Prymmer <pvhp@forte.com>
30091 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
30092 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
30095 ____________________________________________________________________________
30096 [ 8558] By: jhi on 2001/01/27 02:27:05
30097 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
30098 From: Peter Prymmer <pvhp@forte.com>
30099 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
30100 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
30102 ! t/pragma/sub_lval.t
30103 ____________________________________________________________________________
30104 [ 8557] By: jhi on 2001/01/27 02:26:03
30105 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
30106 From: Peter Prymmer <pvhp@forte.com>
30107 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
30108 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
30110 ! t/lib/st-06compat.t
30111 ____________________________________________________________________________
30112 [ 8556] By: jhi on 2001/01/27 02:24:33
30113 Log: Subject: [PATCH: perl@8531] minor update to README.os390
30114 From: Peter Prymmer <pvhp@forte.com>
30115 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
30116 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
30119 ____________________________________________________________________________
30120 [ 8555] By: jhi on 2001/01/27 00:35:47
30121 Log: No point in checking the length before we know whether the pointer
30122 is bogus or not, fixes Abigail's odbm failures in Linux.
30125 ____________________________________________________________________________
30126 [ 8554] By: nick on 2001/01/26 19:01:31
30127 Log: Integrate mainline
30129 !> lib/Text/Wrap.pm t/lib/textwrap.t
30130 ____________________________________________________________________________
30131 [ 8553] By: jhi on 2001/01/26 15:19:39
30132 Log: Integrate change #7792 from perlio (multiplicity fix),
30133 fix the AV leak in regex DEBUGGING (tiny part of the
30134 polymorphic regexp patch #8143).
30135 Branch: maint-5.6/perl
30138 ____________________________________________________________________________
30139 [ 8552] By: jhi on 2001/01/26 15:03:23
30140 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
30141 From: Michael G Schwern <schwern@pobox.com>
30142 Date: Fri, 26 Jan 2001 09:28:31 -0500
30143 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
30145 ! lib/Text/Wrap.pm t/lib/textwrap.t
30146 ____________________________________________________________________________
30147 [ 8551] By: jhi on 2001/01/26 02:33:19
30148 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
30149 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
30151 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
30153 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
30157 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
30159 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
30161 (the cleanup of unused submatches in regtry() and regcppop())
30163 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
30164 stored and restored, and thusly was trounced by the utf8 swash
30167 use utf8 not required to use \x{}.
30169 Removed two more tests that make no sense in UTF-8 since the test
30170 data is not in UTF-8.
30172 Get the three different space character classes right under utf8.
30174 Implement ANYOFUTF8 regprop() dumping.
30176 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
30178 Document the regex context pushing/popping a bit better.
30179 Branch: maint-5.6/perl
30180 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
30181 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
30182 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
30183 !> t/op/regmesg.t utf8.c
30184 ____________________________________________________________________________
30185 [ 8550] By: nick on 2001/01/25 19:42:30
30186 Log: Integrate mainline
30188 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
30189 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
30190 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
30191 !> t/lib/bigint.t t/lib/bigintpm.t
30192 ____________________________________________________________________________
30193 [ 8549] By: jhi on 2001/01/25 15:22:28
30194 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
30195 Branch: maint-5.6/perl
30196 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
30197 ____________________________________________________________________________
30198 [ 8548] By: jhi on 2001/01/25 15:02:55
30199 Log: Integrate changes #7997,8063,8492,8547 from mainline.
30201 Subject: Re: STRLEN - what?
30203 Subject: [PATCH] perlguts.pod
30205 Memory management calls documentation.
30207 Layout using tabulator is not a good idea in a pod.
30208 Branch: maint-5.6/perl
30209 !> pod/perlguts.pod
30210 ____________________________________________________________________________
30211 [ 8547] By: jhi on 2001/01/25 14:49:05
30212 Log: Layout using tabulator is not a good idea in a pod.
30215 ____________________________________________________________________________
30216 [ 8546] By: jhi on 2001/01/25 14:31:12
30217 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
30220 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30222 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
30224 More Win32 editor/IDE/shell hints.
30226 More Win32 Perling.
30228 Yet another editor edit.
30232 IDE/editor section tweaking.
30234 Few more IDE/editor nits from p5p.
30235 Branch: maint-5.6/perl
30236 !> pod/perlfaq3.pod
30237 ____________________________________________________________________________
30238 [ 8545] By: jhi on 2001/01/25 04:16:32
30239 Log: Subject: [PATCH 5.7.0] overload int()
30240 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30241 Date: Wed, 24 Jan 2001 19:06:57 -0500
30242 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
30244 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
30245 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
30247 ____________________________________________________________________________
30248 [ 8544] By: jhi on 2001/01/25 04:15:11
30249 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
30250 From: Peter Prymmer <pvhp@forte.com>
30251 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
30252 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
30254 ! Makefile.SH README.os390 hints/os390.sh installperl
30255 ____________________________________________________________________________
30256 [ 8543] By: jhi on 2001/01/25 03:52:08
30257 Log: Integrate change #8462,8469 from mainline.
30259 In VMS Perl subversion (perl -V) is undef.
30260 Branch: maint-5.6/perl
30262 ____________________________________________________________________________
30263 [ 8542] By: jhi on 2001/01/25 03:44:55
30264 Log: Integrate changes #7835,7850,8315,8316 from mainline.
30267 Branch: maint-5.6/perl
30268 !> hints/solaris_2.sh
30269 ____________________________________________________________________________
30270 [ 8541] By: jhi on 2001/01/25 03:39:28
30271 Log: Integrate #8336 from mainline.
30272 Branch: maint-5.6/perl
30274 ____________________________________________________________________________
30275 [ 8540] By: jhi on 2001/01/25 03:23:50
30276 Log: Retract #8539.
30277 Branch: maint-5.6/perl
30279 ____________________________________________________________________________
30280 [ 8539] By: jhi on 2001/01/25 03:21:55
30281 Log: (Retracted by #5940.)
30282 Branch: maint-5.6/perl
30284 ____________________________________________________________________________
30285 [ 8538] By: jhi on 2001/01/25 03:14:07
30286 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
30287 From: Peter Prymmer <pvhp@forte.com>
30288 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
30289 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
30292 Branch: maint-5.6/perl
30293 ! configure.com vms/descrip_mms.template
30294 ____________________________________________________________________________
30295 [ 8537] By: jhi on 2001/01/25 03:06:09
30296 Log: Integrate #7710,7824,7973 from mainline.
30297 Branch: maint-5.6/perl
30298 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30299 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
30300 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
30301 !> vos/config.ga.def vos/config.ga.h win32/config.bc
30302 !> win32/config.gc win32/config.vc
30303 ____________________________________________________________________________
30304 [ 8536] By: jhi on 2001/01/24 13:50:20
30305 Log: Revert the edits made by me so far to the 5.6 branch since
30306 the TRIAL1 since I did edits when I should have been using
30307 integrates. Bad programmer. (Will integrate them properly later.)
30308 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
30309 The #8353 will not be reapplied at least for now since
30310 the UTF-8 hash keys need more thinking.
30311 (The patches #8347, #8354, #8454, #8473 were okay since they
30312 were original edits made specifically for the 5.6.1-TRIAL1.)
30313 Branch: maint-5.6/perl
30314 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30315 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
30316 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
30317 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
30318 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
30319 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30320 ! win32/config.bc win32/config.gc win32/config.vc
30321 ____________________________________________________________________________
30322 [ 8535] By: bailey on 2001/01/24 06:37:02
30325 +> (branch 26 files)
30326 !> (integrate 130 files)
30327 ____________________________________________________________________________
30328 [ 8534] By: nick on 2001/01/23 19:30:57
30329 Log: Integrate mainline.
30331 !> Changes Configure Porting/Glossary Porting/config.sh
30332 !> Porting/config_H embed.h embed.pl ext/Encode/compile
30333 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
30334 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
30335 !> pod/perlvar.pod proto.h t/lib/1_compile.t
30336 ____________________________________________________________________________
30337 [ 8533] By: jhi on 2001/01/23 16:15:46
30338 Log: Forgotten from #8501.
30340 ! Porting/Glossary Porting/config.sh Porting/config_H
30341 ____________________________________________________________________________
30342 [ 8532] By: jhi on 2001/01/23 16:13:27
30343 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
30344 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30345 Date: Mon, 22 Jan 2001 17:51:58 +0100
30346 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
30348 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
30349 ____________________________________________________________________________
30350 [ 8531] By: jhi on 2001/01/23 15:46:01
30351 Log: Update Changes.
30353 ! Changes patchlevel.h
30354 ____________________________________________________________________________
30355 [ 8530] By: jhi on 2001/01/23 15:38:39
30356 Log: De-cut-and-pasto.
30358 ! t/lib/1_compile.t
30359 ____________________________________________________________________________
30360 [ 8529] By: jhi on 2001/01/23 15:11:04
30361 Log: Document the mkdir trailing slashes case.
30364 ____________________________________________________________________________
30365 [ 8528] By: jhi on 2001/01/23 15:08:28
30366 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
30369 Subject: lib/lib.pm
30370 From: <abigail@foad.org>
30371 Date: Mon, 28 Aug 2000 20:35:08 -0400
30372 Message-ID: <20000829003508.21281.qmail@foad.org>
30375 ____________________________________________________________________________
30376 [ 8527] By: jhi on 2001/01/23 14:44:04
30377 Log: Metaconfig unit change for #8526.
30379 ! U/threads/archname.U
30380 ____________________________________________________________________________
30381 [ 8526] By: jhi on 2001/01/23 14:43:19
30382 Log: Attach -perlio to the archname if so selected.
30385 ____________________________________________________________________________
30386 [ 8525] By: jhi on 2001/01/23 14:24:01
30387 Log: Subject: [PATCH] pod/perlvar.pod
30388 From: abigail@foad.org
30389 Date: Tue, 23 Jan 2001 01:41:10 +0100
30390 Message-ID: <20010123004110.22259.qmail@foad.org>
30393 ____________________________________________________________________________
30394 [ 8524] By: jhi on 2001/01/23 14:22:32
30395 Log: A bug introduced in #8217 (the undefined variable in the
30396 lib/safe1_t #3) fixed, by Charles Lane:
30398 The earlier patch made it so that stuff running in Safe
30399 compartments could do a "caller" and see "main". That
30400 little change in name is done right before the code in
30401 the compartment is run, and apparantly the parser
30402 was picking up the stash name before it got changed.
30404 (why it was threaded vs. unthreaded Perl that was sensitive to this
30405 I still don't know...and it probably doesn't matter).
30407 I tryed removing the stash name-change and saw that threaded Perl
30408 did indeed pass the lib/safe1.t tests.
30410 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
30411 do the name change (and to connect _ in the compartment to the global
30412 _) which is removed from _safe_call_sv. Then Safe.pm is modified
30413 to call _safe_pkg_prep when creating a new compartment.
30415 Passes all tests with threaded perl on linux; passes all tests
30416 with unthreaded perl on VMS.
30418 At some point I'll probably want to revisit Safe and Opcode to
30419 provide more sensible handling of global variables...and to get
30420 formats working in Safe compartments, which they don't do currently.
30422 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
30423 ____________________________________________________________________________
30424 [ 8523] By: jhi on 2001/01/23 14:11:58
30425 Log: Also the lib/Thread.pm itself needs to be ignored if
30426 the Thread extension hasn't been built.
30428 ! t/lib/1_compile.t
30429 ____________________________________________________________________________
30430 [ 8522] By: jhi on 2001/01/23 13:51:28
30431 Log: print() instead of warn() so that stderr doesn't get
30432 unncessarily polluted.
30434 ! ext/Encode/compile
30435 ____________________________________________________________________________
30436 [ 8521] By: jhi on 2001/01/23 13:49:48
30437 Log: Integrate perlio.
30439 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
30440 !> ext/Encode/encode.h
30441 ____________________________________________________________________________
30442 [ 8520] By: nick on 2001/01/22 21:44:00
30443 Log: More messing with Encode:
30444 Extra fields in header to allow multiple names and to record
30445 other things "compile" knows.
30446 Re-organise compile to factor out common output routines.
30448 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
30449 ____________________________________________________________________________
30450 [ 8519] By: nick on 2001/01/22 20:33:50
30451 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
30453 ! ext/Encode/Makefile.PL ext/Encode/compile
30454 ____________________________________________________________________________
30455 [ 8518] By: nick on 2001/01/22 20:28:13
30456 Log: Integrate mainline
30458 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
30459 !> vos/config.alpha.def vos/config.alpha.h
30460 ____________________________________________________________________________
30461 [ 8517] By: jhi on 2001/01/22 15:37:17
30462 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
30466 ____________________________________________________________________________
30467 [ 8516] By: jhi on 2001/01/22 14:55:15
30468 Log: More SIG_SIZE fixes.
30470 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
30471 ____________________________________________________________________________
30472 [ 8515] By: jhi on 2001/01/22 14:50:27
30473 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
30474 From: "Craig A. Berry" <craigberry@mac.com>
30475 Date: Mon, 22 Jan 2001 00:42:24 -0600
30476 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
30479 ____________________________________________________________________________
30480 [ 8514] By: jhi on 2001/01/22 14:31:17
30481 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
30482 From: "Craig A. Berry" <craigberry@mac.com>
30483 Date: Sun, 21 Jan 2001 23:03:25 -0600
30484 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
30487 ____________________________________________________________________________
30488 [ 8513] By: jhi on 2001/01/22 14:14:00
30489 Log: Add the .ucm encoding tables to the MANIFEST.
30492 ____________________________________________________________________________
30493 [ 8512] By: jhi on 2001/01/22 13:43:33
30494 Log: Integrate perlio.
30496 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30497 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30498 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30499 +> ext/Encode/Encode/iso8859-10.ucm
30500 +> ext/Encode/Encode/iso8859-13.ucm
30501 +> ext/Encode/Encode/iso8859-14.ucm
30502 +> ext/Encode/Encode/iso8859-15.ucm
30503 +> ext/Encode/Encode/iso8859-16.ucm
30504 +> ext/Encode/Encode/iso8859-2.ucm
30505 +> ext/Encode/Encode/iso8859-3.ucm
30506 +> ext/Encode/Encode/iso8859-4.ucm
30507 +> ext/Encode/Encode/iso8859-5.ucm
30508 +> ext/Encode/Encode/iso8859-6.ucm
30509 +> ext/Encode/Encode/iso8859-7.ucm
30510 +> ext/Encode/Encode/iso8859-8.ucm
30511 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30512 +> ext/Encode/Encode/symbol.ucm
30513 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
30515 ____________________________________________________________________________
30516 [ 8511] By: nick on 2001/01/21 23:44:47
30517 Log: Make "real" layers of ":utf8" and ":raw".
30518 So now PERLIO=utf8 perl ...
30519 does what Andreas wanted.
30520 Fix arg passing in open.pm (still have a Carp issue).
30522 ! lib/open.pm perlio.c perliol.h
30523 ____________________________________________________________________________
30524 [ 8510] By: jhi on 2001/01/21 22:56:53
30525 Log: Document the regex context pushing/popping a bit better.
30528 ____________________________________________________________________________
30529 [ 8509] By: jhi on 2001/01/21 22:55:44
30530 Log: Tweak the mkdir trailing slash code some more.
30532 TO DO: the same handling should probably be done for
30533 all the other filesystem functions that can have directories
30534 as their arguments.
30537 ____________________________________________________________________________
30538 [ 8508] By: nick on 2001/01/21 21:37:43
30539 Log: Switch "compiled in" encodings to .ucm format.
30540 (Leave others as .enc till we can run-time load .ucm,
30541 or find some other way to load them.)
30543 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30544 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30545 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30546 + ext/Encode/Encode/iso8859-10.ucm
30547 + ext/Encode/Encode/iso8859-13.ucm
30548 + ext/Encode/Encode/iso8859-14.ucm
30549 + ext/Encode/Encode/iso8859-15.ucm
30550 + ext/Encode/Encode/iso8859-16.ucm
30551 + ext/Encode/Encode/iso8859-2.ucm
30552 + ext/Encode/Encode/iso8859-3.ucm
30553 + ext/Encode/Encode/iso8859-4.ucm
30554 + ext/Encode/Encode/iso8859-5.ucm
30555 + ext/Encode/Encode/iso8859-6.ucm
30556 + ext/Encode/Encode/iso8859-7.ucm
30557 + ext/Encode/Encode/iso8859-8.ucm
30558 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30559 + ext/Encode/Encode/symbol.ucm
30560 ! ext/Encode/Makefile.PL ext/Encode/compile
30561 ____________________________________________________________________________
30562 [ 8507] By: nick on 2001/01/21 21:02:03
30563 Log: Integrate (partial) mainline.
30565 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
30566 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
30567 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30568 ____________________________________________________________________________
30569 [ 8506] By: jhi on 2001/01/21 20:09:30
30570 Log: Update Changes.
30572 ! Changes patchlevel.h
30573 ____________________________________________________________________________
30574 [ 8505] By: jhi on 2001/01/21 19:39:59
30575 Log: Subject: Minor typos in perlfaq2.pod
30576 From: "Stephen P. Potter" <spp@spotter.yi.org>
30577 Message-Id: <200101192101.QAA11911@spotter.yi.org>
30578 Date: Fri, 19 Jan 2001 16:01:13 -0500
30580 with a nit from Philip Netwon.
30583 ____________________________________________________________________________
30584 [ 8504] By: jhi on 2001/01/21 19:33:05
30585 Log: Metaconfig change for #8503.
30587 ! U/threads/usethreads.U
30588 ____________________________________________________________________________
30589 [ 8503] By: jhi on 2001/01/21 19:32:21
30590 Log: Sanity check for conflicting thread flavours.
30592 ! Configure config_h.SH
30593 ____________________________________________________________________________
30594 [ 8502] By: jhi on 2001/01/21 19:23:00
30595 Log: Metaconfig change for #8501.
30597 ! U/modified/sig_name.U
30598 ____________________________________________________________________________
30599 [ 8501] By: jhi on 2001/01/21 19:22:26
30600 Log: The SIG_SIZE is the number of the elements *excluding*
30601 the terminating NULL.
30603 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
30604 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
30605 ! win32/config_H.vc
30606 ____________________________________________________________________________
30607 [ 8500] By: jhi on 2001/01/21 18:31:31
30608 Log: Integrate perlio.
30610 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
30611 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
30612 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
30613 !> pp_sys.c proto.h sv.c
30614 ____________________________________________________________________________
30615 [ 8499] By: jhi on 2001/01/21 17:43:57
30616 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
30617 From: Hugo <hv@crypt.compulink.co.uk>
30618 Date: Sun, 21 Jan 2001 13:34:05 +0000
30619 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
30621 In sprintf UTF8ize only if necessary.
30624 ____________________________________________________________________________
30625 [ 8498] By: nick on 2001/01/21 16:25:32
30626 Log: Encode cleanup.
30627 Add command line control over "compile" so that Makefile.PL
30628 needs can be combined with other uses.
30629 Use command line options in Makefile.PL.
30630 Fix multi-byte parsing in .ucm files.
30632 ! ext/Encode/Makefile.PL ext/Encode/compile
30633 ____________________________________________________________________________
30634 [ 8497] By: nick on 2001/01/21 12:56:27
30635 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
30637 ! ext/Encode/Encode.xs
30638 ____________________________________________________________________________
30639 [ 8496] By: nick on 2001/01/21 12:18:45
30640 Log: Fixup after integrate:
30641 missed the .sym files that are changed by regen_headers
30642 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
30644 ! global.sym pp.sym sv.c
30645 ____________________________________________________________________________
30646 [ 8495] By: nick on 2001/01/21 11:51:07
30647 Log: Integrate mainline.
30649 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
30650 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
30651 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
30652 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
30653 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
30654 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
30655 !> win32/Makefile win32/makefile.mk
30656 ____________________________________________________________________________
30657 [ 8494] By: jhi on 2001/01/20 23:12:11
30658 Log: Forgot the expect_number() prototype.
30660 ! embed.h embed.pl proto.h
30661 ____________________________________________________________________________
30662 [ 8493] By: jhi on 2001/01/20 22:56:39
30663 Log: Subject: [PATCH: perl@8482] README.vms URL updates
30664 From: Peter Prymmer <pvhp@forte.com>
30665 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
30666 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
30668 Plus Craig A. Berry's suggestion to use compaq.com instead
30672 ____________________________________________________________________________
30673 [ 8492] By: jhi on 2001/01/20 22:50:05
30674 Log: Memory management calls documentation.
30677 ____________________________________________________________________________
30678 [ 8491] By: jhi on 2001/01/20 22:38:33
30679 Log: Signedness nit plus few memcpy/Copy nits.
30682 ____________________________________________________________________________
30683 [ 8490] By: jhi on 2001/01/20 22:25:53
30684 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
30685 From: Peter Prymmer <pvhp@forte.com>
30686 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
30687 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
30689 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
30690 ____________________________________________________________________________
30691 [ 8489] By: jhi on 2001/01/20 22:24:41
30692 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
30693 From: Peter Prymmer <pvhp@forte.com>
30694 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
30695 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
30697 ! win32/Makefile win32/makefile.mk
30698 ____________________________________________________________________________
30699 [ 8488] By: jhi on 2001/01/20 22:22:27
30700 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
30701 From: Peter Prymmer <pvhp@forte.com>
30702 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
30703 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
30706 ____________________________________________________________________________
30707 [ 8487] By: jhi on 2001/01/20 22:21:18
30708 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
30709 From: Peter Prymmer <pvhp@forte.com>
30710 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
30711 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
30713 + ext/DynaLoader/dl_dllload.xs
30714 ! MANIFEST Makefile.SH hints/os390.sh
30715 ____________________________________________________________________________
30716 [ 8486] By: jhi on 2001/01/20 22:17:53
30717 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
30718 From: Peter Prymmer <pvhp@forte.com>
30719 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
30720 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
30722 ! README.os390 README.posix-bc
30723 ____________________________________________________________________________
30724 [ 8485] By: jhi on 2001/01/20 20:15:30
30725 Log: Document and test the new qu operator.
30728 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
30729 ! pod/perlretut.pod pod/perlunicode.pod
30730 ____________________________________________________________________________
30731 [ 8484] By: nick on 2001/01/20 19:42:30
30732 Log: Infrastructure to allow:
30733 open($fh,"|-",@array);
30735 i.e. mark pp_open as needing a stack mark, and make pp_open
30736 process its args in that style (and pass them _all_ to tied handles OPEN).
30737 Invent do_openn() which takes SV ** at allow it to see multiple args.
30738 Note this does not _do_ anything yet.
30740 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
30741 ! perlapi.c pp_proto.h pp_sys.c proto.h
30742 ____________________________________________________________________________
30743 [ 8483] By: nick on 2001/01/20 17:23:14
30744 Log: Integrate mainline.
30746 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
30747 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
30748 ____________________________________________________________________________
30749 [ 8482] By: jhi on 2001/01/19 15:37:49
30750 Log: Update Changes.
30752 ! Changes patchlevel.h
30753 ____________________________________________________________________________
30754 [ 8481] By: jhi on 2001/01/19 14:41:24
30755 Log: Subject: Re: new feature: s?printf parameter reordering
30756 From: Hugo <hv@crypt.compulink.co.uk>
30757 Date: Thu, 11 Jan 2001 17:09:03 +0000
30758 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
30760 - support reordering for all parameters: %, *v, *, .*
30761 - lay down that the reordering specification must immediately
30762 follow that parameter: %3$, *v3$, *3$, .*3$
30763 - fix vectorisation of a zero-length string
30764 - factor out the code choosing the argument to format
30766 Possibly unwanted side-effects:
30767 - the special format specifiers ' +-0' must now precede any
30768 vectorisation specifier. Tests in op/sprintf and op/ver
30769 have been changed to reflect this.
30770 - sprintf.t test #214 changed its expectations because in many
30771 cases, the next parameter has already been consumed when an
30772 invalid type letter is detected.
30774 Probably wanted side-effects:
30775 - attempts to format a non-existent parameter will warn as if C<undef>
30776 - attempt to write to non-existent parameter with '%n' will complain
30777 of "attempt to modify read-only value" instead of being silent
30779 ! sv.c t/op/sprintf.t t/op/ver.t
30780 ____________________________________________________________________________
30781 [ 8480] By: jhi on 2001/01/19 14:08:37
30782 Log: Subject: PATCH pragma/locale.t
30783 From: andreas.koenig@anima.de (Andreas J. Koenig)
30784 Date: 18 Jan 2001 09:45:37 +0100
30785 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
30787 ! t/pragma/locale.t
30788 ____________________________________________________________________________
30789 [ 8479] By: jhi on 2001/01/19 13:19:58
30790 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
30793 ____________________________________________________________________________
30794 [ 8478] By: jhi on 2001/01/19 02:12:35
30795 Log: Automate 1_compile.t.
30797 ! t/lib/1_compile.t
30798 ____________________________________________________________________________
30799 [ 8477] By: jhi on 2001/01/19 01:49:56
30800 Log: Integrate perlio.
30802 !> sv.c win32/config.bc win32/config.gc win32/config.vc
30803 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30804 ____________________________________________________________________________
30805 [ 8476] By: nick on 2001/01/18 21:51:52
30806 Log: Integrate mainline
30808 +> t/lib/1_compile.t t/lib/compmod.pl
30809 !> MANIFEST configure.com lib/unicode/distinct.pm
30810 ____________________________________________________________________________
30811 [ 8475] By: nick on 2001/01/18 21:48:02
30812 Log: Win32 "safe signals" co-existance fix.
30813 Fix SIG_SIZE value.
30814 Clear PL_sig_pending when cloning (fork).
30816 ! sv.c win32/config.bc win32/config.gc win32/config.vc
30817 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30818 ____________________________________________________________________________
30819 [ 8474] By: jhi on 2001/01/18 14:40:57
30820 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
30822 ! t/lib/1_compile.t
30823 ____________________________________________________________________________
30824 [ 8473] By: gsar on 2001/01/18 11:42:31
30825 Log: unsubmitted trial1 change
30826 Branch: maint-5.6/perl
30828 ____________________________________________________________________________
30829 [ 8472] By: jhi on 2001/01/18 04:30:24
30830 Log: The first bug found by 1_compile.t.
30832 ! lib/unicode/distinct.pm
30833 ____________________________________________________________________________
30834 [ 8471] By: jhi on 2001/01/18 04:29:42
30835 Log: Add Schwern's 1_compile test. The compile_module script renamed
30836 to be a bit shorter for the 8.3 people.
30838 + t/lib/1_compile.t t/lib/compmod.pl
30840 ____________________________________________________________________________
30841 [ 8470] By: jhi on 2001/01/18 04:16:00
30842 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)
30843 From: Peter Prymmer <pvhp@forte.com>
30844 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
30845 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
30847 Branch: maint-5.6/perl
30849 ____________________________________________________________________________
30850 [ 8469] By: jhi on 2001/01/18 04:13:02
30851 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)
30852 From: Peter Prymmer <pvhp@forte.com>
30853 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
30854 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
30858 ____________________________________________________________________________
30859 [ 8468] By: jhi on 2001/01/18 03:42:08
30860 Log: Integrate perlio.
30862 !> gv.c mg.c perlio.c util.c
30863 ____________________________________________________________________________
30864 [ 8467] By: nick on 2001/01/17 22:41:10
30865 Log: "Safe" signals - trial implementation.
30866 gv.c tweaked to zero PL_sig_pend array
30867 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
30868 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
30869 Odd thing is that it "works" with PERLIO=stdio as well (linux).
30871 ! gv.c mg.c perlio.c util.c
30872 ____________________________________________________________________________
30873 [ 8466] By: nick on 2001/01/17 20:40:20
30874 Log: Integrate mainline.
30876 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30877 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
30878 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
30879 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30880 !> vos/config.ga.h win32/config.bc win32/config.gc
30882 ____________________________________________________________________________
30883 [ 8465] By: jhi on 2001/01/17 18:37:13
30884 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
30885 From: Nicholas Clark <nick@ccl4.org>
30886 Date: Wed, 17 Jan 2001 17:31:33 +0000
30887 Message-ID: <20010117173133.I2633@plum.flirble.org>
30890 ____________________________________________________________________________
30891 [ 8464] By: jhi on 2001/01/17 14:43:17
30892 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
30893 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30894 Date: Wed, 17 Jan 2001 15:16:43 +0100
30895 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
30897 pp_int() was dropping an NV to the floor,
30898 int(279964589018079/59) either returned not an integer
30899 4745162525730.15, or one got "Attempt to free unreferenced scalar."
30902 ____________________________________________________________________________
30903 [ 8463] By: jhi on 2001/01/17 06:12:42
30904 Log: (Replaced by #8470)
30906 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)
30907 From: "Craig A. Berry" <craigberry@mac.com>
30908 Date: Tue, 16 Jan 2001 23:38:46 -0600
30909 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
30910 Branch: maint-5.6/perl
30912 ____________________________________________________________________________
30913 [ 8462] By: jhi on 2001/01/17 06:11:31
30914 Log: (Replaced by #8469)
30916 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)
30917 From: "Craig A. Berry" <craigberry@mac.com>
30918 Date: Tue, 16 Jan 2001 23:38:46 -0600
30919 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
30922 ____________________________________________________________________________
30923 [ 8461] By: jhi on 2001/01/17 05:56:12
30924 Log: Allow for one trailing slash in the directory of mkdir().
30927 ____________________________________________________________________________
30928 [ 8460] By: jhi on 2001/01/17 03:26:01
30929 Log: Metaconfig unit changes for #8459.
30931 ! U/modified/Loc.U U/modified/sig_name.U
30932 ____________________________________________________________________________
30933 [ 8459] By: jhi on 2001/01/17 03:24:48
30934 Log: Define SIG_SIZE, the number of elements in the sig_name and
30935 sig_num arrays, including the final NULL entry.
30937 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30938 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
30939 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
30940 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30941 ! win32/config.bc win32/config.gc win32/config.vc
30942 ____________________________________________________________________________
30943 [ 8458] By: jhi on 2001/01/17 01:41:33
30944 Log: Integrate perlio.
30946 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
30947 !> perlapi.h proto.h sv.c
30948 ____________________________________________________________________________
30949 [ 8457] By: nick on 2001/01/16 22:07:26
30950 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
30951 Provides all the "cost" but no benefit yet - it is to allow cost
30952 to be measured, and implementation experiments (just in mg.c?).
30954 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
30955 ! perlapi.h proto.h sv.c
30956 ____________________________________________________________________________
30957 [ 8456] By: nick on 2001/01/16 21:07:07
30958 Log: Integrate mainline.
30960 !> (integrate 51 files)
30961 ____________________________________________________________________________
30962 [ 8455] By: jhi on 2001/01/16 18:13:43
30963 Log: Subject: [PATCH] regcomp.c old feature removal
30964 From: mjd@plover.com
30965 Date: 16 Jan 2001 14:43:18 -0000
30966 Message-ID: <20010116144318.7140.qmail@plover.com>
30969 ____________________________________________________________________________
30970 [ 8454] By: jhi on 2001/01/16 16:12:39
30971 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
30972 From: "Indy Singh" <indy@nusphere.com>
30973 Date: Wed, 10 Jan 2001 20:17:49 -0500
30974 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
30975 Branch: maint-5.6/perl
30977 ____________________________________________________________________________
30978 [ 8453] By: jhi on 2001/01/16 16:09:33
30979 Log: Update Changes.
30981 ! Changes patchlevel.h
30982 ____________________________________________________________________________
30983 [ 8452] By: jhi on 2001/01/16 15:42:04
30984 Log: Subject: Re: API Cleanup
30985 To: perl5-porters@perl.org
30986 Date: Tue, 16 Jan 2001 13:42:30 +0000
30987 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
30989 Subject: [PATCH] utf8.c documentation
30990 From: Simon Cozens <simon@cozens.net>
30991 Date: Tue, 16 Jan 2001 13:52:48 +0000
30992 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
30994 Subject: Re: API Cleanup
30995 From: Simon Cozens <simon@cozens.net>
30996 Date: Tue, 16 Jan 2001 14:58:55 +0000
30997 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
31001 ! embed.pl pod/perlapi.pod utf8.c
31002 ____________________________________________________________________________
31003 [ 8451] By: jhi on 2001/01/16 14:41:39
31004 Log: podlators 1.07, from Russ Allbery.
31007 ____________________________________________________________________________
31008 [ 8450] By: jhi on 2001/01/16 14:24:19
31009 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
31010 From: "Indy Singh" <indy@nusphere.com>
31011 Date: Mon, 15 Jan 2001 20:59:40 -0500
31012 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
31015 ____________________________________________________________________________
31016 [ 8449] By: jhi on 2001/01/16 03:42:55
31017 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
31018 at the setting of the ofs_sv in new_struct_thread() as the
31019 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
31020 that invited a core dump.
31023 ____________________________________________________________________________
31024 [ 8448] By: jhi on 2001/01/16 01:49:07
31025 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
31026 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31027 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
31028 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
31030 Replace #8444 and #8445.
31032 ! ext/B/B.xs ext/B/B/Debug.pm
31033 ____________________________________________________________________________
31034 [ 8447] By: jhi on 2001/01/15 21:05:35
31035 Log: Subject: [PATCH] API Variable documentation
31036 From: Simon Cozens <simon@cozens.net>
31037 Date: Mon, 15 Jan 2001 19:35:54 +0000
31038 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
31040 ! pod/perlapi.pod thrdvar.h
31041 ____________________________________________________________________________
31042 [ 8446] By: jhi on 2001/01/15 20:49:20
31043 Log: Signedness nit.
31046 ____________________________________________________________________________
31047 [ 8445] By: jhi on 2001/01/15 20:28:48
31048 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
31051 ____________________________________________________________________________
31052 [ 8444] By: jhi on 2001/01/15 13:09:10
31053 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
31056 ____________________________________________________________________________
31057 [ 8443] By: jhi on 2001/01/15 13:06:26
31058 Log: Missing from #8439.
31061 ____________________________________________________________________________
31062 [ 8442] By: jhi on 2001/01/15 13:02:38
31063 Log: Subject: [PATCH @8436] Eliminate op_children
31064 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31065 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
31066 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
31068 Subject: [PATCH @8436] Re: Eliminate op_children
31069 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31070 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
31071 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
31073 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
31074 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
31076 ____________________________________________________________________________
31077 [ 8441] By: jhi on 2001/01/15 12:57:08
31078 Log: Use the /^Perl_/-less form of is_lvalue_sub().
31081 ____________________________________________________________________________
31082 [ 8440] By: jhi on 2001/01/15 05:13:09
31083 Log: Revert #8437 and #8438, the Linux large files story is more complex.
31084 Branch: metaconfig/U/perl
31085 ! d_fpos64_t.U d_off64_t.U
31087 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31088 ! config_h.SH configure.com epoc/config.sh perl.h
31089 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31090 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31091 ! win32/config.bc win32/config.gc win32/config.vc
31092 ____________________________________________________________________________
31093 [ 8439] By: jhi on 2001/01/15 05:02:24
31094 Log: More UTF-8 patches from Inaba Hiroto.
31095 - The substr lval was still not okay.
31096 - Now pp_stringify and sv_setsv copies source's UTF8 flag
31097 even if IN_BYTE. pp_stringify is called from fold_constants
31098 at optimization phase and "\x{100}" was made SvUTF8_off under
31099 use bytes (the bytes pragma is for "byte semantics" and not
31100 for "do not produce UTF8 data")
31101 - New `qu' operator to generate UTF8 string explicitly.
31102 Though I agree with the policy "0x00-0xff always produce bytes",
31103 sometimes want to such a string to be coded in UTF8.
31104 I can use pack"U0a*" but it requires more typing and has
31106 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
31107 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
31108 string is not UTF8_on and has char 0x80-0xff.
31110 TODO: document and test qu.
31112 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
31113 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
31115 ____________________________________________________________________________
31116 [ 8438] By: jhi on 2001/01/14 05:10:23
31117 Log: Metaconfig unit changes for #8437.
31118 Branch: metaconfig/U/perl
31119 ! d_fpos64_t.U d_off64_t.U
31120 ____________________________________________________________________________
31121 [ 8437] By: jhi on 2001/01/14 04:55:34
31122 Log: Add <features.h> probing, seems to be needed for (some?)
31123 Linux largefileness.
31125 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31126 ! config_h.SH configure.com epoc/config.sh perl.h
31127 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31128 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31129 ! win32/config.bc win32/config.gc win32/config.vc
31130 ____________________________________________________________________________
31131 [ 8436] By: jhi on 2001/01/13 17:47:21
31132 Log: Tighten some of the tests a bit.
31135 ____________________________________________________________________________
31136 [ 8435] By: jhi on 2001/01/13 17:31:54
31137 Log: Integrate perlio.
31139 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
31140 !> win32/config_H.gc win32/config_H.vc
31141 ____________________________________________________________________________
31142 [ 8434] By: nick on 2001/01/13 11:36:53
31143 Log: Run dmake regen_config_h for Win32
31145 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31146 ____________________________________________________________________________
31147 [ 8433] By: nick on 2001/01/13 11:31:55
31148 Log: VMS friendly patch to Encode compile process
31150 ! ext/Encode/Makefile.PL ext/Encode/compile
31151 ____________________________________________________________________________
31152 [ 8432] By: nick on 2001/01/13 11:06:44
31153 Log: Integrate mainline
31155 +> ext/B/B/Concise.pm
31156 !> (integrate 52 files)
31157 ____________________________________________________________________________
31158 [ 8431] By: jhi on 2001/01/13 05:55:55
31159 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
31160 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31161 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
31162 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
31164 ! ext/B/B/Concise.pm
31165 ____________________________________________________________________________
31166 [ 8430] By: jhi on 2001/01/13 04:24:18
31167 Log: The LVRET macro needed an aTHX.
31170 ____________________________________________________________________________
31171 [ 8429] By: jhi on 2001/01/13 02:12:42
31172 Log: Update Changes.
31174 ! Changes patchlevel.h
31175 ____________________________________________________________________________
31176 [ 8428] By: jhi on 2001/01/13 02:08:50
31177 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
31178 From: Peter Prymmer <pvhp@forte.com>
31179 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
31180 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
31182 Add a BEGIN guard for sloppy floating point division.
31184 ! lib/Math/BigInt.pm lib/bigint.pl
31185 ____________________________________________________________________________
31186 [ 8427] By: jhi on 2001/01/13 01:47:16
31187 Log: The B::Terse drop-in replacement wasn't quite drop-in.
31190 ____________________________________________________________________________
31191 [ 8426] By: jhi on 2001/01/12 21:20:43
31194 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31195 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
31196 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31197 ! vos/config.ga.def vos/config.ga.h win32/config.bc
31198 ! win32/config.gc win32/config.vc
31199 ____________________________________________________________________________
31200 [ 8425] By: jhi on 2001/01/12 20:20:14
31201 Log: Subject: [PATCH perl@8342] -Wformat
31202 From: Robin Barker <rmb1@cise.npl.co.uk>
31203 Date: Fri, 12 Jan 2001 20:03:14 GMT
31204 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
31206 ! ext/Encode/Encode.xs mg.c sv.c toke.c
31207 ____________________________________________________________________________
31208 [ 8424] By: jhi on 2001/01/12 20:01:48
31209 Log: Subject: B::Concise -- an improved replacement for B::Terse
31210 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31211 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
31212 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
31214 + ext/B/B/Concise.pm
31215 ! MANIFEST ext/B/B/Terse.pm
31216 ____________________________________________________________________________
31217 [ 8423] By: jhi on 2001/01/12 19:24:02
31218 Log: The new metaconfig unit from the #8421.
31219 Branch: metaconfig/U/perl
31221 ____________________________________________________________________________
31222 [ 8422] By: jhi on 2001/01/12 19:23:43
31223 Log: Forgot the microperl config from the #8421.
31225 ! uconfig.h uconfig.sh
31226 ____________________________________________________________________________
31227 [ 8421] By: jhi on 2001/01/12 19:05:27
31228 Log: Add sigprocmask() probe, regen Configure, regen toc.
31230 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31231 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
31232 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31233 ! vos/config.ga.h win32/config.bc win32/config.gc
31235 ____________________________________________________________________________
31236 [ 8420] By: jhi on 2001/01/12 18:34:31
31237 Log: Add sockatmark() to the todo list.
31240 ____________________________________________________________________________
31241 [ 8419] By: jhi on 2001/01/12 18:09:46
31242 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
31245 ____________________________________________________________________________
31246 [ 8418] By: jhi on 2001/01/12 18:05:30
31247 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
31248 From: Radu Greab <radu@netsoft.ro>
31249 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
31250 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
31252 ! op.c t/pragma/sub_lval.t
31253 ____________________________________________________________________________
31254 [ 8417] By: jhi on 2001/01/12 16:09:09
31255 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
31256 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31257 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
31258 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
31260 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
31261 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
31262 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
31263 ! t/pragma/sub_lval.t toke.c
31264 ____________________________________________________________________________
31265 [ 8416] By: jhi on 2001/01/12 15:42:06
31266 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
31267 From: "Richard Soderberg" <rs@crystalflame.net>
31268 Date: Fri, 12 Jan 2001 04:49:35 -0800
31269 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
31271 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
31272 according to the platform.
31275 ____________________________________________________________________________
31276 [ 8415] By: jhi on 2001/01/12 15:33:41
31277 Log: One more UTF-8 fix from Inaba Hiroto.
31279 ! pp.c regexec.c t/pragma/utf8.t
31280 ____________________________________________________________________________
31281 [ 8414] By: jhi on 2001/01/12 15:30:18
31282 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
31285 ____________________________________________________________________________
31286 [ 8413] By: jhi on 2001/01/12 15:22:10
31287 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
31288 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31289 Date: Thu, 11 Jan 2001 12:53:36 +0100
31290 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
31293 ____________________________________________________________________________
31294 [ 8412] By: jhi on 2001/01/12 15:20:25
31295 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
31296 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31297 Date: Fri, 12 Jan 2001 14:37:55 +0100
31298 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
31300 ! hints/posix-bc.sh
31301 ____________________________________________________________________________
31302 [ 8411] By: jhi on 2001/01/12 15:14:14
31303 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
31304 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31305 Date: Fri, 12 Jan 2001 10:42:21 +0100
31306 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
31309 ____________________________________________________________________________
31310 [ 8410] By: jhi on 2001/01/12 05:48:55
31311 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
31312 From: Nicholas Clark <nick@ccl4.org>
31313 Date: Sun, 7 Jan 2001 19:47:14 +0000
31314 Message-ID: <20010107194714.B1048@plum.flirble.org>
31316 ! t/op/numconvert.t
31317 ____________________________________________________________________________
31318 [ 8409] By: jhi on 2001/01/12 05:41:28
31319 Log: Integrate perlio.
31322 ____________________________________________________________________________
31323 [ 8408] By: nick on 2001/01/11 22:43:28
31324 Log: Remove variables that were used in experiments.
31327 ____________________________________________________________________________
31328 [ 8407] By: nick on 2001/01/11 20:57:44
31329 Log: Catch die in %SIG handler and unblock the signal before re-dying.
31330 This make Linux work _without_ sigsetjmp().
31331 Turn off sigsetjmp() to see what else it does.
31332 May need Configure probe for sigprocmask() if anything has sigaction()
31333 but not sigprocmask().
31336 ____________________________________________________________________________
31337 [ 8406] By: nick on 2001/01/11 19:32:07
31338 Log: Integrate mainline
31340 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
31341 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
31343 ____________________________________________________________________________
31344 [ 8405] By: jhi on 2001/01/11 17:11:01
31345 Log: Fix UTF-8 lval substr().
31347 ! mg.c t/op/substr.t
31348 ____________________________________________________________________________
31349 [ 8404] By: jhi on 2001/01/11 05:13:58
31350 Log: Update Changes.
31352 ! Changes patchlevel.h
31353 ____________________________________________________________________________
31354 [ 8403] By: jhi on 2001/01/11 04:38:24
31355 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
31356 From: Hugo <hv@crypt.compulink.co.uk>
31357 Date: Mon, 30 Oct 2000 01:33:26 +0000
31358 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
31360 ! regexec.c t/op/re_tests
31361 ____________________________________________________________________________
31362 [ 8402] By: jhi on 2001/01/11 04:26:12
31363 Log: Integrate perlio.
31366 ____________________________________________________________________________
31367 [ 8401] By: nick on 2001/01/10 22:52:55
31368 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
31369 (So Alan and Ilya can try setting via hints.)
31370 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
31371 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
31372 doing the save everywhere seems to restart read() correctly, but just
31373 doing it once "round" the handler does not.
31376 ____________________________________________________________________________
31377 [ 8400] By: jhi on 2001/01/10 21:57:54
31378 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
31379 of IRIX, HP-UX is unaffected.
31382 ____________________________________________________________________________
31383 [ 8399] By: nick on 2001/01/10 21:29:19
31384 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
31387 ____________________________________________________________________________
31388 [ 8398] By: jhi on 2001/01/10 20:55:31
31389 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
31390 also have ReusePort.
31392 ! ext/IO/lib/IO/Socket/INET.pm
31393 ____________________________________________________________________________
31394 [ 8397] By: jhi on 2001/01/10 20:50:57
31395 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
31396 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31397 Date: Wed, 10 Jan 2001 01:38:13 -0800
31398 Message-ID: <20010110013813.B41744@yahoo-inc.com>
31400 ! ext/IO/lib/IO/Socket/INET.pm
31401 ____________________________________________________________________________
31402 [ 8396] By: jhi on 2001/01/10 20:49:30
31403 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
31404 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31405 Date: Wed, 10 Jan 2001 01:37:32 -0800
31406 Message-ID: <20010110013732.A41744@yahoo-inc.com>
31408 ! ext/Socket/Socket.pm
31409 ____________________________________________________________________________
31410 [ 8395] By: jhi on 2001/01/10 20:41:37
31411 Log: Test for bug id 20010105.016 (fixed by #8378).
31414 ____________________________________________________________________________
31415 [ 8394] By: jhi on 2001/01/10 20:26:32
31416 Log: Integrate perlio.
31419 ____________________________________________________________________________
31420 [ 8393] By: nick on 2001/01/10 19:34:30
31421 Log: Back out Simon's pid hackery for now.
31424 ____________________________________________________________________________
31425 [ 8392] By: nick on 2001/01/10 19:23:13
31426 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
31428 !> (integrate 29 files)
31429 ____________________________________________________________________________
31430 [ 8391] By: jhi on 2001/01/10 18:43:15
31431 Log: Subject: [PATCH] Fix my_pclose segfault
31432 From: Simon Cozens <simon@cozens.net>
31433 Date: Wed, 10 Jan 2001 18:39:35 +0000
31434 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
31437 ____________________________________________________________________________
31438 [ 8390] By: jhi on 2001/01/10 18:42:08
31439 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
31440 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31441 Date: Wed, 10 Jan 2001 13:23:02 EST
31442 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
31444 ! ext/Opcode/Opcode.xs
31445 ____________________________________________________________________________
31446 [ 8389] By: jhi on 2001/01/10 15:16:07
31447 Log: Turn off the integer preservation for now.
31450 ____________________________________________________________________________
31451 [ 8388] By: jhi on 2001/01/10 15:01:25
31452 Log: Few more IDE/editor nits from p5p.
31455 ____________________________________________________________________________
31456 [ 8387] By: jhi on 2001/01/10 06:53:16
31457 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
31458 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
31459 Date: Tue, 9 Jan 2001 23:16:02 +0000
31460 Message-ID: <20010109231602.A81101@plum.flirble.org>
31463 ____________________________________________________________________________
31464 [ 8386] By: jhi on 2001/01/10 03:17:54
31465 Log: Test cases for #8385 (from Simon's "torture.pl")
31468 ____________________________________________________________________________
31469 [ 8385] By: jhi on 2001/01/10 03:17:11
31470 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
31471 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
31472 Date: Wed, 10 Jan 2001 11:39:39 +0900
31473 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
31475 Some more UTF-8 tr cases fixed.
31478 ____________________________________________________________________________
31479 [ 8384] By: jhi on 2001/01/09 22:45:40
31480 Log: Allow the locale test needing POSIX and the taint test
31481 needing IPC::SysV to run under 'minitest' (basically,
31482 bail out if loading the extension fails)
31484 ! t/op/misc.t t/op/taint.t
31485 ____________________________________________________________________________
31486 [ 8383] By: jhi on 2001/01/09 21:36:04
31487 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
31488 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31489 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
31490 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
31493 ____________________________________________________________________________
31494 [ 8382] By: jhi on 2001/01/09 21:06:08
31495 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
31496 Should finish up the bug id 20001205.022.
31498 ! pp.c pp_hot.c scope.c
31499 ____________________________________________________________________________
31500 [ 8381] By: jhi on 2001/01/09 18:27:43
31501 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
31502 From: Andy Dougherty <doughera@lafayette.edu>
31503 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
31504 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
31506 More robust yacc/bison error detection.
31509 ____________________________________________________________________________
31510 [ 8380] By: jhi on 2001/01/09 15:21:38
31511 Log: Subject: [PATCH] make t/op/misc.t work on VMS
31512 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31513 Date: Tue, 9 Jan 2001 07:53:55 EST
31514 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
31516 ! t/op/misc.t vms/test.com
31517 ____________________________________________________________________________
31518 [ 8379] By: jhi on 2001/01/09 15:20:38
31519 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
31520 From: jhi@cc.hut.fi
31521 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
31522 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
31524 The #8378 fixed this.
31527 ____________________________________________________________________________
31528 [ 8378] By: jhi on 2001/01/09 15:05:32
31529 Log: Subject: One more patch for UTF8
31530 From: Inaba Hiroto <inaba@st.rim.or.jp>
31531 Date: Tue, 09 Jan 2001 01:04:32 +0900
31532 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
31534 UTF-8 fixes for 'x' and tr///.
31536 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
31537 ! regcomp.c regexec.c toke.c utf8.c
31538 ____________________________________________________________________________
31539 [ 8377] By: jhi on 2001/01/09 14:32:17
31540 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
31543 ____________________________________________________________________________
31544 [ 8376] By: jhi on 2001/01/09 04:32:32
31545 Log: integrate changes #7775, #8316, #8316 from mainline
31546 Branch: maint-5.6/perl
31547 ! hints/solaris_2.sh
31548 ____________________________________________________________________________
31549 [ 8375] By: jhi on 2001/01/09 04:26:43
31550 Log: Update Changes.
31552 ! Changes patchlevel.h
31553 ____________________________________________________________________________
31554 [ 8374] By: jhi on 2001/01/09 04:14:32
31555 Log: IDE/editor section tweaking.
31558 ____________________________________________________________________________
31559 [ 8373] By: jhi on 2001/01/09 02:38:26
31560 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
31561 From: Peter Prymmer <pvhp@forte.com>
31562 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
31563 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
31565 In preparation os OS/390 dynamic loading.
31567 ! README.os390 hints/os390.sh
31568 ____________________________________________________________________________
31569 [ 8372] By: jhi on 2001/01/09 00:24:30
31570 Log: Integrate with perlio.
31572 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
31573 ____________________________________________________________________________
31574 [ 8371] By: nick on 2001/01/08 23:54:33
31575 Log: Fix "scalars leaked" bugs caused by overload magic
31576 (Highlighted by Ilya's DESTROY optimization.)
31578 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
31579 ____________________________________________________________________________
31580 [ 8370] By: nick on 2001/01/08 20:19:41
31581 Log: Integrate mainline
31583 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
31584 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
31586 ____________________________________________________________________________
31587 [ 8369] By: jhi on 2001/01/08 17:30:52
31588 Log: save_delete() Safefree() doesn't (anymore?) work with shared
31589 strings, one test failure in op/misc and almost all of lib/b.
31590 (Outcomments #8369.)
31593 ____________________________________________________________________________
31594 [ 8368] By: jhi on 2001/01/08 14:47:10
31595 Log: (Outcommented by #8369.)
31597 Subject: Re: Perl BugID 20001205.022 ---- save_delete
31598 From: Simon Cozens <simon@cozens.net>
31599 Date: Sat, 6 Jan 2001 11:48:40 +0000
31600 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
31602 The save_delete() does need the Safefree.
31605 ____________________________________________________________________________
31606 [ 8367] By: bailey on 2001/01/08 08:53:52
31607 Log: Once again syncing after too long an absence
31609 +> (branch 55 files)
31610 - MAINTAIN fix_pl vos/config.def vos/config.h
31611 - vos/config_h.SH_orig
31612 !> (integrate 498 files)
31613 ____________________________________________________________________________
31614 [ 8366] By: jhi on 2001/01/08 02:42:59
31615 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
31616 From: nick@ccl4.org
31617 Date: Sun, 7 Jan 2001 21:07:18 +0000
31618 Message-Id: <20010107210717.D1048@plum.flirble.org>
31620 ! sv.c t/op/64bitint.t
31621 ____________________________________________________________________________
31622 [ 8365] By: jhi on 2001/01/08 02:35:16
31623 Log: Subject: [PATCH] environ nit
31624 From: Simon Cozens <simon@cozens.net>
31625 Date: Sun, 7 Jan 2001 17:57:07 +0000
31626 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
31628 Use environ only if we have it.
31631 ____________________________________________________________________________
31632 [ 8364] By: jhi on 2001/01/08 02:24:51
31633 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
31635 ! ext/GDBM_File/GDBM_File.xs
31636 ____________________________________________________________________________
31637 [ 8363] By: jhi on 2001/01/08 02:19:24
31638 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
31639 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31640 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
31641 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
31644 ____________________________________________________________________________
31645 [ 8362] By: jhi on 2001/01/08 02:17:43
31646 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
31647 From: Doug MacEachern <dougm@covalent.net>
31648 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
31649 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
31651 Allow AUTOLOAD to be an xsub and allow such xsubs
31652 to avoid use of $AUTOLOAD.
31655 ____________________________________________________________________________
31656 [ 8361] By: jhi on 2001/01/08 02:16:07
31657 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31658 From: Radu Greab <radu@netsoft.ro>
31659 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
31660 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
31662 No need for the potentially unportable $SIG{CHLD}.
31665 ____________________________________________________________________________
31666 [ 8360] By: jhi on 2001/01/08 01:58:23
31667 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
31669 ! lib/Getopt/Long.pm
31670 ____________________________________________________________________________
31671 [ 8359] By: jhi on 2001/01/08 01:55:44
31672 Log: Integrate perlio.
31674 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
31675 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
31676 !> utf8.c win32/Makefile
31677 ____________________________________________________________________________
31678 [ 8358] By: jhi on 2001/01/07 21:16:50
31679 Log: Update the EPOC cross SDK URL.
31682 ____________________________________________________________________________
31683 [ 8357] By: jhi on 2001/01/07 21:16:09
31684 Log: Update the EPOC cross SDK URL.
31685 Branch: maint-5.6/perl
31687 ____________________________________________________________________________
31688 [ 8356] By: nick on 2001/01/06 21:47:52
31689 Log: FILE * in XS code for PerlIO world:
31690 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
31691 - Add FILE * T_STDIO typemap.
31692 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
31694 ! lib/ExtUtils/typemap perlio.c perlio.h
31695 ____________________________________________________________________________
31696 [ 8355] By: jhi on 2001/01/06 20:27:15
31697 Log: integrate change #8336 from mainline
31699 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
31700 Branch: maint-5.6/perl
31702 ____________________________________________________________________________
31703 [ 8354] By: jhi on 2001/01/06 20:24:29
31704 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31705 From: Robin Barker <rmb1@cise.npl.co.uk>
31706 Date: Fri, 22 Dec 2000 12:17:38 GMT
31707 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
31709 The patch reformats some long =item lines so they give
31710 correct output via pod2man | nroff -man
31712 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31713 From: Robin Barker <rmb1@cise.npl.co.uk>
31714 Date: Tue, 2 Jan 2001 15:35:03 GMT
31715 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
31717 Here is a _further_ patch which corrects a few more errors:
31718 * an empty C<=item> in CPAN.pm
31719 * patching the wrong file (pod/perlamiga.pod not README.amiga)
31720 * leaving empty C<=item>s which formatted incorrectly
31721 * over long C<=item>s revealed by latest patch to Pod::Man
31722 Branch: maint-5.6/perl
31723 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31724 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31725 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
31726 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
31727 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
31728 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
31729 ____________________________________________________________________________
31730 [ 8353] By: jhi on 2001/01/06 20:21:10
31731 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
31734 Branch: maint-5.6/perl
31735 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
31736 ____________________________________________________________________________
31737 [ 8352] By: jhi on 2001/01/06 20:18:44
31738 Log: Forgotten from #8438.
31739 Branch: maint-5.6/perl
31741 ____________________________________________________________________________
31742 [ 8351] By: jhi on 2001/01/06 20:18:12
31743 Log: Forgotten from #8347.
31744 Branch: maint-5.6/perl
31746 ____________________________________________________________________________
31747 [ 8350] By: jhi on 2001/01/06 20:00:19
31748 Log: Thinko in #8347.
31749 Branch: maint-5.6/perl
31751 ____________________________________________________________________________
31752 [ 8349] By: jhi on 2001/01/06 18:05:30
31753 Log: Copy the FAQ3 IDE section from the development branch,
31754 changes originally by Peter Prymmer.
31755 Branch: maint-5.6/perl
31757 ____________________________________________________________________________
31758 [ 8348] By: jhi on 2001/01/06 18:03:02
31759 Log: EPOC updates for TRIAL1.
31761 Subject: [5.6.1 trial1] EPOC update
31762 From: Olaf Flebbe <O.Flebbe@science-computing.de>
31763 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
31764 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
31766 Subject: epoc patch2 for perl-5.6.1-trial1
31767 From: Olaf Flebbe <O.Flebbe@science-computing.de>
31768 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
31769 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
31770 Branch: maint-5.6/perl
31771 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
31773 ____________________________________________________________________________
31774 [ 8347] By: jhi on 2001/01/06 17:29:10
31775 Log: integrate changes #7710,7824,7973 from mainline,
31776 plus VMS nits from Peter Prymmer and Dan Sugalski.
31778 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
31779 library (getprotobyname and getprotobynumber are outversioned by
31780 the same calls in libc, at least for xlc version 3.
31782 Add HAS_SBRK_PROTO.
31784 Fixes for signedness warnings noticed by VMSperlers.
31785 Branch: maint-5.6/perl
31786 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31787 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
31788 ! sv.c vms/descrip_mms.template vos/config.alpha.def
31789 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31790 ! win32/config.bc win32/config.gc win32/config.vc
31791 ____________________________________________________________________________
31792 [ 8346] By: nick on 2001/01/06 14:36:01
31793 Log: Fixup accumulated integrate muddles (perlio == devperl again)
31795 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
31796 ____________________________________________________________________________
31797 [ 8345] By: nick on 2001/01/06 14:24:58
31798 Log: Integrate mainline
31800 !> (integrate 55 files)
31801 ____________________________________________________________________________
31802 [ 8344] By: jhi on 2001/01/06 02:24:02
31803 Log: Subject: [patch] PerlIO_cleanup() prototype
31804 From: Doug MacEachern <dougm@covalent.net>
31805 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
31806 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
31809 ____________________________________________________________________________
31810 [ 8343] By: jhi on 2001/01/06 01:04:09
31811 Log: IRIX compiler noticed that the bof initialization might be
31812 bypassed by control flow.
31815 ____________________________________________________________________________
31816 [ 8342] By: jhi on 2001/01/06 00:10:48
31817 Log: Update Changes.
31819 ! Changes patchlevel.h
31820 ____________________________________________________________________________
31821 [ 8341] By: jhi on 2001/01/05 23:52:33
31822 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
31825 ____________________________________________________________________________
31826 [ 8340] By: jhi on 2001/01/05 22:44:08
31827 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31828 From: Radu Greab <radu@netsoft.ro>
31829 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
31830 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
31832 ! t/io/pipe.t util.c
31833 ____________________________________________________________________________
31834 [ 8339] By: jhi on 2001/01/05 22:35:17
31835 Log: Subject: [PATCH] format and rewording in perlfaq.pod
31836 From: Robin Barker <rmb1@cise.npl.co.uk>
31837 Date: Fri, 5 Jan 2001 18:51:20 GMT
31838 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
31841 ____________________________________________________________________________
31842 [ 8338] By: jhi on 2001/01/05 22:31:17
31843 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
31844 From: Peter Prymmer <pvhp@forte.com>
31845 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
31846 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
31849 ____________________________________________________________________________
31850 [ 8337] By: jhi on 2001/01/05 18:15:11
31851 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
31852 From: Robin Barker <rmb1@cise.npl.co.uk>
31853 Date: Tue, 2 Jan 2001 15:24:07 GMT
31854 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
31856 If you call configure as C<./Configure> or C<sh ./Configure>,
31857 $src is set to the absolute path name, not '.'.
31859 This, in turn, means -Dmksymlink tries to do its stuff because
31860 it does not think it is in the src directory.
31862 (plus a metaconfig nitfix)
31864 ! U/compline/ccflags.U U/modified/src.U
31866 ! Configure config_h.SH
31867 ____________________________________________________________________________
31868 [ 8336] By: jhi on 2001/01/05 17:48:32
31869 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
31870 From: Alan Burlison <Alan.Burlison@uk.sun.com>
31871 Message-ID: <3A5606C4.473D2226@uk.sun.com>
31872 Date: Fri, 05 Jan 2001 17:39:16 +0000
31875 ____________________________________________________________________________
31876 [ 8335] By: jhi on 2001/01/05 16:05:44
31877 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
31879 ! lib/Getopt/Long.pm
31880 ____________________________________________________________________________
31881 [ 8334] By: jhi on 2001/01/05 16:00:51
31882 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
31883 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
31884 Date: Fri, 05 Jan 2001 13:46:51 +0100
31885 Message-ID: <13693.978698811@nice.ram.loc>
31887 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
31888 accurate reading of the "atime".
31891 ____________________________________________________________________________
31892 [ 8333] By: jhi on 2001/01/05 15:57:37
31893 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
31894 From: Simon Cozens <simon@cozens.net>
31895 Date: Fri, 8 Dec 2000 13:33:31 +0000
31896 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
31898 A lost patch fragment.
31901 ____________________________________________________________________________
31902 [ 8332] By: jhi on 2001/01/05 15:40:42
31903 Log: Do away with strncpy() and a fixed length buffer.
31906 ____________________________________________________________________________
31907 [ 8331] By: jhi on 2001/01/05 15:03:07
31908 Log: Tests for #8329 and #8330.
31911 ____________________________________________________________________________
31912 [ 8330] By: jhi on 2001/01/05 15:02:38
31913 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
31914 raw 8-bit form to the UTF-8 string.
31917 ____________________________________________________________________________
31918 [ 8329] By: jhi on 2001/01/05 14:55:13
31919 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
31920 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31921 Date: Fri, 5 Jan 2001 12:28:52 +0100
31922 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
31924 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
31925 no effect. (changed the strncpy() to Copy())
31928 ____________________________________________________________________________
31929 [ 8328] By: jhi on 2001/01/05 06:44:27
31930 Log: UTF-8 cleanup.
31932 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31933 ! regexec.c sv.c toke.c
31934 ____________________________________________________________________________
31935 [ 8327] By: jhi on 2001/01/05 01:11:29
31936 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')
31937 From: Radu Greab <radu@netsoft.ro>
31938 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
31939 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
31941 Cleans up Harness to not use FileHandle, which uses IO.
31943 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31944 ____________________________________________________________________________
31945 [ 8326] By: jhi on 2001/01/05 00:56:37
31946 Log: Update Changes.
31948 ! Changes patchlevel.h
31949 ____________________________________________________________________________
31950 [ 8325] By: jhi on 2001/01/05 00:53:18
31951 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
31952 From: Peter Prymmer <pvhp@forte.com>
31953 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
31954 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
31956 plus a couple more tailing whitespace removals.
31959 ____________________________________________________________________________
31960 [ 8324] By: jhi on 2001/01/05 00:47:39
31961 Log: Add some Unicode chop() tests.
31964 ____________________________________________________________________________
31965 [ 8323] By: jhi on 2001/01/05 00:47:23
31966 Log: Unify UTF-8 malformedness handling.
31968 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
31969 ____________________________________________________________________________
31970 [ 8322] By: jhi on 2001/01/04 22:21:54
31971 Log: The new $issymlink was unknown to Mksymlinks.
31972 Branch: metaconfig/U/perl
31973 ! Mksymlinks.U issymlink.U
31975 ! Configure config_h.SH
31976 ____________________________________________________________________________
31977 [ 8321] By: jhi on 2001/01/04 21:51:05
31978 Log: The test didn't work under the core test framework.
31981 ____________________________________________________________________________
31982 [ 8320] By: jhi on 2001/01/04 21:14:22
31983 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
31985 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
31986 ____________________________________________________________________________
31987 [ 8319] By: jhi on 2001/01/04 20:46:17
31988 Log: Typo in #8312 when manually appying a problematic patch fragment.
31990 ! ext/Storable/Storable.xs
31991 ____________________________________________________________________________
31992 [ 8318] By: jhi on 2001/01/04 20:43:01
31993 Log: The $sh_c didn't fly.
31995 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
31996 ! U/modified/Loc.U U/modified/myhostname.U
31997 ! U/modified/spitshell.U
31998 Branch: metaconfig/U/perl
32001 ! Configure config_h.SH
32002 ____________________________________________________________________________
32003 [ 8317] By: jhi on 2001/01/04 19:58:01
32004 Log: AIX builtin test -h is broken, changes based on
32006 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
32007 Date: Tue, 02 Jan 2001 11:24:39 +0100
32008 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32009 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
32011 + U/modified/spitshell.U
32012 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
32013 ! U/modified/Loc.U U/modified/myhostname.U
32014 Branch: metaconfig/U/perl
32015 ! Mksymlinks.U issymlink.U
32018 ____________________________________________________________________________
32019 [ 8316] By: jhi on 2001/01/04 19:02:22
32020 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
32021 From: Andy Dougherty <doughera@lafayette.edu>
32022 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
32023 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
32027 ! hints/solaris_2.sh
32028 ____________________________________________________________________________
32029 [ 8315] By: jhi on 2001/01/04 18:56:48
32030 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
32031 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
32032 Date: Wed, 3 Jan 2001 07:58:51 +0100
32033 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
32035 ! hints/solaris_2.sh
32036 ____________________________________________________________________________
32037 [ 8314] By: jhi on 2001/01/04 18:54:07
32038 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
32039 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32040 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
32041 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
32043 Doc tweak on #8313.
32045 ! ext/B/B/Deparse.pm
32046 ____________________________________________________________________________
32047 [ 8313] By: jhi on 2001/01/04 18:52:27
32048 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
32049 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
32050 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32051 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
32053 Make the peephole optimizer to bypass more null ops and
32054 and rewrite the deparse handling of continue blocks.
32056 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
32057 ____________________________________________________________________________
32058 [ 8312] By: jhi on 2001/01/04 18:47:39
32059 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
32061 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
32062 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32064 ____________________________________________________________________________
32065 [ 8311] By: jhi on 2001/01/04 18:36:08
32066 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
32067 filter to be run on each .pm during the pm_to_blib() phase,
32070 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
32071 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
32072 Date: Wed, 03 Jan 2001 22:01:30 +0100
32073 Message-ID: <5296.978555690@nice.ram.loc>
32075 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
32076 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
32077 ! lib/ExtUtils/MakeMaker.pm
32078 ____________________________________________________________________________
32079 [ 8310] By: jhi on 2001/01/04 18:32:54
32080 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32081 From: Robin Barker <rmb1@cise.npl.co.uk>
32082 Date: Tue, 2 Jan 2001 15:35:03 GMT
32083 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
32085 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
32086 ! pod/perlrequick.pod
32087 ____________________________________________________________________________
32088 [ 8309] By: jhi on 2001/01/04 18:29:07
32089 Log: Subject: Re: [patch] static-ize XS()
32090 From: Doug MacEachern <dougm@covalent.net>
32091 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
32092 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
32094 Provide prototypes for the XS functions.
32096 ! lib/ExtUtils/xsubpp
32097 ____________________________________________________________________________
32098 [ 8308] By: jhi on 2001/01/04 18:27:44
32099 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
32100 From: Doug MacEachern <dougm@covalent.net>
32101 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
32102 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
32104 ! lib/ExtUtils/typemap
32105 ____________________________________________________________________________
32106 [ 8307] By: jhi on 2001/01/04 18:25:25
32107 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
32108 From: Doug MacEachern <dougm@covalent.net>
32109 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
32110 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
32112 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
32114 ! lib/ExtUtils/MM_Unix.pm
32115 ____________________________________________________________________________
32116 [ 8306] By: jhi on 2001/01/04 18:23:00
32117 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
32118 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32119 Date: Thu, 4 Jan 2001 12:47:10 +0100
32120 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
32122 The toke.c part only, patching embed.h and proto.h is futile.
32125 ____________________________________________________________________________
32126 [ 8305] By: jhi on 2001/01/04 18:05:51
32127 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
32128 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32129 Date: Thu, 4 Jan 2001 17:50:12 +0100
32130 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
32133 ____________________________________________________________________________
32134 [ 8304] By: jhi on 2001/01/04 18:03:26
32135 Log: Subject: [PATCH perl@8269]
32136 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32137 Date: Thu, 4 Jan 2001 12:53:39 +0100
32138 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
32140 If running byacc write-enable also perly.h.
32143 ____________________________________________________________________________
32144 [ 8303] By: jhi on 2001/01/04 15:40:49
32145 Log: Rewrite pp_concat() in terms of sv_catsv().
32148 ____________________________________________________________________________
32149 [ 8302] By: nick on 2001/01/03 22:43:22
32150 Log: Integrate mainline.
32152 !> ext/Encode/Encode.xs sv.c utf8.c
32153 ____________________________________________________________________________
32154 [ 8301] By: jhi on 2001/01/02 23:40:26
32155 Log: Variable naming tweak.
32158 ____________________________________________________________________________
32159 [ 8300] By: jhi on 2001/01/02 23:40:02
32160 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
32161 in is_utf8_string().
32164 ____________________________________________________________________________
32165 [ 8299] By: jhi on 2001/01/02 22:14:40
32166 Log: Integrate perlio.
32168 !> pp.c pp_hot.c win32/Makefile
32169 ____________________________________________________________________________
32170 [ 8298] By: nick on 2001/01/02 22:03:06
32171 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
32174 ____________________________________________________________________________
32175 [ 8297] By: jhi on 2001/01/02 04:26:28
32176 Log: Signedness nit.
32178 ! ext/Encode/Encode.xs
32179 ____________________________________________________________________________
32180 [ 8296] By: nick on 2001/01/01 23:49:36
32181 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
32184 ____________________________________________________________________________
32185 [ 8295] By: jhi on 2001/01/01 23:05:48
32186 Log: Integrate perlio.
32188 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
32190 ____________________________________________________________________________
32191 [ 8294] By: nick on 2001/01/01 22:48:34
32192 Log: Integrate mainline
32194 ! pp_hot.c t/lib/encode.t
32195 !> (integrate 65 files)
32196 ____________________________________________________________________________
32197 [ 8293] By: nick on 2001/01/01 21:58:50
32198 Log: More rigor in UTF-8-ness of Encode's toUnicode
32199 XS export some of the utf8 internal functions.
32200 Test some of the functions.
32201 Fix pp_concat() bug shown by said tests.
32203 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
32205 ____________________________________________________________________________
32206 [ 8292] By: jhi on 2001/01/01 18:11:44
32207 Log: Integrate perlio.
32209 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32210 !> ext/Encode/encengine.c ext/Encode/encode.h
32211 ____________________________________________________________________________
32212 [ 8291] By: jhi on 2001/01/01 18:10:58
32213 Log: Podify README.mpeix (a new version from the web),
32214 add a dummy NAME to Carp::Heavy, regen toc.
32216 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
32218 ____________________________________________________________________________
32219 [ 8290] By: nick on 2001/01/01 17:43:47
32220 Log: Loose the "Loading..." warning.
32221 Another bug in fallback support
32223 ! ext/Encode/Encode.pm ext/Encode/encengine.c
32224 ____________________________________________________________________________
32225 [ 8289] By: jhi on 2001/01/01 00:01:57
32226 Log: Bump up Larry's copyright.
32228 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
32229 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
32230 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
32231 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
32232 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
32233 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
32234 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
32235 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
32236 ____________________________________________________________________________
32237 [ 8288] By: nick on 2000/12/31 21:27:53
32238 Log: Fix .ucm reading - forgot a chr()
32239 Start of .ucm write (for .enc to .ucm)
32241 ! ext/Encode/compile
32242 ____________________________________________________________________________
32243 [ 8287] By: jhi on 2000/12/31 18:15:56
32244 Log: Comment away a diagnostic message as noted by Craig A. Berry
32245 (the unexpected message was confusing testing)
32247 ! ext/Encode/Encode.pm
32248 ____________________________________________________________________________
32249 [ 8286] By: jhi on 2000/12/31 18:14:51
32250 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
32251 Date: Sun, 31 Dec 2000 11:17:37 -0600
32252 From: "Craig A. Berry" <craigberry@mac.com>
32253 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
32255 ! ext/Encode/Makefile.PL
32256 ____________________________________________________________________________
32257 [ 8285] By: nick on 2000/12/31 18:11:54
32258 Log: Start of support of ICU-style .ucm files:
32259 - teach compile how to read a .ucm file
32260 - first guess at how to represent fallbacks in "tries".
32261 - use fallbacks if check == 0
32262 - new return code to indicate we used one.
32264 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32265 ! ext/Encode/encengine.c ext/Encode/encode.h
32266 ____________________________________________________________________________
32267 [ 8284] By: jhi on 2000/12/31 18:04:41
32268 Log: Pacify picky VMS compiler.
32270 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
32271 From: "Craig A. Berry" <craig.berry@psinetcs.com>
32272 Date: Sat, 30 Dec 2000 18:10:02 -0600
32273 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
32276 ____________________________________________________________________________
32277 [ 8283] By: jhi on 2000/12/31 16:11:47
32278 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
32280 ! t/lib/glob-basic.t
32281 ____________________________________________________________________________
32282 [ 8282] By: jhi on 2000/12/31 15:26:11
32283 Log: Integrate perlio.
32285 !> makedef.pl opcode.pl os2/os2.c perlio.c
32286 ____________________________________________________________________________
32287 [ 8281] By: nick on 2000/12/31 10:06:15
32288 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
32289 is available to be exported
32291 ! makedef.pl perlio.c
32292 ____________________________________________________________________________
32293 [ 8280] By: nick on 2000/12/31 09:41:26
32294 Log: Ilya's OS2 patch (testing for damage on Win32)
32296 ! makedef.pl opcode.pl os2/os2.c
32297 ____________________________________________________________________________
32298 [ 8279] By: jhi on 2000/12/30 21:52:07
32301 ! t/lib/syslfs.t t/op/lfs.t
32302 ____________________________________________________________________________
32303 [ 8278] By: jhi on 2000/12/30 21:47:49
32304 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32305 From: andreas.koenig@anima.de (Andreas J. Koenig)
32306 Date: 30 Dec 2000 22:35:37 +0100
32307 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
32309 The 32-bit wraparound test wasn't quite right.
32311 ! t/lib/syslfs.t t/op/lfs.t
32312 ____________________________________________________________________________
32313 [ 8277] By: jhi on 2000/12/30 21:33:44
32314 Log: Subject: [PATCH] open() example in perlfunc.pod
32315 From: Karsten Sperling <s_sperli@ira.uka.de>
32316 Date: Sat, 30 Dec 2000 22:27:09 +0100
32317 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
32320 ____________________________________________________________________________
32321 [ 8276] By: jhi on 2000/12/30 20:32:40
32322 Log: Not quite that many tests yet.
32325 ____________________________________________________________________________
32326 [ 8275] By: jhi on 2000/12/30 20:26:58
32327 Log: Integrate perlio.
32330 ____________________________________________________________________________
32331 [ 8274] By: jhi on 2000/12/30 20:24:56
32332 Log: Signedness nit.
32335 ____________________________________________________________________________
32336 [ 8273] By: jhi on 2000/12/30 20:15:46
32337 Log: Add a test case for 20000731.001 which was fixed by the #8267.
32340 ____________________________________________________________________________
32341 [ 8272] By: nick on 2000/12/30 19:47:51
32342 Log: Tweak for MULTIPLICITY/USE_PERLIO
32345 ____________________________________________________________________________
32346 [ 8271] By: nick on 2000/12/30 19:46:45
32347 Log: Integrate mainline
32349 +> lib/unicode/distinct.pm
32350 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
32351 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
32352 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
32353 ____________________________________________________________________________
32354 [ 8270] By: jhi on 2000/12/30 19:39:50
32355 Log: Subject: RE: perl@8269
32356 From: "Richard Soderberg" <rs@crystalflame.net>
32357 Date: Sat, 30 Dec 2000 11:36:27 -0800
32358 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
32363 ____________________________________________________________________________
32364 [ 8269] By: jhi on 2000/12/30 18:55:48
32365 Log: Update Changes.
32367 ! Changes patchlevel.h
32368 ____________________________________________________________________________
32369 [ 8268] By: jhi on 2000/12/30 17:18:40
32370 Log: Add a test for Unicode split //. The #8267 was the cure.
32373 ____________________________________________________________________________
32374 [ 8267] By: jhi on 2000/12/30 17:14:19
32375 Log: Subject: more UTF8 test suites and an UTF8 patch
32376 From: Inaba Hiroto <inaba@st.rim.or.jp>
32377 Date: Sat, 30 Dec 2000 14:27:10 +0900
32378 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
32380 Just the patch part for now, and the pragma renamed
32381 as unicode::distinct.
32383 + lib/unicode/distinct.pm
32384 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
32385 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
32386 ! regcomp.h regexec.c sv.c toke.c utf8.c
32387 ____________________________________________________________________________
32388 [ 8266] By: nick on 2000/12/30 16:40:49
32389 Log: Integrate mainline
32391 +> lib/Pod/Text/Overstrike.pm
32392 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
32393 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
32394 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
32395 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
32396 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
32397 ____________________________________________________________________________
32398 [ 8265] By: jhi on 2000/12/30 07:28:55
32399 Log: The sv_catsv() fix, take two.
32402 ____________________________________________________________________________
32403 [ 8264] By: jhi on 2000/12/30 06:19:18
32404 Log: Undo all the join-related changes since #8248: relevant
32405 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
32406 The new sv_catsv() doesn't fly so it must go back to
32409 ! sv.c t/op/join.t t/pragma/utf8.t
32410 ____________________________________________________________________________
32411 [ 8263] By: jhi on 2000/12/30 01:08:32
32412 Log: (Retracted by #8264) Tweak sv_catsv() some more.
32415 ____________________________________________________________________________
32416 [ 8262] By: jhi on 2000/12/30 00:45:14
32417 Log: Retract #8261.
32420 ____________________________________________________________________________
32421 [ 8261] By: jhi on 2000/12/30 00:38:32
32422 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
32425 ____________________________________________________________________________
32426 [ 8260] By: jhi on 2000/12/29 22:51:33
32427 Log: (Retracted by #8264) More fixing for #8251.
32430 ____________________________________________________________________________
32431 [ 8259] By: jhi on 2000/12/29 18:27:30
32432 Log: Subject: podlators 1.06 released
32433 From: Russ Allbery <rra@stanford.edu>
32434 Date: 25 Dec 2000 05:09:30 -0800
32435 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
32437 + lib/Pod/Text/Overstrike.pm
32438 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
32439 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
32440 ____________________________________________________________________________
32441 [ 8258] By: jhi on 2000/12/29 18:20:45
32442 Log: Make the large file tests more robust/talkative as suggested by
32444 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32445 From: andreas.koenig@anima.de (Andreas J. Koenig)
32446 Date: 29 Dec 2000 14:23:01 +0100
32447 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
32449 ! t/lib/syslfs.t t/op/lfs.t
32450 ____________________________________________________________________________
32451 [ 8257] By: jhi on 2000/12/29 17:48:04
32452 Log: Further VMS piping fixes from Charles Lane:
32454 In summary, error messages produced when a subprocess terminated
32455 abnormally were being sent not just to the parent process, but to
32456 grandparents, because of default values for error output that were
32457 not completely overridden when the subprocess was started.
32459 This patch fixes this behavior by defining user-mode (i.e., temporary
32460 for the duration of the program) logical names for SYS$OUTPUT and
32461 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
32462 changes to make it so that the user-mode logicals are the ones that
32463 control where Perl's error messages go if it terminates abnormally.
32465 I also added some gratuitous fixes to the indentation of braces in
32466 the piping code. It just looked ugly, before.
32468 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
32469 ____________________________________________________________________________
32470 [ 8256] By: jhi on 2000/12/29 17:45:12
32471 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
32472 From: "Casey R. Tweten" <crt@kiski.net>
32473 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
32474 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
32476 Tests for for #8240.
32478 ! t/pragma/constant.t
32479 ____________________________________________________________________________
32480 [ 8255] By: jhi on 2000/12/29 17:43:07
32481 Log: Subject: Re: [PATCH] Interesting syntax idea
32482 From: Simon Cozens <simon@cozens.net>
32483 Date: Fri, 29 Dec 2000 14:34:04 +0000
32484 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
32488 ! t/pragma/sub_lval.t
32489 ____________________________________________________________________________
32490 [ 8254] By: jhi on 2000/12/29 17:42:11
32491 Log: Subject: [PATCH] Interesting syntax idea
32492 From: Simon Cozens <simon@cozens.net>
32493 Date: Wed, 27 Dec 2000 05:08:57 +0000
32494 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
32496 Make opens + bareword assigns do typeglob assigns.
32499 ____________________________________________________________________________
32500 [ 8253] By: jhi on 2000/12/29 17:36:45
32501 Log: Output the (apparent) version of gcc, as suggested by
32503 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
32504 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
32505 Date: 26 Dec 2000 04:29:17 -0500
32506 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
32508 (The patch as such didn't any more apply as the misparsing had
32509 already been addressed in #6474.) Also change the wording about
32510 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
32513 ____________________________________________________________________________
32514 [ 8252] By: nick on 2000/12/29 12:14:31
32515 Log: Integrate mainline
32517 !> (integrate 27 files)
32518 ____________________________________________________________________________
32519 [ 8251] By: jhi on 2000/12/29 08:45:46
32520 Log: (Retracted by #8264)
32524 sv_catsv() needs one more byte space than seems reasonable.
32525 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
32526 Curiouser and curiouser.
32529 ____________________________________________________________________________
32530 [ 8250] By: jhi on 2000/12/29 07:57:52
32531 Log: More split // UTF-8 tests.
32534 ____________________________________________________________________________
32535 [ 8249] By: jhi on 2000/12/29 07:54:51
32536 Log: (Retracted by #8264) More join() testing which was good because
32537 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
32539 ! pp.c t/op/join.t utf8.c utf8.h
32540 ____________________________________________________________________________
32541 [ 8248] By: jhi on 2000/12/29 07:08:32
32542 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
32543 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
32544 that the only cases to care about are byte+byte and byte+character.
32546 TODO: See how well pp_concat() could be implemented in terms
32549 ! doop.c sv.c t/op/join.t utf8.h
32550 ____________________________________________________________________________
32551 [ 8247] By: jhi on 2000/12/29 06:35:23
32552 Log: Signedness nit.
32555 ____________________________________________________________________________
32556 [ 8246] By: jhi on 2000/12/29 01:23:31
32557 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
32558 From: Lupe Christoph <lupe@lupe-christoph.de>
32559 Date: Thu, 28 Dec 2000 23:00:00 +0100
32560 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
32562 Suggest rsync --delete --dry-run.
32565 ____________________________________________________________________________
32566 [ 8245] By: jhi on 2000/12/28 23:57:05
32567 Log: The maxiters upper limit sanity check (guarding against
32568 non-progress) assumed bytes instead of characters in s///
32572 ____________________________________________________________________________
32573 [ 8244] By: jhi on 2000/12/28 23:34:08
32574 Log: Make some panic messages a bit more logical.
32576 ! doop.c pod/perldiag.pod pp.c pp_hot.c
32577 ____________________________________________________________________________
32578 [ 8243] By: jhi on 2000/12/28 22:59:16
32579 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
32580 From: Simon Cozens <simon@cozens.net>
32581 Date: Wed, 27 Dec 2000 02:30:03 +0000
32582 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
32584 ! pp.c t/pragma/sub_lval.t
32585 ____________________________________________________________________________
32586 [ 8242] By: jhi on 2000/12/28 22:56:53
32587 Log: Subject: [PATCH blead] Fix B::Terse indentation
32588 From: Daniel Chetlin <daniel@chetlin.com>
32589 Date: Wed, 27 Dec 2000 06:43:30 -0800
32590 Message-ID: <20001227064329.B9573@darkstar>
32592 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
32593 ____________________________________________________________________________
32594 [ 8241] By: jhi on 2000/12/28 22:48:59
32595 Log: The latter patch from the
32597 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
32598 From: Peter Prymmer <pvhp@forte.com>
32599 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
32600 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
32602 (the former patch from the above should have been
32603 taken care of by Nick I-S)
32606 ____________________________________________________________________________
32607 [ 8240] By: jhi on 2000/12/28 22:45:22
32608 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
32609 From: "Casey R. Tweten" <crt@kiski.net>
32610 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
32611 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
32614 ____________________________________________________________________________
32615 [ 8239] By: jhi on 2000/12/28 22:37:45
32616 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
32617 From: Simon Cozens <simon@cozens.net>
32618 Date: Wed, 27 Dec 2000 14:12:44 +0000
32619 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
32621 ! t/op/method.t t/op/sort.t toke.c
32622 ____________________________________________________________________________
32623 [ 8238] By: jhi on 2000/12/28 22:30:32
32624 Log: Subject: [PATCH perl@8229] Call.pm
32625 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32626 Date: Mon, 25 Dec 2000 10:47:15 -0000
32627 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
32629 ! ext/Filter/Util/Call/Call.pm
32630 ____________________________________________________________________________
32631 [ 8237] By: jhi on 2000/12/28 22:19:21
32632 Log: Subject: [PATCH blead] Fix problem with `&' prototype
32633 From: Daniel Chetlin <daniel@chetlin.com>
32634 Date: Wed, 27 Dec 2000 15:55:32 -0800
32635 Message-ID: <20001227155532.D9573@darkstar>
32637 ! op.c t/comp/proto.t
32638 ____________________________________________________________________________
32639 [ 8236] By: jhi on 2000/12/28 22:09:25
32640 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
32641 From: Daniel Chetlin <daniel@chetlin.com>
32642 Date: Sun, 24 Dec 2000 04:09:49 -0800
32643 Message-ID: <20001224040949.B3090@darkstar>
32645 ! gv.c mg.c t/op/attrs.t
32646 ____________________________________________________________________________
32647 [ 8235] By: jhi on 2000/12/28 22:07:11
32648 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
32649 From: Jan Dubois <jand@ActiveState.com>
32650 Date: Tue, 26 Dec 2000 20:57:31 -0800
32651 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
32654 ____________________________________________________________________________
32655 [ 8234] By: jhi on 2000/12/28 21:52:42
32656 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
32657 From: Simon Cozens <simon@cozens.net>
32658 Date: Thu, 28 Dec 2000 20:33:13 +0000
32659 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
32661 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
32662 ____________________________________________________________________________
32663 [ 8233] By: jhi on 2000/12/28 19:40:49
32664 Log: Integrate perlio.
32666 !> ext/Encode/Makefile.PL ext/Encode/compile
32667 ____________________________________________________________________________
32668 [ 8232] By: nick on 2000/12/23 16:06:00
32669 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
32670 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
32672 ! ext/Encode/Makefile.PL
32673 ____________________________________________________________________________
32674 [ 8231] By: nick on 2000/12/23 14:30:34
32675 Log: "Compiled" encode build cleanup
32676 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
32677 - .c files do not export sub-tables
32679 ! ext/Encode/Makefile.PL ext/Encode/compile
32680 ____________________________________________________________________________
32681 [ 8230] By: nick on 2000/12/23 12:50:37
32682 Log: Integrate mainline
32684 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32685 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32686 !> pod/perl5004delta.pod pod/perl5005delta.pod
32687 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
32688 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
32689 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
32691 ____________________________________________________________________________
32692 [ 8229] By: jhi on 2000/12/22 15:32:12
32693 Log: Integrate perlio.
32695 +> win32/distclean.bat
32696 !> MANIFEST t/io/utf8.t
32697 ____________________________________________________________________________
32698 [ 8228] By: jhi on 2000/12/22 15:29:40
32699 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
32700 From: Robin Barker <rmb1@cise.npl.co.uk>
32701 Date: Fri, 22 Dec 2000 12:17:38 GMT
32702 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
32704 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32705 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32706 ! pod/perl5004delta.pod pod/perl5005delta.pod
32707 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
32708 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
32709 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
32711 ____________________________________________________________________________
32712 [ 8227] By: jhi on 2000/12/22 15:24:28
32713 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
32714 From: "John L. Allen" <allen@grumman.com>
32715 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
32716 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
32718 Document APPLLIB_EXP.
32721 ____________________________________________________________________________
32722 [ 8226] By: nick on 2000/12/21 22:11:50
32723 Log: Handy script for when one forgets to "dmake clean"
32725 + win32/distclean.bat
32727 ____________________________________________________________________________
32728 [ 8225] By: nick on 2000/12/21 21:54:04
32729 Log: CRLF platform issue with io/utf8 fix.
32732 ____________________________________________________________________________
32733 [ 8224] By: nick on 2000/12/21 21:02:20
32734 Log: Integrate mainline
32736 !> Changes Configure Makefile.SH Porting/Glossary
32737 !> Porting/config.sh Porting/config_H configure.com
32738 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
32739 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
32740 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
32741 !> win32/config.bc win32/config.gc win32/config.vc
32742 ____________________________________________________________________________
32743 [ 8223] By: jhi on 2000/12/21 17:09:16
32744 Log: Update Changes.
32746 ! Changes patchlevel.h
32747 ____________________________________________________________________________
32748 [ 8222] By: jhi on 2000/12/21 16:24:01
32749 Log: Metaconfig unit changes for #8221.
32750 Branch: metaconfig/U/perl
32754 ____________________________________________________________________________
32755 [ 8221] By: jhi on 2000/12/21 16:23:48
32756 Log: Rename testsyml to issymlink.
32758 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32759 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
32761 ____________________________________________________________________________
32762 [ 8220] By: jhi on 2000/12/21 15:47:26
32763 Log: Robustness support for #8218 (symlink forest) since the GNU
32764 tools seem to be overly picky about symlinkage depths.
32766 ! Makefile.SH t/io/fs.t
32767 ____________________________________________________________________________
32768 [ 8219] By: jhi on 2000/12/21 15:38:27
32769 Log: Metaconfig changes for #8218.
32771 ! U/modified/Oldconfig.U
32772 Branch: metaconfig/U/perl
32775 ____________________________________________________________________________
32776 [ 8218] By: jhi on 2000/12/21 15:37:57
32777 Log: Add Configure option -Dmksymlinks which will create a symlink
32778 forest if the current/build differs from the source directory.
32779 TODO: mkdir -p is not portable.
32782 ____________________________________________________________________________
32783 [ 8217] By: jhi on 2000/12/21 14:39:12
32784 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
32785 From: Nick Ing-Simmons <nik@tiuk.ti.com>
32786 Date: Thu, 21 Dec 2000 09:38:18 GMT
32787 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
32789 The ofs became an SV.
32791 ! ext/Thread/Thread.xs
32792 ____________________________________________________________________________
32793 [ 8216] By: jhi on 2000/12/21 05:40:21
32794 Log: The polymorphism seems to have fixed 20000517.001.
32797 ____________________________________________________________________________
32798 [ 8215] By: jhi on 2000/12/21 04:44:52
32799 Log: read() documentation tweak for 20001121.004.
32802 ____________________________________________________________________________
32803 [ 8214] By: jhi on 2000/12/21 03:54:11
32804 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
32806 ! pp_sys.c t/op/misc.t
32807 ____________________________________________________________________________
32808 [ 8213] By: jhi on 2000/12/21 00:28:10
32809 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
32810 From: Peter Prymmer <pvhp@forte.com>
32811 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
32812 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
32815 ____________________________________________________________________________
32816 [ 8212] By: jhi on 2000/12/21 00:26:21
32817 Log: Edit edit edit.
32820 ____________________________________________________________________________
32821 [ 8211] By: jhi on 2000/12/20 18:52:46
32822 Log: Update Changes.
32824 ! Changes patchlevel.h
32825 ____________________________________________________________________________
32826 [ 8210] By: jhi on 2000/12/20 18:34:47
32827 Log: Yet another editor edit.
32830 ____________________________________________________________________________
32831 [ 8209] By: jhi on 2000/12/20 15:33:28
32832 Log: More Win32 Perling.
32835 ____________________________________________________________________________
32836 [ 8208] By: jhi on 2000/12/20 15:07:46
32837 Log: More Win32 editor/IDE/shell hints.
32840 ____________________________________________________________________________
32841 [ 8207] By: jhi on 2000/12/20 03:54:08
32842 Log: Subject: [PATCH] obscure timing knowledge
32843 From: Nicholas Clark <nick@ccl4.org>
32844 Date: Tue, 19 Dec 2000 19:22:31 +0000
32845 Message-ID: <20001219192231.F2827@plum.flirble.org>
32848 ____________________________________________________________________________
32849 [ 8206] By: jhi on 2000/12/20 03:45:57
32850 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
32851 From: Spider Boardman <spider@leggy.zk3.dec.com>
32852 Date: Tue, 19 Dec 2000 21:30:16 -0500
32853 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
32856 ____________________________________________________________________________
32857 [ 8205] By: jhi on 2000/12/19 23:02:01
32858 Log: Update Changes.
32860 ! Changes patchlevel.h
32861 ____________________________________________________________________________
32862 [ 8204] By: jhi on 2000/12/19 22:58:18
32863 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
32864 using the \xHH notation. No more inlined UTF-8, sigh, but easier
32865 on editors and diffing/patching.
32867 ! t/op/utf8decode.t
32868 ____________________________________________________________________________
32869 [ 8203] By: nick on 2000/12/19 21:36:16
32870 Log: Integrate mainline (forgot my own change...)
32872 !> ext/Encode/compile
32873 ____________________________________________________________________________
32874 [ 8202] By: nick on 2000/12/19 21:34:42
32875 Log: Integrate mainline.
32877 !> (integrate 61 files)
32878 ____________________________________________________________________________
32879 [ 8201] By: nick on 2000/12/19 21:34:06
32880 Log: Avoid looking for File::Glob when we don't need it.
32882 ! ext/Encode/compile
32883 ____________________________________________________________________________
32884 [ 8200] By: jhi on 2000/12/19 18:35:49
32885 Log: Update Changes.
32887 ! Changes patchlevel.h
32888 ____________________________________________________________________________
32889 [ 8199] By: jhi on 2000/12/19 18:35:07
32890 Log: Microperl tweaks.
32892 ! sv.c uconfig.h uconfig.sh
32893 ____________________________________________________________________________
32894 [ 8198] By: jhi on 2000/12/19 18:29:59
32895 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
32897 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32898 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
32899 ____________________________________________________________________________
32900 [ 8197] By: jhi on 2000/12/19 17:55:29
32901 Log: In VMS embedded perls couldn't access the statically built Socket,
32905 ____________________________________________________________________________
32906 [ 8196] By: jhi on 2000/12/19 17:49:50
32907 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
32908 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32909 Date: Sun, 17 Dec 2000 19:11:44 -0000
32910 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
32912 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32913 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
32914 ____________________________________________________________________________
32915 [ 8195] By: jhi on 2000/12/19 17:47:53
32916 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
32917 From: Jonathan Stowe <gellyfish@gellyfish.com>
32918 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
32919 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
32922 ____________________________________________________________________________
32923 [ 8194] By: jhi on 2000/12/19 17:46:28
32924 Log: Subject: Re: useless use of void context work-around
32925 From: andreas.koenig@anima.de (Andreas J. Koenig)
32926 Date: 16 Dec 2000 15:13:36 +0100
32927 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
32929 Document (comment) the q(di ds ig) trick in the code.
32932 ____________________________________________________________________________
32933 [ 8193] By: jhi on 2000/12/19 17:10:57
32934 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
32935 From: "Mark J. Reed" <mreed@strange.turner.com>
32936 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
32937 Message-Id: <200012160222.VAA13986@strange.turner.com>
32939 ! ext/Sys/Syslog/Syslog.pm
32940 ____________________________________________________________________________
32941 [ 8192] By: jhi on 2000/12/19 17:07:45
32942 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
32943 From: Nicholas Clark <nick@ccl4.org>
32944 Date: Sat, 16 Dec 2000 19:03:13 +0000
32945 Message-ID: <20001216190313.D68304@plum.flirble.org>
32948 ____________________________________________________________________________
32949 [ 8191] By: jhi on 2000/12/19 17:06:13
32950 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
32951 From: Dominic Dunlop <domo@computer.org>
32952 Date: Mon, 18 Dec 2000 12:00:15 +0100
32953 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
32955 This patchlet is needed in order that perl can be statically linked.
32958 ____________________________________________________________________________
32959 [ 8190] By: jhi on 2000/12/19 17:03:08
32960 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
32961 From: "Craig A. Berry" <craig.berry@psinetcs.com>
32962 Date: Sun, 17 Dec 2000 00:18:35 -0600
32963 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
32965 ! perlio.h vms/gen_shrfls.pl
32966 ____________________________________________________________________________
32967 [ 8189] By: jhi on 2000/12/19 16:20:28
32968 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
32969 From: Prymmer/Kahn <pvhp@best.com>
32970 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
32971 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
32973 A better version of #8188.
32976 ____________________________________________________________________________
32977 [ 8188] By: jhi on 2000/12/19 15:57:06
32978 Log: (Replaced by #8189)
32980 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
32981 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
32982 From: Prymmer/Kahn <pvhp@best.com>
32983 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
32984 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
32985 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
32986 Date: Mon, 18 Dec 2000 11:10:45 -0500
32987 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
32990 ____________________________________________________________________________
32991 [ 8187] By: jhi on 2000/12/19 15:54:19
32992 Log: Email address fix for Anton Berezin.
32995 ____________________________________________________________________________
32996 [ 8186] By: jhi on 2000/12/19 15:38:54
32997 Log: Subject: [PATCH perl@8102] cygwin port
32998 From: "Eric Fifer" <efifer@dircon.co.uk>
32999 Date: Thu, 14 Dec 2000 13:41:29 -0000
33000 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
33002 When compiling modules the data item that is being imported
33003 from libperl.dll needs to be tagged as imported/shared data:
33004 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
33007 ____________________________________________________________________________
33008 [ 8185] By: jhi on 2000/12/19 14:53:24
33009 Log: Regen uconfig.h and uconfig.sh.
33011 ! uconfig.h uconfig.sh
33012 ____________________________________________________________________________
33013 [ 8184] By: jhi on 2000/12/18 20:43:49
33014 Log: Comments work so much better when they are closed.
33017 ____________________________________________________________________________
33018 [ 8183] By: jhi on 2000/12/18 18:04:02
33019 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
33020 Fixes the bug 20001218.016.
33023 ____________________________________________________________________________
33024 [ 8182] By: gsar on 2000/12/18 09:53:47
33025 Log: delete spurious files
33026 Branch: maint-5.6/perl
33027 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
33028 - vos/config.h vos/config_h.SH_orig
33029 ____________________________________________________________________________
33030 [ 8181] By: gsar on 2000/12/18 09:46:08
33032 Branch: maint-5.6/perl
33033 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
33034 ____________________________________________________________________________
33035 [ 8180] By: gsar on 2000/12/18 09:20:27
33036 Log: integrate changes#7924..7926,7946,7952 from mainline
33037 Branch: maint-5.6/perl
33038 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
33039 !> lib/File/stat.pm t/lib/class-struct.t
33040 ____________________________________________________________________________
33041 [ 8179] By: gsar on 2000/12/18 08:55:54
33042 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
33043 7918,7919,7988,8907 from mainline (various)
33044 Branch: maint-5.6/perl
33045 +> t/lib/class-struct.t
33046 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
33047 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
33048 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
33049 ____________________________________________________________________________
33050 [ 8178] By: gsar on 2000/12/18 08:16:30
33051 Log: avoid redefinition warnings on windows due to sys/socket.h getting
33052 #included before win32.h
33053 Branch: maint-5.6/perl
33054 ! win32/include/sys/socket.h
33055 ____________________________________________________________________________
33056 [ 8177] By: gsar on 2000/12/18 05:24:04
33057 Log: make regen_headers; fix POSIX.xs problems; remove outdated
33058 code from sys/socket.h that makes build fail now
33059 Branch: maint-5.6/perl
33060 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
33062 !> win32/include/sys/socket.h
33063 ____________________________________________________________________________
33064 [ 8176] By: gsar on 2000/12/18 05:20:17
33065 Log: update Changes
33066 Branch: maint-5.6/perl
33067 ! Changes patchlevel.h
33068 ____________________________________________________________________________
33069 [ 8175] By: gsar on 2000/12/18 04:57:48
33070 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
33071 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
33072 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
33073 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
33074 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
33076 Branch: maint-5.6/perl
33077 +> lib/File/Spec/Epoc.pm
33078 !> (integrate 88 files)
33079 ____________________________________________________________________________
33080 [ 8174] By: gsar on 2000/12/18 03:53:09
33081 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
33082 7625..7629,7631..7634,7637,7639,7642 from mainline
33083 Branch: maint-5.6/perl
33085 !> (integrate 26 files)
33086 ____________________________________________________________________________
33087 [ 8173] By: gsar on 2000/12/18 03:37:02
33088 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
33089 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
33090 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
33091 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
33092 Branch: maint-5.6/perl
33093 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
33095 !> (integrate 111 files)
33096 ____________________________________________________________________________
33097 [ 8172] By: jhi on 2000/12/18 02:49:27
33100 ! pod/perlmodlib.pod pod/perltoc.pod
33101 ____________________________________________________________________________
33102 [ 8171] By: gsar on 2000/12/18 02:49:24
33103 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
33104 7465..7471 from mainline
33106 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
33107 in platforms that strictly require all the symbols being present
33110 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
33112 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
33114 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
33116 Subject: [PATCH] todo
33118 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
33120 Use $sort, $uniq (and $tr) consistently as wondered
33123 Too enthusiastic editing in #7460.
33125 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
33127 Upgrade to CPAN 1.58_55.
33128 Subject: CPAN.pm status
33130 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
33132 Make target reordering to avoid pointless re-makes.
33133 Subject: Re: Total re-make of 'make okfile' after 7451 ?
33135 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
33137 Subject: DOC PATCH 5.6.0
33139 Add the repository doc by Malcolm, Sarathy, and by Simon,
33140 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
33141 Branch: maint-5.6/perl
33142 +> Porting/repository.pod
33143 !> Configure MANIFEST Makefile.SH README.dos README.os2
33144 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
33145 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
33146 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
33147 ____________________________________________________________________________
33148 [ 8169] By: gsar on 2000/12/18 02:33:34
33149 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
33150 7435..7441,7445 from mainline
33152 Make the UTF-8 decoding stricter and more verbose when
33153 malformation happens. This involved adding an argument
33154 to utf8_to_uv_chk(), which involved changing its prototype,
33155 and prefer STRLEN over I32 for the UTF-8 length, which as
33156 a domino effect necessitated changing the prototypes of
33157 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
33158 The stricter UTF-8 decoding checking uses Markus Kuhn's
33159 UTF-8 Decode Stress Tester from
33160 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
33162 Run vms/vms_yfix.pl, should have done that after changing
33165 Subject: [PATCH 5.7.0] static linking with uninstalled perl
33167 (Replaced by #7440.)
33168 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33170 Fix the bug ID 20001024.005, the bug introduced by #7416.
33172 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
33174 Fix the bug reported in
33175 From: andreas.koenig@anima.de (Andreas J. Koenig)
33176 Also make is_utf8_char() stricter.
33178 Missed the header file changes from #7425.
33180 Check if stdio supports tweaking lval and cnt simultaneously.
33181 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33183 Stratus VOS updates from Paul Green.
33185 Podify README.epoc and README.vos.
33187 Add targets to Makefile.SH, most importantly
33188 'regen_all' which also remembers to update vms/perly*.
33190 Subject: Minor update to find2perl, for portability
33192 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
33194 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
33196 Rename UTF8LEN() to be UNISKIP(), too confusing to have
33197 UTF8LEN() and UTF8SKIP().
33199 Allow poking holes at the UTF-8 decoding strictness.
33201 Continue the internal UTF-8 API tweaking.
33202 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
33203 used much more than the simpler API, now called utf8_to_uv_simple().
33204 Still not quite happy with API, too much partial duplication
33207 A new version of making the syslog test more robust.
33209 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33211 buildtoc target tweaks.
33213 Integrate with vmsperl #7430 by Charles Bailey:
33215 Cleanup from prior patch (Charles Lane?):
33216 - improve handling of MFDs in Basename and Path
33217 - default to no xsubpp line # munging when building debug images
33218 Branch: maint-5.6/perl
33219 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33220 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
33221 !> (integrate 67 files)
33222 ____________________________________________________________________________
33223 [ 8168] By: gsar on 2000/12/18 02:05:49
33224 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
33226 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33227 From: Martin Husemann <martin@duskware.de>
33229 Subject: [PATCH 5.7.0] restore match data on backtracing
33230 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33231 Branch: maint-5.6/perl
33232 !> regcomp.c regexec.c t/op/re_tests
33233 ____________________________________________________________________________
33234 [ 8167] By: gsar on 2000/12/18 01:55:22
33235 Log: integrate changes#7858,7986 from mainline
33237 C<foreach my $x ...> in pseudo-fork()ed process may diddle
33238 parent's memory; fix it by keeping track of the actual pad
33239 offset rather than a raw pointer (this change is probably also
33240 relevant to non-ithreads case to avoid fallout from reallocs of
33241 the pad array, but is currently only enabled for the ithreads
33242 case in the interests of minimal disruption to existing "well
33245 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
33246 due to the notorious GetFileType() bug in Windows 9x, which fstat()
33248 Branch: maint-5.6/perl
33249 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
33250 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
33251 !> win32/win32.c win32/win32.h win32/win32sck.c
33252 ____________________________________________________________________________
33253 [ 8166] By: gsar on 2000/12/18 01:52:59
33254 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
33255 from mainline (xsubpp and ExtUtils::LibList fixups, various
33257 Branch: maint-5.6/perl
33258 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
33259 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
33260 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
33261 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
33262 !> win32/bin/search.pl
33263 ____________________________________________________________________________
33264 [ 8165] By: gsar on 2000/12/18 01:28:45
33265 Log: integrate changes#7533,7563,7611,7623 from mainline (various
33266 malloc.c embellishments)
33267 Branch: maint-5.6/perl
33268 !> malloc.c pod/perldiag.pod
33269 ____________________________________________________________________________
33270 [ 8164] By: gsar on 2000/12/18 01:23:33
33271 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
33273 Branch: maint-5.6/perl
33275 ____________________________________________________________________________
33276 [ 8163] By: gsar on 2000/12/18 01:17:50
33277 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
33279 Branch: maint-5.6/perl
33280 !> Makefile.SH utils/perlbug.PL
33281 ____________________________________________________________________________
33282 [ 8162] By: gsar on 2000/12/18 00:25:43
33283 Log: always export Perl_deb() (it is required by re.xs whether
33284 Perl is built with or without -DDEBUGGING)
33285 Branch: maint-5.6/perl
33287 ____________________________________________________________________________
33288 [ 8161] By: gsar on 2000/12/18 00:23:38
33289 Log: integrate change#7414 from mainline
33291 Undo the basename() part of #7412 since the lib/basename
33292 tests would need upgrading too.
33294 squelch two tests in tr.t that rely on tr/// paranoia change
33295 that's not in 5.6.x
33296 Branch: maint-5.6/perl
33298 !> lib/File/Basename.pm
33299 ____________________________________________________________________________
33300 [ 8160] By: gsar on 2000/12/18 00:05:30
33301 Log: missing change in previous integrate
33302 Branch: maint-5.6/perl
33304 ____________________________________________________________________________
33305 [ 8159] By: gsar on 2000/12/18 00:03:38
33306 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
33307 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
33308 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
33309 7410..7413 from mainline
33310 Branch: maint-5.6/perl
33311 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
33312 +> t/lib/tie-splice.t
33313 - lib/unicode/Is/DCinital.pl
33314 !> (integrate 112 files)
33315 ____________________________________________________________________________
33316 [ 8158] By: jhi on 2000/12/17 23:04:24
33317 Log: Subject: [PATCHES] RE: perl@8150
33318 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
33319 Date: Sun, 17 Dec 2000 21:46:39 +0100
33320 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
33322 Neither cygwin has a getpwuid() one can trust on.
33324 ! t/lib/glob-basic.t
33325 ____________________________________________________________________________
33326 [ 8157] By: jhi on 2000/12/17 23:01:54
33327 Log: More MAN.PODS => {} fixes.
33329 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
33330 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
33331 ! os2/OS2/REXX/Makefile.PL
33332 ____________________________________________________________________________
33333 [ 8156] By: gsar on 2000/12/17 22:49:13
33334 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
33335 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
33336 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
33337 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
33338 7201,7204 from mainline
33339 Branch: maint-5.6/perl
33340 !> (integrate 121 files)
33341 ____________________________________________________________________________
33342 [ 8155] By: jhi on 2000/12/17 22:30:58
33343 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
33344 From: "Craig A. Berry" <craigberry@mac.com>
33345 Date: Sun, 17 Dec 2000 13:09:28 -0600
33346 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
33348 MAN.PODS => ' ' is naughty.
33350 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
33351 ____________________________________________________________________________
33352 [ 8154] By: nick on 2000/12/17 22:07:13
33353 Log: MULTIPLICITY nit.
33356 ____________________________________________________________________________
33357 [ 8153] By: gsar on 2000/12/17 21:23:05
33358 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
33359 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
33362 Document the SvIOK_.*UV().
33364 Update Unicode todo list.
33366 Guard against bad string->int conversion for quads.
33368 Subject: small apidoc fix
33370 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
33372 Subject: [PATCH] Tied filehandle documentation
33374 Subject: [PATCH] Modernize Opcode.pm documentation
33376 Make Data::Dumper (non-XS) to work with changed semantics of ref().
33377 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
33378 [applied even though said semantics didn't change in 5.6.x]
33380 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
33382 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
33384 Fix the URL, but the server is still missing in action.
33385 Subject: [ID 20000905.002] perlfaq1.pod URL error
33387 Subject: [ID 20000903.001] \w in utf8-strings
33389 Fix the ccversion detection for 5.1 and beyond.
33390 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33392 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
33394 Subject: [ID 20000904.008] Tiny fix for perldiag
33396 Subject: Re: [ID 20000906.004] segfault with bad perl statement
33398 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33400 Subject: [ID 20000908.002] perlipc documentation bug.
33402 Subject: [PATCH lib/Benchmark.pm]
33404 Re-allow vec() for characters > 255.
33405 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
33407 Do away with memory models cruft. Sorry, PDP users.
33411 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
33413 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
33415 Upgrade to CPAN 1.57_65, from Andreas König.
33417 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
33420 Silence t/pod/*.t about alternate quote-mappings now implemented
33421 by Pod::Text, from Brad Appleton.
33423 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
33424 Subject: borland C++ win32.c tweak
33426 C<@a = @b = split(...)> optimization coredumps under ithreads
33427 (missed a spot when fixing up op_pmreplroot hack for ithreads)
33429 Document the SvUTF8*().
33431 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
33433 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
33435 Do in VMS as the #7054 does.
33437 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
33439 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
33441 Subject: [patch: perl@7045] vms updates
33443 Test for the #7049.
33444 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
33446 Break up the myconfig lines a bit.
33447 Subject: perlbug/perl -V output format
33449 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
33451 The #7054 truncated Configure badly.
33453 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
33454 initialization in all the threads on Windows
33456 Allow for whitespace between "#" and "line" in cpp output.
33457 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
33459 Remove vestiges of tr//CU.
33460 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33462 The return value of setlocale must be copied away.
33463 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
33465 Allow chop() and chomp() to be overridden.
33466 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
33468 Hints optimization.
33471 Subject: [PATCH] de-wall t/README
33473 Subject: Re: Two advertising clauses need to be removed
33474 Branch: maint-5.6/perl
33475 !> (integrate 75 files)
33476 ____________________________________________________________________________
33477 [ 8152] By: gsar on 2000/12/17 20:30:11
33478 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
33479 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
33480 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
33482 Don't attach -ld to the archname if pointless.
33484 Document UNTIE in a very minimalistic way.
33486 POSIX doesn't report long double values under -Duselongdouble
33487 when the long doubles are "real" (bigger than doubles).
33489 More author updates.
33491 Try to deduce NV_MAX. Really should be Configure fodder.
33493 :: not allowed in pathnames, change to .
33494 Subject: [PATCH perl@6938] cygwin port
33496 Forget about NV_MAX (#6951). Various floating point tweaks,
33497 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
33499 Move the Solaris 7 scan to use64bitall, make the
33500 failure to find 64-bot sparc libc to mention the
33501 possibility of being in an intel, from Lupe and Alan.
33505 AUTHORS tweaks, from Peter Prymmer.
33507 More address tweaking.
33509 Small tweaks all over.
33511 File::Temp patches from Andreas König,
33513 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
33515 Subject: CPAN.pm beta 1.57_57 for the core
33517 Part of the solution.
33518 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
33520 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
33522 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33524 Add the overload warnings to perldiag.
33526 Drop unused argument.
33527 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
33529 Subject: Nit in Configure (bleadperl@6961)
33531 Update to PodParser 1.18, from Brad Appleton.
33533 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
33535 Subject: [PATCH: 6948] add SCNfldbl to configure.com
33537 Document UNTIE. Also tweak implementation to suppress the 'inner references'
33538 warning when UNTIE exists and instead pass the cound of extra references to
33541 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
33542 so that case-ignoring systems like DCL can tell them from
33543 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
33545 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33547 Feature ordering tweak.
33551 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
33553 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
33555 Subject: http:// in L<>
33559 change#6791 accidentally clobbered change#6710, put it back
33561 Only the first line, thank you very much.
33563 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
33564 plus rework the http: spots as suggested by Tom Christiansen,
33565 plus regen perltoc.
33567 Undo part of change 6489 which looks like a bulk edit which
33568 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
33569 The supressing of main:: on return from select() is undesirable.
33571 Apparently avoiding the swapping is too costly.
33573 Various Configure nits by Philip Newton,
33574 plus the ebcdic one by me.
33576 Make certain cc is set before trying to run it.
33578 If overloaded %{} etc. return the object do not loop.
33579 Thus sub deref { $_[0] } functions if object is wanted type.
33583 More %{} and other deref special casing - do not pass to 'nomethod'.
33584 Branch: maint-5.6/perl
33585 !> (integrate 59 files)
33586 ____________________________________________________________________________
33587 [ 8151] By: gsar on 2000/12/17 19:14:38
33588 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
33589 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
33591 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
33593 Make the epsilon to be relative, not absolute.
33595 Put back the flags dump as reasoned in
33596 Subject: Re: [PATCH] Glob dumping
33598 Introduce ccname to keep track of what compiler kind of we have.
33600 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
33602 Put back the slice accidentally removed by #6907.
33604 Reset archname and archname64 always, forcing them be
33605 recomputed at each Configure run, make Configure and
33606 the hints files agree on the naming of largefiles variables.
33608 Don't say "Perl 5.0 source kit".
33610 Subject: [PATCH] fix misc cast warnings
33612 Subject: typos in pods
33614 NVs not necessarily doubles, as pointed out by Yitzchak.
33616 Subject: [PATCH 6889] add a few ldbl formats to configure.com
33618 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
33620 Better options for rsync.
33622 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
33624 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
33626 Subject: [PATCH] Re: UNTIE method
33628 A better fix for the Socket building problem from Craig Berry.
33630 Retract the dummy test, skip the security tests (instead of failing),
33631 explain what the warnings mean.
33634 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
33636 Update to Unicode 3.0.1.
33638 Missed one Unicode file.
33640 Subject: Re: typos in pods
33642 The #6929 was too skimpy.
33644 sscanf() may be the only way to read long doubles from strings.
33646 Reveal Borland's isnan.
33647 Subject: build with BC++ tweak
33649 Issue useful diagnostic on unknown pod commands.
33650 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
33652 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
33654 Clarify the third case of ftmp-security warnings.
33656 Make -Dusemorebits find long doubles in Solaris.
33658 Wrap the test in eval.
33659 Branch: maint-5.6/perl
33660 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
33661 +> lib/unicode/PropList.txt lib/unicode/README.perl
33662 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33663 +> lib/unicode/Unicode.301 vms/vmspipe.com
33664 - lib/unicode/Props.txt lib/unicode/UCD300.html
33665 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
33666 !> (integrate 305 files)
33667 ____________________________________________________________________________
33668 [ 8150] By: jhi on 2000/12/17 18:47:57
33669 Log: Uncheckedin generated files.
33671 ! global.sym perlapi.c pod/perlapi.pod
33672 ____________________________________________________________________________
33673 [ 8149] By: jhi on 2000/12/17 18:41:22
33674 Log: Update Changes.
33676 ! Changes patchlevel.h
33677 ____________________________________________________________________________
33678 [ 8148] By: jhi on 2000/12/17 18:39:16
33679 Log: Subject: [PATCH] Fcntl constants speedup
33680 From: Nicholas Clark <nick@ccl4.org>
33681 Date: Sun, 17 Dec 2000 16:29:24 +0000
33682 Message-ID: <20001217162924.E97668@plum.flirble.org>
33684 Use IVs for the Fcntl constants instead of NVs.
33686 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
33687 ____________________________________________________________________________
33688 [ 8147] By: jhi on 2000/12/17 18:33:41
33689 Log: Add test for #8145 (binmode() warning), add warning for
33690 ioctl() and sockpair(), document them. (fileno() cannot
33691 be tripwired with the same kind of warning because
33692 'defined fileno($foo)' seems to be an idiom.)
33694 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
33695 ____________________________________________________________________________
33696 [ 8146] By: gsar on 2000/12/17 18:09:08
33697 Log: update Changes
33698 Branch: maint-5.6/perl
33700 ____________________________________________________________________________
33701 [ 8145] By: jhi on 2000/12/17 17:39:35
33702 Log: Subject: [PATCH] Re: The long awaited feature ...
33703 From: Simon Cozens <simon@cozens.net>
33704 Date: Sun, 17 Dec 2000 12:31:56 +0000
33705 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
33707 Add a warning to binmode() about using bad filehandles
33708 (can happen e.g. if someone forgets the filehandle argument)
33711 ____________________________________________________________________________
33712 [ 8144] By: jhi on 2000/12/17 17:33:48
33713 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
33714 From: Jonathan Stowe <gellyfish@gellyfish.com>
33715 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
33716 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
33719 ____________________________________________________________________________
33720 [ 8143] By: jhi on 2000/12/17 05:31:37
33721 Log: Polymorphic regexps.
33723 Fixes at least the bugs 20001028.003 (both of them...) and
33724 20001108.001. The bugs 20001114.001 and 20001205.014 seem
33725 also to be fixed by now, probably already before this patch.
33727 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
33728 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
33729 ! t/op/utf8decode.t t/pragma/utf8.t
33730 ____________________________________________________________________________
33731 [ 8142] By: jhi on 2000/12/16 17:16:05
33732 Log: Subject: [patch perl@8102] dos/djgpp update
33733 From: Laszlo Molnar <ml1050@freemail.hu>
33734 Date: Sat, 16 Dec 2000 01:40:52 +0100
33735 Message-ID: <20001216014052.A335@freemail.hu>
33737 ! djgpp/config.over t/base/commonsense.t
33738 ____________________________________________________________________________
33739 [ 8141] By: jhi on 2000/12/16 17:09:27
33740 Log: Few uncheckedin files.
33742 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
33743 ____________________________________________________________________________
33744 [ 8140] By: nick on 2000/12/15 22:14:31
33745 Log: Integrate mainline
33747 !> (integrate 53 files)
33748 ____________________________________________________________________________
33749 [ 8139] By: jhi on 2000/12/15 19:49:49
33750 Log: One more IVUV tweak from Nicholas Clark.
33753 ____________________________________________________________________________
33754 [ 8138] By: jhi on 2000/12/15 19:17:06
33755 Log: Return of the IVUV-preservation, now seems to be happy even
33756 in Digital UNIX (the broken strtoul brokenness detection
33757 seems to have been the fly in the ointment).
33759 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33760 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
33761 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
33762 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
33763 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33764 ! vos/config.ga.h win32/config.bc win32/config.gc
33766 ____________________________________________________________________________
33767 [ 8137] By: jhi on 2000/12/15 18:12:14
33768 Log: Metaconfig unit change for #8136.
33770 ! U/modified/d_strtoul.U
33771 Branch: metaconfig/U/perl
33772 ! d_strtoull.U d_strtouq.U
33773 ____________________________________________________________________________
33774 [ 8136] By: jhi on 2000/12/15 18:11:35
33775 Log: I don't think it's sensible or portable to test the strtou*
33779 ____________________________________________________________________________
33780 [ 8135] By: jhi on 2000/12/15 17:18:49
33781 Log: Metaconfig unit change for #8134.
33783 ! U/modified/d_strtoul.U
33784 ____________________________________________________________________________
33785 [ 8134] By: jhi on 2000/12/15 17:14:13
33786 Log: If longsize is 8 we don't need a LL suffix for integer constants.
33788 ! Configure config_h.SH
33789 ____________________________________________________________________________
33790 [ 8133] By: jhi on 2000/12/15 16:00:23
33791 Log: Update Changes.
33793 ! Changes patchlevel.h
33794 ____________________________________________________________________________
33795 [ 8132] By: jhi on 2000/12/15 15:44:16
33796 Log: Some compilers get huffy if you do not cast a const pointer
33797 to a non-const when assigning.
33800 ____________________________________________________________________________
33801 [ 8131] By: jhi on 2000/12/15 15:38:30
33802 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
33803 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33804 Date: Fri, 15 Dec 2000 05:26:57 -0500
33805 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
33807 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
33808 ! t/pragma/overload.t
33809 ____________________________________________________________________________
33810 [ 8130] By: jhi on 2000/12/15 15:36:08
33811 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
33812 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33813 Date: Thu, 14 Dec 2000 22:02:43 -0500
33814 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
33817 ____________________________________________________________________________
33818 [ 8129] By: jhi on 2000/12/15 15:34:16
33819 Log: Subject: PATCH: h2xs nit
33820 From: Tim Jenness <t.jenness@jach.hawaii.edu>
33821 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
33822 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
33824 Add a template README.
33827 ____________________________________________________________________________
33828 [ 8128] By: jhi on 2000/12/15 15:32:22
33829 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
33831 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
33832 ____________________________________________________________________________
33833 [ 8127] By: jhi on 2000/12/15 15:19:34
33834 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
33835 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33836 Date: Thu, 14 Dec 2000 20:04:42 EST
33837 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
33839 ! ext/Opcode/Opcode.xs
33840 ____________________________________________________________________________
33841 [ 8126] By: jhi on 2000/12/15 15:17:49
33842 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
33843 From: Peter Prymmer <pvhp@forte.com>
33844 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
33845 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
33847 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
33848 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
33849 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
33850 ____________________________________________________________________________
33851 [ 8125] By: jhi on 2000/12/15 15:11:05
33852 Log: This seems to be a stage sane and stable enough to checkin.
33853 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
33855 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
33856 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
33857 ! t/op/cmp.t t/op/numconvert.t
33858 ____________________________________________________________________________
33859 [ 8124] By: jhi on 2000/12/15 04:20:26
33860 Log: Something is really wonky.
33863 ____________________________________________________________________________
33864 [ 8123] By: jhi on 2000/12/15 04:00:50
33865 Log: Fixes for the IV UV patches to compile in Digital UNIX.
33868 ____________________________________________________________________________
33869 [ 8122] By: jhi on 2000/12/15 02:53:40
33870 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
33871 From: "Craig A. Berry" <craigberry@mac.com>
33872 Date: Thu, 14 Dec 2000 19:10:49 -0600
33873 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
33876 ____________________________________________________________________________
33877 [ 8121] By: jhi on 2000/12/15 02:50:00
33878 Log: Metaconfig changes for #8120.
33880 + U/modified/d_strtoul.U
33881 Branch: metaconfig/U/perl
33882 ! d_strtoull.U d_strtouq.U
33883 ____________________________________________________________________________
33884 [ 8120] By: jhi on 2000/12/15 02:49:42
33885 Log: From: Nicholas Clark <nick@ccl4.org>
33886 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
33887 Date: Thu, 14 Dec 2000 18:38:57 +0000
33888 Message-ID: <20001214183857.B97909@plum.flirble.org>
33890 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33891 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
33892 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33893 ! vos/config.ga.def vos/config.ga.h win32/config.bc
33894 ! win32/config.gc win32/config.vc
33895 ____________________________________________________________________________
33896 [ 8119] By: jhi on 2000/12/14 23:40:58
33897 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
33898 From: Nicholas Clark <nick@ccl4.org>
33899 Date: Wed, 13 Dec 2000 20:08:50 +0000
33900 Message-ID: <20001213200849.B71166@plum.flirble.org>
33902 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
33903 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
33904 ____________________________________________________________________________
33905 [ 8118] By: jhi on 2000/12/14 22:46:26
33906 Log: Integrate perlio.
33908 !> MANIFEST ext/Encode/compile makedef.pl
33909 ____________________________________________________________________________
33910 [ 8117] By: nick on 2000/12/14 22:38:53
33911 Log: Win32 tweaks to get Encode to build
33912 - temp hack to makedef.pl till PerlIO is properly "exported".
33914 static encpage_t foo[];
33915 so make 'em extern for now.
33917 ! ext/Encode/compile makedef.pl
33918 ____________________________________________________________________________
33919 [ 8116] By: nick on 2000/12/14 22:00:53
33920 Log: Document the new files
33923 ____________________________________________________________________________
33924 [ 8115] By: jhi on 2000/12/14 21:58:01
33925 Log: MANIFEST new files of #8114.
33928 ____________________________________________________________________________
33929 [ 8114] By: jhi on 2000/12/14 21:50:49
33930 Log: Integrate perlio.
33932 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
33933 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
33934 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
33935 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
33936 !> ext/Encode/Makefile.PL
33937 ____________________________________________________________________________
33938 [ 8113] By: jhi on 2000/12/14 21:48:49
33939 Log: The documentation part of the
33941 Subject: [ID 20001214.002] Net::Ping patch
33942 From: Jonathan Stowe <gellyfish@gellyfish.com>
33943 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
33944 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
33945 since the #7529 had already addressed the same problem.
33948 ____________________________________________________________________________
33949 [ 8112] By: jhi on 2000/12/14 21:42:57
33950 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
33951 From: Dominic Dunlop <domo@computer.org>
33952 Date: Tue, 12 Dec 2000 10:47:10 +0100
33953 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
33955 Document how elusive subroutines can be.
33958 ____________________________________________________________________________
33959 [ 8111] By: jhi on 2000/12/14 21:38:05
33960 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
33961 From: Dominic Dunlop <domo@computer.org>
33962 Date: Thu, 14 Dec 2000 10:13:51 +0100
33963 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
33965 ! ext/POSIX/POSIX.pod
33966 ____________________________________________________________________________
33967 [ 8110] By: jhi on 2000/12/14 21:36:32
33968 Log: Subject: [patch] perlfaq7
33969 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
33970 Date: Thu, 14 Dec 2000 15:31:07 +0100
33971 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
33974 ____________________________________________________________________________
33975 [ 8109] By: jhi on 2000/12/14 21:29:20
33976 Log: Subject: [8104] Encode
33977 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33978 Date: Thu, 14 Dec 2000 14:49:34 +0100
33979 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
33981 Type casting for nervous compilers.
33983 ! ext/Encode/Encode.xs
33984 ____________________________________________________________________________
33985 [ 8108] By: jhi on 2000/12/14 21:26:17
33986 Log: Subject: [8104] DB_File
33987 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33988 Date: Thu, 14 Dec 2000 14:49:35 +0100
33989 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
33991 Type definition incorrect for DB 2.7.7. Not known when it
33992 changed, so only changed it for a known revision.
33994 ! ext/DB_File/DB_File.xs
33995 ____________________________________________________________________________
33996 [ 8107] By: jhi on 2000/12/14 21:23:41
33997 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
33998 From: Peter Prymmer <pvhp@forte.com>
33999 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
34000 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
34002 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
34004 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34005 ! ext/Encode/Encode/posix-bc.enc
34006 ____________________________________________________________________________
34007 [ 8106] By: nick on 2000/12/14 20:36:13
34008 Log: "Cold" build correction to Encode's Makefile.PL
34010 ! ext/Encode/Makefile.PL
34011 ____________________________________________________________________________
34012 [ 8105] By: nick on 2000/12/14 20:09:37
34013 Log: "Compiled" encodings.
34014 Correct replacement character in EBCDIC .enc files
34015 Add 0x7F to ASCII repertoire.
34017 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34018 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
34019 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
34020 ! ext/Encode/Makefile.PL ext/Encode/compile
34021 ! ext/Encode/encengine.c ext/Encode/encode.h
34022 ____________________________________________________________________________
34023 [ 8104] By: nick on 2000/12/14 00:38:20
34024 Log: Integrate mainline
34026 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
34027 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
34028 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
34029 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
34030 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
34031 !> t/lib/db-hash.t t/lib/db-recno.t
34032 ____________________________________________________________________________
34033 [ 8103] By: nick on 2000/12/13 23:16:13
34034 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
34035 so far and so it does not get lost.
34037 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
34038 ____________________________________________________________________________
34039 [ 8102] By: jhi on 2000/12/13 17:14:22
34040 Log: Update Changes.
34042 ! Changes patchlevel.h
34043 ____________________________________________________________________________
34044 [ 8101] By: jhi on 2000/12/13 16:53:41
34045 Log: Move the proto of start_glob() to a better place; regen api files.
34047 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
34048 ____________________________________________________________________________
34049 [ 8100] By: jhi on 2000/12/13 16:47:11
34050 Log: Metaconfig change for #8099.
34052 ! U/modified/Head.U
34053 ____________________________________________________________________________
34054 [ 8099] By: jhi on 2000/12/13 16:46:48
34055 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
34056 From: Andy Dougherty <doughera@lafayette.edu>
34057 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
34058 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
34061 ____________________________________________________________________________
34062 [ 8098] By: jhi on 2000/12/13 16:39:02
34063 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
34064 From: rspier@pobox.com (Robert Spier)
34065 Date: Tue, 12 Dec 2000 21:12:39 -0500
34066 Message-ID: <14902.56087.678086.725773@rls.cx>
34068 fastgetcwd is defined using a glob alias on a $^O dependent basis -
34069 and there was no default assignment or perl subroutine.
34072 ____________________________________________________________________________
34073 [ 8097] By: jhi on 2000/12/13 16:16:01
34074 Log: Subject: [PATCH] move startglob out of pp_hot.c
34075 From: Nicholas Clark <nick@ccl4.org>
34076 Date: Mon, 11 Dec 2000 23:16:39 +0000
34077 Message-ID: <20001211231638.A55550@plum.flirble.org>
34079 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
34080 ____________________________________________________________________________
34081 [ 8096] By: jhi on 2000/12/13 15:26:23
34082 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
34083 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34084 Date: Wed, 13 Dec 2000 14:01:37 +0100
34085 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
34087 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
34088 in turn requires libpthread in libswanted.
34091 ____________________________________________________________________________
34092 [ 8095] By: jhi on 2000/12/12 19:51:05
34093 Log: The integration wars continue.
34096 ____________________________________________________________________________
34097 [ 8094] By: jhi on 2000/12/12 19:48:26
34098 Log: Subject: [PATCH perl@8070] DB_File-1.74
34099 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34100 Date: Mon, 11 Dec 2000 23:07:17 -0000
34101 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
34103 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34104 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
34105 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
34107 ____________________________________________________________________________
34108 [ 8093] By: nick on 2000/12/12 19:42:13
34109 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
34112 !> lib/File/DosGlob.pm
34113 ____________________________________________________________________________
34114 [ 8092] By: jhi on 2000/12/12 19:28:11
34115 Log: Integrate perlio.
34118 ____________________________________________________________________________
34119 [ 8091] By: nick on 2000/12/12 18:49:45
34120 Log: Fix for Tk, and upgrading shared SVs.
34123 ____________________________________________________________________________
34124 [ 8090] By: jhi on 2000/12/12 16:48:59
34125 Log: Subject: [PATCH] Re: Breadperl & Tk
34126 From: Nick Ing-Simmons <nik@tiuk.ti.com>
34127 Date: Tue, 12 Dec 2000 14:48:27 GMT
34128 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
34131 ____________________________________________________________________________
34132 [ 8089] By: jhi on 2000/12/12 03:37:19
34133 Log: Subject: DosGlob.pm diff for bash style brace expansion.
34134 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
34135 Date: Fri, 8 Dec 2000 10:45:30 -0600
34136 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
34138 ! lib/File/DosGlob.pm
34139 ____________________________________________________________________________
34140 [ 8088] By: nick on 2000/12/11 23:59:59
34141 Log: Integrate mainline
34143 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
34144 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34145 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
34146 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
34147 !> t/op/local.t t/pragma/warn/toke toke.c
34148 ____________________________________________________________________________
34149 [ 8087] By: jhi on 2000/12/11 23:20:23
34150 Log: Integrate perlio.
34152 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34153 ____________________________________________________________________________
34154 [ 8086] By: jhi on 2000/12/11 22:50:59
34155 Log: Tune further the OS detection of CGI.
34158 ____________________________________________________________________________
34159 [ 8085] By: nick on 2000/12/11 22:50:46
34160 Log: Finish 1st pass of "encoding" layer e.g. :
34161 open($fh,"<encoding(iso8859-7)",$greek) || die;
34163 ! ext/Encode/Encode.xs perlio.c perliol.h
34164 ____________________________________________________________________________
34165 [ 8084] By: jhi on 2000/12/11 22:32:06
34166 Log: Revert the -f ambiguousity patch, seems to cause
34167 too much hassle (the interpret -Q as a function
34168 where Q is not a known filetest part is left in).
34170 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
34172 ____________________________________________________________________________
34173 [ 8083] By: jhi on 2000/12/11 22:27:23
34174 Log: (accidentally empty check-in)
34176 ! lib/File/DosGlob.pm
34177 ____________________________________________________________________________
34178 [ 8082] By: nick on 2000/12/11 19:09:51
34179 Log: Restore mmap function (broken by tweaks to shared buffer
34180 layer for encode(xxxx)).
34183 ____________________________________________________________________________
34184 [ 8081] By: jhi on 2000/12/11 18:29:13
34185 Log: Subject: Re: The long awaited feature ...
34186 From: Simon Cozens <simon@cozens.net>
34187 Date: Mon, 11 Dec 2000 15:54:24 +0000
34188 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
34190 More io/utf8 tests.
34193 ____________________________________________________________________________
34194 [ 8080] By: jhi on 2000/12/11 18:19:36
34195 Log: Subject: PATCH MakeMaker manpage clarification
34196 From: andreas.koenig@anima.de (Andreas J. Koenig)
34197 Date: 10 Dec 2000 20:46:13 +0100
34198 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
34200 ! lib/ExtUtils/MakeMaker.pm
34201 ____________________________________________________________________________
34202 [ 8079] By: jhi on 2000/12/11 15:35:07
34203 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
34204 From: Simon Cozens <simon@cozens.net>
34205 Date: Sun, 10 Dec 2000 19:06:19 +0000
34206 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
34208 ! ext/B/B/Deparse.pm t/lib/b.t
34209 ____________________________________________________________________________
34210 [ 8078] By: jhi on 2000/12/11 15:09:11
34211 Log: Subject: [PATCH] docs on NaN
34212 From: Nicholas Clark <nick@ccl4.org>
34213 Date: Mon, 11 Dec 2000 01:48:38 +0000
34214 Message-ID: <20001211014838.B99205@plum.flirble.org>
34217 ____________________________________________________________________________
34218 [ 8077] By: jhi on 2000/12/11 15:02:21
34219 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
34220 From: Simon Cozens <simon@cozens.net>
34221 Date: Mon, 11 Dec 2000 01:21:45 +0000
34222 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
34224 ! pp.c pp_hot.c scope.c t/op/local.t
34225 ____________________________________________________________________________
34226 [ 8076] By: nick on 2000/12/10 20:43:32
34227 Log: Not merge worthy...
34228 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
34229 syntax is modelled on attributes.
34230 Untested fix for io/utf8 on Win32 etc.
34231 Very clumsy start to the encode layer.
34233 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34234 ____________________________________________________________________________
34235 [ 8075] By: jhi on 2000/12/10 18:39:33
34236 Log: Darwin is not Windows.
34239 ____________________________________________________________________________
34240 [ 8074] By: jhi on 2000/12/10 18:31:27
34241 Log: Subject: Ambiguous -%c() resolved as a file test
34242 From: "Paul Marquess" <Paul.Marquess@openwave.com>
34243 Date: Sun, 10 Dec 2000 15:35:07 -0000
34244 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
34246 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34247 ____________________________________________________________________________
34248 [ 8073] By: jhi on 2000/12/10 18:16:29
34249 Log: Subject: PATCH installperl misinformed
34250 From: andreas.koenig@anima.de (Andreas J. Koenig)
34251 Date: 10 Dec 2000 13:01:32 +0100
34252 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
34255 ____________________________________________________________________________
34256 [ 8072] By: jhi on 2000/12/10 18:07:55
34257 Log: The walkoptree confusion rages; walkoptree() seems to be coming
34258 from B.xs, while walkoptree_slow() comes from B.pm.
34261 ____________________________________________________________________________
34262 [ 8071] By: nick on 2000/12/10 11:45:47
34263 Log: Integrate mainline
34265 +> t/base/commonsense.t
34266 !> (integrate 37 files)
34267 ____________________________________________________________________________
34268 [ 8070] By: jhi on 2000/12/10 04:46:21
34269 Log: Update Changes.
34271 ! Changes patchlevel.h
34272 ____________________________________________________________________________
34273 [ 8069] By: jhi on 2000/12/10 04:39:19
34274 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
34275 From: andreas.koenig@anima.de (Andreas J. Koenig)
34276 Date: 09 Dec 2000 17:14:25 +0100
34277 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
34279 + t/base/commonsense.t
34280 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
34281 ____________________________________________________________________________
34282 [ 8068] By: jhi on 2000/12/10 04:17:36
34283 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
34284 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34285 Date: Sat, 9 Dec 2000 16:47:22 -0000
34286 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
34288 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
34289 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
34290 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
34291 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
34292 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
34293 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
34295 ____________________________________________________________________________
34296 [ 8067] By: jhi on 2000/12/10 03:52:02
34297 Log: Test case for #8066.
34300 ____________________________________________________________________________
34301 [ 8066] By: jhi on 2000/12/10 03:50:30
34302 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
34303 From: Simon Cozens <simon@cozens.net>
34304 Date: Sun, 10 Dec 2000 00:55:37 +0000
34305 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
34308 ____________________________________________________________________________
34309 [ 8065] By: jhi on 2000/12/10 03:44:52
34310 Log: Test case for #8064.
34313 ____________________________________________________________________________
34314 [ 8064] By: jhi on 2000/12/10 03:42:32
34315 Log: Subject: Re: prototype of substr
34316 From: Simon Cozens <simon@cozens.net>
34317 Date: Sun, 10 Dec 2000 00:13:33 +0000
34318 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
34320 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
34323 ____________________________________________________________________________
34324 [ 8063] By: jhi on 2000/12/10 03:39:42
34325 Log: Subject: [PATCH] perlguts.pod
34326 From: Simon Cozens <simon@cozens.net>
34327 Date: Sun, 10 Dec 2000 00:06:47 +0000
34328 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
34330 Documentation of the different types of ops,
34331 plus the functions in dump.c
34334 ____________________________________________________________________________
34335 [ 8062] By: jhi on 2000/12/10 03:30:04
34336 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
34337 From: Nicholas Clark <nick@talking.bollo.cx>
34338 Date: Sat, 09 Dec 2000 18:57:25 +0000
34339 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
34341 Be more robust in weird hostname setups.
34343 ! t/lib/net-hostent.t
34344 ____________________________________________________________________________
34345 [ 8061] By: jhi on 2000/12/10 03:28:21
34346 Log: Pacify fussy compiler.
34349 ____________________________________________________________________________
34350 [ 8060] By: jhi on 2000/12/10 02:52:46
34351 Log: Integrate perlio.
34353 !> pp_sys.c t/io/utf8.t
34354 ____________________________________________________________________________
34355 [ 8059] By: nick on 2000/12/09 23:40:14
34356 Log: read/sysread/recv should now be utf8 aware.
34357 Basic test for utf8 read.
34359 ! pp_sys.c t/io/utf8.t
34360 ____________________________________________________________________________
34361 [ 8058] By: jhi on 2000/12/09 21:56:02
34362 Log: Integrate perlio.
34365 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
34366 ____________________________________________________________________________
34367 [ 8057] By: jhi on 2000/12/09 21:53:35
34368 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
34369 From: Inaba Hiroto <inaba@st.rim.or.jp>
34370 Date: Sun, 10 Dec 2000 05:53:21 +0900
34371 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
34376 ____________________________________________________________________________
34377 [ 8056] By: jhi on 2000/12/09 21:51:16
34378 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
34379 From: Inaba Hiroto <inaba@st.rim.or.jp>
34380 Date: Sat, 09 Dec 2000 18:02:00 +0900
34381 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
34383 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
34385 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
34386 ____________________________________________________________________________
34387 [ 8055] By: nick on 2000/12/09 20:11:48
34388 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
34389 than raw PerlIO_write() - does not seem to break any tests.
34392 ____________________________________________________________________________
34393 [ 8054] By: nick on 2000/12/09 19:47:30
34394 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
34395 (sysread, recv and write i.e. formats still to do...)
34396 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
34397 open($fh,">:utf8","name")
34398 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
34399 so no extra overhead is involved.
34400 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
34401 to a non-utf8 stream.
34402 Add initial io/utf8.t
34403 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
34404 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
34405 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
34408 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
34409 ____________________________________________________________________________
34410 [ 8053] By: nick on 2000/12/09 19:26:37
34411 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
34412 was only testing this_utf8.
34415 ____________________________________________________________________________
34416 [ 8052] By: nick on 2000/12/09 19:09:41
34417 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
34418 i.e. the output string has one, but don't mess with source assumption.
34421 ____________________________________________________________________________
34422 [ 8051] By: jhi on 2000/12/09 16:55:17
34423 Log: Integrate perlio.
34425 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
34426 !> sv.c thrdvar.h util.c
34427 ____________________________________________________________________________
34428 [ 8050] By: jhi on 2000/12/09 16:48:07
34429 Log: Nits noticed by Peter Prymmer.
34431 ! lib/ExtUtils/MM_VMS.pm
34432 ____________________________________________________________________________
34433 [ 8049] By: nick on 2000/12/09 13:49:40
34434 Log: UTF8 output prework.
34435 - Store $\ and $, as SVs so they can have SvUTF8 flag
34436 - use do_print() rather than raw PerlIO_write() to print them.
34438 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
34440 ____________________________________________________________________________
34441 [ 8048] By: nick on 2000/12/09 12:30:43
34442 Log: Integrate mainline.
34444 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
34446 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
34447 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34448 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
34449 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
34450 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
34451 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
34452 ____________________________________________________________________________
34453 [ 8047] By: jhi on 2000/12/09 00:23:27
34454 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
34455 From: Michael G Schwern <schwern@pobox.com>
34456 Date: Fri, 8 Dec 2000 14:43:04 -0600
34458 ! lib/ExtUtils/MM_VMS.pm
34459 ____________________________________________________________________________
34460 [ 8046] By: jhi on 2000/12/08 23:10:27
34461 Log: A missed check-in.
34463 ! lib/ExtUtils/Manifest.pm
34464 ____________________________________________________________________________
34465 [ 8045] By: jhi on 2000/12/08 21:57:12
34466 Log: (null check-in)
34468 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
34469 ____________________________________________________________________________
34470 [ 8044] By: jhi on 2000/12/08 21:11:06
34471 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
34472 at the final draft stage.
34474 + ext/Encode/Encode/iso8859-16.enc
34476 ____________________________________________________________________________
34477 [ 8043] By: jhi on 2000/12/08 16:39:04
34478 Log: Update Changes.
34480 ! Changes patchlevel.h
34481 ____________________________________________________________________________
34482 [ 8042] By: jhi on 2000/12/08 16:33:39
34483 Log: Do not return the Unicode replacement character if UTF-8
34484 decoding goes awry, it should be up to the caller to decide.
34486 ! pod/perlapi.pod utf8.c
34487 ____________________________________________________________________________
34488 [ 8041] By: jhi on 2000/12/08 16:22:28
34489 Log: metaconfig maintenance.
34491 ! U/modified/stdchar.U
34492 Branch: metaconfig/U/perl
34494 ____________________________________________________________________________
34495 [ 8040] By: jhi on 2000/12/08 16:03:08
34496 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
34497 From: sthoenna@efn.org
34498 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
34499 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
34501 ! Changes lib/ExtUtils/MM_OS2.pm
34502 ____________________________________________________________________________
34503 [ 8039] By: jhi on 2000/12/08 15:57:11
34504 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
34505 From: Simon Cozens <simon@cozens.net>
34506 Date: Fri, 8 Dec 2000 13:33:31 +0000
34507 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
34509 (The pp_hot part needed a rewrite.)
34511 ! doop.c pp_hot.c utf8.c
34512 ____________________________________________________________________________
34513 [ 8038] By: jhi on 2000/12/08 15:25:08
34515 From: Michael Stevens <michael@etla.org>
34516 Date: Wed, 6 Dec 2000 23:24:01 +0000
34517 Message-ID: <20001206232400.A21381@firedrake.org>
34519 Plus a note from Nick Ing-Simmons.
34522 ____________________________________________________________________________
34523 [ 8037] By: jhi on 2000/12/08 15:18:35
34524 Log: Filetype is text.
34526 ! t/op/utf8decode.t
34527 ____________________________________________________________________________
34528 [ 8036] By: jhi on 2000/12/08 03:31:27
34529 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
34530 From: Andy Dougherty <doughera@lafayette.edu>
34531 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
34532 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
34534 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
34535 From: Andy Dougherty <doughera@lafayette.edu>
34536 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
34537 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
34539 + ext/POSIX/hints/svr4.pl
34540 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
34541 ____________________________________________________________________________
34542 [ 8035] By: jhi on 2000/12/08 03:26:01
34543 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
34544 From: Andy Dougherty <doughera@lafayette.edu>
34545 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
34546 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
34548 ! t/README t/base/term.t
34549 ____________________________________________________________________________
34550 [ 8034] By: jhi on 2000/12/08 03:21:59
34551 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
34552 From: mjd@plover.com
34553 Date: 7 Dec 2000 21:04:20 -0000
34554 Message-ID: <20001207210420.22282.qmail@plover.com>
34559 ____________________________________________________________________________
34560 [ 8033] By: jhi on 2000/12/08 03:19:03
34561 Log: Use the UTF8 macros a bit. They can't be used with abandon
34562 everywhere because we do generate illegal UTF-8 in some situations.
34563 This is of course naughty.
34565 ! pod/perlapi.pod utf8.c utf8.h
34566 ____________________________________________________________________________
34567 [ 8032] By: jhi on 2000/12/08 03:00:09
34570 ! t/pragma/warn/utf8
34571 ____________________________________________________________________________
34572 [ 8031] By: jhi on 2000/12/08 02:22:39
34576 ____________________________________________________________________________
34577 [ 8030] By: jhi on 2000/12/08 01:23:54
34578 Log: Add test for reverse().
34582 ____________________________________________________________________________
34583 [ 8029] By: jhi on 2000/12/08 01:21:47
34584 Log: Integrate perlio.
34586 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
34587 !> perlio.c perlio.h perlsdio.h warnings.pl
34588 ____________________________________________________________________________
34589 [ 8028] By: jhi on 2000/12/08 01:19:08
34590 Log: Introduce macros for UTF8 decoding.
34592 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
34593 ____________________________________________________________________________
34594 [ 8027] By: nick on 2000/12/07 22:18:19
34595 Log: Integrate mainline
34597 !> embed.pl pod/perlapi.pod utf8.c
34598 ____________________________________________________________________________
34599 [ 8026] By: nick on 2000/12/07 21:45:08
34600 Log: Various oddities p4 diff -se showed up
34601 Remove 'our' from warnings.pl
34603 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
34604 ____________________________________________________________________________
34605 [ 8025] By: nick on 2000/12/07 21:43:32
34606 Log: Change PerlIO_(get|set)pos to take SV *
34607 Should fix, OS/2, VMS, (sfio??)
34609 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
34610 ____________________________________________________________________________
34611 [ 8024] By: jhi on 2000/12/07 19:05:32
34612 Log: Document utf8_to_uv() better.
34614 ! pod/perlapi.pod utf8.c
34615 ____________________________________________________________________________
34616 [ 8023] By: jhi on 2000/12/07 18:23:47
34617 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
34619 ! embed.pl pod/perlapi.pod utf8.c
34620 ____________________________________________________________________________
34621 [ 8022] By: jhi on 2000/12/07 04:13:51
34622 Log: Integrate perlio.
34624 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
34625 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
34626 !> win32/makefile.mk
34627 ____________________________________________________________________________
34628 [ 8021] By: nick on 2000/12/07 00:28:14
34629 Log: Various attempts at MSVC debug - not sure what has
34630 changed but works now.
34631 Seems atexit() _may_ work for DLLs built with MSVC so don't
34632 call cleanup that way.
34634 ! perlio.c win32/makefile.mk
34635 ____________________________________________________________________________
34636 [ 8020] By: nick on 2000/12/06 19:57:20
34637 Log: Integrate mainline
34639 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
34640 !> (integrate 75 files)
34641 ____________________________________________________________________________
34642 [ 8019] By: nick on 2000/12/06 19:28:21
34643 Log: Add useperlio to config.vc
34644 Turn off binmode in config_H.PL
34645 Regen all the config_H.xx
34646 Attempt to get debugging build with MSVC.
34648 ! win32/config.vc win32/config_H.bc win32/config_H.gc
34649 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
34650 ____________________________________________________________________________
34651 [ 8018] By: nick on 2000/12/06 19:21:57
34652 Log: Test various dup/external program options on all platforms.
34655 ____________________________________________________________________________
34656 [ 8017] By: nick on 2000/12/06 19:20:47
34657 Log: Fix harness to be less picky
34659 ! lib/Test/Harness.pm
34660 ____________________________________________________________________________
34661 [ 8016] By: jhi on 2000/12/06 16:45:12
34662 Log: Update Changes.
34664 ! Changes patchlevel.h
34665 ____________________________________________________________________________
34666 [ 8015] By: jhi on 2000/12/06 16:41:03
34667 Log: Test \x{...} with ord().
34670 ____________________________________________________________________________
34671 [ 8014] By: jhi on 2000/12/06 16:20:33
34672 Log: Test tweak because of #8013.
34675 ____________________________________________________________________________
34676 [ 8013] By: jhi on 2000/12/06 16:09:09
34677 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
34678 From: Michael G Schwern <schwern@pobox.com>
34679 Date: Tue, 5 Dec 2000 21:23:28 -0500
34680 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
34682 Carp::Heavy parts not very applicable because of recent changes.
34684 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
34685 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
34686 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
34687 ! lib/Exporter.pm lib/Exporter/Heavy.pm
34688 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
34689 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34690 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
34691 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
34692 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
34693 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
34694 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
34695 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
34696 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
34697 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
34698 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
34699 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
34700 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
34701 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
34702 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
34703 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
34705 ____________________________________________________________________________
34706 [ 8012] By: jhi on 2000/12/06 15:22:38
34707 Log: Subject: [PATCH] Re: New harness is failing things
34708 From: Nick Ing-Simmons <nik@tiuk.ti.com>
34709 Date: Wed, 6 Dec 2000 13:00:30 GMT
34710 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
34712 ! lib/Test/Harness.pm
34713 ____________________________________________________________________________
34714 [ 8011] By: jhi on 2000/12/06 15:12:08
34715 Log: Subject: installhtml changes
34716 From: Michael Stevens <michael@etla.org>
34717 Date: Wed, 6 Dec 2000 13:15:53 +0000
34718 Message-ID: <20001206131553.A27317@firedrake.org>
34721 ____________________________________________________________________________
34722 [ 8010] By: jhi on 2000/12/06 15:06:05
34723 Log: Subject: the dTHR hits
34724 From: Michael Stevens <michael@etla.org>
34725 Date: Wed, 6 Dec 2000 12:06:03 +0000
34726 Message-ID: <20001206120603.A24581@firedrake.org>
34728 More, errrm, less dTHRs.
34730 ! bytecode.pl ext/B/B/C.pm
34731 ____________________________________________________________________________
34732 [ 8009] By: jhi on 2000/12/06 15:04:25
34733 Log: Subject: MakeMaker mailing list gone?
34734 From: Michael G Schwern <schwern@pobox.com>
34735 Date: Tue, 5 Dec 2000 19:29:59 -0500
34736 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
34738 The MakeMaker mailing list is dead, perlbug is the right
34739 address to report bugs.
34741 ! lib/ExtUtils/MakeMaker.pm
34742 ____________________________________________________________________________
34743 [ 8008] By: jhi on 2000/12/06 15:00:32
34744 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
34745 From: Michael G Schwern <schwern@pobox.com>
34746 Date: Tue, 5 Dec 2000 19:21:21 -0500
34747 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
34749 Add a default MANIFEST skip that ignores things like
34750 version control files, editor temporary files, and the Makefile.
34752 + lib/ExtUtils/MANIFEST.SKIP
34753 ! MANIFEST lib/ExtUtils/Manifest.pm
34754 ____________________________________________________________________________
34755 [ 8007] By: jhi on 2000/12/06 14:57:20
34756 Log: In Amiga more manual hackery of the scripts seems to be needed,
34757 from Jan-Erik Karlsson. Why Configure does not get this right
34758 is unknown, may be shell-induced.
34761 ____________________________________________________________________________
34762 [ 8006] By: jhi on 2000/12/05 23:53:12
34763 Log: Add TOPm1s to peek at the second topmost stack item.
34766 ____________________________________________________________________________
34767 [ 8005] By: jhi on 2000/12/05 23:13:55
34768 Log: Avaunt, you foul UTF-8 tests.
34770 ! t/op/ver.t t/pragma/utf8.t
34771 ____________________________________________________________________________
34772 [ 8004] By: jhi on 2000/12/05 23:09:54
34773 Log: Continue utf8 dispersal.
34776 ! MANIFEST t/pragma/utf8.t
34777 ____________________________________________________________________________
34778 [ 8003] By: nick on 2000/12/05 23:02:39
34779 Log: Integrate mainline.
34781 +> t/op/length.t t/op/utf8decode.t
34782 !> (integrate 69 files)
34783 ____________________________________________________________________________
34784 [ 8002] By: jhi on 2000/12/05 22:59:28
34785 Log: Integrate perlio.
34787 !> iperlsys.h perl.c perlio.c win32/perllib.c
34788 ____________________________________________________________________________
34789 [ 8001] By: nick on 2000/12/05 22:07:52
34790 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
34791 - calloc/free suffer from damage on TerminateThread()
34792 - use PerlMemShared (as originally planned) now fixed
34793 - avoid doing anything important on DLL "detach".
34795 ! perl.c perlio.c win32/perllib.c
34796 ____________________________________________________________________________
34797 [ 8000] By: nick on 2000/12/05 21:05:09
34798 Log: Fix gross PerlMemShared issue.
34801 ____________________________________________________________________________
34802 [ 7999] By: jhi on 2000/12/05 20:46:58
34803 Log: Test for Unicode (UTF-8) hash keys.
34806 ____________________________________________________________________________
34807 [ 7998] By: jhi on 2000/12/05 20:30:35
34808 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
34809 is now always UTF-8), empty line cosmetics.
34812 ____________________________________________________________________________
34813 [ 7997] By: jhi on 2000/12/05 20:15:40
34814 Log: Subject: Re: STRLEN - what?
34815 From: Andy Dougherty <doughera@lafayette.edu>
34816 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
34817 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
34822 ____________________________________________________________________________
34823 [ 7996] By: jhi on 2000/12/05 20:13:34
34824 Log: Split off the UTF-8 decoder tests, make them to check also
34827 + t/op/utf8decode.t
34828 ! MANIFEST t/pragma/utf8.t utf8.c
34829 ____________________________________________________________________________
34830 [ 7995] By: jhi on 2000/12/05 16:39:47
34831 Log: Start migrating bits of pragma/utf8 to elsewhere
34832 (since the long term plan is to obsolete 'use utf8').
34835 ! MANIFEST t/pragma/utf8.t
34836 ____________________________________________________________________________
34837 [ 7994] By: jhi on 2000/12/05 16:30:21
34838 Log: Fix a manual edit typo from #7993, fix the message formatting
34839 for Unicode, add few our declarations.
34841 ! lib/Carp/Heavy.pm
34842 ____________________________________________________________________________
34843 [ 7993] By: jhi on 2000/12/05 16:09:15
34844 Log: Subject: Need help with warnings :-(
34845 From: "Ben Tilly" <ben_tilly@hotmail.com>
34846 Date: Tue, 05 Dec 2000 01:35:54 -0500
34847 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
34849 Subject: UPDATE: Carp/Heavy now passes all tests
34850 From: "Ben Tilly" <ben_tilly@hotmail.com>
34851 Date: Tue, 05 Dec 2000 07:59:41 -0500
34852 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
34854 The Brave New Carp.
34856 ! lib/Carp.pm lib/Carp/Heavy.pm
34857 ____________________________________________________________________________
34858 [ 7992] By: jhi on 2000/12/05 15:55:08
34859 Log: Subject: [PATCH perl@7979] cygwin port
34860 From: "Eric Fifer" <efifer@dircon.co.uk>
34861 Date: Tue, 5 Dec 2000 14:04:09 -0000
34862 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
34864 ! t/lib/net-hostent.t
34865 ____________________________________________________________________________
34866 [ 7991] By: jhi on 2000/12/05 15:52:34
34867 Log: Subject: Re: [PATCH] The largest hoax of all times?
34868 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34869 Date: Tue, 5 Dec 2000 00:40:25 -0500
34870 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
34872 Subject: Re: [PATCH] The largest hoax of all times?
34873 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34874 Date: Mon, 4 Dec 2000 23:55:53 -0500
34875 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
34877 Subject: Re: [PATCH] The largest hoax of all times?
34878 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34879 Date: Tue, 5 Dec 2000 01:28:45 -0500
34880 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
34882 Fix the unpredictable order of DESTROYs.
34884 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
34885 ! sv.c sv.h t/op/ref.t
34886 ____________________________________________________________________________
34887 [ 7990] By: jhi on 2000/12/05 14:38:53
34888 Log: Subject: [PATCH] shrink pp_hot fractionally
34889 From: Nicholas Clark <nick@ccl4.org>
34890 Date: Tue, 5 Dec 2000 12:44:31 +0000
34891 Message-ID: <20001205124431.E74518@plum.flirble.org>
34893 Use report_evil_fh().
34895 ! opcode.pl opnames.h pp_hot.c util.c
34896 ____________________________________________________________________________
34897 [ 7989] By: jhi on 2000/12/05 14:21:27
34898 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
34899 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34900 Date: Mon, 04 Dec 2000 22:21:59 -0800
34901 Message-ID: <HmIL6gzkgepS092yn@efn.org>
34903 Harness shouldn't ignore responses like "ok 3\r\r\n".
34905 ! lib/Test/Harness.pm
34906 ____________________________________________________________________________
34907 [ 7988] By: jhi on 2000/12/05 13:51:28
34908 Log: Integrate the "skip" messages to explain().
34910 ! t/lib/syslfs.t t/op/lfs.t
34911 ____________________________________________________________________________
34912 [ 7987] By: jhi on 2000/12/05 12:34:54
34913 Log: The one that got away in #7984.
34915 Subject: Re: dTHR - what and why?
34916 From: Michael Stevens <michael@etla.org>
34917 Date: Tue, 5 Dec 2000 11:15:52 +0000
34918 Message-ID: <20001205111552.A4647@firedrake.org>
34921 ____________________________________________________________________________
34922 [ 7986] By: gsar on 2000/12/05 09:14:44
34923 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
34924 due to the notorious GetFileType() bug in Windows 9x, which fstat()
34927 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
34928 ____________________________________________________________________________
34929 [ 7985] By: jhi on 2000/12/05 05:49:03
34930 Log: Integrate perlio.
34932 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
34933 !> win32/perlhost.h win32/perllib.c
34934 ____________________________________________________________________________
34935 [ 7984] By: jhi on 2000/12/05 05:48:16
34936 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
34938 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
34939 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
34940 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
34941 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
34942 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
34943 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
34944 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
34945 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
34947 ____________________________________________________________________________
34948 [ 7983] By: nick on 2000/12/04 23:27:43
34949 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
34951 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
34952 ! win32/perlhost.h win32/perllib.c
34953 ____________________________________________________________________________
34954 [ 7982] By: jhi on 2000/12/04 19:44:09
34955 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
34956 uncovered by #7980.
34959 ____________________________________________________________________________
34960 [ 7981] By: jhi on 2000/12/04 19:42:07
34961 Log: Subject: [PATCH] Trivial dump.c feature
34962 From: Simon Cozens <simon@cozens.net>
34963 Date: Mon, 4 Dec 2000 18:08:38 +0000
34964 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
34966 Show whether a constant is UTF-8.
34969 ____________________________________________________________________________
34970 [ 7980] By: jhi on 2000/12/04 19:36:51
34971 Log: UTF-8 hash keys, patch from Inaba Hiroto.
34973 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
34974 ____________________________________________________________________________
34975 [ 7979] By: jhi on 2000/12/04 17:36:28
34976 Log: Update Changes.
34978 ! Changes patchlevel.h
34979 ____________________________________________________________________________
34980 [ 7978] By: jhi on 2000/12/04 16:42:17
34981 Log: Retract #7977, still too volatile (the euphemism of the day
34982 for unfinished and buggy :-)
34984 ! doop.c hv.c pp.c sv.h
34985 ____________________________________________________________________________
34986 [ 7977] By: jhi on 2000/12/04 16:25:15
34987 Log: (Retracted by #7978, too shaky yet.)
34989 Subject: Re: utf8 in hash keys, implementor missing
34990 From: Simon Cozens <simon@cozens.net>
34991 Date: Sat, 2 Dec 2000 19:49:35 +0000
34992 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
34994 The first step at UTF-8 hash keys.
34996 ! doop.c hv.c pp.c sv.h
34997 ____________________________________________________________________________
34998 [ 7976] By: jhi on 2000/12/04 16:13:53
34999 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
35000 From: sthoenna@efn.org
35001 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
35002 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
35004 ! os2/os2.c perlio.c
35005 ____________________________________________________________________________
35006 [ 7975] By: jhi on 2000/12/04 16:05:25
35007 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
35008 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35009 Date: Thu, 30 Nov 2000 20:50:37 -0800
35010 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
35013 ____________________________________________________________________________
35014 [ 7974] By: jhi on 2000/12/04 16:03:57
35015 Log: Subject: [PATCH] ++ 20% faster
35016 From: Nicholas Clark <nick@ccl4.org>
35017 Date: Mon, 4 Dec 2000 12:17:27 +0000
35018 Message-ID: <20001204121726.B52976@plum.flirble.org>
35020 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
35023 ____________________________________________________________________________
35024 [ 7973] By: jhi on 2000/12/04 16:00:48
35026 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
35027 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35028 Date: Mon, 04 Dec 2000 12:30:45 +0100
35029 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
35031 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
35032 library (getprotobyname and getprotobynumber are outversioned by
35033 the same calls in libc, at least for xlc version 3.
35036 ____________________________________________________________________________
35037 [ 7972] By: jhi on 2000/12/04 02:58:31
35038 Log: Integrate perlio.
35040 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
35041 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
35042 !> win32/win32.h win32/win32iop.h win32/win32thread.h
35043 ____________________________________________________________________________
35044 [ 7971] By: nick on 2000/12/04 00:24:33
35045 Log: Quieten some noise in Win32 builds:
35046 - win32.h is included after <sys/socket.h>, so need to
35047 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
35048 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
35050 ! doio.c perl.h toke.c win32/win32.h
35051 ____________________________________________________________________________
35052 [ 7970] By: nick on 2000/12/03 22:57:46
35053 Log: PERL_IMPLICIT_SYS compiles but does not work.
35055 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
35056 ! win32/perlhost.h win32/perllib.c win32/win32.h
35057 ! win32/win32iop.h win32/win32thread.h
35058 ____________________________________________________________________________
35059 [ 7969] By: jhi on 2000/12/03 22:12:58
35060 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
35061 used to swash_init(), makes regprop() dumps more informative
35062 (+utf8::IsAlpha, -utf8::IsDigit, for example).
35064 ! regcomp.c regexec.c
35065 ____________________________________________________________________________
35066 [ 7968] By: jhi on 2000/12/03 21:39:56
35067 Log: Implement ANYOFUTF8 regprop() dumping.
35070 ____________________________________________________________________________
35071 [ 7967] By: jhi on 2000/12/03 20:57:19
35072 Log: Make uv_to_utf8() to zero-terminate its output buffer,
35073 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
35075 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
35076 ____________________________________________________________________________
35077 [ 7966] By: nick on 2000/12/03 18:41:21
35078 Log: Integrate mainline (STDCHAR)
35080 !> Configure t/pragma/utf8.t
35081 ____________________________________________________________________________
35082 [ 7965] By: jhi on 2000/12/03 17:58:20
35083 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
35086 ____________________________________________________________________________
35087 [ 7964] By: jhi on 2000/12/03 17:35:56
35088 Log: Integrate perlio.
35090 !> iperlsys.h perlio.c
35091 ____________________________________________________________________________
35092 [ 7963] By: jhi on 2000/12/03 17:33:55
35093 Log: Metaconfig unit change for #7962.
35095 ! U/modified/stdchar.U
35096 ____________________________________________________________________________
35097 [ 7962] By: jhi on 2000/12/03 17:33:27
35098 Log: Untangle the <stdio.h> #include nest for the stdchar test,
35099 from Andy Dougherty.
35102 ____________________________________________________________________________
35103 [ 7961] By: nick on 2000/12/03 16:53:00
35104 Log: Make iperlsys.h vector stdio not PerlIO.
35106 ! iperlsys.h perlio.c
35107 ____________________________________________________________________________
35108 [ 7960] By: nick on 2000/12/03 14:43:01
35109 Log: Integrate mainline
35111 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
35112 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
35113 ____________________________________________________________________________
35114 [ 7959] By: jhi on 2000/12/03 08:16:36
35115 Log: Use DO_UTF8().
35118 ____________________________________________________________________________
35119 [ 7958] By: jhi on 2000/12/02 18:33:05
35120 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
35121 From: Mike Guy <mjtg@cam.ac.uk>
35122 Date: Sat, 02 Dec 2000 17:27:13 +0000
35123 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
35125 An extraneous argument.
35128 ____________________________________________________________________________
35129 [ 7957] By: jhi on 2000/12/02 18:22:32
35130 Log: A missing hunk.
35132 ! t/lib/net-hostent.t
35133 ____________________________________________________________________________
35134 [ 7956] By: jhi on 2000/12/02 18:06:20
35135 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
35136 From: Nicholas Clark <nick@ccl4.org>
35137 Date: Sat, 2 Dec 2000 14:28:27 +0000
35138 Message-ID: <20001202142827.A12308@plum.flirble.org>
35142 ! t/lib/net-hostent.t
35143 ____________________________________________________________________________
35144 [ 7955] By: jhi on 2000/12/02 17:58:06
35145 Log: Metaconfig unit change for #7954.
35147 ! U/modified/stdchar.U
35148 ____________________________________________________________________________
35149 [ 7954] By: jhi on 2000/12/02 17:54:32
35150 Log: An inconvenient hang would happen if the stdio _ptr wasn't
35151 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
35152 would be grepping stdin for all eternity for the _ptr.)
35155 ____________________________________________________________________________
35156 [ 7953] By: jhi on 2000/12/02 00:07:15
35157 Log: Update Changes.
35159 ! Changes patchlevel.h
35160 ____________________________________________________________________________
35161 [ 7952] By: jhi on 2000/12/01 23:54:47
35162 Log: Subject: Re: long shell lines
35163 From: Andy Dougherty <doughera@lafayette.edu>
35164 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
35165 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
35167 Split overly long shell command lines.
35169 ! lib/ExtUtils/MM_Unix.pm
35170 ____________________________________________________________________________
35171 [ 7951] By: jhi on 2000/12/01 23:48:02
35172 Log: The metaconfig unit change for #7950.
35174 + U/modified/stdchar.U
35175 ____________________________________________________________________________
35176 [ 7950] By: jhi on 2000/12/01 23:47:39
35177 Log: Try to find stdchar also from <stdio_impl.h>.
35179 ! Configure config_h.SH
35180 ____________________________________________________________________________
35181 [ 7949] By: jhi on 2000/12/01 23:46:45
35182 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
35183 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35184 Date: Fri, 1 Dec 2000 16:26:08 -0500
35185 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
35187 Reword the diagnostic message.
35190 ____________________________________________________________________________
35191 [ 7948] By: nick on 2000/12/01 22:49:43
35192 Log: Integrate mainline (for s/y/m as sub names stuff).
35194 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
35195 !> t/pragma/warn/toke toke.c
35196 ____________________________________________________________________________
35197 [ 7947] By: jhi on 2000/12/01 20:55:41
35198 Log: Integrate perlio.
35200 !> perlio.c perliol.h t/io/pipe.t
35201 ____________________________________________________________________________
35202 [ 7946] By: jhi on 2000/12/01 20:36:51
35203 Log: Upgrade to CPAN 1.59_51, from Andreas König.
35205 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35206 ____________________________________________________________________________
35207 [ 7945] By: nick on 2000/12/01 20:31:32
35208 Log: Integrate mainline
35210 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
35211 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
35212 +> t/lib/net-hostent.t
35213 !> (integrate 35 files)
35214 ____________________________________________________________________________
35215 [ 7944] By: jhi on 2000/12/01 20:23:29
35216 Log: Some help for 20001130.011. Now one gets warnings like
35217 "Ambiguous -f() resolved as a file test ..."
35219 ! pod/perldiag.pod t/pragma/warn/toke toke.c
35220 ____________________________________________________________________________
35221 [ 7943] By: jhi on 2000/12/01 19:44:44
35222 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
35223 that also breaks using them as methods.
35225 ! pod/perldiag.pod t/op/misc.t toke.c
35226 ____________________________________________________________________________
35227 [ 7942] By: nick on 2000/12/01 17:56:46
35228 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
35229 Make 'unix' pass most tests
35230 - do unread by temporary push of layer ("pending") holding unread chars
35231 - fast_gets is now based on per-handle flag
35232 - relax one of io/pipe.t tests to allow print to fail and close to
35233 succeed so that it passes on unbuffered "unix" layer.
35234 Remaining fail is sporadic and a genuine race condition between
35235 parent/child in fork test.
35237 ! perlio.c perliol.h t/io/pipe.t
35238 ____________________________________________________________________________
35239 [ 7941] By: jhi on 2000/12/01 15:28:58
35240 Log: (Retracted by #7943.)
35242 Reserve the short named string operator names.
35244 ! pod/perldiag.pod t/op/misc.t toke.c
35245 ____________________________________________________________________________
35246 [ 7940] By: jhi on 2000/12/01 06:45:53
35247 Log: Get the three different space character classes right under utf8.
35249 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
35250 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
35251 ! regexec.c t/op/pat.t utf8.c
35252 ____________________________________________________________________________
35253 [ 7939] By: jhi on 2000/12/01 03:26:26
35254 Log: Two more tests that make no sense in UTF-8 since the test
35255 data is not in UTF-8.
35258 ____________________________________________________________________________
35259 [ 7938] By: jhi on 2000/12/01 03:20:39
35260 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
35261 should it be required inside regexen?
35263 ! regcomp.c t/op/regmesg.t
35264 ____________________________________________________________________________
35265 [ 7937] By: jhi on 2000/12/01 02:58:53
35266 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
35267 stored and restored, and thusly was trounced by the utf8 swash
35271 ____________________________________________________________________________
35272 [ 7936] By: jhi on 2000/11/30 20:41:39
35273 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
35274 Why the different platforms behave so differently (core dump vs
35275 no core dump) on this bug is a but of a mystery, but if I had to
35276 guess I would mumble something like 'alignment'.
35279 ____________________________________________________________________________
35280 [ 7935] By: jhi on 2000/11/30 16:17:02
35281 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
35282 From: Robin Barker <rmb1@cise.npl.co.uk>
35283 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
35284 Date: Thu, 30 Nov 2000 14:27:12 GMT
35287 ____________________________________________________________________________
35288 [ 7934] By: jhi on 2000/11/30 16:04:49
35289 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
35291 ! t/lib/net-hostent.t
35292 ____________________________________________________________________________
35293 [ 7933] By: jhi on 2000/11/30 06:07:26
35294 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
35295 From: Peter Prymmer <pvhp@forte.com>
35296 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
35297 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
35299 In VMS the localhost may be LOCALHOST.
35301 ! t/lib/net-hostent.t
35302 ____________________________________________________________________________
35303 [ 7932] By: jhi on 2000/11/30 01:11:11
35304 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
35305 From: Peter Prymmer <pvhp@forte.com>
35306 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
35307 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
35309 plus regen perlapi.pod.
35311 ! pod/perlapi.pod utf8.c
35312 ____________________________________________________________________________
35313 [ 7931] By: jhi on 2000/11/30 01:06:19
35314 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
35315 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35316 Date: Wed, 29 Nov 2000 17:15:11 EST
35317 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
35319 ! t/lib/filter-util.pl t/lib/filter-util.t
35320 ____________________________________________________________________________
35321 [ 7930] By: jhi on 2000/11/29 18:51:55
35322 Log: Update Changes.
35324 ! Changes patchlevel.h
35325 ____________________________________________________________________________
35326 [ 7929] By: jhi on 2000/11/29 18:50:55
35327 Log: Update the va_copy() metaconfig unit.
35328 Branch: metaconfig/U/perl
35330 ____________________________________________________________________________
35331 [ 7928] By: jhi on 2000/11/29 17:50:43
35332 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
35333 From: Dominic Dunlop <domo@computer.org>
35334 Date: Tue, 28 Nov 2000 16:41:57 +0100
35335 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
35337 Patch to catch a core dump in the Configure va_copy test.
35339 ! Configure config_h.SH
35340 ____________________________________________________________________________
35341 [ 7927] By: jhi on 2000/11/29 17:31:59
35342 Log: Retract #7921, the patch shouldn't be needed.
35345 ____________________________________________________________________________
35346 [ 7926] By: jhi on 2000/11/29 17:01:41
35347 Log: Make the Class::Struct import() wiser.
35349 ! lib/Class/Struct.pm t/lib/class-struct.t
35350 ____________________________________________________________________________
35351 [ 7925] By: jhi on 2000/11/29 16:36:33
35352 Log: All the core library users of Class::Struct seem to be
35353 using "use Class::Struct 'struct';" instead of the bare
35354 "use Class::Struct;", which isn't documented in Class::Struct.
35355 This can't be right.
35358 ____________________________________________________________________________
35359 [ 7924] By: jhi on 2000/11/29 16:32:15
35360 Log: A test works better if it has the right 1..$n output.
35362 ! t/lib/class-struct.t
35363 ____________________________________________________________________________
35364 [ 7923] By: jhi on 2000/11/29 16:29:11
35365 Log: Forgot to MANIFEST the new Net::hostent test.
35368 ____________________________________________________________________________
35369 [ 7922] By: jhi on 2000/11/29 16:27:49
35370 Log: Integrate perlio.
35372 !> iperlsys.h perlio.c
35373 ____________________________________________________________________________
35374 [ 7921] By: jhi on 2000/11/29 16:27:10
35375 Log: (Retracted by #7927.)
35377 Subject: [PATCH] Is infinity a number?
35378 From: Simon Cozens <simon@cozens.net>
35379 Date: Wed, 29 Nov 2000 14:48:20 +0000
35380 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
35383 ____________________________________________________________________________
35384 [ 7920] By: jhi on 2000/11/29 16:23:02
35385 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
35386 From: rspier@pobox.com (Robert Spier)
35387 Date: Wed, 29 Nov 2000 02:17:49 -0500
35388 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
35390 Add a test for Net::hostent.
35392 + t/lib/net-hostent.t
35393 ____________________________________________________________________________
35394 [ 7919] By: jhi on 2000/11/29 16:21:31
35395 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
35396 add a test for Class::Struct.
35398 + t/lib/class-struct.t
35399 ! MANIFEST lib/Class/Struct.pm
35400 ____________________________________________________________________________
35401 [ 7918] By: jhi on 2000/11/29 15:48:40
35402 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
35403 From: rspier@pobox.com (Robert Spier)
35404 Date: Wed, 29 Nov 2000 02:25:39 -0500
35405 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
35407 More checking in case someone has broken their services or
35408 protocol databases.
35410 ! ext/Sys/Syslog/Syslog.pm
35411 ____________________________________________________________________________
35412 [ 7917] By: jhi on 2000/11/29 15:46:25
35413 Log: Subject: [PATCH] $^O win32 -> MSWin32
35414 From: rspier@pobox.com (Robert Spier)
35415 Date: Wed, 29 Nov 2000 02:17:38 -0500
35416 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
35418 plus similar nits for vms, err, VMS, and UNICOS.
35420 ! t/lib/syslfs.t t/op/lfs.t
35421 ____________________________________________________________________________
35422 [ 7916] By: jhi on 2000/11/29 15:42:51
35423 Log: Subject: [PATCH] Tokeniser debugging
35424 From: Simon Cozens <simon@cozens.net>
35425 Date: Wed, 29 Nov 2000 14:15:45 +0000
35426 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
35428 ! perl.c perl.h pod/perlrun.pod toke.c
35429 ____________________________________________________________________________
35430 [ 7915] By: jhi on 2000/11/29 15:41:36
35431 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35432 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35433 Date: Wed, 29 Nov 2000 02:13:14 -0500
35434 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
35438 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35439 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35440 Date: Wed, 29 Nov 2000 03:09:04 -0500
35441 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
35443 OUT and IN_OUT documentation.
35445 ! lib/ExtUtils/xsubpp pod/perlxs.pod
35446 ____________________________________________________________________________
35447 [ 7914] By: jhi on 2000/11/29 03:35:01
35448 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
35449 From: John Tobey <jtobey@john-edwin-tobey.org>
35450 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
35451 Message-Id: <m140e1N-000FOoC@feynman.localnet>
35453 plus a performance speedup noticed by Sarathy.
35456 ____________________________________________________________________________
35457 [ 7913] By: jhi on 2000/11/29 03:16:59
35458 Log: Use "1 while unlink" so that VMS gets clean, too.
35460 ! t/lib/filter-util.t
35461 ____________________________________________________________________________
35462 [ 7912] By: jhi on 2000/11/29 03:09:08
35463 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
35464 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35465 Date: Tue, 28 Nov 2000 03:27:09 -0500
35466 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
35468 ! lib/ExtUtils/xsubpp
35469 ____________________________________________________________________________
35470 [ 7911] By: jhi on 2000/11/29 03:06:30
35471 Log: This should have been part of #7872: no need to scan UTF-8
35475 ____________________________________________________________________________
35476 [ 7910] By: jhi on 2000/11/29 02:50:04
35477 Log: One more perltie.pod nit from Casey R. Tweten.
35480 ____________________________________________________________________________
35481 [ 7909] By: jhi on 2000/11/29 02:44:23
35482 Log: Document the known sprintf test failures, exact standard
35483 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
35485 ! pod/perldelta.pod t/op/sprintf.t
35486 ____________________________________________________________________________
35487 [ 7908] By: jhi on 2000/11/29 02:36:23
35488 Log: Add the Encoding table format documentation.
35490 + ext/Encode/Encode/EncodeFormat.pod
35492 ____________________________________________________________________________
35493 [ 7907] By: jhi on 2000/11/29 02:07:24
35494 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
35495 From: "Casey R. Tweten" <crt@kiski.net>
35496 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
35497 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
35499 Subject: Re: [PATCH] Updating perltie.pod for arrays
35500 From: "Casey R. Tweten" <crt@kiski.net>
35501 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
35502 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
35505 ____________________________________________________________________________
35506 [ 7906] By: nick on 2000/11/28 22:40:59
35507 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
35509 ! iperlsys.h perlio.c
35510 ____________________________________________________________________________
35511 [ 7905] By: nick on 2000/11/28 22:04:34
35512 Log: Integrate mainline
35514 !> (integrate 39 files)
35515 ____________________________________________________________________________
35516 [ 7904] By: jhi on 2000/11/28 16:44:43
35517 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
35518 From: Nicholas Clark <nick@babyhippo.co.uk>
35519 Date: Tue, 28 Nov 2000 11:16:57 +0000
35520 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
35523 ____________________________________________________________________________
35524 [ 7903] By: jhi on 2000/11/28 16:40:31
35525 Log: Subject: [PATCH] Updating perltie.pod for arrays
35526 From: "Casey R. Tweten" <crt@kiski.net>
35527 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
35528 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
35531 ____________________________________________________________________________
35532 [ 7902] By: jhi on 2000/11/28 16:39:37
35533 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
35534 From: Robin Barker <rmb1@cise.npl.co.uk>
35535 Date: Mon, 27 Nov 2000 17:56:44 GMT
35536 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
35538 ! pod/perlfunc.pod t/op/split.t
35539 ____________________________________________________________________________
35540 [ 7901] By: jhi on 2000/11/28 16:28:04
35541 Log: setmode() is a DOSish-only thing.
35544 ____________________________________________________________________________
35545 [ 7900] By: jhi on 2000/11/28 16:21:46
35546 Log: Subject: [PATCH] perlcc.PL cleanups
35547 From: Simon Cozens <simon@cozens.net>
35548 Date: Tue, 28 Nov 2000 12:44:35 +0000
35549 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
35552 ____________________________________________________________________________
35553 [ 7899] By: gsar on 2000/11/28 06:32:55
35554 Log: reintegrate files missed by change#7895
35555 Branch: maint-5.6/perl
35556 +> ext/ByteLoader/bytecode.h utils/Makefile
35558 ____________________________________________________________________________
35559 [ 7897] By: gsar on 2000/11/27 18:22:47
35560 Log: can't integrate these two files, for some reason
35561 Branch: maint-5.6/perl
35562 - ext/ByteLoader/bytecode.h utils/Makefile
35563 ____________________________________________________________________________
35564 [ 7895] By: gsar on 2000/11/27 18:11:21
35565 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
35566 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
35567 6757..6890,6892..6901 from mainline
35569 Bytecompiler patches from Benjamin Stuhl.
35573 Subject: [PATCH blead] B:: missing dependency
35575 Subject: [PATCH: 6757] configure.com updates and syslog build
35577 Long double Gconvert fixes from Yitzchak Scott-Thoennes
35578 and Spider Boardman.
35580 Subject: [PATCH blead] nextchar() abuse misses an optimisation
35582 Long double fixes from Spider Boardman.
35584 Make the selection of NVff et al stricter.
35586 cSVOPo_*v things index into the current PL_curpad
35587 under ithreads, which is different from the curpad
35588 used by the XSUB. (In other words, the code as-is
35589 before this patch wouldn't work under ithreads.)
35593 VMS MMS (make) wants null action.
35595 Mac and other portability updates from Chris Nandor.
35597 Storable support, v-version fixes.
35598 Subject: CPAN.pm beta for testing available
35600 Portability fix from Hugo van der Sanden.
35604 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
35606 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
35608 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35610 Replace #6705 with a minimal doc patch.
35611 Subject: [PATCH 5.6.0] replace change #6705
35613 Drop the separate perlbc, perlcc -b should be enough.
35615 installperl couldn't tell whether it had run tests or not.
35616 Subject: [PATCH] Re: installperl and t/TEST
35618 Add silencer flags to installperl.
35619 Subject: [PATCH] Making installperl silent.
35621 Make "make install" by default silent. A new "install-verbose"
35624 More liberal parsing of version numbers.
35625 Subject: Re: CPAN.pm beta for testing available
35627 Create directories in silence.
35628 Subject: [PATCH] Another silencer for MakeMaker
35630 DOS patches and portability/porting notes, from Tim Jenness.
35632 Make installman to recognize the silence flag -S.
35634 Actually do something with the silencer option.
35636 Continue silencing.
35638 Show the doc file, not the temp file.
35642 Subject: [PATCH] More silencing of installman.
35644 Better wording for the vec lvalue diagnostic.
35645 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35647 Subject: [PATCH: 6805] several more tweaks to configure.com
35649 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
35652 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
35654 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
35655 (applied slightly modified)
35657 installperl --verbose and --silent.
35658 Subject: Re: [PATCH] More silencing of installman.
35660 Add install-silent target.
35662 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
35663 the problem reported in
35664 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
35666 Tweak the sfio/useperlio logic, hopefully as wished in
35667 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
35669 One forgotten file from #6816.
35671 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
35673 Remove duplicately applied patch shards.
35674 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
35676 Support preserving extremely big/small angles.
35678 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
35680 Subject: [PATCH] installation not quite silent yet.
35682 Update the test count.
35684 Use UVxf, PTR2UV, NVff.
35686 Document PTR2XX and INT2PTR.
35688 no-install target a la make -n.
35689 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
35691 grep -e isn't portable.
35692 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
35694 Can't get the test to reliably work thanks to the
35695 inaccurateness of floating point. "Resolves" bug ids
35696 20000826.003, 20000826.009, 20000826.010,
35698 Subject: installman buglet
35700 DJGPP update from Laszlo Molnar.
35702 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35704 Passing -R in ldflags makes now it to appear in the default
35705 for lddlflags, just like with -L.
35706 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35710 Use the actual thread type, not the pointer-to-struct.
35712 Provice virtual $Config{ccflags_nolargefiles} etc.
35714 display_format used as a class method without arguments was broken,
35716 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
35718 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
35720 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
35722 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
35724 opmini.o may be left around if a build is interrupted.
35728 Fix for ID 20000828.001, long doubles were not formatted
35729 correctly (showed up in $], which stopped installing perl).
35731 An attempt to fix the problem reported in
35732 Subject: Building perl@6856 using gcc/AIX 4.3.3
35733 I can't test this properly since the gcc installation I have
35734 access to seems to be botched (gcc is calling the AIX cpp,
35735 a losing proposition...)
35737 Add -ld to archname on long tr...double platforms.
35739 Subject: hv.h Doc Patch
35743 Subject: [PATCH bleedperl@6856] warnings fixes
35745 -S is the silent flag, -s is the strip flag.
35746 Subject: [PATCH] Re: [PATCH] make no-install
35748 Take out the SUIDMAIL thing, that will not be
35749 a problem in 5.7.*.
35751 Subject: [PATCH bleedperl@6866] spellings
35753 Subject: [PATCH] Re: files not cleaned even by veryclean
35755 Use minimal @INC in tests, most of the time just '../lib',
35756 so that we simply can't pick up stuff from other Perls than
35757 the one we are testing. Pointed out by
35758 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
35760 Update to Getopt::Long 2.24, from Johan Vromans.
35762 Fix for thinko in #6848.
35763 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
35765 Patches all over for people and the files they (hopefully) care about.
35767 Subject: Net::protoent does not export 'getproto'
35769 Missed a change in #6869.
35771 Subject: [PATCH] Warnings in B::Deparse
35773 Subject: [PATCH] Glob dumping
35775 Disable one of the tests for now.
35777 Disabling the one test is a bit tricky.
35779 Don't forget to tidy up.
35781 The #6881 removed one dump line.
35783 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
35785 Under usethreads the dumped variable is IN_PAD.
35786 Subject: Re: [PATCH] Glob dumping
35788 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
35790 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
35792 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
35794 Regen Configure for #6894.
35796 Subject: [PATCH: 6889] updates to perlebcdic.pod
35798 Undo namespace pollution of #6878.
35799 Subject: Re: Net::protoent does not export 'getproto'
35801 Admit that we are leaking scalars.
35803 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
35804 Branch: maint-5.6/perl
35805 !> (integrate 271 files)
35806 ____________________________________________________________________________
35807 [ 7894] By: gsar on 2000/11/27 16:00:34
35808 Log: a couple of nits
35809 Branch: maint-5.6/perl
35810 ! MANIFEST pp_sys.c
35811 ____________________________________________________________________________
35812 [ 7893] By: gsar on 2000/11/27 15:10:56
35813 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
35814 6740..6745,6747..6757,6760
35816 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
35818 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
35820 Doc nits spotted by Richard Soderberg.
35822 move WNOHANG definition to where other such things are
35824 Make $Config{byteorder} more magical so that it is
35825 dynamically computed: nice for 'fat binaries'.
35826 Subject: [PATCH]: default byteorder
35828 Subject: [PATCH] Cwd.pm now uses strict
35830 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
35832 Get -DLEAKTEST to compile (not necessarily to work, mind)
35833 Subject: [ID 20000724.006] -DLEAKTEST problem
35835 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
35837 Add perlebcdic from Peter Prymmer, regen toc.
35839 Don't propose using modules built for 5.005 if no binary
35840 compatibility with 5.005 is attempted.
35842 Do not use prototyping here.
35843 Subject: [ID 20000817.016] [PATCH] Peek.xs
35845 Document what the backtick returns if the command fails.
35847 Add byteorder to the myconfig output.
35849 Introduce NVef, NVff, and NVgf, use the middle one.
35850 (helps for lib/peek + Linux + long doubles) Reported in
35851 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
35852 Use NVs in POSIX math, not doubles.
35853 Subject: [ID 20000817.014] POSIX & modfl
35855 Subject: [PATCH 5.6.0+] newSVrv() memory leak
35857 The byteorder code in #6671 was wrong.
35859 Fix the lib/complex failure of
35860 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
35861 Linux long double accuracy issue: something that
35862 when printed with %g looks like "2" but int() of it is 1.
35864 Propagate new Configure vars.
35866 Unbuffer the output.
35868 Subject: [PATCH] perltrap.pod spring cleaning
35870 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
35871 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
35873 Tiny Getopt::Long patch from Johan Vromans.
35875 Document code point which makes if (defined %stash::) to work
35876 (noted by Spider Boardman).
35878 Subject: [PATCH perl@6698] cygwin port
35880 Document the NDBM_File and ODBM_File as SDBM_File
35881 was documented in #6417.
35883 The new tests were missing from #6415.
35885 Add [[:blank:]] as suggested in
35886 Subject: [ID 20000716.024] [=cc=] / [:blank:]
35887 (the [=cc=] has already been taken care of by #6439
35888 so the whole bug report can be closed)
35889 and make [[:space:]] to be equivalent to isspace(3)
35890 (as opposed to \s, which is isSPACE()). The difference
35891 is that now [[:space:]] matches the mythical vertical tab,
35894 Don't eat leading os from index entries.
35895 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
35897 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
35899 Typo in pp_complement().
35900 Subject: [PATCH perl-current] Deparse
35902 Add warnif(), check warnings further up the stack,
35903 all the warnings functions now can take an optional object reference.
35904 Subject: [PATCH bleedperl@6691] warnings pragma update
35906 Fix a core dump in lib/selfloader under -DDEBUGGING.
35907 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
35909 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
35911 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
35913 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
35914 Put back the long double avoidance code to POSIX.xs
35915 because VMS seems to need it still.
35917 Introduce a 'veryclean' target that is like 'distclean'
35918 but also removes *~ and *.orig.
35920 Subject: [ID 20000817.023] endianness description in perlfunc.pod
35922 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
35924 Let's try #6717 again.
35927 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
35929 pp_open() could pass an uninitialized filename down to do_open9().
35931 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
35933 Update to CGI 2.72, from Lincoln Stein.
35935 Subject: [PATCH] Silence MakeMaker (Was: installman)
35937 Use temporary directory instead of current directory.
35938 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
35940 Document odd vs even subreleases and -Dusedevel.
35942 The veryclean target needs to clobber.
35944 Use File::Spec->tmpdir().
35946 Document the number of exponent digits.
35948 Mention perlebcdic and perlposix-bc.
35950 s/this one/the 5.6.0 release/
35954 The correct cleaning order is an art.
35956 small tweaks for change#6705: avoid C++ style comments in C code;
35957 use Perl's malloc API rather than the low level system one
35959 Array context keeps slithering in.
35961 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
35963 Subject: [PATCH] os2.c fix for use64bitint
35965 Update to Pod::LaTeX 0.53.
35966 Subject: [PATCH] lib/Pod/LaTeX.pm updates
35968 Document the endianness of Alpha more precisely.
35970 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
35972 Rename the macro argument because some preprocessors
35973 can't tell the difference and expand arguments also inside
35974 double quoted strings.
35976 free TLS slot properly on Windows
35978 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
35980 Unicos/mk requires elaborate paranoia.
35982 Tweak the floating point output routine preferences.
35984 Also under djgpp the timestamps are funky.
35986 Apply some PodParser 1.18 patches; the Pod/Find.pm
35987 patches cannot be applied since #6712 conflicts.
35989 Use PodParser 1.18 new test.
35992 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
35995 Branch: maint-5.6/perl
35996 +> pod/perlebcdic.pod
35997 !> (integrate 106 files)
35998 ____________________________________________________________________________
35999 [ 7892] By: jhi on 2000/11/27 15:02:32
36000 Log: Update Changes.
36002 ! Changes patchlevel.h
36003 ____________________________________________________________________________
36004 [ 7891] By: jhi on 2000/11/27 14:57:23
36005 Log: Subject: Re: perlfaq style changes
36006 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36007 Date: Sat, 25 Nov 2000 23:32:26 -0800
36008 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
36010 plus a note from Ronald Kimball.
36012 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
36013 ____________________________________________________________________________
36014 [ 7890] By: jhi on 2000/11/27 14:53:14
36015 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
36016 From: Benjamin Holzman <bah@ecnvantage.com>
36017 Date: Sun, 26 Nov 2000 16:27:33 -0500
36018 Message-ID: <20001126162733.J25040@ecnvantage.com>
36021 ____________________________________________________________________________
36022 [ 7889] By: jhi on 2000/11/27 14:43:11
36023 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
36024 From: lvirden@cas.org
36025 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
36026 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
36029 ____________________________________________________________________________
36030 [ 7888] By: jhi on 2000/11/27 14:32:34
36031 Log: Restore also the locale test to no-sprintf-taint state.
36032 Fixes the bug 20001127.003.
36034 ! sv.c t/pragma/locale.t
36035 ____________________________________________________________________________
36036 [ 7887] By: gsar on 2000/11/27 14:13:05
36037 Log: integrate changes#6613..6616,6620..6665 from mainline
36039 VMS configure.com update continues.
36041 Subject: Test fails / warnings with perl-current #6612
36043 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
36045 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36047 For now remove the mail code.
36049 Subject: Re: [PATCH] @+, @- readonly
36051 Subject: warning: storage class after type is obsolescent
36055 Subject: Re: File::Temp problems on VMS in bleedperl
36058 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
36060 Make the user to give up his firstborn, err, to knowingly
36061 verify installing an unstable developer release. Also bump
36062 the release to 5.7.0, but leave a patch tag in the local
36063 patches saying that this is not yet the real thing.
36065 Update (kinda) to Test 1.14, from Joshua Pritikin.
36067 make ok etc also for win32.
36069 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
36071 Don't blow limited stacks, a lower number is enough to
36072 tickle the lookbehind limit.
36074 Use -Dusedevel; regen Configure and the respective Porting stuff.
36076 Subject: [PATCH] debugger exit code should reflect user exit code
36078 Subject: [PATCH perl@6620] cygwin port
36080 Missed a file from #6638.
36082 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)
36084 magic callbacks all need to have same type signature
36086 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
36088 Fix a dependency problem.
36089 Subject: [PATCH: 6640] VMS Makefile.SH update
36091 The numeric locale was reset to "C" by s?printf and never restored.
36092 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
36093 No test since adding the failing example to locale.t
36094 does not fail -- probably because the locale settings are so
36095 thoroughly tweaked by that time. Running the example standalone
36096 does fail, though. UPDATE: test case added at change #7540.
36098 Subject: [ID 20000324.040] minor fix to perlhpux.pod
36100 Update to CPAN 1.57.
36102 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
36104 Change the perlbug address to perl.org since it's more forgiving.
36106 Change the regx compilation error markers to use = instead of <
36107 since pod makes using the latter quite messy. Reported in
36108 ID 20000814.006 by Abigail and in
36109 Subject: Unknown escape E<> ?
36111 Update to perldebtut 1.9, from Richard Foley.
36113 check that the number pseudo children doesn't exceed
36114 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
36115 the WaitForMultipleObjects() limit that would cause wait()
36117 wait() and waitpid() could potentially be rewritten to use
36118 more than one thread to do the waiting to eliminate this
36121 change#6328 could make close(SOCKET) return false on windows
36124 pod nit seen in passing
36126 on windows, the return values from wait() and waitpid() don't
36127 match those of pseudo-pids
36129 waitpid() now handles externally spawned pids correctly;
36130 fixes for backtick/wait/waitpid failures on Windows 9x
36131 these changes make the pid returned by process functions on
36132 Windows 9x always positive by clearing the high bit (which
36133 is always set on Win9x); pseudo-process PIDs are likewise
36134 always negative now on Win9x (just as on NT/2000)
36136 trailing new %ENV entries weren't being pushed into the real
36137 environment of subprocesses on Windows
36139 Tweak the regex compilation errors once more.
36141 avoid warnings from dense compiler
36143 add "ok" targets from change#6632 in makefile.mk
36144 Branch: maint-5.6/perl
36145 - lib/Pod/PlainText.pm vms/configure.com
36146 !> (integrate 66 files)
36147 ____________________________________________________________________________
36148 [ 7886] By: jhi on 2000/11/27 13:54:18
36149 Log: __FUNCTION__ isn't portable and trying to emulate it leads
36150 into practically spelling out the name of the function.
36151 Takes care of the bug 20001127.001.
36154 ____________________________________________________________________________
36155 [ 7885] By: gsar on 2000/11/27 13:53:18
36156 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
36157 6610..6611 from mainline
36159 Make regular expression parse error messages easier to understand.
36160 Subject: Re: enhanced(?) regex error messages
36162 Tiny tidying on report_evil_fh().
36164 Subject: Re: enhanced(?) regex error messages
36165 plus Capitalize the error messages, plus perldiag them.
36167 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
36169 Document here-doc better.
36171 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36173 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
36174 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
36175 (either perlbug or p5p ate the original), plus regen
36176 perlapi and perltoc.
36180 Double check that we have a dirhandle.
36182 Subject: Re: enhanced(?) regex error messages
36183 (plus two small patches sent privately)
36184 (this still seems to leave few test failures)
36186 warn is a macro, avoid using at a variable to avoid warnings
36187 in some configurations; readdir.t is too conservative in
36188 estimating number of *.t's
36190 Get back into sync with Jeffrey on the enhanced regex warnings.
36192 Subject: [PATCH 5.6.0] cygwin port
36194 Zero entries were skipped, fix from Adrian Goalby
36195 <argoalby@yahoo.co.uk>
36197 Subject: Remove dead entry in perldiag
36199 Amend the description of Perl6.
36200 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
36204 It's the 2ndO'ROSSC.
36206 Revert the sv.c part of #6559, a better fix is needed.
36208 Iterating perl6 description.
36210 Update to Term::ANSIColor 1.03, from Russ Allbery.
36212 Update to Getopt::Long 2.23_05, from Johan Vromans.
36214 Small AUTHORS and MAINTAIN updates. Could do with big updates.
36216 Update to Pod::Parser 1.17, from Brad Appleton.
36218 Update to CPAN 1.56, from Andreas König.
36220 Update to CGI 2.70, from Lincoln Stein.
36222 Put back the std @INC thing.
36224 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
36225 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
36227 Document the IO::Select timeout.
36229 sleep(1) does not necessarily return 1.
36230 Subject: [PATCH bleadperl] op/lex_assign.t
36232 Subject: debugger "d" command doesnt check line number
36234 B::Deparse didn't do sub attributes.
36235 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36237 Preprocessing and postprocessing for File::Find.
36238 Subject: Patch to Find::File.pm to allow alphabetical results
36240 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
36242 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
36244 Subject: Re: [ID 20000730.003] utf8::length() bad
36246 Subject: Getting perlio and threads to compile
36247 (the Solaris version changes in Configure skipped)
36250 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36252 Add Perl debugging tutorial, regen toc.
36253 Subject: perldebtut.pod
36255 Add a few missing files, update MANIFEST.
36257 Rewrite of vms/subconfigure.com as configure.com,
36258 from Peter Prymmer and the vmsperl crew.
36260 Should have deleted this in #6603.
36262 Fix the test for 5005threads.
36264 Fix-n-skip the tests under 5005threads.
36266 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
36268 Upgrade to CGI 2.71, from Lincoln Stein.
36269 Branch: maint-5.6/perl
36270 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
36271 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
36272 +> t/op/regmesg.t t/pod/find.t vms/configure.com
36273 - vms/subconfigure.com
36275 !> (integrate 115 files)
36276 ____________________________________________________________________________
36277 [ 7884] By: jhi on 2000/11/27 13:44:33
36278 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
36279 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36280 Date: Mon, 27 Nov 2000 08:23:54 EST
36281 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
36283 ! vms/descrip_mms.template vms/test.com
36284 ____________________________________________________________________________
36285 [ 7883] By: gsar on 2000/11/27 11:50:46
36286 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
36287 6511..6513,6515..6523,6525..6536
36289 The swallow_bom() saga continues. The #23 of require.t
36290 (UTF16-LE) still fails (silently, no output) but the #22
36291 (UTF16-BE) seems to be working now. The root of the
36292 failure may be in sv_gets(): is it UTF-16LE-aware,
36293 especially when it comes to line endings?
36295 Document the problem with -P in HP-UX and its workaround.
36297 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
36298 (aka ID 20000730.002)
36300 Subject: fix and question re: waitpid() under win32
36302 Make the safety catch for buggy gccs work with triple version
36303 numbers like 2.95.2. Reported in
36304 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
36306 In Digital UNIX warn if gcc explicitly chosen because even
36307 2.95.2 is known to cause problems.
36309 Make chr() for values >127 to create utf8 when under utf8.
36311 various syntax errors and such (not fixed: comp/require.t#22 coredump
36314 Stash away the largefiles flags and libswanted.
36316 BOM patching from Simon Cozens.
36318 If gccosandvers is equal to osname, clear gccosandvers.
36320 Make p4desc to skip non-mainperl branches by default.
36322 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
36325 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
36327 In new BSDs changes to argv[] do not show up in ps(1) output,
36328 instead one must use setproctitle(). This was already addressed
36329 by change #6457, but the below has a new variant for FreeBSD 4.0
36330 or later, and the matter is also documented more.
36332 FreeBSD 3.* updates from
36333 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36335 regen_headers, regen perltoc.
36337 Document in one place the memory abstractions used in Perl core.
36339 memcpy has n o in it, as pinted ut by Sarathy.
36341 Remove the extraneous "main::" prefix from all the
36342 "opened only for", "on closed", and "never opened" warnings.
36344 The name of a filehandle does not have <these>.
36346 The tr utf8 patching continues.
36348 The new setproctitle() feature is available only in
36349 bleeding edge FreeBSD. From Paul Saab.
36351 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
36353 Dump UVs as UVs in Data::Dumper.
36357 Document the IVdf UVuf UVof UVxf.
36359 require.t needs binmode() to work on windows
36361 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
36362 that are hopefully soon put into use.
36364 Allow "no Module;" even if there is no 'unimport'.
36366 Better skip message for the test; one of the two problems in
36367 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
36369 The subtest 4 may fail also on VOBS, as pointed out
36370 by Nick Ing-Simmons in November 1999, bug id 19991124.003
36371 (but the failure in that bug report isn't the subtest 4).
36373 Be more informative on what is skipped and why,
36374 also repeat the list at the end.
36378 Subject: [PATCH] sv.h documentation - SvLEN
36380 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
36382 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
36384 Subject: [PATCH] bad cppsymbols on os2 + Configure question
36386 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
36388 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
36389 mention the idea of @( and @)
36391 This is 6512. Really.
36393 Subject: [ID 19990721.004] Documentation bug in perlfunc
36395 Subject: Minor tweak to perlvar.pod
36397 In the warnings call filehandles consistently so;
36398 add "unopened" warning for stat().
36400 After the #6519 a warning about stat() is just that,
36401 not about a filetest, which now have their own warning.
36403 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
36405 Subject: Re: Array vs. List context
36407 Subject: New perlcc, take 2
36409 Weed buglets pointed out by
36410 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
36412 gcc versions might have (parentheses) in them.
36414 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
36416 Essential prototype changes were missing from #6527.
36417 Also make report_evil_fh() more bomb-proof.
36419 Zap lib/Sys directory when cleaning up.
36421 Change the Policy policy: now -Dprefix= with an existing
36422 Policy.sh and prefix == siteprefix == vendorprefix, then all
36423 of them follow along the new prefix.
36424 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
36426 Continue fixing the io warnings. This also
36427 sort of fixes bug ID 20000802.003: the core dump
36428 is no more. Whether the current behaviour is correct
36429 (giving a warning: "Not a format reference"), is another matter.
36431 Have symbols for the IoTYPEs.
36433 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
36435 Document a bit that UDP is not what you might think.
36436 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
36437 tr memory corruption fix from Simon Cozens.
36439 Plug the security hole described in the Aug 05 2000 bugtraq message
36440 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
36441 The security hole exists only in suidperls, which isn't
36442 installed or even built by default.
36443 Branch: maint-5.6/perl
36444 !> (integrate 71 files)
36445 ____________________________________________________________________________
36446 [ 7882] By: gsar on 2000/11/27 10:25:36
36447 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
36450 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
36451 to be fatal errors (instead of by default ignoring them, and
36452 ignoring with a bug: even though -w gave an error, the opening [
36453 was left in) Reported in:
36455 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
36457 Subject: [PATCH] split /^/
36459 MacOS nits from Matthias Neeracher.
36461 More split() doc and test patches from Mike Guy.
36463 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
36464 from Graham Barr in the module list.
36466 docfix from Peter Scott <Peter@PSDT.com>.
36468 File::Temp patches for VMS and OS/2 from Tim Jenness.
36470 open() wariness in perlbug.
36472 Subject: [PATCH] minor doc change - perlguts
36474 Subject: Minor doc patch: handy.h
36476 Be wary of close()s, too.
36478 Further File::Temp patches from Yitzchak Scott-Thoennes
36479 and Craig A. Berry.
36481 Subject: [PATCH] fixes bug 20000508.004
36483 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
36485 Allow "no AutoLoader;", based on change #6444,
36486 suggested by Graham Barr.
36488 Use setproctitle() if available to modify $0.
36490 Warn if the version of the operating system used to compile gcc
36491 differs from the current version of the operating system.
36492 Also display the gcc compilation os and version in myconfig.
36495 Tiny fixes for #6460.
36497 The problem described in this
36498 Subject: [ID 20000322.018] named chars aren't magical enough
36499 has been fixed in perl 5.6.0 but just in case added a test
36500 to keep it away. (The report from Joseph Hall.)
36502 Tune the comments and hopefully stop a memory leak.
36504 Subject: UTF8 concat
36505 (with a memory leak fixed, plus a few casts added)
36506 This also seems to help for
36507 Subject: [ID 20000716.015] join UTF8 weirdness
36509 Do not upgrade SVs into utf8 just because they participate
36510 in eq or cmp. Reported and fix suggested in
36511 Subject: [ID 20000720.009] sv_eq UTF8 bug
36513 Fix the HALF_UPGRADE() macro introduced in #6263.
36515 Find green threads before native threads.
36516 Subject: Re: Patch to jpl/JNI/Makefile.PL
36517 Branch: maint-5.6/perl
36518 !> (integrate 30 files)
36519 ____________________________________________________________________________
36520 [ 7881] By: jhi on 2000/11/27 05:48:41
36521 Log: It seems that *both* the unused submatch loop cleanup
36525 ____________________________________________________________________________
36526 [ 7880] By: jhi on 2000/11/27 04:50:07
36527 Log: Clean .exists deeper.
36530 ____________________________________________________________________________
36531 [ 7879] By: jhi on 2000/11/27 02:31:35
36532 Log: The code in regcppop() (see #7878) contains the correct lower
36533 limit for the unused submatch 'cleanup' loop so that under
36534 "use utf8" the following code wouldn't dump core:
36535 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
36536 the cleanup loop in regtry() stomped beyond allocated area
36537 in the startp[] array. Therefore, copied the correct lower
36538 loop limit (*PL_reglastparen) to regtry(). Note: something
36539 may still not be quite right: why was the _higher_ loop limit
36540 (prog->nparens) different in the utf8 case?
36542 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
36543 without core dumps, there were about 17 of them before
36544 the patch (with us since Perl 5.7.0). Two failures, still:
36545 496 and 505 (though these may not be severe).
36547 Patch #7881 is also needed since both the cleanup loops
36550 Also, the t/op/pat#44 seems to core dump under utf8.
36551 Plus a couple of failures. UGH-8.
36554 ____________________________________________________________________________
36555 [ 7878] By: jhi on 2000/11/27 02:21:17
36556 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
36557 the code in regcppop() seems to be redundant for the test suite --
36558 but it contains a germ of truth, and it needed for the build
36559 process itself: see #7879 and #7881.
36562 ____________________________________________________________________________
36563 [ 7877] By: jhi on 2000/11/27 01:53:09
36564 Log: Comment on comment.
36567 ____________________________________________________________________________
36568 [ 7876] By: jhi on 2000/11/27 00:49:59
36569 Log: Adjust the docs to agree with #7875.
36571 ! pod/perllocale.pod
36572 ____________________________________________________________________________
36573 [ 7875] By: jhi on 2000/11/27 00:49:27
36574 Log: Retract #7863. It makes more sense not to taint formatted output,
36575 not even by sprintf().
36578 ____________________________________________________________________________
36579 [ 7874] By: jhi on 2000/11/26 23:36:02
36580 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
36581 Not really fixed (should really dump the UTF-8 charclass),
36582 but stopped displaying the garbage.
36584 Also add a note on the (missing) Unicode PSXSPC and BLANK.
36587 ____________________________________________________________________________
36588 [ 7873] By: jhi on 2000/11/26 21:31:13
36589 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
36592 ____________________________________________________________________________
36593 [ 7872] By: jhi on 2000/11/26 21:06:04
36594 Log: No need to scan till infinity, 13 is enough.
36597 ____________________________________________________________________________
36598 [ 7871] By: jhi on 2000/11/26 20:20:32
36599 Log: Test line numbers are different with utf8.
36602 ____________________________________________________________________________
36603 [ 7870] By: jhi on 2000/11/26 20:10:12
36607 ____________________________________________________________________________
36608 [ 7869] By: jhi on 2000/11/26 19:01:05
36609 Log: Make utf8_length() and utf8_distance() (the latter of which
36610 is unused at the moment) to be less forgiving about bad UTF-8.
36612 ! embed.h embed.pl objXSUB.h proto.h utf8.c
36613 ____________________________________________________________________________
36614 [ 7868] By: jhi on 2000/11/26 18:45:56
36615 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
36616 From: Benjamin Holzman <bah@ecnvantage.com>
36617 Date: Sat, 25 Nov 2000 20:40:20 -0500
36618 Message-ID: <20001125204020.A25040@ecnvantage.com>
36620 Debian allows installing /usr/bin/locale without installing
36621 any locales, an error message will ensue.
36623 ! t/pragma/locale.t
36624 ____________________________________________________________________________
36625 [ 7867] By: jhi on 2000/11/26 18:31:12
36626 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
36627 From: Benjamin Holzman <bah@ecnvantage.com>
36628 Date: Sun, 26 Nov 2000 02:42:34 -0500
36629 Message-ID: <20001126024234.G25040@ecnvantage.com>
36631 Patch for the bug 20000212.002.
36633 ! sv.c t/op/array.t
36634 ____________________________________________________________________________
36635 [ 7866] By: jhi on 2000/11/26 18:28:09
36636 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
36637 From: Tim Jenness <t.jenness@jach.hawaii.edu>
36638 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
36639 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
36643 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
36644 ____________________________________________________________________________
36645 [ 7865] By: jhi on 2000/11/26 18:24:22
36646 Log: The metaconfig unit change for #7864.
36647 Branch: metaconfig/U/perl
36649 ____________________________________________________________________________
36650 [ 7864] By: jhi on 2000/11/26 18:23:41
36651 Log: Make the va_copy() test not to be so talkative.
36653 ! Configure config_h.SH
36654 ____________________________________________________________________________
36655 [ 7863] By: jhi on 2000/11/26 18:11:02
36656 Log: Fix locale inconsistencies unearthed by Hugo's work.
36657 Now the floating point sprintf really does taint the result
36658 string as perllocale promises (has promised for a long time)
36659 if "use locale" is in the lexical scope.
36661 ! sv.c t/pragma/locale.t
36662 ____________________________________________________________________________
36663 [ 7862] By: jhi on 2000/11/26 00:35:15
36664 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
36665 From: Nicholas Clark <nick@ccl4.org>
36666 Date: Sun, 26 Nov 2000 00:07:50 +0000
36667 Message-ID: <20001126000750.A22446@plum.flirble.org>
36672 ____________________________________________________________________________
36673 [ 7861] By: jhi on 2000/11/26 00:01:26
36674 Log: Integrate perlio.
36676 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
36677 ____________________________________________________________________________
36678 [ 7860] By: nick on 2000/11/25 22:04:17
36679 Log: Correct relative path from new ext\Filter\Util\Call location
36682 ! win32/makefile.mk
36683 ____________________________________________________________________________
36684 [ 7859] By: nick on 2000/11/25 21:26:54
36685 Log: Integrate mainline.
36687 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
36688 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
36689 +> t/lib/filter-util.t
36690 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36691 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
36692 - t/lib/filt-util.t
36693 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
36694 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
36695 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
36696 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
36697 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
36698 !> win32/makefile.mk
36699 ____________________________________________________________________________
36700 [ 7858] By: gsar on 2000/11/25 20:52:17
36701 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
36702 parent's memory; fix it by keeping track of the actual pad
36703 offset rather than a raw pointer (this change is probably also
36704 relevant to non-ithreads case to avoid fallout from reallocs of
36705 the pad array, but is currently only enabled for the ithreads
36706 case in the interests of minimal disruption to existing "well
36709 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
36710 ! proto.h scope.c scope.h sv.c t/op/fork.t
36711 ____________________________________________________________________________
36712 [ 7857] By: nick on 2000/11/25 20:01:28
36713 Log: All tests pass on Win32/gcc/USE_PERLIO.
36714 - when crlf layer is pushed make unix-level binary.
36715 - remove :crlf injection in pp_backtick in pp_sys.c
36716 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
36718 ! doio.c perlio.c pp_sys.c win32/makefile.mk
36719 ____________________________________________________________________________
36720 [ 7856] By: jhi on 2000/11/25 18:38:30
36721 Log: Update the metaconfig units for #7855.
36722 Branch: metaconfig/U/perl
36723 ! useperlio.U usesocks.U
36724 ____________________________________________________________________________
36725 [ 7855] By: jhi on 2000/11/25 18:37:54
36726 Log: Undo the SOCKS workarounds, instead start using PerlIO
36727 if SOCKS is selected.
36729 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
36730 From: Jens Hamisch <jens@Strawberry.COM>
36731 Date: Fri, 24 Nov 2000 18:31:30 +0100
36732 Message-ID: <20001124183130.E28337@Strawberry.COM>
36734 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
36735 From: Jens Hamisch <jens@Strawberry.COM>
36736 Date: Fri, 24 Nov 2000 19:11:51 +0100
36737 Message-ID: <20001124191151.A28753@Strawberry.COM>
36739 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
36740 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
36741 ____________________________________________________________________________
36742 [ 7854] By: jhi on 2000/11/25 17:39:08
36743 Log: Undo #7848. Some of the code seems to use walkoptree(),
36744 some walkoptree_slow(). An unfinished renaming?
36745 Now the sub is walkoptree() (which is @EXPORT_OK),
36746 the walkoptree_slow() is a typeglob alias to walkoptree.
36747 This makes the tests to pass, at least.
36749 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
36750 ____________________________________________________________________________
36751 [ 7853] By: nick on 2000/11/24 22:24:33
36752 Log: Re-arrange crlf vs binary for platforms that care.
36753 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
36754 Lip-service to making stdio layer work on such platfroms (untested).
36755 Now fails 3 tests rather than one, checkin to see if I can debug
36756 the issue under linux. (Do not merge.)
36758 ! doio.c perlio.c perliol.h
36759 ____________________________________________________________________________
36760 [ 7852] By: jhi on 2000/11/24 18:57:39
36761 Log: AUTHORS edits.
36764 ____________________________________________________________________________
36765 [ 7851] By: jhi on 2000/11/24 17:34:56
36766 Log: Add Jan-Erik Karlsson.
36769 ____________________________________________________________________________
36770 [ 7850] By: jhi on 2000/11/24 17:27:56
36771 Log: Configure should find stdchar on its own.
36773 ! hints/solaris_2.sh
36774 ____________________________________________________________________________
36775 [ 7849] By: jhi on 2000/11/24 17:24:55
36776 Log: Subject: PATCH over 7848: Filter test flawed
36777 From: andreas.koenig@anima.de (Andreas J. Koenig)
36778 Date: 24 Nov 2000 10:28:29 +0100
36779 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
36781 ! t/lib/filter-util.t
36782 ____________________________________________________________________________
36783 [ 7848] By: jhi on 2000/11/24 17:22:15
36784 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
36785 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
36786 Date: Fri, 24 Nov 2000 16:12:58 +0000
36787 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
36790 ____________________________________________________________________________
36791 [ 7847] By: jhi on 2000/11/24 03:07:01
36792 Log: Integrate perlio.
36794 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
36795 !> win32/makefile.mk
36796 ____________________________________________________________________________
36797 [ 7846] By: gsar on 2000/11/24 00:55:57
36798 Log: integrate changes#6415..6418,6420..6438 from mainline
36800 Fix the bitvector ops for utf8 (tricky since past 7 bits
36801 the utf8 'characters' can be more than one octet).
36803 MPE/ix updates for perl 5.6.0 from Mark Bixby.
36805 Subject: SDBM_File documentation
36811 Send all installperl messages to STDERR and be -w clean.
36813 Out-of-date note removed.
36815 Protect against "wild next"s, that is, callbacks doing "next"
36816 instead of "return".
36818 Use STDOUT consistently.
36820 The output might have been produced in the wrong order.
36822 A missing 'break' after the [[:space:]] switch case.
36825 [ID 19991110.003] another matching finding by pcre author
36826 which has already been fixed by some patch, as verified in
36828 Documentation to explain the behaviour of map().
36830 Add an optimization for map-maps-a-list-element-to-more-list-elements
36831 case, but add also notes explaining the relationship of this
36832 patch and the earlier notes by Sarathy.
36834 Subject: [ID 20000716.023] syslog test fails without sockets
36836 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
36837 Test cases for #6431.
36839 File::Spec::VMS fixup for tmpdir from Craig Berry.
36841 Make the "uninit variable" warning to say "concat or string"
36842 or "join or string" when in concat or join .
36844 Get UTF16 BOMs working. Patch from
36845 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
36847 Subject: [PATCH] Make large file tests deal with SIGXFSZ
36849 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
36851 Subject: [PATCH] av.c apidoc
36852 Branch: maint-5.6/perl
36853 !> (integrate 43 files)
36854 ____________________________________________________________________________
36855 [ 7845] By: gsar on 2000/11/24 00:20:45
36856 Log: integrate changes#6406..6414 from mainline
36858 Merge perlhacktut into perlhack, update perlguts.
36860 Fix AutoSplit to use File::Spec the right way in VMS,
36861 from Peter Prymmer.
36864 [ID 19991110.002] minimal matching discrepancy found by pcre author
36865 seems to have been fixed (though differently from what was suggested
36866 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
36868 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
36869 not in pod, from Peter Prymmer
36871 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
36872 From: Hugo <hv@crypt.compulink.co.uk>
36873 Date: Fri, 14 Jul 2000 23:05:20 +0100
36874 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
36876 Didn't anymore apply, but that point still could use another fix.
36878 lib/b test fixes from Peter Prymmer.
36880 More docs for sv functions.
36882 perlvms.pod whitespace cleanup to keep pod utils happy.
36884 another VMS build tweak from Peter Prymmer
36885 Branch: maint-5.6/perl
36886 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
36887 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
36888 !> vms/descrip_mms.template vms/perlvms.pod
36889 ____________________________________________________________________________
36890 [ 7844] By: nick on 2000/11/23 23:42:45
36891 Log: Win32/perlio Now just fails one io/argv.t test - lack
36892 of default :crlf on standard streams.
36895 ____________________________________________________________________________
36896 [ 7843] By: nick on 2000/11/23 23:04:05
36897 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
36898 peek fail is showing a real problem (multiple crlf layers
36899 are getting pushed.)
36901 ! doio.c perlio.c win32/makefile.mk
36902 ____________________________________________________________________________
36903 [ 7842] By: nick on 2000/11/23 19:46:23
36904 Log: Implement PerlIO_binmode()
36905 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
36906 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
36907 make binmode in t/lib/io_tell.t unconditional so that works.
36908 Checkin just so Win32 machine can see these changes.
36910 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
36911 ____________________________________________________________________________
36912 [ 7841] By: jhi on 2000/11/23 19:30:00
36913 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
36916 ____________________________________________________________________________
36917 [ 7840] By: jhi on 2000/11/23 17:18:02
36918 Log: SOCKS wrestling continues, patches from Jens Hamisch.
36920 ! doio.c embed.h embed.pl perlsdio.h proto.h
36921 ____________________________________________________________________________
36922 [ 7839] By: jhi on 2000/11/23 16:54:14
36923 Log: Push Filter::Util::Call one level deeper.
36925 + t/lib/filter-util.t
36926 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
36927 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
36928 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36929 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
36930 - t/lib/filt-util.t
36931 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
36932 ! win32/Makefile win32/makefile.mk
36933 ____________________________________________________________________________
36934 [ 7838] By: jhi on 2000/11/23 16:52:40
36935 Log: Reach back one higher up when searching for PERL_SRC.
36937 ! lib/ExtUtils/MM_Unix.pm
36938 ____________________________________________________________________________
36939 [ 7837] By: jhi on 2000/11/23 16:05:41
36940 Log: Subject: Re: perl@7826
36941 Date: Thu, 23 Nov 2000 02:20:25 -0600
36942 From: "Craig A. Berry" <craigberry@mac.com>
36943 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
36945 Make VMS to like Filter::Util::Call.
36947 ! configure.com ext/Filter/Util/Makefile.PL
36948 ____________________________________________________________________________
36949 [ 7836] By: nick on 2000/11/23 16:04:08
36950 Log: Implement crlf layer - not ready for merge.
36952 ! perlio.c win32/makefile.mk
36953 ____________________________________________________________________________
36954 [ 7835] By: jhi on 2000/11/23 15:56:52
36955 Log: STDCHAR is different in Sparc v9 vs x86.
36957 ! hints/solaris_2.sh
36958 ____________________________________________________________________________
36959 [ 7834] By: jhi on 2000/11/23 15:50:47
36960 Log: The type needs to be visible to protos.
36963 ____________________________________________________________________________
36964 [ 7833] By: jhi on 2000/11/23 15:40:46
36965 Log: Finish unfinished SOCKS workaround changes.
36968 ____________________________________________________________________________
36969 [ 7832] By: jhi on 2000/11/23 15:33:30
36970 Log: Integrate perlio.
36972 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36973 !> win32/makefile.mk
36974 ____________________________________________________________________________
36975 [ 7831] By: nick on 2000/11/23 10:31:07
36976 Log: Correct makefile.mk dependancies for ext/Filter/Util
36978 Run dmake regen_config_h
36980 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36981 ! win32/makefile.mk
36982 ____________________________________________________________________________
36983 [ 7830] By: nick on 2000/11/23 08:05:07
36984 Log: Integrate mainline
36986 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36987 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
36988 +> t/lib/filt-util.pl t/lib/filt-util.t
36989 !> (integrate 41 files)
36990 ____________________________________________________________________________
36991 [ 7829] By: gsar on 2000/11/23 03:07:11
36992 Log: build the Filter extension on windows
36994 ! win32/Makefile win32/makefile.mk
36995 ____________________________________________________________________________
36996 [ 7828] By: gsar on 2000/11/23 02:46:35
36997 Log: regenerate win32/config* and fix some inconsistencies in the
36998 makefiles; always export Perl_deb() because it is needed
36999 by ext/re/* (whether perl itself is built with -DDEBUGGING
37002 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
37003 ! win32/config_H.vc win32/makefile.mk
37004 ____________________________________________________________________________
37005 [ 7827] By: gsar on 2000/11/23 02:18:38
37006 Log: get sources building on windows+MSVC again (untested with other
37009 ! win32/include/sys/socket.h win32/perllib.c
37010 ____________________________________________________________________________
37011 [ 7826] By: jhi on 2000/11/23 01:18:26
37012 Log: Update Changes.
37014 ! Changes patchlevel.h
37015 ____________________________________________________________________________
37016 [ 7825] By: jhi on 2000/11/23 00:20:41
37017 Log: Subject: Re: av.c patch (having slight problems)
37018 From: "Ben Tilly" <ben_tilly@hotmail.com>
37019 Date: Tue, 21 Nov 2000 23:29:31 -0500
37020 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
37025 ____________________________________________________________________________
37026 [ 7824] By: jhi on 2000/11/22 23:59:15
37027 Log: Fixes for signedness warnings noticed by VMSperlers.
37029 ! ext/Storable/Storable.xs regcomp.c sv.c
37030 ____________________________________________________________________________
37031 [ 7823] By: jhi on 2000/11/22 23:19:31
37032 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
37033 From: Peter Prymmer <pvhp@forte.com>
37034 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
37035 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
37037 ! t/pragma/warn/pp_hot
37038 ____________________________________________________________________________
37039 [ 7822] By: jhi on 2000/11/22 22:52:20
37043 ____________________________________________________________________________
37044 [ 7821] By: jhi on 2000/11/22 22:46:39
37045 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
37046 by Damian Conway, as suggested by Paul Marquess.
37048 + lib/Filter/Simple.pm
37049 ____________________________________________________________________________
37050 [ 7820] By: jhi on 2000/11/22 22:45:51
37051 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
37053 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37054 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37055 + t/lib/filt-util.t
37057 ____________________________________________________________________________
37058 [ 7819] By: jhi on 2000/11/22 22:03:27
37059 Log: Integrate perlio.
37061 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
37062 !> win32/makefile.mk
37063 ____________________________________________________________________________
37064 [ 7818] By: jhi on 2000/11/22 21:56:02
37065 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
37067 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
37069 ____________________________________________________________________________
37070 [ 7817] By: jhi on 2000/11/22 21:39:49
37071 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
37072 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37073 Date: Wed, 22 Nov 2000 16:08:12 -0500
37074 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
37076 ! lib/ExtUtils/Liblist.pm
37077 ____________________________________________________________________________
37078 [ 7816] By: jhi on 2000/11/22 21:38:25
37079 Log: Go ahead and #include <unistd.h> in perl.h.
37081 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
37083 ____________________________________________________________________________
37084 [ 7815] By: jhi on 2000/11/22 21:22:52
37085 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
37086 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37087 Date: Mon, 20 Nov 2000 18:30:52 -0500
37088 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
37090 ! pod/perlre.pod regcomp.c t/op/re_tests
37091 ____________________________________________________________________________
37092 [ 7814] By: jhi on 2000/11/22 21:21:46
37093 Log: Subject: [PATCH 5.7.0] Liblist finally works
37094 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37095 Date: Tue, 21 Nov 2000 22:02:17 -0500
37096 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
37098 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
37099 ! lib/ExtUtils/MakeMaker.pm
37100 ____________________________________________________________________________
37101 [ 7813] By: jhi on 2000/11/22 21:20:23
37102 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
37103 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37104 Date: Wed, 22 Nov 2000 17:53:15 +0100
37105 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
37107 AIX dynaloader and perlio patch.
37109 ! ext/DynaLoader/dl_aix.xs
37110 ____________________________________________________________________________
37111 [ 7812] By: jhi on 2000/11/22 21:17:52
37112 Log: (Accidentally empty patch.)
37115 ____________________________________________________________________________
37116 [ 7811] By: jhi on 2000/11/22 21:16:31
37117 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
37118 From: Peter Prymmer <pvhp@forte.com>
37119 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
37120 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
37123 ____________________________________________________________________________
37124 [ 7810] By: jhi on 2000/11/22 21:15:36
37125 Log: Subject: Re: perl@7777
37126 From: "John P. Linderman" <jpl@research.att.com>
37127 Date: Wed, 22 Nov 2000 13:11:11 -0500
37128 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
37133 ____________________________________________________________________________
37134 [ 7809] By: jhi on 2000/11/22 21:14:19
37135 Log: Subject: [PATCH perl@7795] Perlio_tell fix
37136 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37137 Date: Wed, 22 Nov 2000 13:51:37 EST
37138 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
37141 ____________________________________________________________________________
37142 [ 7808] By: jhi on 2000/11/22 21:13:27
37143 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
37144 From: Casey Tweten <crt@kiski.net>
37145 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
37146 Message-Id: <200011201653.LAA10194@home.kiski.net>
37149 ____________________________________________________________________________
37150 [ 7807] By: jhi on 2000/11/22 21:12:35
37151 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
37152 From: Casey Tweten <crt@kiski.net>
37153 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
37154 Message-Id: <200011201636.LAA07227@home.kiski.net>
37157 ____________________________________________________________________________
37158 [ 7806] By: jhi on 2000/11/22 21:10:59
37159 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
37160 From: "Casey R. Tweten" <crt@kiski.net>
37161 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
37162 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
37165 ____________________________________________________________________________
37166 [ 7805] By: nick on 2000/11/22 21:05:06
37167 Log: Integrate mainline
37169 !> Changes Porting/genlog ext/DB_File/DB_File.xs
37170 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
37171 !> utils/perlbug.PL
37172 ____________________________________________________________________________
37173 [ 7804] By: jhi on 2000/11/22 21:01:12
37174 Log: Subject: [PATCH] Test.pm POD peculiarity
37175 From: "Casey R. Tweten" <crt@kiski.net>
37176 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
37177 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
37180 ____________________________________________________________________________
37181 [ 7803] By: jhi on 2000/11/22 20:59:59
37182 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
37183 From: "Philip Newton" <pnewton@gmx.de>
37184 Date: Wed, 22 Nov 2000 14:25:53 +0100
37185 Message-Id: <3A1BD771.25462.1939FAD@localhost>
37187 Be case-understanding also on 's', and use the -oi of sendmail
37188 not to terminate the transmission on a lone '.'.
37191 ____________________________________________________________________________
37192 [ 7802] By: nick on 2000/11/22 20:51:42
37193 Log: Win32 PerlIO intermediate state now working as expected.
37194 - In current state we are still using C runtime in text/binary
37195 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
37196 - PERLIO=stdio and PERLIO=unix pass all expected tests.
37197 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
37198 and PerlIO_seek() and the dummy crlf layer is not making adjustments
37199 for CRLF translation happening in C runtime. All other tests pass.
37201 Added note to README.win32 to point out the snags of doing a perl build
37202 with Norton AntiVirus turned on.
37204 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
37205 which file a fail comes from.
37207 Updated "canned" config.h to match the one generated.
37209 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
37210 ! win32/makefile.mk
37211 ____________________________________________________________________________
37212 [ 7801] By: jhi on 2000/11/22 06:50:20
37215 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37216 ____________________________________________________________________________
37217 [ 7800] By: jhi on 2000/11/22 01:29:55
37218 Log: Changes had accidentally gone too silent on non-main branches.
37220 ! Changes Porting/genlog patchlevel.h
37221 ____________________________________________________________________________
37222 [ 7799] By: gsar on 2000/11/22 01:02:56
37223 Log: some lib_pm.PL changes snuck in via change#7772
37224 Branch: maint-5.6/perl
37226 ____________________________________________________________________________
37227 [ 7798] By: nick on 2000/11/21 21:59:40
37228 Log: Integrate mainline
37230 !> (integrate 28 files)
37231 ____________________________________________________________________________
37232 [ 7797] By: jhi on 2000/11/21 21:01:45
37233 Log: Integrate perlio.
37235 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
37236 ____________________________________________________________________________
37237 [ 7796] By: nick on 2000/11/21 20:36:22
37238 Log: Win32 builds and runs (mostly) with USE_PERLIO.
37239 PERLIO=perlio passes all tests.
37240 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
37242 ! perlio.c win32/perllib.c win32/win32.c
37243 ____________________________________________________________________________
37244 [ 7795] By: jhi on 2000/11/21 19:03:44
37245 Log: Update Changes.
37247 ! Changes patchlevel.h
37248 ____________________________________________________________________________
37249 [ 7794] By: jhi on 2000/11/21 18:56:34
37250 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
37251 From: "Craig A. Berry" <craigberry@mac.com>
37252 Date: Mon, 20 Nov 2000 20:27:06 -0600
37253 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
37258 ____________________________________________________________________________
37259 [ 7793] By: jhi on 2000/11/21 18:54:41
37260 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
37261 From: Dominic Dunlop <domo@computer.org>
37262 Date: Mon, 20 Nov 2000 18:55:29 +0100
37263 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
37265 va_copy() and the need of it.
37266 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
37267 Branch: metaconfig/U/perl
37270 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37271 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
37272 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37273 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37274 ! win32/config.bc win32/config.gc win32/config.vc
37275 ____________________________________________________________________________
37276 [ 7792] By: jhi on 2000/11/21 17:04:10
37277 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
37280 ____________________________________________________________________________
37281 [ 7791] By: jhi on 2000/11/21 17:01:16
37282 Log: Export the SOCKS workaround symbols only if necessary.
37284 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
37285 ____________________________________________________________________________
37286 [ 7790] By: nick on 2000/11/20 23:57:11
37287 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
37290 ____________________________________________________________________________
37291 [ 7789] By: nick on 2000/11/20 23:38:33
37292 Log: Integrate mainline
37294 +> lib/File/Spec/Epoc.pm
37295 !> (integrate 34 files)
37296 ____________________________________________________________________________
37297 [ 7788] By: nick on 2000/11/20 23:20:18
37298 Log: Make extra buffer layer work (dummy crlf layer)
37300 ! doio.c perlio.c perlio.h
37301 ____________________________________________________________________________
37302 [ 7787] By: jhi on 2000/11/20 22:44:04
37303 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
37304 From: Peter Prymmer <pvhp@forte.com>
37305 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
37306 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
37308 ! t/pragma/locale.t
37309 ____________________________________________________________________________
37310 [ 7786] By: jhi on 2000/11/20 22:29:10
37311 Log: Subject: DOC PATCH 5.6.0 perlreftut
37312 From: mjd@plover.com
37313 Date: 20 Nov 2000 19:45:06 -0000
37314 Message-ID: <20001120194506.9505.qmail@plover.com>
37316 ! pod/perlreftut.pod
37317 ____________________________________________________________________________
37318 [ 7785] By: jhi on 2000/11/20 22:27:44
37319 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
37320 From: David Dyck <dcd@tc.fluke.com>
37321 Date: Mon, 20 Nov 2000 11:43:40 -0800
37322 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
37325 ____________________________________________________________________________
37326 [ 7784] By: jhi on 2000/11/20 22:23:21
37327 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
37328 Date: Mon, 20 Nov 2000 17:06:10 -0500
37329 To: Mailing list Perl5 <perl5-porters@perl.org>
37330 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
37332 ! pp_ctl.c t/op/pat.t
37333 ____________________________________________________________________________
37334 [ 7783] By: jhi on 2000/11/20 22:11:18
37335 Log: Subject: [PATCH] doop.c - UTF8 tr///
37336 From: Simon Cozens <simon@cozens.net>
37337 Date: Sat, 18 Nov 2000 18:49:30 +0000
37338 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
37340 Subject: Re: [PATCH] doop.c - UTF8 tr///
37341 From: Simon Cozens <simon@cozens.net>
37342 Date: Mon, 20 Nov 2000 20:45:22 +0000
37343 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
37345 Make tr on UTF-8 better but still not correct.
37348 ____________________________________________________________________________
37349 [ 7782] By: jhi on 2000/11/20 22:02:16
37350 Log: Remove the shared object before attempting to create
37351 (by linking) a new one. E.g. in AIX not removing
37352 becomes quite painful if one tries to do more than one
37353 build in the same tree (an interrupted build, for example),
37354 since the AIX' shared dynaloader seemingly keeps the shared
37355 objects open and therefore 'busy' for quite a while, even when
37356 nobody is using the objects, leading into link failures.
37358 ! lib/ExtUtils/MM_Unix.pm
37359 ____________________________________________________________________________
37360 [ 7781] By: gsar on 2000/11/20 19:02:55
37361 Log: type mismatch due to faulty integration
37362 Branch: maint-5.6/perl
37363 ! toke.c win32/Makefile
37364 ____________________________________________________________________________
37365 [ 7780] By: gsar on 2000/11/20 17:31:55
37366 Log: integrate changes#6392,6394..6399,6401..6404
37368 The {multiplier} of a fixed substring was overlooked which
37369 caused a wrong initial search offset for that substring.
37371 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
37372 From: Hugo <hv@crypt.compulink.co.uk>
37373 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
37374 Date: Thu, 13 Jul 2000 19:27:13 +0100
37376 Fix the BOM bug: not a byteorder bug, a signedness bug.
37378 Replace change #6337 with a better one.
37380 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37381 From: Hugo <hv@crypt.compulink.co.uk>
37382 Date: Fri, 14 Jul 2000 04:16:20 +0100
37383 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
37385 MakeMaker should not remove editor backups (*~) on `make clean`
37386 by default (completes change#6383)
37388 move new variables to the end of the interpreter structure (for
37389 bincompat in code that doesn't #include XSUB.h)
37391 rename totally bletcherous SvLOCK() thingy (doesn't do what the
37392 name suggests anyway)
37394 various cleanups (typos, misformatted code, and small bugs)
37396 typecasts needed for change#6394
37398 typos in change#6399, regen headers
37400 inconsistent types needs casts
37402 PERL_OBJECT build tweaks
37403 Branch: maint-5.6/perl
37404 !> MANIFEST doop.c embed.h embed.pl embedvar.h
37405 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
37406 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
37407 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
37409 ____________________________________________________________________________
37410 [ 7779] By: gsar on 2000/11/20 17:06:29
37411 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
37413 Cosmetics and perldelta.
37415 Fix nits noticed by Boston.pm.
37417 Do the cc sanity check both before the hints and
37418 after the cc selction.
37420 get sprintf.t to adjust properly for 3-digit exponents
37422 don't clobber *.orig files on *clean targets
37424 fix bugs in processing %v-*d and similar format specs (from
37425 Avi Finkel <avi@finkel.org>)
37427 sprintf test tweaks (from Dominic Dunlop)
37429 new selfloader.t in change#6183 doesn't close DATA handles,
37430 and thus fails to clean up tmp files on dosish platforms
37432 typos (spotted by Peter Prymmer)
37434 typo fix from Craig Berry
37435 Branch: maint-5.6/perl
37436 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
37437 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
37438 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
37440 ____________________________________________________________________________
37441 [ 7778] By: gsar on 2000/11/20 16:46:51
37442 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
37444 Subject: Re: format bug report [Patch]
37445 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37446 Date: Wed, 05 Jul 2000 13:12:52 +0200
37447 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
37449 Subject: Re: format bug report [Patch]
37450 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37451 Date: Wed, 05 Jul 2000 14:10:01 +0200
37452 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
37454 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
37455 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37456 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
37457 Date: Fri, 07 Jul 2000 17:57:16 +0100
37459 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
37460 To: perl5-porters@perl.org
37461 From: Karsten Sperling <spiff@phreax.net>
37462 Date: Mon, 10 Jul 2000 15:12:52 +0200
37463 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
37465 README.posix-bc podified from Thomas Dorner.
37467 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
37468 From: Dominic Dunlop <domo@computer.org>
37469 Date: Tue, 11 Jul 2000 12:27:33 +0200
37470 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
37475 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
37476 From: Roderick Schertler <roderick@argon.org>
37477 Date: Tue, 11 Jul 2000 13:55:05 -0400
37478 Message-Id: <200007111755.NAA05077@jones.argon.org>
37480 Minor cleanups on the booklist.
37482 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
37485 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37486 Branch: maint-5.6/perl
37487 +> pod/perlbook.pod
37488 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
37489 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
37490 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
37491 ____________________________________________________________________________
37492 [ 7777] By: jhi on 2000/11/20 16:08:49
37493 Log: Update Changes.
37495 ! Changes patchlevel.h
37496 ____________________________________________________________________________
37497 [ 7776] By: jhi on 2000/11/20 15:27:56
37498 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
37499 This may be overly harsh but until proven otherwise, we think this
37500 way, or until we have a simple test for Configure (having to start
37501 up servers is does not count as simple) to check for the problems.
37504 ____________________________________________________________________________
37505 [ 7775] By: jhi on 2000/11/20 15:22:17
37506 Log: Solaris hints tweaks.
37508 ! hints/solaris_2.sh
37509 ____________________________________________________________________________
37510 [ 7774] By: jhi on 2000/11/20 15:01:20
37511 Log: Add a workaround to SOCKS 64-bit problems.
37513 ! doio.c embed.h embed.pl perlsdio.h proto.h
37514 ____________________________________________________________________________
37515 [ 7773] By: jhi on 2000/11/20 14:51:47
37516 Log: sysseek() instead of seek().
37519 ____________________________________________________________________________
37520 [ 7772] By: gsar on 2000/11/20 13:06:23
37521 Log: integrate changes#6315..6319,6321..6331,6333..6338
37523 Integrate with Sarathy, preliminary fix for unicos
37524 alignment problems in [ID 20000612.002] Perl problem on Cray system.
37526 some debugger output does not go to the socket when RemotePort is set
37528 winsock cleanup never done on Windows (leads to handle leaks)
37530 fix UNC path handling on Windows under ithreads, and chdir()
37531 return value when given a non-existent directory
37533 Autogenerate pod/Makefile and pod/buildtoc.
37534 buildtoc also checks whether the existin pods are
37535 mentioned in MANIFEST and perl.pod, and vice versa.
37536 (None of the thusly found discrepancies fixed yet.)
37537 roffitall also needs to be autogenerated similarly but it
37538 seems so badly out of date that I didn't touch it yet.
37540 Config is being used.
37542 Add =head1 NAMEs so that buildtoc is happy.
37543 (The CGI::Util nit reported to Lincoln.)
37545 Fix complaints of buildtoc.
37547 Fix the alignment problem in Crays ([ID 20000612.002]).
37549 Remove perlbook, update perlfaq book listing,
37550 rearrange perl.pod, regenerate perltoc.
37552 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
37553 was cast to an unsigned (32-bit) integer with wild abandon.
37555 winsock options weren't being set in all threads under ithreads
37556 (caused send()s from second and subsequent threads to fail)
37558 accept() leaks memory on windows due to incorrect ordering of
37559 closesocket() and fclose() calls
37561 Reorder perl.pod once more.
37563 More POSIX.pod tweaks.
37565 Sprinkle ldlibpath.
37567 Precedence goof, fix based on
37568 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
37569 From: Hugo <hv@crypt.compulink.co.uk>
37570 Date: Tue, 11 Jul 2000 12:52:38 +0100
37571 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
37573 Subject: PATCH perlguts.pod: Document D and d magic types
37574 From: mjd@plover.com
37575 Date: 5 Jul 2000 18:01:51 -0000
37576 Message-ID: <20000705180151.29413.qmail@plover.com>
37578 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
37579 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
37580 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
37581 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
37583 Subject: [PATCH cfgperl] $& segfaults if you trick it
37584 From: simon@brecon.co.uk (Simon Cozens)
37585 Date: 7 Jul 2000 11:26:09 GMT
37586 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
37588 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37589 From: Hugo <hv@crypt.compulink.co.uk>
37590 Date: Tue, 11 Jul 2000 12:44:50 +0100
37591 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
37593 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
37594 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37595 Date: Tue, 11 Jul 2000 13:50:51 +0100
37596 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
37597 Branch: maint-5.6/perl
37598 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
37600 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
37601 !> (integrate 26 files)
37602 ____________________________________________________________________________
37603 [ 7771] By: gsar on 2000/11/20 12:31:42
37604 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
37607 Subject: [PATCH bleedperl] File::Spec 0.82 beta
37608 From: Barrie Slaymaker <barries@jester.slaysys.com>
37609 Date: Wed, 28 Jun 2000 11:35:29 -0400
37610 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
37612 tweak perlembed for multiplicity/usethreads sanity; correct notes
37615 localize %INC in a Safe compartment so that use/require work
37616 (many other magic globals probably need similar treatment)
37618 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
37619 when @_ is modified, causing coredumps
37621 slurp mode fix in change#4736 still not quite right
37623 Point to perlipc for more SysV IPC examples.
37625 Elaborate POSIX.pod. Still needs work.
37627 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
37629 fix large memory leak that has been around for ever, masked by
37630 -DPURIFY (most of the arenas were never freed!)
37632 fix memory leak on Windows (PL_sys_intern contents were never
37635 PERL_OBJECT build tweak
37639 remove rel2abs prototypes (from Barrie Slaymaker)
37641 missing perldiag entry for unpack("w",...) diagnostic (from
37644 better diagnostic on Frob->stuff() when Frob:: doesn't exist
37645 (from Richard Soderberg <rs@oregonnet.com>)
37647 Win32 patches for cfgperl from Sarathy.
37649 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
37651 More POSIX.pod embellishment.
37653 tyop in change#6306
37654 Branch: maint-5.6/perl
37655 !> (integrate 44 files)
37656 ____________________________________________________________________________
37657 [ 7770] By: gsar on 2000/11/20 11:51:00
37658 Log: integrate changes#6268..6282 from cfgperl branch
37660 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
37661 From: Dominic Dunlop <domo@computer.org>
37662 Date: Thu, 29 Jun 2000 12:32:39 +0200
37663 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
37665 Regen headers for #6261 (and update embed.pl for this) and #6267,
37666 silence few compiler warnings.
37668 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
37669 From: Nicholas Clark <nick@talking.bollo.cx>
37670 Date: Fri, 23 Jun 2000 16:21:15 +0100
37671 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
37673 Subject: PATCH pod/perltie.pod
37674 From: Ian Phillipps <Ian.Phillipps@iname.com>
37675 Date: Fri, 16 Jun 2000 00:17:19 +0100
37676 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
37677 (only the first hunk, the second hunk had already been done
37678 by some other patch)
37680 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
37681 From: Tom Phoenix <rootbeer@redcat.com>
37682 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
37683 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
37685 Subject: [PATCH] xsub attributes
37686 From: Doug MacEachern <dougm@covalent.net>
37687 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
37688 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
37690 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
37691 From: Andy Dougherty <doughera@lafayette.edu>
37692 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
37693 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
37695 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
37696 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37697 Date: Tue, 13 Jun 2000 02:43:48 -0500
37698 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
37700 Subject: [PATCH] Re: eval documentation: context
37701 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37702 Date: Mon, 12 Jun 2000 15:07:29 +0100
37703 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
37705 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
37706 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37707 Date: Mon, 12 Jun 2000 14:55:59 +0100
37708 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
37710 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
37711 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
37712 Date: Fri, 09 Jun 2000 12:39:27 -0400
37713 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
37714 (plus update the version "number" of Text::Wrap)
37716 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
37717 From: Tim Ayers <tayers@bridge.com>
37718 Date: Thu, 08 Jun 2000 08:11:06 +0200
37719 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
37720 [resent by Richard Foley, Message-Id probably wrong]
37722 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
37723 From: rspier@pobox.com (Robert Spier)
37724 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
37725 Message-ID: <14654.31913.845602.610277@rls.cx>
37727 Subject: [PATCH 5.6.0] utils/h2xs.PL
37728 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37729 Date: Wed, 7 Jun 2000 04:02:04 -0500
37730 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
37732 Subject: [PATCH 5.6.0]ITHREADs for VMS
37733 From: Dan Sugalski <dan@sidhe.org>
37734 Date: Tue, 06 Jun 2000 11:59:50 -0400
37735 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
37736 Branch: maint-5.6/perl
37737 !> (integrate 31 files)
37738 ____________________________________________________________________________
37739 [ 7769] By: gsar on 2000/11/20 11:29:06
37740 Log: integrate changes#6261..6266 from cfgperl
37742 Subject: Re: [PATCH cfgperl] BOMs away!
37743 From: simon@brecon.co.uk (Simon Cozens)
37744 Date: 17 Jun 2000 11:49:57 GMT
37745 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
37747 Subject: 5.6.0 Patch for EPOC
37748 From: Olaf Flebbe <o.flebbe@gmx.de>
37749 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
37750 Message-ID: <23449.960929969@www11.gmx.net>
37752 tr fixes from Simon Cozens
37754 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
37755 From: Marty Lucich <marty@netcom.com>
37756 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
37757 Message-Id: <200006282116.OAA11148@netcom.com>
37758 ccdlflags update (the BSD/OS 4.1 part had already been taken
37761 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
37762 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37763 Date: Wed, 28 Jun 2000 17:50:12 -0700
37764 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
37766 Subject: [PATCH 5.6.0] cygwin port
37767 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
37768 From: "Fifer, Eric" <EFifer@sanwaint.com>
37769 Date: Thu, 29 Jun 2000 12:58:29 +0100
37770 Branch: maint-5.6/perl
37771 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
37772 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
37773 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37774 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
37775 ____________________________________________________________________________
37776 [ 7768] By: gsar on 2000/11/20 11:13:44
37777 Log: integrate changes#6252..6256,6259..6260
37779 Paranoia tweak on #6249.
37780 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
37781 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37782 Date: Sun, 25 Jun 2000 23:43:12 -0400
37783 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
37785 Subject: tr///, help wanted.
37786 From: simon@brecon.co.uk (Simon Cozens)
37787 Date: 28 Jun 2000 11:29:04 GMT
37788 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
37790 small thinko tweaks
37792 tweaks from Simon Conzes to further fix tr/// under utf8
37794 perlnewmod was missing from MANIFEST.
37796 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
37797 From: simon@brecon.co.uk (Simon Cozens)
37798 Date: 17 Jun 2000 11:56:44 GMT
37799 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
37801 Branch: maint-5.6/perl
37802 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
37803 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
37804 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
37805 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
37806 ____________________________________________________________________________
37807 [ 7767] By: gsar on 2000/11/20 10:51:38
37808 Log: integrate change#6250 from cfgperl
37810 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
37811 From: Doug MacEachern <dougm@covalent.net>
37812 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
37813 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
37814 Branch: maint-5.6/perl
37816 !> MANIFEST embed.pl global.sym proto.h toke.c
37817 ____________________________________________________________________________
37818 [ 7766] By: gsar on 2000/11/20 10:48:34
37819 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
37821 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
37822 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
37823 Date: Mon, 26 Jun 2000 18:40:14 +0100
37824 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
37826 Subject: [PATCH] bytes<->utf8 fixes
37827 From: simon@brecon.co.uk (Simon Cozens)
37828 Date: 26 Jun 2000 04:55:45 GMT
37829 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
37831 Subject: [PATCH] is_utf8_string
37832 From: simon@brecon.co.uk (Simon Cozens)
37833 Date: 26 Jun 2000 02:25:59 GMT
37834 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
37836 Subject: [PATCH] avoid mg_ptr in '*' magic
37837 From: Doug MacEachern <dougm@covalent.net>
37838 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
37839 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
37841 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
37842 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
37843 Date: Sat, 24 Jun 2000 13:06:20 +0100
37844 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
37846 Allow for standalone testing.
37848 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
37849 From: Mark-Jason Dominus <mjd@plover.com>
37850 Date: Tue, 27 Jun 2000 22:36:42 -0400
37851 Message-ID: <20000628023642.12166.qmail@plover.com>
37853 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
37854 From: Frank Tobin <ftobin@uiuc.edu>
37855 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
37856 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
37857 Branch: maint-5.6/perl
37858 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
37859 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
37860 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
37861 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
37862 !> utf8.c utils/h2xs.PL
37863 ____________________________________________________________________________
37864 [ 7765] By: gsar on 2000/11/20 10:29:13
37865 Log: integrate change#6239 from cfgperl
37867 Configure maintenance. Sever some dependency cycles,
37868 separate gccversion from the cc unit,
37869 address [ID 20000623.006] Configure script patch for using gcc on AIX
37870 (but solve it a little bit differently),
37871 unduplex some accidentally duplicated units,
37872 suggest using gcc if no cc available
37873 (p5p thread: "Solaris configure: counterproposal", 1999-09)
37874 Branch: maint-5.6/perl
37875 !> Configure Todo-5.6 config_h.SH
37876 ____________________________________________________________________________
37877 [ 7764] By: gsar on 2000/11/20 10:25:55
37878 Log: integrate changes#6233..6238 from cfgperl
37880 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
37881 From: Mark-Jason Dominus <mjd@plover.com>
37882 Date: Fri, 16 Jun 2000 20:53:04 -0400
37883 Message-ID: <20000617005304.8008.qmail@plover.com>
37885 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
37886 because when run as services (Win32ese for daemons)
37887 no environment variables are set and tmpdir ends up as /tmp,
37888 which is ambiguous.
37889 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
37890 From: matt@sergeant.org
37891 Date: 16 Jun 2000 16:30:43 -0000
37892 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
37894 The thread begun by
37895 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
37896 From: Kevin.Ruscoe@ubsw.com
37897 Date: Fri, 16 Jun 2000 16:38:51 +0100
37898 Message-Id: <H000019b03c300d6@MHS>
37900 Tweak embed.pl, regen headers.
37902 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
37903 From: Dan Sugalski <dan@sidhe.org>
37904 Date: Fri, 23 Jun 2000 17:00:00 -0400
37905 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
37906 Branch: maint-5.6/perl
37907 !> (integrate 27 files)
37908 ____________________________________________________________________________
37909 [ 7763] By: gsar on 2000/11/20 10:08:08
37910 Log: s/perl56delta/perldelta/g
37911 Branch: maint-5.6/perl
37913 ____________________________________________________________________________
37914 [ 7762] By: gsar on 2000/11/20 10:04:00
37915 Log: integrate changes#6225,6229,6231,6232 from cfgperl
37917 Add source code filenames to apidoc.
37918 From: simon@brecon.co.uk (Simon Cozens)
37919 Subject: [PATCH embed.pl] Source X-ref
37920 Date: 22 Jun 2000 02:18:49 GMT
37921 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
37923 Subject: README.hpux version 0.6.1
37924 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
37925 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
37926 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
37928 Subject: [PATCH 5.6.0] cygwin port
37929 From: "Fifer, Eric" <EFifer@sanwaint.com>
37930 Date: Tue, 20 Jun 2000 14:30:58 +0100
37931 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
37933 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
37934 From: simon@brecon.co.uk (Simon Cozens)
37935 Date: 19 Jun 2000 15:18:27 GMT
37936 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
37938 plus update pod/Makefile and regenerate perltoc
37939 Branch: maint-5.6/perl
37940 +> pod/perlutil.pod
37941 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
37942 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
37943 ____________________________________________________________________________
37944 [ 7761] By: jhi on 2000/11/20 04:09:55
37945 Log: Miraculous typo.
37948 ____________________________________________________________________________
37949 [ 7760] By: jhi on 2000/11/20 04:06:08
37950 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
37951 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37952 Date: Sun, 19 Nov 2000 22:30:26 -0500
37953 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
37955 ! regexec.c scope.h t/op/pat.t
37956 ____________________________________________________________________________
37957 [ 7759] By: jhi on 2000/11/20 02:05:22
37958 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
37961 ____________________________________________________________________________
37962 [ 7758] By: jhi on 2000/11/20 01:58:11
37963 Log: Subject: [perl 7711: EPOC] updates
37964 From: Olaf Flebbe <o.flebbe@gmx.de>
37965 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
37966 Message-ID: <25575.974658810@www23.gmx.net>
37968 + lib/File/Spec/Epoc.pm
37969 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
37970 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
37971 ! lib/File/Spec.pm perl.c sv.c
37972 ____________________________________________________________________________
37973 [ 7757] By: jhi on 2000/11/20 01:53:11
37974 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
37977 ____________________________________________________________________________
37978 [ 7756] By: jhi on 2000/11/20 01:47:22
37979 Log: Integrate perlio.
37981 - ext/re/hints/MSWin32.pl
37982 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
37983 !> win32/config.gc win32/config_H.gc win32/win32sck.c
37984 ____________________________________________________________________________
37985 [ 7755] By: nick on 2000/11/19 20:57:17
37986 Log: Add dummy crlf layer (just as buffer)
37987 Correct 1st bug - one layer of indirection.
37989 ! perlio.c perlio.h perliol.h
37990 ____________________________________________________________________________
37991 [ 7754] By: nick on 2000/11/19 20:56:12
37992 Log: Work-round to Perl_deb_nocontext is no longer required
37994 - ext/re/hints/MSWin32.pl
37995 ____________________________________________________________________________
37996 [ 7753] By: nick on 2000/11/19 20:01:16
37997 Log: diff -se shows these as different
37999 ! global.sym pod/perlapi.pod
38000 ____________________________________________________________________________
38001 [ 7752] By: nick on 2000/11/19 18:57:30
38002 Log: Configure GCC/Win32 build -Duseperlio
38003 Fix a couple of gross issues
38004 - double-include of ../deb.o in re.dll
38005 - win32sck.c needs PerlIO and FILE
38007 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
38009 ____________________________________________________________________________
38010 [ 7751] By: nick on 2000/11/19 17:05:36
38011 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
38014 ____________________________________________________________________________
38015 [ 7750] By: nick on 2000/11/19 16:57:14
38019 ____________________________________________________________________________
38020 [ 7749] By: jhi on 2000/11/19 16:28:40
38021 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
38022 From: "Peter J. Farley III" <pjfarley@banet.net>
38023 Date: Sun, 19 Nov 2000 01:42:58 -0500
38024 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
38026 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
38027 ____________________________________________________________________________
38028 [ 7748] By: jhi on 2000/11/19 16:08:10
38029 Log: Subject: podlators 1.05 available
38030 From: Russ Allbery <rra@stanford.edu>
38031 Date: 18 Nov 2000 22:04:28 -0800
38032 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
38034 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
38035 ____________________________________________________________________________
38036 [ 7747] By: nick on 2000/11/19 11:19:39
38037 Log: Integrate mainline
38039 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
38041 ____________________________________________________________________________
38042 [ 7746] By: jhi on 2000/11/19 06:42:22
38043 Log: Make hex scanning warn on "\x{x}" and "\xx".
38044 "\x" and and hex("x") are still valid.
38047 ____________________________________________________________________________
38048 [ 7745] By: nick on 2000/11/18 22:52:28
38049 Log: Integrate mainline
38051 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
38052 !> perl.h perlio.c proto.h regcomp.c regcomp.h
38053 ____________________________________________________________________________
38054 [ 7744] By: jhi on 2000/11/18 22:50:28
38055 Log: Introduce Perl_utf8_length(). Use it.
38057 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
38058 ____________________________________________________________________________
38059 [ 7743] By: jhi on 2000/11/18 22:38:51
38060 Log: Compiler denit.
38063 ____________________________________________________________________________
38064 [ 7742] By: jhi on 2000/11/18 20:33:05
38065 Log: Integrate perlio.
38067 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
38068 !> perlio.h pp_ctl.c pp_sys.c sv.c
38069 ____________________________________________________________________________
38070 [ 7741] By: jhi on 2000/11/18 20:31:27
38071 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
38072 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38073 Date: Fri, 17 Nov 2000 20:35:11 -0500
38074 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
38076 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
38077 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38078 Date: Fri, 17 Nov 2000 21:03:47 -0500
38079 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
38081 Plus a little bit of tweaking in pregcomp().
38083 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
38084 ____________________________________________________________________________
38085 [ 7740] By: nick on 2000/11/18 20:17:22
38086 Log: Lexical use open ... support:
38087 add ->cop_io to COP structure in cop.h.
38088 Make mg.c and gv.c associate it with ${^OPEN}.
38089 Make lib/open.pm set it.
38090 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
38091 manner similar to ->cop_warnings.
38092 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
38093 call new PerlIO_apply_layers().
38094 Declare latter in perlio.h and define in perlio.c
38096 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
38097 ! perlio.h pp_ctl.c pp_sys.c sv.c
38098 ____________________________________________________________________________
38099 [ 7739] By: jhi on 2000/11/18 19:54:00
38100 Log: Integrate perlio.
38102 !> doio.c perlio.c pp.c
38103 ____________________________________________________________________________
38104 [ 7738] By: jhi on 2000/11/18 17:16:13
38105 Log: Subject: [PATCH 5.7.0] etags broken again
38106 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38107 Date: Sat, 18 Nov 2000 02:41:36 -0500
38108 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
38111 ____________________________________________________________________________
38112 [ 7737] By: jhi on 2000/11/18 17:12:18
38113 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
38115 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38116 ____________________________________________________________________________
38117 [ 7736] By: nick on 2000/11/18 14:06:20
38118 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
38119 part to be isolated.
38122 ____________________________________________________________________________
38123 [ 7735] By: nick on 2000/11/18 11:03:32
38124 Log: Integrate mainline
38126 !> Changes README.amiga README.win32 patchlevel.h
38127 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
38128 ____________________________________________________________________________
38129 [ 7734] By: jhi on 2000/11/18 01:18:56
38130 Log: Update Changes.
38132 ! Changes patchlevel.h
38133 ____________________________________________________________________________
38134 [ 7733] By: jhi on 2000/11/18 00:32:54
38135 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
38136 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38137 Date: Fri, 17 Nov 2000 17:28:02 -0500
38138 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
38140 ! regcomp.c regexec.c t/op/re_tests
38141 ____________________________________________________________________________
38142 [ 7732] By: jhi on 2000/11/18 00:28:56
38143 Log: Sparc 64-bit pack() fix from Jens Hamisch.
38146 ____________________________________________________________________________
38147 [ 7731] By: jhi on 2000/11/18 00:18:39
38148 Log: Explain in more detail the {} syntax ambiguousity.
38150 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
38151 From: Nicholas Clark <nick@ccl4.org>
38152 Date: Fri, 17 Nov 2000 22:10:28 +0000
38153 Message-ID: <20001117221028.A88930@plum.flirble.org>
38156 ____________________________________________________________________________
38157 [ 7730] By: jhi on 2000/11/18 00:12:18
38158 Log: Subject: Fix for README.amiga (20000323.033)
38159 From: "Stephen P. Potter" <spp@spotter.yi.org>
38160 Date: Fri, 17 Nov 2000 12:25:51 -0500
38161 Message-Id: <200011171725.MAA05768@spotter.yi.org>
38164 ____________________________________________________________________________
38165 [ 7729] By: jhi on 2000/11/18 00:08:34
38166 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
38167 From: "A. C. Yardley" <yardley@tanet.net>
38168 Date: Mon, 3 Apr 2000 11:35:33 -0700
38169 Message-ID: <3483.000403@tanet.net>
38172 ____________________________________________________________________________
38173 [ 7728] By: nick on 2000/11/17 21:59:47
38174 Log: Integrate mainline
38176 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
38177 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
38178 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
38179 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
38180 ____________________________________________________________________________
38181 [ 7727] By: nick on 2000/11/17 21:56:31
38182 Log: Experiment on use of attributes.pm interface.
38183 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
38184 SVt_PVRV if not already something better (else vivify of say magic gets
38188 ____________________________________________________________________________
38189 [ 7726] By: jhi on 2000/11/17 14:15:49
38190 Log: Subject: Fix for 20000815.006
38191 From: "Stephen P. Potter" <spp@spotter.yi.org>
38192 Date: Fri, 17 Nov 2000 08:57:45 -0500
38193 Message-Id: <200011171357.IAA05122@spotter.yi.org>
38195 It's really 20000518.006.
38197 ! pod/perlmodlib.PL
38198 ____________________________________________________________________________
38199 [ 7725] By: jhi on 2000/11/17 14:12:31
38200 Log: Subject: Fix for 20000409.001
38201 From: "Stephen P. Potter" <spp@spotter.yi.org>
38202 Date: Fri, 17 Nov 2000 08:55:45 -0500
38203 Message-Id: <200011171355.IAA05104@spotter.yi.org>
38206 ____________________________________________________________________________
38207 [ 7724] By: jhi on 2000/11/17 14:08:58
38208 Log: Undo #7627 now that we have =head3.
38211 ____________________________________________________________________________
38212 [ 7723] By: jhi on 2000/11/17 14:04:09
38213 Log: As surmised the #7719 wasn't a good move.
38215 ! hints/solaris_2.sh
38216 ____________________________________________________________________________
38217 [ 7722] By: jhi on 2000/11/17 13:59:04
38218 Log: Also the 64bitall hints can be either here or there.
38220 ! hints/solaris_2.sh
38221 ____________________________________________________________________________
38222 [ 7721] By: jhi on 2000/11/17 02:26:23
38223 Log: Test tweak for the open pragma.
38226 ____________________________________________________________________________
38227 [ 7720] By: jhi on 2000/11/17 00:23:22
38228 Log: The long double hints can be here or there.
38230 ! hints/solaris_2.sh
38231 ____________________________________________________________________________
38232 [ 7719] By: jhi on 2000/11/17 00:14:06
38233 Log: For Solaris use64bitall the stdchar needs a little bit of help.
38235 ! hints/solaris_2.sh
38236 ____________________________________________________________________________
38237 [ 7718] By: jhi on 2000/11/16 23:27:34
38238 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
38239 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38240 Date: Wed, 15 Nov 2000 08:56:32 +0100
38241 Message-ID: <3A1241B0.64477E00@alcatel.at>
38243 ! lib/Carp/Heavy.pm
38244 ____________________________________________________________________________
38245 [ 7717] By: jhi on 2000/11/16 23:23:29
38246 Log: Subject: [PATCH] Re: 20001101.003 PDL
38247 From: Nicholas Clark <nick@ccl4.org>
38248 Date: Thu, 16 Nov 2000 16:48:25 +0000
38249 Message-ID: <20001116164825.B93487@plum.flirble.org>
38251 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
38252 ____________________________________________________________________________
38253 [ 7716] By: jhi on 2000/11/16 23:21:31
38254 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
38255 From: "Casey R. Tweten" <crt@kiski.net>
38256 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
38257 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
38259 ! lib/Pod/Checker.pm pod/perlpod.pod
38260 ____________________________________________________________________________
38261 [ 7715] By: jhi on 2000/11/16 23:19:40
38262 Log: Avoid an infinite loop in VMS when utils scripts are run
38263 with no arguments, from Charles Lane.
38266 ____________________________________________________________________________
38267 [ 7714] By: jhi on 2000/11/16 23:17:08
38268 Log: Subject: perllocale.pod changes
38269 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38270 Date: Mon, 13 Nov 2000 10:09:22 +0300
38271 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
38273 ! pod/perllocale.pod
38274 ____________________________________________________________________________
38275 [ 7713] By: jhi on 2000/11/16 23:14:06
38276 Log: Integrate perlio.
38278 !> doio.c perlio.c perlio.h util.c
38279 ____________________________________________________________________________
38280 [ 7712] By: nick on 2000/11/16 21:10:58
38281 Log: Integrate mainline
38283 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38284 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38285 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
38286 !> vos/config.ga.def vos/config.ga.h win32/config.bc
38287 !> win32/config.gc win32/config.vc
38288 ____________________________________________________________________________
38289 [ 7711] By: nick on 2000/11/16 19:56:41
38291 consistent way of getting 'rb', 'wb' etc. for binary opens
38292 move *perlio::layers to *open::layers
38293 a #define to show layers available
38294 DOSISH popen/PerlIO had export/import sense inverted.
38296 ! doio.c perlio.c perlio.h util.c
38297 ____________________________________________________________________________
38298 [ 7710] By: jhi on 2000/11/16 15:46:05
38299 Log: Add HAS_SBRK_PROTO.
38300 Branch: metaconfig/U/perl
38303 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38304 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38305 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38306 ! vos/config.ga.def vos/config.ga.h win32/config.bc
38307 ! win32/config.gc win32/config.vc
38308 ____________________________________________________________________________
38309 [ 7709] By: nick on 2000/11/16 07:31:49
38310 Log: Integrate mainline
38312 !> (integrate 35 files)
38313 ____________________________________________________________________________
38314 [ 7708] By: jhi on 2000/11/16 05:33:03
38315 Log: These files are text, not binary.
38317 ! ext/Encode/Encode/iso8859-10.enc
38318 ! ext/Encode/Encode/iso8859-13.enc
38319 ! ext/Encode/Encode/iso8859-14.enc
38320 ! ext/Encode/Encode/iso8859-15.enc
38321 ____________________________________________________________________________
38322 [ 7707] By: jhi on 2000/11/16 01:53:37
38323 Log: Update Changes.
38325 ! Changes patchlevel.h
38326 ____________________________________________________________________________
38327 [ 7706] By: jhi on 2000/11/16 01:35:59
38328 Log: More #undefing of stdio.
38330 ! fakesdio.h nostdio.h
38331 ____________________________________________________________________________
38332 [ 7705] By: jhi on 2000/11/16 01:34:18
38333 Log: Add fwalk() probe to the configuration files and regen perltoc.
38335 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38336 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
38337 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
38338 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38339 ! win32/config.bc win32/config.gc win32/config.vc
38340 ____________________________________________________________________________
38341 [ 7704] By: jhi on 2000/11/16 01:33:07
38342 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
38343 an optional third argument to Inlibc?)
38344 Branch: metaconfig/U/perl
38346 ____________________________________________________________________________
38347 [ 7703] By: jhi on 2000/11/16 01:09:22
38348 Log: The type of the hash_cb() size argument is tricky.
38350 ! ext/DB_File/DB_File.xs
38351 ____________________________________________________________________________
38352 [ 7702] By: jhi on 2000/11/15 23:01:16
38353 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
38356 ____________________________________________________________________________
38357 [ 7701] By: jhi on 2000/11/15 22:52:32
38361 ____________________________________________________________________________
38362 [ 7700] By: jhi on 2000/11/15 22:51:56
38363 Log: UINT64_C() work continues.
38365 ! handy.h perl.h utf8.h
38366 ____________________________________________________________________________
38367 [ 7699] By: jhi on 2000/11/15 14:13:04
38368 Log: SOCKS has its own USE_THREADS, based on
38370 Subject: [ID 20001114.002] et. al. bugfix followup
38371 From: Jens Hamisch <jens@Strawberry.COM>
38372 Date: Wed, 15 Nov 2000 14:23:11 +0100
38373 Message-ID: <20001115142311.A21164@Strawberry.COM>
38376 ____________________________________________________________________________
38377 [ 7698] By: jhi on 2000/11/15 03:50:56
38378 Log: Add few missing #undefs and sort them.
38381 ____________________________________________________________________________
38382 [ 7697] By: jhi on 2000/11/15 03:39:14
38383 Log: Linenumber fix.
38385 ! t/pragma/warn/utf8
38386 ____________________________________________________________________________
38387 [ 7696] By: jhi on 2000/11/15 02:55:26
38388 Log: EBCDIC tweaks.
38390 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
38391 From: Peter Prymmer <pvhp@forte.com>
38392 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
38393 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
38395 ! t/op/regmesg.t t/pragma/warn/utf8
38396 ____________________________________________________________________________
38397 [ 7695] By: jhi on 2000/11/15 02:53:58
38398 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
38399 From: Peter Prymmer <pvhp@forte.com>
38400 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
38401 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
38404 ____________________________________________________________________________
38405 [ 7694] By: jhi on 2000/11/15 02:50:55
38406 Log: Subject: [PATCH: perl@7674] updates to README.os390
38407 From: Prymmer/Kahn <pvhp@best.com>
38408 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
38409 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
38412 ____________________________________________________________________________
38413 [ 7693] By: jhi on 2000/11/15 02:48:37
38414 Log: Quit utf8_to_uv() instantly if curlen == 0.
38417 ____________________________________________________________________________
38418 [ 7692] By: jhi on 2000/11/15 02:24:29
38419 Log: Use u_int32_t for the size of hash_cb(), not size_t.
38421 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
38422 From: Jens Hamisch <jens@Strawberry.COM>
38423 Date: Tue, 14 Nov 2000 19:03:55 +0100
38424 Message-Id: <20001114190355.A20559@Strawberry.COM>
38426 ! ext/DB_File/DB_File.xs
38427 ____________________________________________________________________________
38428 [ 7691] By: jhi on 2000/11/15 02:20:12
38429 Log: Use UINT64_C().
38431 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
38432 From: Jens Hamisch <jens@Strawberry.COM>
38433 Date: Tue, 14 Nov 2000 19:16:23 +0100
38434 Message-Id: <20001114191623.G20559@Strawberry.COM>
38437 ____________________________________________________________________________
38438 [ 7690] By: jhi on 2000/11/15 02:17:06
38439 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
38440 (a macro to define signed and unsigned integer constants).
38443 ____________________________________________________________________________
38444 [ 7689] By: jhi on 2000/11/15 01:56:51
38445 Log: Regen Configure.
38448 ____________________________________________________________________________
38449 [ 7688] By: jhi on 2000/11/15 01:56:32
38450 Log: Make the unit know about SOCKS.
38452 ! U/protos/socksizetype.U
38453 ____________________________________________________________________________
38454 [ 7687] By: jhi on 2000/11/15 01:54:47
38455 Log: Remove unused dependencies.
38457 ! U/compline/d_getpagsz.U
38458 ____________________________________________________________________________
38459 [ 7686] By: nick on 2000/11/14 21:25:13
38460 Log: Integrate mainline.
38462 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
38463 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
38464 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
38465 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
38466 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
38467 !> win32/config.bc win32/config.gc win32/config.vc
38468 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
38469 ____________________________________________________________________________
38470 [ 7685] By: jhi on 2000/11/14 17:54:56
38471 Log: Integrate perlio.
38473 +> fakesdio.h perliol.h
38474 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
38475 !> perlsdio.h perlsfio.h pod/perlfunc.pod
38476 ____________________________________________________________________________
38477 [ 7684] By: nick on 2000/11/14 17:43:04
38478 Log: PerlIO #include and #ifdef re-work.
38480 + fakesdio.h perliol.h
38481 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
38482 ! perlsdio.h perlsfio.h
38483 ____________________________________________________________________________
38484 [ 7683] By: jhi on 2000/11/14 15:42:40
38485 Log: Hoist the duplicated socket/netdb include logic to perl.h;
38486 undef SETERRNO in case SOCKS has defined it. Based on:
38488 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
38489 From: Jens Hamisch <jens@Strawberry.COM>
38490 Date: Tue, 14 Nov 2000 11:34:40 +0100
38491 Message-Id: <20001114113440.A20005@Strawberry.COM>
38493 ! doio.c perl.h pp_sys.c
38494 ____________________________________________________________________________
38495 [ 7682] By: jhi on 2000/11/14 14:07:28
38496 Log: Subject: some additions for makefiles for win32 (for perl@7674)
38497 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38498 Date: Tue, 14 Nov 2000 09:31:13 +0300
38499 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
38501 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
38502 ! win32/makefile.mk
38503 ____________________________________________________________________________
38504 [ 7681] By: jhi on 2000/11/14 14:01:41
38505 Log: Subject: tiny typo in perl5db.pl
38506 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38507 Date: Tue, 14 Nov 2000 09:29:28 +0300
38508 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
38511 ____________________________________________________________________________
38512 [ 7680] By: jhi on 2000/11/14 04:13:50
38513 Log: Redo #7679 with LFs instead of CRLFs.
38515 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
38516 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
38517 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
38518 ____________________________________________________________________________
38519 [ 7679] By: jhi on 2000/11/14 01:21:09
38520 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
38521 From: Benjamin Stuhl <tiriath@yahoo.com>
38522 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
38523 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
38525 + win32/bin/mdelete.bat
38526 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
38527 ! makedef.pl perlio.c win32/Makefile win32/config.gc
38528 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
38529 ____________________________________________________________________________
38530 [ 7678] By: jhi on 2000/11/14 01:19:20
38531 Log: Fix the re extension building for Win32.
38533 Subject: [PATCH perl@7638] Get PerlIO building on Win32
38534 From: Benjamin Stuhl <tiriath@yahoo.com>
38535 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
38536 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
38538 + ext/re/hints/MSWin32.pl
38540 ____________________________________________________________________________
38541 [ 7677] By: jhi on 2000/11/14 01:13:54
38542 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
38543 From: sthoenna@efn.org
38544 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
38545 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
38547 ! doop.c pp.c toke.c utf8.c utf8.h
38548 ____________________________________________________________________________
38549 [ 7676] By: jhi on 2000/11/13 20:23:15
38550 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
38551 From: Nicholas Clark <nick@ccl4.org>
38552 Date: Mon, 13 Nov 2000 18:55:04 +0000
38553 Message-ID: <20001113185504.J29183@plum.flirble.org>
38555 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
38556 ____________________________________________________________________________
38557 [ 7675] By: nick on 2000/11/13 20:21:57
38558 Log: Integrate mainline ...
38560 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
38561 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
38562 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
38563 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
38564 ____________________________________________________________________________
38565 [ 7674] By: jhi on 2000/11/13 15:07:56
38566 Log: Update Changes.
38568 ! Changes patchlevel.h
38569 ____________________________________________________________________________
38570 [ 7673] By: jhi on 2000/11/13 14:42:42
38571 Log: Remove the new two tests of lib/io_xs for now, they seem to
38572 fail under perlio on some platforms.
38575 ____________________________________________________________________________
38576 [ 7672] By: jhi on 2000/11/13 13:57:53
38577 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
38580 ____________________________________________________________________________
38581 [ 7671] By: jhi on 2000/11/13 05:30:48
38582 Log: Placate nervous compilers that see longer than ints switch()ing.
38585 ____________________________________________________________________________
38586 [ 7670] By: jhi on 2000/11/13 05:14:21
38587 Log: fputs() does return EOF on error but here we don't care.
38590 ____________________________________________________________________________
38591 [ 7669] By: jhi on 2000/11/13 05:02:45
38592 Log: Declare reg_data like reg_substr_data.
38595 ____________________________________________________________________________
38596 [ 7668] By: jhi on 2000/11/13 04:54:34
38597 Log: Typos in #7667.
38600 ____________________________________________________________________________
38601 [ 7667] By: jhi on 2000/11/13 04:49:49
38602 Log: Cleanup messy #ifdef.
38605 ____________________________________________________________________________
38606 [ 7666] By: jhi on 2000/11/13 04:17:34
38607 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
38608 From: Nicholas Clark <nick@talking.bollo.cx>
38609 Date: Sun, 12 Nov 2000 21:14:11 +0000
38610 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
38612 Note: only one breakage of the two reported is fixed by this patch.
38615 ____________________________________________________________________________
38616 [ 7665] By: jhi on 2000/11/13 04:05:07
38617 Log: Tweak the definition of the bit complement on UTF-8 data:
38618 if none of the characters in the string are > 0xff,
38619 the result is a complemented byte string, not a (UTF-8)
38620 char string. Based on the summary in
38622 Subject: Re: [ID 20000918.005] ~ on wide chars
38623 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38624 Date: Fri, 10 Nov 2000 09:47:15 -0800
38625 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
38627 This should give us the maximum backward (pre-char string)
38628 compatibility and utf8 compatibility. The other alternative
38629 would be to limit the bit complement to be always byte only,
38630 taking the least significant byte of the chars.
38632 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
38633 ____________________________________________________________________________
38634 [ 7664] By: jhi on 2000/11/13 00:23:44
38635 Log: Couple of tests from #7660 salvaged.
38638 ! MANIFEST t/io/tell.t
38639 ____________________________________________________________________________
38640 [ 7663] By: jhi on 2000/11/13 00:02:48
38641 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
38642 From: Nicholas Clark <nick@talking.bollo.cx>
38643 Date: Sun, 12 Nov 2000 21:23:43 +0000
38644 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
38647 ____________________________________________________________________________
38648 [ 7662] By: jhi on 2000/11/13 00:01:39
38649 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
38650 From: Nicholas Clark <nick@talking.bollo.cx>
38651 Date: Sun, 12 Nov 2000 21:30:04 +0000
38652 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
38654 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
38655 ____________________________________________________________________________
38656 [ 7661] By: jhi on 2000/11/12 23:57:29
38657 Log: Document tell() on special streams.
38660 ____________________________________________________________________________
38661 [ 7660] By: jhi on 2000/11/12 23:54:22
38662 Log: (Subsumed by #7664)
38666 ____________________________________________________________________________
38667 [ 7659] By: jhi on 2000/11/12 22:55:25
38668 Log: Many subdocumented return values of the IO extension now documented.
38669 ungetc and write still left subdocumented.
38671 Subject: [PATCH] (was Re: IO::Handle::ungetc)
38672 From: Nicholas Clark <nick@talking.bollo.cx>
38673 Date: Sun, 12 Nov 2000 21:35:53 +0000
38674 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
38676 ! ext/IO/lib/IO/Handle.pm
38677 ____________________________________________________________________________
38678 [ 7658] By: jhi on 2000/11/12 21:37:06
38679 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
38680 From: Nicholas Clark <nick@talking.bollo.cx>
38681 Date: Sun, 12 Nov 2000 20:03:22 +0000
38682 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
38685 ____________________________________________________________________________
38686 [ 7657] By: jhi on 2000/11/12 20:34:55
38687 Log: Integrate perlio.
38690 ____________________________________________________________________________
38691 [ 7656] By: nick on 2000/11/12 19:25:06
38692 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
38695 ____________________________________________________________________________
38696 [ 7655] By: nick on 2000/11/12 19:09:41
38697 Log: Integrate mainline
38699 +> README.solaris ext/Encode/Encode/cp1006.enc
38700 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
38701 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
38702 +> ext/Encode/Encode/iso8859-13.enc
38703 +> ext/Encode/Encode/iso8859-14.enc
38704 +> ext/Encode/Encode/iso8859-15.enc
38705 !> (integrate 34 files)
38706 ____________________________________________________________________________
38707 [ 7654] By: jhi on 2000/11/12 19:00:22
38708 Log: Add a metaconfig unit for fsync.
38709 Branch: metaconfig/U/perl
38711 ____________________________________________________________________________
38712 [ 7653] By: jhi on 2000/11/12 19:00:01
38713 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
38715 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38716 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
38717 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38718 ! vos/config.ga.h win32/config.bc win32/config.gc
38720 ____________________________________________________________________________
38721 [ 7652] By: jhi on 2000/11/11 21:12:01
38722 Log: Copy the s// information of README.hpux also to the perlrun.
38724 ! README.hpux pod/perlrun.pod
38725 ____________________________________________________________________________
38726 [ 7651] By: jhi on 2000/11/11 21:03:13
38727 Log: More README.solaris updates from Andy Dougherty.
38730 ____________________________________________________________________________
38731 [ 7650] By: jhi on 2000/11/11 18:38:57
38732 Log: More descriptive error for unknown perlio layers.
38734 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
38735 From: Dominic Dunlop <domo@computer.org>
38736 Date: Sat, 11 Nov 2000 18:20:32 +0100
38737 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
38739 ! perlio.c pod/perldiag.pod
38740 ____________________________________________________________________________
38741 [ 7649] By: jhi on 2000/11/11 18:37:52
38742 Log: MachTen doesn't really do mmap() and munmap().
38744 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
38745 From: Dominic Dunlop <domo@computer.org>
38746 Date: Sat, 11 Nov 2000 18:20:32 +0100
38747 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
38750 ____________________________________________________________________________
38751 [ 7648] By: jhi on 2000/11/11 18:36:46
38752 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
38753 From: rspier@pobox.com (Robert Spier)
38754 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
38755 Message-ID: <14861.32839.491271.985797@rls.cx>
38757 ! Porting/Contract pod/perltoot.pod
38758 ____________________________________________________________________________
38759 [ 7647] By: jhi on 2000/11/11 18:35:30
38760 Log: Simplify the getpagesize() unit by dropping the
38761 pagesize probe since it's nowadays slightly more
38762 complicated because of sysconf(). (Note: if some
38763 platform really needs the -lPW for getpagesize,
38766 TODO: a new pagesize unit.
38768 ! U/compline/d_getpagsz.U
38769 ____________________________________________________________________________
38770 [ 7646] By: jhi on 2000/11/11 18:33:23
38771 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
38773 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38774 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
38775 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38776 ! vos/config.ga.h win32/config.bc win32/config.gc
38778 ____________________________________________________________________________
38779 [ 7645] By: jhi on 2000/11/11 16:45:15
38780 Log: Use sysconf() or getpagesize() to find out the pagesize.
38783 ____________________________________________________________________________
38784 [ 7644] By: jhi on 2000/11/11 15:46:08
38785 Log: Integrate perlio.
38788 ____________________________________________________________________________
38789 [ 7643] By: jhi on 2000/11/11 15:33:36
38790 Log: Subject: Re: [PATCH] README.solaris
38791 From: Lupe Christoph <lupe@lupe-christoph.de>
38792 Date: Sat, 11 Nov 2000 14:08:10 +0100
38793 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
38796 ____________________________________________________________________________
38797 [ 7642] By: jhi on 2000/11/11 15:22:12
38798 Log: Subject: [PATCH perl@7638] cygwin port
38799 From: "Eric Fifer" <egf7@columbia.edu>
38800 Date: Fri, 10 Nov 2000 19:30:30 -0000
38801 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
38803 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
38804 ____________________________________________________________________________
38805 [ 7641] By: nick on 2000/11/11 14:50:36
38806 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
38807 Also call "Buf" layer directly when unread'ing non-read chars.
38810 ____________________________________________________________________________
38811 [ 7640] By: jhi on 2000/11/11 02:05:02
38812 Log: Add more encoding tables.
38814 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
38815 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
38816 + ext/Encode/Encode/iso8859-10.enc
38817 + ext/Encode/Encode/iso8859-13.enc
38818 + ext/Encode/Encode/iso8859-14.enc
38819 + ext/Encode/Encode/iso8859-15.enc
38821 ____________________________________________________________________________
38822 [ 7639] By: jhi on 2000/11/10 18:49:25
38823 Log: Subject: [PATCH] README.solaris
38824 From: Andy Dougherty <doughera@lafayette.edu>
38825 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
38826 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
38829 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
38830 ! pod/perl.pod pod/perltoc.pod
38831 ____________________________________________________________________________
38832 [ 7638] By: jhi on 2000/11/10 15:04:15
38833 Log: Update Changes.
38835 ! Changes patchlevel.h
38836 ____________________________________________________________________________
38837 [ 7637] By: jhi on 2000/11/10 14:14:28
38838 Log: Explain better why certain regex tests are skipped.
38840 Subject: Re: tests skipped: unknown reason
38841 From: Lupe Christoph <lupe@lupe-christoph.de>
38842 Date: Fri, 10 Nov 2000 09:08:56 +0100
38843 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
38846 ____________________________________________________________________________
38847 [ 7636] By: nick on 2000/11/10 13:40:00
38848 Log: Integrate mainline.
38850 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
38851 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
38852 !> win32/bin/search.pl
38853 ____________________________________________________________________________
38854 [ 7635] By: nick on 2000/11/10 13:25:52
38855 Log: Re-instate stdio large file support via perlio.
38858 ____________________________________________________________________________
38859 [ 7634] By: jhi on 2000/11/10 04:49:55
38860 Log: Amdahl UTS hints updates.
38862 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
38863 From: hom00@utsglobal.com (Harold O Morris)
38864 Date: Thu, 9 Nov 2000 20:02 PST
38865 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
38868 ____________________________________________________________________________
38869 [ 7633] By: jhi on 2000/11/09 23:33:28
38870 Log: Subject: [PATCH] IO::Seekable pod
38871 From: Nicholas Clark <nick@talking.bollo.cx>
38872 Date: Thu, 9 Nov 2000 20:29:45 +0000
38873 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
38875 ! ext/IO/lib/IO/Handle.pm
38876 ____________________________________________________________________________
38877 [ 7632] By: jhi on 2000/11/09 21:55:41
38878 Log: Various doc oddball characters.
38880 Subject: [ID 20001106.004] Perl 5.6.0 bugs
38881 From: Michael Somos <somos@grail.cba.csuohio.edu>
38882 Date: Mon, 6 Nov 2000 17:44:20 -0500
38883 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
38885 ! emacs/cperl-mode.el lib/unicode/syllables.txt
38886 ! win32/bin/search.pl
38887 ____________________________________________________________________________
38888 [ 7631] By: jhi on 2000/11/09 21:12:29
38889 Log: Subject: Re: bash -c exit and linux hints
38890 From: "John P. Linderman" <jpl@research.att.com>
38891 Date: Thu, 02 Nov 2000 09:37:25 -0500
38892 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
38895 ____________________________________________________________________________
38896 [ 7630] By: nick on 2000/11/09 20:34:11
38897 Log: Integrate mainline.
38899 !> (integrate 91 files)
38900 ____________________________________________________________________________
38901 [ 7629] By: jhi on 2000/11/09 19:46:31
38902 Log: Missing dTHXs.
38904 Subject: RE: perl@7595 builds not on cygwin
38905 From: "Eric Fifer" <egf7@columbia.edu>
38906 Date: Thu, 9 Nov 2000 19:26:50 -0000
38907 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
38909 ! ext/Devel/Peek/Peek.xs
38910 ____________________________________________________________________________
38911 [ 7628] By: jhi on 2000/11/09 14:48:27
38912 Log: Disable only the tests 99 and 166 for UTF-8 locales.
38914 ! t/pragma/locale.t
38915 ____________________________________________________________________________
38916 [ 7627] By: jhi on 2000/11/09 14:40:27
38917 Log: There's no =head3.
38920 ____________________________________________________________________________
38921 [ 7626] By: jhi on 2000/11/09 13:54:26
38922 Log: The generated boot_* headers are wrong. Pickier compiler,
38923 such as KAI C++ will refuse to compile the resulting perlmain.
38925 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
38926 From: Harri Pasanen <harri.pasanen@trema.com>
38927 Date: Thu, 09 Nov 2000 14:23:28 +0100
38928 Message-Id: <3A0AA550.26D548A3@trema.com>
38931 ____________________________________________________________________________
38932 [ 7625] By: jhi on 2000/11/09 13:50:44
38933 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
38934 From: Prymmer/Kahn <pvhp@best.com>
38935 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
38936 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
38938 All except the "cow orker" change.
38940 ! Porting/pumpkin.pod
38941 ____________________________________________________________________________
38942 [ 7624] By: jhi on 2000/11/09 13:45:33
38945 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
38946 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38947 Date: Thu, 09 Nov 2000 11:05:52 +0100
38948 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
38950 ! pod/perldiag.pod t/pragma/warn/pp_sys
38951 ____________________________________________________________________________
38952 [ 7623] By: jhi on 2000/11/09 13:37:16
38953 Log: Typo in an ifndef.
38955 Subject: Re: [PATCH 5.7.0] better messages from malloc()
38956 From: Joe Smith <jms@inwap.com>
38957 Date: Thu, 09 Nov 2000 01:33:14 -0800
38958 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
38961 ____________________________________________________________________________
38962 [ 7622] By: jhi on 2000/11/09 13:31:18
38963 Log: Remove unused extra arguments.
38964 Branch: metaconfig/U/perl
38967 ! Configure config_h.SH
38968 ____________________________________________________________________________
38969 [ 7621] By: jhi on 2000/11/09 13:16:36
38970 Log: More VMS moves on environment handling, from Charles Lane.
38972 ! t/pragma/locale.t
38973 ____________________________________________________________________________
38974 [ 7620] By: jhi on 2000/11/09 04:42:38
38975 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
38976 From: David Dyck <dcd@tc.fluke.com>
38977 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
38978 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
38981 ____________________________________________________________________________
38982 [ 7619] By: jhi on 2000/11/09 04:36:21
38983 Log: Forgot from #7618.
38986 ____________________________________________________________________________
38987 [ 7618] By: jhi on 2000/11/09 04:28:44
38988 Log: Make deleting for %ENV work for (newer versions of) VMS,
38989 from Craig A. Berry.
38992 ____________________________________________________________________________
38993 [ 7617] By: jhi on 2000/11/09 04:25:05
38994 Log: Subject: [PATCH] Class::Struct at compile time
38995 From: "Casey R. Tweten" <crt@kiski.net>
38996 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
38997 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
38999 ! lib/Class/Struct.pm
39000 ____________________________________________________________________________
39001 [ 7616] By: jhi on 2000/11/09 04:15:17
39002 Log: Subject: [ID 20001108.013] spelling
39003 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
39004 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
39005 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
39008 ____________________________________________________________________________
39009 [ 7615] By: jhi on 2000/11/09 04:12:42
39010 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
39011 From: Peter Prymmer <pvhp@forte.com>
39012 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
39013 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
39016 ____________________________________________________________________________
39017 [ 7614] By: jhi on 2000/11/08 22:42:55
39018 Log: A missing aTHX_.
39020 ! ext/IPC/SysV/SysV.xs
39021 ____________________________________________________________________________
39022 [ 7613] By: jhi on 2000/11/08 19:30:21
39023 Log: Update Changes.
39025 ! Changes patchlevel.h
39026 ____________________________________________________________________________
39027 [ 7612] By: jhi on 2000/11/08 18:35:25
39028 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
39029 From: David Dyck <dcd@tc.fluke.com>
39030 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
39031 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
39034 ____________________________________________________________________________
39035 [ 7611] By: jhi on 2000/11/08 18:30:26
39036 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
39037 From: Dominic Dunlop <domo@computer.org>
39038 Date: Tue, 7 Nov 2000 12:05:25 +0100
39039 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
39042 ____________________________________________________________________________
39043 [ 7610] By: jhi on 2000/11/08 18:25:14
39044 Log: Do not test UTF-8 locales since that the tests would require
39045 polymorphic regexen.
39047 ! t/pragma/locale.t
39048 ____________________________________________________________________________
39049 [ 7609] By: jhi on 2000/11/08 17:12:51
39050 Log: Locale buglets.
39052 Subject: RE: Locales support (setlocale) fixes
39053 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39054 Date: Wed, 8 Nov 2000 20:01:39 +0300
39055 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
39057 ! t/pragma/locale.t util.c
39058 ____________________________________________________________________________
39059 [ 7608] By: jhi on 2000/11/08 17:00:16
39060 Log: Deleting $ENV{PATH} in VMS is not recommendable.
39062 ! t/pragma/locale.t
39063 ____________________________________________________________________________
39064 [ 7607] By: jhi on 2000/11/08 16:58:26
39065 Log: Subject: PATCH std stdio for (Free)BSD
39066 From: Nicholas Clark <nick@ccl4.org>
39067 Date: Wed, 8 Nov 2000 15:36:29 +0000
39068 Message-ID: <20001108153629.D98736@plum.flirble.org>
39070 ! U/compline/d_stdstdio.U
39072 ! Configure config_h.SH
39073 ____________________________________________________________________________
39074 [ 7606] By: jhi on 2000/11/08 16:43:31
39075 Log: Forgot to bump the line numbers in #7601.
39077 ! t/pragma/warn/pp_sys
39078 ____________________________________________________________________________
39079 [ 7605] By: jhi on 2000/11/08 16:39:12
39080 Log: More careful detection of how well NVs and UVs mix.
39082 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))
39083 From: Nicholas Clark <nick@ccl4.org>
39084 Date: Wed, 8 Nov 2000 15:14:12 +0000
39085 Message-ID: <20001108151412.B98736@plum.flirble.org>
39087 Added some SIGFPE paranoia.
39088 Branch: metaconfig/U/perl
39091 ! Configure config_h.SH
39092 ____________________________________________________________________________
39093 [ 7604] By: jhi on 2000/11/08 14:39:10
39094 Log: Subject: [patch perl@7595] VMS configure.com tweak
39095 From: "Craig A. Berry" <craigberry@mac.com>
39096 Date: Wed, 8 Nov 2000 00:24:12 -0600
39097 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
39100 ____________________________________________________________________________
39101 [ 7603] By: jhi on 2000/11/08 14:27:11
39102 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
39103 From: Robin Barker <rmb1@cise.npl.co.uk>
39104 Date: Wed, 8 Nov 2000 11:11:39 GMT
39105 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
39108 ____________________________________________________________________________
39109 [ 7602] By: jhi on 2000/11/08 14:25:03
39110 Log: Fix for the tie-refhash string table leaks.
39112 From: Nick Ing-Simmons <nik@tiuk.ti.com>
39113 Date: Wed, 8 Nov 2000 13:03:04 GMT
39114 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
39116 ! t/lib/tie-refhash.t
39117 ____________________________________________________________________________
39118 [ 7601] By: jhi on 2000/11/08 14:21:08
39119 Log: Try to avoid flockless and emulationless places.
39121 ! t/pragma/warn/pp_sys
39122 ____________________________________________________________________________
39123 [ 7600] By: jhi on 2000/11/08 02:28:54
39124 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
39126 Subject: [PATCH] prototyped functions that should be overrideable
39127 From: "Casey R. Tweten" <crt@kiski.net>
39128 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
39129 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
39132 ____________________________________________________________________________
39133 [ 7599] By: jhi on 2000/11/08 01:12:05
39134 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
39136 Subject: [PATCH] perlbug.PL
39137 From: "Kurt D. Starsinic" <kstar@chapin.edu>
39138 Date: Mon, 6 Nov 2000 21:39:01 -0500
39139 Message-ID: <20001106213901.B20955@O2.chapin.edu>
39142 ____________________________________________________________________________
39143 [ 7598] By: jhi on 2000/11/07 23:42:00
39144 Log: Bad thinko in #7581 (I used the test program with the expanded
39147 ! U/compline/d_stdstdio.U
39150 ____________________________________________________________________________
39151 [ 7597] By: jhi on 2000/11/07 21:43:29
39152 Log: Subject: [PATCH perl@7573] cygwin port
39153 From: "Fifer, Eric" <EFifer@sanwaint.com>
39154 Date: Tue, 7 Nov 2000 18:08:51 -0000
39155 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
39157 Synchronize with Cygwin 1.1.5.
39159 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
39160 ! pod/perlport.pod unixish.h util.c
39161 ____________________________________________________________________________
39162 [ 7596] By: jhi on 2000/11/07 21:39:25
39163 Log: perlhack updates from H.Merijn Brand.
39166 ____________________________________________________________________________
39167 [ 7595] By: jhi on 2000/11/07 20:21:41
39168 Log: Update Changes.
39170 ! Changes patchlevel.h
39171 ____________________________________________________________________________
39172 [ 7594] By: jhi on 2000/11/07 19:18:58
39173 Log: Be more robust in Dynaloader.pm.
39175 ! ext/DynaLoader/DynaLoader_pm.PL
39176 ____________________________________________________________________________
39177 [ 7593] By: jhi on 2000/11/07 16:49:31
39178 Log: AUTHORS update.
39181 ____________________________________________________________________________
39182 [ 7592] By: gsar on 2000/11/07 16:39:51
39183 Log: normalize relative paths in virtualized current directory on windows,
39184 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
39188 ____________________________________________________________________________
39189 [ 7591] By: jhi on 2000/11/07 16:04:26
39190 Log: Too profiler-happy: with optimization the #7590 actually makes
39191 the test to run 0.5% _slower_. Requires much more instrumentation.
39194 ! regcomp.c regcomp.h
39195 ____________________________________________________________________________
39196 [ 7590] By: jhi on 2000/11/07 15:51:13
39197 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
39198 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
39199 by using memset() and testing bytewise (as opposed to bitwise).
39201 ! regcomp.c regcomp.h
39202 ____________________________________________________________________________
39203 [ 7589] By: jhi on 2000/11/07 12:56:39
39204 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
39205 From: "Craig A. Berry" <craig.berry@psinetcs.com>
39206 Date: Mon, 06 Nov 2000 23:45:30 -0500
39207 Message-Id: <0011079735.AA973576259@univpress.com>
39209 ! configure.com t/lib/st-lock.t
39210 ____________________________________________________________________________
39211 [ 7588] By: jhi on 2000/11/07 01:03:28
39215 ____________________________________________________________________________
39216 [ 7587] By: jhi on 2000/11/07 01:00:27
39217 Log: A doc addition for bug id 20001105.019, beware \p.
39220 ____________________________________________________________________________
39221 [ 7586] By: jhi on 2000/11/07 00:32:22
39222 Log: Fake support of holey files in win/dosish platforms.
39224 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
39225 From: kipp@shonanblue.ne.jp
39226 Date: Mon, 6 Nov 2000 13:30:55 -0800
39227 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
39229 ! ext/SDBM_File/sdbm/sdbm.c
39230 ____________________________________________________________________________
39231 [ 7585] By: jhi on 2000/11/07 00:12:54
39232 Log: Subject: Pod updates
39233 From: "Stephen P. Potter" <spp@spotter.yi.org>
39234 Date: Mon, 06 Nov 2000 18:56:43 -0500
39235 Message-Id: <200011062357.SAA18173@spotter.yi.org>
39237 ! README.dos README.os2 README.win32 pod/buildtoc.PL
39238 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
39239 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
39240 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
39241 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
39242 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
39243 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
39244 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
39245 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
39246 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
39247 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
39248 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
39249 ! pod/perltootc.pod pod/perlunicode.pod
39250 ____________________________________________________________________________
39251 [ 7584] By: jhi on 2000/11/07 00:04:17
39252 Log: Varargs don't always work too well if one puts an unsigned
39253 char on the stack and pop an unsigned quad off the stack.
39255 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
39256 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39257 Date: Mon, 06 Nov 2000 15:19:05 -0800
39258 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
39261 ____________________________________________________________________________
39262 [ 7583] By: jhi on 2000/11/06 23:58:48
39263 Log: %ENV note tweaks from Dan Sugalski.
39265 ! pod/perlport.pod vms/perlvms.pod
39266 ____________________________________________________________________________
39267 [ 7582] By: jhi on 2000/11/06 23:05:49
39268 Log: glibc5 detection by __GNU_LIBRARY__.
39271 ____________________________________________________________________________
39272 [ 7581] By: jhi on 2000/11/06 22:51:29
39273 Log: Make the stdio test program of 7427 less noisy while being
39274 compiled so that Digital UNIX wouldn't get both
39275 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
39276 undefined. This makes perlio happy.
39278 ! U/compline/d_stdstdio.U
39280 ! Configure config_h.SH
39281 ____________________________________________________________________________
39282 [ 7580] By: jhi on 2000/11/06 22:41:41
39283 Log: Document %ENV = () portability issues.
39285 ! pod/perlport.pod vms/perlvms.pod
39286 ____________________________________________________________________________
39287 [ 7579] By: jhi on 2000/11/06 21:29:24
39288 Log: VOS updates from Paul Green.
39290 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39291 ____________________________________________________________________________
39292 [ 7578] By: jhi on 2000/11/06 21:00:40
39293 Log: Sanitize the environment further.
39295 ! t/pragma/locale.t
39296 ____________________________________________________________________________
39297 [ 7577] By: jhi on 2000/11/06 20:53:51
39298 Log: Re-introduce 7552 lost in integration.
39301 ____________________________________________________________________________
39302 [ 7576] By: jhi on 2000/11/06 20:33:46
39303 Log: Admit that the test leaks scalars.
39306 ____________________________________________________________________________
39307 [ 7575] By: jhi on 2000/11/06 20:17:08
39308 Log: Integrate perlio.
39311 ____________________________________________________________________________
39312 [ 7574] By: nick on 2000/11/06 20:07:28
39313 Log: Remove debug. Try (Mmap_t) on madvise() call.
39316 ____________________________________________________________________________
39317 [ 7573] By: jhi on 2000/11/06 13:56:05
39318 Log: Update Changes.
39320 ! Changes patchlevel.h
39321 ____________________________________________________________________________
39322 [ 7572] By: jhi on 2000/11/06 13:48:41
39323 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
39324 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39325 Date: Mon, 06 Nov 2000 10:11:42 +0100
39326 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
39329 ____________________________________________________________________________
39330 [ 7571] By: jhi on 2000/11/06 01:45:51
39331 Log: AUTHORS updates.
39334 ____________________________________________________________________________
39335 [ 7570] By: jhi on 2000/11/06 00:18:00
39338 Subject: [ID 20000728.005] perl -P broken
39339 From: David Dyck <dcd@tc.fluke.com>
39340 Date: Fri, 28 Jul 2000 17:19:16 -0700
39341 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
39343 (hopefully). The fix is also not complete, it seems to break
39344 BOM swallowing for libc5 systems, but until someone figures
39345 out a way to do this without ftell(), this will do.
39348 ____________________________________________________________________________
39349 [ 7569] By: jhi on 2000/11/06 00:05:30
39350 Log: Document that the evaled syntax errors cause scalar leaks.
39353 ____________________________________________________________________________
39354 [ 7568] By: jhi on 2000/11/05 23:14:47
39355 Log: opmini.o can linger from Configures past.
39358 ____________________________________________________________________________
39359 [ 7567] By: jhi on 2000/11/05 21:28:39
39360 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
39361 first argument correctly.
39364 ____________________________________________________________________________
39365 [ 7566] By: jhi on 2000/11/05 21:15:56
39366 Log: Integrate perlio.
39369 ____________________________________________________________________________
39370 [ 7565] By: jhi on 2000/11/05 21:15:13
39371 Log: Use -dM for gcc (the suggested patch did it only for Linux,
39372 but I think it can be generalized).
39374 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
39375 From: Pixel <pixel@mandrakesoft.com>
39376 Date: 05 Nov 2000 21:49:34 +0100
39377 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
39379 ! ext/Errno/Errno_pm.PL
39380 ____________________________________________________________________________
39381 [ 7564] By: nick on 2000/11/05 21:09:18
39382 Log: Added a mmap layer as a "subclass" of perlio.
39383 PERLIO=mmap ./perl harness passes
39386 ____________________________________________________________________________
39387 [ 7563] By: jhi on 2000/11/05 19:48:55
39388 Log: Add a note for future generations about bug id 20000229.006.
39391 ____________________________________________________________________________
39392 [ 7562] By: jhi on 2000/11/05 19:38:24
39393 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
39395 ! pp_ctl.c t/op/pos.t
39396 ____________________________________________________________________________
39397 [ 7561] By: jhi on 2000/11/05 18:21:46
39398 Log: Add =pod to be tidy.
39400 ! lib/Math/Complex.pm
39401 ____________________________________________________________________________
39402 [ 7560] By: jhi on 2000/11/05 17:38:46
39403 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
39405 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39406 ! ext/Storable/Storable.xs t/lib/st-recurse.t
39407 ____________________________________________________________________________
39408 [ 7559] By: jhi on 2000/11/05 17:32:59
39409 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
39410 From: "Peter J. Farley III" <pjfarley@banet.net>
39411 Date: Sun, 05 Nov 2000 11:55:59 -0500
39412 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
39415 ____________________________________________________________________________
39416 [ 7558] By: jhi on 2000/11/05 17:29:19
39417 Log: Integrate perlio.
39420 ____________________________________________________________________________
39421 [ 7557] By: jhi on 2000/11/05 17:22:01
39422 Log: A fix of sorts for 20000329.026, a better error message
39423 for a missing "use charnames" when using the \N{...}.
39425 ! pod/perldiag.pod toke.c
39426 ____________________________________________________________________________
39427 [ 7556] By: jhi on 2000/11/05 16:33:50
39428 Log: Test tweak: show also the failed locales.
39430 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
39431 From: Lupe Christoph <lupe@lupe-christoph.de>
39432 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
39433 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
39435 ! t/pragma/locale.t
39436 ____________________________________________________________________________
39437 [ 7555] By: nick on 2000/11/05 11:09:34
39438 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
39439 open RDWR so does not fail. (pragma/warnings 303 again...)
39442 ____________________________________________________________________________
39443 [ 7554] By: nick on 2000/11/05 10:10:13
39444 Log: Fix case where ungetc(f,EOF) was allowed.
39445 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
39446 so we can see similarities.
39447 Use types more carefully and a STDCHAR array in hope that this will
39448 fix Jarrko's 64bit machine.
39451 ____________________________________________________________________________
39452 [ 7553] By: jhi on 2000/11/05 01:12:16
39455 Subject: [ID 20001004.007] taint propogation is inconsistent
39456 From: pimlott@idiomtech.com (Andrew Pimlott)
39457 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
39458 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
39460 The culprit was sv_setsv() which was rather blindly
39461 propagating taint, which lead to behaviour where if
39462 a tainted anon hash value was seen all the hash values
39463 from then on at that level became tainted, or at any
39464 upper levels in the case of nested anon hashes.
39466 ! sv.c t/op/taint.t
39467 ____________________________________________________________________________
39468 [ 7552] By: jhi on 2000/11/04 23:44:18
39469 Log: Some cpps don't like splitting conditionals across several lines.
39472 ____________________________________________________________________________
39473 [ 7551] By: nick on 2000/11/04 23:40:44
39474 Log: Integrate mainline
39476 !> pp_hot.c t/op/taint.t
39477 ____________________________________________________________________________
39478 [ 7550] By: nick on 2000/11/04 23:39:05
39479 Log: Integrate mainline again
39481 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
39482 !> t/lib/b.t t/op/misc.t util.c
39483 ____________________________________________________________________________
39484 [ 7549] By: jhi on 2000/11/04 23:14:01
39487 Subject: [ID 20001004.006] undef is never tainted
39488 From: pimlott@idiomtech.com (Andrew Pimlott)
39489 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
39490 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
39492 An undef read from a slurped file was not tainted.
39494 ! pp_hot.c t/op/taint.t
39495 ____________________________________________________________________________
39496 [ 7548] By: jhi on 2000/11/04 22:56:21
39497 Log: Test tweak ($Config{useperlio} is by default undef) .
39500 ____________________________________________________________________________
39501 [ 7547] By: jhi on 2000/11/04 22:43:56
39502 Log: Integrate perlio.
39505 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
39506 !> pod/perlapi.pod t/lib/b.t
39507 ____________________________________________________________________________
39508 [ 7546] By: jhi on 2000/11/04 22:40:59
39509 Log: Configure would use a bad $myuname from an old config.sh.
39511 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
39512 From: Andy Dougherty <doughera@lafayette.edu>
39513 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
39514 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
39516 ! U/modified/Oldconfig.U
39518 ! Configure config_h.SH
39519 ____________________________________________________________________________
39520 [ 7545] By: jhi on 2000/11/04 22:36:54
39521 Log: Subject: Locales support (setlocale) fixes
39522 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39523 Date: Sat, 4 Nov 2000 10:15:48 +0300
39524 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
39526 Modified quite a bit to be more portable.
39528 ! embed.h embed.pl perl.h proto.h util.c
39529 ____________________________________________________________________________
39530 [ 7544] By: jhi on 2000/11/04 22:32:47
39531 Log: Dying is too strict here, better just skip.
39534 ____________________________________________________________________________
39535 [ 7543] By: nick on 2000/11/04 21:55:13
39536 Log: Merge mainline
39538 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39539 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
39540 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
39541 !> (integrate 64 files)
39542 ____________________________________________________________________________
39543 [ 7542] By: jhi on 2000/11/04 21:09:28
39544 Log: More Changes tweakery.
39546 ! Changes Porting/genlog
39547 ____________________________________________________________________________
39548 [ 7541] By: jhi on 2000/11/04 20:58:18
39549 Log: Changes fixups.
39552 ____________________________________________________________________________
39553 [ 7540] By: jhi on 2000/11/04 20:42:38
39554 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
39555 create a "fast path" for locale name probing using "locale -a"
39556 if available, squash finally hopefully the s?printf resetting
39557 the numeric locale (since, IIUC perllocale, it never shouldn't).
39559 ! sv.c t/op/misc.t t/pragma/locale.t
39560 ____________________________________________________________________________
39561 [ 7539] By: nick on 2000/11/04 19:56:10
39562 Log: PerlIO infrastructure complete.
39565 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
39566 ____________________________________________________________________________
39567 [ 7538] By: nick on 2000/11/04 14:31:32
39568 Log: Type tweaks + less contorted allocation scheme
39571 ____________________________________________________________________________
39572 [ 7537] By: nick on 2000/11/04 12:40:42
39573 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
39574 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
39575 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
39576 sensible) which lead to some interesting fails.
39579 ____________________________________________________________________________
39580 [ 7536] By: jhi on 2000/11/04 00:20:02
39581 Log: Add FCNTL_CAN_LOCK.
39583 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
39584 From: Andy Dougherty <doughera@lafayette.edu>
39585 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
39586 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
39588 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
39589 From: Andy Dougherty <doughera@lafayette.edu>
39590 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
39591 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
39592 Branch: metaconfig/U/perl
39593 + d_fcntl_can_lock.U
39596 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39597 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
39598 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39599 ! vos/config.ga.h win32/config.bc win32/config.gc
39601 ____________________________________________________________________________
39602 [ 7535] By: nick on 2000/11/03 22:19:10
39603 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
39604 - Works on Linux with
39607 - Works on Solaris with
39609 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
39610 - Fails (hangs in openpid) if you try and stack
39611 perlio + stdio - Linux stdio's read() logic is hanging.
39613 ! iperlsys.h perlio.c
39614 ____________________________________________________________________________
39615 [ 7534] By: jhi on 2000/11/03 15:16:02
39616 Log: Subject: Re: README.aix
39617 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39618 Date: Fri, 03 Nov 2000 16:03:15 +0100
39619 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
39622 ____________________________________________________________________________
39623 [ 7533] By: jhi on 2000/11/03 03:59:02
39624 Log: Subject: [PATCH 5.7.0] better messages from malloc()
39625 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39626 Date: Wed, 1 Nov 2000 23:39:56 -0500
39627 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
39629 ! malloc.c pod/perldiag.pod
39630 ____________________________________________________________________________
39631 [ 7532] By: jhi on 2000/11/03 00:11:56
39632 Log: The #7521 touched things it shouldn't have.
39634 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
39635 ____________________________________________________________________________
39636 [ 7531] By: jhi on 2000/11/02 22:32:33
39637 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
39638 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39639 Date: Thu, 2 Nov 2000 16:58:36 EST
39640 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
39642 ! vms/gen_shrfls.pl
39643 ____________________________________________________________________________
39644 [ 7530] By: jhi on 2000/11/02 22:08:49
39645 Log: Fix the problem discussed in
39647 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
39648 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
39649 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
39651 originally from Linc Madison. Also Andreas König's comments
39652 taken into account. Some other problems with Tie::SubstrHash
39653 fixed: didn't croak when the table exceeded the requested number
39654 of entries (as documented) but instead when the number of entries
39655 exceeded the size of the table, a croak() had an unnecessary \n,
39656 didn't have a CLEAR method, documented that there is no exists().
39657 Didn't fix to be strict-proof because the module uses &foo; and
39658 dynamic scope. Added a test script exercizing both first tamely
39659 the basic functionality, and then the failure cases reported by
39662 + t/lib/tie-substrhash.t
39663 ! MANIFEST lib/Tie/SubstrHash.pm
39664 ____________________________________________________________________________
39665 [ 7529] By: jhi on 2000/11/02 17:58:08
39666 Log: recv() can fail and return undef.
39668 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
39669 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
39670 Date: Thu, 2 Nov 2000 20:12:20 +0300
39671 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
39674 ____________________________________________________________________________
39675 [ 7528] By: jhi on 2000/11/02 17:49:09
39679 ____________________________________________________________________________
39680 [ 7527] By: jhi on 2000/11/02 15:48:37
39681 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
39682 fix a autovivification bug in Tie::RefHash, add tests for both.
39684 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
39685 From: Edward Avis <epa98@doc.ic.ac.uk>
39686 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
39687 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
39689 + t/lib/tie-refhash.t
39690 ! MANIFEST lib/Tie/RefHash.pm
39691 ____________________________________________________________________________
39692 [ 7526] By: jhi on 2000/11/02 13:56:26
39693 Log: Test::Harness revealed buglets in the new DynaLoader.
39695 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
39696 From: andreas.koenig@anima.de (Andreas J. Koenig)
39697 Date: 02 Nov 2000 11:26:48 +0100
39698 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
39700 ! ext/DynaLoader/DynaLoader_pm.PL
39701 ____________________________________________________________________________
39702 [ 7525] By: jhi on 2000/11/01 23:52:08
39703 Log: The entry for #7503 was missing.
39706 ____________________________________________________________________________
39707 [ 7524] By: jhi on 2000/11/01 23:40:52
39708 Log: Update Changes.
39710 ! Changes patchlevel.h
39711 ____________________________________________________________________________
39712 [ 7523] By: jhi on 2000/11/01 22:57:09
39713 Log: More tweaking on the #7522 theme.
39715 ! ext/DynaLoader/DynaLoader_pm.PL
39716 ____________________________________________________________________________
39717 [ 7522] By: jhi on 2000/11/01 22:06:15
39718 Log: Expand %Config variables and %ENV variables only if
39719 so requested during build time using the
39720 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
39721 Not expanding makes relocating distributions easier.
39723 ! ext/DynaLoader/DynaLoader_pm.PL
39724 ____________________________________________________________________________
39725 [ 7521] By: jhi on 2000/11/01 20:56:34
39726 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
39727 and setgid() because they were just changing $< and $( which means
39728 only changing the real uid/gid, as opposed to changing both
39729 real and effective ids. (The alternative way could have been
39730 in POSIX.pm to change $> and $), too, but making a direct call
39731 to the C API feels cleaner.) Fixes the bug
39733 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
39734 From: "Garry T. Williams" <garry@zvolve.com>
39735 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
39736 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
39738 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39739 ! ext/POSIX/typemap pod/perlvar.pod
39740 ____________________________________________________________________________
39741 [ 7520] By: jhi on 2000/11/01 20:08:33
39742 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
39743 From: "Garry T. Williams" <garry@zvolve.com>
39744 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
39745 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
39748 ____________________________________________________________________________
39749 [ 7519] By: jhi on 2000/11/01 20:01:22
39750 Log: Locale warning explanation tweak.
39753 ____________________________________________________________________________
39754 [ 7518] By: jhi on 2000/11/01 18:57:13
39757 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
39758 From: Jarkko Hietaniemi <jhi@iki.fi>
39759 Date: Tue, 10 Oct 2000 08:22:28 -0500
39760 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
39763 ____________________________________________________________________________
39764 [ 7517] By: jhi on 2000/11/01 18:41:59
39765 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
39766 From: Martien Verbruggen <mgjv@comdyn.com.au>
39767 Date: Fri, 6 Oct 2000 14:09:10 +1100
39768 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
39771 ____________________________________________________________________________
39772 [ 7516] By: jhi on 2000/11/01 18:34:55
39773 Log: Generalize the Camel wording.
39775 Subject: Re: perlfaq style changes
39776 From: John Borwick <jhborwic@unity.ncsu.edu>
39777 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
39778 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
39780 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
39781 ____________________________________________________________________________
39782 [ 7515] By: jhi on 2000/11/01 16:52:31
39783 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
39784 From: pimlott@idiomtech.com (Andrew Pimlott)
39785 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
39786 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
39789 ____________________________________________________________________________
39790 [ 7514] By: jhi on 2000/11/01 15:03:40
39791 Log: More AIX lore.
39793 ! ext/re/hints/aix.pl
39794 ____________________________________________________________________________
39795 [ 7513] By: jhi on 2000/11/01 14:48:30
39796 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
39797 From: root <root@chronos.fi.muni.cz>
39798 Date: Wed, 1 Nov 2000 12:31:32 +0100
39799 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
39802 ____________________________________________________________________________
39803 [ 7512] By: jhi on 2000/11/01 14:46:47
39804 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
39805 From: Martin Husemann <martin@duskware.de>
39806 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
39807 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
39810 ____________________________________________________________________________
39811 [ 7511] By: jhi on 2000/11/01 14:39:50
39812 Log: AUTHORS updates.
39815 ____________________________________________________________________________
39816 [ 7510] By: jhi on 2000/11/01 14:29:50
39817 Log: Subject: [PATCH] startperl to respect versiononly
39818 From: Robin Barker <rmb1@cise.npl.co.uk>
39819 Date: Tue, 31 Oct 2000 16:29:36 GMT
39820 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
39821 Branch: metaconfig/U/perl
39824 ! Configure config_h.SH
39825 ____________________________________________________________________________
39826 [ 7509] By: jhi on 2000/11/01 14:19:53
39827 Log: printf UVs the correct way, noticed by Robin Barker.
39830 ____________________________________________________________________________
39831 [ 7508] By: jhi on 2000/11/01 14:10:03
39832 Log: Do not cleanup *% because the % has special meanings in some
39833 shell environments.
39835 ! ext/Storable/Makefile.PL
39836 ____________________________________________________________________________
39837 [ 7507] By: jhi on 2000/11/01 14:06:00
39838 Log: The NonStop-UX libraries have a novel way to say NaN.
39841 ____________________________________________________________________________
39842 [ 7506] By: jhi on 2000/11/01 14:03:35
39843 Log: The osname has been lowercased by now, from Tom Bates.
39845 ! U/modified/Oldconfig.U
39847 ! Configure config_h.SH
39848 ____________________________________________________________________________
39849 [ 7505] By: jhi on 2000/10/31 19:18:39
39850 Log: The compiler is either gcc or cc, from Tom Bates.
39852 ! hints/nonstopux.sh
39853 ____________________________________________________________________________
39854 [ 7504] By: jhi on 2000/10/31 14:53:42
39855 Log: Update Changes.
39857 ! Changes patchlevel.h
39858 ____________________________________________________________________________
39859 [ 7503] By: jhi on 2000/10/31 14:30:50
39860 Log: Whitespace style tweak. Was originally going to see to
39862 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
39863 From: Joe Smith <jms@inwap.com>
39864 Date: Mon, 30 Oct 2000 18:47:57 -0800
39865 Message-Id: <39FE32DD.24AAC4D@inwap.com>
39867 but that had already been taken care of.
39869 ! U/compline/d_stdstdio.U
39871 ! Configure config_h.SH
39872 ____________________________________________________________________________
39873 [ 7502] By: jhi on 2000/10/31 14:25:02
39874 Log: AUTHORS tweaks.
39877 ____________________________________________________________________________
39878 [ 7501] By: jhi on 2000/10/31 14:23:59
39879 Log: Subject: perlfaq style changes
39880 From: John Borwick <jhborwic@unity.ncsu.edu>
39881 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
39882 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
39884 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
39885 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39886 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
39888 ____________________________________________________________________________
39889 [ 7500] By: jhi on 2000/10/31 14:22:15
39890 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
39892 Subject: Re: [ID 20000918.005] ~ on wide chars
39893 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39894 Date: Mon, 30 Oct 2000 21:09:55 -0800
39895 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
39897 (The ord() part of the patch skipped.)
39900 ____________________________________________________________________________
39901 [ 7499] By: jhi on 2000/10/31 14:20:08
39902 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
39903 From: Jens Hamisch <jens@Strawberry.COM>
39904 Date: Mon, 30 Oct 2000 15:17:07 +0100
39905 Message-Id: <20001030151707.A9597@Strawberry.COM>
39908 ____________________________________________________________________________
39909 [ 7498] By: jhi on 2000/10/31 14:16:29
39910 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
39911 From: Peter Prymmer <pvhp@forte.com>
39912 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
39913 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
39915 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39916 + ext/Encode/Encode/posix-bc.enc
39917 ! MANIFEST t/lib/encode.t
39918 ____________________________________________________________________________
39919 [ 7497] By: jhi on 2000/10/31 14:13:22
39920 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
39921 From: Peter Prymmer <pvhp@forte.com>
39922 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
39923 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
39926 ____________________________________________________________________________
39927 [ 7496] By: jhi on 2000/10/31 14:12:05
39928 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
39929 From: Peter Prymmer <pvhp@forte.com>
39930 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
39931 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
39933 ! t/lib/cgi-function.t
39934 ____________________________________________________________________________
39935 [ 7495] By: jhi on 2000/10/31 14:11:08
39936 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
39937 From: Peter Prymmer <pvhp@forte.com>
39938 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
39939 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
39941 + ext/re/hints/aix.pl
39942 ! MANIFEST ext/re/Makefile.PL
39943 ____________________________________________________________________________
39944 [ 7494] By: jhi on 2000/10/31 14:08:32
39945 Log: Use Errno magic.
39947 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
39948 From: Casey Tweten <perl@ctweten.amsite.com>
39949 Date: Mon, 30 Oct 2000 15:51:17 -0500
39950 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
39953 ____________________________________________________________________________
39954 [ 7493] By: jhi on 2000/10/31 14:05:07
39955 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
39957 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
39958 From: Nicholas Clark <nick@ccl4.org>
39959 Date: Mon, 30 Oct 2000 17:38:45 +0000
39960 Message-ID: <20001030173845.O60355@plum.flirble.org>
39962 ! Makefile.SH utils/perlbug.PL
39963 ____________________________________________________________________________
39964 [ 7492] By: nick on 2000/10/30 19:37:23
39965 Log: Change files which are mysteriously different to mainline to be
39966 copies of mainline.
39968 ! objXSUB.h perlapi.c pod/perlapi.pod
39969 ____________________________________________________________________________
39970 [ 7491] By: nick on 2000/10/30 18:05:54
39971 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
39972 - typo in endian code in putc.
39973 - Don't allow read of write-only files and vice-versa
39974 - and off-by-one in flush-all loop.
39975 Remove debug calls as they were using GCC specific features.
39978 ____________________________________________________________________________
39979 [ 7490] By: nick on 2000/10/29 21:45:45
39980 Log: Integrate mainline to perlio
39982 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
39984 ____________________________________________________________________________
39985 [ 7489] By: jhi on 2000/10/29 21:11:08
39986 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
39987 From: andreas.koenig@anima.de (Andreas J. Koenig)
39988 Date: 29 Oct 2000 22:05:59 +0100
39989 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
39991 ! lib/ExtUtils/Manifest.pm
39992 ____________________________________________________________________________
39993 [ 7488] By: jhi on 2000/10/29 21:07:47
39994 Log: Tests for #7487.
39996 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
39997 From: andreas.koenig@anima.de (Andreas J. Koenig)
39998 Date: 29 Oct 2000 19:37:09 +0100
39999 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
40002 ____________________________________________________________________________
40003 [ 7487] By: jhi on 2000/10/29 21:06:27
40004 Log: constsub spillage.
40006 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
40007 From: John Tobey <jtobey@john-edwin-tobey.org>
40008 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
40009 Message-Id: <m13pvSr-000FObC@feynman.localnet>
40012 ____________________________________________________________________________
40013 [ 7486] By: nick on 2000/10/29 21:05:04
40014 Log: Integrate mainline to perlio branch
40016 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
40017 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
40018 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
40019 +> vos/install_perl.cm
40020 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
40021 - vos/config.h vos/config_h.SH_orig
40022 !> (integrate 141 files)
40023 ____________________________________________________________________________
40024 [ 7485] By: jhi on 2000/10/29 21:00:47
40025 Log: Make \x{...} consistently produce UTF-8.
40027 Subject: Re: \x{...} is confused
40028 From: Simon Cozens <simon@cozens.net>
40029 Date: Sun, 29 Oct 2000 19:36:48 +0000
40030 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
40032 ! t/pragma/utf8.t toke.c
40033 ____________________________________________________________________________
40034 [ 7484] By: nick on 2000/10/29 20:05:29
40035 Log: PerlIO passes all tests.
40038 ____________________________________________________________________________
40039 [ 7483] By: jhi on 2000/10/29 18:06:55
40040 Log: Update Changes.
40042 ! Changes patchlevel.h
40043 ____________________________________________________________________________
40044 [ 7482] By: nick on 2000/10/29 17:43:28
40045 Log: Include <unistd.h> to get correct lseek() prototype etc.
40046 (I thought perl.h did that) - down to two fails
40047 - comp/require.t (last test)
40048 - lib/io_xs.t - possibly import/export of FILE * ?
40051 ____________________________________________________________________________
40052 [ 7481] By: jhi on 2000/10/29 17:02:37
40053 Log: UTF-8 decoder tweak.
40056 ____________________________________________________________________________
40057 [ 7480] By: nick on 2000/10/29 16:26:11
40058 Log: Fixed two bugs:
40059 - error code not being set on close (of broken pipe)
40060 - append mode was truncating.
40061 At least one seek/tell bug remains.
40064 ____________________________________________________________________________
40065 [ 7479] By: nick on 2000/10/29 11:18:16
40066 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
40067 in case of accidents. Still several worrying fails, no line disciplines yet.
40069 ! iperlsys.h perlio.c
40070 ____________________________________________________________________________
40071 [ 7478] By: jhi on 2000/10/29 02:04:01
40072 Log: Add also emailless people.
40075 ____________________________________________________________________________
40076 [ 7477] By: jhi on 2000/10/29 01:36:00
40077 Log: The #7476 needs a MANIFEST change, too.
40080 ____________________________________________________________________________
40081 [ 7476] By: jhi on 2000/10/29 01:35:21
40082 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
40086 ____________________________________________________________________________
40087 [ 7475] By: jhi on 2000/10/28 23:57:25
40088 Log: De-quoted-unreadable to ISO Latin 1.
40089 (There's one ISO-2022-JP name in Changes5.004.)
40091 ! Changes Changes5.6
40092 ____________________________________________________________________________
40093 [ 7474] By: jhi on 2000/10/28 19:13:06
40094 Log: Subject: [ID 20001027.007] uniq array in perlfaq
40095 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
40096 Date: Fri, 27 Oct 2000 19:28:30 +0200
40097 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
40100 ____________________________________________________________________________
40101 [ 7473] By: jhi on 2000/10/28 18:02:05
40102 Log: Locking null mutexes is not recommendable.
40104 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
40105 From: Hugo <hv@crypt.compulink.co.uk>
40106 Date: Sat, 28 Oct 2000 18:41:12 +0100
40107 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
40110 ____________________________________________________________________________
40111 [ 7472] By: jhi on 2000/10/28 17:52:58
40112 Log: Better create a true mailing list for the repository keepers.
40114 ! Porting/repository.pod
40115 ____________________________________________________________________________
40116 [ 7471] By: jhi on 2000/10/28 17:28:24
40117 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
40118 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
40120 + Porting/repository.pod
40122 ____________________________________________________________________________
40123 [ 7470] By: jhi on 2000/10/28 17:20:54
40124 Log: Subject: DOC PATCH 5.6.0
40125 From: mjd@plover.com
40126 Date: 27 Oct 2000 17:32:44 -0000
40127 Message-ID: <20001027173244.23754.qmail@plover.com>
40130 ____________________________________________________________________________
40131 [ 7469] By: jhi on 2000/10/28 17:16:45
40132 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
40133 From: "Peter J. Farley III" <pjfarley@banet.net>
40134 Date: Fri, 27 Oct 2000 20:32:56 -0400
40135 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
40138 ____________________________________________________________________________
40139 [ 7468] By: jhi on 2000/10/28 17:07:18
40140 Log: Make target reordering to avoid pointless re-makes.
40142 Subject: Re: Total re-make of 'make okfile' after 7451 ?
40143 From: Nicholas Clark <nick@ccl4.org>
40144 Date: Sat, 28 Oct 2000 00:31:02 +0100
40145 Message-ID: <20001028003101.A54517@plum.flirble.org>
40148 ____________________________________________________________________________
40149 [ 7467] By: jhi on 2000/10/28 17:05:31
40150 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
40151 From: lvirden@cas.org
40152 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
40153 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
40156 ____________________________________________________________________________
40157 [ 7466] By: jhi on 2000/10/28 16:09:16
40158 Log: Upgrade to CPAN 1.58_55.
40160 Subject: CPAN.pm status
40161 From: andreas.koenig@anima.de (Andreas J. Koenig)
40162 Date: 28 Oct 2000 08:18:00 +0200
40163 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
40165 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40166 ____________________________________________________________________________
40167 [ 7465] By: jhi on 2000/10/28 16:02:47
40168 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
40170 ! embed.h embed.pl perl.h proto.h toke.c
40171 ____________________________________________________________________________
40172 [ 7464] By: nick on 2000/10/28 10:43:44
40173 Log: Fix for sv_2iv() on "shared" value from keys %hash.
40176 ____________________________________________________________________________
40177 [ 7463] By: jhi on 2000/10/27 16:18:29
40178 Log: Update Changes.
40180 ! Changes patchlevel.h
40181 ____________________________________________________________________________
40182 [ 7462] By: jhi on 2000/10/27 16:17:44
40183 Log: Too enthusiastic editing in #7460.
40185 ! U/modified/Oldsym.U
40187 ! Configure config_h.SH
40188 ____________________________________________________________________________
40189 [ 7461] By: jhi on 2000/10/27 15:37:38
40190 Log: Retract #7459, the script needs more work.
40194 ____________________________________________________________________________
40195 [ 7460] By: jhi on 2000/10/27 15:23:14
40196 Log: Use $sort, $uniq (and $tr) consistently as wondered
40199 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
40200 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
40201 ! U/modified/libc.U
40203 ! Configure config_h.SH
40204 ____________________________________________________________________________
40205 [ 7459] By: jhi on 2000/10/27 15:02:07
40206 Log: (Retracted by #7461)
40208 Add a shell script for creating/removing symbolic link farms,
40209 useful for keeping the source code read-only and doing the
40210 builds somewhere else.
40214 ____________________________________________________________________________
40215 [ 7458] By: jhi on 2000/10/27 14:42:20
40216 Log: Do away with the fix_pl.
40219 ! MANIFEST Makefile.SH
40220 ____________________________________________________________________________
40221 [ 7457] By: jhi on 2000/10/27 12:43:13
40222 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
40223 From: Jens Hamisch <jens@Strawberry.COM>
40224 Date: Fri, 27 Oct 2000 14:38:21 +0200
40225 Message-Id: <20001027143821.B3366@Strawberry.COM>
40228 ____________________________________________________________________________
40229 [ 7456] By: jhi on 2000/10/27 12:33:42
40230 Log: Subject: [PATCH] todo
40231 From: Nicholas Clark <nick@ccl4.org>
40232 Date: Thu, 26 Oct 2000 22:32:29 +0100
40233 Message-ID: <20001026223229.A44540@plum.flirble.org>
40236 ____________________________________________________________________________
40237 [ 7455] By: jhi on 2000/10/27 12:02:21
40238 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
40239 From: John Tobey <jtobey@john-edwin-tobey.org>
40240 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
40241 Message-Id: <m13ozHF-000FObC@feynman.localnet>
40243 ! op.c t/pragma/sub_lval.t
40244 ____________________________________________________________________________
40245 [ 7454] By: jhi on 2000/10/27 11:59:42
40246 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
40247 From: sthoenna@efn.org
40248 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
40249 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
40251 ! pp.c t/op/assignwarn.t
40252 ____________________________________________________________________________
40253 [ 7453] By: jhi on 2000/10/27 00:15:08
40254 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
40256 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40257 ! ext/Storable/Storable.xs t/lib/st-lock.t
40258 ____________________________________________________________________________
40259 [ 7452] By: jhi on 2000/10/26 13:05:52
40260 Log: Undo #7451, this seems to be a deficiency in Perforce,
40261 there is no per-file line-terminator type, only per-client.
40263 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40264 ! win32/makefile.mk
40265 ____________________________________________________________________________
40266 [ 7451] By: jhi on 2000/10/26 04:56:03
40267 Log: Experimenting in DOS arcana.
40269 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40270 ! win32/makefile.mk
40271 ____________________________________________________________________________
40272 [ 7450] By: jhi on 2000/10/26 04:50:52
40273 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
40274 From: "Peter J. Farley III" <pjfarley@banet.net>
40275 Date: Wed, 25 Oct 2000 23:10:18 -0400
40276 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
40279 ____________________________________________________________________________
40280 [ 7449] By: jhi on 2000/10/26 04:49:16
40281 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
40282 From: Hugo <hv@crypt.compulink.co.uk>
40283 Date: Thu, 26 Oct 2000 01:55:17 +0100
40284 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
40286 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
40288 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
40289 ____________________________________________________________________________
40290 [ 7448] By: jhi on 2000/10/26 04:38:36
40291 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
40292 From: Peter Prymmer <pvhp@forte.com>
40293 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
40294 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
40297 ____________________________________________________________________________
40298 [ 7447] By: jhi on 2000/10/25 23:20:02
40299 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
40300 in platforms that strictly require all the symbols being present
40304 ____________________________________________________________________________
40305 [ 7446] By: jhi on 2000/10/25 21:55:57
40306 Log: Update Changes.
40308 ! Changes patchlevel.h
40309 ____________________________________________________________________________
40310 [ 7445] By: jhi on 2000/10/25 21:27:08
40311 Log: Integrate with vmsperl #7430 by Charles Bailey:
40313 Cleanup from prior patch (Charles Lane?):
40314 - improve handling of MFDs in Basename and Path
40315 - default to no xsubpp line # munging when building debug images
40317 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40318 ____________________________________________________________________________
40319 [ 7444] By: jhi on 2000/10/25 21:03:50
40320 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
40321 From: John Peacock <JPeacock@UnivPress.com>
40322 Date: Thu, 18 May 2000 11:55:27 -0400
40323 Message-ID: <3924126F.A58BE57A@UnivPress.com>
40325 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
40327 ____________________________________________________________________________
40328 [ 7443] By: jhi on 2000/10/25 20:43:10
40329 Log: Temporary stopgap for the self-tying issue: for now only
40330 array and hash self-ties are verboten. The real fix, of
40331 course, would be to comprehensively test (and implement?)
40332 and debug (and document) self-ties.
40334 ! pod/perldiag.pod pp_sys.c t/op/tie.t
40335 ____________________________________________________________________________
40336 [ 7442] By: jhi on 2000/10/25 20:14:30
40337 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
40338 From: Dan Sugalski <dan@sidhe.org>
40339 Date: Wed, 25 Oct 2000 13:36:35 -0400
40340 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
40342 plus regen global.sym.
40344 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
40346 ____________________________________________________________________________
40347 [ 7441] By: jhi on 2000/10/25 20:12:20
40348 Log: buildtoc target tweaks.
40351 ____________________________________________________________________________
40352 [ 7440] By: jhi on 2000/10/25 20:03:53
40353 Log: A new version of making the syslog test more robust.
40356 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40357 From: "Kurt D. Starsinic" <kstar@chapin.edu>
40358 Date: Wed, 25 Oct 2000 12:13:54 -0400
40359 Message-ID: <20001025121354.B2264@O2.chapin.edu>
40362 ____________________________________________________________________________
40363 [ 7439] By: jhi on 2000/10/25 20:00:48
40364 Log: Continue the internal UTF-8 API tweaking.
40365 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
40366 used much more than the simpler API, now called utf8_to_uv_simple().
40367 Still not quite happy with API, too much partial duplication
40370 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
40371 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
40372 ! regcomp.c regexec.c sv.c toke.c utf8.c
40373 ____________________________________________________________________________
40374 [ 7438] By: jhi on 2000/10/25 18:52:30
40375 Log: Allow poking holes at the UTF-8 decoding strictness.
40377 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
40379 ____________________________________________________________________________
40380 [ 7437] By: jhi on 2000/10/25 13:53:05
40381 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
40382 UTF8LEN() and UTF8SKIP().
40384 ! pp.c utf8.c utf8.h
40385 ____________________________________________________________________________
40386 [ 7436] By: jhi on 2000/10/25 13:51:37
40387 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
40388 From: Nicholas Clark <nick@ccl4.org>
40389 Date: Wed, 25 Oct 2000 14:44:05 +0100
40390 Message-ID: <20001025144404.D27253@plum.flirble.org>
40393 ____________________________________________________________________________
40394 [ 7435] By: jhi on 2000/10/25 13:49:32
40395 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
40396 From: Mike Guy <mjtg@cam.ac.uk>
40397 Date: Tue, 24 Oct 2000 14:59:40 +0100
40398 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
40401 ____________________________________________________________________________
40402 [ 7434] By: jhi on 2000/10/25 13:48:41
40403 Log: AIX is picky about its symbol exports. Solution for now
40404 is to include the deb.o explicitly to the re extension build.
40406 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
40407 From: Peter Prymmer <pvhp@forte.com>
40408 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
40409 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
40411 ! ext/re/Makefile.PL hints/aix.sh
40412 ____________________________________________________________________________
40413 [ 7433] By: jhi on 2000/10/25 13:46:49
40414 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
40415 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40416 Date: Wed, 25 Oct 2000 12:02:20 +0200
40417 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
40420 ____________________________________________________________________________
40421 [ 7432] By: jhi on 2000/10/25 13:44:28
40422 Log: Subject: Minor update to find2perl, for portability
40423 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40424 Date: Wed, 25 Oct 2000 12:05:47 +0100
40425 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
40428 ____________________________________________________________________________
40429 [ 7431] By: jhi on 2000/10/25 13:40:39
40430 Log: Add targets to Makefile.SH, most importantly
40431 'regen_all' which also remembers to update vms/perly*.
40434 ____________________________________________________________________________
40435 [ 7430] By: bailey on 2000/10/25 03:13:53
40436 Log: Cleanup from prior patch (Charles Lane?):
40437 - improve handling of MFDs in Basename and Path
40438 - default to no xsubpp line # munging when building debug images
40440 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40441 ____________________________________________________________________________
40442 [ 7429] By: jhi on 2000/10/24 20:03:40
40443 Log: Podify README.epoc and README.vos.
40445 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
40446 ! pod/perlport.pod pod/perltoc.pod
40447 ____________________________________________________________________________
40448 [ 7428] By: jhi on 2000/10/24 19:10:33
40449 Log: Stratus VOS updates from Paul Green.
40451 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40452 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
40453 - vos/config.def vos/config.h vos/config_h.SH_orig
40454 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
40455 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
40456 ____________________________________________________________________________
40457 [ 7427] By: jhi on 2000/10/24 18:59:48
40458 Log: Check if stdio supports tweaking lval and cnt simultaneously.
40460 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40461 From: Nicholas Clark <nick@ccl4.org>
40462 Date: Mon, 23 Oct 2000 15:39:32 +0100
40463 Message-ID: <20001023153932.A10786@plum.flirble.org>
40465 ! U/compline/d_stdstdio.U
40467 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40468 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
40469 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
40470 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
40471 ! vos/config.h vos/config_h.SH_orig win32/config.bc
40472 ! win32/config.gc win32/config.vc
40473 ____________________________________________________________________________
40474 [ 7426] By: jhi on 2000/10/24 17:57:44
40475 Log: Missed the header file changes from #7425.
40477 ! embed.h embed.pl objXSUB.h proto.h
40478 ____________________________________________________________________________
40479 [ 7425] By: jhi on 2000/10/24 17:55:17
40480 Log: Fix the bug reported in
40482 From: andreas.koenig@anima.de (Andreas J. Koenig)
40483 Subject: Encode bug?
40484 Date: 24 Oct 2000 14:01:26 +0200
40485 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
40487 Also make is_utf8_char() stricter.
40489 ! ext/Encode/Encode.xs utf8.c
40490 ____________________________________________________________________________
40491 [ 7424] By: jhi on 2000/10/24 15:15:39
40492 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
40493 From: Peter Scott <Peter@PSDT.com>
40494 Date: Mon, 23 Oct 2000 19:46:01 -0700
40495 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
40498 ____________________________________________________________________________
40499 [ 7423] By: jhi on 2000/10/24 14:25:30
40500 Log: Test tweak to avoid pulling in the whole Config.
40503 ____________________________________________________________________________
40504 [ 7422] By: jhi on 2000/10/24 14:03:16
40505 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
40508 ____________________________________________________________________________
40509 [ 7421] By: jhi on 2000/10/24 13:32:09
40510 Log: (Replaced by #7440.)
40512 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40513 From: "Kurt D. Starsinic" <kstar@chapin.edu>
40514 Date: Mon, 23 Oct 2000 16:40:54 -0400
40515 Message-ID: <20001023164054.B14491@O2.chapin.edu>
40518 ____________________________________________________________________________
40519 [ 7420] By: jhi on 2000/10/24 13:30:53
40520 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
40521 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40522 Date: Mon, 23 Oct 2000 17:29:03 -0400
40523 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
40525 ! lib/ExtUtils/MM_Unix.pm
40526 ____________________________________________________________________________
40527 [ 7419] By: jhi on 2000/10/24 13:29:57
40528 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
40529 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40530 Date: Mon, 23 Oct 2000 19:01:32 -0400
40531 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
40534 ____________________________________________________________________________
40535 [ 7418] By: jhi on 2000/10/24 13:26:04
40536 Log: Replace #7409 with
40538 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
40539 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
40540 Date: Mon, 23 Oct 2000 20:08:56 +0200
40541 Message-ID: <20001023200855.A14850@nice.ram.loc>
40543 ! ext/Storable/Storable.pm t/lib/st-lock.t
40544 ____________________________________________________________________________
40545 [ 7417] By: jhi on 2000/10/24 13:17:52
40546 Log: Run vms/vms_yfix.pl, should have done that after changing
40549 ! vms/perly_c.vms vms/perly_h.vms
40550 ____________________________________________________________________________
40551 [ 7416] By: jhi on 2000/10/24 02:55:33
40552 Log: Make the UTF-8 decoding stricter and more verbose when
40553 malformation happens. This involved adding an argument
40554 to utf8_to_uv_chk(), which involved changing its prototype,
40555 and prefer STRLEN over I32 for the UTF-8 length, which as
40556 a domino effect necessitated changing the prototypes of
40557 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
40558 The stricter UTF-8 decoding checking uses Markus Kuhn's
40559 UTF-8 Decode Stress Tester from
40560 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
40562 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
40563 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
40564 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
40565 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
40566 ____________________________________________________________________________
40567 [ 7415] By: jhi on 2000/10/23 14:06:06
40568 Log: Update Changes.
40570 ! Changes patchlevel.h
40571 ____________________________________________________________________________
40572 [ 7414] By: jhi on 2000/10/23 12:39:52
40573 Log: Undo the basename() part of #7412 since the lib/basename
40574 tests would need upgrading too.
40576 ! lib/File/Basename.pm
40577 ____________________________________________________________________________
40578 [ 7413] By: jhi on 2000/10/23 12:19:27
40579 Log: Document PERL_INSTALL_ROOT of #7210.
40581 ! lib/ExtUtils/Install.pm
40582 ____________________________________________________________________________
40583 [ 7412] By: jhi on 2000/10/23 12:16:47
40584 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
40586 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
40587 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
40588 ____________________________________________________________________________
40589 [ 7411] By: jhi on 2000/10/23 12:07:41
40590 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
40591 From: Prymmer/Kahn <pvhp@best.com>
40592 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
40593 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
40595 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
40596 ____________________________________________________________________________
40597 [ 7410] By: jhi on 2000/10/23 04:10:11
40598 Log: The change #7187 was not so good on VMS.
40600 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
40601 From: "Craig A. Berry" <craig.berry@psinetcs.com>
40602 Date: Sun, 22 Oct 2000 23:03:08 -0500
40603 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
40606 ____________________________________________________________________________
40607 [ 7409] By: jhi on 2000/10/23 03:57:36
40608 Log: Avoid Storable locking on DJGPP for now.
40610 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
40611 From: "Peter J. Farley III" <pjfarley@banet.net>
40612 Date: Sun, 22 Oct 2000 20:00:00 -0400
40613 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
40615 ! ext/Storable/Storable.pm t/lib/st-lock.t
40616 ____________________________________________________________________________
40617 [ 7408] By: jhi on 2000/10/23 03:50:24
40618 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
40619 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40620 Date: Sun, 22 Oct 2000 21:12:22 -0400
40621 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
40624 ____________________________________________________________________________
40625 [ 7407] By: jhi on 2000/10/23 03:43:12
40626 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
40627 From: Hugo <hv@crypt.compulink.co.uk>
40628 Date: Mon, 23 Oct 2000 00:47:22 +0100
40629 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
40631 ! regexec.c t/op/pat.t
40632 ____________________________________________________________________________
40633 [ 7406] By: jhi on 2000/10/23 03:40:29
40634 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
40636 ! lib/ExtUtils/MakeMaker.pm
40637 ____________________________________________________________________________
40638 [ 7405] By: jhi on 2000/10/22 21:32:00
40641 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
40642 From: rspier@pobox.com (Robert Spier)
40643 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
40644 Message-ID: <14835.16112.13457.447971@rls.cx>
40647 ____________________________________________________________________________
40648 [ 7404] By: jhi on 2000/10/22 21:30:51
40649 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
40650 From: rspier@pobox.com (Robert Spier)
40651 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
40652 Message-ID: <14835.17223.72448.705566@rls.cx>
40654 ! lib/ExtUtils/MakeMaker.pm
40655 ____________________________________________________________________________
40656 [ 7403] By: jhi on 2000/10/22 21:24:11
40657 Log: Subject: [PATCH bleadperl] ripples from constsub patch
40658 From: John Tobey <jtobey@john-edwin-tobey.org>
40659 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
40660 Message-Id: <m13nSOB-000FObC@feynman.localnet>
40662 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
40663 ____________________________________________________________________________
40664 [ 7402] By: jhi on 2000/10/22 20:59:35
40665 Log: Support s?printf parameter reordering.
40667 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
40668 ____________________________________________________________________________
40669 [ 7401] By: jhi on 2000/10/22 19:19:14
40670 Log: Expand %Config variables only if explicitly so requested
40671 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
40673 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
40674 From: Gurusamy Sarathy <gsar@ActiveState.com>
40675 Date: Sun, 22 Oct 2000 11:47:32 -0700
40676 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
40678 ! Makefile.SH lib/lib_pm.PL
40679 ____________________________________________________________________________
40680 [ 7400] By: jhi on 2000/10/22 18:24:10
40681 Log: Move the #7390 test from warn/op to comp/redef.
40683 Subject: Re: Creating const subs for constants.
40684 From: John Tobey <jtobey@john-edwin-tobey.org>
40685 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
40686 Message-Id: <m13nG72-000FObC@feynman.localnet>
40688 ! t/comp/redef.t t/pragma/warn/op
40689 ____________________________________________________________________________
40690 [ 7399] By: jhi on 2000/10/22 17:49:59
40691 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
40692 From: Nicholas Clark <nick@ccl4.org>
40693 Date: Sat, 21 Oct 2000 22:23:19 +0100
40694 Message-ID: <20001021222319.B45586@plum.flirble.org>
40696 ! ext/DynaLoader/DynaLoader_pm.PL
40697 ____________________________________________________________________________
40698 [ 7398] By: jhi on 2000/10/22 17:47:35
40699 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
40700 From: Hugo <hv@crypt.compulink.co.uk>
40701 Date: Sat, 21 Oct 2000 18:19:59 +0100
40702 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
40704 ! ext/B/B.pm ext/B/B/C.pm
40705 ____________________________________________________________________________
40706 [ 7397] By: jhi on 2000/10/22 17:35:18
40707 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
40708 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
40709 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
40710 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
40713 ____________________________________________________________________________
40714 [ 7396] By: jhi on 2000/10/22 17:19:46
40715 Log: Subject: installman go-faster stripes
40716 From: Nicholas Clark <nick@talking.bollo.cx>
40717 Date: Sat, 21 Oct 2000 17:24:53 +0100
40718 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
40720 Subject: Re: installman go-faster stripes
40721 From: Russ Allbery <rra@stanford.edu>
40722 Date: 21 Oct 2000 11:04:13 -0700
40723 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
40725 ! installman pod/pod2man.PL
40726 ____________________________________________________________________________
40727 [ 7395] By: jhi on 2000/10/22 17:17:35
40728 Log: Hints tweak from Anton Berezin.
40731 ____________________________________________________________________________
40732 [ 7394] By: jhi on 2000/10/22 04:50:04
40733 Log: Tweak the Is* definitions of Unicode character classes
40734 to better match the official categorizations; embrace
40735 the official categorizations; add the combining marks
40736 as alpha (and -numeric); fix DCinital (a typo and edito)
40739 + lib/unicode/Is/DCmedial.pl
40740 - lib/unicode/Is/DCinital.pl
40741 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40742 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
40743 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
40744 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40745 ____________________________________________________________________________
40746 [ 7393] By: jhi on 2000/10/21 18:06:05
40747 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
40748 From: Daniel Chetlin <daniel@chetlin.com>
40749 Date: Sat, 21 Oct 2000 02:57:03 -0700
40750 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
40752 + t/lib/tie-splice.t
40753 ! MANIFEST lib/Tie/Array.pm
40754 ____________________________________________________________________________
40755 [ 7392] By: gsar on 2000/10/21 18:05:15
40756 Log: resync utfperl branch with mainline
40758 !> (integrate 1760 files)
40759 ____________________________________________________________________________
40760 [ 7391] By: jhi on 2000/10/21 14:37:49
40761 Log: Testcases for a #7383,#7385 related bug.
40763 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
40764 From: Nicholas Clark <nick@ccl4.org>
40765 Date: Sat, 21 Oct 2000 15:04:51 +0100
40766 Message-ID: <20001021150451.A51566@plum.flirble.org>
40769 ____________________________________________________________________________
40770 [ 7390] By: jhi on 2000/10/21 14:35:57
40771 Log: Add a testcase for #7389.
40774 ____________________________________________________________________________
40775 [ 7389] By: jhi on 2000/10/21 14:26:45
40776 Log: Subject: Re: Creating const subs for constants.
40777 From: John Tobey <jtobey@john-edwin-tobey.org>
40778 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
40779 Message-Id: <m13mo0N-000FObC@feynman.localnet>
40781 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
40783 ____________________________________________________________________________
40784 [ 7388] By: nick on 2000/10/21 11:44:23
40785 Log: Populate perlio branch
40787 +> (branch 1760 files)
40788 ____________________________________________________________________________
40789 [ 7387] By: nick on 2000/10/21 10:52:05
40790 Log: Get branch back as replica of mainline via :
40791 p4 integrate -b utfperl
40792 p4 resolve -at ./...
40794 +> (branch 269 files)
40795 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
40796 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
40797 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
40798 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
40799 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
40800 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
40801 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
40802 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
40803 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
40804 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
40805 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
40806 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
40807 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
40808 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
40809 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
40810 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
40811 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
40812 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
40813 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
40814 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
40815 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
40816 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
40817 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
40818 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
40819 - lib/unicode/UCD300.html lib/unicode/Unicode.300
40820 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
40821 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
40822 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
40823 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
40824 !> (integrate 965 files)
40825 ____________________________________________________________________________
40826 [ 7386] By: jhi on 2000/10/21 01:31:12
40827 Log: Update Changes.
40829 ! Changes patchlevel.h
40830 ____________________________________________________________________________
40831 [ 7385] By: jhi on 2000/10/21 01:28:42
40832 Log: The #7383 was right only in the context of the original bug report,
40833 not in more general case.
40836 ____________________________________________________________________________
40837 [ 7384] By: jhi on 2000/10/21 01:08:23
40838 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
40840 ! ext/IO/lib/IO/Select.pm
40841 ____________________________________________________________________________
40842 [ 7383] By: jhi on 2000/10/21 00:44:18
40843 Log: Fix for ID 20001020.006, concatenating an unset submatch
40844 with utf8 resulted in "Modification of a read-only value".
40846 ! pp_hot.c t/pragma/utf8.t
40847 ____________________________________________________________________________
40848 [ 7382] By: jhi on 2000/10/20 20:44:31
40849 Log: Make scan_num() reëntrant, as suggested in
40851 Subject: [PATCH perl@7229] Rentrant parser and yylex()
40852 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40853 Date: Fri, 20 Oct 2000 14:17:27 +0100
40854 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
40856 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
40858 ____________________________________________________________________________
40859 [ 7381] By: jhi on 2000/10/20 20:07:29
40860 Log: Reëntrancy fix.
40862 Subject: [PATCH perl@7229] Rentrant parser and yylex()
40863 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40864 Date: Fri, 20 Oct 2000 14:17:27 +0100
40865 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
40867 ! embed.h embed.pl perl.h proto.h toke.c
40868 ____________________________________________________________________________
40869 [ 7380] By: jhi on 2000/10/20 19:15:54
40870 Log: Don't write double values through long double pointers,
40873 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
40874 From: Jens Hamisch <jens@Strawberry.COM>
40875 Date: Tue, 17 Oct 2000 08:39:36 +0200
40876 Message-Id: <20001017083936.A11104@Strawberry.COM>
40879 ____________________________________________________________________________
40880 [ 7379] By: jhi on 2000/10/20 18:43:37
40881 Log: Portability tweak on #7377.
40883 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
40884 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40885 Date: Fri, 20 Oct 2000 13:13:41 EDT
40886 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
40889 ____________________________________________________________________________
40890 [ 7378] By: jhi on 2000/10/20 12:57:19
40891 Log: SOCKS function redefinitions need prototypes, too, otherwise
40892 for example 32 bit versus 64 bit differences cause a lot of
40895 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
40896 From: Jens Hamisch <jens@Strawberry.COM>
40897 Date: Tue, 17 Oct 2000 08:39:36 +0200
40898 Message-Id: <20001017083936.A11104@Strawberry.COM>
40901 ____________________________________________________________________________
40902 [ 7377] By: jhi on 2000/10/20 12:37:12
40903 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
40904 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40905 Date: Fri, 20 Oct 2000 08:26:04 EDT
40906 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
40908 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
40909 ____________________________________________________________________________
40910 [ 7376] By: jhi on 2000/10/20 12:35:31
40911 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
40912 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40913 Date: Fri, 20 Oct 2000 07:48:15 EDT
40914 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
40916 ! configure.com vms/gen_shrfls.pl
40917 ____________________________________________________________________________
40918 [ 7375] By: bailey on 2000/10/20 04:44:37
40921 +> (branch 134 files)
40922 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
40923 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
40924 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
40925 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
40926 - eg/cgi/frameset.cgi eg/cgi/index.html
40927 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
40928 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
40929 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
40930 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
40931 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
40932 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
40933 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
40934 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
40935 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
40936 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
40937 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
40938 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
40939 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
40940 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
40941 - lib/unicode/Props.txt lib/unicode/UCD300.html
40942 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
40943 - utils/perlbc.PL vms/subconfigure.com
40944 !> (integrate 785 files)
40945 ____________________________________________________________________________
40946 [ 7374] By: jhi on 2000/10/20 00:59:48
40947 Log: In the latest compiler builds cccdlflags must not become -fpic,
40948 from Wilfredo Sánchez.
40951 ____________________________________________________________________________
40952 [ 7373] By: jhi on 2000/10/20 00:56:35
40953 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
40954 From: Tony Cook <tony@develop-help.com>
40955 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
40956 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
40959 ____________________________________________________________________________
40960 [ 7372] By: jhi on 2000/10/19 19:34:40
40961 Log: Typo noted by Mark Lutz.
40964 ____________________________________________________________________________
40965 [ 7371] By: jhi on 2000/10/19 19:33:13
40966 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
40968 ! U/modified/Cppsym.U U/modified/Oldconfig.U
40969 Branch: metaconfig/U/perl
40970 ! End.U dlsrc.U libperl.U
40972 + hints/nonstopux.sh
40973 ! Configure MANIFEST config_h.SH
40974 ____________________________________________________________________________
40975 [ 7370] By: jhi on 2000/10/19 17:18:08
40976 Log: Subject: PATCH do_print has 2 PerlIO_error()s
40977 From: nick@ccl4.org
40978 Date: Thu, 19 Oct 2000 18:09:20 +0100
40979 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
40982 ____________________________________________________________________________
40983 [ 7369] By: jhi on 2000/10/19 14:01:49
40984 Log: Update Changes.
40986 ! Changes patchlevel.h
40987 ____________________________________________________________________________
40988 [ 7368] By: jhi on 2000/10/19 13:04:29
40989 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
40990 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40991 Date: Wed, 18 Oct 2000 13:12:01 +0200
40992 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
40995 ____________________________________________________________________________
40996 [ 7367] By: jhi on 2000/10/19 02:22:40
40997 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
40998 of a 'pmshort' anywhere in the B, so the offending line was simply
41002 ____________________________________________________________________________
41003 [ 7366] By: jhi on 2000/10/19 02:12:37
41004 Log: Add the test case for the bug id 20000730.004 which seems
41005 to have been fixed by now.
41008 ____________________________________________________________________________
41009 [ 7365] By: jhi on 2000/10/18 23:36:24
41010 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
41011 From: Hugo <hv@crypt.compulink.co.uk>
41012 Date: Wed, 18 Oct 2000 23:25:58 +0100
41013 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
41015 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
41016 ____________________________________________________________________________
41017 [ 7364] By: jhi on 2000/10/18 21:12:53
41021 ____________________________________________________________________________
41022 [ 7363] By: jhi on 2000/10/18 20:55:38
41023 Log: Missing change from #7362.
41026 ____________________________________________________________________________
41027 [ 7362] By: jhi on 2000/10/18 20:52:01
41028 Log: Borland C fstat() never saw the fd as writable.
41030 Subject: fix for Borland's weak "stat" (perl@7211)
41031 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41032 Date: Mon, 16 Oct 2000 09:55:03 +0400
41033 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
41036 ____________________________________________________________________________
41037 [ 7361] By: jhi on 2000/10/18 17:43:50
41040 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
41041 ____________________________________________________________________________
41042 [ 7360] By: jhi on 2000/10/18 17:07:44
41043 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41044 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
41045 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
41046 Date: Mon, 16 Oct 2000 15:19:49 +0200
41050 ____________________________________________________________________________
41051 [ 7359] By: jhi on 2000/10/18 17:04:49
41052 Log: Subject: Pod patch for Devel::Peek
41053 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41054 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
41055 Date: Mon, 16 Oct 2000 12:26:34 +0200
41057 ! ext/Devel/Peek/Peek.pm
41058 ____________________________________________________________________________
41059 [ 7358] By: jhi on 2000/10/18 17:03:15
41060 Log: Make Cwd more bulletproof in chrooted environments.
41062 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
41063 From: "Eric E. Coe" <Eric.Coe@oracle.com>
41064 Date: Wed, 18 Oct 2000 04:03:54 -0400
41065 Message-Id: <39ED596A.70E599FE@oracle.com>
41068 ____________________________________________________________________________
41069 [ 7357] By: jhi on 2000/10/18 16:37:26
41070 Log: Disable the UTF8 downgrade croakage for now to avoid
41071 too many not okay messages.
41074 ____________________________________________________________________________
41075 [ 7356] By: jhi on 2000/10/17 23:29:41
41076 Log: Show the failed remote port, instead of the failing line number.
41078 Subject: [PATCH 5.6.1 Debugger] More diagnostics
41079 From: David Sparks <daves@ActiveState.com>
41080 Date: Tue, 17 Oct 2000 15:00:24 -0700
41081 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
41084 ____________________________________________________________________________
41085 [ 7355] By: jhi on 2000/10/17 14:11:31
41086 Log: On output try to downgrade to bytes, croak if impossible,
41087 from Simon Cozens. This means that outputting >255 UTF8
41088 is impossible. Consider this as a strong incentive to get
41089 the I/O disciplines implemented.
41091 ! doio.c pod/perldiag.pod sv.c
41092 ____________________________________________________________________________
41093 [ 7354] By: jhi on 2000/10/17 13:42:23
41094 Log: Clarify documentation on 'use bytes'.
41096 Subject: Re: What does 'use bytes' "mean" ?
41097 From: Simon Cozens <simon@cozens.net>
41098 Date: Mon, 18 Sep 2000 18:24:25 +0100
41099 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
41102 ____________________________________________________________________________
41103 [ 7353] By: jhi on 2000/10/17 13:28:12
41104 Log: Workaround for a sfio bug where the stream error indicator
41105 is not cleared as documented.
41107 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41108 From: Nicholas Clark <nick@ccl4.org>
41109 Date: Mon, 16 Oct 2000 18:28:23 +0100
41110 Message-ID: <20001016182823.J19700@plum.flirble.org>
41113 ____________________________________________________________________________
41114 [ 7352] By: jhi on 2000/10/17 13:06:19
41115 Log: More IoTYPE sprinkling.
41118 ____________________________________________________________________________
41119 [ 7351] By: jhi on 2000/10/16 22:47:07
41120 Log: Detect early whether the std streams have gone bad.
41122 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41123 Date: Mon, 16 Oct 2000 23:28:42 +0100
41124 From: Nicholas Clark <nick@ccl4.org>
41125 Message-ID: <20001016232842.A37942@plum.flirble.org>
41128 ____________________________________________________________________________
41129 [ 7350] By: jhi on 2000/10/16 22:45:16
41130 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
41131 From: "Peter J. Farley III" <pjfarley@banet.net>
41132 Date: Mon, 16 Oct 2000 18:15:59 -0400
41133 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
41135 ! djgpp/djgpp.c dosish.h t/io/open.t
41136 ____________________________________________________________________________
41137 [ 7349] By: jhi on 2000/10/16 22:36:45
41138 Log: perldelta tweak.
41140 ! pod/perldelta.pod
41141 ____________________________________________________________________________
41142 [ 7348] By: jhi on 2000/10/16 15:17:53
41143 Log: Update Changes.
41145 ! Changes patchlevel.h
41146 ____________________________________________________________________________
41147 [ 7347] By: jhi on 2000/10/16 13:55:27
41148 Log: Add the capability to include/exclude branches.
41151 ____________________________________________________________________________
41152 [ 7346] By: jhi on 2000/10/16 13:18:04
41153 Log: Add Charles Lane.
41156 ____________________________________________________________________________
41157 [ 7345] By: jhi on 2000/10/16 13:13:21
41158 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
41160 ! pod/perldelta.pod
41161 ____________________________________________________________________________
41162 [ 7344] By: gsar on 2000/10/16 09:30:21
41163 Log: integrate change#6220 from cfgperl
41165 Win32 patches from Benjamin Stuhl.
41166 Branch: maint-5.6/perl
41167 !> makedef.pl win32/win32.h
41168 ____________________________________________________________________________
41169 [ 7343] By: gsar on 2000/10/16 08:32:19
41170 Log: integrate changes#6221,6222 from cfgperl
41172 Remove tr///CU (the feature is to be obsoleted by better interfaces).
41173 From: simon@brecon.co.uk (Simon Cozens)
41174 Subject: [PATCH] Eliminate tr///[CU][CU]
41175 Date: 23 Jun 2000 11:05:40 GMT
41176 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
41179 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
41180 From: Ian Phillipps <Ian.Phillipps@iname.com>
41181 Date: Fri, 23 Jun 2000 10:40:58 +0100
41182 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
41183 Branch: maint-5.6/perl
41184 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
41185 ____________________________________________________________________________
41186 [ 7342] By: gsar on 2000/10/16 08:28:08
41187 Log: integrate change#6217 from cfgperl (in part)
41189 Rename the fdpid locking and integrate with Sarathy.
41190 Branch: maint-5.6/perl
41191 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
41192 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
41193 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
41195 ____________________________________________________________________________
41196 [ 7341] By: gsar on 2000/10/16 08:23:39
41197 Log: integrate changes#6214..6216 from mainline
41199 @_ can't have junk in it even in the non-USE_ITHREADS case because
41200 caller() wants to populate @DB::args with it (causes a coredump
41201 in Carp::confess())
41203 tweak comment about @DB::args
41205 be more optimal about clearing @_
41206 Branch: maint-5.6/perl
41207 !> av.h cop.h pp_ctl.c t/op/runlevel.t
41208 ____________________________________________________________________________
41209 [ 7340] By: gsar on 2000/10/16 08:20:37
41210 Log: integrate changes#6207..6210 from cfgperl
41212 Subject: [PATCH 5.6.0] Threadsafe patches
41213 From: Dan Sugalski <dan@sidhe.org>
41214 To: perl5-porters@perl.org
41215 Date: Mon, 08 May 2000 18:08:13 -0400
41216 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
41218 Regen headers for #6207.
41220 Lock PL_fdpid against race conditions, based on:
41221 Subject: [PATCH 5.6.0]subprocess fixup for threads
41222 From: Dan Sugalski <dan@sidhe.org>
41223 To: perl5-porters@perl.org
41224 Date: Tue, 11 Apr 2000 17:02:32 -0400
41225 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
41227 Mopup for #6207 and #6209.
41228 Branch: maint-5.6/perl
41229 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
41230 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
41232 ____________________________________________________________________________
41233 [ 7339] By: gsar on 2000/10/16 08:14:34
41234 Log: integrate change#6203 from cfgperl
41236 perldiag should refer to perlos2.pod not README.os2
41237 Branch: maint-5.6/perl
41238 !> pod/perldiag.pod
41239 ____________________________________________________________________________
41240 [ 7338] By: gsar on 2000/10/16 08:11:42
41241 Log: integrate change#6201 from mainline
41243 Perl_eval_pv() leaks 4 bytes every time it is called because it
41244 does a PUSHMARK that's never ever POPMARKed; in general, only
41245 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
41246 Perl_eval_[sp]v() don't because they don't take any incoming
41247 arguments (this leak has been around since the original version
41248 of perl_eval_pv() in 5.003_97e)
41249 Branch: maint-5.6/perl
41251 ____________________________________________________________________________
41252 [ 7337] By: gsar on 2000/10/16 08:08:47
41253 Log: integrate changes#6197..6200 from cfgperl
41255 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
41256 From: John Borwick <jhborwic@unity.ncsu.edu>
41257 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
41258 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
41260 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
41261 From: Dan Sugalski <dan@sidhe.org>
41262 To: vmsperl@perl.org, perl5-porters@perl.org
41263 Date: Fri, 02 Jun 2000 16:00:41 -0400
41264 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
41265 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
41267 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
41268 From: Dan Sugalski <dan@sidhe.org>
41269 To: perl5-porters@perl.org, vmsperl@perl.org
41270 Date: Fri, 02 Jun 2000 17:30:51 -0400
41271 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
41273 Update to cperl-mode.el 4.31 from
41274 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
41275 Subject: A couple of notes
41276 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41277 To: Mailing list Perl5 <perl5-porters@perl.org>
41278 Date: Sat, 3 Jun 2000 23:33:32 -0400
41279 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
41280 Branch: maint-5.6/perl
41281 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
41282 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
41283 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
41284 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
41286 ____________________________________________________________________________
41287 [ 7336] By: gsar on 2000/10/16 08:03:46
41288 Log: integrate changes#6194,6195 from mainline
41290 fix small eval"" memory leaks under USE_ITHREADS
41292 fix yet another eval"" leak under USE_ITHREADS
41293 Branch: maint-5.6/perl
41294 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
41295 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
41297 ____________________________________________________________________________
41298 [ 7335] By: gsar on 2000/10/16 08:02:15
41299 Log: integrate changes#6190,6191 from mainline
41301 submit missing embed.pl change
41303 vec() loses numericalness (modified version of patch suggested
41305 Branch: maint-5.6/perl
41306 !> doop.c embed.pl t/op/vec.t
41307 ____________________________________________________________________________
41308 [ 7334] By: gsar on 2000/10/16 08:01:03
41309 Log: integrate change#6189 from mainline
41311 counting tr/// corrupts later operation (from M.J.T Guy)
41312 Branch: maint-5.6/perl
41313 !> doop.c t/op/tr.t
41314 ____________________________________________________________________________
41315 [ 7333] By: gsar on 2000/10/16 07:59:07
41316 Log: integrate changes#6183..6188 from mainline
41318 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
41321 tweak for change#6127
41323 remove incorrect documentation about implicit split to @_ in
41324 list context, which never really worked in perl 5 (from
41327 further qualify references to "alphanumeric" (from Wolfgang Laun
41328 <wolfgang.laun@alcatel.at>)
41330 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
41331 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41334 Branch: maint-5.6/perl
41335 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
41336 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
41337 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
41338 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
41339 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
41340 !> pod/pod2latex.PL utils/h2xs.PL
41341 ____________________________________________________________________________
41342 [ 7332] By: gsar on 2000/10/16 07:53:52
41343 Log: integrate change#6179 from mainline
41345 buggy modulus on UVs introduced by change#3378 (resulted in
41346 4063328477 % 65535 amounting to 27406, instead of 27407)
41347 Branch: maint-5.6/perl
41348 !> pp.c t/op/arith.t
41349 ____________________________________________________________________________
41350 [ 7331] By: gsar on 2000/10/16 07:52:49
41351 Log: integrate changes#6176,6177,6178,6182 from cfgperl
41353 Single-quoted utf8 patch from Simon Cozens.
41355 Substitution utf8 patch from Simon Cozens.
41359 Be Cleaner Part Deux.
41360 Branch: maint-5.6/perl
41361 !> Makefile.SH pp_hot.c toke.c
41362 ____________________________________________________________________________
41363 [ 7330] By: gsar on 2000/10/16 07:41:36
41364 Log: integrate change#6172 from mainline
41366 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
41367 (from Ilya Zakharevich)
41368 Branch: maint-5.6/perl
41369 !> regexec.c t/op/re_tests
41370 ____________________________________________________________________________
41371 [ 7329] By: gsar on 2000/10/16 07:40:25
41372 Log: integrate change#6171 from mainline
41374 scalar() doesn't force scalar context when used in void context
41375 (from Simon Cozens)
41376 Branch: maint-5.6/perl
41377 !> op.c t/op/wantarray.t
41378 ____________________________________________________________________________
41379 [ 7328] By: gsar on 2000/10/16 07:39:33
41380 Log: integrate change#6170 from mainline
41382 change#6142 needs tweaks to tests to work where there's no
41383 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41384 Branch: maint-5.6/perl
41385 !> t/lib/filefind.t
41386 ____________________________________________________________________________
41387 [ 7327] By: gsar on 2000/10/16 07:35:34
41388 Log: integrate changes#6166..6168 from cfgperl
41390 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
41391 in case somebody wants to write an extension for more
41392 shadow database interfaces.
41396 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
41397 Branch: maint-5.6/perl
41398 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41399 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
41400 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
41401 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41402 !> win32/config.vc win32/config_H.bc win32/config_H.gc
41403 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41404 ____________________________________________________________________________
41405 [ 7326] By: gsar on 2000/10/16 07:29:05
41406 Log: integrate changes#6157,6159..6161,6164 from cfgperl
41408 Regen Configure to jive with #6149.
41410 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
41412 Changes for the File::Temp 0.08 (change #6159) test suite
41413 to fit better into the Perl distribution test framework.
41415 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
41416 both from Simon Cozens.
41419 Branch: maint-5.6/perl
41420 +> pod/perlmodlib.PL pod/perlnewmod.pod
41421 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
41422 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
41423 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41424 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41425 ____________________________________________________________________________
41426 [ 7325] By: gsar on 2000/10/16 07:25:13
41427 Log: integrate change#6158 from vmsperl
41429 Add fallback to tmpfile for use in cases where user's relying on
41430 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
41432 Branch: maint-5.6/perl
41433 !> vms/vms.c vms/vmsish.h
41434 ____________________________________________________________________________
41435 [ 7324] By: gsar on 2000/10/16 07:20:50
41436 Log: integrate changes#6153..6155 from mainline
41438 prettier Test::Harness output on failed tests (from Nicholas Clark
41439 <nick@Bagpuss.uk.boo.com>)
41441 avoid type mismatch warning
41443 small bug in change#6144; remove random \xA0 character that snuck
41445 Branch: maint-5.6/perl
41446 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
41448 ____________________________________________________________________________
41449 [ 7323] By: gsar on 2000/10/16 07:18:47
41450 Log: integrate changes#6151,6152 from mainline
41452 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
41454 cosmetic fixups of RE debug output (from Ilya Zakharevich)
41455 Branch: maint-5.6/perl
41457 ____________________________________________________________________________
41458 [ 7322] By: gsar on 2000/10/16 07:17:25
41459 Log: integrate changes#6146..6150 from mainline
41463 add a make entry to Config.pm so "perl -V:make" works on VMS
41464 (from Peter Prymmer)
41466 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
41468 OS/2 tweaks for usethreads build (from Rocco Caputo
41471 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
41472 Branch: maint-5.6/perl
41473 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
41474 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
41475 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
41476 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
41477 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
41478 !> warnings.pl x2p/a2p.h
41479 ____________________________________________________________________________
41480 [ 7321] By: gsar on 2000/10/16 07:14:02
41481 Log: integrate changes#6143..6145 from mainline
41483 MacOS support, part 1 (from Matthias Neeracher
41484 <neeri@iis.ee.ethz.ch>)
41486 MacOS support, part 2: make AutoSplit use File::Spec instead
41487 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
41488 <neeri@iis.ee.ethz.ch>)
41490 make xsubpp skip embedded pod (from Matthias Neeracher
41491 <neeri@iis.ee.ethz.ch>)
41492 Branch: maint-5.6/perl
41493 +> ext/DynaLoader/dl_mac.xs
41494 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
41495 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41496 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
41497 !> pp_ctl.c proto.h toke.c util.c util.h
41498 ____________________________________________________________________________
41499 [ 7320] By: gsar on 2000/10/16 07:12:13
41500 Log: integrate changes#6141,6142 from mainline
41502 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
41503 forwarded by Peter Seebach from the bsdi-users mailing list.
41504 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
41506 File::Find fails to chdir when chasing symlinks (from
41507 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41508 Branch: maint-5.6/perl
41509 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
41510 ____________________________________________________________________________
41511 [ 7319] By: gsar on 2000/10/16 07:04:30
41512 Log: integrate change#6139 from mainline
41514 revise mktables.PL for bugs and newness in Unicode 3.0
41515 (from James Bence <jbence@amgen.com>)
41516 Branch: maint-5.6/perl
41517 +> (branch 30 files)
41518 !> (integrate 49 files)
41519 ____________________________________________________________________________
41520 [ 7318] By: gsar on 2000/10/16 07:01:01
41521 Log: integrate changes#6137,6138 from mainline
41523 fix bogus redeclaration warning for "our" variables in different
41526 add note about the handling of negative indices to tied arrays
41527 (from Michael G Schwern <schwern@pobox.com>)
41528 Branch: maint-5.6/perl
41529 !> op.c pod/perltie.pod t/pragma/strict-vars
41530 ____________________________________________________________________________
41531 [ 7317] By: gsar on 2000/10/16 06:58:46
41532 Log: integrate changes#6127..6136 from mainline
41534 call_method(...,G_EVAL) can longjmp() out if the method probing
41535 failed (from Gisle Aas)
41537 new perlxstut example for passing/returning refs to arrays
41538 (from David Lowe <dlowe@pootpoot.com>)
41540 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
41542 fix places that mean C<"word" character> but say C<alphanumeric
41545 avoid warnings in POSIX.pm (from Barrie Slaymaker)
41547 warnings::enabled() doesn't fall back to looking at $^W if
41548 caller isn't using lexical warnings (from Paul Marquess)
41550 elide bogus test in change#6132
41552 make Test::Harness use wait.h/WCOREDUMP if available
41553 (from Ben Tilly <ben_tilly@hotmail.com>)
41555 enable Test::Harness to dynamically determine column width etc.
41556 (from Rob Napier <rnapier@employees.org>)
41558 random pod typos (from Peter Scott <Peter@PSDT.com>)
41559 Branch: maint-5.6/perl
41560 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
41561 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
41562 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
41563 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
41564 ____________________________________________________________________________
41565 [ 7316] By: gsar on 2000/10/16 06:53:23
41566 Log: integrate change#6126 from mainline
41568 change#2879 broke rvalue autovivification of magicals such as
41569 ${$num} (reworked variant of patch suggested by Simon Cozens)
41570 Branch: maint-5.6/perl
41571 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
41572 !> pp_hot.c proto.h t/op/gv.t
41573 ____________________________________________________________________________
41574 [ 7315] By: gsar on 2000/10/16 06:51:38
41575 Log: integrate changes#6123,6125 from mainline
41577 clarify gotcha with #line directives (from Rocco Caputo
41580 enable propagating exception objects via Perl_croak() in XS code
41582 Branch: maint-5.6/perl
41583 !> pod/perldebug.pod pod/perlsyn.pod util.c
41584 ____________________________________________________________________________
41585 [ 7314] By: gsar on 2000/10/16 06:49:28
41586 Log: integrate change#6122 from mainline
41588 downgrade fatal error on C<"foo@nosucharray.com"> to optional
41589 warning (from Mark-Jason Dominus)
41590 Branch: maint-5.6/perl
41591 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
41592 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
41593 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
41595 ____________________________________________________________________________
41596 [ 7313] By: gsar on 2000/10/16 06:46:54
41597 Log: integrate changes#6112..6121 from vmsperl
41599 Check for existence of file before trying to delete
41601 Ugly workaround for version-specific RTL error
41603 Urk -- undo previous removal of vmsish 'exit' change
41605 Add bounds checking for several strings (Charles Lane)
41607 Miscellaneous cosmetic fixes (Charles Lane)
41609 Treat sockets as special in sys(read|write) (Charles Lane et al.)
41611 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
41612 Flatten case labels in switch statements uniformly (Charles Bailey)
41614 Quiet error messages in vmsish.t (Charles Lane)
41616 Add missing escape (Charles Lane)
41618 Allow eliminate_macros() and fixpath() to handle space-delimited
41619 lists (based on fixes by Craig Berry)
41620 Branch: maint-5.6/perl
41621 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
41622 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
41624 ____________________________________________________________________________
41625 [ 7312] By: gsar on 2000/10/16 06:41:18
41626 Log: integrate changes#6107,6110 from cfgperl
41628 Tweak the todo list.
41631 Branch: maint-5.6/perl
41633 ____________________________________________________________________________
41634 [ 7311] By: gsar on 2000/10/16 06:38:38
41635 Log: integrate changes#6104,6108 from mainline
41637 PL_sys_intern was being initialized too late on windows
41639 reenable fake signal handling on Windows, bugs and all
41640 Branch: maint-5.6/perl
41641 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
41642 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
41644 ____________________________________________________________________________
41645 [ 7310] By: gsar on 2000/10/16 06:36:03
41646 Log: integrate changes#6095,6097..6103 from cfgperl
41648 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
41649 might be useful in future.
41651 Add a note about possible compilation problems from Allen Smith.
41653 Add a note about other, yet unsupported, shadow password APIs.
41655 Tweaks for the cc bugs from Allen Smith.
41657 More compilation tweakery from Allen Smith.
41659 Hints and test tweaks for Unicos.
41661 The test suite tweak in #6101 wasn't quite right.
41663 Test tweaking for Unicos continues.
41664 Branch: maint-5.6/perl
41665 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41666 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
41667 !> t/lib/complex.t t/op/64bitint.t
41668 ____________________________________________________________________________
41669 [ 7309] By: gsar on 2000/10/16 06:29:41
41670 Log: integrate changes#6093,6094 from mainline
41672 fork() failure to create pseudo process sets errno=EAGAIN and returns
41673 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
41675 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
41676 Branch: maint-5.6/perl
41677 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
41678 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
41679 ____________________________________________________________________________
41680 [ 7308] By: gsar on 2000/10/16 06:27:29
41681 Log: integrate change#6092 from cfgperl
41683 Regen perltoc with the fixed buildtoc.
41684 Branch: maint-5.6/perl
41686 ____________________________________________________________________________
41687 [ 7307] By: gsar on 2000/10/16 06:26:40
41688 Log: integrate changes#6089,6090 from mainline
41690 buildtoc tweak to fix newline lossage
41692 concat doesn't preserve utf8-ness, and doesn't invalidate
41693 [NI]OK; added tests for both
41694 Branch: maint-5.6/perl
41695 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
41696 ____________________________________________________________________________
41697 [ 7306] By: gsar on 2000/10/16 06:24:05
41698 Log: integrate change#6088 from cfgperl
41700 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
41701 because we do not use those. The HAS_GETSPNAM remains,
41702 though, because we still do use that.
41703 Branch: maint-5.6/perl
41704 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41705 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
41706 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
41707 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41708 !> win32/config.vc win32/config_H.bc win32/config_H.gc
41709 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41710 ____________________________________________________________________________
41711 [ 7305] By: gsar on 2000/10/16 06:15:52
41712 Log: integrate changes#6084,6085,6087 from mainline
41714 substr() does not preserve utf8-ness (from Stefan Eissing
41715 <Eissing@medicaldataservice.de>); added tests
41717 repeat operator (x) doesn't preserve utf8-ness
41719 reverse() and quotemeta() weren't preserving utf8-ness; add tests
41720 Branch: maint-5.6/perl
41721 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
41722 ____________________________________________________________________________
41723 [ 7304] By: gsar on 2000/10/16 06:13:10
41724 Log: integrate changes#6077..6083 from mainline
41726 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
41729 workaround for CRT bug in chdir() (from Charles Lane, via
41732 remove outdated kludge in Carp (NULLs are permitted in diagnostics
41735 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
41736 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41738 better default perlbug categories for ok reports (from Richard Foley)
41740 peek.t non-portable to ithreads
41742 note about undocumented caller() return value (from M.J.T. Guy);
41743 yet another peek.t tweak
41744 Branch: maint-5.6/perl
41745 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41746 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41747 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
41748 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
41749 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
41751 ____________________________________________________________________________
41752 [ 7303] By: gsar on 2000/10/16 06:03:18
41753 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
41754 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
41756 &HUGE_VAL is not defined, it exists.
41758 Do not warn that an infinity does not look like a number.
41760 Rewrite the pwent/spent logic to be a little bit more clearer.
41762 Continue on the pwent/spent case.
41764 Correct Freudian slip.
41766 Use HUGE_VALL if applicable.
41768 pwent/spent #ifdef imbalance.
41772 Call getspnam() only iff needd.
41774 Test both the scalar and list contexts.
41776 Use setxxent()/endxxent().
41782 Be more forgiving in POSIX about HUGE_VALL.
41786 The search of infinity continues, this time simplified.
41788 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
41789 in natively 64-bit platforms where a long is a quad (no need
41790 for long longs). Also added bias for IVs.
41794 Introduce t/lib/peek.t.
41796 Make the test more portable.
41797 Branch: maint-5.6/perl
41800 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
41801 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
41802 !> t/op/pwent.t toke.c util.c
41803 ____________________________________________________________________________
41804 [ 7302] By: gsar on 2000/10/16 05:03:37
41805 Log: integrate changes#6066..6071 from mainline
41809 replace direct call to sighandler() with (*PL_sighandlerp)()
41811 note about values()
41813 File::Spec compatibility update (from Barrie Slaymaker
41814 <barries@slaysys.com>)
41816 remove misleading comment (from M.J.T. Guy)
41818 misformatted perllocal.pod (from Tim Jenness
41819 <t.jenness@jach.hawaii.edu>)
41820 Branch: maint-5.6/perl
41821 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41822 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
41823 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
41824 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
41825 ____________________________________________________________________________
41826 [ 7301] By: gsar on 2000/10/16 05:00:08
41827 Log: integrate changes#6061..6063 from mainline
41829 change#5921 neglected to make eq honor "use bytes"
41831 additional tests for utf8.t
41833 tokeq() could read unallocated field in argument
41834 Branch: maint-5.6/perl
41835 !> sv.c t/pragma/utf8.t toke.c
41836 ____________________________________________________________________________
41837 [ 7300] By: gsar on 2000/10/16 04:56:54
41838 Log: integrate changes#6046,6048,6057,6058 from mainline
41840 libscheck has insufficient checks for n32 libs (from
41841 Albert Chin-A-Young <china@thewrittenword.com>)
41843 add note about how $( doesn't interpolate in REs (from
41844 Philip Newton <newton@ficus.frogspace.net>)
41846 fix broken parsing of /\x{ab}/
41848 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
41849 (spotted by Donald Kinzer <dkinzer@premia.com>)
41850 Branch: maint-5.6/perl
41851 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
41853 ____________________________________________________________________________
41854 [ 7299] By: gsar on 2000/10/16 04:52:50
41855 Log: integrate change#6044 from mainline
41857 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
41858 such that underscores are only ignored in literal numbers,
41859 "\x{...}", and hex/oct argument
41860 Branch: maint-5.6/perl
41861 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
41862 ____________________________________________________________________________
41863 [ 7298] By: gsar on 2000/10/16 04:50:53
41864 Log: integrate changes#6027..6043 from mainline
41866 podlators-1.02 update (from Russ Allbery)
41868 Pod::Man generates groff-incompatible macro definition (from
41871 add CGI.pm v2.66 (from Lincoln Stein)
41873 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
41874 for @- and @+ (from Johan Vromans)
41876 small nits in diagnostics.pm (from Robin Barker)
41878 whitespace adjustments
41880 missing files in MANIFEST
41882 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
41885 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
41887 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
41888 Branch: maint-5.6/perl
41889 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
41890 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
41891 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
41892 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
41893 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
41894 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
41895 !> t/lib/cgi-html.t t/lib/cgi-request.t
41896 ____________________________________________________________________________
41897 [ 7297] By: gsar on 2000/10/16 04:44:30
41898 Log: integrate change#6025 from mainline
41900 Is{Alnum,Alpha,Word} don't match titlecase
41901 TODO: IsSpace is defined recursively!
41902 (both spotted by Larry)
41903 Branch: maint-5.6/perl
41904 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41905 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41906 ____________________________________________________________________________
41907 [ 7296] By: gsar on 2000/10/16 04:39:30
41908 Log: integrate change#6023 from mainline
41910 debugger stomps on $. (from M.J.T. Guy)
41911 Branch: maint-5.6/perl
41913 ____________________________________________________________________________
41914 [ 7295] By: gsar on 2000/10/16 04:38:02
41915 Log: integrate change#6022 from mainline
41917 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
41918 Branch: maint-5.6/perl
41920 ____________________________________________________________________________
41921 [ 7294] By: gsar on 2000/10/16 04:37:05
41922 Log: integrate changes#6018..6021 from mainline
41924 make lib/syslog.t portable to systems that don't have _PATH_LOG,
41925 make _PATH_LOG() return "" if unavailable
41927 windows portability tweaks
41931 remove Win2K issue in pod (fixed by change#6020)
41932 Branch: maint-5.6/perl
41933 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
41934 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
41935 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
41936 ____________________________________________________________________________
41937 [ 7293] By: gsar on 2000/10/16 04:20:00
41938 Log: integrate changes#6013..6015 from mainline
41940 tweak change#5945 to display correct switch name in diagnostic
41942 glob() loading File::Glob behind the scenes may cause syntax errors
41944 tweak test for portability
41945 Branch: maint-5.6/perl
41946 !> op.c perl.c pod/perldiag.pod t/lib/b.t
41947 ____________________________________________________________________________
41948 [ 7292] By: gsar on 2000/10/16 04:18:11
41949 Log: integrate changes#6005..6010 from mainline, cfgperl
41951 perldoc might fail via "use blib" (from Hugo van der Sanden)
41955 note about compile failures and END blocks (from M.J.T. Guy)
41957 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
41959 (change#6009 integrated earlier in change#7255)
41961 clarify note about shadow password support (from
41962 gellyfish@gellyfish.com)
41963 Branch: maint-5.6/perl
41964 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41965 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
41966 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
41967 ____________________________________________________________________________
41968 [ 7291] By: gsar on 2000/10/16 04:12:03
41969 Log: integrate changes#6002,6003 from mainline
41971 destructive sv_setsv() can lose UV-ness from source, causing
41972 numeric promotions/comparisons to fail to do the right thing
41974 allow REG_EXPAND_SZ keys in Windows registry (from
41975 John Clayton <John.Clayton@barclayscapital.com>)
41976 Branch: maint-5.6/perl
41977 !> sv.c win32/win32.c
41978 ____________________________________________________________________________
41979 [ 7290] By: gsar on 2000/10/16 04:10:19
41980 Log: integrate change#6001 from mainline
41982 support additional library locations via $Config{otherlibdirs}
41983 (from Andy Dougherty)
41984 Branch: maint-5.6/perl
41985 !> Configure INSTALL Porting/Glossary Porting/config.sh
41986 !> Porting/config_H config_h.SH epoc/config.sh perl.c
41987 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
41988 !> win32/config.bc win32/config.gc win32/config.vc
41989 ____________________________________________________________________________
41990 [ 7289] By: gsar on 2000/10/16 04:08:28
41991 Log: integrate change#5999 from mainline
41993 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
41994 Branch: maint-5.6/perl
41995 !> t/pragma/warn/toke toke.c
41996 ____________________________________________________________________________
41997 [ 7288] By: gsar on 2000/10/16 04:07:01
41998 Log: integrate changes#5997,5998 from cfgperl
42002 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
42003 Branch: maint-5.6/perl
42004 !> lib/Math/Complex.pm
42005 ____________________________________________________________________________
42006 [ 7287] By: gsar on 2000/10/16 04:04:37
42007 Log: integrate change#5995 from mainline
42009 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
42010 Branch: maint-5.6/perl
42011 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
42012 ____________________________________________________________________________
42013 [ 7286] By: gsar on 2000/10/16 04:03:21
42014 Log: integrate change#5994 from mainline
42016 fix for missed accounting for null byte in pack("Z",...) (from
42018 Branch: maint-5.6/perl
42019 !> pp.c t/op/pack.t
42020 ____________________________________________________________________________
42021 [ 7285] By: gsar on 2000/10/16 04:02:11
42022 Log: integrate changes#5989..5993 from mainline
42024 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
42025 itself and no other (from Tom Hughes)
42027 use $ENV{LIB} to search for libs under Visual C compiler
42028 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
42030 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
42032 pod nit (from Simon Cozens)
42034 various minor tweaks seen on p5p
42035 Branch: maint-5.6/perl
42036 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
42037 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
42038 !> t/op/array.t toke.c
42039 ____________________________________________________________________________
42040 [ 7284] By: gsar on 2000/10/16 03:59:00
42041 Log: integrate changes#5978..5988 from mainline
42043 sync version numbers in File::Spec with the ones on CPAN
42044 (from Barrie Slaymaker)
42046 under useithreads, constant pad entries could inadvertantly be
42047 shared across threads (from Eric Blood <eblood@xmission.com>);
42048 added Eric's test case to testsuite
42050 allow Configure -S to run non-interactively (spotted by Greg Hudson
42053 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
42054 prototype mismatch with CORE::glob(); update pod and tests to
42055 suit (File::Glob::glob() is still available for backward
42056 compatibility, but should be considered deprecated)
42058 avoid error in IO::Socket::INET when given an unknown service name
42059 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
42061 numeric conversion of non-number in change#3378 tramples on
42062 OOK offset, causing segfaults
42064 attributes::reftype() doesn't work on tied argument
42066 forked child may not exit correctly if it failed to open
42067 /dev/console (from Graham Barr)
42069 add regular expressions tutorial and quick-start guide (from
42070 Mark Kvale <kvale@phy.ucsf.edu>)
42072 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
42074 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
42075 <paul@miraclefish.com>)
42076 Branch: maint-5.6/perl
42077 +> pod/perlrequick.pod pod/perlretut.pod
42078 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
42079 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
42080 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
42081 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
42082 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42083 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42084 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
42085 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
42086 ____________________________________________________________________________
42087 [ 7283] By: gsar on 2000/10/16 03:52:14
42088 Log: integrate change#5977 from mainline
42090 autoquote barewords followed by newline and arrow properly
42091 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
42092 Branch: maint-5.6/perl
42093 !> t/pragma/warn/toke toke.c
42094 ____________________________________________________________________________
42095 [ 7282] By: gsar on 2000/10/16 03:50:48
42096 Log: integrate change#5976 from mainline
42098 DB_File v1.73 update (from Paul Marquess)
42099 Branch: maint-5.6/perl
42100 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
42101 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
42102 ____________________________________________________________________________
42103 [ 7281] By: gsar on 2000/10/16 03:49:14
42104 Log: integrate change#5975 from mainline
42106 allow sort() reentrancy (variant of patch suggested by
42107 Hugo van der Sanden)
42108 Branch: maint-5.6/perl
42109 !> pp_ctl.c t/op/sort.t
42110 ____________________________________________________________________________
42111 [ 7280] By: gsar on 2000/10/16 03:48:22
42112 Log: integrate change#5974 from mainline
42114 change#4197 somehow missed initializing PL_errors, meaning
42115 syntax error queueing wasn't working outside eval"" at all;
42116 also fixed eval"" to localize PL_error_count, so that compile-time
42117 eval's don't clobber the error state of the outer context
42118 Branch: maint-5.6/perl
42119 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
42120 !> t/pragma/warn/toke
42121 ____________________________________________________________________________
42122 [ 7279] By: gsar on 2000/10/16 03:46:21
42123 Log: integrate change#5973 from mainline
42125 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
42126 Branch: maint-5.6/perl
42127 !> regcomp.c regexec.c t/op/re_tests
42128 ____________________________________________________________________________
42129 [ 7278] By: gsar on 2000/10/16 03:44:54
42130 Log: integrate change#5971 from cfgperl
42132 Unicos tweaks from Mark P. Lutz.
42133 Branch: maint-5.6/perl
42134 !> hints/unicos.sh lib/Math/Complex.pm
42135 ____________________________________________________________________________
42136 [ 7277] By: gsar on 2000/10/16 03:42:59
42137 Log: integrate changes#5966..5970 from mainline
42139 add testsuite for B backends, fix bug in B::Deparse (from
42140 Simon Cozens <simon@brecon.co.uk>)
42142 improved docs on the warn_uninit diagnostic (from David Glasser
42145 tolerate spaces in group names in test on solaris (from David Boyce
42148 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
42150 Data::Dumper fumbles negative numbers on 32-bit platforms where
42152 Branch: maint-5.6/perl
42153 +> t/lib/b.t t/lib/syslog.t
42154 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
42155 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
42156 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
42157 ____________________________________________________________________________
42158 [ 7276] By: gsar on 2000/10/16 03:39:30
42159 Log: integrate change#5965 from mainline
42161 avoid "will not stay shared" warnings for our variables (from
42163 Branch: maint-5.6/perl
42164 !> op.c t/pragma/warn/op
42165 ____________________________________________________________________________
42166 [ 7275] By: gsar on 2000/10/16 03:38:18
42167 Log: integrate change#5964 from mainline
42169 reformat to 72 columns (again)
42170 Branch: maint-5.6/perl
42171 !> pod/perldiag.pod
42172 ____________________________________________________________________________
42173 [ 7274] By: gsar on 2000/10/16 03:36:58
42174 Log: integrate change#5963 from mainline
42176 patch from Larry to make (\&) prototype work; added tests for
42178 Branch: maint-5.6/perl
42179 !> op.c t/comp/proto.t
42180 ____________________________________________________________________________
42181 [ 7273] By: gsar on 2000/10/16 03:35:51
42182 Log: integrate changes#5956..5962 from mainline
42184 better diagnostics on failed tests (from Ilya Zakharevich)
42186 pod nits (from A. C. Yardley <yardley@tanet.net>)
42188 change#3569 deleted some essential code, revert; avoid use of
42189 atexit() to make DynaLoader work properly on AIX under mod_perl
42190 (from Jens-Uwe Mager <jum@helios.de>)
42192 doubled words in pods (from Simon Cozens
42193 <simon.p.cozens@jp.pwcglobal.com>)
42195 better INSTALL notes on Solaris issues (from Dominic Dunlop)
42197 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
42199 updated README.hpux (from Jeff Okamoto)
42200 Branch: maint-5.6/perl
42201 !> INSTALL README.hpux emacs/cperl-mode.el
42202 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
42203 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
42204 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
42205 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
42206 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
42207 !> t/op/lex_assign.t
42208 ____________________________________________________________________________
42209 [ 7272] By: gsar on 2000/10/16 03:31:22
42210 Log: integrate change#5955 from mainline
42212 longstanding bug exposed by change#3307: sort arguments weren't
42213 compiled with the right wantarray context (ensuing runtime lookup
42214 via block_gimme() was getting the incidental context of the
42216 Branch: maint-5.6/perl
42217 !> op.c t/op/sort.t
42218 ____________________________________________________________________________
42219 [ 7271] By: gsar on 2000/10/16 03:29:11
42220 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
42223 Flatten the cpp jungle doing the nosuid checking.
42225 Do not assume sign propagation. (from M.J.T. Guy)
42227 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
42229 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
42230 Now pp_ncmp() returns undef is either operand is a NaN.
42232 On second thoughts frexp() does have two arguments.
42234 Document that tr() is not tr(1).
42236 Be more robust on "extreme" (large absolute value)
42237 arguments. Originally reported by Daniel Connelly
42238 as a problem with asinh() on large negative arguments,
42239 asinh() used to bail out because an argument to log()
42240 ended up being zero. Ilya Zakharevich proposed using
42241 Taylor's series in such cases, which for such large
42242 arguments is a very good approximation.
42244 Undo "use integer" addition from 64bitint as it seems
42245 to break most of the subtests in Digital UNIX;
42246 Unicos needs to find another way.
42247 Branch: maint-5.6/perl
42248 !> (integrate 29 files)
42249 ____________________________________________________________________________
42250 [ 7270] By: gsar on 2000/10/16 03:09:44
42251 Log: integrate changes#5948,5949,5950 from mainline
42253 typo in vars.pm that leads to cryptic message (from Piotr
42254 Piatkowski <kompas@kompas.usr.onet.pl>)
42256 make perldoc use the pod2man from the same version (from
42259 reformat perldiag to avoid long lines
42260 Branch: maint-5.6/perl
42261 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
42262 ____________________________________________________________________________
42263 [ 7269] By: gsar on 2000/10/16 03:05:54
42264 Log: integrate change#5947 from mainline
42266 use &dl_error rather than &dl_load_file as the guard for calling
42267 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
42268 statically built perl)
42269 Branch: maint-5.6/perl
42270 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42271 ____________________________________________________________________________
42272 [ 7268] By: gsar on 2000/10/16 03:04:48
42273 Log: integrate change#5945 from mainline
42275 make module name mandatory after -M switch; reorder perldiag
42276 alphabetically (from Mark-Jason Dominus)
42277 Branch: maint-5.6/perl
42278 !> perl.c pod/perldiag.pod
42279 ____________________________________________________________________________
42280 [ 7267] By: gsar on 2000/10/16 03:03:01
42281 Log: integrate change#5939 from mainline
42283 more pod nits (from Larry Virden)
42284 Branch: maint-5.6/perl
42285 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
42286 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
42287 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
42288 ____________________________________________________________________________
42289 [ 7266] By: gsar on 2000/10/16 03:01:39
42290 Log: integrate change#5938 from mainline
42292 Consolidated B::Deparse fixes (from Stephen McCamant)
42293 Branch: maint-5.6/perl
42294 !> ext/B/B/Deparse.pm
42295 ____________________________________________________________________________
42296 [ 7265] By: gsar on 2000/10/16 03:00:43
42297 Log: integrate change#5936 from mainline
42299 additional tests for change#7263 (from Paul Marquess)
42300 Branch: maint-5.6/perl
42301 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
42302 !> t/pragma/warn/5nolint t/pragma/warn/6default
42303 ____________________________________________________________________________
42304 [ 7264] By: gsar on 2000/10/16 02:58:34
42305 Log: integrate change#5934 from mainline
42307 propagate lexical warnings from surrounding scope correctly
42308 within string eval() (from Paul Marquess)
42309 Branch: maint-5.6/perl
42310 !> pp_ctl.c t/pragma/warn/pp_ctl
42311 ____________________________________________________________________________
42312 [ 7263] By: gsar on 2000/10/16 02:56:53
42313 Log: integrate change#5932 from mainline
42315 add rsignal(), whichsig() and do_join() to public API list
42316 (mod_perl uses them to good advantage)
42317 Branch: maint-5.6/perl
42318 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
42319 ____________________________________________________________________________
42320 [ 7262] By: gsar on 2000/10/16 02:55:53
42321 Log: integrate change#5931 from mainline
42323 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
42324 Branch: maint-5.6/perl
42325 !> pp_hot.c regexec.c t/op/pat.t
42326 ____________________________________________________________________________
42327 [ 7261] By: gsar on 2000/10/16 02:55:01
42328 Log: integrate change#5930 from mainline
42330 small os390 tweaks (from Peter Prymmer)
42331 Branch: maint-5.6/perl
42332 !> config_h.SH makedepend.SH
42333 ____________________________________________________________________________
42334 [ 7260] By: gsar on 2000/10/16 02:54:10
42335 Log: integrate change#5929 from mainline
42338 Branch: maint-5.6/perl
42339 !> pod/perlguts.pod
42340 ____________________________________________________________________________
42341 [ 7259] By: gsar on 2000/10/16 02:52:55
42342 Log: integrate change#5927 from mainline
42344 arrange for next() to resume at the unstack op rather than the
42345 loop conditional, so that scope cleanup happens correctly
42346 (from Stephen McCamant)
42347 Branch: maint-5.6/perl
42348 !> op.c pp_ctl.c t/op/misc.t
42349 ____________________________________________________________________________
42350 [ 7258] By: gsar on 2000/10/16 02:51:38
42351 Log: integrate change#5926 from mainline
42353 on windows, reserve 16M of stack rather than 128M (allows more
42354 threads to run concurrently)
42355 Branch: maint-5.6/perl
42356 !> win32/Makefile win32/makefile.mk
42357 ____________________________________________________________________________
42358 [ 7257] By: gsar on 2000/10/16 02:50:37
42359 Log: integrate change#5925 from mainline
42361 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
42362 Branch: maint-5.6/perl
42364 ____________________________________________________________________________
42365 [ 7256] By: gsar on 2000/10/16 02:49:36
42366 Log: integrate change#5924 from mainline
42368 avoid using uninitialized memory in require version check
42369 Branch: maint-5.6/perl
42370 !> pp_ctl.c universal.c
42371 ____________________________________________________________________________
42372 [ 7255] By: gsar on 2000/10/16 02:48:03
42373 Log: integrate changes#5923,5928,6009 from mainline
42375 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
42376 Branch: maint-5.6/perl
42377 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
42378 ____________________________________________________________________________
42379 [ 7254] By: gsar on 2000/10/16 02:44:46
42380 Log: integrate change#5922 from mainline
42382 commentary about IoTYPE() (from Nathan Torkington)
42383 Branch: maint-5.6/perl
42385 ____________________________________________________________________________
42386 [ 7253] By: gsar on 2000/10/16 02:43:49
42387 Log: integrate change#5921 from mainline
42389 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
42390 Branch: maint-5.6/perl
42391 !> sv.c t/lib/charnames.t t/pragma/utf8.t
42392 ____________________________________________________________________________
42393 [ 7252] By: gsar on 2000/10/16 02:42:31
42394 Log: integrate change#5920 from mainline
42396 Larry's fix for buggy propagation of utf8-ness in join(); add test
42397 Branch: maint-5.6/perl
42398 !> doop.c t/op/ver.t
42399 ____________________________________________________________________________
42400 [ 7251] By: gsar on 2000/10/16 02:41:14
42401 Log: integrate changes#5915..5919 from mainline
42403 various (pod tweaks &c)
42404 Branch: maint-5.6/perl
42405 !> (integrate 33 files)
42406 ____________________________________________________________________________
42407 [ 7250] By: gsar on 2000/10/16 02:38:16
42408 Log: integrate change#5914 from mainline
42410 caller() wasn't returning the right number of elements for
42412 Branch: maint-5.6/perl
42413 !> pp_ctl.c t/pragma/warn/9enabled
42414 ____________________________________________________________________________
42415 [ 7249] By: gsar on 2000/10/16 02:37:02
42416 Log: integrate change#5913 from mainline
42418 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
42419 (from Mark-Jason Dominus)
42420 Branch: maint-5.6/perl
42421 !> pod/perlfunc.pod
42422 ____________________________________________________________________________
42423 [ 7248] By: gsar on 2000/10/16 02:35:58
42424 Log: integrate change#5912 from mainline
42426 fix totally broken caching in UNIVERSAL::isa() (from
42428 Branch: maint-5.6/perl
42429 !> t/op/universal.t universal.c
42430 ____________________________________________________________________________
42431 [ 7247] By: gsar on 2000/10/16 02:34:27
42432 Log: integrate changes#5910,5911 from mainline
42436 add linebreak properties from unicode/LineBrk.txt (from
42437 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
42438 Branch: maint-5.6/perl
42439 +> (branch 29 files)
42440 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
42441 ____________________________________________________________________________
42442 [ 7246] By: gsar on 2000/10/16 02:33:29
42443 Log: integrate change#5909 from mainline
42445 mode argument to do_binmode() should be file mode, not boolean
42446 Branch: maint-5.6/perl
42448 ____________________________________________________________________________
42449 [ 7245] By: gsar on 2000/10/16 02:31:04
42450 Log: integrate change#5908 from mainline
42452 introduce illegal symbols into null package so that
42453 gv_fetchpv(...,TRUE) always returns a valid GV even when the
42454 symbol is trapped by strictures (avoids coredumps)
42455 Branch: maint-5.6/perl
42456 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
42457 !> t/pragma/strict-vars
42458 ____________________________________________________________________________
42459 [ 7244] By: jhi on 2000/10/16 02:29:54
42460 Log: Subject: $Carp::ExportLevel confusion in Exporter
42461 From: "Ben Tilly" <ben_tilly@hotmail.com>
42462 Date: Sat, 14 Oct 2000 16:44:34 EDT
42463 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
42465 ! lib/Exporter/Heavy.pm
42466 ____________________________________________________________________________
42467 [ 7243] By: jhi on 2000/10/16 02:28:33
42468 Log: Subject: [PATCH perlguts.pod] Document offset hack
42469 From: Simon Cozens <simon@cozens.net>
42470 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
42471 Date: Sat, 14 Oct 2000 19:32:25 +0100
42474 ____________________________________________________________________________
42475 [ 7242] By: gsar on 2000/10/16 02:26:51
42476 Log: integrate changes#5905,5906,5907,6064 from mainline
42478 printf/sprintf didn't get quad types right under use64bitint
42479 Branch: maint-5.6/perl
42480 !> pp_sys.c sv.c t/op/64bitint.t
42481 ____________________________________________________________________________
42482 [ 7241] By: jhi on 2000/10/16 02:22:44
42483 Log: Subject: small pod patch
42484 From: Dan Boorstein <dan_boo@bellsouth.net>
42485 Date: Sat, 14 Oct 2000 14:29:24 -0400
42486 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
42488 ! pod/perlfaq7.pod pod/perlmod.pod
42489 ____________________________________________________________________________
42490 [ 7240] By: jhi on 2000/10/16 02:13:46
42493 Subject: Re: Problems with bleadperl
42494 From: "Stephen P. Potter" <spp@ds.net>
42495 Date: Fri, 13 Oct 2000 13:32:49 -0400
42496 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
42498 ! t/pragma/overload.t
42499 ____________________________________________________________________________
42500 [ 7239] By: jhi on 2000/10/16 01:41:18
42501 Log: One more ~utf8 tweak.
42504 ____________________________________________________________________________
42505 [ 7238] By: jhi on 2000/10/16 01:34:14
42506 Log: Tweak the test of #7235.
42509 ____________________________________________________________________________
42510 [ 7237] By: jhi on 2000/10/16 01:25:04
42511 Log: Fix a couple of compiler-noted nits in #7235.
42514 ____________________________________________________________________________
42515 [ 7236] By: jhi on 2000/10/16 01:22:46
42516 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
42519 ____________________________________________________________________________
42520 [ 7235] By: jhi on 2000/10/15 16:24:44
42521 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
42523 From: Simon Cozens <simon@cozens.net>
42524 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
42525 Date: Sat, 14 Oct 2000 20:52:13 +0100
42526 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
42528 ! pp.c t/op/bop.t utf8.h
42529 ____________________________________________________________________________
42530 [ 7234] By: jhi on 2000/10/15 15:19:29
42531 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
42532 The problem was that rx->minlen was in chars while pp_split()
42533 thought it would be in bytes.
42535 ! pp.c t/pragma/utf8.t
42536 ____________________________________________________________________________
42537 [ 7233] By: jhi on 2000/10/14 20:24:24
42538 Log: Document FNCASE=y as discussed in the bug 20000902.009.
42541 ____________________________________________________________________________
42542 [ 7232] By: jhi on 2000/10/14 18:52:21
42543 Log: Add test for bug id 20000427.003 (which seems to have
42544 been fixed) (also duplicate as 20000427.004, though
42545 with a higher severity). Move one utf8 from op/append
42546 to pragma/utf8, tag the tests with bug ids.
42548 ! t/op/append.t t/pragma/utf8.t
42549 ____________________________________________________________________________
42550 [ 7231] By: jhi on 2000/10/14 17:28:37
42551 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
42554 ____________________________________________________________________________
42555 [ 7230] By: jhi on 2000/10/14 14:24:50
42556 Log: Needs to be conditional on SunOS 4.
42558 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
42559 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42560 Date: Sat, 14 Oct 2000 13:37:49 +0100
42561 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
42562 Branch: metaconfig/U/perl
42565 ! Configure myconfig.SH pod/perldelta.pod
42566 ____________________________________________________________________________
42567 [ 7229] By: jhi on 2000/10/14 00:49:22
42568 Log: Update Changes.
42570 ! Changes patchlevel.h
42571 ____________________________________________________________________________
42572 [ 7228] By: jhi on 2000/10/14 00:46:10
42573 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
42574 From: Peter Prymmer <pvhp@forte.com>
42575 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
42576 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
42579 ____________________________________________________________________________
42580 [ 7227] By: jhi on 2000/10/13 23:20:30
42581 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
42584 ____________________________________________________________________________
42585 [ 7226] By: jhi on 2000/10/13 22:14:32
42588 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
42589 From: Peter Prymmer <pvhp@forte.com>
42590 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
42591 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
42594 ____________________________________________________________________________
42595 [ 7225] By: jhi on 2000/10/13 22:11:31
42596 Log: op/sprintf.t patch for OS/390 (and any other host with limited
42597 floating-point exponent length)
42599 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
42600 From: Dominic Dunlop <domo@computer.org>
42601 Date: Fri, 13 Oct 2000 19:17:57 +0200
42602 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
42605 ____________________________________________________________________________
42606 [ 7224] By: jhi on 2000/10/13 18:40:48
42607 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
42610 ____________________________________________________________________________
42611 [ 7223] By: jhi on 2000/10/13 18:37:13
42612 Log: Thinko in #7222.
42615 ____________________________________________________________________________
42616 [ 7222] By: jhi on 2000/10/13 18:05:23
42617 Log: Use UTF8SKIP(), from Simon Cozens.
42620 ____________________________________________________________________________
42621 [ 7221] By: jhi on 2000/10/13 15:43:19
42622 Log: (accidentally empty check-in)
42625 ____________________________________________________________________________
42626 [ 7220] By: jhi on 2000/10/13 15:23:51
42627 Log: Add (optimistically) Storable to static extensions.
42629 ! hints/uwin.sh hints/vmesa.sh
42630 ____________________________________________________________________________
42631 [ 7219] By: jhi on 2000/10/13 15:20:05
42632 Log: Amdahl UTS doesn't seem to do dynaloading.
42635 ____________________________________________________________________________
42636 [ 7218] By: jhi on 2000/10/13 15:15:20
42637 Log: Slight tweak of the code to appease Amdahl UTS cc.
42640 ____________________________________________________________________________
42641 [ 7217] By: jhi on 2000/10/13 14:50:42
42642 Log: In Amdahl UTS "struct sv" is defined by a system header,
42646 ____________________________________________________________________________
42647 [ 7216] By: jhi on 2000/10/13 11:58:25
42648 Log: Ilya implemented the memory profiling API.
42651 ____________________________________________________________________________
42652 [ 7215] By: jhi on 2000/10/13 02:56:38
42653 Log: Subject: [PATCH 5.7.0] Perl API for mstats
42654 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42655 Date: Thu, 12 Oct 2000 22:52:40 -0400
42656 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
42658 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
42659 ____________________________________________________________________________
42660 [ 7214] By: jhi on 2000/10/13 02:55:38
42661 Log: Subject: [PATCH 5.7.0] IVs in mtats
42662 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42663 Date: Thu, 12 Oct 2000 22:51:04 -0400
42664 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
42667 ____________________________________________________________________________
42668 [ 7213] By: jhi on 2000/10/13 02:31:47
42669 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
42671 ! pod/perldiag.pod pp_sys.c
42672 ____________________________________________________________________________
42673 [ 7212] By: jhi on 2000/10/13 01:27:38
42674 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
42675 From: Peter Prymmer <pvhp@forte.com>
42676 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
42677 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
42680 ____________________________________________________________________________
42681 [ 7211] By: jhi on 2000/10/13 00:35:09
42682 Log: Update Changes.
42684 ! Changes patchlevel.h
42685 ____________________________________________________________________________
42686 [ 7210] By: jhi on 2000/10/12 23:59:40
42687 Log: The Install.pm third of
42689 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42690 From: Bill Campbell <bill@celestial.com>
42691 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
42692 Date: Thu, 5 Oct 2000 18:04:51 -0700
42694 ! lib/ExtUtils/Install.pm
42695 ____________________________________________________________________________
42696 [ 7209] By: jhi on 2000/10/12 23:58:43
42699 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42700 Date: Thu, 5 Oct 2000 18:04:51 -0700
42701 From: Bill Campbell <bill@celestial.com>
42702 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
42704 The Install.pm changes will be submitted separately because
42705 they need some work and discussion still.
42707 ! lib/getopts.pl lib/termcap.pl
42708 ____________________________________________________________________________
42709 [ 7208] By: jhi on 2000/10/12 23:41:19
42710 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
42711 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42712 Date: Thu, 12 Oct 2000 07:30:02 EDT
42713 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
42715 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
42716 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
42717 ____________________________________________________________________________
42718 [ 7207] By: jhi on 2000/10/12 23:39:01
42719 Log: An updated EBCDIC tr patch.
42721 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
42722 From: Peter Prymmer <pvhp@forte.com>
42723 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
42724 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
42727 ____________________________________________________________________________
42728 [ 7206] By: jhi on 2000/10/12 23:34:55
42729 Log: Upgrade to CPAN 1.58, from Andreas König.
42731 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42732 ____________________________________________________________________________
42733 [ 7205] By: jhi on 2000/10/12 23:29:08
42734 Log: Introduce the man[24-8] variables, from Andy Dougherty.
42735 Branch: metaconfig/U/perl
42736 + mandirs.U mandirstyle.U
42738 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42739 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
42740 ! vos/config.h vos/config.pl vos/config_h.SH_orig
42741 ! win32/config.bc win32/config.gc win32/config.vc
42742 ____________________________________________________________________________
42743 [ 7204] By: gsar on 2000/10/12 18:11:24
42744 Log: restore change#7202
42747 ____________________________________________________________________________
42748 [ 7203] By: gsar on 2000/10/12 18:09:40
42749 Log: another test of the Emergency Broadcast System--back out
42753 ____________________________________________________________________________
42754 [ 7202] By: gsar on 2000/10/12 16:40:47
42755 Log: (submitted on behalf of Jarkko)
42756 Fix the lib/encode.t subtest 6 failure as reported by Andreas
42757 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
42758 was unearthed by change 7182, as was a bug in HTML::Entities.
42761 ____________________________________________________________________________
42762 [ 7201] By: jhi on 2000/10/11 03:16:05
42763 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
42765 ! pp_hot.c t/pragma/utf8.t
42766 ____________________________________________________________________________
42767 [ 7200] By: jhi on 2000/10/11 00:40:30
42768 Log: The #7198 was a false alarm.
42771 ____________________________________________________________________________
42772 [ 7199] By: jhi on 2000/10/11 00:26:04
42773 Log: Remove duplicated code.
42776 ____________________________________________________________________________
42777 [ 7198] By: jhi on 2000/10/10 23:30:46
42778 Log: (Retracted by #7200.)
42781 ____________________________________________________________________________
42782 [ 7197] By: jhi on 2000/10/10 21:49:30
42783 Log: Add the test case for #7190, from the original bug report
42787 ____________________________________________________________________________
42788 [ 7196] By: jhi on 2000/10/10 21:40:49
42789 Log: Reapply Andy's patch and regen Configure.
42791 ! Configure INSTALL Makefile.SH Porting/Glossary
42792 ! Porting/config.sh config_h.SH epoc/config.sh installperl
42793 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
42795 ____________________________________________________________________________
42796 [ 7195] By: jhi on 2000/10/10 21:09:30
42797 Log: Use the versiononly instead of the installscripts,
42798 retract the changes 7146 and 7147.
42800 ! Configure INSTALL Makefile.SH Porting/Glossary
42801 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
42802 ! installperl uconfig.sh vos/config.def win32/config.bc
42803 ! win32/config.gc win32/config.vc
42804 ____________________________________________________________________________
42805 [ 7194] By: jhi on 2000/10/10 21:06:15
42806 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
42807 From: Peter Prymmer <pvhp@forte.com>
42808 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
42809 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
42812 ____________________________________________________________________________
42813 [ 7193] By: jhi on 2000/10/10 21:05:12
42814 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
42815 From: Peter Prymmer <pvhp@forte.com>
42816 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
42817 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
42820 ____________________________________________________________________________
42821 [ 7192] By: jhi on 2000/10/10 20:57:30
42822 Log: Add versiononly, delete installscripts, from Andy Dougherty.
42824 - U/installdirs/installscripts.U
42825 Branch: metaconfig/U/perl
42827 ____________________________________________________________________________
42828 [ 7191] By: jhi on 2000/10/10 19:41:21
42829 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
42830 From: Peter Prymmer <pvhp@forte.com>
42831 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
42832 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
42834 ! pod/perlebcdic.pod
42835 ____________________________________________________________________________
42836 [ 7190] By: jhi on 2000/10/10 19:26:14
42837 Log: Subject: Re: utf8 concat, mg_get
42838 From: Simon Cozens <simon@cozens.net>
42839 Date: Tue, 10 Oct 2000 17:40:17 +0100
42840 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
42843 ____________________________________________________________________________
42844 [ 7189] By: jhi on 2000/10/10 19:23:03
42845 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
42846 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
42847 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
42848 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
42850 ! lib/ExtUtils/MM_Unix.pm
42851 ____________________________________________________________________________
42852 [ 7188] By: jhi on 2000/10/10 15:31:24
42853 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
42854 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
42855 Date: Fri, 14 Jul 2000 10:47:36 +0100
42856 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
42859 ____________________________________________________________________________
42860 [ 7187] By: jhi on 2000/10/10 13:30:10
42861 Log: Quote the temp file name, needed in Win32 because the
42862 default name unfortunately contains spaces, shouldn't
42865 Subject: FW: perldoc fails if $TEMP contains spaces
42866 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
42867 Date: Thu, 14 Sep 2000 08:58:45 +0100
42868 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
42871 ____________________________________________________________________________
42872 [ 7186] By: jhi on 2000/10/10 13:16:27
42873 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
42874 From: hv@hugo.hybyte.com
42875 Date: Tue, 10 Oct 2000 14:10:20 +0100
42876 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
42878 ! t/lib/thr5005.t util.c
42879 ____________________________________________________________________________
42880 [ 7185] By: jhi on 2000/10/10 12:06:22
42881 Log: Upgrade to podlators 1.04, from Russ Allbery.
42883 ! lib/Pod/Man.pm lib/Pod/Text.pm
42884 ____________________________________________________________________________
42885 [ 7184] By: jhi on 2000/10/10 12:01:32
42886 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
42888 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
42889 ____________________________________________________________________________
42890 [ 7183] By: jhi on 2000/10/09 23:47:15
42891 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
42892 From: Peter Prymmer <pvhp@forte.com>
42893 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
42894 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
42896 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
42897 ____________________________________________________________________________
42898 [ 7182] By: jhi on 2000/10/09 23:43:16
42899 Log: Make eq work again with utf8 (disabling the upgrading
42900 should no more be necessary since the copies of the
42901 scalars are upgraded, not the scalars themselves).
42902 Takes care of ID 20001009.001. (The claimed length()
42903 bug in 20001009.001 seems bogus to me.)
42905 ! sv.c t/pragma/utf8.t
42906 ____________________________________________________________________________
42907 [ 7181] By: gsar on 2000/10/09 19:41:54
42908 Log: tweak for change#7173
42911 ____________________________________________________________________________
42912 [ 7180] By: gsar on 2000/10/09 19:26:56
42913 Log: on Windows, clean targets might not work under some flavors of the shell
42915 ! win32/Makefile win32/makefile.mk
42916 ____________________________________________________________________________
42917 [ 7179] By: jhi on 2000/10/09 19:21:02
42918 Log: Update Changes.
42920 ! Changes patchlevel.h
42921 ____________________________________________________________________________
42922 [ 7178] By: jhi on 2000/10/09 19:18:23
42923 Log: Warn about unknown scripts.
42925 Subject: Re: ideas? patches? [PATCH bleadperl]
42926 From: Dominic Dunlop <domo@computer.org>
42927 Date: Mon, 9 Oct 2000 14:57:17 +0200
42928 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
42931 ____________________________________________________________________________
42932 [ 7177] By: jhi on 2000/10/09 19:13:27
42933 Log: Change #7160 had a nasty typo.
42935 ! U/compline/Compile.U
42937 ! Configure config_h.SH
42938 ____________________________________________________________________________
42939 [ 7176] By: gsar on 2000/10/09 18:59:33
42943 ____________________________________________________________________________
42944 [ 7175] By: gsar on 2000/10/09 18:54:28
42945 Log: Windows9x doesn't support link(), despite what Config.pm
42948 ! lib/ExtUtils/Manifest.pm
42949 ____________________________________________________________________________
42950 [ 7174] By: gsar on 2000/10/09 18:50:03
42951 Log: avoid nonportable example code
42954 ____________________________________________________________________________
42955 [ 7173] By: gsar on 2000/10/09 18:46:54
42956 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
42957 being used) when closing a socket handle
42959 ! win32/win32.c win32/win32.h win32/win32sck.c
42960 ____________________________________________________________________________
42961 [ 7172] By: gsar on 2000/10/09 18:41:40
42962 Log: on Windows, cwd strings in the environment should be of the
42963 form =X:=X:\foo instead of =X=X:\foo\
42966 ____________________________________________________________________________
42967 [ 7171] By: gsar on 2000/10/09 18:30:09
42968 Log: on Windows, LoadLibrary() could load an extension DLL multiple
42969 times if forward slashes are used in the path
42972 ____________________________________________________________________________
42973 [ 7170] By: jhi on 2000/10/09 17:53:59
42974 Log: Add a todo note about overloadable assertions.
42977 ____________________________________________________________________________
42978 [ 7169] By: jhi on 2000/10/09 13:43:45
42979 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
42980 From: mjd@plover.com
42981 Date: 9 Oct 2000 00:24:44 -0000
42982 Message-ID: <20001009002444.10616.qmail@plover.com>
42984 ! pod/perldebguts.pod
42985 ____________________________________________________________________________
42986 [ 7168] By: nick on 2000/10/08 13:16:33
42987 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
42988 is not right thing to do on (e.g. x86). Network order is also "right" for
42991 ! ext/Encode/Encode.pm
42992 ____________________________________________________________________________
42993 [ 7167] By: nick on 2000/10/08 12:54:42
42994 Log: Make "encodings" work post-install when Encode/*.enc files may not
42995 be in same directory as Encode.pm
42997 ! ext/Encode/Encode.pm
42998 ____________________________________________________________________________
42999 [ 7166] By: nick on 2000/10/08 11:51:26
43000 Log: Work round the fact that $hash->{$key} does not take into account
43001 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
43002 so that key is always in the "expected" encoding - i.e. same way we put
43005 ! ext/Encode/Encode.pm
43006 ____________________________________________________________________________
43007 [ 7165] By: gsar on 2000/10/08 04:15:29
43008 Log: save_re_context() could reset PL_curcop to freed memory, causing core
43009 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
43012 ____________________________________________________________________________
43013 [ 7164] By: jhi on 2000/10/06 20:51:48
43014 Log: UTF8ize split() so that the cloned substrings get the UTF8
43015 flag of the original scalar. Problem reported by Simon Cozens.
43017 ! pp.c t/pragma/utf8.t
43018 ____________________________________________________________________________
43019 [ 7163] By: nick on 2000/10/06 20:48:34
43020 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
43021 got a false +ve and so did not reach code which would have un-FAKEd the SV.
43024 ____________________________________________________________________________
43025 [ 7162] By: nick on 2000/10/06 20:25:37
43026 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
43027 To fix (sort {$a <=> $b} keys %hash) in particular but
43028 should cover a number of other as-yet-unknown cases as well.
43031 ____________________________________________________________________________
43032 [ 7161] By: jhi on 2000/10/06 19:56:18
43033 Log: Change the version number of Tie::Handle in the core to 4.0,
43034 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
43036 Subject: Note on Tie::Handle
43037 From: andreas.koenig@anima.de (Andreas J. Koenig)
43038 Date: 06 Oct 2000 21:48:58 +0200
43039 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
43041 ! lib/Tie/Handle.pm
43042 ____________________________________________________________________________
43043 [ 7160] By: jhi on 2000/10/06 18:20:35
43044 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
43045 as the first option of cc/ld because of ultrapicky compilers
43048 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
43049 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
43050 ! U/compline/orderlib.U U/modified/Cppsym.U
43051 ! U/modified/d_access.U
43052 Branch: metaconfig/U/perl
43053 ! Checkcc.U d_dlsymun.U gccvers.U
43055 ! Configure config_h.SH
43056 ____________________________________________________________________________
43057 [ 7159] By: jhi on 2000/10/06 13:56:39
43058 Log: Update Changes.
43060 ! Changes patchlevel.h
43061 ____________________________________________________________________________
43062 [ 7158] By: jhi on 2000/10/06 12:48:40
43063 Log: Eliminate $Is_VMS code from the test.
43065 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
43066 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43067 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
43068 Date: Thu, 5 Oct 2000 07:46:33 EDT
43071 ____________________________________________________________________________
43072 [ 7157] By: jhi on 2000/10/06 12:47:13
43073 Log: Also the $ccflags is needed for the C compiler check.
43075 Subject: Configure (check for C-compiler)
43076 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43077 Date: Fri, 06 Oct 2000 08:47:15 +0200
43078 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
43079 Branch: metaconfig/U/perl
43082 ! Configure config_h.SH
43083 ____________________________________________________________________________
43084 [ 7156] By: jhi on 2000/10/06 11:45:15
43085 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
43087 ! perl.c pp_ctl.c sv.h utf8.c
43088 ____________________________________________________________________________
43089 [ 7155] By: jhi on 2000/10/06 11:40:41
43090 Log: IO::Handle->syswrite() did not handle length omission
43091 like CORE::syswrite() does.
43093 Subject: [Fwd] IO::Handle, syswrite and arguments
43094 From: Graham Barr <gbarr@pobox.com>
43095 Date: Fri, 6 Oct 2000 10:22:05 +0100
43096 Message-ID: <20001006102205.U6312@pobox.com>
43098 The original patch from andrew@ugh.net.au.
43100 ! ext/IO/lib/IO/Handle.pm
43101 ____________________________________________________________________________
43102 [ 7154] By: jhi on 2000/10/06 01:42:15
43106 ____________________________________________________________________________
43107 [ 7153] By: jhi on 2000/10/06 00:39:55
43108 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
43111 ____________________________________________________________________________
43112 [ 7152] By: jhi on 2000/10/06 00:38:11
43113 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
43115 ! perl.c pp_ctl.c sv.h utf8.c
43116 ____________________________________________________________________________
43117 [ 7151] By: jhi on 2000/10/06 00:36:38
43118 Log: Subject: Re: Questions about Tie::Array and perl modules
43119 From: Nick Ing-Simmons <nik@tiuk.ti.com>
43120 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
43121 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
43123 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
43125 ! lib/Tie/Array.pm t/op/array.t
43126 ____________________________________________________________________________
43127 [ 7150] By: jhi on 2000/10/05 00:20:45
43128 Log: Regen Changes.
43130 ! Changes patchlevel.h
43131 ____________________________________________________________________________
43132 [ 7149] By: jhi on 2000/10/05 00:20:01
43136 ____________________________________________________________________________
43137 [ 7148] By: jhi on 2000/10/04 23:35:08
43138 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
43139 reported several times by Dominic Dunlop, for example in
43140 ID 20000315.008. Patch from Dominic. Patch affects at
43141 least MachTen, and possibly other oldish BSDs. Should not
43142 break non-broken platforms (tested on LinuxPPC).
43145 ____________________________________________________________________________
43146 [ 7147] By: jhi on 2000/10/04 23:26:34
43147 Log: The one that got away from 7146.
43149 + U/installdirs/installscripts.U
43150 ____________________________________________________________________________
43151 [ 7146] By: jhi on 2000/10/04 23:25:04
43152 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
43153 suggested by H. Merijn Brand.
43155 ! Configure INSTALL Makefile.SH Porting/Glossary
43156 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
43157 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
43159 ____________________________________________________________________________
43160 [ 7145] By: jhi on 2000/10/04 22:08:21
43161 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
43162 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43163 Date: Wed, 4 Oct 2000 17:37:46 -0400
43164 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
43167 ____________________________________________________________________________
43168 [ 7144] By: jhi on 2000/10/04 18:11:41
43169 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
43170 From: Jeff Pinyan <jeffp@crusoe.net>
43171 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
43172 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
43175 ____________________________________________________________________________
43176 [ 7143] By: jhi on 2000/10/04 18:09:58
43177 Log: Subject: perlhack.pod Patch for Externals Tools
43178 From: Fisher Mark <fisherm@tce.com>
43179 Date: Tue, 3 Oct 2000 15:43:27 -0500
43180 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
43183 ____________________________________________________________________________
43184 [ 7142] By: jhi on 2000/10/04 18:08:41
43185 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
43186 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43187 Date: Wed, 4 Oct 2000 12:11:11 EDT
43188 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
43191 ____________________________________________________________________________
43192 [ 7141] By: jhi on 2000/10/04 12:20:16
43193 Log: Subject: [PATCH 5.7.0] h2xs not working
43194 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43195 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
43196 Date: Tue, 3 Oct 2000 21:43:01 -0400
43198 Subject: [PATCH 5.7.0] h2xs not documenting the created module
43199 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43200 Date: Tue, 3 Oct 2000 22:55:19 -0400
43201 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
43204 ____________________________________________________________________________
43205 [ 7140] By: jhi on 2000/10/04 11:53:44
43206 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
43207 From: nick@babyhippo.com
43208 Date: Wed, 4 Oct 2000 12:06:45 +0100
43209 Message-Id: <20001004120645.A7356@babyhippo.com>
43211 Retract 7118 and 7135.
43213 ! installman installperl op.c t/pragma/subs.t
43214 ____________________________________________________________________________
43215 [ 7139] By: jhi on 2000/10/03 22:09:41
43216 Log: It is possible to have no hosts database at all. Pointed out in
43218 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43219 From: Peter Prymmer <pvhp@forte.com>
43220 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43221 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43223 ! U/modified/myhostname.U
43225 ! Configure config_h.SH
43226 ____________________________________________________________________________
43227 [ 7138] By: jhi on 2000/10/03 21:49:49
43228 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43229 From: Peter Prymmer <pvhp@forte.com>
43230 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43231 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43234 ____________________________________________________________________________
43235 [ 7137] By: jhi on 2000/10/03 20:10:05
43236 Log: One remaining nit less at the VMS mailbox sizing.
43239 ____________________________________________________________________________
43240 [ 7136] By: jhi on 2000/10/03 20:08:47
43241 Log: Test harness update to sync with the new perlcc,
43245 ____________________________________________________________________________
43246 [ 7135] By: jhi on 2000/10/03 15:15:42
43247 Log: Subject: Re: PATCH for 20001003.004
43248 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
43249 From: "AARON B. DOSSETT" <aaron@iglou.com>
43250 Message-Id: <E13gTay-0006od-00@iglou.com>
43252 ! installman installperl
43253 ____________________________________________________________________________
43254 [ 7134] By: jhi on 2000/10/03 15:00:34
43255 Log: Subject: [ID 20001003.006] B::Debug not -w clean
43256 From: Nicholas Clark <nick@babyhippo.co.uk>
43257 Date: Tue, 03 Oct 2000 15:46:32 +0100
43258 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
43261 ____________________________________________________________________________
43262 [ 7133] By: jhi on 2000/10/03 14:58:39
43263 Log: Scale down the VMS message boxes, by Charles Lane.
43264 Fix for ID 20000903.009, workaround at
43265 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
43268 ____________________________________________________________________________
43269 [ 7132] By: jhi on 2000/10/03 11:20:37
43270 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
43272 + t/lib/st-lock.t t/lib/st-utf8.t
43273 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
43274 ! ext/Storable/Storable.xs t/lib/st-recurse.t
43275 ____________________________________________________________________________
43276 [ 7131] By: jhi on 2000/10/03 03:38:23
43279 ! MANIFEST Makefile.SH
43280 ____________________________________________________________________________
43281 [ 7130] By: jhi on 2000/10/03 03:31:05
43282 Log: Update Changes.
43284 ! Changes patchlevel.h
43285 ____________________________________________________________________________
43286 [ 7129] By: jhi on 2000/10/03 02:24:02
43287 Log: Misplaced else.
43288 Branch: metaconfig/U/perl
43291 ! Configure config_h.SH
43292 ____________________________________________________________________________
43293 [ 7128] By: jhi on 2000/10/03 02:08:29
43294 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
43295 From: sthoenna@efn.org
43296 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
43297 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
43298 Branch: metaconfig/U/perl
43301 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
43302 ____________________________________________________________________________
43303 [ 7127] By: jhi on 2000/10/03 01:13:14
43304 Log: Update Changes.
43306 ! Changes patchlevel.h
43307 ____________________________________________________________________________
43308 [ 7126] By: jhi on 2000/10/03 00:57:08
43309 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
43310 as suggested by Olaf Flebbe and Nick Clark.
43312 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
43313 ____________________________________________________________________________
43314 [ 7125] By: jhi on 2000/10/03 00:50:56
43315 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
43316 From: Nick Clark <nick@plum.flirble.org>
43317 Date: Mon, 2 Oct 2000 11:03:24 +0100
43318 Message-Id: <20001002110324.D20073@plum.flirble.org>
43320 Also fixes bug ID 20001002.005.
43323 ____________________________________________________________________________
43324 [ 7124] By: jhi on 2000/10/03 00:34:59
43325 Log: Subject: [PATCH 5.7.0] Epoc update
43326 From: Olaf Flebbe <o.flebbe@gmx.de>
43327 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
43328 Message-ID: <26423.969484586@www10.gmx.net>
43330 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
43331 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
43332 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
43334 ____________________________________________________________________________
43335 [ 7123] By: jhi on 2000/10/03 00:30:07
43336 Log: Regen headers.
43338 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
43339 ____________________________________________________________________________
43340 [ 7122] By: jhi on 2000/10/03 00:10:48
43341 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
43344 ____________________________________________________________________________
43345 [ 7121] By: jhi on 2000/10/03 00:05:06
43346 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
43347 From: <abigail@foad.org>
43348 Date: Tue, 26 Sep 2000 13:36:14 -0400
43349 Message-ID: <20000926173614.4356.qmail@foad.org>
43352 ____________________________________________________________________________
43353 [ 7120] By: jhi on 2000/10/03 00:04:00
43354 Log: Inside require() $^S was always left undefined.
43356 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
43357 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43358 Date: Wed, 27 Sep 2000 18:54:49 -0400
43359 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
43361 ! cop.h mg.c pp_ctl.c util.c
43362 ____________________________________________________________________________
43363 [ 7119] By: jhi on 2000/10/03 00:00:16
43364 Log: Subject: [PATCH] DLL not restartabke with threaded perl
43365 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
43366 Date: Thu, 28 Sep 2000 09:20:46 +0100
43367 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
43370 ____________________________________________________________________________
43371 [ 7118] By: jhi on 2000/10/02 23:59:20
43372 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
43373 From: Nicholas Clark <nick@ccl4.org>
43374 Date: Thu, 28 Sep 2000 11:52:24 +0100
43375 Message-ID: <20000928115224.D7924@plum.flirble.org>
43378 ____________________________________________________________________________
43379 [ 7117] By: jhi on 2000/10/02 23:57:51
43380 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
43381 From: Nicholas Clark <nick@babyhippo.co.uk>
43382 Date: Thu, 28 Sep 2000 12:18:10 +0100
43383 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
43385 Did not apply cleanly, manual intervention was needed.
43387 ! ext/B/B/Bytecode.pm utils/perlcc.PL
43388 ____________________________________________________________________________
43389 [ 7116] By: jhi on 2000/10/02 23:50:40
43390 Log: Document the issue (is not a syntax error, kind of)
43392 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
43393 From: Nicholas Clark <nick@ccl4.org>
43394 Date: Thu, 28 Sep 2000 17:12:42 +0100
43395 Message-ID: <20000928171242.K7924@plum.flirble.org>
43398 ____________________________________________________________________________
43399 [ 7115] By: jhi on 2000/10/02 23:48:58
43400 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
43401 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43402 Date: Thu, 28 Sep 2000 21:55:31 -0400
43403 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
43406 ____________________________________________________________________________
43407 [ 7114] By: jhi on 2000/10/02 23:47:57
43408 Log: Subject: DOC PATCH 5.6.0
43409 From: mjd@plover.com
43410 Date: 30 Sep 2000 06:02:34 -0000
43411 Message-ID: <20000930060234.4559.qmail@plover.com>
43413 ! pod/perldebguts.pod
43414 ____________________________________________________________________________
43415 [ 7113] By: jhi on 2000/10/02 23:46:43
43416 Log: SOCK_DGRAM and listen() do not mix as reported in
43418 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
43419 From: Petter Reinholdtsen <pere@hungry.com>
43420 Date: Sun, 1 Oct 2000 10:57:20 +0800
43421 Message-Id: <200010010257.KAA05735@localhost.localdomain>
43423 The patch for 5.7.0+ had to be reengineered, though.
43425 ! ext/IO/lib/IO/Socket/UNIX.pm
43426 ____________________________________________________________________________
43427 [ 7112] By: jhi on 2000/10/02 23:36:57
43428 Log: Subject: Re: [PATCH 5.005_64 missed]
43429 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43430 Date: Sun, 1 Oct 2000 18:50:10 -0400
43431 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
43434 ____________________________________________________________________________
43435 [ 7111] By: jhi on 2000/10/02 23:35:40
43436 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
43437 From: Radu Greab <radu@netsoft.ro>
43438 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
43439 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
43441 ! op.c opcode.pl t/op/substr.t
43442 ____________________________________________________________________________
43443 [ 7110] By: jhi on 2000/10/02 23:32:38
43444 Log: Subject: [PATCH] Fix aliasing of tied filehandles
43445 From: Daniel Chetlin <daniel@chetlin.com>
43446 Date: Mon, 2 Oct 2000 14:53:27 -0700
43447 Message-ID: <20001002145327.C1617@ilmd>
43449 ! perl.h pp_hot.c t/op/tiehandle.t
43450 ____________________________________________________________________________
43451 [ 7109] By: jhi on 2000/10/02 23:31:30
43452 Log: s/Robin Parker/Robin Barker/
43455 ____________________________________________________________________________
43456 [ 7108] By: jhi on 2000/10/02 23:15:46
43457 Log: Retract #7091 as suggested in
43459 From: Robin Barker <rmb1@cise.npl.co.uk>
43460 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
43461 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
43462 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
43465 ____________________________________________________________________________
43466 [ 7107] By: nick on 2000/10/02 18:23:14
43467 Log: A few tweaks to get Tk803 to work with Encode scheme.
43469 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
43470 ____________________________________________________________________________
43471 [ 7106] By: nick on 2000/10/01 21:34:14
43472 Log: Add checking cases to Encode's toUnicode and fromUnicode.
43474 ! ext/Encode/Encode.pm
43475 ____________________________________________________________________________
43476 [ 7105] By: nick on 2000/10/01 17:18:01
43477 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
43478 To read and use them.
43479 Add a lib/encode.t which checks a few things.
43481 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
43482 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
43483 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
43484 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
43485 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
43486 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
43487 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
43488 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
43489 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
43490 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
43491 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
43492 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
43493 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
43494 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
43495 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
43496 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
43497 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
43498 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
43499 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
43500 + ext/Encode/Encode/iso2022-jp.enc
43501 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
43502 + ext/Encode/Encode/iso8859-1.enc
43503 + ext/Encode/Encode/iso8859-2.enc
43504 + ext/Encode/Encode/iso8859-3.enc
43505 + ext/Encode/Encode/iso8859-4.enc
43506 + ext/Encode/Encode/iso8859-5.enc
43507 + ext/Encode/Encode/iso8859-6.enc
43508 + ext/Encode/Encode/iso8859-7.enc
43509 + ext/Encode/Encode/iso8859-8.enc
43510 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
43511 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
43512 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
43513 + ext/Encode/Encode/macCentEuro.enc
43514 + ext/Encode/Encode/macCroatian.enc
43515 + ext/Encode/Encode/macCyrillic.enc
43516 + ext/Encode/Encode/macDingbats.enc
43517 + ext/Encode/Encode/macGreek.enc
43518 + ext/Encode/Encode/macIceland.enc
43519 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
43520 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
43521 + ext/Encode/Encode/macTurkish.enc
43522 + ext/Encode/Encode/macUkraine.enc
43523 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
43525 ! MANIFEST ext/Encode/Encode.pm
43526 ____________________________________________________________________________
43527 [ 7104] By: nick on 2000/09/30 13:04:30
43528 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
43529 From: Daniel Chetlin <daniel@chetlin.com>
43530 Date: Mon, 18 Sep 2000 05:05:40 -0700
43531 Message-Id: <20000918050540.C652@ilmd>
43533 ! lib/overload.pm sv.c t/pragma/overload.t
43534 ____________________________________________________________________________
43535 [ 7103] By: nick on 2000/09/30 12:53:36
43536 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
43537 From: Johan Vromans <jvromans@squirrel.nl>
43538 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
43539 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
43542 ____________________________________________________________________________
43543 [ 7102] By: nick on 2000/09/30 12:52:31
43544 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
43545 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43546 Date: Sat, 16 Sep 2000 16:36:45 -0400
43547 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
43549 ! ext/B/B/Deparse.pm
43550 ____________________________________________________________________________
43551 [ 7101] By: nick on 2000/09/30 12:51:41
43552 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
43553 From: Craig A. Berry <craig.berry@psinetcs.com>
43554 Date: Sat, 16 Sep 2000 10:11:10 -0500
43555 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
43558 ____________________________________________________________________________
43559 [ 7100] By: nick on 2000/09/30 12:50:33
43560 Log: Subject: Re: unicode support and perl [ID 20000901.097]
43561 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43562 Date: Fri, 15 Sep 2000 16:37:58 -0400
43563 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
43566 ____________________________________________________________________________
43567 [ 7099] By: nick on 2000/09/30 12:49:35
43568 Log: Subject: Re: unicode support and perl [ID 20000901.097]
43569 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43570 Date: Fri, 15 Sep 2000 16:25:30 -0400
43571 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
43574 ____________________________________________________________________________
43575 [ 7098] By: nick on 2000/09/30 12:48:00
43576 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
43577 From: Gisle Aas <gisle@ActiveState.com>
43578 Date: 15 Sep 2000 16:23:41 +0200
43579 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
43582 ____________________________________________________________________________
43583 [ 7097] By: nick on 2000/09/30 12:45:16
43584 Log: Subject: [PATCH] Nits in perlmod.pod
43585 From: Daniel Chetlin <daniel@chetlin.com>
43586 Date: Fri, 15 Sep 2000 02:04:09 -0700
43587 Message-Id: <20000915020409.A2104@ilmd>
43590 ____________________________________________________________________________
43591 [ 7096] By: nick on 2000/09/30 12:18:00
43592 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
43593 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
43594 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
43595 0 to checking to get the warning.
43597 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
43598 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
43599 ! regexec.c sv.c toke.c utf8.c
43600 ____________________________________________________________________________
43601 [ 7095] By: nick on 2000/09/15 16:55:59
43602 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
43604 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
43605 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43606 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
43607 Date: Fri, 15 Sep 2000 06:37:30 -0400
43609 ! ext/Encode/Encode.xs sv.c
43610 ____________________________________________________________________________
43611 [ 7094] By: jhi on 2000/09/15 03:23:32
43612 Log: Update Changes.
43614 ! Changes patchlevel.h
43615 ____________________________________________________________________________
43616 [ 7093] By: jhi on 2000/09/15 03:11:44
43617 Log: Fix for the charnames.t failures from Spider Boardman.
43620 ____________________________________________________________________________
43621 [ 7092] By: jhi on 2000/09/15 00:15:48
43622 Log: Botched the #7090 check-in.
43625 ____________________________________________________________________________
43626 [ 7091] By: jhi on 2000/09/14 23:33:24
43627 Log: Part of #7081 didn't come through.
43630 ____________________________________________________________________________
43631 [ 7090] By: jhi on 2000/09/14 23:17:39
43632 Log: Subject: Re: perl@7078
43633 From: Spider Boardman <spider@web.zk3.dec.com>
43634 Date: Thu, 14 Sep 2000 19:06:36 -0400
43635 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
43638 ____________________________________________________________________________
43639 [ 7089] By: jhi on 2000/09/14 23:11:21
43640 Log: Small portability tweaks.
43642 ! ext/Encode/Encode.xs
43643 ____________________________________________________________________________
43644 [ 7088] By: jhi on 2000/09/14 22:57:23
43645 Log: Fake return to pacify picky compilers.
43647 ! ext/Encode/Encode.xs
43648 ____________________________________________________________________________
43649 [ 7087] By: jhi on 2000/09/14 22:53:37
43650 Log: Subject: [PATCH] utf8.c apidoc
43651 From: Simon Cozens <simon@cozens.net>
43652 Date: Thu, 14 Sep 2000 23:46:57 +0100
43653 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
43655 ! perlapi.c pod/perlapi.pod utf8.c
43656 ____________________________________________________________________________
43657 [ 7086] By: jhi on 2000/09/14 22:40:38
43658 Log: We don't need to count the high bit bytes, a boolean is enough.
43661 ____________________________________________________________________________
43662 [ 7085] By: jhi on 2000/09/14 21:20:09
43663 Log: Replace #7084 with
43665 Subject: Re: perl@7078
43666 From: Spider Boardman <spider@web.zk3.dec.com>
43667 Date: Thu, 14 Sep 2000 17:09:36 -0400
43668 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
43671 ____________________________________________________________________________
43672 [ 7084] By: jhi on 2000/09/14 20:03:34
43673 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
43674 convertable to bytes by checking it doesn't go above 0xc3
43676 Subject: Re: perl@7078
43677 From: Simon Cozens <simon@cozens.net>
43678 Date: Thu, 14 Sep 2000 20:59:19 +0100
43679 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
43682 ____________________________________________________________________________
43683 [ 7083] By: jhi on 2000/09/14 19:38:47
43684 Log: Subject: Re: perl@7078
43685 From: Simon Cozens <simon@cozens.net>
43686 Date: Thu, 14 Sep 2000 20:13:09 +0100
43687 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
43690 ____________________________________________________________________________
43691 [ 7082] By: jhi on 2000/09/14 17:50:44
43692 Log: The one that got away.
43695 ____________________________________________________________________________
43696 [ 7081] By: jhi on 2000/09/14 17:45:35
43697 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
43698 From: Robin Barker <rmb1@cise.npl.co.uk>
43699 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
43700 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
43702 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
43703 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
43704 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
43705 ! regcomp.c toke.c universal.c
43706 ____________________________________________________________________________
43707 [ 7080] By: jhi on 2000/09/14 17:40:35
43708 Log: Problems picked up by AIX cc.
43710 Subject: Re: perl@7078 (patch included)
43711 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43712 Date: Thu, 14 Sep 2000 18:53:30 +0200
43713 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
43715 ! ext/Encode/Encode.xs
43716 ____________________________________________________________________________
43717 [ 7079] By: jhi on 2000/09/14 17:38:27
43718 Log: Subject: File::Find 5.7.0 POD nits
43719 From: Rich Morin <rdm@cfcl.com>
43720 Date: Wed, 13 Sep 2000 22:03:58 -0700
43721 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
43724 ____________________________________________________________________________
43725 [ 7078] By: jhi on 2000/09/14 14:58:20
43726 Log: Update Changes.
43728 ! Changes patchlevel.h
43729 ____________________________________________________________________________
43730 [ 7077] By: jhi on 2000/09/14 14:55:54
43731 Log: Compilation warnings and an error.
43734 ____________________________________________________________________________
43735 [ 7076] By: jhi on 2000/09/14 14:42:56
43736 Log: Fix for a parsing bug, not for the original bug.
43738 Subject: Re: [ID 20000910.005] Another segfault with regexes.
43739 From: Spider Boardman <spider@web.zk3.dec.com>
43740 Date: Wed, 13 Sep 2000 17:52:20 -0400
43741 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
43744 ____________________________________________________________________________
43745 [ 7075] By: jhi on 2000/09/14 14:40:40
43746 Log: Batch of UTF-8 patches from Simon Cozens.
43748 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
43749 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
43751 ____________________________________________________________________________
43752 [ 7074] By: jhi on 2000/09/14 14:29:58
43753 Log: Subject: Re: Two advertising clauses need to be removed
43754 From: Russ Allbery <rra@stanford.edu>
43755 Date: 13 Sep 2000 18:50:26 -0700
43756 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
43758 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
43759 ____________________________________________________________________________
43760 [ 7073] By: jhi on 2000/09/14 14:28:20
43761 Log: Subject: [PATCH] de-wall t/README
43762 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43763 Date: Wed, 13 Sep 2000 17:46:55 -0700
43764 Message-ID: <//Bw5gzkge/e092yn@efn.org>
43767 ____________________________________________________________________________
43768 [ 7072] By: jhi on 2000/09/14 14:25:10
43769 Log: Hints optimization.
43772 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43773 Date: Wed, 13 Sep 2000 21:42:07 +0200
43774 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
43777 ____________________________________________________________________________
43778 [ 7071] By: jhi on 2000/09/14 14:23:30
43779 Log: Allow chop() and chomp() to be overridden.
43781 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
43782 From: "Casey R. Tweten" <crt@kiski.net>
43783 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
43784 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
43787 ____________________________________________________________________________
43788 [ 7070] By: jhi on 2000/09/14 14:20:36
43789 Log: The return value of setlocale must be copied away.
43791 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
43792 From: Alan Burlison <Alan.Burlison@uk.sun.com>
43793 Date: Wed, 13 Sep 2000 16:27:37 +0100
43794 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
43797 ____________________________________________________________________________
43798 [ 7069] By: jhi on 2000/09/14 14:16:27
43799 Log: Remove vestiges of tr//CU.
43801 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43802 From: Nick Clark <nick@plum.flirble.org>
43803 Date: Tue, 12 Sep 2000 22:50:14 +0100
43804 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
43806 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43807 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43808 Date: Tue, 12 Sep 2000 21:38:48 -0700
43809 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
43811 ! op.h pod/perlunicode.pod
43812 ____________________________________________________________________________
43813 [ 7068] By: jhi on 2000/09/13 14:18:39
43814 Log: Add the Encode extension. The code is still largely just skeleton.
43816 + ext/Encode/Encode.pm ext/Encode/Encode.xs
43817 + ext/Encode/Makefile.PL ext/Encode/Todo
43818 ! MANIFEST Todo-5.6
43819 ____________________________________________________________________________
43820 [ 7067] By: jhi on 2000/09/12 17:43:33
43821 Log: Allow for whitespace between "#" and "line" in cpp output.
43823 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
43824 From: Calle Dybedahl <calle@lysator.liu.se>
43825 Date: 12 Sep 2000 19:38:02 +0200
43826 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
43828 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
43829 ____________________________________________________________________________
43830 [ 7066] By: gsar on 2000/09/12 17:24:29
43831 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
43832 initialization in all the threads on Windows
43835 ____________________________________________________________________________
43836 [ 7065] By: jhi on 2000/09/12 15:11:31
43837 Log: Update Changes.
43839 ! Changes patchlevel.h
43840 ____________________________________________________________________________
43841 [ 7064] By: jhi on 2000/09/12 14:54:54
43842 Log: Retract #7062, the pod tests are not ready.
43845 ____________________________________________________________________________
43846 [ 7063] By: jhi on 2000/09/12 14:25:41
43847 Log: The #7054 truncated Configure badly.
43848 Branch: metaconfig/U/perl
43851 ! Configure config_h.SH
43852 ____________________________________________________________________________
43853 [ 7062] By: jhi on 2000/09/12 14:08:32
43854 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
43855 From: sthoenna@efn.org
43856 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
43857 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
43860 ____________________________________________________________________________
43861 [ 7061] By: jhi on 2000/09/12 14:07:18
43862 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
43863 From: sthoenna@efn.org
43864 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
43865 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
43868 ____________________________________________________________________________
43869 [ 7060] By: jhi on 2000/09/12 14:06:08
43870 Log: Break up the myconfig lines a bit.
43872 Subject: perlbug/perl -V output format
43873 From: sthoenna@efn.org
43874 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
43875 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
43878 ____________________________________________________________________________
43879 [ 7059] By: jhi on 2000/09/12 14:05:04
43880 Log: Test for the #7049.
43882 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
43883 From: andreas.koenig@anima.de (Andreas J. Koenig)
43884 Date: 12 Sep 2000 06:42:01 +0200
43885 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
43888 ____________________________________________________________________________
43889 [ 7058] By: jhi on 2000/09/12 14:03:05
43890 Log: Subject: [patch: perl@7045] vms updates
43891 From: Peter Prymmer <pvhp@forte.com>
43892 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
43893 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
43895 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
43896 ____________________________________________________________________________
43897 [ 7057] By: jhi on 2000/09/12 14:00:51
43898 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
43899 From: sthoenna@efn.org
43900 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
43901 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
43904 ____________________________________________________________________________
43905 [ 7056] By: jhi on 2000/09/12 13:58:14
43906 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
43907 From: Jeff Pinyan <jeffp@crusoe.net>
43908 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
43909 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
43912 ____________________________________________________________________________
43913 [ 7055] By: jhi on 2000/09/12 13:56:32
43914 Log: Do in VMS as the #7054 does.
43917 ____________________________________________________________________________
43918 [ 7054] By: jhi on 2000/09/12 13:50:31
43919 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
43920 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43921 Date: Mon, 11 Sep 2000 08:33:09 +0100
43922 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
43923 Branch: metaconfig/U/perl
43926 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
43927 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
43928 ____________________________________________________________________________
43929 [ 7053] By: jhi on 2000/09/12 13:29:19
43930 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
43931 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43932 Date: Tue, 12 Sep 2000 08:35:59 EDT
43933 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
43936 ____________________________________________________________________________
43937 [ 7052] By: jhi on 2000/09/11 23:01:50
43938 Log: Document the SvUTF8*().
43940 ! pod/perlapi.pod sv.h
43941 ____________________________________________________________________________
43942 [ 7051] By: gsar on 2000/09/11 14:46:30
43943 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
43944 (missed a spot when fixing up op_pmreplroot hack for ithreads)
43946 ! op.c t/op/split.t
43947 ____________________________________________________________________________
43948 [ 7050] By: nick on 2000/09/11 10:03:51
43949 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
43951 Subject: borland C++ win32.c tweak
43952 From: Vadim Konovalov <vkonovalov@lucent.com>
43953 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
43954 Date: Mon, 11 Sep 2000 11:22:33 +0400
43957 ____________________________________________________________________________
43958 [ 7049] By: nick on 2000/09/11 09:57:33
43959 Log: Point fix for s/// on foreach (keys %xxx).
43962 ____________________________________________________________________________
43963 [ 7048] By: jhi on 2000/09/10 23:37:09
43964 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
43965 by Pod::Text, from Brad Appleton.
43967 ! t/pod/testp2pt.pl
43968 ____________________________________________________________________________
43969 [ 7047] By: jhi on 2000/09/10 14:32:53
43970 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
43973 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
43974 ____________________________________________________________________________
43975 [ 7046] By: jhi on 2000/09/10 14:15:08
43976 Log: Upgrade to CPAN 1.57_65, from Andreas König.
43978 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43979 ____________________________________________________________________________
43980 [ 7045] By: jhi on 2000/09/08 21:36:32
43981 Log: Update Changes.
43983 ! Changes patchlevel.h
43984 ____________________________________________________________________________
43985 [ 7044] By: jhi on 2000/09/08 21:29:56
43986 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
43987 From: Peter Prymmer <pvhp@forte.com>
43988 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
43989 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
43992 ____________________________________________________________________________
43993 [ 7043] By: jhi on 2000/09/08 21:27:50
43994 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
43995 From: Peter Prymmer <pvhp@forte.com>
43996 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
43997 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
43999 ! Makefile.SH installperl
44000 ____________________________________________________________________________
44001 [ 7042] By: jhi on 2000/09/08 21:23:21
44002 Log: Continue #7041.
44004 ! cygwin/Makefile.SHs os2/Makefile.SHs
44005 ____________________________________________________________________________
44006 [ 7041] By: jhi on 2000/09/08 21:18:10
44007 Log: Do away with memory models cruft. Sorry, PDP users.
44009 ! U/modified/cc.U U/modified/libpth.U
44011 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
44012 ! Porting/config_H cflags.SH config_h.SH configure.com
44013 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
44014 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
44015 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
44016 ____________________________________________________________________________
44017 [ 7040] By: jhi on 2000/09/08 14:34:18
44018 Log: Major rewrite of s2p. And I mean really major, it is
44019 an implementation of sed in perl. If called as s2p it
44020 will function as s2p. Note: needs non-UNIXifying.
44023 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
44024 Date: Mon, 28 Aug 2000 14:05:12 +0200
44025 Message-ID: <39AA5578.2102E2AA@alcatel.at>
44028 ____________________________________________________________________________
44029 [ 7039] By: jhi on 2000/09/08 14:19:49
44030 Log: Re-allow vec() for characters > 255.
44032 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
44033 From: Spider Boardman <spider@web.zk3.dec.com>
44034 Date: Fri, 08 Sep 2000 02:21:02 -0400
44035 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
44037 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
44039 ____________________________________________________________________________
44040 [ 7038] By: jhi on 2000/09/08 14:14:18
44041 Log: Subject: [PATCH lib/Benchmark.pm]
44042 From: <abigail@foad.org>
44043 Date: Thu, 7 Sep 2000 15:03:20 -0400
44044 Message-ID: <20000907190320.888.qmail@foad.org>
44047 ____________________________________________________________________________
44048 [ 7037] By: jhi on 2000/09/08 14:11:06
44049 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
44051 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
44052 From: Spider Boardman <spider@web.zk3.dec.com>
44053 Date: Fri, 08 Sep 2000 01:30:27 -0400
44054 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
44057 ____________________________________________________________________________
44058 [ 7036] By: jhi on 2000/09/08 14:08:58
44059 Log: Subject: [ID 20000908.002] perlipc documentation bug.
44060 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
44061 Date: Fri, 08 Sep 2000 12:38:32 +0200
44062 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
44065 ____________________________________________________________________________
44066 [ 7035] By: jhi on 2000/09/08 14:03:12
44067 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44068 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44069 Date: Fri, 08 Sep 2000 11:47:34 +0200
44070 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
44073 ____________________________________________________________________________
44074 [ 7034] By: jhi on 2000/09/08 13:59:35
44075 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
44076 From: Simon Cozens <simon@cozens.net>
44077 Date: Thu, 7 Sep 2000 20:40:38 +0100
44078 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
44081 ____________________________________________________________________________
44082 [ 7033] By: jhi on 2000/09/08 04:03:03
44083 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
44084 From: "Larry W. Virden" <lvirden@cas.org>
44085 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
44086 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
44089 ____________________________________________________________________________
44090 [ 7032] By: jhi on 2000/09/07 22:18:30
44091 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
44092 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
44093 Date: Mon, 04 Sep 2000 13:16:38 -0700
44094 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
44097 ____________________________________________________________________________
44098 [ 7031] By: jhi on 2000/09/07 22:02:29
44099 Log: Fix the ccversion detection for 5.1 and beyond.
44101 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44102 From: Spider Boardman <spider@leggy.zk3.dec.com>
44103 Date: Thu, 7 Sep 2000 17:54:27 -0400
44104 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
44107 ____________________________________________________________________________
44108 [ 7030] By: jhi on 2000/09/07 19:12:28
44111 Subject: [ID 20000903.001] \w in utf8-strings
44112 From: Marc Lehmann <pcg@goof.com>
44113 Date: Sun, 03 Sep 2000 09:44:29 +0200
44114 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
44116 and various related nits.
44118 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
44119 ____________________________________________________________________________
44120 [ 7029] By: jhi on 2000/09/07 18:49:09
44121 Log: Fix the URL, but the server is still missing in action.
44123 Subject: [ID 20000905.002] perlfaq1.pod URL error
44124 From: "Larry W. Virden" <lvirden@cas.org>
44125 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
44126 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
44129 ____________________________________________________________________________
44130 [ 7028] By: jhi on 2000/09/07 18:47:13
44131 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
44132 From: Hugo <hv@crypt.compulink.co.uk>
44133 Date: Tue, 05 Sep 2000 14:13:37 +0100
44134 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
44137 ____________________________________________________________________________
44138 [ 7027] By: jhi on 2000/09/07 18:45:35
44139 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
44140 From: Daniel Chetlin <daniel@chetlin.com>
44141 Date: Tue, 5 Sep 2000 04:57:07 -0700
44142 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
44144 ! pod/perlfaq6.pod pod/perlop.pod
44145 ____________________________________________________________________________
44146 [ 7026] By: jhi on 2000/09/07 18:44:01
44147 Log: Document the new ref() semantics.
44149 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44150 From: Gisle Aas <gisle@ActiveState.com>
44151 Date: 05 Sep 2000 08:10:30 +0200
44152 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
44154 ! pod/perldelta.pod
44155 ____________________________________________________________________________
44156 [ 7025] By: jhi on 2000/09/07 18:42:27
44157 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
44159 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44160 From: Gisle Aas <gisle@ActiveState.com>
44161 Date: 05 Sep 2000 08:11:40 +0200
44162 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
44164 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
44165 ____________________________________________________________________________
44166 [ 7024] By: jhi on 2000/09/07 18:39:32
44167 Log: Subject: [PATCH] Modernize Opcode.pm documentation
44168 From: Gisle Aas <gisle@ActiveState.com>
44169 Date: 4 Sep 2000 00:18:55 -0000
44170 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
44172 ! ext/Opcode/Opcode.pm
44173 ____________________________________________________________________________
44174 [ 7023] By: jhi on 2000/09/07 18:37:42
44175 Log: Subject: [PATCH] Tied filehandle documentation
44176 From: Gisle Aas <gisle@ActiveState.com>
44177 Date: 4 Sep 2000 00:14:40 -0000
44178 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
44180 ! pod/perlfunc.pod pod/perltie.pod
44181 ____________________________________________________________________________
44182 [ 7022] By: jhi on 2000/09/07 18:35:37
44183 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
44184 From: Gisle Aas <gisle@ActiveState.com>
44185 Date: 4 Sep 2000 00:04:22 -0000
44186 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
44188 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
44189 ____________________________________________________________________________
44190 [ 7021] By: jhi on 2000/09/07 18:33:22
44191 Log: Subject: small apidoc fix
44192 From: Marc Lehmann <pcg@goof.com>
44193 Date: Sun, 3 Sep 2000 05:12:06 +0200
44194 Message-ID: <20000903051206.A5909@cerebro.laendle>
44196 ! pod/perlapi.pod utf8.c
44197 ____________________________________________________________________________
44198 [ 7020] By: jhi on 2000/09/07 16:14:57
44199 Log: Tiny perldelta nits.
44201 ! pod/perldelta.pod
44202 ____________________________________________________________________________
44203 [ 7019] By: jhi on 2000/09/07 16:04:20
44204 Log: Guard against bad string->int conversion for quads.
44207 ____________________________________________________________________________
44208 [ 7018] By: jhi on 2000/09/06 17:07:03
44209 Log: Update Unicode todo list.
44212 ____________________________________________________________________________
44213 [ 7017] By: jhi on 2000/09/05 21:16:01
44214 Log: Document the SvIOK_.*UV().
44216 ! pod/perlapi.pod sv.h
44217 ____________________________________________________________________________
44218 [ 7016] By: nick on 2000/09/03 21:54:46
44219 Log: Hash lookup of constant strings optimization:
44220 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
44221 to string table (as per sharepvn). Add newSV_pvn_share to create such
44222 a thing. Make hv.c compare addresses of strings and skip string compare
44223 if equal. Make method_named and helem ops use these shared-string SVs
44224 when arg is constant. Make keys op return shared-string SVs (less clearly
44227 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
44228 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
44229 ! pod/perlintern.pod pp_hot.c proto.h sv.c
44230 ____________________________________________________________________________
44231 [ 7015] By: jhi on 2000/09/02 17:48:59
44232 Log: This is 5.7.0.
44235 ____________________________________________________________________________
44236 [ 7014] By: jhi on 2000/09/02 17:35:45
44237 Log: Changes and patchlevel tweaks.
44239 ! Changes patchlevel.h
44240 ____________________________________________________________________________
44241 [ 7013] By: jhi on 2000/09/02 17:30:50
44242 Log: Update Changes.
44244 ! Changes patchlevel.h
44245 ____________________________________________________________________________
44246 [ 7012] By: nick on 2000/09/02 17:25:20
44247 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
44249 ! gv.c lib/overload.pm
44250 ____________________________________________________________________________
44251 [ 7011] By: jhi on 2000/09/02 17:16:25
44252 Log: Update perlhist.
44255 ____________________________________________________________________________
44256 [ 7010] By: jhi on 2000/09/02 17:01:35
44257 Log: perldelta nits.
44259 ! pod/perldelta.pod
44260 ____________________________________________________________________________
44261 [ 7009] By: nick on 2000/09/02 16:48:35
44262 Log: If overloaded %{} etc. return the object do not loop.
44263 Thus sub deref { $_[0] } functions if object is wanted type.
44266 ____________________________________________________________________________
44267 [ 7008] By: jhi on 2000/09/02 16:26:11
44268 Log: Retab MANIFEST.
44270 ! ext/Storable/MANIFEST
44271 ____________________________________________________________________________
44272 [ 7007] By: jhi on 2000/09/02 16:23:02
44273 Log: Make certain cc is set before trying to run it.
44275 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
44276 ____________________________________________________________________________
44277 [ 7006] By: jhi on 2000/09/02 15:45:41
44278 Log: Unicode notes.
44280 ! pod/perldelta.pod
44281 ____________________________________________________________________________
44282 [ 7005] By: jhi on 2000/09/02 15:42:11
44283 Log: Various Configure nits by Philip Newton,
44284 plus the ebcdic one by me.
44286 + U/modified/pager.U
44287 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
44288 Branch: metaconfig/U/perl
44289 ! Devel.U quadfio.U
44291 ! Configure config_h.SH
44292 ____________________________________________________________________________
44293 [ 7004] By: jhi on 2000/09/02 15:06:14
44294 Log: Apparently avoiding the swapping is too costly.
44296 From: "Ben Tilly" <ben_tilly@hotmail.com>
44297 Subject: Re: the door is closed.
44298 Date: Fri, 01 Sep 2000 20:23:16 EDT
44299 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
44302 ____________________________________________________________________________
44303 [ 7003] By: nick on 2000/09/02 12:26:04
44304 Log: Undo part of change 6489 which looks like a bulk edit which
44305 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
44306 The supressing of main:: on return from select() is undesirable.
44309 ____________________________________________________________________________
44310 [ 7002] By: jhi on 2000/09/01 23:08:54
44311 Log: Update Changes.
44313 ! Changes patchlevel.h
44314 ____________________________________________________________________________
44315 [ 7001] By: jhi on 2000/09/01 23:00:13
44316 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
44317 From: Peter Prymmer <pvhp@forte.com>
44318 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
44319 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
44321 plus rework the http: spots as suggested by Tom Christiansen,
44322 plus regen perltoc.
44324 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
44325 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
44326 ____________________________________________________________________________
44327 [ 7000] By: jhi on 2000/09/01 22:36:01
44328 Log: Only the first line, thank you very much.
44330 ! hints/solaris_2.sh
44331 ____________________________________________________________________________
44332 [ 6999] By: gsar on 2000/09/01 22:16:40
44333 Log: change#6791 accidentally clobbered change#6710, put it back
44336 ____________________________________________________________________________
44337 [ 6998] By: jhi on 2000/09/01 22:14:16
44338 Log: Mention the HP-UX LP64 freak failure.
44340 ! pod/perldelta.pod
44341 ____________________________________________________________________________
44342 [ 6997] By: jhi on 2000/09/01 21:48:32
44346 ____________________________________________________________________________
44347 [ 6996] By: jhi on 2000/09/01 21:27:10
44348 Log: Update Changes.
44350 ! Changes patchlevel.h
44351 ____________________________________________________________________________
44352 [ 6995] By: jhi on 2000/09/01 21:14:24
44353 Log: Mi splgn s gnin.g
44356 ____________________________________________________________________________
44357 [ 6994] By: jhi on 2000/09/01 21:09:54
44358 Log: Subject: http:// in L<>
44359 From: Nicholas Clark <nick@ccl4.org>
44360 Date: Fri, 1 Sep 2000 22:03:21 +0100
44361 Message-ID: <20000901220321.B72074@plum.flirble.org>
44363 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
44364 ____________________________________________________________________________
44365 [ 6993] By: jhi on 2000/09/01 21:06:54
44366 Log: Update to Storable 1.0, from Raphael Manfredi.
44368 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
44369 ! ext/Storable/Makefile.PL ext/Storable/README
44370 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44371 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44372 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
44373 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
44374 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
44375 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
44376 ____________________________________________________________________________
44377 [ 6992] By: jhi on 2000/09/01 20:43:05
44378 Log: Mention known sfio+linux buglet.
44380 ! pod/perldelta.pod
44381 ____________________________________________________________________________
44382 [ 6991] By: jhi on 2000/09/01 20:40:11
44383 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
44384 From: Peter Prymmer <pvhp@forte.com>
44385 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
44386 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
44389 ____________________________________________________________________________
44390 [ 6990] By: jhi on 2000/09/01 20:25:26
44391 Log: Retract #6986.
44393 ! hints/solaris_2.sh
44394 ____________________________________________________________________________
44395 [ 6989] By: jhi on 2000/09/01 20:23:00
44396 Log: Mergesort is back.
44398 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
44399 ____________________________________________________________________________
44400 [ 6988] By: jhi on 2000/09/01 19:37:40
44401 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
44402 From: Mike Guy <mjtg@cam.ac.uk>
44403 Date: Fri, 01 Sep 2000 17:43:33 +0100
44404 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
44406 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
44407 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
44408 ____________________________________________________________________________
44409 [ 6987] By: jhi on 2000/09/01 19:17:10
44410 Log: Regen perltoc.
44413 ____________________________________________________________________________
44414 [ 6986] By: jhi on 2000/09/01 18:51:10
44415 Log: Subject: Re: Solaris x86 has no SPARC libraries!
44416 From: Lupe Christoph <lupe@lupe-christoph.de>
44417 Date: Fri, 1 Sep 2000 20:41:20 +0200
44418 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
44420 ! hints/solaris_2.sh
44421 ____________________________________________________________________________
44422 [ 6985] By: jhi on 2000/09/01 18:28:10
44423 Log: Update Changes.
44425 ! Changes patchlevel.h
44426 ____________________________________________________________________________
44427 [ 6984] By: jhi on 2000/09/01 18:26:53
44428 Log: Feature ordering tweak.
44431 ____________________________________________________________________________
44432 [ 6983] By: jhi on 2000/09/01 18:19:50
44433 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44434 From: <abigail@foad.org>
44435 Date: Fri, 1 Sep 2000 13:07:32 -0400
44436 Message-ID: <20000901170732.18249.qmail@foad.org>
44438 ! t/pragma/overload.t
44439 ____________________________________________________________________________
44440 [ 6982] By: jhi on 2000/09/01 18:17:54
44441 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
44442 so that case-ignoring systems like DCL can tell them from
44443 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
44444 Branch: metaconfig/U/perl
44445 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
44447 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44448 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
44449 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
44450 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
44451 ! vos/config.def vos/config.h vos/config_h.SH_orig
44452 ! win32/config.bc win32/config.gc win32/config.vc
44453 ____________________________________________________________________________
44454 [ 6981] By: nick on 2000/09/01 17:21:57
44455 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
44456 warning when UNTIE exists and instead pass the cound of extra references to
44459 ! pod/perltie.pod pp_sys.c
44460 ____________________________________________________________________________
44461 [ 6980] By: jhi on 2000/09/01 16:54:44
44462 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
44463 From: Peter Prymmer <pvhp@forte.com>
44464 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
44465 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
44468 ____________________________________________________________________________
44469 [ 6979] By: jhi on 2000/09/01 16:06:20
44470 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
44471 From: Mike Guy <mjtg@cam.ac.uk>
44472 Date: Fri, 01 Sep 2000 16:49:27 +0100
44473 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
44476 ____________________________________________________________________________
44477 [ 6978] By: jhi on 2000/09/01 16:00:42
44478 Log: Update to PodParser 1.18, from Brad Appleton.
44480 ! lib/Pod/Checker.pm t/pod/find.t
44481 ____________________________________________________________________________
44482 [ 6977] By: jhi on 2000/09/01 14:48:58
44483 Log: Subject: Nit in Configure (bleadperl@6961)
44484 From: Lupe Christoph <lupe@lupe-christoph.de>
44485 Date: Fri, 1 Sep 2000 16:34:29 +0200
44486 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
44488 ! U/compline/ccflags.U
44490 ! Configure config_h.SH
44491 ____________________________________________________________________________
44492 [ 6976] By: jhi on 2000/09/01 14:39:52
44493 Log: Update Changes.
44495 ! Changes patchlevel.h
44496 ____________________________________________________________________________
44497 [ 6975] By: jhi on 2000/09/01 14:37:36
44498 Log: microperl config update.
44500 ! uconfig.h uconfig.sh
44501 ____________________________________________________________________________
44502 [ 6974] By: jhi on 2000/09/01 14:36:53
44503 Log: Document known deficiencies.
44505 ! pod/perldelta.pod
44506 ____________________________________________________________________________
44507 [ 6973] By: jhi on 2000/09/01 14:10:20
44508 Log: Mention warnings fixes and updates.
44510 ! pod/perldelta.pod
44511 ____________________________________________________________________________
44512 [ 6972] By: jhi on 2000/09/01 14:01:52
44513 Log: Drop unused argument.
44515 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
44516 From: Spider Boardman <spider@web.zk3.dec.com>
44517 Date: Thu, 31 Aug 2000 16:10:15 -0400
44518 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
44521 ____________________________________________________________________________
44522 [ 6971] By: jhi on 2000/09/01 13:59:24
44523 Log: Add the overload warnings to perldiag.
44525 ! lib/overload.pm pod/perldiag.pod
44526 ____________________________________________________________________________
44527 [ 6970] By: jhi on 2000/09/01 13:55:10
44528 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44529 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44530 Date: Fri, 1 Sep 2000 13:43:15 +0100
44531 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
44533 ! lib/overload.pm t/pragma/overload.t
44534 ____________________________________________________________________________
44535 [ 6969] By: jhi on 2000/09/01 13:52:27
44536 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44537 From: <abigail@foad.org>
44538 Date: Fri, 1 Sep 2000 05:46:54 -0400
44539 Message-ID: <20000901094654.6476.qmail@foad.org>
44542 ____________________________________________________________________________
44543 [ 6968] By: jhi on 2000/09/01 13:50:05
44544 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
44545 From: Daniel Chetlin <daniel@chetlin.com>
44546 Date: Fri, 1 Sep 2000 02:10:55 -0700
44547 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
44549 ! pod/perlretut.pod
44550 ____________________________________________________________________________
44551 [ 6967] By: jhi on 2000/09/01 13:47:54
44552 Log: Part of the solution.
44554 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
44555 From: Mike Guy <mjtg@cam.ac.uk>
44556 Date: Fri, 01 Sep 2000 14:16:01 +0100
44557 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
44560 ____________________________________________________________________________
44561 [ 6966] By: jhi on 2000/09/01 13:46:17
44562 Log: Subject: CPAN.pm beta 1.57_57 for the core
44563 From: andreas.koenig@anima.de (Andreas J. Koenig)
44564 Date: 01 Sep 2000 15:16:31 +0200
44565 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
44567 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44568 ____________________________________________________________________________
44569 [ 6965] By: jhi on 2000/09/01 13:43:18
44570 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
44571 From: "Craig A. Berry" <craig.berry@psinetcs.com>
44572 Date: Fri, 01 Sep 2000 01:47:22 -0500
44573 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
44575 ! pod/perldelta.pod vms/vms.c
44576 ____________________________________________________________________________
44577 [ 6964] By: jhi on 2000/09/01 13:35:35
44578 Log: File::Temp patches from Andreas König,
44580 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
44581 From: andreas.koenig@anima.de (Andreas J. Koenig)
44582 Date: 01 Sep 2000 10:07:20 +0200
44583 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
44585 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
44586 From: andreas.koenig@anima.de (Andreas J. Koenig)
44587 Date: 31 Aug 2000 23:26:08 +0200
44588 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
44590 ! lib/File/Temp.pm t/lib/ftmp-security.t
44591 ____________________________________________________________________________
44592 [ 6963] By: jhi on 2000/09/01 02:22:24
44593 Log: Retract the mergesort code, way too incompatible licensing
44596 ! pod/perldelta.pod pp_ctl.c
44597 ____________________________________________________________________________
44598 [ 6962] By: jhi on 2000/08/31 23:27:32
44599 Log: Update Changes.
44601 ! Changes patchlevel.h
44602 ____________________________________________________________________________
44603 [ 6961] By: jhi on 2000/08/31 23:20:04
44604 Log: Small tweaks all over.
44606 ! U/compline/d_gconvert.U
44608 ! AUTHORS Configure config_h.SH pp_ctl.c
44609 ____________________________________________________________________________
44610 [ 6960] By: jhi on 2000/08/31 22:39:36
44611 Log: Further rewording.
44614 ____________________________________________________________________________
44615 [ 6959] By: jhi on 2000/08/31 21:26:44
44616 Log: More address tweaking.
44619 ____________________________________________________________________________
44620 [ 6958] By: jhi on 2000/08/31 20:47:25
44621 Log: AUTHORS tweaks, from Peter Prymmer.
44623 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
44624 From: Peter Prymmer <pvhp@forte.com>
44625 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
44626 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
44629 ____________________________________________________________________________
44630 [ 6957] By: jhi on 2000/08/31 20:34:43
44631 Log: perldelta tweaks.
44633 ! pod/perldelta.pod
44634 ____________________________________________________________________________
44635 [ 6956] By: jhi on 2000/08/31 19:11:06
44636 Log: Regen perltoc.
44639 ____________________________________________________________________________
44640 [ 6955] By: jhi on 2000/08/31 19:06:30
44641 Log: Clarify the mergesort situation.
44644 ____________________________________________________________________________
44645 [ 6954] By: jhi on 2000/08/31 18:24:17
44646 Log: Move the Solaris 7 scan to use64bitall, make the
44647 failure to find 64-bot sparc libc to mention the
44648 possibility of being in an intel, from Lupe and Alan.
44650 ! hints/solaris_2.sh
44651 ____________________________________________________________________________
44652 [ 6953] By: jhi on 2000/08/31 18:09:20
44653 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
44654 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
44656 ! U/compline/d_gconvert.U U/threads/archname.U
44657 Branch: metaconfig/U/perl
44660 ! Configure config_h.SH sv.c
44661 ____________________________________________________________________________
44662 [ 6952] By: jhi on 2000/08/31 17:42:24
44663 Log: :: not allowed in pathnames, change to .
44665 Subject: [PATCH perl@6938] cygwin port
44666 From: "Fifer, Eric" <EFifer@sanwaint.com>
44667 Date: Thu, 31 Aug 2000 16:32:59 +0100
44668 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
44669 Branch: metaconfig/U/perl
44671 ____________________________________________________________________________
44672 [ 6951] By: jhi on 2000/08/31 17:02:05
44673 Log: Try to deduce NV_MAX. Really should be Configure fodder.
44676 ____________________________________________________________________________
44677 [ 6950] By: jhi on 2000/08/31 16:26:08
44678 Log: More author updates.
44680 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
44681 From: Simon Cozens <simon@cozens.net>
44682 Date: Thu, 31 Aug 2000 17:13:32 +0100
44683 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
44686 ____________________________________________________________________________
44687 [ 6949] By: jhi on 2000/08/31 16:04:49
44688 Log: POSIX doesn't report long double values under -Duselongdouble
44689 when the long doubles are "real" (bigger than doubles).
44691 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
44692 From: Spider Boardman <spider@peano.zk3.dec.com>
44693 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
44694 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
44696 ! ext/POSIX/POSIX.xs
44697 ____________________________________________________________________________
44698 [ 6948] By: jhi on 2000/08/31 15:25:10
44699 Log: Update Changes.
44701 ! Changes patchlevel.h
44702 ____________________________________________________________________________
44703 [ 6947] By: jhi on 2000/08/31 15:22:29
44704 Log: Document UNTIE in a very minimalistic way.
44706 ! pod/perlfunc.pod pod/perltie.pod
44707 ____________________________________________________________________________
44708 [ 6946] By: jhi on 2000/08/31 15:15:23
44709 Log: Document known failures.
44711 ! pod/perldelta.pod
44712 ____________________________________________________________________________
44713 [ 6945] By: jhi on 2000/08/31 15:07:00
44714 Log: Don't attach -ld to the archname if pointless.
44716 ! U/threads/archname.U
44718 ! Configure config_h.SH
44719 ____________________________________________________________________________
44720 [ 6944] By: jhi on 2000/08/31 14:37:42
44721 Log: Wrap the test in eval.
44723 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
44724 From: Tim Jenness <timj@jach.hawaii.edu>
44725 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
44726 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
44728 ! t/lib/ftmp-security.t
44729 ____________________________________________________________________________
44730 [ 6943] By: jhi on 2000/08/31 14:30:57
44731 Log: Make -Dusemorebits find long doubles in Solaris.
44733 ! hints/solaris_2.sh
44734 ____________________________________________________________________________
44735 [ 6942] By: jhi on 2000/08/31 13:48:45
44736 Log: Clarify the third case of ftmp-security warnings.
44739 ____________________________________________________________________________
44740 [ 6941] By: jhi on 2000/08/31 13:40:31
44741 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
44742 From: <abigail@foad.org>
44743 Date: Thu, 31 Aug 2000 01:35:05 -0400
44744 Message-ID: <20000831053505.32120.qmail@foad.org>
44746 ! pod/perldelta.pod
44747 ____________________________________________________________________________
44748 [ 6940] By: jhi on 2000/08/31 13:38:48
44749 Log: Issue useful diagnostic on unknown pod commands.
44751 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
44752 From: <abigail@foad.org>
44753 Date: Thu, 31 Aug 2000 03:41:18 -0400
44754 Message-ID: <20000831074118.24880.qmail@foad.org>
44757 ____________________________________________________________________________
44758 [ 6939] By: jhi on 2000/08/31 13:34:33
44759 Log: Reveal Borland's isnan.
44761 Subject: build with BC++ tweak
44762 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44763 Date: Thu, 31 Aug 2000 13:09:37 +0400
44764 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
44767 ____________________________________________________________________________
44768 [ 6938] By: jhi on 2000/08/31 05:01:20
44769 Log: Update Changes.
44771 ! Changes patchlevel.h
44772 ____________________________________________________________________________
44773 [ 6937] By: jhi on 2000/08/31 04:26:23
44774 Log: sscanf() may be the only way to read long doubles from strings.
44775 Branch: metaconfig/U/perl
44778 ! Configure config_h.SH perl.h util.c
44779 ____________________________________________________________________________
44780 [ 6936] By: jhi on 2000/08/31 04:18:19
44781 Log: The #6929 was too skimpy.
44784 ____________________________________________________________________________
44785 [ 6935] By: jhi on 2000/08/31 02:47:07
44786 Log: Subject: Re: typos in pods
44787 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44788 Date: Wed, 30 Aug 2000 19:25:34 -0700
44789 Message-ID: <eIcr5gzkg25X092yn@efn.org>
44791 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
44792 ____________________________________________________________________________
44793 [ 6934] By: jhi on 2000/08/31 02:42:55
44794 Log: Missed one Unicode file.
44796 + lib/unicode/UCDFF301.html
44797 ____________________________________________________________________________
44798 [ 6933] By: jhi on 2000/08/30 23:42:27
44799 Log: Update Changes.
44801 ! Changes patchlevel.h
44802 ____________________________________________________________________________
44803 [ 6932] By: jhi on 2000/08/30 23:40:07
44804 Log: Mention UNTIE in perldelta. Still needs documenting
44805 in perltie et alia.
44807 ! pod/perldelta.pod
44808 ____________________________________________________________________________
44809 [ 6931] By: jhi on 2000/08/30 23:36:02
44810 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
44811 From: <abigail@foad.org>
44812 Date: Wed, 30 Aug 2000 19:28:07 -0400
44813 Message-ID: <20000830232807.305.qmail@foad.org>
44815 ! pod/perldelta.pod
44816 ____________________________________________________________________________
44817 [ 6930] By: jhi on 2000/08/30 23:32:40
44818 Log: Update to Unicode 3.0.1.
44820 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
44821 + lib/unicode/PropList.txt lib/unicode/README.perl
44822 + lib/unicode/UCD301.html lib/unicode/Unicode.301
44823 - lib/unicode/Props.txt lib/unicode/UCD300.html
44824 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44826 ____________________________________________________________________________
44827 [ 6929] By: jhi on 2000/08/30 22:38:18
44828 Log: Heap decorruption.
44830 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
44831 From: Alan Burlison <Alan.Burlison@uk.sun.com>
44832 Date: Wed, 30 Aug 2000 22:39:52 +0100
44833 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
44836 ____________________________________________________________________________
44837 [ 6928] By: jhi on 2000/08/30 22:29:34
44838 Log: Retract the dummy test, skip the security tests (instead of failing),
44839 explain what the warnings mean.
44841 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
44842 ____________________________________________________________________________
44843 [ 6927] By: jhi on 2000/08/30 22:14:13
44844 Log: Change the internal implementation of sort() to be mergesort
44845 instead of quicksort, from John Linderman <jpl@research.att.com>.
44846 Gives us better worst case, better average case, and stability.
44847 What's there not to like? (Small fixes for threaded builds
44850 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
44851 ____________________________________________________________________________
44852 [ 6926] By: jhi on 2000/08/30 20:55:20
44853 Log: A better fix for the Socket building problem from Craig Berry.
44856 ____________________________________________________________________________
44857 [ 6925] By: jhi on 2000/08/30 20:20:25
44858 Log: Subject: [PATCH] Re: UNTIE method
44859 From: Nick Ing-Simmons <nik@tiuk.ti.com>
44860 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
44861 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
44863 ! pp_sys.c t/op/tie.t
44864 ____________________________________________________________________________
44865 [ 6924] By: jhi on 2000/08/30 20:17:11
44866 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
44867 From: "Craig A. Berry" <craig.berry@psinetcs.com>
44868 Date: Wed, 30 Aug 2000 15:03:14 -0500
44869 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
44872 ____________________________________________________________________________
44873 [ 6923] By: jhi on 2000/08/30 20:15:18
44874 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
44875 From: "Craig A. Berry" <craig.berry@psinetcs.com>
44876 Date: Wed, 30 Aug 2000 13:30:36 -0500
44877 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
44880 ____________________________________________________________________________
44881 [ 6922] By: jhi on 2000/08/30 19:54:43
44882 Log: Better options for rsync.
44885 ____________________________________________________________________________
44886 [ 6921] By: jhi on 2000/08/30 19:40:16
44887 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
44888 From: Rick Delaney <rick@consumercontact.com>
44889 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
44890 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
44893 ____________________________________________________________________________
44894 [ 6920] By: jhi on 2000/08/30 19:36:40
44895 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
44896 From: Peter Prymmer <pvhp@forte.com>
44897 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
44898 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
44901 ____________________________________________________________________________
44902 [ 6919] By: jhi on 2000/08/30 14:52:02
44903 Log: Update Changes.
44905 ! Changes patchlevel.h
44906 ____________________________________________________________________________
44907 [ 6918] By: jhi on 2000/08/30 14:48:34
44908 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
44910 ! lib/ExtUtils/typemap
44911 ____________________________________________________________________________
44912 [ 6917] By: jhi on 2000/08/30 14:46:34
44913 Log: Subject: typos in pods
44914 From: Nicholas Clark <nick@ccl4.org>
44915 Date: Wed, 30 Aug 2000 01:12:50 +0100
44916 Message-ID: <20000830011249.A61388@plum.flirble.org>
44918 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
44919 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
44920 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
44921 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
44922 ____________________________________________________________________________
44923 [ 6916] By: jhi on 2000/08/30 14:19:09
44924 Log: Document Storable problems on Crays. (Will have
44925 to document all the other Storable problems, too.)
44927 ! pod/perldelta.pod
44928 ____________________________________________________________________________
44929 [ 6915] By: jhi on 2000/08/30 14:06:02
44930 Log: Subject: [PATCH] fix misc cast warnings
44931 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44932 Date: Tue, 29 Aug 2000 23:16:14 -0700
44933 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
44935 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
44936 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
44938 ____________________________________________________________________________
44939 [ 6914] By: jhi on 2000/08/30 14:03:45
44940 Log: Timestamp mismatch again. Need to fix this dependence on
44941 config_h.SH timestamp, since it's the contents of config_h.SH
44944 ! uconfig.h uconfig.sh
44945 ____________________________________________________________________________
44946 [ 6913] By: jhi on 2000/08/30 13:54:06
44947 Log: Don't say "Perl 5.0 source kit".
44950 ____________________________________________________________________________
44951 [ 6912] By: jhi on 2000/08/30 13:51:24
44952 Log: Reset archname and archname64 always, forcing them be
44953 recomputed at each Configure run, make Configure and
44954 the hints files agree on the naming of largefiles variables.
44956 ! U/threads/archname.U
44957 Branch: metaconfig/U/perl
44960 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
44961 ! hints/linux.sh hints/solaris_2.sh
44962 ____________________________________________________________________________
44963 [ 6911] By: jhi on 2000/08/30 13:30:13
44964 Log: Put back the slice accidentally removed by #6907.
44966 ! hints/solaris_2.sh
44967 ____________________________________________________________________________
44968 [ 6910] By: jhi on 2000/08/30 01:24:26
44969 Log: Be consistent: other Net::get* do export theirs.
44971 Subject: Re: Net::protoent does not export 'getproto'
44972 From: Yasushi Nakajima <sey@jkc.co.jp>
44973 Date: Wed, 30 Aug 2000 09:53:14 +0900
44974 Message-Id: <200008300051.DAA24700@taku.hut.fi>
44976 ! lib/Net/protoent.pm
44977 ____________________________________________________________________________
44978 [ 6909] By: jhi on 2000/08/30 01:17:25
44979 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
44980 From: Gurusamy Sarathy <gsar@ActiveState.com>
44981 Date: Tue, 29 Aug 2000 17:17:07 -0700
44982 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
44985 ____________________________________________________________________________
44986 [ 6908] By: jhi on 2000/08/30 00:58:05
44987 Log: Update Changes.
44989 ! Changes patchlevel.h
44990 ____________________________________________________________________________
44991 [ 6907] By: jhi on 2000/08/30 00:57:22
44992 Log: Introduce ccname to keep track of what compiler kind of we have.
44993 Branch: metaconfig/U/perl
44994 ! Checkcc.U gccvers.U
44996 ! Configure config_h.SH hints/solaris_2.sh
44997 ____________________________________________________________________________
44998 [ 6906] By: jhi on 2000/08/30 00:25:47
44999 Log: Put back the flags dump as reasoned in
45001 Subject: Re: [PATCH] Glob dumping
45002 From: Mike Guy <mjtg@cam.ac.uk>
45003 Date: Tue, 29 Aug 2000 21:41:32 +0100
45004 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
45006 ! dump.c t/lib/peek.t
45007 ____________________________________________________________________________
45008 [ 6905] By: jhi on 2000/08/30 00:16:17
45009 Log: Make the epsilon to be relative, not absolute.
45011 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
45012 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
45013 Date: Tue, 29 Aug 2000 19:58:56 -0400
45014 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
45017 ____________________________________________________________________________
45018 [ 6904] By: jhi on 2000/08/30 00:13:09
45019 Log: From now on, Gisle is on my list of usual suspects :-)
45022 ! ext/Opcode/Safe.pm
45023 ____________________________________________________________________________
45024 [ 6903] By: jhi on 2000/08/29 23:51:20
45025 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45026 From: "Craig A. Berry" <craig.berry@psinetcs.com>
45027 Date: Tue, 29 Aug 2000 18:43:26 -0500
45028 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
45031 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
45033 ____________________________________________________________________________
45034 [ 6902] By: jhi on 2000/08/29 23:44:14
45035 Log: Retry what #6882 attempted.
45037 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
45038 From: Gisle Aas <gisle@ActiveState.com>
45039 Date: 30 Aug 2000 00:33:09 +0200
45040 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
45042 ! ext/Opcode/Safe.pm
45043 ____________________________________________________________________________
45044 [ 6901] By: jhi on 2000/08/29 22:59:32
45045 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
45046 From: Hugo <hv@crypt.compulink.co.uk>
45047 Date: Mon, 12 Jun 2000 19:36:08 +0100
45048 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
45051 ____________________________________________________________________________
45052 [ 6900] By: jhi on 2000/08/29 22:58:35
45053 Log: Admit that we are leaking scalars.
45055 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
45056 From: Spider Boardman <spider@leggy.zk3.dec.com>
45057 Date: Tue, 29 Aug 2000 18:48:29 -0400
45058 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
45060 ! t/pragma/warnings.t
45061 ____________________________________________________________________________
45062 [ 6899] By: jhi on 2000/08/29 20:53:13
45063 Log: Update Changes.
45065 ! Changes patchlevel.h
45066 ____________________________________________________________________________
45067 [ 6898] By: jhi on 2000/08/29 20:46:21
45068 Log: Undo namespace pollution of #6878.
45070 Subject: Re: Net::protoent does not export 'getproto'
45071 From: Mike Guy <mjtg@cam.ac.uk>
45072 Date: Tue, 29 Aug 2000 21:32:37 +0100
45073 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
45075 ! lib/Net/protoent.pm
45076 ____________________________________________________________________________
45077 [ 6897] By: jhi on 2000/08/29 20:44:29
45078 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
45079 From: Peter Prymmer <pvhp@forte.com>
45080 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
45081 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
45083 ! pod/perlebcdic.pod
45084 ____________________________________________________________________________
45085 [ 6896] By: jhi on 2000/08/29 20:40:57
45086 Log: There's no point repeating the 'revision' (5) of perl5.
45087 Branch: metaconfig/U/perl
45088 ! Devel.U patchlevel.U
45090 ! Configure config_h.SH
45091 ____________________________________________________________________________
45092 [ 6895] By: jhi on 2000/08/29 20:16:58
45093 Log: Regen Configure for #6894.
45094 Branch: metaconfig/U/perl
45097 ! Configure config_h.SH
45098 ____________________________________________________________________________
45099 [ 6894] By: jhi on 2000/08/29 19:59:52
45100 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
45101 From: "Philip Newton" <Philip.Newton@gmx.net>
45102 Date: Tue, 29 Aug 2000 21:39:14 +0200
45103 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
45105 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
45106 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
45107 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
45109 ____________________________________________________________________________
45110 [ 6893] By: jhi on 2000/08/29 19:55:30
45111 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
45112 From: "Philip Newton" <Philip.Newton@gmx.net>
45113 Date: Tue, 29 Aug 2000 21:39:14 +0200
45114 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
45117 ____________________________________________________________________________
45118 [ 6892] By: jhi on 2000/08/29 19:53:59
45119 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
45120 From: "Philip Newton" <Philip.Newton@gmx.net>
45121 Date: Tue, 29 Aug 2000 21:48:18 +0200
45122 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
45125 ____________________________________________________________________________
45126 [ 6891] By: jhi on 2000/08/29 18:30:03
45127 Log: Nail the ID 20000828.023.
45129 ! ext/Storable/Storable.xs
45130 ____________________________________________________________________________
45131 [ 6890] By: jhi on 2000/08/29 16:50:17
45132 Log: Under usethreads the dumped variable is IN_PAD.
45134 Subject: Re: [PATCH] Glob dumping
45135 From: Gisle Aas <gisle@ActiveState.com>
45136 Date: 29 Aug 2000 18:45:05 +0200
45137 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
45140 ____________________________________________________________________________
45141 [ 6889] By: jhi on 2000/08/29 15:17:37
45142 Log: Update Changes.
45144 ! Changes patchlevel.h
45145 ____________________________________________________________________________
45146 [ 6888] By: jhi on 2000/08/29 14:49:59
45147 Log: Retract #6882, broke the safe tests.
45149 ! ext/Opcode/Safe.pm
45150 ____________________________________________________________________________
45151 [ 6887] By: jhi on 2000/08/29 14:47:06
45152 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
45153 From: Gisle Aas <gisle@ActiveState.com>
45154 Date: 09 Jun 2000 20:00:11 +0200
45155 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
45158 ____________________________________________________________________________
45159 [ 6886] By: jhi on 2000/08/29 14:42:45
45160 Log: The #6881 removed one dump line.
45163 ____________________________________________________________________________
45164 [ 6885] By: jhi on 2000/08/29 14:30:47
45165 Log: Don't forget to tidy up.
45167 ! t/lib/ftmp-security.t
45168 ____________________________________________________________________________
45169 [ 6884] By: jhi on 2000/08/29 14:25:17
45170 Log: Disabling the one test is a bit tricky.
45172 ! t/lib/ftmp-security.t
45173 ____________________________________________________________________________
45174 [ 6883] By: jhi on 2000/08/29 14:16:25
45175 Log: Disable one of the tests for now.
45177 ! t/lib/ftmp-security.t
45178 ____________________________________________________________________________
45179 [ 6882] By: jhi on 2000/08/29 14:05:50
45180 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
45182 Date: 29 Aug 2000 10:35:06 -0000
45183 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
45185 ! ext/Opcode/Safe.pm
45186 ____________________________________________________________________________
45187 [ 6881] By: jhi on 2000/08/29 14:03:51
45188 Log: Subject: [PATCH] Glob dumping
45189 From: Gisle Aas <gisle@ActiveState.com>
45190 Date: 29 Aug 2000 07:59:42 -0000
45191 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
45194 ____________________________________________________________________________
45195 [ 6880] By: jhi on 2000/08/29 14:02:01
45196 Log: Subject: [PATCH] Warnings in B::Deparse
45197 From: <abigail@foad.org>
45198 Date: Tue, 29 Aug 2000 00:00:01 -0400
45199 Message-ID: <20000829040001.2999.qmail@foad.org>
45201 ! ext/B/B/Deparse.pm
45202 ____________________________________________________________________________
45203 [ 6879] By: jhi on 2000/08/29 13:57:26
45204 Log: Missed a change in #6869.
45207 ____________________________________________________________________________
45208 [ 6878] By: jhi on 2000/08/29 13:45:04
45209 Log: Subject: Net::protoent does not export 'getproto'
45210 From: Yasushi Nakajima <sey@jkc.co.jp>
45211 Date: Tue, 29 Aug 2000 17:28:57 +0900
45213 ! lib/Net/protoent.pm
45214 ____________________________________________________________________________
45215 [ 6877] By: jhi on 2000/08/29 13:39:19
45216 Log: Patches all over for people and the files they (hopefully) care about.
45218 ! AUTHORS Changes MAINTAIN
45219 ____________________________________________________________________________
45220 [ 6876] By: jhi on 2000/08/29 12:53:54
45221 Log: Fix for thinko in #6848.
45223 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
45224 From: Lupe Christoph <lupe@lupe-christoph.de>
45225 Date: Tue, 29 Aug 2000 09:04:08 +0200
45226 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
45228 ! ext/Thread/Thread.xs
45229 ____________________________________________________________________________
45230 [ 6875] By: jhi on 2000/08/29 12:50:14
45231 Log: Update to Getopt::Long 2.24, from Johan Vromans.
45233 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
45234 ____________________________________________________________________________
45235 [ 6874] By: jhi on 2000/08/29 02:09:53
45236 Log: Use minimal @INC in tests, most of the time just '../lib',
45237 so that we simply can't pick up stuff from other Perls than
45238 the one we are testing. Pointed out by
45240 From: Mike Guy <mjtg@cam.ac.uk>
45241 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
45242 Date: Fri, 25 Aug 2000 15:15:59 +0100
45243 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
45246 ____________________________________________________________________________
45247 [ 6873] By: jhi on 2000/08/29 01:07:11
45248 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
45249 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45250 Date: Mon, 28 Aug 2000 17:45:52 -0700
45251 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
45253 ! Makefile.SH hints/os2.sh
45254 ____________________________________________________________________________
45255 [ 6872] By: jhi on 2000/08/28 23:33:39
45256 Log: Subject: [PATCH bleedperl@6866] spellings
45257 From: marcel@codewerk.com (Marcel Grunauer)
45258 Date: Tue, 29 Aug 2000 01:19:59 +0200
45259 Message-Id: <200008282319.BAA29862@gandalf.local>
45261 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
45262 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
45263 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
45264 ____________________________________________________________________________
45265 [ 6871] By: jhi on 2000/08/28 23:22:09
45266 Log: Take out the SUIDMAIL thing, that will not be
45267 a problem in 5.7.*.
45270 ____________________________________________________________________________
45271 [ 6870] By: jhi on 2000/08/28 23:19:30
45272 Log: -S is the silent flag, -s is the strip flag.
45274 Subject: [PATCH] Re: [PATCH] make no-install
45275 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45276 Date: Mon, 28 Aug 2000 15:12:55 -0700
45277 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
45280 ____________________________________________________________________________
45281 [ 6869] By: jhi on 2000/08/28 23:12:05
45282 Log: Subject: [PATCH bleedperl@6856] warnings fixes
45283 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45284 Date: Mon, 28 Aug 2000 23:55:06 +0100
45285 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
45287 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
45288 ! warnings.h warnings.pl
45289 ____________________________________________________________________________
45290 [ 6868] By: jhi on 2000/08/28 21:38:22
45291 Log: Potential cruft.
45294 ____________________________________________________________________________
45295 [ 6867] By: jhi on 2000/08/28 21:35:36
45296 Log: Update Changes.
45298 ! Changes patchlevel.h
45299 ____________________________________________________________________________
45300 [ 6866] By: jhi on 2000/08/28 21:33:49
45301 Log: Subject: hv.h Doc Patch
45302 From: Fisher Mark <fisherm@tce.com>
45303 Date: Mon, 28 Aug 2000 16:24:59 -0500
45304 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
45307 ____________________________________________________________________________
45308 [ 6865] By: jhi on 2000/08/28 21:02:15
45309 Log: Add -ld to archname on long tr...double platforms.
45311 ! U/threads/archname.U
45313 ! Configure config_h.SH
45314 ____________________________________________________________________________
45315 [ 6864] By: jhi on 2000/08/28 20:38:59
45316 Log: An attempt to fix the problem reported in
45318 Subject: Building perl@6856 using gcc/AIX 4.3.3
45319 From: Daniel Muino <dmuino@afip.gov.ar>
45320 Date: Mon, 28 Aug 2000 15:50:01 -0300
45321 Message-ID: <20000828155001.A14403@con2-dgi>
45323 I can't test this properly since the gcc installation I have
45324 access to seems to be botched (gcc is calling the AIX cpp,
45325 a losing proposition...)
45328 ____________________________________________________________________________
45329 [ 6863] By: jhi on 2000/08/28 18:57:52
45330 Log: Fix for ID 20000828.001, long doubles were not formatted
45331 correctly (showed up in $], which stopped installing perl).
45334 ____________________________________________________________________________
45335 [ 6862] By: jhi on 2000/08/28 18:07:15
45336 Log: Typo in #6858.
45339 ____________________________________________________________________________
45340 [ 6861] By: jhi on 2000/08/28 17:57:27
45341 Log: opmini.o may be left around if a build is interrupted.
45344 ____________________________________________________________________________
45345 [ 6860] By: jhi on 2000/08/28 16:52:50
45346 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
45347 From: Daniel Chetlin <daniel@chetlin.com>
45348 Date: Mon, 28 Aug 2000 01:14:18 -0700
45349 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
45352 ____________________________________________________________________________
45353 [ 6859] By: jhi on 2000/08/28 16:08:46
45354 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
45355 From: Nicholas Clark <nick@ccl4.org>
45356 Date: Mon, 28 Aug 2000 16:03:27 +0100
45357 Message-Id: <20000828160327.C49785@plum.flirble.org>
45359 ! ext/ByteLoader/bytecode.h
45360 ____________________________________________________________________________
45361 [ 6858] By: jhi on 2000/08/28 16:02:10
45362 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
45363 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
45364 Date: Mon, 28 Aug 2000 13:08:30 +0200
45365 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
45368 ____________________________________________________________________________
45369 [ 6857] By: jhi on 2000/08/28 15:42:47
45370 Log: display_format used as a class method without arguments was broken,
45373 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
45374 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
45375 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
45376 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
45378 ! lib/Math/Complex.pm t/lib/complex.t
45379 ____________________________________________________________________________
45380 [ 6856] By: jhi on 2000/08/27 22:09:48
45381 Log: Update Changes.
45383 ! Changes patchlevel.h
45384 ____________________________________________________________________________
45385 [ 6855] By: jhi on 2000/08/27 21:59:21
45386 Log: Retract #6853 (false alarm).
45388 ! lib/ExtUtils/xsubpp
45389 ____________________________________________________________________________
45390 [ 6854] By: jhi on 2000/08/27 21:37:44
45391 Log: Update Changes.
45393 ! Changes patchlevel.h
45394 ____________________________________________________________________________
45395 [ 6853] By: jhi on 2000/08/27 21:37:16
45396 Log: Subject: [PATCH perl@6850] workaround for xsubpp
45397 From: Hugo <hv@crypt.compulink.co.uk>
45398 Date: Sun, 27 Aug 2000 22:30:25 +0100
45399 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
45401 ! lib/ExtUtils/xsubpp
45402 ____________________________________________________________________________
45403 [ 6852] By: jhi on 2000/08/27 21:33:58
45404 Log: Big-endian 64-bit patch from Raphael Manfredi.
45406 ! ext/Storable/Storable.xs
45407 ____________________________________________________________________________
45408 [ 6851] By: jhi on 2000/08/27 21:22:21
45409 Log: More ruthless editing from Hugo van der Sanden.
45411 ! pod/perldelta.pod
45412 ____________________________________________________________________________
45413 [ 6850] By: jhi on 2000/08/27 16:11:46
45414 Log: Update Changes.
45416 ! Changes patchlevel.h
45417 ____________________________________________________________________________
45418 [ 6849] By: jhi on 2000/08/27 16:11:05
45419 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
45421 ! configpm pod/perldelta.pod
45422 ____________________________________________________________________________
45423 [ 6848] By: jhi on 2000/08/27 15:35:08
45424 Log: Use the actual thread type, not the pointer-to-struct.
45426 ! ext/Thread/Thread.xs
45427 ____________________________________________________________________________
45428 [ 6847] By: jhi on 2000/08/27 15:30:49
45431 ! t/pragma/warn/pp_sys
45432 ____________________________________________________________________________
45433 [ 6846] By: jhi on 2000/08/27 15:19:02
45434 Log: Passing -R in ldflags makes now it to appear in the default
45435 for lddlflags, just like with -L.
45437 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45438 From: Lupe Christoph <lupe@lupe-christoph.de>
45439 Date: Sun, 27 Aug 2000 10:28:21 +0200
45440 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
45441 Branch: metaconfig/U/perl
45445 ____________________________________________________________________________
45446 [ 6845] By: jhi on 2000/08/27 15:08:54
45447 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45448 From: Alan Burlison <Alan.Burlison@uk.sun.com>
45449 Date: Sat, 26 Aug 2000 22:23:27 +0100
45450 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
45452 ! lib/ExtUtils/MM_Unix.pm
45453 ____________________________________________________________________________
45454 [ 6844] By: jhi on 2000/08/27 15:02:37
45455 Log: DJGPP update from Laszlo Molnar.
45457 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
45458 From: ml1050 <ml1050@freemail.hu>
45459 Date: Sat, 26 Aug 2000 23:24:40 +0200
45460 Message-Id: <20000826232440.A439@freemail.hu>
45462 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
45463 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
45464 ____________________________________________________________________________
45465 [ 6843] By: jhi on 2000/08/27 14:53:58
45466 Log: Subject: installman buglet
45467 From: Lupe Christoph <lupe@lupe-christoph.de>
45468 Date: Sun, 27 Aug 2000 14:38:59 +0200
45469 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
45472 ____________________________________________________________________________
45473 [ 6842] By: jhi on 2000/08/27 14:52:08
45474 Log: Can't get the test to reliably work thanks to the
45475 inaccurateness of floating point. "Resolves" bug ids
45476 20000826.003, 20000826.009, 20000826.010,
45479 ____________________________________________________________________________
45480 [ 6841] By: jhi on 2000/08/26 15:53:58
45481 Log: Update Changes.
45483 ! Changes patchlevel.h
45484 ____________________________________________________________________________
45485 [ 6840] By: jhi on 2000/08/26 14:23:03
45486 Log: grep -e isn't portable.
45488 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
45489 From: chris@broadband.att.com
45490 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
45491 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
45493 ! hints/solaris_2.sh
45494 ____________________________________________________________________________
45495 [ 6839] By: jhi on 2000/08/26 14:12:23
45496 Log: no-install target a la make -n.
45498 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
45499 From: <abigail@foad.org>
45500 Date: Sat, 26 Aug 2000 03:57:34 -0400
45501 Message-ID: <20000826075735.18912.qmail@foad.org>
45503 ! Makefile.SH installman installperl
45504 ____________________________________________________________________________
45505 [ 6838] By: jhi on 2000/08/26 14:06:33
45506 Log: Retract #6826 as the #6828 should be do the same
45507 in a More Correct Way.
45510 ____________________________________________________________________________
45511 [ 6837] By: jhi on 2000/08/26 05:24:00
45514 ! ext/Storable/Storable.xs
45515 ____________________________________________________________________________
45516 [ 6836] By: jhi on 2000/08/26 05:05:46
45517 Log: Nicer in decimal.
45519 ! ext/Storable/Storable.xs
45520 ____________________________________________________________________________
45521 [ 6835] By: jhi on 2000/08/26 05:03:50
45522 Log: There be no UVdf.
45524 ! ext/Storable/Storable.xs
45525 ____________________________________________________________________________
45526 [ 6834] By: jhi on 2000/08/26 05:00:18
45527 Log: Continue IVdfing and UVxfing.
45529 ! ext/Storable/Storable.xs
45530 ____________________________________________________________________________
45531 [ 6833] By: jhi on 2000/08/26 04:53:14
45534 ! ext/Storable/Storable.xs
45535 ____________________________________________________________________________
45536 [ 6832] By: jhi on 2000/08/26 04:40:41
45537 Log: Document PTR2XX and INT2PTR.
45540 ____________________________________________________________________________
45541 [ 6831] By: jhi on 2000/08/26 04:33:18
45542 Log: Use UVxf, PTR2UV, NVff.
45544 ! ext/Storable/Storable.xs
45545 ____________________________________________________________________________
45546 [ 6830] By: jhi on 2000/08/26 04:31:32
45547 Log: Update the test count.
45550 ____________________________________________________________________________
45551 [ 6829] By: jhi on 2000/08/26 03:05:50
45552 Log: Subject: [PATCH] installation not quite silent yet.
45553 From: <abigail@foad.org>
45554 Date: Fri, 25 Aug 2000 20:07:53 -0400
45555 Message-ID: <20000826000753.7822.qmail@foad.org>
45557 ! installman installperl
45558 ____________________________________________________________________________
45559 [ 6828] By: jhi on 2000/08/26 03:05:14
45560 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
45561 From: Spider Boardman <spider@web.zk3.dec.com>
45562 Date: Fri, 25 Aug 2000 19:12:40 -0400
45563 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
45566 ____________________________________________________________________________
45567 [ 6827] By: jhi on 2000/08/25 23:54:34
45568 Log: Support preserving extremely big/small angles.
45570 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
45571 ____________________________________________________________________________
45572 [ 6826] By: jhi on 2000/08/25 23:01:20
45573 Log: Patch installperl to be long double-aware.
45575 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
45576 From: Spider Boardman <spider@web.zk3.dec.com>
45577 Date: Fri, 25 Aug 2000 18:15:23 -0400
45578 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
45581 ____________________________________________________________________________
45582 [ 6825] By: jhi on 2000/08/25 22:58:25
45583 Log: Remove duplicately applied patch shards.
45585 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
45586 From: Spider Boardman <spider@leggy.zk3.dec.com>
45587 Date: Fri, 25 Aug 2000 16:45:03 -0400
45588 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
45591 ____________________________________________________________________________
45592 [ 6824] By: jhi on 2000/08/25 22:57:00
45593 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45594 From: Daniel Chetlin <daniel@chetlin.com>
45595 Date: Fri, 25 Aug 2000 12:23:16 -0700
45596 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
45598 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45599 From: Daniel Chetlin <daniel@chetlin.com>
45600 Date: Fri, 25 Aug 2000 14:47:19 -0700
45601 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
45604 ____________________________________________________________________________
45605 [ 6823] By: jhi on 2000/08/25 22:44:17
45606 Log: Timestamp problem?
45608 ! uconfig.h uconfig.sh
45609 ____________________________________________________________________________
45610 [ 6822] By: jhi on 2000/08/25 19:01:06
45611 Log: One forgotten file from #6816.
45614 ____________________________________________________________________________
45615 [ 6821] By: jhi on 2000/08/25 18:56:39
45616 Log: Regen Changes.
45618 ! Changes patchlevel.h
45619 ____________________________________________________________________________
45620 [ 6820] By: jhi on 2000/08/25 18:52:35
45621 Log: Fix Changes ordering.
45624 ____________________________________________________________________________
45625 [ 6819] By: jhi on 2000/08/25 18:50:25
45626 Log: Update Changes.
45628 ! Changes patchlevel.h
45629 ____________________________________________________________________________
45630 [ 6818] By: jhi on 2000/08/25 18:47:45
45631 Log: Tweak the sfio/useperlio logic, hopefully as wished in
45633 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
45634 From: Nicholas Clark <nick@babyhippo.co.uk>
45635 Date: Fri, 25 Aug 2000 12:01:45 +0100
45636 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
45637 Branch: metaconfig/U/perl
45641 ____________________________________________________________________________
45642 [ 6817] By: jhi on 2000/08/25 18:32:51
45643 Log: Allow microperl to assume <math.h>, without it the math
45644 functions like floor() are assumed to return int, which makes
45645 for core dumps in machines where integer and floating register
45648 ! uconfig.h uconfig.sh
45649 ____________________________________________________________________________
45650 [ 6816] By: jhi on 2000/08/25 18:27:17
45651 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
45652 the problem reported in
45654 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
45655 From: danhale@us.ibm.com
45656 Date: Fri, 25 Aug 2000 10:58:06 -0400
45657 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
45658 Branch: metaconfig/U/perl
45661 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
45662 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
45663 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
45664 ! win32/config.gc win32/config.vc
45665 ____________________________________________________________________________
45666 [ 6815] By: jhi on 2000/08/25 17:43:31
45667 Log: A solution for the retrieve_fd autosplit warning,
45668 idea suggested by Mike Guy.
45670 ! ext/Storable/Storable.pm
45671 ____________________________________________________________________________
45672 [ 6814] By: jhi on 2000/08/25 17:16:03
45673 Log: Add install-silent target.
45676 ____________________________________________________________________________
45677 [ 6813] By: jhi on 2000/08/25 17:14:23
45678 Log: Subject: Re: [PATCH] More silencing of installman.
45679 From: <abigail@foad.org>
45680 Date: Thu, 24 Aug 2000 19:27:03 -0400
45681 Message-ID: <20000824232703.7001.qmail@foad.org>
45683 Subject: Re: [PATCH] More silencing of installman.
45684 From: <abigail@foad.org>
45685 Date: Fri, 25 Aug 2000 03:00:58 -0400
45686 Message-ID: <20000825070058.10697.qmail@foad.org>
45689 ____________________________________________________________________________
45690 [ 6812] By: jhi on 2000/08/25 17:11:28
45691 Log: installperl --verbose and --silent.
45693 Subject: Re: [PATCH] More silencing of installman.
45694 From: <abigail@foad.org>
45695 Message-ID: <20000825064430.9719.qmail@foad.org>
45696 Date: Fri, 25 Aug 2000 02:44:30 -0400
45699 ____________________________________________________________________________
45700 [ 6811] By: jhi on 2000/08/25 17:05:43
45701 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
45702 From: "Peter J. Farley III" <pjfarley@banet.net>
45703 Date: Thu, 24 Aug 2000 21:58:03 -0400
45704 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
45706 (applied slightly modified)
45708 ! lib/ExtUtils/MM_Unix.pm
45709 ____________________________________________________________________________
45710 [ 6810] By: jhi on 2000/08/25 17:01:18
45711 Log: Missing parts of
45713 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
45714 From: Peter Prymmer <pvhp@forte.com>
45715 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
45716 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
45719 ____________________________________________________________________________
45720 [ 6809] By: jhi on 2000/08/25 16:46:32
45721 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
45722 From: "Craig A. Berry" <craig.berry@psinetcs.com>
45723 Date: Thu, 24 Aug 2000 19:13:11 -0500
45724 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
45727 ____________________________________________________________________________
45728 [ 6808] By: jhi on 2000/08/25 16:39:22
45729 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
45730 From: Peter Prymmer <pvhp@forte.com>
45731 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
45732 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
45735 ____________________________________________________________________________
45736 [ 6807] By: jhi on 2000/08/25 16:36:37
45737 Log: Better wording for the vec lvalue diagnostic.
45739 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
45740 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45741 Date: Wed, 23 Aug 2000 14:12:16 -0400
45742 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
45745 ____________________________________________________________________________
45746 [ 6806] By: jhi on 2000/08/24 18:17:22
45747 Log: Subject: [PATCH] More silencing of installman.
45748 From: <abigail@foad.org>
45749 Date: Thu, 24 Aug 2000 14:01:44 -0400
45750 Message-ID: <20000824180144.20062.qmail@foad.org>
45753 ____________________________________________________________________________
45754 [ 6805] By: jhi on 2000/08/24 15:00:31
45755 Log: Update Changes.
45757 ! Changes patchlevel.h
45758 ____________________________________________________________________________
45759 [ 6804] By: jhi on 2000/08/24 14:59:07
45760 Log: Regen perltoc.
45763 ____________________________________________________________________________
45764 [ 6803] By: jhi on 2000/08/24 14:44:39
45765 Log: Show the doc file, not the temp file.
45768 ____________________________________________________________________________
45769 [ 6802] By: jhi on 2000/08/24 14:41:53
45770 Log: Continue silencing.
45773 ____________________________________________________________________________
45774 [ 6801] By: jhi on 2000/08/24 14:34:40
45775 Log: Actually do something with the silencer option.
45778 ____________________________________________________________________________
45779 [ 6800] By: jhi on 2000/08/24 14:26:22
45780 Log: Make installman to recognize the silence flag -S.
45783 ____________________________________________________________________________
45784 [ 6799] By: jhi on 2000/08/24 13:49:38
45785 Log: DOS patches and portability/porting notes, from Tim Jenness.
45788 ____________________________________________________________________________
45789 [ 6798] By: jhi on 2000/08/24 13:48:27
45790 Log: Create directories in silence.
45792 Subject: [PATCH] Another silencer for MakeMaker
45793 From: andreas.koenig@anima.de (Andreas J. Koenig)
45794 Date: 24 Aug 2000 14:18:52 +0200
45795 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
45797 ! lib/ExtUtils/Command.pm
45798 ____________________________________________________________________________
45799 [ 6797] By: jhi on 2000/08/24 13:46:42
45800 Log: More liberal parsing of version numbers.
45802 Subject: Re: CPAN.pm beta for testing available
45803 From: andreas.koenig@anima.de (Andreas J. Koenig)
45804 Date: 24 Aug 2000 13:51:57 +0200
45805 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
45808 ____________________________________________________________________________
45809 [ 6796] By: jhi on 2000/08/24 13:44:36
45810 Log: Make "make install" by default silent. A new "install-verbose"
45814 ____________________________________________________________________________
45815 [ 6795] By: jhi on 2000/08/24 13:39:14
45816 Log: Add silencer flags to installperl.
45818 Subject: [PATCH] Making installperl silent.
45819 From: <abigail@foad.org>
45820 Date: Thu, 24 Aug 2000 05:01:45 -0400
45821 Message-ID: <20000824090145.13141.qmail@foad.org>
45824 ____________________________________________________________________________
45825 [ 6794] By: jhi on 2000/08/24 13:35:50
45826 Log: installperl couldn't tell whether it had run tests or not.
45828 Subject: [PATCH] Re: installperl and t/TEST
45829 From: <abigail@foad.org>
45830 Date: Thu, 24 Aug 2000 04:00:53 -0400
45831 Message-ID: <20000824080053.2494.qmail@foad.org>
45833 ! Makefile.SH installperl
45834 ____________________________________________________________________________
45835 [ 6793] By: jhi on 2000/08/24 13:27:50
45836 Log: Drop the separate perlbc, perlcc -b should be enough.
45839 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
45840 ____________________________________________________________________________
45841 [ 6792] By: jhi on 2000/08/24 04:41:30
45842 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
45843 plus the typo fix from Peter Prymmer.
45845 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
45846 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45847 ____________________________________________________________________________
45848 [ 6791] By: jhi on 2000/08/24 02:10:43
45849 Log: Replace #6705 with a minimal doc patch.
45851 Subject: [PATCH 5.6.0] replace change #6705
45852 From: Jan Dubois <jand@ActiveState.com>
45853 Date: Wed, 23 Aug 2000 18:31:51 -0700
45854 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
45856 ! lib/Win32.pod win32/win32.c
45857 ____________________________________________________________________________
45858 [ 6790] By: jhi on 2000/08/23 17:52:00
45859 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
45860 From: Mike Guy <mjtg@cam.ac.uk>
45861 Date: Wed, 23 Aug 2000 18:38:46 +0100
45862 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
45864 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
45865 ____________________________________________________________________________
45866 [ 6789] By: jhi on 2000/08/23 15:34:21
45867 Log: Update Changes.
45869 ! Changes patchlevel.h
45870 ____________________________________________________________________________
45871 [ 6788] By: jhi on 2000/08/23 15:33:40
45872 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
45873 From: Wilfredo Sánchez <wsanchez@apple.com>
45874 Date: Tue, 22 Aug 2000 19:31:27 -0700
45875 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
45878 ____________________________________________________________________________
45879 [ 6787] By: jhi on 2000/08/23 15:29:31
45880 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
45881 From: Spider Boardman <spider@leggy.zk3.dec.com>
45882 Date: Wed, 23 Aug 2000 10:33:23 -0400
45883 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
45886 ____________________________________________________________________________
45887 [ 6786] By: jhi on 2000/08/23 15:28:11
45890 ! ext/B/Makefile.PL
45891 ____________________________________________________________________________
45892 [ 6785] By: jhi on 2000/08/23 14:37:04
45893 Log: Update Changes.
45895 ! Changes patchlevel.h
45896 ____________________________________________________________________________
45897 [ 6784] By: jhi on 2000/08/23 13:58:41
45898 Log: Portability fix from Hugo van der Sanden.
45900 ! ext/re/Makefile.PL
45901 ____________________________________________________________________________
45902 [ 6783] By: jhi on 2000/08/23 13:53:53
45903 Log: Storable support, v-version fixes.
45905 Subject: CPAN.pm beta for testing available
45906 From: andreas.koenig@anima.de (Andreas J. Koenig)
45907 Date: 22 Aug 2000 23:31:33 +0200
45908 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
45910 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45911 ____________________________________________________________________________
45912 [ 6782] By: jhi on 2000/08/23 13:51:26
45913 Log: Mac and other portability updates from Chris Nandor.
45915 ! pod/perlmodinstall.pod
45916 ____________________________________________________________________________
45917 [ 6781] By: jhi on 2000/08/23 13:47:33
45918 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
45919 From: Peter Prymmer <pvhp@forte.com>
45920 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
45921 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
45923 ! ext/Storable/Storable.xs
45924 ____________________________________________________________________________
45925 [ 6780] By: jhi on 2000/08/23 13:33:34
45926 Log: VMS MMS (make) wants null action.
45928 ! ext/B/Makefile.PL
45929 ____________________________________________________________________________
45930 [ 6779] By: jhi on 2000/08/22 19:44:47
45931 Log: Forgot portability nit.
45933 ! t/lib/st-forgive.t
45934 ____________________________________________________________________________
45935 [ 6778] By: jhi on 2000/08/22 19:35:25
45938 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
45940 ____________________________________________________________________________
45941 [ 6777] By: jhi on 2000/08/22 18:50:53
45942 Log: Update Changes.
45944 ! Changes patchlevel.h
45945 ____________________________________________________________________________
45946 [ 6776] By: jhi on 2000/08/22 18:44:46
45947 Log: cSVOPo_*v things index into the current PL_curpad
45948 under ithreads, which is different from the curpad
45949 used by the XSUB. (In other words, the code as-is
45950 before this patch wouldn't work under ithreads.)
45954 ____________________________________________________________________________
45955 [ 6775] By: jhi on 2000/08/22 18:18:37
45956 Log: Make the selection of NVff et al stricter.
45957 Branch: metaconfig/U/perl
45960 ! Configure config_h.SH
45961 ____________________________________________________________________________
45962 [ 6774] By: jhi on 2000/08/22 17:19:42
45963 Log: perldelta nits.
45965 ! pod/perldelta.pod
45966 ____________________________________________________________________________
45967 [ 6773] By: jhi on 2000/08/22 17:06:26
45968 Log: Long double fixes from Spider Boardman.
45970 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
45971 From: system PRIVILEGED account <root@peano.zk3.dec.com>
45972 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
45973 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
45975 ! t/lib/bigfltpm.t t/lib/st-06compat.t
45976 ____________________________________________________________________________
45977 [ 6772] By: jhi on 2000/08/22 15:04:53
45978 Log: Update Changes.
45980 ! Changes patchlevel.h
45981 ____________________________________________________________________________
45982 [ 6771] By: jhi on 2000/08/22 15:01:44
45983 Log: perldelta fixes from Hugo van der Sanden.
45985 ! pod/perldelta.pod
45986 ____________________________________________________________________________
45987 [ 6770] By: jhi on 2000/08/22 14:34:49
45988 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
45989 From: Hugo <hv@crypt.compulink.co.uk>
45990 Date: Tue, 22 Aug 2000 11:21:53 +0100
45991 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
45994 ____________________________________________________________________________
45995 [ 6769] By: jhi on 2000/08/22 14:30:02
45996 Log: Add Yitzchak, reformat.
45998 ! Changes config_h.SH
45999 ____________________________________________________________________________
46000 [ 6768] By: jhi on 2000/08/22 14:21:35
46001 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
46002 and Spider Boardman.
46004 ! U/compline/d_gconvert.U
46007 ____________________________________________________________________________
46008 [ 6767] By: jhi on 2000/08/22 14:11:24
46009 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
46010 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46011 Date: Mon, 21 Aug 2000 19:08:31 -0700
46012 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
46014 - ext/Storable/patchlevel.h
46015 ! MANIFEST ext/Storable/MANIFEST
46016 ____________________________________________________________________________
46017 [ 6766] By: jhi on 2000/08/22 13:49:29
46018 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
46019 From: Peter Prymmer <pvhp@forte.com>
46020 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
46021 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
46023 ! configure.com ext/Storable/Makefile.PL
46024 ____________________________________________________________________________
46025 [ 6765] By: jhi on 2000/08/22 13:44:59
46026 Log: Subject: [PATCH blead] B:: missing dependency
46027 From: Hugo <hv@crypt.compulink.co.uk>
46028 Date: Tue, 22 Aug 2000 06:44:33 +0100
46029 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
46031 ! ext/B/Makefile.PL
46032 ____________________________________________________________________________
46033 [ 6764] By: jhi on 2000/08/22 13:38:12
46034 Log: More bytecompiler.
46036 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
46037 ____________________________________________________________________________
46038 [ 6763] By: jhi on 2000/08/22 13:36:44
46039 Log: Bytecompiler patches from Benjamin Stuhl.
46041 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
46042 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46043 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46044 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46045 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
46046 ! perl.c perlapi.h pod/perldelta.pod
46047 ____________________________________________________________________________
46048 [ 6762] By: jhi on 2000/08/21 23:43:40
46049 Log: An obsoleted diagnostic.
46051 ! pod/perldelta.pod
46052 ____________________________________________________________________________
46053 [ 6761] By: jhi on 2000/08/21 23:01:45
46054 Log: The #6759 wasn't quite right.
46056 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46057 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
46058 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46059 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46060 ! t/lib/st-tieditems.t
46061 ____________________________________________________________________________
46062 [ 6760] By: jhi on 2000/08/21 22:35:49
46063 Log: Be verydeepclean.
46066 ____________________________________________________________________________
46067 [ 6759] By: jhi on 2000/08/21 22:25:40
46068 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
46069 From: Peter Prymmer <pvhp@forte.com>
46070 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
46071 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
46073 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46074 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
46075 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46076 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46077 ! t/lib/st-tieditems.t
46078 ____________________________________________________________________________
46079 [ 6758] By: jhi on 2000/08/21 22:22:32
46080 Log: Few more casts, need reported in
46082 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
46083 From: Mike Stok <mike@stok.co.uk>
46084 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
46085 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
46089 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
46090 From: abigail@foad.org
46091 Date: 21 Aug 2000 21:31:34 -0000
46092 Message-Id: <20000821213134.30170.qmail@foad.org>
46094 ! ext/Storable/Storable.xs
46095 ____________________________________________________________________________
46096 [ 6757] By: jhi on 2000/08/21 18:37:07
46097 Log: Update Changes.
46099 ! Changes patchlevel.h
46100 ____________________________________________________________________________
46101 [ 6756] By: jhi on 2000/08/21 18:34:02
46104 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
46105 From: <abigail@foad.org>
46106 Date: Mon, 21 Aug 2000 14:00:16 -0400
46107 Message-ID: <20000821180016.28627.qmail@foad.org>
46110 ____________________________________________________________________________
46111 [ 6755] By: jhi on 2000/08/21 18:30:56
46112 Log: Use PodParser 1.18 new test.
46114 ! t/pod/special_seqs.t t/pod/special_seqs.xr
46115 ____________________________________________________________________________
46116 [ 6754] By: jhi on 2000/08/21 18:28:35
46117 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
46118 patches cannot be applied since #6712 conflicts.
46120 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
46121 ____________________________________________________________________________
46122 [ 6753] By: jhi on 2000/08/21 18:15:11
46123 Log: Weed out some smaller changes.
46125 ! pod/perldelta.pod
46126 ____________________________________________________________________________
46127 [ 6752] By: jhi on 2000/08/21 18:02:30
46128 Log: Also under djgpp the timestamps are funky.
46131 ____________________________________________________________________________
46132 [ 6751] By: jhi on 2000/08/21 17:55:56
46133 Log: Tweak the floating point output routine preferences.
46135 ! U/compline/d_gconvert.U
46138 ____________________________________________________________________________
46139 [ 6750] By: jhi on 2000/08/21 17:51:29
46140 Log: Unicos/mk requires elaborate paranoia.
46142 ! lib/Math/Complex.pm
46143 ____________________________________________________________________________
46144 [ 6749] By: gsar on 2000/08/21 16:53:31
46145 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
46148 ____________________________________________________________________________
46149 [ 6748] By: gsar on 2000/08/21 16:22:19
46150 Log: free TLS slot properly on Windows
46152 ! thread.h win32/perllib.c win32/win32thread.h
46153 ____________________________________________________________________________
46154 [ 6747] By: jhi on 2000/08/21 16:20:58
46155 Log: Rename the macro argument because some preprocessors
46156 can't tell the difference and expand arguments also inside
46157 double quoted strings.
46160 ____________________________________________________________________________
46161 [ 6746] By: jhi on 2000/08/21 16:09:41
46162 Log: Support long doubles in Storable.
46164 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
46165 From: Radu Greab <radu@netsoft.ro>
46166 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
46167 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
46169 ! ext/Storable/Storable.xs
46170 ____________________________________________________________________________
46171 [ 6745] By: jhi on 2000/08/21 15:51:40
46172 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
46173 From: "Fifer, Eric" <EFifer@sanwaint.com>
46174 Date: Mon, 21 Aug 2000 15:34:49 +0100
46175 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
46177 ! t/pragma/warn/9enabled
46178 ____________________________________________________________________________
46179 [ 6744] By: jhi on 2000/08/21 15:39:35
46180 Log: Document the endianness of Alpha more precisely.
46182 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
46184 ____________________________________________________________________________
46185 [ 6743] By: jhi on 2000/08/21 14:47:05
46186 Log: perldelta fixes from the p5p crowd.
46188 ! pod/perldelta.pod pod/perlop.pod
46189 ____________________________________________________________________________
46190 [ 6742] By: jhi on 2000/08/21 13:34:51
46191 Log: Update to Pod::LaTeX 0.53.
46193 Subject: [PATCH] lib/Pod/LaTeX.pm updates
46194 From: Tim Jenness <timj@jach.hawaii.edu>
46195 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
46196 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
46199 ____________________________________________________________________________
46200 [ 6741] By: jhi on 2000/08/21 13:33:01
46201 Log: Subject: [PATCH] os2.c fix for use64bitint
46202 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46203 Date: Mon, 21 Aug 2000 01:32:25 -0700
46204 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
46207 ____________________________________________________________________________
46208 [ 6740] By: jhi on 2000/08/21 13:28:52
46209 Log: Array context keeps slithering in.
46211 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
46212 From: Daniel Chetlin <daniel@chetlin.com>
46213 Date: Sun, 20 Aug 2000 21:40:25 -0700
46214 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
46216 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
46217 ! pod/perldebtut.pod
46218 ____________________________________________________________________________
46219 [ 6739] By: jhi on 2000/08/21 13:23:55
46220 Log: Big-endian quad fixes for Storable from Radu Greab,
46221 plus few explicit null casts for picky compilers.
46223 ! ext/Storable/Storable.xs
46224 ____________________________________________________________________________
46225 [ 6738] By: gsar on 2000/08/21 05:56:13
46226 Log: small tweaks for change#6705: avoid C++ style comments in C code;
46227 use Perl's malloc API rather than the low level system one
46230 ____________________________________________________________________________
46231 [ 6737] By: gsar on 2000/08/21 05:35:41
46232 Log: add Storable to list of extensions on Windows
46234 ! win32/Makefile win32/makefile.mk
46235 ____________________________________________________________________________
46236 [ 6736] By: jhi on 2000/08/21 02:57:53
46237 Log: Update Changes.
46239 ! Changes patchlevel.h
46240 ____________________________________________________________________________
46241 [ 6735] By: jhi on 2000/08/21 02:57:20
46244 ! pod/perldelta.pod
46245 ____________________________________________________________________________
46246 [ 6734] By: jhi on 2000/08/21 02:57:03
46247 Log: Add Storable 0.7.2 from Raphael Manfredi,
46248 plus the patch from
46250 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
46251 From: Radu Greab <radu@netsoft.ro>
46252 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
46253 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
46255 plus changes to get Storable to compile with
46256 picky ANSI compilers.
46258 + ext/Storable/ChangeLog ext/Storable/MANIFEST
46259 + ext/Storable/Makefile.PL ext/Storable/README
46260 + ext/Storable/Storable.pm ext/Storable/Storable.xs
46261 + ext/Storable/patchlevel.h t/lib/st-06compat.t
46262 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
46263 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
46264 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46265 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46266 + t/lib/st-tieditems.t
46268 ____________________________________________________________________________
46269 [ 6733] By: jhi on 2000/08/21 02:29:09
46270 Log: The correct cleaning order is an art.
46273 ____________________________________________________________________________
46274 [ 6732] By: jhi on 2000/08/21 01:23:39
46275 Log: The #6724 is here.
46277 ! t/lib/ftmp-security.t
46278 ____________________________________________________________________________
46279 [ 6731] By: jhi on 2000/08/20 23:17:03
46280 Log: s/this one/the 5.6.0 release/
46282 ! pod/perl56delta.pod
46283 ____________________________________________________________________________
46284 [ 6730] By: jhi on 2000/08/20 23:07:34
46285 Log: Mention perlebcdic and perlposix-bc.
46288 ____________________________________________________________________________
46289 [ 6729] By: jhi on 2000/08/20 21:32:59
46290 Log: Document the number of exponent digits.
46293 ____________________________________________________________________________
46294 [ 6728] By: jhi on 2000/08/20 21:16:47
46295 Log: Use File::Spec->tmpdir().
46297 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
46298 From: Tim Jenness <timj@jach.hawaii.edu>
46299 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
46301 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
46304 ____________________________________________________________________________
46305 [ 6727] By: jhi on 2000/08/20 20:43:32
46306 Log: Update Changes.
46308 ! Changes patchlevel.h
46309 ____________________________________________________________________________
46310 [ 6726] By: jhi on 2000/08/20 20:41:44
46311 Log: The veryclean target needs to clobber.
46314 ____________________________________________________________________________
46315 [ 6725] By: jhi on 2000/08/20 20:37:38
46316 Log: Document odd vs even subreleases and -Dusedevel.
46319 ____________________________________________________________________________
46320 [ 6724] By: jhi on 2000/08/20 19:58:05
46321 Log: Use temporary directory instead of current directory.
46323 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
46324 From: Tim Jenness <timj@jach.hawaii.edu>
46325 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
46326 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
46328 ! t/lib/ftmp-security.t
46329 ____________________________________________________________________________
46330 [ 6723] By: jhi on 2000/08/20 19:55:55
46331 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
46332 From: andreas.koenig@anima.de (Andreas J. Koenig)
46333 Date: 20 Aug 2000 15:52:03 +0200
46334 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
46336 ! lib/ExtUtils/MM_Unix.pm
46337 ____________________________________________________________________________
46338 [ 6722] By: jhi on 2000/08/20 19:46:01
46339 Log: Update to CGI 2.72, from Lincoln Stein.
46342 ____________________________________________________________________________
46343 [ 6721] By: jhi on 2000/08/20 19:43:54
46344 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
46345 From: Radu Greab <radu@netsoft.ro>
46346 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
46347 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
46349 ! ext/GDBM_File/GDBM_File.xs
46350 ____________________________________________________________________________
46351 [ 6720] By: jhi on 2000/08/20 19:42:01
46352 Log: pp_open() could pass an uninitialized filename down to do_open9().
46355 ____________________________________________________________________________
46356 [ 6719] By: jhi on 2000/08/20 14:06:41
46357 Log: UTF8 concat fixes.
46359 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
46360 From: Hugo <hv@crypt.compulink.co.uk>
46361 Date: Sun, 20 Aug 2000 07:30:46 +0100
46362 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
46364 ! pp_hot.c t/op/append.t
46365 ____________________________________________________________________________
46366 [ 6718] By: jhi on 2000/08/20 02:09:37
46367 Log: Let's try #6717 again.
46370 ____________________________________________________________________________
46371 [ 6717] By: jhi on 2000/08/20 01:56:55
46372 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
46373 From: "Craig A. Berry" <craig.berry@metamorgs.com>
46374 Date: Sat, 19 Aug 2000 18:15:39 -0500
46375 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
46378 ____________________________________________________________________________
46379 [ 6716] By: jhi on 2000/08/19 15:50:11
46380 Log: Update Changes.
46382 ! Changes patchlevel.h
46383 ____________________________________________________________________________
46384 [ 6715] By: jhi on 2000/08/19 15:39:09
46385 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
46386 From: Jonathan D Johnston <jdjohnston2@juno.com>
46387 Date: Thu, 17 Aug 2000 23:13:01 -0400
46388 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
46391 ____________________________________________________________________________
46392 [ 6714] By: jhi on 2000/08/19 15:34:04
46393 Log: Introduce a 'veryclean' target that is like 'distclean'
46394 but also removes *~ and *.orig.
46396 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
46397 ! utils/Makefile x2p/Makefile.SH
46398 ____________________________________________________________________________
46399 [ 6713] By: jhi on 2000/08/19 14:15:45
46400 Log: Put back the long double avoidance code to POSIX.xs
46401 because VMS seems to need it still.
46403 ! ext/POSIX/POSIX.xs
46404 ____________________________________________________________________________
46405 [ 6712] By: jhi on 2000/08/19 14:10:41
46406 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
46407 From: Peter Prymmer <pvhp@forte.com>
46408 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
46409 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
46411 ! lib/Pod/Find.pm t/pod/find.t
46412 ____________________________________________________________________________
46413 [ 6711] By: jhi on 2000/08/19 14:09:19
46414 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
46415 From: Peter Prymmer <pvhp@forte.com>
46416 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
46417 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
46418 cc: vmsperl@perl.org
46421 ____________________________________________________________________________
46422 [ 6710] By: jhi on 2000/08/19 14:08:01
46423 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
46424 From: Jan Dubois <jand@ActiveState.com>
46425 Date: Fri, 18 Aug 2000 16:31:48 -0700
46426 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
46429 ____________________________________________________________________________
46430 [ 6709] By: jhi on 2000/08/19 14:06:57
46431 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
46433 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
46434 From: Spider.Boardman@Orb.Nashua.NH.US
46435 Date: Fri, 18 Aug 2000 18:41:14 -0400
46436 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
46439 ____________________________________________________________________________
46440 [ 6708] By: jhi on 2000/08/18 22:04:49
46441 Log: Update Changes.
46443 ! Changes patchlevel.h
46444 ____________________________________________________________________________
46445 [ 6707] By: jhi on 2000/08/18 21:55:14
46446 Log: Add warnif(), check warnings further up the stack,
46447 all the warnings functions now can take an optional object reference.
46449 Subject: [PATCH bleedperl@6691] warnings pragma update
46450 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46451 Date: Fri, 18 Aug 2000 22:42:06 +0100
46452 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
46454 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
46455 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
46456 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
46457 ____________________________________________________________________________
46458 [ 6706] By: jhi on 2000/08/18 21:41:45
46459 Log: Typo in pp_complement().
46461 Subject: [PATCH perl-current] Deparse
46462 From: Peter Scott <Peter@PSDT.com>
46463 Date: Fri, 18 Aug 2000 12:44:37 -0700
46464 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
46466 ! ext/B/B/Deparse.pm
46467 ____________________________________________________________________________
46468 [ 6705] By: jhi on 2000/08/18 21:25:59
46469 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
46470 From: Jan Dubois <jand@ActiveState.com>
46471 Date: Fri, 18 Aug 2000 14:22:51 -0700
46472 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
46474 ! lib/Win32.pod win32/win32.c
46475 ____________________________________________________________________________
46476 [ 6704] By: jhi on 2000/08/18 21:16:14
46477 Log: Don't eat leading os from index entries.
46479 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
46480 From: Russ Allbery <rra@stanford.edu>
46481 Date: 10 Aug 2000 20:49:25 -0700
46482 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
46485 ____________________________________________________________________________
46486 [ 6703] By: jhi on 2000/08/18 21:07:06
46487 Log: Add [[:blank:]] as suggested in
46489 Subject: [ID 20000716.024] [=cc=] / [:blank:]
46490 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
46491 Date: Sun, 16 Jul 2000 17:55:29 -0700
46492 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
46494 (the [=cc=] has already been taken care of by #6439
46495 so the whole bug report can be closed)
46497 and make [[:space:]] to be equivalent to isspace(3)
46498 (as opposed to \s, which is isSPACE()). The difference
46499 is that now [[:space:]] matches the mythical vertical tab,
46502 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
46503 ! regexec.c t/op/pat.t
46504 ____________________________________________________________________________
46505 [ 6702] By: jhi on 2000/08/18 18:47:47
46506 Log: The new tests were missing from #6415.
46509 ____________________________________________________________________________
46510 [ 6701] By: jhi on 2000/08/18 18:20:40
46511 Log: Document the NDBM_File and ODBM_File as SDBM_File
46512 was documented in #6417.
46514 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
46515 ! ext/SDBM_File/SDBM_File.pm
46516 ____________________________________________________________________________
46517 [ 6700] By: jhi on 2000/08/18 18:10:39
46518 Log: Subject: [PATCH perl@6698] cygwin port
46519 From: "Fifer, Eric" <EFifer@sanwaint.com>
46520 Date: Fri, 18 Aug 2000 17:30:05 +0100
46521 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
46524 ____________________________________________________________________________
46525 [ 6699] By: jhi on 2000/08/18 16:21:49
46526 Log: Document code point which makes if (defined %stash::) to work
46527 (noted by Spider Boardman).
46530 ____________________________________________________________________________
46531 [ 6698] By: jhi on 2000/08/18 13:43:27
46532 Log: Update Changes.
46534 ! Changes patchlevel.h
46535 ____________________________________________________________________________
46536 [ 6697] By: jhi on 2000/08/18 13:35:57
46537 Log: Tiny Getopt::Long patch from Johan Vromans.
46539 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
46540 ____________________________________________________________________________
46541 [ 6696] By: jhi on 2000/08/18 13:26:14
46542 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
46543 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
46544 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
46545 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
46547 ! pod/perldiag.pod pod/perlsyn.pod
46548 ____________________________________________________________________________
46549 [ 6695] By: jhi on 2000/08/18 13:13:26
46550 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
46551 From: Daniel Chetlin <daniel@chetlin.com>
46552 Date: Fri, 18 Aug 2000 03:13:36 -0700
46553 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
46556 ____________________________________________________________________________
46557 [ 6694] By: jhi on 2000/08/18 13:08:05
46558 Log: Subject: [PATCH] perltrap.pod spring cleaning
46559 From: Daniel Chetlin <daniel@chetlin.com>
46560 Date: Fri, 18 Aug 2000 03:06:54 -0700
46561 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
46563 plus Mike Guy's nitfix.
46566 ____________________________________________________________________________
46567 [ 6693] By: jhi on 2000/08/18 13:00:26
46568 Log: Unbuffer the output.
46570 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
46571 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46572 Date: Thu, 17 Aug 2000 18:39:29 -0700
46573 Message-ID: <RPJn5gzkgydf092yn@efn.org>
46576 ____________________________________________________________________________
46577 [ 6692] By: jhi on 2000/08/18 05:19:17
46578 Log: Delete the image, too, not just its MANIFEStation.
46580 - lib/CGI/eg/wilogo.gif
46581 ____________________________________________________________________________
46582 [ 6691] By: jhi on 2000/08/18 05:10:26
46583 Log: Propagate new Configure vars.
46585 ! configure.com epoc/config.sh uconfig.h uconfig.sh
46586 ! vos/config.def vos/config.h vos/config_h.SH_orig
46587 ! win32/config.bc win32/config.gc win32/config.vc
46588 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46589 ____________________________________________________________________________
46590 [ 6690] By: jhi on 2000/08/18 04:30:56
46591 Log: Update Changes.
46593 ! Changes patchlevel.h
46594 ____________________________________________________________________________
46595 [ 6689] By: jhi on 2000/08/18 04:12:30
46596 Log: Fix the lib/complex failure of
46598 From: abigail@foad.org
46599 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
46600 Date: 15 Aug 2000 04:06:38 -0000
46601 Message-Id: <20000815040638.8524.qmail@foad.org>
46603 Linux long double accuracy issue: something that
46604 when printed with %g looks like "2" but int() of it is 1.
46606 ! lib/Math/Complex.pm
46607 ____________________________________________________________________________
46608 [ 6688] By: jhi on 2000/08/18 03:15:35
46609 Log: The byteorder code in #6671 was wrong.
46612 ____________________________________________________________________________
46613 [ 6687] By: jhi on 2000/08/18 02:08:42
46614 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
46615 From: Jan Dubois <jand@ActiveState.com>
46616 Date: Thu, 17 Aug 2000 18:31:55 -0700
46617 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
46620 ____________________________________________________________________________
46621 [ 6686] By: jhi on 2000/08/18 02:04:15
46622 Log: Use NVs in POSIX math, not doubles.
46624 From: abigail@foad.org
46625 Subject: [ID 20000817.014] POSIX & modfl
46626 Date: 17 Aug 2000 20:49:18 -0000
46627 Message-Id: <20000817204918.23123.qmail@foad.org>
46629 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
46630 ____________________________________________________________________________
46631 [ 6685] By: jhi on 2000/08/18 02:02:12
46632 Log: Introduce NVef, NVff, and NVgf, use the middle one.
46633 (helps for lib/peek + Linux + long doubles) Reported in
46635 From: abigail@foad.org
46636 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
46637 Date: 15 Aug 2000 04:06:38 -0000
46638 Message-Id: <20000815040638.8524.qmail@foad.org>
46640 (note: the lib/complex failure has not yet been addressed)
46641 Branch: metaconfig/U/perl
46644 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46645 ! config_h.SH dump.c perl.h pod/perlguts.pod
46646 ____________________________________________________________________________
46647 [ 6684] By: jhi on 2000/08/17 23:22:19
46648 Log: Add byteorder to the myconfig output.
46651 ____________________________________________________________________________
46652 [ 6683] By: jhi on 2000/08/17 23:20:19
46653 Log: The image doth not exist, spotted by Johan Vromans.
46656 ____________________________________________________________________________
46657 [ 6682] By: jhi on 2000/08/17 22:38:16
46658 Log: Document what the backtick returns if the command fails.
46661 ____________________________________________________________________________
46662 [ 6681] By: jhi on 2000/08/17 22:33:12
46663 Log: Do not use prototyping here.
46665 Subject: [ID 20000817.016] [PATCH] Peek.xs
46666 From: abigail@foad.org
46667 Date: 17 Aug 2000 20:55:56 -0000
46668 Message-Id: <20000817205556.24270.qmail@foad.org>
46670 ! ext/Devel/Peek/Makefile.PL
46671 ____________________________________________________________________________
46672 [ 6680] By: jhi on 2000/08/17 19:46:43
46673 Log: Don't propose using modules built for 5.005 if no binary
46674 compatibility with 5.005 is attempted.
46676 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46677 Subject: Minor nit with 5.7.0 (6655)
46678 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
46679 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
46681 ! U/installdirs/inc_version_list.U
46683 ! Configure config_h.SH
46684 ____________________________________________________________________________
46685 [ 6679] By: jhi on 2000/08/17 19:16:39
46686 Log: Microperl config update.
46688 ! uconfig.h uconfig.sh
46689 ____________________________________________________________________________
46690 [ 6678] By: jhi on 2000/08/17 19:16:13
46691 Log: The #6648 wasn't protective enough for limited platforms
46695 ____________________________________________________________________________
46696 [ 6677] By: jhi on 2000/08/17 14:46:35
46697 Log: Update Changes.
46699 ! Changes patchlevel.h
46700 ____________________________________________________________________________
46701 [ 6676] By: jhi on 2000/08/17 14:44:02
46702 Log: Add perlebcdic from Peter Prymmer, regen toc.
46704 + pod/perlebcdic.pod
46705 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46706 ____________________________________________________________________________
46707 [ 6675] By: jhi on 2000/08/17 14:41:52
46708 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
46710 ! pod/perldebtut.pod
46711 ____________________________________________________________________________
46712 [ 6674] By: jhi on 2000/08/17 14:29:43
46713 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
46715 Subject: [ID 20000724.006] -DLEAKTEST problem
46716 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
46717 Date: Tue, 25 Jul 2000 00:36:32 -0500
46718 Message-Id: <20000725003632.A26186@www.llamacom.com>
46722 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
46723 From: Hugo <hv@crypt.compulink.co.uk>
46724 Date: Thu, 17 Aug 2000 15:23:42 +0100
46725 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
46728 ____________________________________________________________________________
46729 [ 6673] By: jhi on 2000/08/17 04:07:10
46730 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
46731 From: John Peacock <JPeacock@UnivPress.com>
46732 Date: Tue, 01 Aug 2000 09:38:12 -0400
46733 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
46735 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
46736 ____________________________________________________________________________
46737 [ 6672] By: jhi on 2000/08/17 03:04:35
46738 Log: Subject: [PATCH] Cwd.pm now uses strict
46739 From: Tim Jenness <timj@jach.hawaii.edu>
46740 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
46741 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
46744 ____________________________________________________________________________
46745 [ 6671] By: jhi on 2000/08/17 02:16:35
46746 Log: Make $Config{byteorder} more magical so that it is
46747 dynamically computed: nice for 'fat binaries'.
46749 Subject: [PATCH]: default byteorder
46750 From: Wilfredo Sánchez <wsanchez@apple.com>
46751 Date: Mon, 31 Jul 2000 19:45:31 -0700
46752 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
46755 ____________________________________________________________________________
46756 [ 6670] By: gsar on 2000/08/17 01:22:21
46757 Log: move WNOHANG definition to where other such things are
46760 ____________________________________________________________________________
46761 [ 6669] By: jhi on 2000/08/17 01:19:17
46762 Log: Update Changes.
46764 ! Changes patchlevel.h
46765 ____________________________________________________________________________
46766 [ 6668] By: jhi on 2000/08/17 01:16:29
46767 Log: Doc nits spotted by Richard Soderberg.
46769 ! README.posix-bc README.vmesa
46770 ____________________________________________________________________________
46771 [ 6667] By: jhi on 2000/08/17 01:12:11
46772 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
46773 From: "Casey R. Tweten" <crt@kiski.net>
46774 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
46775 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
46777 ! pod/perldebtut.pod
46778 ____________________________________________________________________________
46779 [ 6666] By: jhi on 2000/08/17 01:09:31
46780 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
46781 From: "Casey R. Tweten" <crt@kiski.net>
46782 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
46783 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
46786 ____________________________________________________________________________
46787 [ 6665] By: gsar on 2000/08/17 01:03:52
46788 Log: add "ok" targets from change#6632 in makefile.mk
46790 ! pod/perlport.pod win32/Makefile win32/makefile.mk
46791 ____________________________________________________________________________
46792 [ 6664] By: gsar on 2000/08/17 00:56:11
46793 Log: avoid warnings from dense compiler
46796 ____________________________________________________________________________
46797 [ 6663] By: jhi on 2000/08/17 00:51:49
46798 Log: Tweak the regex compilation errors once more.
46800 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
46801 ! t/op/regmesg.t t/pragma/warn/regcomp
46802 ____________________________________________________________________________
46803 [ 6662] By: gsar on 2000/08/17 00:28:19
46804 Log: trailing new %ENV entries weren't being pushed into the real
46805 environment of subprocesses on Windows
46807 ! t/op/magic.t win32/perlhost.h
46808 ____________________________________________________________________________
46809 [ 6661] By: gsar on 2000/08/17 00:19:20
46810 Log: waitpid() now handles externally spawned pids correctly;
46811 fixes for backtick/wait/waitpid failures on Windows 9x
46813 these changes make the pid returned by process functions on
46814 Windows 9x always positive by clearing the high bit (which
46815 is always set on Win9x); pseudo-process PIDs are likewise
46816 always negative now on Win9x (just as on NT/2000)
46818 ! pp_sys.c win32/perlhost.h win32/win32.c
46819 ____________________________________________________________________________
46820 [ 6660] By: jhi on 2000/08/17 00:04:32
46821 Log: Retract #6645.
46823 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46824 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
46826 ____________________________________________________________________________
46827 [ 6659] By: gsar on 2000/08/16 23:59:28
46828 Log: on windows, the return values from wait() and waitpid() don't
46829 match those of pseudo-pids
46831 ! pp_sys.c t/op/fork.t util.c win32/win32.c
46832 ____________________________________________________________________________
46833 [ 6658] By: gsar on 2000/08/16 23:56:14
46834 Log: pod nit seen in passing
46837 ____________________________________________________________________________
46838 [ 6657] By: gsar on 2000/08/16 23:53:42
46839 Log: change#6328 could make close(SOCKET) return false on windows
46843 ____________________________________________________________________________
46844 [ 6656] By: gsar on 2000/08/16 23:46:57
46845 Log: check that the number pseudo children doesn't exceed
46846 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
46847 the WaitForMultipleObjects() limit that would cause wait()
46850 wait() and waitpid() could potentially be rewritten to use
46851 more than one thread to do the waiting to eliminate this
46855 ____________________________________________________________________________
46856 [ 6655] By: jhi on 2000/08/16 14:11:05
46857 Log: Update Changes.
46859 ! Changes patchlevel.h
46860 ____________________________________________________________________________
46861 [ 6654] By: jhi on 2000/08/16 14:10:12
46862 Log: Update to perldebtut 1.9, from Richard Foley.
46864 ! pod/perldebtut.pod
46865 ____________________________________________________________________________
46866 [ 6653] By: jhi on 2000/08/16 14:08:17
46867 Log: Change the regx compilation error markers to use = instead of <
46868 since pod makes using the latter quite messy. Reported in
46869 ID 20000814.006 by Abigail and in
46870 Subject: Unknown escape E<> ?
46871 From: Lupe Christoph <lupe@lupe-christoph.de>
46872 Date: Fri, 11 Aug 2000 00:30:27 +0200
46873 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
46875 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
46876 ! t/op/regmesg.t t/pragma/warn/regcomp
46877 ____________________________________________________________________________
46878 [ 6652] By: jhi on 2000/08/16 13:25:31
46879 Log: Change the perlbug address to perl.org since it's more forgiving.
46881 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
46882 From: abigail@foad.org
46883 Date: 15 Aug 2000 04:15:40 -0000
46884 Message-Id: <20000815041540.8633.qmail@foad.org>
46887 ____________________________________________________________________________
46888 [ 6651] By: jhi on 2000/08/16 13:22:35
46889 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
46890 From: Tim Jenness <timj@jach.hawaii.edu>
46891 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
46892 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
46895 ____________________________________________________________________________
46896 [ 6650] By: jhi on 2000/08/16 13:18:13
46897 Log: Update to CPAN 1.57.
46899 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
46900 From: andreas.koenig@anima.de (Andreas J. Koenig)
46901 Date: 16 Aug 2000 15:09:46 +0200
46902 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
46905 ____________________________________________________________________________
46906 [ 6649] By: jhi on 2000/08/16 13:12:31
46907 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
46908 From: "Larry W. Virden" <lvirden@cas.org>
46909 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
46910 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
46913 ____________________________________________________________________________
46914 [ 6648] By: jhi on 2000/08/16 13:03:53
46915 Log: The numeric locale was reset to "C" by s?printf and never restored.
46917 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46918 From: Christian Kirsch <ck@held.mind.de>
46919 Date: Wed, 9 Aug 2000 17:05:17 +0200
46920 Message-Id: <20000809170517.A25389@held>
46922 No test since adding the failing example to locale.t
46923 does not fail -- probably because the locale settings are so
46924 thoroughly tweaked by that time. Running the example standalone
46925 does fail, though. UPDATE: test case added at change #7540.
46927 ! dump.c perl.h pp.c pp_ctl.c sv.c
46928 ____________________________________________________________________________
46929 [ 6647] By: jhi on 2000/08/16 00:07:54
46930 Log: Update Changes and test semi-automatic patchlevel updating.
46932 ! Changes patchlevel.h
46933 ____________________________________________________________________________
46934 [ 6646] By: jhi on 2000/08/15 23:35:07
46935 Log: Fix a dependency problem.
46937 Subject: [PATCH: 6640] VMS Makefile.SH update
46938 From: Peter Prymmer <pvhp@forte.com>
46939 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
46940 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
46942 ! vms/descrip_mms.template
46943 ____________________________________________________________________________
46944 [ 6645] By: jhi on 2000/08/15 23:33:23
46945 Log: (Retracted by #6660)
46947 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
46948 From: Dominic Dunlop <domo@computer.org>
46949 Date: Tue, 15 Aug 2000 22:20:52 +0200
46950 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
46951 Branch: metaconfig/U/perl
46954 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46955 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
46957 ____________________________________________________________________________
46958 [ 6644] By: jhi on 2000/08/15 21:17:20
46959 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
46960 From: abigail@foad.org
46961 Date: 15 Aug 2000 20:12:41 -0000
46962 Message-Id: <20000815201241.25556.qmail@foad.org>
46965 ____________________________________________________________________________
46966 [ 6643] By: jhi on 2000/08/15 21:15:28
46967 Log: (an already applied patch)
46970 ____________________________________________________________________________
46971 [ 6642] By: gsar on 2000/08/15 19:54:05
46972 Log: magic callbacks all need to have same type signature
46974 ! embed.pl mg.c proto.h
46975 ____________________________________________________________________________
46976 [ 6641] By: jhi on 2000/08/15 17:56:27
46977 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)
46978 From: Mike Guy <mjtg@cam.ac.uk>
46979 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
46980 Date: Tue, 15 Aug 2000 18:26:45 +0100
46982 Only the peek.t part applied, not the hash quality part.
46985 ____________________________________________________________________________
46986 [ 6640] By: jhi on 2000/08/15 16:37:37
46987 Log: Update Changes.
46990 ____________________________________________________________________________
46991 [ 6639] By: jhi on 2000/08/15 16:34:55
46992 Log: Missed a file from #6638.
46995 ____________________________________________________________________________
46996 [ 6638] By: jhi on 2000/08/15 16:33:19
46997 Log: Subject: [PATCH perl@6620] cygwin port
46998 From: "Fifer, Eric" <EFifer@sanwaint.com>
46999 Date: Tue, 15 Aug 2000 17:00:49 +0100
47000 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
47002 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
47003 ____________________________________________________________________________
47004 [ 6637] By: jhi on 2000/08/15 16:29:22
47005 Log: Subject: [PATCH] debugger exit code should reflect user exit code
47006 From: Mike Guy <mjtg@cam.ac.uk>
47007 Date: Tue, 15 Aug 2000 16:55:59 +0100
47008 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
47011 ____________________________________________________________________________
47012 [ 6636] By: jhi on 2000/08/15 15:30:58
47013 Log: Update Changes.
47016 ____________________________________________________________________________
47017 [ 6635] By: jhi on 2000/08/15 15:27:21
47018 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
47020 ! U/mkglossary U/mksample
47021 Branch: metaconfig/U/perl
47024 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47025 ____________________________________________________________________________
47026 [ 6634] By: jhi on 2000/08/15 14:11:55
47027 Log: Don't blow limited stacks, a lower number is enough to
47028 tickle the lookbehind limit.
47030 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
47031 From: Dominic Dunlop <domo@computer.org>
47032 Date: Tue, 15 Aug 2000 13:51:24 +0200
47033 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
47036 ____________________________________________________________________________
47037 [ 6633] By: jhi on 2000/08/15 14:01:46
47038 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
47039 From: Mike Guy <mjtg@cam.ac.uk>
47040 Date: Tue, 15 Aug 2000 12:10:50 +0100
47041 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
47044 ____________________________________________________________________________
47045 [ 6632] By: jhi on 2000/08/15 13:58:48
47046 Log: make ok etc also for win32.
47048 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
47049 From: Prymmer/Kahn <pvhp@best.com>
47050 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
47051 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
47054 ____________________________________________________________________________
47055 [ 6631] By: jhi on 2000/08/15 13:45:03
47056 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
47059 ____________________________________________________________________________
47060 [ 6630] By: jhi on 2000/08/15 03:25:09
47061 Log: Update Changes.
47064 ____________________________________________________________________________
47065 [ 6629] By: jhi on 2000/08/15 03:23:53
47066 Log: magic_regdatum_set() is void, not int.
47068 ! embed.pl mg.c proto.h
47069 ____________________________________________________________________________
47070 [ 6628] By: jhi on 2000/08/15 03:08:02
47071 Log: Make the user to give up his firstborn, err, to knowingly
47072 verify installing an unstable developer release. Also bump
47073 the release to 5.7.0, but leave a patch tag in the local
47074 patches saying that this is not yet the real thing.
47076 ! U/modified/Instruct.U
47077 Branch: metaconfig/U/perl
47080 ! Configure patchlevel.h
47081 ____________________________________________________________________________
47082 [ 6627] By: jhi on 2000/08/14 22:32:52
47083 Log: README.os2 update.
47085 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
47086 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47087 Date: Wed, 02 Aug 2000 21:55:09 -0700
47088 Message-ID: <tsPi5gzkgegX092yn@efn.org>
47091 ____________________________________________________________________________
47092 [ 6626] By: jhi on 2000/08/14 21:00:02
47093 Log: Subject: Re: File::Temp problems on VMS in bleedperl
47094 From: Tim Jenness <timj@jach.hawaii.edu>
47095 cc: vmsperl@perl.org
47096 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
47097 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
47099 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
47100 ____________________________________________________________________________
47101 [ 6625] By: jhi on 2000/08/14 20:52:16
47102 Log: Add SUIDMAIL as was done for the CERT alert.
47105 ____________________________________________________________________________
47106 [ 6624] By: jhi on 2000/08/14 20:48:50
47107 Log: Subject: sfio2000
47108 From: Daniel Muino <dmuino@afip.gov.ar>
47109 Date: Mon, 14 Aug 2000 16:58:11 -0300
47110 Message-ID: <20000814165811.B16368@con2-dgi>
47112 ! perlsdio.h perlsfio.h
47113 ____________________________________________________________________________
47114 [ 6623] By: jhi on 2000/08/14 20:47:36
47115 Log: Subject: warning: storage class after type is obsolescent
47116 From: Daniel Muino <dmuino@afip.gov.ar>
47117 Date: Mon, 14 Aug 2000 16:42:47 -0300
47118 Message-ID: <20000814164247.A16368@con2-dgi>
47120 ! regcomp.pl regnodes.h
47121 ____________________________________________________________________________
47122 [ 6622] By: jhi on 2000/08/14 20:43:05
47123 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
47124 From: abigail@foad.org
47125 Date: 14 Aug 2000 20:00:10 -0000
47126 Message-Id: <20000814200010.27271.qmail@foad.org>
47129 ____________________________________________________________________________
47130 [ 6621] By: jhi on 2000/08/14 15:23:05
47131 Log: Update Changes.
47134 ____________________________________________________________________________
47135 [ 6620] By: jhi on 2000/08/14 15:22:14
47136 Log: Subject: Re: [PATCH] @+, @- readonly
47137 From: Mike Guy <mjtg@cam.ac.uk>
47138 Date: Mon, 14 Aug 2000 15:26:55 +0100
47139 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
47141 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
47143 ____________________________________________________________________________
47144 [ 6619] By: jhi on 2000/08/14 14:12:08
47145 Log: Update Changes.
47148 ____________________________________________________________________________
47149 [ 6618] By: jhi on 2000/08/14 14:09:34
47150 Log: For now remove the mail code.
47153 ____________________________________________________________________________
47154 [ 6617] By: jhi on 2000/08/14 14:08:28
47155 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
47157 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
47158 ! pod/perlfaq8.pod pod/perlsec.pod
47159 ____________________________________________________________________________
47160 [ 6616] By: jhi on 2000/08/14 14:00:11
47161 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47162 From: Mike Guy <mjtg@cam.ac.uk>
47163 Date: Mon, 14 Aug 2000 08:26:02 +0100
47164 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
47167 ____________________________________________________________________________
47168 [ 6615] By: jhi on 2000/08/14 13:58:45
47169 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
47170 From: Mike Guy <mjtg@cam.ac.uk>
47171 Date: Mon, 14 Aug 2000 08:04:22 +0100
47172 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
47174 ! gv.c mg.c t/op/pat.t
47175 ____________________________________________________________________________
47176 [ 6614] By: jhi on 2000/08/14 13:56:45
47177 Log: Subject: Test fails / warnings with perl-current #6612
47178 From: Mike Guy <mjtg@cam.ac.uk>
47179 Date: Mon, 14 Aug 2000 07:57:23 +0100
47180 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
47182 ! t/lib/b.t t/lib/peek.t
47183 ____________________________________________________________________________
47184 [ 6613] By: jhi on 2000/08/14 13:45:33
47185 Log: VMS configure.com update continues.
47187 - vms/configure.com
47188 ! MANIFEST configure.com
47189 ____________________________________________________________________________
47190 [ 6612] By: jhi on 2000/08/13 22:13:35
47191 Log: Update Changes.
47194 ____________________________________________________________________________
47195 [ 6611] By: jhi on 2000/08/13 16:21:45
47196 Log: Upgrade to CGI 2.71, from Lincoln Stein.
47198 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
47199 ____________________________________________________________________________
47200 [ 6610] By: jhi on 2000/08/13 15:09:16
47201 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
47202 From: Mike Guy <mjtg@cam.ac.uk>
47203 Date: Sun, 13 Aug 2000 13:45:51 +0100
47204 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
47207 ____________________________________________________________________________
47208 [ 6609] By: jhi on 2000/08/13 14:31:26
47209 Log: Andreas says that 1.56 is fine, so reverting back to it.
47212 ____________________________________________________________________________
47213 [ 6608] By: jhi on 2000/08/13 05:34:20
47214 Log: Update Changes.
47217 ____________________________________________________________________________
47218 [ 6607] By: jhi on 2000/08/13 05:32:01
47219 Log: Put back the \z changes of #5406 to CPAN.pm.
47222 ____________________________________________________________________________
47223 [ 6606] By: jhi on 2000/08/13 05:20:16
47224 Log: Fix-n-skip the tests under 5005threads.
47227 ____________________________________________________________________________
47228 [ 6605] By: jhi on 2000/08/13 05:07:48
47229 Log: Fix the test for 5005threads.
47232 ____________________________________________________________________________
47233 [ 6604] By: jhi on 2000/08/13 03:35:37
47234 Log: Should have deleted this in #6603.
47236 - vms/subconfigure.com
47237 ____________________________________________________________________________
47238 [ 6603] By: jhi on 2000/08/12 18:29:32
47239 Log: Rewrite of vms/subconfigure.com as configure.com,
47240 from Peter Prymmer and the vmsperl crew.
47242 + vms/configure.com
47244 ____________________________________________________________________________
47245 [ 6602] By: jhi on 2000/08/11 13:00:01
47246 Log: PlainText.pm is dead.
47248 - lib/Pod/PlainText.pm
47250 ____________________________________________________________________________
47251 [ 6601] By: jhi on 2000/08/11 04:06:45
47252 Log: Update Changes.
47255 ____________________________________________________________________________
47256 [ 6600] By: jhi on 2000/08/11 04:06:10
47257 Log: Add a few missing files, update MANIFEST.
47259 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
47260 + lib/Pod/PlainText.pm t/pod/find.t
47261 ! MANIFEST t/op/regmesg.t
47262 ____________________________________________________________________________
47263 [ 6599] By: jhi on 2000/08/11 03:31:10
47264 Log: Add Perl debugging tutorial, regen toc.
47266 Subject: perldebtut.pod
47267 From: Richard Foley <Richard.Foley@m.dasa.de>
47268 Date: Wed, 09 Aug 2000 10:17:15 +0200
47269 Message-id: <3991138B.262247B8@m.dasa.de>
47271 + pod/perldebtut.pod
47272 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47273 ____________________________________________________________________________
47274 [ 6598] By: jhi on 2000/08/11 02:48:56
47275 Log: tiny Changes edit
47278 ____________________________________________________________________________
47279 [ 6597] By: jhi on 2000/08/11 02:39:04
47280 Log: Tests for #6589.
47282 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47283 From: simon@brecon.co.uk (Simon Cozens)
47284 Date: 11 Aug 2000 02:24:52 GMT
47285 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
47288 ____________________________________________________________________________
47289 [ 6596] By: jhi on 2000/08/11 01:50:07
47290 Log: Update Changes.
47293 ____________________________________________________________________________
47294 [ 6595] By: jhi on 2000/08/11 01:47:16
47298 ____________________________________________________________________________
47299 [ 6594] By: jhi on 2000/08/11 01:36:16
47300 Log: Subject: Getting perlio and threads to compile
47301 From: Lupe Christoph <lupe@lupe-christoph.de>
47302 Date: Wed, 9 Aug 2000 11:35:54 +0200
47303 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
47305 (the Solaris version changes in Configure skipped)
47307 ! hints/solaris_2.sh thread.h
47308 ____________________________________________________________________________
47309 [ 6593] By: jhi on 2000/08/11 01:30:16
47310 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
47311 From: simon@brecon.co.uk (Simon Cozens)
47312 Date: 1 Aug 2000 06:55:19 GMT
47313 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
47316 ____________________________________________________________________________
47317 [ 6592] By: jhi on 2000/08/11 01:26:39
47318 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
47319 From: Peter Scott <Peter@PeterScott.com>
47320 Date: Thu, 10 Aug 2000 08:23:27 -0700
47321 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
47324 ____________________________________________________________________________
47325 [ 6591] By: jhi on 2000/08/11 01:22:02
47326 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
47327 From: Hugo <hv@crypt.compulink.co.uk>
47328 Date: Thu, 10 Aug 2000 19:23:04 +0100
47329 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
47331 ! regexec.c t/op/pat.t
47332 ____________________________________________________________________________
47333 [ 6590] By: jhi on 2000/08/11 01:19:19
47334 Log: Preprocessing and postprocessing for File::Find.
47336 Subject: Patch to Find::File.pm to allow alphabetical results
47337 From: Joe Smith <jsmith@inwap.com>
47338 Date: Wed, 9 Aug 2000 02:44:54 -0700
47339 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
47342 ____________________________________________________________________________
47343 [ 6589] By: jhi on 2000/08/11 01:12:39
47344 Log: B::Deparse didn't do sub attributes.
47346 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47347 From: simon@brecon.co.uk (Simon Cozens)
47348 Date: 9 Aug 2000 04:49:20 GMT
47349 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
47351 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
47352 ____________________________________________________________________________
47353 [ 6588] By: jhi on 2000/08/11 01:06:40
47354 Log: Subject: debugger "d" command doesnt check line number
47355 From: Mike Guy <mjtg@cam.ac.uk>
47356 Date: Tue, 08 Aug 2000 21:54:29 +0100
47357 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
47359 ! lib/perl5db.pl mg.c pod/perldiag.pod
47360 ____________________________________________________________________________
47361 [ 6587] By: jhi on 2000/08/11 00:45:03
47362 Log: sleep(1) does not necessarily return 1.
47364 Subject: [PATCH bleadperl] op/lex_assign.t
47365 From: Hugo <hv@crypt.compulink.co.uk>
47366 Date: Thu, 03 Aug 2000 14:34:22 +0100
47367 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
47369 ! t/op/lex_assign.t
47370 ____________________________________________________________________________
47371 [ 6586] By: jhi on 2000/08/11 00:31:50
47372 Log: Document the IO::Select timeout.
47374 ! ext/IO/lib/IO/Select.pm
47375 ____________________________________________________________________________
47376 [ 6585] By: jhi on 2000/08/11 00:13:54
47377 Log: Forgot contributor.
47380 ____________________________________________________________________________
47381 [ 6584] By: jhi on 2000/08/11 00:09:19
47385 ____________________________________________________________________________
47386 [ 6583] By: jhi on 2000/08/11 00:07:53
47387 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
47389 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
47390 From: Mike Guy <mjtg@cam.ac.uk>
47391 Date: Thu, 10 Aug 2000 15:50:54 +0100
47392 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
47395 ____________________________________________________________________________
47396 [ 6582] By: jhi on 2000/08/10 23:29:32
47397 Log: Update Changes.
47400 ____________________________________________________________________________
47401 [ 6581] By: jhi on 2000/08/10 23:26:16
47402 Log: Put back the std @INC thing.
47404 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
47405 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
47406 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
47408 ____________________________________________________________________________
47409 [ 6580] By: jhi on 2000/08/10 23:03:34
47410 Log: Update to CGI 2.70, from Lincoln Stein.
47412 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
47413 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
47414 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
47415 ! t/lib/cgi-request.t
47416 ____________________________________________________________________________
47417 [ 6579] By: jhi on 2000/08/10 22:41:50
47418 Log: Update to CPAN 1.56, from Andreas König.
47420 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47421 ____________________________________________________________________________
47422 [ 6578] By: jhi on 2000/08/10 22:38:13
47423 Log: Update to Pod::Parser 1.17, from Brad Appleton.
47425 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
47426 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
47427 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
47428 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
47429 ! t/pod/include.t t/pod/included.t t/pod/lref.t
47430 ! t/pod/multiline_items.t t/pod/nested_items.t
47431 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
47432 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
47433 ! t/pod/special_seqs.t
47434 ____________________________________________________________________________
47435 [ 6577] By: jhi on 2000/08/10 22:35:41
47436 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
47439 ____________________________________________________________________________
47440 [ 6576] By: jhi on 2000/08/10 22:24:54
47441 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
47444 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
47445 ! t/lib/gol-compat.t t/lib/gol-linkage.t
47446 ____________________________________________________________________________
47447 [ 6575] By: jhi on 2000/08/10 22:02:07
47448 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
47450 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
47451 ____________________________________________________________________________
47452 [ 6574] By: jhi on 2000/08/10 21:55:03
47453 Log: Iterating perl6 description.
47456 ____________________________________________________________________________
47457 [ 6573] By: jhi on 2000/08/10 21:48:26
47458 Log: Revert the sv.c part of #6559, a better fix is needed.
47461 ____________________________________________________________________________
47462 [ 6572] By: jhi on 2000/08/10 20:33:43
47463 Log: It's the 2ndO'ROSSC.
47466 ____________________________________________________________________________
47467 [ 6571] By: jhi on 2000/08/10 15:55:48
47471 ____________________________________________________________________________
47472 [ 6570] By: jhi on 2000/08/10 14:11:17
47473 Log: An exceptionally sticky typo.
47476 ____________________________________________________________________________
47477 [ 6569] By: jhi on 2000/08/10 14:09:33
47478 Log: detypo (and test Changes updating script)
47481 ____________________________________________________________________________
47482 [ 6568] By: jhi on 2000/08/10 14:07:07
47483 Log: Update Changes.
47486 ____________________________________________________________________________
47487 [ 6567] By: jhi on 2000/08/10 14:06:19
47488 Log: Amend the description of Perl6.
47489 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
47490 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47491 Date: Wed, 9 Aug 2000 22:11:06 -0500
47492 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
47495 ____________________________________________________________________________
47496 [ 6566] By: jhi on 2000/08/10 13:58:57
47497 Log: Subject: Remove dead entry in perldiag
47498 From: Mike Guy <mjtg@cam.ac.uk>
47499 Date: Thu, 10 Aug 2000 14:19:19 +0100
47500 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
47503 ____________________________________________________________________________
47504 [ 6565] By: jhi on 2000/08/10 13:51:48
47505 Log: Zero entries were skipped, fix from Adrian Goalby
47506 <argoalby@yahoo.co.uk>
47508 ! lib/unicode/Number.pl lib/unicode/mktables.PL
47509 ____________________________________________________________________________
47510 [ 6564] By: jhi on 2000/08/10 13:00:12
47511 Log: Subject: [PATCH 5.6.0] cygwin port
47512 From: "Fifer, Eric" <EFifer@sanwaint.com>
47513 Date: Thu, 10 Aug 2000 13:15:36 +0100
47514 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
47516 ! README.cygwin hints/cygwin.sh
47517 ____________________________________________________________________________
47518 [ 6563] By: jhi on 2000/08/10 12:55:16
47519 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
47521 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
47522 ____________________________________________________________________________
47523 [ 6562] By: gsar on 2000/08/10 08:38:39
47524 Log: warn is a macro, avoid using at a variable to avoid warnings
47525 in some configurations; readdir.t is too conservative in
47526 estimating number of *.t's
47528 ! t/op/readdir.t util.c
47529 ____________________________________________________________________________
47530 [ 6561] By: jhi on 2000/08/09 23:35:42
47531 Log: Update Changes.
47534 ____________________________________________________________________________
47535 [ 6560] By: jhi on 2000/08/09 23:05:47
47536 Log: Subject: Re: enhanced(?) regex error messages
47537 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47538 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
47539 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
47541 (plus two small patches sent privately)
47542 (this still seems to leave few test failures)
47545 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
47546 ! t/pragma/warn/regcomp
47547 ____________________________________________________________________________
47548 [ 6559] By: jhi on 2000/08/09 20:41:18
47549 Log: (The fix did work but was not right, retracted in #6573)
47551 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47552 From: Christian Kirsch <ck@held.mind.de>
47553 Date: Wed, 9 Aug 2000 17:05:17 +0200
47554 Message-Id: <20000809170517.A25389@held>
47556 ! sv.c t/pragma/locale.t
47557 ____________________________________________________________________________
47558 [ 6558] By: jhi on 2000/08/08 22:34:08
47559 Log: Tiny updates on the contributors list.
47562 ____________________________________________________________________________
47563 [ 6557] By: jhi on 2000/08/08 19:34:28
47564 Log: Double check that we have a dirhandle.
47567 ____________________________________________________________________________
47568 [ 6556] By: jhi on 2000/08/08 19:01:51
47569 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
47570 May be repopulated with fresh maintained examples.
47572 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
47573 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
47574 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
47575 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
47576 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
47577 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
47578 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
47579 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
47580 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
47581 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
47582 + lib/CGI/eg/wilogo_gif.uu
47583 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
47584 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
47585 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
47586 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
47587 - eg/cgi/frameset.cgi eg/cgi/index.html
47588 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
47589 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
47590 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
47591 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
47592 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
47593 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
47594 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
47595 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
47596 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
47597 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
47598 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
47599 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
47600 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
47601 - eg/van/vanish eg/who eg/wrapsuid
47603 ____________________________________________________________________________
47604 [ 6555] By: jhi on 2000/08/08 18:51:08
47605 Log: Delete chat2 as requested by Randal.
47607 Subject: Re: perlfaq8 coyness
47608 From: merlyn@stonehenge.com (Randal L. Schwartz)
47609 Date: 15 May 2000 18:52:42 -0700
47610 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
47614 ____________________________________________________________________________
47615 [ 6554] By: jhi on 2000/08/08 18:31:35
47616 Log: Regen global.sym.
47619 ____________________________________________________________________________
47620 [ 6553] By: jhi on 2000/08/08 18:28:13
47621 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
47622 (either perlbug or p5p ate the original), plus regen
47623 perlapi and perltoc.
47625 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
47626 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
47627 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
47628 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
47629 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
47630 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
47631 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
47632 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
47633 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
47634 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
47635 ____________________________________________________________________________
47636 [ 6552] By: jhi on 2000/08/08 18:06:29
47637 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
47638 From: Mike Guy <mjtg@cam.ac.uk>
47639 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
47640 Date: Tue, 08 Aug 2000 15:51:27 +0100
47642 ! doop.c sv.h t/op/join.t t/pragma/overload.t
47643 ____________________________________________________________________________
47644 [ 6551] By: jhi on 2000/08/08 18:01:11
47645 Log: Re-apply #6549.
47648 ____________________________________________________________________________
47649 [ 6550] By: jhi on 2000/08/08 17:43:08
47650 Log: Accidental retraction of #6549.
47653 ____________________________________________________________________________
47654 [ 6549] By: jhi on 2000/08/08 17:40:04
47655 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47656 From: Mike Guy <mjtg@cam.ac.uk>
47657 Date: Mon, 07 Aug 2000 21:49:58 +0100
47658 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
47661 ____________________________________________________________________________
47662 [ 6548] By: jhi on 2000/08/08 17:37:57
47663 Log: Document here-doc better.
47665 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
47666 From: Mike Guy <mjtg@cam.ac.uk>
47667 Date: Mon, 07 Aug 2000 14:02:09 +0100
47668 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
47671 ____________________________________________________________________________
47672 [ 6547] By: jhi on 2000/08/08 17:33:34
47673 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
47674 From: "Randy J. Ray" <rjray@redhat.com>
47675 Date: Mon, 07 Aug 2000 19:12:25 -0700
47676 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
47678 ! perl.c pod/perlrun.pod
47679 ____________________________________________________________________________
47680 [ 6546] By: jhi on 2000/08/08 17:29:26
47681 Log: Subject: Re: enhanced(?) regex error messages
47682 From: Hugo <hv@crypt.compulink.co.uk>
47683 Date: Tue, 08 Aug 2000 03:25:51 +0100
47684 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
47686 plus Capitalize the error messages, plus perldiag them.
47688 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
47689 ____________________________________________________________________________
47690 [ 6545] By: jhi on 2000/08/08 13:59:28
47691 Log: Augment #6539 a bit: don't croak if there's magic in the air.
47693 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
47694 From: Hugo <hv@crypt.compulink.co.uk>
47695 Date: Tue, 08 Aug 2000 03:02:03 +0100
47696 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
47698 ! pp.c t/op/bless.t
47699 ____________________________________________________________________________
47700 [ 6544] By: jhi on 2000/08/07 21:11:52
47701 Log: Make the test -w clean.
47704 ____________________________________________________________________________
47705 [ 6543] By: jhi on 2000/08/07 19:49:53
47706 Log: use warnings instead of $^W.
47709 ____________________________________________________________________________
47710 [ 6542] By: jhi on 2000/08/07 17:41:41
47711 Log: Disable a portability warning Because We Know What We Are Doing.
47714 ____________________________________________________________________________
47715 [ 6541] By: jhi on 2000/08/07 17:29:51
47716 Log: Tiny tidying on report_evil_fh().
47719 ____________________________________________________________________________
47720 [ 6540] By: jhi on 2000/08/07 16:37:38
47721 Log: Make regular expression parse error messages easier to understand.
47723 Subject: Re: enhanced(?) regex error messages
47724 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47725 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
47726 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
47729 ____________________________________________________________________________
47730 [ 6539] By: jhi on 2000/08/07 16:12:27
47731 Log: Make bless(REF, REF) a fatal error, add bless tests.
47733 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
47734 From: Hugo <hv@crypt.compulink.co.uk>
47735 Date: Mon, 07 Aug 2000 16:59:38 +0100
47736 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
47739 ! MANIFEST pod/perldiag.pod pp.c sv.c
47740 ____________________________________________________________________________
47741 [ 6538] By: jhi on 2000/08/07 15:59:43
47742 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
47743 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
47744 Date: Thu, 3 Aug 2000 14:29:21 -0700
47745 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
47748 ____________________________________________________________________________
47749 [ 6537] By: jhi on 2000/08/07 15:47:18
47750 Log: Retract #6419 for now since it breaks in AFS and MachTen.
47753 ____________________________________________________________________________
47754 [ 6536] By: jhi on 2000/08/07 15:05:29
47755 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
47756 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
47757 The security hole exists only in suidperls, which isn't
47758 installed or even built by default.
47761 ____________________________________________________________________________
47762 [ 6535] By: jhi on 2000/08/07 14:45:14
47763 Log: tr memory corruption fix from Simon Cozens.
47766 ____________________________________________________________________________
47767 [ 6534] By: jhi on 2000/08/06 11:38:16
47768 Log: Document a bit that UDP is not what you might think.
47770 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
47771 From: Lupe Christoph <lupe@lupe-christoph.de>
47772 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
47773 Date: Mon, 24 Jul 2000 08:59:15 +0200
47776 ____________________________________________________________________________
47777 [ 6533] By: jhi on 2000/08/06 11:35:01
47778 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
47779 From: Jeff Pinyan <jeffp@hut.crusoe.net>
47780 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
47781 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
47784 ____________________________________________________________________________
47785 [ 6532] By: jhi on 2000/08/06 03:45:41
47786 Log: Have symbols for the IoTYPEs.
47788 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
47789 ____________________________________________________________________________
47790 [ 6531] By: jhi on 2000/08/06 01:33:55
47791 Log: Continue fixing the io warnings. This also
47792 sort of fixes bug ID 20000802.003: the core dump
47793 is no more. Whether the current behaviour is correct
47794 (giving a warning: "Not a format reference"), is another matter.
47796 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
47797 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
47798 ____________________________________________________________________________
47799 [ 6530] By: jhi on 2000/08/05 21:33:12
47800 Log: Change the Policy policy: now -Dprefix= with an existing
47801 Policy.sh and prefix == siteprefix == vendorprefix, then all
47802 of them follow along the new prefix.
47804 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
47805 From: Andy Dougherty <doughera@lafayette.edu>
47806 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
47807 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
47810 ____________________________________________________________________________
47811 [ 6529] By: jhi on 2000/08/05 18:57:28
47812 Log: Zap lib/Sys directory when cleaning up.
47815 ____________________________________________________________________________
47816 [ 6528] By: jhi on 2000/08/05 18:40:44
47817 Log: Essential prototype changes were missing from #6527.
47818 Also make report_evil_fh() more bomb-proof.
47821 ____________________________________________________________________________
47822 [ 6527] By: jhi on 2000/08/05 03:22:05
47823 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
47824 From: "Ronald F. Guilmette" <rfg@monkeys.com>
47825 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
47826 Message-Id: <200007242247.PAA52177@monkeys.com>
47828 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
47829 ____________________________________________________________________________
47830 [ 6526] By: jhi on 2000/08/04 21:23:27
47831 Log: gcc versions might have (parentheses) in them.
47832 Branch: metaconfig/U/perl
47835 ! Configure config_h.SH
47836 ____________________________________________________________________________
47837 [ 6525] By: jhi on 2000/08/04 20:23:12
47838 Log: Weed buglets pointed out by
47840 From: Lupe Christoph <lupe@lupe-christoph.de>
47841 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
47842 Date: Fri, 4 Aug 2000 17:34:39 +0200
47843 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
47844 Branch: metaconfig/U/perl
47845 ! gccvers.U uselfs.U
47847 ! Configure config_h.SH
47848 ____________________________________________________________________________
47849 [ 6524] By: jhi on 2000/08/04 19:02:08
47850 Log: Warn under -w if lstat(FH) is attempted.
47852 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
47853 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
47854 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
47855 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
47857 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
47858 ! t/pragma/warn/pp_sys
47859 ____________________________________________________________________________
47860 [ 6523] By: jhi on 2000/08/04 12:31:11
47861 Log: Subject: New perlcc, take 2
47862 From: simon@brecon.co.uk (Simon Cozens)
47863 Date: 4 Aug 2000 06:21:04 GMT
47864 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
47867 ____________________________________________________________________________
47868 [ 6522] By: jhi on 2000/08/04 12:26:33
47869 Log: Subject: Re: Array vs. List context
47870 From: Daniel Chetlin <daniel@chetlin.com>
47871 Date: Fri, 4 Aug 2000 00:22:44 -0700
47872 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
47874 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
47876 ____________________________________________________________________________
47877 [ 6521] By: jhi on 2000/08/04 12:22:38
47878 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
47879 From: Raymund Will <ray@caldera.de>
47880 Date: Fri, 4 Aug 2000 12:07:09 +0200
47881 Message-Id: <20000804120709.A14982@caldera.de>
47884 ____________________________________________________________________________
47885 [ 6520] By: jhi on 2000/08/04 04:09:06
47886 Log: After the #6519 a warning about stat() is just that,
47887 not about a filetest, which now have their own warning.
47890 ____________________________________________________________________________
47891 [ 6519] By: jhi on 2000/08/04 04:06:30
47892 Log: In the warnings call filehandles consistently so;
47893 add "unopened" warning for stat().
47895 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
47896 ! t/pragma/warn/pp_sys
47897 ____________________________________________________________________________
47898 [ 6518] By: jhi on 2000/08/04 02:55:35
47899 Log: Subject: Minor tweak to perlvar.pod
47900 From: "Stephen P. Potter" <spp@ds.net>
47901 Date: Tue, 18 Apr 2000 09:26:03 -0400
47902 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
47905 ____________________________________________________________________________
47906 [ 6517] By: jhi on 2000/08/04 02:50:08
47907 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
47908 From: "Clinton Pierce" <cpierce1@ford.com>
47909 Date: Wed, 21 Jul 1999 16:45:31 -0400
47910 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
47912 Fix by Stephen Potter (visible in the bug db but not in p5p?)
47914 ! pod/perlfunc.pod pod/perlop.pod
47915 ____________________________________________________________________________
47916 [ 6516] By: jhi on 2000/08/04 02:09:25
47917 Log: This is 6512. Really.
47920 ____________________________________________________________________________
47921 [ 6515] By: jhi on 2000/08/04 01:25:50
47922 Log: mention the idea of @( and @)
47925 ____________________________________________________________________________
47926 [ 6514] By: bailey on 2000/08/04 01:18:46
47927 Log: YA resync with mainstem, including VMS patches from others
47929 +> (branch 48 files)
47930 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
47931 !> (integrate 354 files)
47932 ____________________________________________________________________________
47933 [ 6513] By: jhi on 2000/08/04 01:18:18
47934 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
47935 From: Mark Dickinson <dickins3@fas.harvard.edu>
47936 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
47937 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
47939 ! t/op/grent.t t/op/pwent.t
47940 ____________________________________________________________________________
47941 [ 6512] By: jhi on 2000/08/04 01:14:06
47942 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
47943 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47944 Date: Wed, 02 Aug 2000 10:51:01 +0100
47945 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
47948 ____________________________________________________________________________
47949 [ 6511] By: jhi on 2000/08/04 00:57:00
47950 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
47951 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47952 Date: Thu, 03 Aug 2000 17:20:04 -0700
47953 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
47955 ! U/modified/Cppsym.U
47957 ! Configure config_h.SH
47958 ____________________________________________________________________________
47959 [ 6510] By: jhi on 2000/08/04 00:25:28
47963 ____________________________________________________________________________
47964 [ 6509] By: jhi on 2000/08/03 23:43:18
47965 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
47966 From: Dominic Dunlop <domo@computer.org>
47967 Date: Thu, 3 Aug 2000 22:16:46 +0200
47968 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
47971 ____________________________________________________________________________
47972 [ 6508] By: jhi on 2000/08/03 23:40:37
47973 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
47974 From: Hugo <hv@crypt.compulink.co.uk>
47975 Date: Thu, 03 Aug 2000 18:25:30 +0100
47976 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
47978 ! regcomp.c t/op/re_tests
47979 ____________________________________________________________________________
47980 [ 6507] By: jhi on 2000/08/03 23:38:28
47981 Log: Subject: [PATCH] sv.h documentation - SvLEN
47982 From: Mike Guy <mjtg@cam.ac.uk>
47983 Date: Thu, 03 Aug 2000 14:43:09 +0100
47984 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
47987 ____________________________________________________________________________
47988 [ 6506] By: jhi on 2000/08/03 15:49:14
47989 Log: Disable the fix_pl hack for now.
47992 ____________________________________________________________________________
47993 [ 6505] By: jhi on 2000/08/03 13:49:04
47994 Log: Add a URL for FSF.
47996 Subject: Patch for README
47997 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47998 Date: Wed, 2 Aug 2000 13:25:09 -0500
47999 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
48002 ____________________________________________________________________________
48003 [ 6504] By: jhi on 2000/08/03 13:29:19
48004 Log: Be more informative on what is skipped and why,
48005 also repeat the list at the end.
48008 ____________________________________________________________________________
48009 [ 6503] By: jhi on 2000/08/03 13:07:05
48010 Log: Circumvent the removal of .patch by fix_pl.
48012 Subject: Re: [ID 20000802.011] unable to 'make test'
48013 From: simon@brecon.co.uk (Simon Cozens)
48014 Date: 3 Aug 2000 04:17:00 GMT
48015 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
48018 ____________________________________________________________________________
48019 [ 6502] By: jhi on 2000/08/03 00:14:34
48020 Log: Add the missing setproctitle unit.
48021 Branch: metaconfig/U/perl
48023 ____________________________________________________________________________
48024 [ 6501] By: jhi on 2000/08/03 00:00:26
48025 Log: The subtest 4 may fail also on VOBS, as pointed out
48026 by Nick Ing-Simmons in November 1999, bug id 19991124.003
48027 (but the failure in that bug report isn't the subtest 4).
48030 ____________________________________________________________________________
48031 [ 6500] By: jhi on 2000/08/02 23:49:30
48032 Log: Better skip message for the test; one of the two problems in
48034 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
48035 From: Lupe Christoph <lupe@lupe-christoph.de>
48036 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
48037 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
48039 ! t/op/numconvert.t
48040 ____________________________________________________________________________
48041 [ 6499] By: jhi on 2000/08/02 22:49:16
48042 Log: Allow "no Module;" even if there is no 'unimport'.
48044 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
48045 From: mjd@plover.com
48046 Date: 24 Mar 2000 15:24:34 -0000
48047 Message-Id: <20000324152434.15160.qmail@plover.com>
48050 ____________________________________________________________________________
48051 [ 6498] By: jhi on 2000/08/02 22:42:58
48052 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
48053 that are hopefully soon put into use.
48055 ! opcode.h opcode.pl opnames.h
48056 ____________________________________________________________________________
48057 [ 6497] By: gsar on 2000/08/02 22:28:59
48058 Log: require.t needs binmode() to work on windows
48061 ____________________________________________________________________________
48062 [ 6496] By: jhi on 2000/08/02 22:08:51
48063 Log: Document the IVdf UVuf UVof UVxf.
48066 ____________________________________________________________________________
48067 [ 6495] By: jhi on 2000/08/02 21:54:26
48070 ! ext/Data/Dumper/Dumper.xs
48071 ____________________________________________________________________________
48072 [ 6494] By: jhi on 2000/08/02 21:49:17
48073 Log: Dump UVs as UVs in Data::Dumper.
48075 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
48076 From: Gurusamy Sarathy <gsar@ActiveState.com>
48077 Date: Thu, 27 Apr 2000 12:26:25 -0700
48078 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
48080 ! ext/Data/Dumper/Dumper.xs
48081 ____________________________________________________________________________
48082 [ 6493] By: jhi on 2000/08/02 17:01:58
48083 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
48084 From: Hugo <hv@crypt.compulink.co.uk>
48085 Date: Wed, 02 Aug 2000 14:53:56 +0100
48086 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
48088 ! regexec.c t/op/re_tests
48089 ____________________________________________________________________________
48090 [ 6492] By: jhi on 2000/08/02 15:02:46
48091 Log: The new setproctitle() feature is available only in
48092 bleeding edge FreeBSD. From Paul Saab.
48095 ____________________________________________________________________________
48096 [ 6491] By: jhi on 2000/08/02 13:34:36
48097 Log: The tr utf8 patching continues.
48099 Subject: Re: #6469, too many tests claimed in require.t
48100 From: simon@brecon.co.uk (Simon Cozens)
48101 Date: 2 Aug 2000 02:37:17 GMT
48102 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
48104 (the logic of the test was the wrong way round in the patch)
48107 ____________________________________________________________________________
48108 [ 6490] By: jhi on 2000/08/02 13:27:38
48109 Log: The name of a filehandle does not have <these>.
48111 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
48112 ! t/pragma/warn/pp_sys util.c
48113 ____________________________________________________________________________
48114 [ 6489] By: jhi on 2000/08/02 04:26:46
48115 Log: Remove the extraneous "main::" prefix from all the
48116 "opened only for", "on closed", and "never opened" warnings.
48118 Subject: Re: inappropriate warning
48119 From: Gurusamy Sarathy <gsar@ActiveState.com>
48120 Date: Mon, 20 Mar 2000 11:28:02 -0800
48121 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
48123 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
48124 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
48125 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
48126 ____________________________________________________________________________
48127 [ 6488] By: jhi on 2000/08/02 03:02:57
48128 Log: memcpy has n o in it, as pinted ut by Sarathy.
48131 ____________________________________________________________________________
48132 [ 6487] By: jhi on 2000/08/02 02:44:51
48133 Log: Document in one place the memory abstractions used in Perl core.
48135 Subject: Re: Memory abstraction
48136 From: simon@brecon.co.uk (Simon Cozens)
48137 Date: 2 Aug 2000 02:20:23 GMT
48138 Organization: Earth.li Origins
48141 ____________________________________________________________________________
48142 [ 6486] By: jhi on 2000/08/02 02:41:57
48143 Log: regen_headers, regen perltoc.
48145 ! perlapi.c pod/perltoc.pod
48146 ____________________________________________________________________________
48147 [ 6485] By: jhi on 2000/08/02 01:43:33
48148 Log: "This little thing tests for a file .patch, and if it contains
48149 a number, pops into patchlevel.h" (making it easier to track
48150 which development version people are reporting bugs against)
48152 Subject: Patchlevel autogeneration for repository perls
48153 From: simon@brecon.co.uk (Simon Cozens)
48154 Date: 14 Jul 2000 07:12:15 GMT
48155 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
48158 ! MANIFEST Makefile.SH
48159 ____________________________________________________________________________
48160 [ 6484] By: jhi on 2000/08/02 01:32:54
48161 Log: FreeBSD 3.* updates from
48163 From: Paul Saab <ps@yahoo-inc.com>
48164 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48165 Date: Tue, 1 Aug 2000 15:41:39 -0700
48166 Message-Id: <20000801154139.A53740@yahoo-inc.com>
48169 ____________________________________________________________________________
48170 [ 6483] By: jhi on 2000/08/02 01:27:44
48171 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
48172 instead one must use setproctitle(). This was already addressed
48173 by change #6457, but the below has a new variant for FreeBSD 4.0
48174 or later, and the matter is also documented more.
48176 From: Paul Saab <ps@yahoo-inc.com>
48177 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48178 Date: Tue, 1 Aug 2000 15:41:39 -0700
48179 Message-Id: <20000801154139.A53740@yahoo-inc.com>
48180 Branch: metaconfig/U/perl
48183 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
48184 ____________________________________________________________________________
48185 [ 6482] By: jhi on 2000/08/01 22:17:32
48186 Log: The test from this
48188 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
48189 Date: Sat, 15 Apr 2000 17:03:44 +0100
48190 From: Tom Hughes <tom@compton.nu>
48191 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
48193 was missing, the code change went in as #5989
48194 (which had a different test?)
48197 ____________________________________________________________________________
48198 [ 6481] By: jhi on 2000/08/01 21:48:38
48199 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
48200 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48201 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
48202 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
48205 ____________________________________________________________________________
48206 [ 6480] By: jhi on 2000/08/01 18:05:28
48207 Log: Make p4desc to skip non-mainperl branches by default.
48210 ____________________________________________________________________________
48211 [ 6479] By: jhi on 2000/08/01 17:29:19
48212 Log: If gccosandvers is equal to osname, clear gccosandvers.
48213 Branch: metaconfig/U/perl
48216 ! Configure config_h.SH
48217 ____________________________________________________________________________
48218 [ 6478] By: jhi on 2000/08/01 15:54:08
48219 Log: BOM patching from Simon Cozens.
48222 ____________________________________________________________________________
48223 [ 6477] By: jhi on 2000/08/01 04:50:33
48224 Log: Stash away the largefiles flags and libswanted.
48226 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
48227 ____________________________________________________________________________
48228 [ 6476] By: gsar on 2000/08/01 04:24:24
48229 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
48232 ! t/pragma/utf8.t utf8.c win32/win32.c
48233 ____________________________________________________________________________
48234 [ 6475] By: jhi on 2000/08/01 03:35:24
48235 Log: Make chr() for values >127 to create utf8 when under utf8.
48237 Subject: Re: uft8/chr()
48238 From: simon@brecon.co.uk (Simon Cozens)
48239 Date: 1 Aug 2000 02:37:02 GMT
48240 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
48242 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
48243 ____________________________________________________________________________
48244 [ 6474] By: jhi on 2000/08/01 02:36:18
48245 Log: In Digital UNIX warn if gcc explicitly chosen because even
48246 2.95.2 is known to cause problems.
48249 ____________________________________________________________________________
48250 [ 6473] By: jhi on 2000/08/01 02:00:56
48251 Log: Make the safety catch for buggy gccs work with triple version
48252 numbers like 2.95.2. Reported in
48254 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48255 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
48256 Date: Mon, 31 Jul 2000 14:55:06 +0200
48257 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
48260 ____________________________________________________________________________
48261 [ 6472] By: jhi on 2000/08/01 01:13:33
48262 Log: Subject: fix and question re: waitpid() under win32
48263 From: Brian Clarke <clarke@appliedmeta.com>
48264 Date: Fri, 28 Jul 2000 15:18:29 -0400
48265 Message-ID: <3981DC85.290314EB@appliedmeta.com>
48267 Slightly reformatted and WNOHANG # define moved to win32.h
48268 so that also POSIX.xs sees it, as suggsted by Sarathy.
48270 ! win32/win32.c win32/win32.h
48271 ____________________________________________________________________________
48272 [ 6471] By: jhi on 2000/08/01 00:55:05
48273 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48274 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48275 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
48276 Date: Mon, 31 Jul 2000 13:28:51 +0100
48278 (aka ID 20000730.002)
48281 ____________________________________________________________________________
48282 [ 6470] By: jhi on 2000/07/31 23:34:42
48283 Log: Document the problem with -P in HP-UX and its workaround.
48285 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
48286 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
48287 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
48288 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
48291 ____________________________________________________________________________
48292 [ 6469] By: jhi on 2000/07/31 04:15:02
48293 Log: The swallow_bom() saga continues. The #23 of require.t
48294 (UTF16-LE) still fails (silently, no output) but the #22
48295 (UTF16-BE) seems to be working now. The root of the
48296 failure may be in sv_gets(): is it UTF-16LE-aware,
48297 especially when it comes to line endings?
48299 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
48300 ! t/comp/require.t toke.c utf8.c
48301 ____________________________________________________________________________
48302 [ 6468] By: jhi on 2000/07/30 19:05:48
48303 Log: Find green threads before native threads.
48305 Subject: Re: Patch to jpl/JNI/Makefile.PL
48306 From: Jens Thomsen <jens@fiend.cis.com>
48307 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
48308 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
48310 ! jpl/JNI/Makefile.PL
48311 ____________________________________________________________________________
48312 [ 6467] By: jhi on 2000/07/30 18:36:22
48313 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
48316 ____________________________________________________________________________
48317 [ 6466] By: jhi on 2000/07/30 04:37:29
48318 Log: A new version of the "remove UPPERACSE string comparison"
48319 operators. The problem with the previous one (change #6454)
48320 was that it was for Perl 5.6.0. From Paul Marquess.
48322 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
48323 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
48324 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48325 ____________________________________________________________________________
48326 [ 6465] By: jhi on 2000/07/29 22:39:56
48327 Log: Do not upgrade SVs into utf8 just because they participate
48328 in eq or cmp. Reported and fix suggested in
48330 Subject: [ID 20000720.009] sv_eq UTF8 bug
48331 From: "Simon Cozens" <simon@othersideofthe.earth.li>
48332 Date: 21 Jul 2000 04:37:29 -0000
48333 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
48335 Exercise for the kind reader: should we or should we not
48336 cache the utf8 conversion alonside the SV? (as magic,
48337 as thestrxfrm()ed version is cached under use locale)
48338 Argue both for and against.
48341 ____________________________________________________________________________
48342 [ 6464] By: jhi on 2000/07/29 22:36:22
48343 Log: Subject: UTF8 concat
48344 From: simon@brecon.co.uk (Simon Cozens)
48345 Date: 30 Jun 2000 06:13:25 GMT
48346 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
48348 (with a memory leak fixed, plus a few casts added)
48350 This also seems to help for
48352 Subject: [ID 20000716.015] join UTF8 weirdness
48353 From: root <root@ak-71.mind.de>
48354 Date: Sat, 15 Jul 2000 15:29:54 +0200
48355 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
48357 (from Andreas König)
48360 ____________________________________________________________________________
48361 [ 6463] By: jhi on 2000/07/29 00:55:39
48362 Log: Tune the comments and hopefully stop a memory leak.
48365 ____________________________________________________________________________
48366 [ 6462] By: jhi on 2000/07/29 00:16:53
48367 Log: The problem described in this
48369 Subject: [ID 20000322.018] named chars aren't magical enough
48370 From: root <root@dixie.cscaper.com>
48371 Date: Wed, 22 Mar 2000 18:37:42 -0700
48372 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
48374 has been fixed in perl 5.6.0 but just in case added a test
48375 to keep it away. (The report from Joseph Hall.)
48377 ! t/lib/charnames.t
48378 ____________________________________________________________________________
48379 [ 6461] By: jhi on 2000/07/28 23:56:36
48380 Log: Tiny fixes for #6460.
48381 Branch: metaconfig/U/perl
48384 ! Configure config_h.SH
48385 ____________________________________________________________________________
48386 [ 6460] By: jhi on 2000/07/28 23:24:41
48387 Log: Warn if the version of the operating system used to compile gcc
48388 differs from the current version of the operating system.
48389 Also display the gcc compilation os and version in myconfig.
48392 Subject: Re: [ID 20000710.003] ERRORS!!
48393 From: "Kurt D. Starsinic" <kstar@chapin.edu>
48394 Date: Mon, 10 Jul 2000 15:54:16 -0400
48395 Message-ID: <20000710155416.A1384@O2.chapin.edu>
48396 Branch: metaconfig/U/perl
48399 ! Configure config_h.SH myconfig.SH
48400 ____________________________________________________________________________
48401 [ 6459] By: jhi on 2000/07/28 22:00:32
48402 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
48403 letter to $Config{osvers}.
48405 ! U/modified/Oldconfig.U
48407 ! Configure config_h.SH
48408 ____________________________________________________________________________
48409 [ 6458] By: jhi on 2000/07/28 04:15:39
48410 Log: Back out #6454, doesn't seem to work.
48411 (Reason: that patch was for perl 5.6.0, not perl-current)
48412 (A version of the patch for perl-current came in later as #6466)
48414 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
48415 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
48416 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48417 ____________________________________________________________________________
48418 [ 6457] By: jhi on 2000/07/27 23:31:49
48419 Log: Use setproctitle() if available to modify $0.
48421 Subject: setting $* on BSD4 broken
48422 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48423 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
48424 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
48426 ! U/modified/Myinit.U
48428 ! Configure config_h.SH mg.c
48429 ____________________________________________________________________________
48430 [ 6456] By: jhi on 2000/07/27 14:50:47
48431 Log: Allow "no AutoLoader;", based on change #6444,
48432 suggested by Graham Barr.
48434 ! lib/AutoLoader.pm
48435 ____________________________________________________________________________
48436 [ 6455] By: jhi on 2000/07/27 14:19:10
48437 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48438 From: rspier@pobox.com (Robert Spier)
48439 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
48440 Message-ID: <14720.15855.787664.424783@rls.cx>
48443 ____________________________________________________________________________
48444 [ 6454] By: jhi on 2000/07/27 14:03:02
48445 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
48450 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
48451 From: Ryan Herbert <rherbert@sycamorehq.com>
48452 Date: Mon, 17 Jul 2000 11:40:42 -0400
48453 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
48457 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
48458 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48459 Date: Wed, 26 Jul 2000 23:40:18 +0100
48460 Message-ID: <000001bff752$79511880$0a17073e@tiny>
48462 based on an earlier patch from Stephen P. Potter.
48464 (Removed later by change #6458 because this patch was for
48465 perl 5.6.0, not perl-current)
48467 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
48468 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
48469 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48470 ____________________________________________________________________________
48471 [ 6453] By: jhi on 2000/07/27 13:48:02
48472 Log: Subject: [PATCH] fixes bug 20000508.004
48473 From: Michael Stevens <mstevens@globnix.org>
48474 Date: Thu, 27 Jul 2000 13:49:04 +0100
48475 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
48478 ____________________________________________________________________________
48479 [ 6452] By: jhi on 2000/07/26 23:51:26
48480 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
48481 and Craig A. Berry.
48483 ! lib/File/Temp.pm pod/perlport.pod
48484 ____________________________________________________________________________
48485 [ 6451] By: jhi on 2000/07/26 19:43:30
48486 Log: Be wary of close()s, too.
48488 Subject: Re: [PATCH] perlbug cleanup
48489 From: Tim Jenness <t.jenness@jach.hawaii.edu>
48490 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
48491 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
48494 ____________________________________________________________________________
48495 [ 6450] By: jhi on 2000/07/26 18:41:40
48496 Log: Subject: Minor doc patch: handy.h
48497 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
48498 Date: Wed, 26 Jul 2000 15:34:25 -0300
48499 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
48501 ! handy.h pod/perlapi.pod
48502 ____________________________________________________________________________
48503 [ 6449] By: jhi on 2000/07/26 18:23:55
48504 Log: Subject: [PATCH] minor doc change - perlguts
48505 From: Michael Stevens <mstevens@globnix.org>
48506 Date: Thu, 13 Jul 2000 12:39:18 +0100
48507 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
48510 ____________________________________________________________________________
48511 [ 6448] By: jhi on 2000/07/26 18:20:30
48512 Log: open() wariness in perlbug.
48514 Subject: [PATCH] perlbug cleanup
48515 From: Michael Stevens <mstevens@globnix.org>
48516 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
48517 Date: Thu, 13 Jul 2000 15:52:23 +0100
48520 ____________________________________________________________________________
48521 [ 6447] By: jhi on 2000/07/26 18:13:04
48522 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
48524 ! lib/File/Temp.pm t/lib/ftmp-security.t
48525 ____________________________________________________________________________
48526 [ 6446] By: jhi on 2000/07/26 18:06:32
48527 Log: docfix from Peter Scott <Peter@PSDT.com>.
48530 ____________________________________________________________________________
48531 [ 6445] By: jhi on 2000/07/26 17:53:31
48532 Log: Fix *foo{FORMAT}.
48534 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48535 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
48536 Date: Wed, 26 Jul 2000 19:51:02 +0200
48537 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
48539 From: Graham Barr <gbarr@pobox.com>
48540 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
48541 Date: Wed, 26 Jul 2000 17:38:36 +0100
48542 Message-ID: <20000726173836.L472@pobox.com>
48544 ! pp.c sv.c t/op/gv.t
48545 ____________________________________________________________________________
48546 [ 6444] By: jhi on 2000/07/26 17:49:14
48547 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
48548 from Graham Barr in the module list.
48550 ! gv.c pod/perlobj.pod
48551 ____________________________________________________________________________
48552 [ 6443] By: jhi on 2000/07/26 16:06:56
48553 Log: More split() doc and test patches from Mike Guy.
48555 ! pod/perlfunc.pod t/op/split.t
48556 ____________________________________________________________________________
48557 [ 6442] By: jhi on 2000/07/26 16:05:30
48558 Log: MacOS nits from Matthias Neeracher.
48561 ____________________________________________________________________________
48562 [ 6441] By: jhi on 2000/07/26 04:39:57
48563 Log: Subject: [PATCH] split /^/
48564 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48565 Date: Tue, 25 Jul 2000 14:18:57 +0100
48566 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
48568 (with notes from tchrist and gbarr)
48570 ! pod/perlfunc.pod t/op/split.t
48571 ____________________________________________________________________________
48572 [ 6440] By: jhi on 2000/07/26 04:32:32
48573 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
48574 From: Peter Prymmer <pvhp@forte.com>
48575 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
48576 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
48578 ! vms/munchconfig.c
48579 ____________________________________________________________________________
48580 [ 6439] By: jhi on 2000/07/26 04:31:01
48581 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
48582 to be fatal errors (instead of by default ignoring them, and
48583 ignoring with a bug: even though -w gave an error, the opening [
48584 was left in) Reported in:
48586 Subject: [ID 20000716.024] [=cc=] / [:blank:]
48587 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
48588 Date: Sun, 16 Jul 2000 17:55:29 -0700
48589 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
48591 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
48592 ____________________________________________________________________________
48593 [ 6438] By: jhi on 2000/07/25 15:41:15
48594 Log: Subject: [PATCH] av.c apidoc
48595 From: simon@brecon.co.uk (Simon Cozens)
48596 Date: 24 Jul 2000 06:40:52 GMT
48597 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
48599 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
48600 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
48601 ____________________________________________________________________________
48602 [ 6437] By: jhi on 2000/07/25 14:05:36
48603 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
48604 From: "Stephen P. Potter" <spp@ds.net>
48605 Date: Mon, 24 Jul 2000 14:22:23 -0400
48606 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
48608 ! pod/perllocale.pod
48609 ____________________________________________________________________________
48610 [ 6436] By: jhi on 2000/07/25 14:02:03
48611 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
48612 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48613 Date: Mon, 24 Jul 2000 18:04:28 +0100
48614 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
48616 ! t/lib/syslfs.t t/op/lfs.t
48617 ____________________________________________________________________________
48618 [ 6435] By: jhi on 2000/07/25 13:59:28
48619 Log: Get UTF16 BOMs working. Patch from
48621 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48622 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48623 Date: Tue, 25 Jul 2000 12:52:45 +0100
48624 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
48628 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48629 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48630 Date: Tue, 25 Jul 2000 11:43:25 +0100
48631 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
48633 ! t/comp/require.t toke.c utf8.c
48634 ____________________________________________________________________________
48635 [ 6434] By: jhi on 2000/07/25 02:39:54
48636 Log: Make the "uninit variable" warning to say "concat or string"
48637 or "join or string" when in concat or join .
48639 Subject: Re: [ID 20000403.009] uninitialised concatenation???
48640 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48641 Date: Tue, 04 Apr 2000 18:22:58 +0100
48642 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
48644 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
48645 From: William R Ward <hermit@BayView.COM>
48646 Date: Thu, 30 Mar 2000 19:50:03 -0800
48647 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
48649 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
48650 ! t/pragma/warn/op t/pragma/warn/sv
48651 ____________________________________________________________________________
48652 [ 6433] By: jhi on 2000/07/24 17:52:56
48653 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
48655 ! lib/File/Spec/VMS.pm
48656 ____________________________________________________________________________
48657 [ 6432] By: jhi on 2000/07/24 17:44:44
48658 Log: Test cases for #6431.
48660 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48661 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48662 Date: Mon, 24 Jul 2000 15:32:29 +0100
48663 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
48665 ! t/op/pat.t t/op/split.t
48666 ____________________________________________________________________________
48667 [ 6431] By: jhi on 2000/07/24 17:43:17
48670 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48671 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48672 Date: Mon, 17 Jul 2000 20:04:56 +0100
48673 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
48676 ____________________________________________________________________________
48677 [ 6430] By: jhi on 2000/07/24 03:42:42
48678 Log: Subject: [ID 20000716.023] syslog test fails without sockets
48679 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48680 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
48681 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
48682 Branch: metaconfig/U/perl
48685 ! Configure config_h.SH
48686 ____________________________________________________________________________
48687 [ 6429] By: jhi on 2000/07/24 03:11:52
48688 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
48689 case, but add also notes explaining the relationship of this
48690 patch and the earlier notes by Sarathy.
48692 Subject: Map is still slow
48693 From: "Ben Tilly" <ben_tilly@hotmail.com>
48694 Date: Sat, 15 Jul 2000 17:23:27 EDT
48695 Message-ID: <20000715212327.21656.qmail@hotmail.com>
48698 ____________________________________________________________________________
48699 [ 6428] By: jhi on 2000/07/24 02:58:52
48700 Log: Documentation to explain the behaviour of map().
48702 Subject: Re: Map is still slow
48703 From: Gurusamy Sarathy <gsar@ActiveState.com>
48704 Date: Sat, 15 Jul 2000 16:05:09 -0700
48705 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
48708 ____________________________________________________________________________
48709 [ 6427] By: jhi on 2000/07/24 02:50:03
48711 [ID 19991110.003] another matching finding by pcre author
48712 which has already been fixed by some patch, as verified in
48714 Subject: Re: two regex bugs from the mists of time (well, last November)
48715 From: Hugo <hv@crypt.compulink.co.uk>
48716 Date: Sat, 22 Jul 2000 18:12:58 +0100
48717 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
48720 ____________________________________________________________________________
48721 [ 6426] By: jhi on 2000/07/24 02:11:20
48722 Log: A missing 'break' after the [[:space:]] switch case.
48724 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
48725 From: "Stephen P. Potter" <spp@ds.net>
48726 Date: Tue, 18 Jul 2000 16:25:17 -0400
48727 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
48730 ____________________________________________________________________________
48731 [ 6425] By: jhi on 2000/07/24 02:06:12
48732 Log: The output might have been produced in the wrong order.
48734 Subject: [ID 20000720.003] [PATCH] t/op/write.t
48735 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48736 Date: Thu, 20 Jul 2000 18:49:18 +0100
48737 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
48740 ____________________________________________________________________________
48741 [ 6424] By: jhi on 2000/07/24 02:00:07
48742 Log: Use STDOUT consistently.
48744 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
48745 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48746 Date: Thu, 20 Jul 2000 18:04:01 +0100
48747 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
48749 ! lib/Test/Harness.pm
48750 ____________________________________________________________________________
48751 [ 6423] By: jhi on 2000/07/24 01:54:54
48752 Log: Protect against "wild next"s, that is, callbacks doing "next"
48753 instead of "return".
48755 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
48756 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48757 Date: Tue, 18 Jul 2000 11:30:16 +0100
48758 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
48761 ____________________________________________________________________________
48762 [ 6422] By: jhi on 2000/07/24 01:35:47
48763 Log: Out-of-date note removed.
48765 Subject: [PATCH] documentation perlipc
48766 From: rspier@pobox.com (Robert Spier)
48767 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
48768 Message-ID: <14711.35178.572612.502654@rls.cx>
48771 ____________________________________________________________________________
48772 [ 6421] By: jhi on 2000/07/24 00:09:18
48773 Log: Send all installperl messages to STDERR and be -w clean.
48775 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
48776 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48777 Date: Sat, 22 Jul 2000 14:02:11 +0100
48778 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
48781 ____________________________________________________________________________
48782 [ 6420] By: jhi on 2000/07/24 00:04:19
48783 Log: Decutandpasto.
48785 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
48786 From: "Richard Soderberg" <rs@crystalflame.net>
48787 Date: Sun, 23 Jul 2000 01:37:23 -0700
48788 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
48791 ____________________________________________________________________________
48792 [ 6419] By: jhi on 2000/07/24 00:01:12
48793 Log: A cleaner abs_path().
48794 Subject: Re: unix alternative to Cwd.pm
48795 From: Jeff Pinyan <jeffp@crusoe.net>
48796 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
48797 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
48800 ____________________________________________________________________________
48801 [ 6418] By: jhi on 2000/07/23 23:48:56
48804 Subject: [PATCH perl-current] Typo in hints/powerux.sh
48805 From: "Richard Soderberg" <rs@crystalflame.net>
48806 Date: Sun, 23 Jul 2000 01:27:33 -0700
48807 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
48810 ____________________________________________________________________________
48811 [ 6417] By: jhi on 2000/07/17 22:13:31
48812 Log: Subject: SDBM_File documentation
48813 From: mjd@plover.com
48814 Date: 16 Jul 2000 17:41:17 -0000
48815 Message-ID: <20000716174117.18515.qmail@plover.com>
48817 ! ext/SDBM_File/SDBM_File.pm
48818 ____________________________________________________________________________
48819 [ 6416] By: jhi on 2000/07/17 19:13:26
48820 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
48822 ! hints/mpeix.sh mpeix/relink
48823 ____________________________________________________________________________
48824 [ 6415] By: jhi on 2000/07/15 14:11:02
48825 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
48826 the utf8 'characters' can be more than one octet).
48828 Date: Sat, 15 Jul 2000 00:21:56 +0100
48829 From: Tom Hughes <tom@compton.nu>
48830 Subject: Re: [ID 20000714.002]
48831 Message-ID: <db2334de49.tom@compton.compton.nu>
48835 Subject: [ID 20000714.002]
48836 From: "Simon Cozens" <simon@othersideofthe.earth.li>
48837 Date: 14 Jul 2000 15:13:09 -0000
48838 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
48841 ____________________________________________________________________________
48842 [ 6414] By: jhi on 2000/07/15 03:13:41
48843 Log: another VMS build tweak from Peter Prymmer
48845 ! vms/descrip_mms.template
48846 ____________________________________________________________________________
48847 [ 6413] By: jhi on 2000/07/15 03:10:40
48848 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
48851 ____________________________________________________________________________
48852 [ 6412] By: jhi on 2000/07/15 00:31:05
48853 Log: More docs for sv functions.
48855 Subject: [PATCH cfgperl] sv.c apidoc
48856 From: simon@brecon.co.uk (Simon Cozens)
48857 Date: 13 Jul 2000 09:00:20 GMT
48858 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
48860 Subject: Re: [PATCH cfgperl] sv.c apidoc
48861 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48862 Date: Thu, 13 Jul 2000 12:27:41 +0100
48863 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
48865 Subject: Re: [PATCH cfgperl] sv.c apidoc
48866 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48867 Date: Thu, 13 Jul 2000 13:23:09 +0100
48868 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
48870 Subject: Re: [PATCH cfgperl] sv.c apidoc
48871 From: simon@brecon.co.uk (Simon Cozens)
48872 Date: 14 Jul 2000 06:51:02 GMT
48873 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
48875 ! embed.pl pod/perlapi.pod sv.c
48876 ____________________________________________________________________________
48877 [ 6411] By: jhi on 2000/07/15 00:10:41
48878 Log: lib/b test fixes from Peter Prymmer.
48881 ____________________________________________________________________________
48882 [ 6410] By: jhi on 2000/07/15 00:02:09
48883 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
48884 From: Hugo <hv@crypt.compulink.co.uk>
48885 Date: Fri, 14 Jul 2000 23:05:20 +0100
48886 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
48888 Didn't anymore apply, but that point still could use another fix.
48891 ____________________________________________________________________________
48892 [ 6409] By: jhi on 2000/07/14 23:15:15
48893 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
48894 not in pod, from Peter Prymmer
48896 ! vms/descrip_mms.template
48897 ____________________________________________________________________________
48898 [ 6408] By: jhi on 2000/07/14 20:35:05
48899 Log: The bug report
48900 [ID 19991110.002] minimal matching discrepancy found by pcre author
48901 seems to have been fixed (though differently from what was suggested
48902 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
48905 ____________________________________________________________________________
48906 [ 6407] By: jhi on 2000/07/14 17:38:08
48907 Log: Fix AutoSplit to use File::Spec the right way in VMS,
48908 from Peter Prymmer.
48911 ____________________________________________________________________________
48912 [ 6406] By: jhi on 2000/07/14 14:13:22
48913 Log: Merge perlhacktut into perlhack, update perlguts.
48915 Subject: Re: Perlhacktut
48916 From: simon@brecon.co.uk (Simon Cozens)
48917 Date: 14 Jul 2000 06:49:21 GMT
48918 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
48920 Subject: Re: Perlhacktut
48921 From: simon@brecon.co.uk (Simon Cozens)
48922 Date: 14 Jul 2000 07:09:45 GMT
48923 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
48925 ! pod/perlguts.pod pod/perlhack.pod
48926 ____________________________________________________________________________
48927 [ 6405] By: jhi on 2000/07/14 14:02:31
48928 Log: Integrate with Sarathy.
48930 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
48931 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
48932 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
48933 ____________________________________________________________________________
48934 [ 6404] By: gsar on 2000/07/14 12:15:02
48935 Log: PERL_OBJECT build tweaks
48938 ____________________________________________________________________________
48939 [ 6403] By: gsar on 2000/07/14 11:23:41
48940 Log: inconsistent types needs casts
48943 ____________________________________________________________________________
48944 [ 6402] By: gsar on 2000/07/14 11:12:04
48945 Log: typos in change#6399, regen headers
48947 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
48948 ____________________________________________________________________________
48949 [ 6401] By: gsar on 2000/07/14 10:59:12
48950 Log: typecasts needed for change#6394
48953 ____________________________________________________________________________
48954 [ 6400] By: gsar on 2000/07/14 10:49:37
48955 Log: integrate cfgperl contents into mainline
48957 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
48958 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
48959 ____________________________________________________________________________
48960 [ 6399] By: gsar on 2000/07/14 10:38:35
48961 Log: enable UTF-16 filter by default if relevant BOM is seen; various
48962 cleanups (typos, misformatted code, and small bugs)
48964 ! doop.c embed.pl mg.c op.c pp.c toke.c
48965 ____________________________________________________________________________
48966 [ 6398] By: gsar on 2000/07/14 08:55:38
48967 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
48968 name suggests anyway)
48970 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
48971 ____________________________________________________________________________
48972 [ 6397] By: gsar on 2000/07/14 08:44:33
48973 Log: move new variables to the end of the interpreter structure (for
48974 bincompat in code that doesn't #include XSUB.h)
48977 ____________________________________________________________________________
48978 [ 6396] By: gsar on 2000/07/14 08:13:58
48979 Log: MakeMaker should not remove editor backups (*~) on `make clean`
48980 by default (completes change#6383)
48982 ! lib/ExtUtils/MM_Unix.pm
48983 ____________________________________________________________________________
48984 [ 6395] By: jhi on 2000/07/14 05:20:33
48985 Log: Replace change #6337 with a better one.
48987 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
48988 From: Hugo <hv@crypt.compulink.co.uk>
48989 Date: Fri, 14 Jul 2000 04:16:20 +0100
48990 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
48992 ! regexec.c t/op/re_tests
48993 ____________________________________________________________________________
48994 [ 6394] By: jhi on 2000/07/14 01:33:59
48995 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
48997 ! embed.pl global.sym proto.h toke.c
48998 ____________________________________________________________________________
48999 [ 6393] By: jhi on 2000/07/13 23:41:23
49000 Log: remove discarded test
49003 ____________________________________________________________________________
49004 [ 6392] By: jhi on 2000/07/13 23:32:25
49005 Log: The {multiplier} of a fixed substring was overlooked which
49006 caused a wrong initial search offset for that substring.
49008 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
49009 From: Hugo <hv@crypt.compulink.co.uk>
49010 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
49011 Date: Thu, 13 Jul 2000 19:27:13 +0100
49013 ! regcomp.c t/op/re_tests
49014 ____________________________________________________________________________
49015 [ 6391] By: jhi on 2000/07/13 16:37:42
49016 Log: typo fix from Craig Berry
49018 ! vms/subconfigure.com
49019 ____________________________________________________________________________
49020 [ 6390] By: jhi on 2000/07/13 13:20:12
49021 Log: Integrate with Sarathy.
49023 - t/op/method2entersub.t
49024 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
49025 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
49026 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
49027 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
49028 ____________________________________________________________________________
49029 [ 6389] By: jhi on 2000/07/13 13:18:48
49030 Log: Detypo from Peter Prymmer, part of #6388.
49032 ! Configure config_h.SH
49034 ! U/modified/d_longlong.U
49035 ____________________________________________________________________________
49036 [ 6388] By: gsar on 2000/07/13 06:33:40
49037 Log: typos (spotted by Peter Prymmer)
49039 ! Configure t/lib/english.t
49040 ____________________________________________________________________________
49041 [ 6387] By: gsar on 2000/07/13 05:35:28
49042 Log: new selfloader.t in change#6183 doesn't close DATA handles,
49043 and thus fails to clean up tmp files on dosish platforms
49045 ! t/lib/selfloader.t
49046 ____________________________________________________________________________
49047 [ 6386] By: gsar on 2000/07/12 21:42:39
49048 Log: sprintf test tweaks (from Dominic Dunlop)
49051 ____________________________________________________________________________
49052 [ 6385] By: gsar on 2000/07/12 21:33:46
49053 Log: fix bugs in processing %v-*d and similar format specs (from
49054 Avi Finkel <avi@finkel.org>)
49056 ! sv.c t/op/sprintf.t
49057 ____________________________________________________________________________
49058 [ 6384] By: gsar on 2000/07/12 16:04:19
49059 Log: readd missing perldelta.pod changes from changes#6339,6376
49061 ! pod/perldelta.pod
49062 ____________________________________________________________________________
49063 [ 6383] By: gsar on 2000/07/12 16:00:51
49064 Log: don't clobber *.orig files on *clean targets
49066 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
49067 ____________________________________________________________________________
49068 [ 6382] By: gsar on 2000/07/12 07:59:12
49069 Log: fix broken integrations in cfgperl
49071 !> Changes pod/perldelta.pod
49072 ____________________________________________________________________________
49073 [ 6381] By: gsar on 2000/07/12 07:42:17
49074 Log: integrate cfgperl changes into mainline
49077 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
49079 ____________________________________________________________________________
49080 [ 6380] By: gsar on 2000/07/12 07:31:00
49081 Log: get sprintf.t to adjust properly for 3-digit exponents
49084 ____________________________________________________________________________
49085 [ 6379] By: gsar on 2000/07/12 06:40:04
49086 Log: change#6174 needs corresponding change in win32/config_h.PL,
49087 which grovels through config_h.SH to find the config.h name
49089 ! win32/config_h.PL
49090 ____________________________________________________________________________
49091 [ 6378] By: jhi on 2000/07/12 05:03:59
49092 Log: Do the cc sanity check both before the hints and
49093 after the cc selction.
49095 ! Configure config_h.SH
49097 ! U/modified/Oldconfig.U U/modified/cc.U
49098 Branch: metaconfig/U/perl
49100 ____________________________________________________________________________
49101 [ 6377] By: jhi on 2000/07/12 02:49:22
49102 Log: Fix nits noticed by Boston.pm.
49105 ____________________________________________________________________________
49106 [ 6376] By: jhi on 2000/07/11 21:22:13
49107 Log: Configure cosmetics and perldelta.
49109 ! Configure config_h.SH pod/perldelta.pod
49112 ____________________________________________________________________________
49113 [ 6375] By: gsar on 2000/07/11 21:17:35
49114 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
49116 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
49118 ____________________________________________________________________________
49119 [ 6374] By: gsar on 2000/07/11 20:48:50
49120 Log: tweak for build failure under multiplicity
49123 ____________________________________________________________________________
49124 [ 6373] By: gsar on 2000/07/11 20:37:23
49125 Log: integrate cfgperl changes#6325..6373 into mainline
49126 (NOTE: today's batch of integrations still untested)
49128 +> ext/DynaLoader/hints/netbsd.pl
49130 !> (integrate 26 files)
49131 ____________________________________________________________________________
49132 [ 6372] By: jhi on 2000/07/11 20:30:36
49133 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
49137 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
49139 ____________________________________________________________________________
49140 [ 6371] By: jhi on 2000/07/11 20:08:56
49141 Log: Minor cleanups on the booklist.
49144 ____________________________________________________________________________
49145 [ 6370] By: jhi on 2000/07/11 19:31:13
49146 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
49148 ! t/pragma/overload.t
49149 ____________________________________________________________________________
49150 [ 6369] By: gsar on 2000/07/11 19:27:48
49151 Log: integrate cfgperl changes#6293..6324 into mainline
49153 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
49154 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
49155 !> (integrate 30 files)
49156 ____________________________________________________________________________
49157 [ 6368] By: gsar on 2000/07/11 19:18:57
49158 Log: skip integrate of problematic change#6292 from cfgperl into mainline
49161 ____________________________________________________________________________
49162 [ 6367] By: gsar on 2000/07/11 19:17:21
49163 Log: integrate cfgperl changes#6288..6290 into mainline
49165 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
49166 ____________________________________________________________________________
49167 [ 6366] By: gsar on 2000/07/11 19:11:18
49168 Log: integrate cfgperl changes#6268..6282 into mainline
49170 !> (integrate 30 files)
49171 ____________________________________________________________________________
49172 [ 6365] By: gsar on 2000/07/11 18:57:00
49173 Log: delete new accidentally branched file
49175 - t/op/method2entersub.t
49176 ____________________________________________________________________________
49177 [ 6364] By: gsar on 2000/07/11 18:55:13
49178 Log: skip integrate of change#6267 from cfgperl into mainline (the
49179 method call optimization is flawed without additional hints
49180 from user about immutableness of @ISA and no runtime method
49183 +> t/op/method2entersub.t
49184 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
49185 !> perl.h t/op/sprintf.t xsutils.c
49186 ____________________________________________________________________________
49187 [ 6363] By: gsar on 2000/07/11 18:49:43
49188 Log: integrate cfgperl changes#6261..6266 into mainline
49190 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49191 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49192 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49193 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49194 ____________________________________________________________________________
49195 [ 6362] By: gsar on 2000/07/11 18:43:26
49196 Log: integrate cfgperl changes#6252..6260 into mainline
49198 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
49199 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
49200 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
49201 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
49202 ____________________________________________________________________________
49203 [ 6361] By: gsar on 2000/07/11 18:37:12
49204 Log: skip integrate of problematic change#6251 from cfgperl into mainline
49207 ____________________________________________________________________________
49208 [ 6360] By: gsar on 2000/07/11 18:34:56
49209 Log: integrate cfgperl change#6250 into mainline
49212 !> MANIFEST embed.pl proto.h toke.c
49213 ____________________________________________________________________________
49214 [ 6359] By: gsar on 2000/07/11 18:21:19
49215 Log: integrate cfgperl changes#6242..6249 into mainline
49217 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
49218 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
49219 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
49220 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
49221 !> t/lib/peek.t utf8.c
49222 ____________________________________________________________________________
49223 [ 6358] By: gsar on 2000/07/11 18:15:45
49224 Log: skip integrate of problematic change#6241 from cfgperl into mainline
49226 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
49227 ____________________________________________________________________________
49228 [ 6357] By: jhi on 2000/07/11 18:15:16
49230 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49231 From: Roderick Schertler <roderick@argon.org>
49232 Date: Tue, 11 Jul 2000 13:55:05 -0400
49233 Message-Id: <200007111755.NAA05077@jones.argon.org>
49236 ____________________________________________________________________________
49237 [ 6356] By: jhi on 2000/07/11 18:12:51
49238 Log: Typo in #6341.
49241 ____________________________________________________________________________
49242 [ 6355] By: gsar on 2000/07/11 18:12:10
49243 Log: integrate cfgperl changes#6231..6240 into mainline
49245 +> pod/perlutil.pod
49246 !> (integrate 35 files)
49247 ____________________________________________________________________________
49248 [ 6354] By: jhi on 2000/07/11 18:04:34
49249 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
49250 From: Dominic Dunlop <domo@computer.org>
49251 Date: Tue, 11 Jul 2000 12:27:33 +0200
49252 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
49254 Replaces change #6268.
49257 ____________________________________________________________________________
49258 [ 6353] By: gsar on 2000/07/11 17:59:51
49259 Log: skip integrate of problematic change#6230 from cfgperl into mainline
49260 (a later version of File::Spec is already in mainline)
49262 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
49263 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
49264 ____________________________________________________________________________
49265 [ 6352] By: gsar on 2000/07/11 17:57:48
49266 Log: integrate cfgperl changes#6224..6229 into mainline
49270 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
49271 !> lib/English.pm op.c t/lib/english.t
49272 ____________________________________________________________________________
49273 [ 6351] By: gsar on 2000/07/11 17:50:10
49274 Log: skip integrate of problematic change#6223 from cfgperl into mainline
49277 ____________________________________________________________________________
49278 [ 6350] By: gsar on 2000/07/11 17:48:28
49279 Log: integrate cfgperl changes#6220..6222 into mainline
49281 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
49282 !> toke.c utf8.c win32/win32.h
49283 ____________________________________________________________________________
49284 [ 6349] By: gsar on 2000/07/11 17:46:13
49285 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
49288 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49289 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49290 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49291 ____________________________________________________________________________
49292 [ 6348] By: jhi on 2000/07/11 17:45:49
49293 Log: README.posix-bc podified from Thomas Dorner.
49296 ____________________________________________________________________________
49297 [ 6347] By: gsar on 2000/07/11 17:42:04
49298 Log: integrate cfgperl change#6217 into mainline
49300 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
49301 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
49302 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
49303 ____________________________________________________________________________
49304 [ 6346] By: gsar on 2000/07/11 17:39:37
49305 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
49308 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
49309 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49310 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
49311 !> perlapi.h pod/perlapi.pod
49312 ____________________________________________________________________________
49313 [ 6345] By: gsar on 2000/07/11 17:36:42
49314 Log: integrate cfgperl changes#6207..6210 into mainline
49316 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
49317 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
49318 ____________________________________________________________________________
49319 [ 6344] By: gsar on 2000/07/11 17:31:20
49320 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
49323 !> (integrate 40 files)
49324 ____________________________________________________________________________
49325 [ 6343] By: gsar on 2000/07/11 17:19:08
49326 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
49328 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
49330 !> (integrate 34 files)
49331 ____________________________________________________________________________
49332 [ 6342] By: jhi on 2000/07/11 16:05:48
49333 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49334 To: perl5-porters@perl.org
49335 From: Karsten Sperling <spiff@phreax.net>
49336 Date: Mon, 10 Jul 2000 15:12:52 +0200
49337 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49340 ____________________________________________________________________________
49341 [ 6341] By: jhi on 2000/07/11 15:59:23
49342 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49343 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49344 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49345 Date: Fri, 07 Jul 2000 17:57:16 +0100
49348 ____________________________________________________________________________
49349 [ 6340] By: jhi on 2000/07/11 15:55:47
49350 Log: Subject: Re: format bug report [Patch]
49351 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49352 Date: Wed, 05 Jul 2000 13:12:52 +0200
49353 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49355 Subject: Re: format bug report [Patch]
49356 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49357 Date: Wed, 05 Jul 2000 14:10:01 +0200
49358 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49360 ! t/op/write.t toke.c
49361 ____________________________________________________________________________
49362 [ 6339] By: jhi on 2000/07/11 13:54:09
49363 Log: Be less forgiving about ambiguous and illegal tr ranges.
49364 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
49365 From: Mark-Jason Dominus <mjd@plover.com>
49366 Date: Tue, 04 Jul 2000 10:00:12 -0400
49367 Message-ID: <20000704140012.17772.qmail@plover.com>
49369 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
49370 From: Mark-Jason Dominus <mjd@plover.com>
49371 Date: Wed, 05 Jul 2000 09:37:36 -0400
49372 Message-ID: <20000705133736.27293.qmail@plover.com>
49374 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
49375 ____________________________________________________________________________
49376 [ 6338] By: jhi on 2000/07/11 13:31:24
49377 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49378 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49379 Date: Tue, 11 Jul 2000 13:50:51 +0100
49380 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49383 ____________________________________________________________________________
49384 [ 6337] By: jhi on 2000/07/11 13:29:14
49385 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49386 From: Hugo <hv@crypt.compulink.co.uk>
49387 Date: Tue, 11 Jul 2000 12:44:50 +0100
49388 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49390 ! regexec.c t/op/re_tests
49391 ____________________________________________________________________________
49392 [ 6336] By: jhi on 2000/07/11 13:26:47
49393 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
49394 From: simon@brecon.co.uk (Simon Cozens)
49395 Date: 7 Jul 2000 11:26:09 GMT
49396 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49399 ____________________________________________________________________________
49400 [ 6335] By: jhi on 2000/07/11 13:23:37
49401 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49402 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49403 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49404 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49406 + ext/DynaLoader/hints/netbsd.pl
49407 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
49408 ____________________________________________________________________________
49409 [ 6334] By: jhi on 2000/07/11 13:20:38
49410 Log: Subject: PATCH perlguts.pod: Document D and d magic types
49411 From: mjd@plover.com
49412 Date: 5 Jul 2000 18:01:51 -0000
49413 Message-ID: <20000705180151.29413.qmail@plover.com>
49416 ____________________________________________________________________________
49417 [ 6333] By: jhi on 2000/07/11 13:15:51
49418 Log: Precedence goof, fix based on
49419 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49420 From: Hugo <hv@crypt.compulink.co.uk>
49421 Date: Tue, 11 Jul 2000 12:52:38 +0100
49422 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49425 ____________________________________________________________________________
49426 [ 6332] By: jhi on 2000/07/11 12:40:17
49427 Log: Integrate with Sarathy.
49429 !> win32/win32sck.c
49430 ____________________________________________________________________________
49431 [ 6331] By: jhi on 2000/07/10 20:14:16
49432 Log: Sprinkle ldlibpath.
49435 ____________________________________________________________________________
49436 [ 6330] By: jhi on 2000/07/10 17:54:49
49437 Log: More POSIX.pod tweaks.
49439 ! ext/POSIX/POSIX.pod
49440 ____________________________________________________________________________
49441 [ 6329] By: jhi on 2000/07/10 14:02:12
49442 Log: Reorder perl.pod once more.
49444 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49445 ____________________________________________________________________________
49446 [ 6328] By: gsar on 2000/07/10 07:06:00
49447 Log: accept() leaks memory on windows due to incorrect ordering of
49448 closesocket() and fclose() calls
49451 ____________________________________________________________________________
49452 [ 6327] By: gsar on 2000/07/10 06:49:17
49453 Log: winsock options weren't being set in all threads under ithreads
49454 (caused send()s from second and subsequent threads to fail)
49457 ____________________________________________________________________________
49458 [ 6326] By: jhi on 2000/07/08 02:45:40
49459 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49460 was cast to an unsigned (32-bit) integer with wild abandon.
49462 ! ext/Devel/DProf/DProf.xs
49463 ____________________________________________________________________________
49464 [ 6325] By: jhi on 2000/07/07 18:50:33
49465 Log: Remove perlbook, update perlfaq book listing,
49466 rearrange perl.pod, regenerate perltoc.
49469 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
49470 ! pod/perlfaq2.pod pod/perltoc.pod
49471 ____________________________________________________________________________
49472 [ 6324] By: jhi on 2000/07/07 14:03:40
49473 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
49476 ____________________________________________________________________________
49477 [ 6323] By: jhi on 2000/07/06 16:03:55
49478 Log: Fix complaints of buildtoc.
49482 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49483 ____________________________________________________________________________
49484 [ 6322] By: jhi on 2000/07/06 15:15:52
49485 Log: Add =head1 NAMEs so that buildtoc is happy.
49486 (The CGI::Util nit reported to Lincoln.)
49488 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
49490 ____________________________________________________________________________
49491 [ 6321] By: jhi on 2000/07/06 03:16:04
49492 Log: Config is being used.
49495 ____________________________________________________________________________
49496 [ 6320] By: jhi on 2000/07/06 03:13:13
49497 Log: Integrate with Sarathy.
49499 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
49500 ____________________________________________________________________________
49501 [ 6319] By: jhi on 2000/07/06 03:11:46
49502 Log: Autogenerate pod/Makefile and pod/buildtoc.
49503 buildtoc also checks whether the existin pods are
49504 mentioned in MANIFEST and perl.pod, and vice versa.
49505 (None of the thusly found discrepancies fixed yet.)
49506 roffitall also needs to be autogenerated similarly but it
49507 seems so badly out of date that I didn't touch it yet.
49509 + pod/Makefile.SH pod/buildtoc.PL
49510 - pod/Makefile pod/buildtoc
49511 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
49512 ____________________________________________________________________________
49513 [ 6318] By: gsar on 2000/07/05 22:10:54
49514 Log: fix UNC path handling on Windows under ithreads, and chdir()
49515 return value when given a non-existent directory
49518 ____________________________________________________________________________
49519 [ 6317] By: gsar on 2000/07/05 22:08:19
49520 Log: winsock cleanup never done on Windows (leads to handle leaks)
49522 ! win32/perllib.c win32/win32sck.c
49523 ____________________________________________________________________________
49524 [ 6316] By: gsar on 2000/07/05 22:06:19
49525 Log: some debugger output does not go to the socket when RemotePort is set
49528 ____________________________________________________________________________
49529 [ 6315] By: jhi on 2000/07/05 00:25:21
49530 Log: Integrate with Sarathy, preliminary fix for unicos
49531 alignment problems in [ID 20000612.002] Perl problem on Cray system.
49535 ____________________________________________________________________________
49536 [ 6314] By: gsar on 2000/07/04 23:34:02
49537 Log: tyop in change#6306
49540 ____________________________________________________________________________
49541 [ 6313] By: jhi on 2000/07/04 22:14:38
49542 Log: Multiline string literals ENONPORTABLE.
49545 ____________________________________________________________________________
49546 [ 6312] By: jhi on 2000/07/04 20:34:44
49547 Log: Integrate with Sarathy.
49549 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
49551 ____________________________________________________________________________
49552 [ 6311] By: jhi on 2000/07/04 20:30:56
49553 Log: More POSIX.pod embellishment.
49555 ! ext/POSIX/POSIX.pod
49556 ____________________________________________________________________________
49557 [ 6310] By: gsar on 2000/07/04 17:28:48
49558 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
49561 ____________________________________________________________________________
49562 [ 6309] By: jhi on 2000/07/04 17:22:18
49563 Log: The #6308 required a little bit more.
49565 ! Makefile.SH win32/Makefile
49566 ____________________________________________________________________________
49567 [ 6308] By: jhi on 2000/07/04 16:35:24
49568 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
49572 ! MANIFEST Makefile.SH
49573 ____________________________________________________________________________
49574 [ 6307] By: jhi on 2000/07/04 16:28:58
49575 Log: Win32 patches for cfgperl from Sarathy.
49577 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
49578 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
49579 ! thread.h toke.c util.c win32/Makefile win32/win32.c
49580 ____________________________________________________________________________
49581 [ 6306] By: gsar on 2000/07/04 16:28:40
49582 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
49583 (from Richard Soderberg <rs@oregonnet.com>)
49585 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
49586 ____________________________________________________________________________
49587 [ 6305] By: jhi on 2000/07/04 16:24:24
49588 Log: Integrate with Sarathy.
49590 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
49591 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49592 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
49593 !> proto.h win32/win32.c
49594 ____________________________________________________________________________
49595 [ 6304] By: gsar on 2000/07/04 16:17:24
49596 Log: missing perldiag entry for unpack("w",...) diagnostic (from
49600 ____________________________________________________________________________
49601 [ 6303] By: gsar on 2000/07/04 16:14:44
49602 Log: remove rel2abs prototypes (from Barrie Slaymaker)
49604 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49605 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49606 ____________________________________________________________________________
49607 [ 6302] By: gsar on 2000/07/04 04:59:35
49608 Log: adjust change#6299
49610 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
49612 ____________________________________________________________________________
49613 [ 6301] By: jhi on 2000/07/04 04:50:07
49614 Log: Integrate with Sarathy.
49616 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
49617 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
49618 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
49619 ____________________________________________________________________________
49620 [ 6300] By: gsar on 2000/07/04 04:42:09
49621 Log: PERL_OBJECT build tweak
49624 ____________________________________________________________________________
49625 [ 6299] By: gsar on 2000/07/04 04:37:00
49626 Log: fix memory leak on Windows (PL_sys_intern contents were never
49629 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49630 ! perlapi.c proto.h win32/win32.c
49631 ____________________________________________________________________________
49632 [ 6298] By: gsar on 2000/07/04 04:15:59
49633 Log: fix large memory leak that has been around for ever, masked by
49634 -DPURIFY (most of the arenas were never freed!)
49636 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
49637 ____________________________________________________________________________
49638 [ 6297] By: gsar on 2000/07/04 04:07:46
49639 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49642 ____________________________________________________________________________
49643 [ 6296] By: jhi on 2000/06/30 18:28:37
49644 Log: Elaborate POSIX.pod. Still needs work.
49646 ! ext/POSIX/POSIX.pod
49647 ____________________________________________________________________________
49648 [ 6295] By: jhi on 2000/06/30 14:58:18
49649 Log: Point to perlipc for more SysV IPC examples.
49652 ____________________________________________________________________________
49653 [ 6294] By: gsar on 2000/06/30 14:47:45
49654 Log: slurp mode fix in change#4736 still not quite right
49656 ! pp_hot.c t/io/argv.t
49657 ____________________________________________________________________________
49658 [ 6293] By: jhi on 2000/06/30 12:02:55
49659 Log: Integrate with Sarathy.
49661 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
49662 ____________________________________________________________________________
49663 [ 6292] By: jhi on 2000/06/30 12:01:11
49664 Log: From: simon@brecon.co.uk (Simon Cozens)
49665 Subject: UTF8 concat
49666 Date: 30 Jun 2000 06:13:25 GMT
49667 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
49670 ____________________________________________________________________________
49671 [ 6291] By: gsar on 2000/06/30 04:37:33
49672 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49673 when @_ is modified, causing coredumps
49675 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
49676 ____________________________________________________________________________
49677 [ 6290] By: jhi on 2000/06/30 02:21:44
49678 Log: Integrate with Sarathy.
49680 !> vms/vms.c vms/vmsish.h
49681 ____________________________________________________________________________
49682 [ 6289] By: jhi on 2000/06/30 02:21:02
49683 Log: Check VERSIONs.
49685 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49686 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49687 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49688 ____________________________________________________________________________
49689 [ 6288] By: jhi on 2000/06/30 02:18:52
49690 Log: Integrate with Sarathy.
49692 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
49693 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49694 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49695 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
49696 ____________________________________________________________________________
49697 [ 6287] By: gsar on 2000/06/30 02:17:08
49698 Log: integrate vmsperl changes into mainline
49700 !> vms/vms.c vms/vmsish.h
49701 ____________________________________________________________________________
49702 [ 6285] By: gsar on 2000/06/30 02:05:28
49703 Log: localize %INC in a Safe compartment so that use/require work
49704 (many other magic globals probably need similar treatment)
49706 ! ext/Opcode/Opcode.xs
49707 ____________________________________________________________________________
49708 [ 6284] By: gsar on 2000/06/30 01:54:54
49709 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
49712 ! pod/perlembed.pod
49713 ____________________________________________________________________________
49714 [ 6283] By: jhi on 2000/06/30 01:50:10
49715 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
49716 From: Barrie Slaymaker <barries@jester.slaysys.com>
49717 Date: Wed, 28 Jun 2000 11:35:29 -0400
49718 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49720 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
49721 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
49722 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49723 ! lib/File/Spec/Win32.pm
49724 ____________________________________________________________________________
49725 [ 6282] By: jhi on 2000/06/29 22:57:22
49726 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
49727 From: Dan Sugalski <dan@sidhe.org>
49728 Date: Tue, 06 Jun 2000 11:59:50 -0400
49729 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
49732 ____________________________________________________________________________
49733 [ 6281] By: jhi on 2000/06/29 22:52:50
49734 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
49735 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49736 Date: Wed, 7 Jun 2000 04:02:04 -0500
49737 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
49740 ____________________________________________________________________________
49741 [ 6280] By: jhi on 2000/06/29 22:45:47
49742 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
49743 From: rspier@pobox.com (Robert Spier)
49744 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
49745 Message-ID: <14654.31913.845602.610277@rls.cx>
49748 ____________________________________________________________________________
49749 [ 6279] By: jhi on 2000/06/29 22:38:16
49750 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
49751 From: Tim Ayers <tayers@bridge.com>
49752 Date: Thu, 08 Jun 2000 08:11:06 +0200
49753 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
49754 [resent by Richard Foley, Message-Id probably wrong]
49757 ____________________________________________________________________________
49758 [ 6278] By: jhi on 2000/06/29 22:21:45
49759 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
49760 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
49761 Date: Fri, 09 Jun 2000 12:39:27 -0400
49762 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
49763 (plus update the version "number" of Text::Wrap)
49766 ____________________________________________________________________________
49767 [ 6277] By: jhi on 2000/06/29 22:13:10
49768 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
49769 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49770 Date: Mon, 12 Jun 2000 14:55:59 +0100
49771 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
49774 ____________________________________________________________________________
49775 [ 6276] By: jhi on 2000/06/29 22:11:06
49776 Log: Subject: [PATCH] Re: eval documentation: context
49777 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49778 Date: Mon, 12 Jun 2000 15:07:29 +0100
49779 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
49782 ____________________________________________________________________________
49783 [ 6275] By: jhi on 2000/06/29 21:59:46
49784 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
49785 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49786 Date: Tue, 13 Jun 2000 02:43:48 -0500
49787 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
49789 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
49790 ____________________________________________________________________________
49791 [ 6274] By: jhi on 2000/06/29 21:56:14
49792 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
49793 From: Andy Dougherty <doughera@lafayette.edu>
49794 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
49795 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
49797 ! ext/File/Glob/Glob.pm
49798 ____________________________________________________________________________
49799 [ 6273] By: jhi on 2000/06/29 21:49:09
49800 Log: Subject: [PATCH] xsub attributes
49801 From: Doug MacEachern <dougm@covalent.net>
49802 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
49803 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
49805 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
49806 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
49807 ____________________________________________________________________________
49808 [ 6272] By: jhi on 2000/06/29 21:41:28
49809 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
49810 From: Tom Phoenix <rootbeer@redcat.com>
49811 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
49812 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
49815 ____________________________________________________________________________
49816 [ 6271] By: jhi on 2000/06/29 21:36:55
49817 Log: Subject: PATCH pod/perltie.pod
49818 From: Ian Phillipps <Ian.Phillipps@iname.com>
49819 Date: Fri, 16 Jun 2000 00:17:19 +0100
49820 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
49821 (only the first hunk, the second hunk had already been done
49822 by some other patch)
49825 ____________________________________________________________________________
49826 [ 6270] By: jhi on 2000/06/29 21:24:51
49827 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
49828 From: Nicholas Clark <nick@talking.bollo.cx>
49829 Date: Fri, 23 Jun 2000 16:21:15 +0100
49830 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
49832 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
49833 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
49834 ____________________________________________________________________________
49835 [ 6269] By: jhi on 2000/06/29 19:38:15
49836 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
49837 silence few compiler warnings.
49839 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
49840 ____________________________________________________________________________
49841 [ 6268] By: jhi on 2000/06/29 18:21:50
49842 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
49843 From: Dominic Dunlop <domo@computer.org>
49844 Date: Thu, 29 Jun 2000 12:32:39 +0200
49845 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
49848 ____________________________________________________________________________
49849 [ 6267] By: jhi on 2000/06/29 18:16:07
49850 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
49851 From: Doug MacEachern <dougm@covalent.net>
49852 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
49853 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
49855 + t/op/method2entersub.t
49856 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
49857 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49858 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
49860 ____________________________________________________________________________
49861 [ 6266] By: jhi on 2000/06/29 15:11:15
49862 Log: Subject: [PATCH 5.6.0] cygwin port
49863 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
49864 From: "Fifer, Eric" <EFifer@sanwaint.com>
49865 Date: Thu, 29 Jun 2000 12:58:29 +0100
49867 ! cygwin/Makefile.SHs
49868 ____________________________________________________________________________
49869 [ 6265] By: jhi on 2000/06/29 15:04:05
49870 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
49871 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49872 Date: Wed, 28 Jun 2000 17:50:12 -0700
49873 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
49875 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49876 ____________________________________________________________________________
49877 [ 6264] By: jhi on 2000/06/29 15:00:57
49878 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
49879 From: Marty Lucich <marty@netcom.com>
49880 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
49881 Message-Id: <200006282116.OAA11148@netcom.com>
49882 ccdlflags update (the BSD/OS 4.1 part had already been taken
49886 ____________________________________________________________________________
49887 [ 6263] By: jhi on 2000/06/29 13:47:44
49888 Log: tr fixes from Simon Cozens
49891 ____________________________________________________________________________
49892 [ 6262] By: jhi on 2000/06/28 18:46:01
49893 Log: Subject: 5.6.0 Patch for EPOC
49894 From: Olaf Flebbe <o.flebbe@gmx.de>
49895 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
49896 Message-ID: <23449.960929969@www11.gmx.net>
49898 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
49900 ____________________________________________________________________________
49901 [ 6261] By: jhi on 2000/06/28 18:29:07
49902 Log: Subject: Re: [PATCH cfgperl] BOMs away!
49903 From: simon@brecon.co.uk (Simon Cozens)
49904 Date: 17 Jun 2000 11:49:57 GMT
49905 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
49907 ! pod/perldiag.pod t/comp/require.t toke.c
49908 ____________________________________________________________________________
49909 [ 6260] By: jhi on 2000/06/28 17:47:16
49910 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
49911 From: simon@brecon.co.uk (Simon Cozens)
49912 Date: 17 Jun 2000 11:56:44 GMT
49913 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
49916 ! pod/perlfunc.pod pp.c t/op/pack.t
49917 ____________________________________________________________________________
49918 [ 6259] By: jhi on 2000/06/28 16:43:17
49919 Log: perlnewmod was missing from MANIFEST.
49922 ____________________________________________________________________________
49923 [ 6258] By: jhi on 2000/06/28 15:54:30
49924 Log: linenumber tweak
49926 ! t/pragma/warn/regcomp
49927 ____________________________________________________________________________
49928 [ 6257] By: jhi on 2000/06/28 15:50:44
49929 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
49930 From: Doug MacEachern <dougm@covalent.net>
49931 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
49932 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
49933 (one part of the patch had been applied earlier)
49935 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
49936 ____________________________________________________________________________
49937 [ 6256] By: jhi on 2000/06/28 15:40:22
49938 Log: tweaks from Simon Cozens to further fix tr/// under utf8
49941 ____________________________________________________________________________
49942 [ 6255] By: jhi on 2000/06/28 15:33:45
49943 Log: small thinko tweaks
49945 ! lib/IPC/Open3.pm t/op/my_stash.t
49946 ____________________________________________________________________________
49947 [ 6254] By: jhi on 2000/06/28 15:33:25
49948 Log: Subject: tr///, help wanted.
49949 From: simon@brecon.co.uk (Simon Cozens)
49950 Date: 28 Jun 2000 11:29:04 GMT
49951 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
49953 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
49954 ! pp_proto.h proto.h t/op/tr.t
49955 ____________________________________________________________________________
49956 [ 6253] By: jhi on 2000/06/28 15:09:17
49957 Log: Paranoia tweak on #6249.
49958 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49959 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49960 Date: Sun, 25 Jun 2000 23:43:12 -0400
49961 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
49964 ____________________________________________________________________________
49965 [ 6252] By: jhi on 2000/06/28 15:01:38
49966 Log: Document #6249 and #6251.
49968 ! lib/Exporter.pm lib/IPC/Open3.pm
49969 ____________________________________________________________________________
49970 [ 6251] By: jhi on 2000/06/28 14:50:43
49971 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
49972 From: Doug MacEachern <dougm@covalent.net>
49973 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
49974 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
49977 ____________________________________________________________________________
49978 [ 6250] By: jhi on 2000/06/28 14:45:23
49979 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
49980 From: Doug MacEachern <dougm@covalent.net>
49981 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
49982 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
49985 ! MANIFEST embed.pl global.sym proto.h toke.c
49986 ____________________________________________________________________________
49987 [ 6249] By: jhi on 2000/06/28 14:36:34
49988 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49989 From: Frank Tobin <ftobin@uiuc.edu>
49990 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
49991 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
49994 ____________________________________________________________________________
49995 [ 6248] By: jhi on 2000/06/28 14:11:25
49996 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
49997 From: Mark-Jason Dominus <mjd@plover.com>
49998 Date: Tue, 27 Jun 2000 22:36:42 -0400
49999 Message-ID: <20000628023642.12166.qmail@plover.com>
50002 ____________________________________________________________________________
50003 [ 6247] By: jhi on 2000/06/27 12:46:37
50004 Log: Tweak $VERSION, patch from Doug MacEachern.
50007 ____________________________________________________________________________
50008 [ 6246] By: jhi on 2000/06/27 03:34:46
50009 Log: Allow for standalone testing.
50011 ! t/lib/filefunc.t t/lib/filespec.t
50012 ____________________________________________________________________________
50013 [ 6245] By: jhi on 2000/06/27 02:50:02
50014 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
50015 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50016 Date: Sat, 24 Jun 2000 13:06:20 +0100
50017 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
50019 ! ext/DynaLoader/DynaLoader_pm.PL
50020 ____________________________________________________________________________
50021 [ 6244] By: jhi on 2000/06/27 02:46:10
50022 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
50023 From: Doug MacEachern <dougm@covalent.net>
50024 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
50025 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
50027 ! gv.c sv.c t/lib/peek.t
50028 ____________________________________________________________________________
50029 [ 6243] By: jhi on 2000/06/27 02:38:07
50030 Log: Subject: [PATCH] is_utf8_string
50031 From: simon@brecon.co.uk (Simon Cozens)
50032 Date: 26 Jun 2000 02:25:59 GMT
50033 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
50035 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
50036 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
50038 ____________________________________________________________________________
50039 [ 6242] By: jhi on 2000/06/27 02:24:00
50040 Log: Subject: [PATCH] bytes<->utf8 fixes
50041 From: simon@brecon.co.uk (Simon Cozens)
50042 Date: 26 Jun 2000 04:55:45 GMT
50043 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
50045 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
50046 ____________________________________________________________________________
50047 [ 6241] By: jhi on 2000/06/27 02:12:42
50048 Log: Do no -warn on \_, only on \alpha.
50049 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
50050 From: David Dyck <dcd@tc.fluke.com>
50051 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
50052 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
50054 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
50055 ____________________________________________________________________________
50056 [ 6240] By: jhi on 2000/06/27 02:00:01
50057 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
50058 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50059 Date: Mon, 26 Jun 2000 18:40:14 +0100
50060 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
50063 ____________________________________________________________________________
50064 [ 6239] By: jhi on 2000/06/27 01:53:40
50065 Log: Configure maintenance. Sever some dependency cycles,
50066 separate gccversion from the cc unit,
50067 address [ID 20000623.006] Configure script patch for using gcc on AIX
50068 (but solve it a little bit differently),
50069 unduplex some accidentally duplicated units,
50070 suggest using gcc if no cc available
50071 (p5p thread: "Solaris configure: counterproposal", 1999-09)
50073 ! Configure Todo-5.6 config_h.SH
50075 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
50076 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
50077 Branch: metaconfig/U/perl
50079 ! d_getespwnam.U d_getprpwnam.U i_prot.U
50080 ____________________________________________________________________________
50081 [ 6238] By: jhi on 2000/06/25 18:04:56
50082 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
50083 From: Dan Sugalski <dan@sidhe.org>
50084 Date: Fri, 23 Jun 2000 17:00:00 -0400
50085 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
50087 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
50088 ____________________________________________________________________________
50089 [ 6237] By: jhi on 2000/06/25 16:36:45
50090 Log: Tweak embed.pl, regen headers.
50092 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
50093 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
50094 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
50095 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
50096 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
50097 ____________________________________________________________________________
50098 [ 6236] By: jhi on 2000/06/25 15:26:42
50099 Log: Regen headers.
50101 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
50102 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
50103 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
50104 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
50105 ! regnodes.h warnings.h
50106 ____________________________________________________________________________
50107 [ 6235] By: jhi on 2000/06/23 19:39:35
50108 Log: The thread begun by
50109 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
50110 From: Kevin.Ruscoe@ubsw.com
50111 Date: Fri, 16 Jun 2000 16:38:51 +0100
50112 Message-Id: <H000019b03c300d6@MHS>
50114 ! hints/solaris_2.sh
50115 ____________________________________________________________________________
50116 [ 6234] By: jhi on 2000/06/23 19:23:36
50117 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
50118 because when run as services (Win32ese for daemons)
50119 no environment variables are set and tmpdir ends up as /tmp,
50120 which is ambiguous.
50122 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
50123 From: matt@sergeant.org
50124 Date: 16 Jun 2000 16:30:43 -0000
50125 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
50127 ! lib/File/Spec/Win32.pm
50128 ____________________________________________________________________________
50129 [ 6233] By: jhi on 2000/06/23 19:18:58
50130 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
50131 From: Mark-Jason Dominus <mjd@plover.com>
50132 Date: Fri, 16 Jun 2000 20:53:04 -0400
50133 Message-ID: <20000617005304.8008.qmail@plover.com>
50136 ____________________________________________________________________________
50137 [ 6232] By: jhi on 2000/06/23 16:10:02
50138 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
50139 From: simon@brecon.co.uk (Simon Cozens)
50140 Date: 19 Jun 2000 15:18:27 GMT
50141 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
50143 plus update pod/Makefile and regenerate perltoc
50146 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
50147 ____________________________________________________________________________
50148 [ 6231] By: jhi on 2000/06/23 15:19:18
50149 Log: Subject: [PATCH 5.6.0] cygwin port
50150 From: "Fifer, Eric" <EFifer@sanwaint.com>
50151 Date: Tue, 20 Jun 2000 14:30:58 +0100
50152 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
50154 ! README.cygwin lib/File/Find.pm
50155 ____________________________________________________________________________
50156 [ 6230] By: jhi on 2000/06/23 14:25:21
50157 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
50159 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
50160 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
50161 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50162 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
50163 ____________________________________________________________________________
50164 [ 6229] By: jhi on 2000/06/23 14:13:34
50165 Log: Subject: README.hpux version 0.6.1
50166 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
50167 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50168 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
50171 ____________________________________________________________________________
50172 [ 6228] By: jhi on 2000/06/23 14:07:20
50173 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
50174 From: Doug MacEachern <dougm@covalent.net>
50175 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
50176 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
50179 ____________________________________________________________________________
50180 [ 6227] By: jhi on 2000/06/23 14:01:06
50181 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
50182 From: Doug MacEachern <dougm@covalent.net>
50183 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
50184 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
50188 ! MANIFEST Makefile.SH
50189 ____________________________________________________________________________
50190 [ 6226] By: jhi on 2000/06/23 13:53:07
50191 Log: Subject: [PATCH] remove forward declarations in Socket.pm
50192 From: Doug MacEachern <dougm@covalent.net>
50193 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
50194 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
50196 From: Doug MacEachern <dougm@covalent.net>
50197 Subject: Re: [PATCH] remove forward declarations in Socket.pm
50198 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
50199 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
50201 ! ext/Socket/Socket.pm op.c
50202 ____________________________________________________________________________
50203 [ 6225] By: jhi on 2000/06/23 13:41:52
50204 Log: Add source code filenames to apidoc.
50205 From: simon@brecon.co.uk (Simon Cozens)
50206 Subject: [PATCH embed.pl] Source X-ref
50207 Date: 22 Jun 2000 02:18:49 GMT
50208 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
50211 ____________________________________________________________________________
50212 [ 6224] By: jhi on 2000/06/23 13:32:33
50213 Log: A way to avoid English.pm performance hit.
50214 From: root <root@jester.slaysys.com>
50215 Subject: [YAPATCH English.pm] My turn to putt again
50216 Date: Thu, 22 Jun 2000 20:33:58 -0400
50217 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
50219 ! lib/English.pm t/lib/english.t
50220 ____________________________________________________________________________
50221 [ 6223] By: jhi on 2000/06/23 13:27:06
50222 Log: Avoid double close().
50223 Subject: [PATCH] avoid double close()
50224 From: Doug MacEachern <dougm@covalent.net>
50225 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
50226 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
50229 ____________________________________________________________________________
50230 [ 6222] By: jhi on 2000/06/23 13:25:54
50232 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
50233 From: Ian Phillipps <Ian.Phillipps@iname.com>
50234 Date: Fri, 23 Jun 2000 10:40:58 +0100
50235 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
50238 ____________________________________________________________________________
50239 [ 6221] By: jhi on 2000/06/23 13:24:15
50240 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
50241 From: simon@brecon.co.uk (Simon Cozens)
50242 Subject: [PATCH] Eliminate tr///[CU][CU]
50243 Date: 23 Jun 2000 11:05:40 GMT
50244 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
50246 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
50247 ____________________________________________________________________________
50248 [ 6220] By: jhi on 2000/06/22 16:07:51
50249 Log: Win32 patches from Benjamin Stuhl.
50251 ! makedef.pl win32/win32.h
50252 ____________________________________________________________________________
50253 [ 6219] By: jhi on 2000/06/22 16:06:34
50254 Log: Bytecode patches from Benjamin Stuhl.
50256 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50257 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50258 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50259 ____________________________________________________________________________
50260 [ 6218] By: jhi on 2000/06/15 23:54:16
50261 Log: Bytecode patches from Benjamin Stuhl.
50263 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50264 ____________________________________________________________________________
50265 [ 6217] By: jhi on 2000/06/09 13:38:29
50266 Log: Rename the fdpid locking and integrate with Sarathy.
50268 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
50269 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
50270 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
50272 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
50273 ____________________________________________________________________________
50274 [ 6216] By: gsar on 2000/06/08 14:54:21
50275 Log: be more optimal about clearing @_
50278 ____________________________________________________________________________
50279 [ 6215] By: gsar on 2000/06/08 14:33:04
50280 Log: tweak comment about @DB::args
50283 ____________________________________________________________________________
50284 [ 6214] By: gsar on 2000/06/08 13:57:54
50285 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
50286 caller() wants to populate @DB::args with it (causes a coredump
50287 in Carp::confess())
50289 ! cop.h t/op/runlevel.t
50290 ____________________________________________________________________________
50291 [ 6213] By: gsar on 2000/06/08 07:06:35
50292 Log: back out change#6106 (seems problematic)
50294 ! hints/solaris_2.sh
50295 ____________________________________________________________________________
50296 [ 6212] By: jhi on 2000/06/07 03:10:36
50297 Log: Continuing mopup for #6204.
50299 ! ext/B/defsubs_h.PL
50300 ____________________________________________________________________________
50301 [ 6211] By: jhi on 2000/06/07 02:41:50
50302 Log: Mopup for #6204.
50303 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
50304 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
50305 This is comes from const() where POK isn't on when expected.
50307 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
50308 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50309 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
50310 ! perlapi.h pod/perlapi.pod
50311 ____________________________________________________________________________
50312 [ 6210] By: jhi on 2000/06/07 01:56:29
50313 Log: Mopup for #6207 and #6209.
50315 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
50316 ____________________________________________________________________________
50317 [ 6209] By: jhi on 2000/06/07 01:33:12
50318 Log: Lock PL_fdpid against race conditions, based on:
50319 Subject: [PATCH 5.6.0]subprocess fixup for threads
50320 From: Dan Sugalski <dan@sidhe.org>
50321 To: perl5-porters@perl.org
50322 Date: Tue, 11 Apr 2000 17:02:32 -0400
50323 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
50325 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
50327 ____________________________________________________________________________
50328 [ 6208] By: jhi on 2000/06/07 01:05:23
50329 Log: Regen headers for #6207.
50331 ! embed.h global.sym objXSUB.h proto.h
50332 ____________________________________________________________________________
50333 [ 6207] By: jhi on 2000/06/06 23:43:13
50334 Log: Subject: [PATCH 5.6.0] Threadsafe patches
50335 From: Dan Sugalski <dan@sidhe.org>
50336 To: perl5-porters@perl.org
50337 Date: Mon, 08 May 2000 18:08:13 -0400
50338 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
50340 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
50341 ! proto.h sv.h util.c
50342 ____________________________________________________________________________
50343 [ 6206] By: jhi on 2000/06/06 23:21:23
50344 Log: Subject: [PATCH] Eliminate $a/$b in pod
50345 From: David Glasser <me@davidglasser.net>
50346 To: perl5-porters@perl.org
50347 Date: Mon, 29 May 2000 21:15:59 -0400
50348 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
50350 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
50351 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
50352 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
50353 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
50354 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
50355 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
50356 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
50357 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
50358 ! pod/perlvar.pod pod/perlxs.pod
50359 ____________________________________________________________________________
50360 [ 6205] By: jhi on 2000/06/06 23:12:14
50361 Log: Subject: [PATCH] Win32 improvements
50362 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50363 To: gsar@activestate.com, perl5-porters@perl.org
50364 Date: Mon, 29 May 2000 17:22:24 PDT
50365 Message-ID: <20000530002224.91142.qmail@hotmail.com>
50366 (MUA had mangled many lines by wordwrapping)
50368 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
50369 ____________________________________________________________________________
50370 [ 6204] By: jhi on 2000/06/06 23:01:50
50371 Log: Subject: [PATCH] B::Bytecode patches
50372 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50373 To: gsar@activestate.com, jhi@iki.fi
50374 Cc: perl5-porters@perl.org
50375 Message-ID: <20000602202526.48694.qmail@hotmail.com>
50376 (MUA had mangled many lines by wordwrapping)
50378 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
50379 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
50380 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50381 ! intrpvar.h perl.c
50382 ____________________________________________________________________________
50383 [ 6203] By: jhi on 2000/06/06 22:32:43
50384 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
50385 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50386 Date: Tue, 06 Jun 2000 13:07:45 -0700
50387 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
50390 ____________________________________________________________________________
50391 [ 6202] By: jhi on 2000/06/06 19:38:35
50392 Log: Integrate with Sarathy.
50395 ____________________________________________________________________________
50396 [ 6201] By: gsar on 2000/06/06 00:42:59
50397 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
50398 does a PUSHMARK that's never ever POPMARKed; in general, only
50399 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
50400 Perl_eval_[sp]v() don't because they don't take any incoming
50401 arguments (this leak has been around since the original version
50402 of perl_eval_pv() in 5.003_97e)
50405 ____________________________________________________________________________
50406 [ 6200] By: jhi on 2000/06/04 03:44:52
50407 Log: Update to cperl-mode.el 4.31 from
50408 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
50409 Subject: A couple of notes
50410 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50411 To: Mailing list Perl5 <perl5-porters@perl.org>
50412 Date: Sat, 3 Jun 2000 23:33:32 -0400
50413 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
50415 ! emacs/cperl-mode.el
50416 ____________________________________________________________________________
50417 [ 6199] By: jhi on 2000/06/03 15:11:05
50418 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
50419 From: Dan Sugalski <dan@sidhe.org>
50420 To: perl5-porters@perl.org, vmsperl@perl.org
50421 Date: Fri, 02 Jun 2000 17:30:51 -0400
50422 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
50424 ! vms/descrip_mms.template vms/gen_shrfls.pl
50425 ____________________________________________________________________________
50426 [ 6198] By: jhi on 2000/06/03 14:59:15
50427 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
50428 From: Dan Sugalski <dan@sidhe.org>
50429 To: vmsperl@perl.org, perl5-porters@perl.org
50430 Date: Fri, 02 Jun 2000 16:00:41 -0400
50431 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
50432 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
50434 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
50435 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
50436 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
50437 ____________________________________________________________________________
50438 [ 6197] By: jhi on 2000/06/03 14:41:30
50439 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
50440 From: John Borwick <jhborwic@unity.ncsu.edu>
50441 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
50442 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
50445 ____________________________________________________________________________
50446 [ 6196] By: jhi on 2000/06/03 14:38:09
50447 Log: Integrate with Sarathy.
50449 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50450 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50452 ____________________________________________________________________________
50453 [ 6195] By: gsar on 2000/06/02 22:43:13
50454 Log: fix yet another eval"" leak under USE_ITHREADS
50457 ____________________________________________________________________________
50458 [ 6194] By: gsar on 2000/06/02 18:22:06
50459 Log: fix small eval"" memory leaks under USE_ITHREADS
50461 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50462 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50464 ____________________________________________________________________________
50465 [ 6193] By: jhi on 2000/06/01 13:03:56
50466 Log: Signals-be-gone for microperl.
50468 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
50469 ____________________________________________________________________________
50470 [ 6192] By: jhi on 2000/06/01 12:52:02
50471 Log: Integrate with Sarathy.
50473 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
50474 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
50475 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
50476 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
50477 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
50478 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
50479 !> t/op/vec.t utils/h2xs.PL
50480 ____________________________________________________________________________
50481 [ 6191] By: gsar on 2000/06/01 09:38:21
50482 Log: vec() loses numericalness (modified version of patch suggested
50485 ! doop.c t/op/vec.t
50486 ____________________________________________________________________________
50487 [ 6190] By: gsar on 2000/06/01 09:26:15
50488 Log: submit missing embed.pl change
50491 ____________________________________________________________________________
50492 [ 6189] By: gsar on 2000/06/01 09:05:34
50493 Log: counting tr/// corrupts later operation (from M.J.T Guy)
50496 ____________________________________________________________________________
50497 [ 6188] By: gsar on 2000/06/01 08:58:39
50501 ____________________________________________________________________________
50502 [ 6187] By: gsar on 2000/06/01 08:50:07
50503 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
50504 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
50507 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
50509 ____________________________________________________________________________
50510 [ 6186] By: gsar on 2000/06/01 08:24:40
50511 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
50512 <wolfgang.laun@alcatel.at>)
50514 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
50515 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
50516 ____________________________________________________________________________
50517 [ 6185] By: gsar on 2000/06/01 08:12:00
50518 Log: remove incorrect documentation about implicit split to @_ in
50519 list context, which never really worked in perl 5 (from
50522 ! pod/perlfunc.pod pod/perltrap.pod
50523 ____________________________________________________________________________
50524 [ 6184] By: gsar on 2000/06/01 07:52:27
50525 Log: tweak for change#6127
50528 ____________________________________________________________________________
50529 [ 6183] By: gsar on 2000/06/01 07:41:02
50530 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
50533 + t/lib/selfloader.t
50534 ! MANIFEST lib/SelfLoader.pm
50535 ____________________________________________________________________________
50536 [ 6182] By: jhi on 2000/06/01 00:34:42
50537 Log: Be Cleaner Part Deux.
50540 ____________________________________________________________________________
50541 [ 6181] By: jhi on 2000/06/01 00:32:09
50542 Log: Integrate with Sarathy.
50544 !> pp.c t/op/arith.t
50545 ____________________________________________________________________________
50546 [ 6180] By: jhi on 2000/06/01 00:31:13
50547 Log: microperl nits from Simon Cozens.
50550 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
50552 ____________________________________________________________________________
50553 [ 6179] By: gsar on 2000/05/31 22:37:51
50554 Log: buggy modulus on UVs introduced by change#3378 (resulted in
50555 4063328477 % 65535 amounting to 27406, instead of 27407)
50557 ! pp.c t/op/arith.t
50558 ____________________________________________________________________________
50559 [ 6178] By: jhi on 2000/05/31 21:52:41
50563 ____________________________________________________________________________
50564 [ 6177] By: jhi on 2000/05/31 21:47:33
50565 Log: Substitution utf8 patch from Simon Cozens.
50568 ____________________________________________________________________________
50569 [ 6176] By: jhi on 2000/05/31 21:45:34
50570 Log: Single-quoted utf8 patch from Simon Cozens.
50573 ____________________________________________________________________________
50574 [ 6175] By: jhi on 2000/05/31 21:40:18
50575 Log: Integrate with Sarathy.
50577 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
50578 ____________________________________________________________________________
50579 [ 6174] By: jhi on 2000/05/31 21:37:31
50580 Log: microperl changes from Simon Cozens; Makefile for microperl
50581 written from scratch; few casts added as microperl compilation
50582 doesn't have all prototypes available.
50584 + Makefile.micro README.micro Todo.micro uconfig.sh
50585 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
50586 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
50588 + U/modified/Config_h.U
50589 ____________________________________________________________________________
50590 [ 6173] By: jhi on 2000/05/31 20:00:24
50591 Log: metaconfig maintenance.
50593 + U/modified/Inhdr.U U/typedefs/inotype.U
50594 Branch: metaconfig/U/perl
50595 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
50596 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
50597 ____________________________________________________________________________
50598 [ 6172] By: gsar on 2000/05/31 05:05:42
50599 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
50600 (from Ilya Zakharevich)
50602 ! regexec.c t/op/re_tests
50603 ____________________________________________________________________________
50604 [ 6171] By: gsar on 2000/05/31 05:01:47
50605 Log: scalar() doesn't force scalar context when used in void context
50606 (from Simon Cozens)
50608 ! op.c t/op/wantarray.t
50609 ____________________________________________________________________________
50610 [ 6170] By: gsar on 2000/05/31 04:41:33
50611 Log: change#6142 needs tweaks to tests to work where there's no symlink()
50612 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50615 ____________________________________________________________________________
50616 [ 6169] By: gsar on 2000/05/31 04:29:49
50617 Log: integrate cfgperl contents into mainline
50619 +> pod/perlmodlib.PL pod/perlnewmod.pod
50620 !> (integrate 42 files)
50621 ____________________________________________________________________________
50622 [ 6168] By: jhi on 2000/05/30 22:53:37
50623 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
50625 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50626 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
50627 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
50628 ! win32/config.bc win32/config.gc win32/config.vc
50629 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50630 ! win32/config_h.PL win32/config_sh.PL
50631 Branch: metaconfig/U/perl
50633 ____________________________________________________________________________
50634 [ 6167] By: jhi on 2000/05/30 22:20:21
50638 ____________________________________________________________________________
50639 [ 6166] By: jhi on 2000/05/30 22:11:51
50640 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
50641 in case somebody wants to write an extension for more
50642 shadow database interfaces.
50644 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50645 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
50646 ! vos/config.def vos/config.h vos/config_h.SH_orig
50647 ! win32/config.bc win32/config.gc win32/config.vc
50648 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50650 ! U/modified/Myinit.U
50651 Branch: metaconfig/U/perl
50652 + d_getespwnam.U d_getprpwnam.U i_prot.U
50653 ____________________________________________________________________________
50654 [ 6165] By: jhi on 2000/05/30 18:35:34
50655 Log: Integrate with Sarathy.
50658 ____________________________________________________________________________
50659 [ 6164] By: jhi on 2000/05/30 18:30:16
50662 ! Configure config_h.SH
50663 Branch: metaconfig/U/perl
50665 ____________________________________________________________________________
50666 [ 6163] By: gsar on 2000/05/30 03:24:03
50667 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
50670 ____________________________________________________________________________
50671 [ 6162] By: gsar on 2000/05/30 03:09:38
50672 Log: fix memory leak in method call optimization (change#3768);
50673 made C<eval "$x->foo()"> leak
50676 ____________________________________________________________________________
50677 [ 6161] By: jhi on 2000/05/29 17:56:26
50678 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
50679 both from Simon Cozens.
50681 + pod/perlmodlib.PL pod/perlnewmod.pod
50682 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
50683 ! pod/perlmodlib.pod pod/perltoc.pod
50684 ____________________________________________________________________________
50685 [ 6160] By: jhi on 2000/05/29 17:23:55
50686 Log: Changes for the File::Temp 0.08 (change #6159) test suite
50687 to fit better into the Perl distribution test framework.
50689 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
50690 ! t/lib/ftmp-tempfile.t
50691 ____________________________________________________________________________
50692 [ 6159] By: jhi on 2000/05/29 16:55:36
50693 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
50695 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50696 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50697 ____________________________________________________________________________
50698 [ 6158] By: bailey on 2000/05/29 16:22:08
50699 Log: Add fallback to tmpfile for use in cases where user's relying on
50700 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
50703 ! vms/vms.c vms/vmsish.h
50704 ____________________________________________________________________________
50705 [ 6157] By: jhi on 2000/05/29 03:10:36
50706 Log: Regen Configure to jive with #6149.
50710 ! U/modified/Getfile.U
50711 ____________________________________________________________________________
50712 [ 6156] By: jhi on 2000/05/29 03:01:38
50713 Log: Integrate with Sarathy.
50715 +> ext/DynaLoader/dl_mac.xs
50716 !> (integrate 38 files)
50717 ____________________________________________________________________________
50718 [ 6155] By: gsar on 2000/05/28 21:15:58
50719 Log: small bug in change#6144; remove random \xA0 character that snuck
50722 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
50723 ____________________________________________________________________________
50724 [ 6154] By: gsar on 2000/05/28 21:04:19
50725 Log: avoid type mismatch warning
50728 ____________________________________________________________________________
50729 [ 6153] By: gsar on 2000/05/28 20:58:31
50730 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
50731 <nick@Bagpuss.uk.boo.com>)
50733 ! lib/Test/Harness.pm
50734 ____________________________________________________________________________
50735 [ 6152] By: gsar on 2000/05/28 20:53:42
50736 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
50739 ____________________________________________________________________________
50740 [ 6151] By: gsar on 2000/05/28 20:50:28
50741 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
50744 ____________________________________________________________________________
50745 [ 6150] By: gsar on 2000/05/28 20:39:58
50746 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
50748 ! pod/perlrequick.pod
50749 ____________________________________________________________________________
50750 [ 6149] By: gsar on 2000/05/28 20:35:16
50751 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
50754 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
50755 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
50756 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
50757 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
50758 ____________________________________________________________________________
50759 [ 6148] By: gsar on 2000/05/28 20:21:07
50760 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
50762 ! lib/ExtUtils/MM_Unix.pm
50763 ____________________________________________________________________________
50764 [ 6147] By: gsar on 2000/05/28 20:12:41
50765 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
50766 (from Peter Prymmer)
50768 ! vms/subconfigure.com
50769 ____________________________________________________________________________
50770 [ 6146] By: gsar on 2000/05/28 20:06:15
50773 ! lib/warnings.pm warnings.h warnings.pl
50774 ____________________________________________________________________________
50775 [ 6145] By: gsar on 2000/05/28 18:44:33
50776 Log: make xsubpp skip embedded pod (from Matthias Neeracher
50777 <neeri@iis.ee.ethz.ch>)
50779 ! lib/ExtUtils/xsubpp
50780 ____________________________________________________________________________
50781 [ 6144] By: gsar on 2000/05/28 18:42:49
50782 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
50783 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
50784 <neeri@iis.ee.ethz.ch>)
50787 ____________________________________________________________________________
50788 [ 6143] By: gsar on 2000/05/28 18:41:12
50789 Log: MacOS support, part 1 (from Matthias Neeracher
50790 <neeri@iis.ee.ethz.ch>)
50792 + ext/DynaLoader/dl_mac.xs
50793 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
50794 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
50795 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
50797 ____________________________________________________________________________
50798 [ 6142] By: gsar on 2000/05/28 18:21:51
50799 Log: File::Find fails to chdir when chasing symlinks (from
50800 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50802 ! lib/File/Find.pm t/lib/filefind.t
50803 ____________________________________________________________________________
50804 [ 6141] By: jhi on 2000/05/28 14:25:15
50805 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
50806 forwarded by Peter Seebach from the bsdi-users mailing list.
50807 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
50810 ____________________________________________________________________________
50811 [ 6140] By: jhi on 2000/05/28 14:11:57
50812 Log: Integrate with Sarathy.
50814 +> (branch 30 files)
50815 !> (integrate 93 files)
50816 ____________________________________________________________________________
50817 [ 6139] By: gsar on 2000/05/28 10:01:48
50818 Log: revise mktables.PL for bugs and newness in Unicode 3.0
50819 (from James Bence <jbence@amgen.com>)
50821 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
50822 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
50823 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
50824 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
50825 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
50826 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
50827 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
50828 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
50829 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
50830 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
50831 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
50832 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
50833 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
50834 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
50835 + lib/unicode/Is/SylWU.pl
50836 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
50837 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50838 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50839 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50840 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50841 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50842 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50843 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50844 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50845 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50846 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50847 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50848 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50849 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
50850 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
50851 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
50852 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
50853 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
50854 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
50855 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
50856 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
50857 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
50858 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
50859 ! lib/unicode/Makefile lib/unicode/mktables.PL
50860 ____________________________________________________________________________
50861 [ 6138] By: gsar on 2000/05/28 08:50:32
50862 Log: add note about the handling of negative indices to tied arrays
50863 (from Michael G Schwern <schwern@pobox.com>)
50866 ____________________________________________________________________________
50867 [ 6137] By: gsar on 2000/05/28 08:46:10
50868 Log: fix bogus redeclaration warning for "our" variables in different
50871 ! op.c t/pragma/strict-vars
50872 ____________________________________________________________________________
50873 [ 6136] By: gsar on 2000/05/28 08:31:20
50874 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
50876 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
50877 ____________________________________________________________________________
50878 [ 6135] By: gsar on 2000/05/28 08:17:50
50879 Log: enable Test::Harness to dynamically determine column width etc.
50880 (from Rob Napier <rnapier@employees.org>)
50882 ! lib/Test/Harness.pm
50883 ____________________________________________________________________________
50884 [ 6134] By: gsar on 2000/05/28 08:13:39
50885 Log: make Test::Harness use wait.h/WCOREDUMP if available
50886 (from Ben Tilly <ben_tilly@hotmail.com>)
50888 ! lib/Test/Harness.pm
50889 ____________________________________________________________________________
50890 [ 6133] By: gsar on 2000/05/28 08:08:05
50891 Log: elide bogus test in change#6132
50893 ! t/pragma/warn/9enabled
50894 ____________________________________________________________________________
50895 [ 6132] By: gsar on 2000/05/28 08:03:14
50896 Log: warnings::enabled() doesn't fall back to looking at $^W if
50897 caller isn't using lexical warnings (from Paul Marquess)
50899 ! pp_ctl.c t/pragma/warn/9enabled
50900 ____________________________________________________________________________
50901 [ 6131] By: gsar on 2000/05/28 07:57:47
50902 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
50904 ! ext/POSIX/POSIX.pm
50905 ____________________________________________________________________________
50906 [ 6130] By: gsar on 2000/05/28 07:29:12
50907 Log: fix places that mean C<"word" character> but say C<alphanumeric
50910 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
50911 ____________________________________________________________________________
50912 [ 6129] By: gsar on 2000/05/28 07:18:41
50913 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
50916 ____________________________________________________________________________
50917 [ 6128] By: gsar on 2000/05/28 07:12:55
50918 Log: new perlxstut example for passing/returning refs to arrays
50919 (from David Lowe <dlowe@pootpoot.com>)
50921 ! pod/perlxstut.pod
50922 ____________________________________________________________________________
50923 [ 6127] By: gsar on 2000/05/28 07:02:50
50924 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
50925 failed (from Gisle Aas)
50928 ____________________________________________________________________________
50929 [ 6126] By: gsar on 2000/05/28 06:39:53
50930 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
50931 (reworked variant of patch suggested by Simon Cozens)
50933 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
50934 ! pp_hot.c proto.h t/op/gv.t
50935 ____________________________________________________________________________
50936 [ 6125] By: gsar on 2000/05/28 05:14:55
50937 Log: enable propagating exception objects via Perl_croak() in XS code
50941 ____________________________________________________________________________
50942 [ 6124] By: gsar on 2000/05/28 05:07:28
50943 Log: integrate vmsperl contents into mainline
50945 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
50946 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
50948 ____________________________________________________________________________
50949 [ 6123] By: gsar on 2000/05/28 05:03:53
50950 Log: clarify gotcha with #line directives (from Rocco Caputo
50953 ! pod/perldebug.pod pod/perlsyn.pod
50954 ____________________________________________________________________________
50955 [ 6122] By: gsar on 2000/05/28 04:58:29
50956 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
50957 (from Mark-Jason Dominus)
50959 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
50960 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
50961 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
50963 ____________________________________________________________________________
50964 [ 6121] By: bailey on 2000/05/25 04:46:54
50965 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
50966 lists (based on fixes by Craig Berry)
50968 ! lib/File/Spec/VMS.pm
50969 ____________________________________________________________________________
50970 [ 6120] By: bailey on 2000/05/25 04:25:38
50971 Log: Add missing escape (Charles Lane)
50973 ! t/op/lex_assign.t
50974 ____________________________________________________________________________
50975 [ 6119] By: bailey on 2000/05/25 04:21:25
50976 Log: Quiet error messages in vmsish.t (Charles Lane)
50979 ____________________________________________________________________________
50980 [ 6118] By: bailey on 2000/05/25 04:17:57
50981 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
50982 Flatten case labels in switch statements uniformly (Charles Bailey)
50985 ____________________________________________________________________________
50986 [ 6117] By: bailey on 2000/05/25 03:58:09
50987 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
50990 ____________________________________________________________________________
50991 [ 6116] By: bailey on 2000/05/25 03:11:15
50992 Log: Miscellaneous cosmetic fixes (Charles Lane)
50994 ! lib/ExtUtils/MM_VMS.pm
50995 ____________________________________________________________________________
50996 [ 6115] By: bailey on 2000/05/25 03:10:36
50997 Log: Add bounds checking for several strings (Charles Lane)
51000 ____________________________________________________________________________
51001 [ 6114] By: bailey on 2000/05/25 02:25:34
51002 Log: Urk -- undo previous removal of vmsish 'exit' change
51004 ! vms/ext/vmsish.pm vms/vmsish.h
51005 ____________________________________________________________________________
51006 [ 6113] By: bailey on 2000/05/24 02:24:40
51007 Log: Ugly workaround for version-specific RTL error
51010 ____________________________________________________________________________
51011 [ 6112] By: bailey on 2000/05/24 02:19:55
51012 Log: Check for existence of file before trying to delete
51015 ____________________________________________________________________________
51016 [ 6111] By: bailey on 2000/05/23 23:35:13
51017 Log: Resync with mainline prior to post-5.6.0 updates
51019 +> (branch 49 files)
51020 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
51021 ! vms/ext/vmsish.pm
51022 !> (integrate 334 files)
51023 ____________________________________________________________________________
51024 [ 6110] By: jhi on 2000/05/23 19:28:32
51028 ____________________________________________________________________________
51029 [ 6109] By: jhi on 2000/05/18 17:38:54
51030 Log: Integrate with Sarathy.
51032 !> mg.c perl.h win32/perlhost.h
51033 ____________________________________________________________________________
51034 [ 6108] By: gsar on 2000/05/17 02:24:56
51035 Log: reenable fake signal handling on Windows, bugs and all
51037 ! mg.c perl.h win32/perlhost.h
51038 ____________________________________________________________________________
51039 [ 6107] By: jhi on 2000/05/15 18:01:41
51040 Log: Tweak the todo list.
51043 ____________________________________________________________________________
51044 [ 6106] By: jhi on 2000/05/15 13:41:48
51045 Log: The (Configure) script refuses to go on, after asking for
51046 'You may also choose to try maximal 64-bitness....'.
51047 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
51049 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
51051 ! hints/solaris_2.sh
51052 ____________________________________________________________________________
51053 [ 6105] By: jhi on 2000/05/11 14:37:43
51054 Log: Integrate with Sarathy.
51056 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51057 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
51058 ____________________________________________________________________________
51059 [ 6104] By: gsar on 2000/05/11 03:39:07
51060 Log: PL_sys_intern was being initialized too late on windows
51062 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51063 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
51064 ____________________________________________________________________________
51065 [ 6103] By: jhi on 2000/05/09 19:42:20
51066 Log: Test tweaking for Unicos continues.
51069 ____________________________________________________________________________
51070 [ 6102] By: jhi on 2000/05/09 16:47:27
51071 Log: The test suite tweak in #6101 wasn't quite right.
51074 ____________________________________________________________________________
51075 [ 6101] By: jhi on 2000/05/09 15:35:34
51076 Log: Hints and test tweaks for Unicos.
51078 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
51079 ____________________________________________________________________________
51080 [ 6100] By: jhi on 2000/05/08 21:15:06
51081 Log: More compilation tweakery from Allen Smith.
51084 ____________________________________________________________________________
51085 [ 6099] By: jhi on 2000/05/08 19:21:18
51086 Log: Tweaks for the cc bugs from Allen Smith.
51089 ____________________________________________________________________________
51090 [ 6098] By: jhi on 2000/05/08 19:13:37
51091 Log: Add a note about other, yet unsupported, shadow password APIs.
51094 ____________________________________________________________________________
51095 [ 6097] By: jhi on 2000/05/08 18:46:34
51096 Log: Add a note about possible compilation problems from Allen Smith.
51099 ____________________________________________________________________________
51100 [ 6096] By: jhi on 2000/05/08 17:33:10
51101 Log: Integrate with Sarathy.
51103 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51104 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
51105 ____________________________________________________________________________
51106 [ 6095] By: jhi on 2000/05/08 16:21:33
51107 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
51108 might be useful in future.
51110 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51113 ! U/installdirs/inc_version_list.U
51114 Branch: metaconfig/U/perl
51116 ____________________________________________________________________________
51117 [ 6094] By: gsar on 2000/05/08 14:22:22
51118 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
51120 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51121 ! hints/cygwin.sh pp_sys.c
51122 ____________________________________________________________________________
51123 [ 6093] By: gsar on 2000/05/08 12:52:28
51124 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
51125 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
51127 ! pp_sys.c sv.c win32/perlhost.h
51128 ____________________________________________________________________________
51129 [ 6092] By: jhi on 2000/05/07 22:40:34
51130 Log: Regen perltoc with the fixed buildtoc.
51133 ____________________________________________________________________________
51134 [ 6091] By: jhi on 2000/05/07 22:24:16
51135 Log: Integrate with Sarathy.
51137 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
51138 !> t/op/substr.t toke.c
51139 ____________________________________________________________________________
51140 [ 6090] By: gsar on 2000/05/07 19:47:07
51141 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
51142 [NI]OK; added tests for both
51144 ! perl.c pp_hot.c sv.c t/op/substr.t
51145 ____________________________________________________________________________
51146 [ 6089] By: gsar on 2000/05/07 18:18:38
51147 Log: buildtoc tweak to fix newline lossage
51150 ____________________________________________________________________________
51151 [ 6088] By: jhi on 2000/05/07 16:35:36
51152 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
51153 because we do not use those. The HAS_GETSPNAM remains,
51154 though, because we still do use that.
51156 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51157 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
51158 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
51159 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
51160 ! win32/config.vc win32/config_H.bc win32/config_H.gc
51161 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
51162 ____________________________________________________________________________
51163 [ 6087] By: gsar on 2000/05/07 16:05:16
51164 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
51166 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
51167 ____________________________________________________________________________
51168 [ 6086] By: jhi on 2000/05/07 15:27:07
51169 Log: Integrate with Sarathy.
51171 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51172 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51173 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
51174 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
51175 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
51176 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
51177 ____________________________________________________________________________
51178 [ 6085] By: gsar on 2000/05/07 05:52:02
51179 Log: repeat operator (x) doesn't preserve utf8-ness
51181 ! pp.c t/op/substr.t
51182 ____________________________________________________________________________
51183 [ 6084] By: gsar on 2000/05/07 05:39:55
51184 Log: substr() does not preserve utf8-ness (from Stefan Eissing
51185 <Eissing@medicaldataservice.de>); added tests
51187 ! pp.c t/op/substr.t
51188 ____________________________________________________________________________
51189 [ 6083] By: gsar on 2000/05/07 05:24:46
51190 Log: note about undocumented caller() return value (from M.J.T. Guy);
51191 yet another peek.t tweak
51193 ! pod/perlfunc.pod t/lib/peek.t
51194 ____________________________________________________________________________
51195 [ 6082] By: gsar on 2000/05/07 05:08:40
51196 Log: peek.t non-portable to ithreads
51199 ____________________________________________________________________________
51200 [ 6081] By: gsar on 2000/05/07 04:17:04
51201 Log: better default perlbug categories for ok reports (from Richard Foley)
51204 ____________________________________________________________________________
51205 [ 6080] By: gsar on 2000/05/07 04:08:07
51206 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
51207 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51209 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51210 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51211 ! AUTHORS MAINTAIN MANIFEST
51212 ____________________________________________________________________________
51213 [ 6079] By: gsar on 2000/05/07 04:01:38
51214 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
51216 ! lib/Carp/Heavy.pm
51217 ____________________________________________________________________________
51218 [ 6078] By: gsar on 2000/05/07 01:24:19
51219 Log: workaround for CRT bug in chdir() (from Charles Lane, via
51222 ! iperlsys.h vms/vms.c vms/vmsish.h
51223 ____________________________________________________________________________
51224 [ 6077] By: gsar on 2000/05/07 01:22:23
51225 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
51228 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
51229 ____________________________________________________________________________
51230 [ 6076] By: gsar on 2000/05/06 17:36:29
51231 Log: integrate cfgperl contents into mainline
51234 !> Configure MANIFEST Porting/Glossary Porting/config.sh
51235 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
51236 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
51237 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
51238 ____________________________________________________________________________
51239 [ 6075] By: jhi on 2000/05/05 18:56:10
51240 Log: Make the test more portable.
51243 ____________________________________________________________________________
51244 [ 6074] By: jhi on 2000/05/05 18:49:20
51245 Log: Introduce t/lib/peek.t.
51249 ____________________________________________________________________________
51250 [ 6073] By: jhi on 2000/05/05 14:30:45
51251 Log: Complex tweaks.
51253 ! lib/Math/Complex.pm t/lib/complex.t
51254 ____________________________________________________________________________
51255 [ 6072] By: jhi on 2000/05/05 12:27:13
51256 Log: Integrate with Sarathy.
51258 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51259 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51260 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
51261 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
51262 ____________________________________________________________________________
51263 [ 6071] By: gsar on 2000/05/05 02:24:46
51264 Log: misformatted perllocal.pod (from Tim Jenness
51265 <t.jenness@jach.hawaii.edu>)
51267 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51268 ____________________________________________________________________________
51269 [ 6070] By: gsar on 2000/05/05 02:16:52
51270 Log: remove misleading comment (from M.J.T. Guy)
51273 ____________________________________________________________________________
51274 [ 6069] By: gsar on 2000/05/05 02:15:13
51275 Log: File::Spec compatibility update (from Barrie Slaymaker
51276 <barries@slaysys.com>)
51278 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51279 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51280 ____________________________________________________________________________
51281 [ 6068] By: gsar on 2000/05/05 02:01:50
51282 Log: note about values()
51285 ____________________________________________________________________________
51286 [ 6067] By: gsar on 2000/05/05 01:33:09
51287 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
51290 ____________________________________________________________________________
51291 [ 6066] By: gsar on 2000/05/05 01:23:43
51295 ____________________________________________________________________________
51296 [ 6065] By: jhi on 2000/05/04 17:30:22
51297 Log: Integrate with Sarathy.
51299 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
51300 ____________________________________________________________________________
51301 [ 6064] By: gsar on 2000/05/04 17:26:14
51302 Log: change#5905 wasn't quite right--it's intent only applies when arguments
51303 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
51306 ____________________________________________________________________________
51307 [ 6063] By: gsar on 2000/05/04 16:52:29
51308 Log: tokeq() could read unallocated field in argument
51311 ____________________________________________________________________________
51312 [ 6062] By: gsar on 2000/05/04 16:34:51
51313 Log: additional tests for utf8.t
51316 ____________________________________________________________________________
51317 [ 6061] By: gsar on 2000/05/04 16:09:28
51318 Log: change#5921 neglected to make eq honor "use bytes"
51321 ____________________________________________________________________________
51322 [ 6060] By: jhi on 2000/05/04 15:30:16
51323 Log: Integrate with Sarathy.
51325 !> perl.c regcomp.c t/pragma/utf8.t
51326 ____________________________________________________________________________
51327 [ 6059] By: jhi on 2000/05/04 15:26:37
51328 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
51329 in natively 64-bit platforms where a long is a quad (no need
51330 for long longs). Also added bias for IVs.
51333 ____________________________________________________________________________
51334 [ 6058] By: gsar on 2000/05/04 00:19:14
51335 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
51336 (spotted by Donald Kinzer <dkinzer@premia.com>)
51339 ____________________________________________________________________________
51340 [ 6057] By: gsar on 2000/05/03 18:34:01
51341 Log: fix broken parsing of /\x{ab}/
51343 ! regcomp.c t/pragma/utf8.t
51344 ____________________________________________________________________________
51345 [ 6056] By: jhi on 2000/05/03 17:57:16
51346 Log: The search of infinity continues, this time simplified.
51348 ! lib/Math/Complex.pm
51349 ____________________________________________________________________________
51350 [ 6055] By: jhi on 2000/05/03 17:45:30
51354 ____________________________________________________________________________
51355 [ 6054] By: jhi on 2000/05/02 22:28:27
51356 Log: Be more forgiving in POSIX about HUGE_VALL.
51358 ! ext/POSIX/POSIX.xs
51359 ____________________________________________________________________________
51360 [ 6053] By: jhi on 2000/05/02 22:25:05
51361 Log: Integrate with Sarathy.
51363 !> hints/irix_6.sh pod/perlop.pod
51364 ____________________________________________________________________________
51365 [ 6052] By: jhi on 2000/05/02 22:24:31
51366 Log: Unicos hint tweak.
51369 ____________________________________________________________________________
51370 [ 6051] By: jhi on 2000/05/02 22:21:26
51371 Log: Complex tweakery.
51373 ! lib/Math/Complex.pm t/lib/complex.t
51374 ____________________________________________________________________________
51375 [ 6050] By: jhi on 2000/05/02 19:26:22
51376 Log: Use setxxent()/endxxent().
51378 ! t/op/grent.t t/op/pwent.t
51379 ____________________________________________________________________________
51380 [ 6049] By: jhi on 2000/05/02 19:06:02
51381 Log: Test both the scalar and list contexts.
51383 ! t/op/grent.t t/op/pwent.t
51384 ____________________________________________________________________________
51385 [ 6048] By: gsar on 2000/05/02 18:29:10
51386 Log: add note about how $( doesn't interpolate in REs (from
51387 Philip Newton <newton@ficus.frogspace.net>)
51390 ____________________________________________________________________________
51391 [ 6047] By: jhi on 2000/05/02 17:41:24
51392 Log: Call getspnam() only iff needd.
51395 ____________________________________________________________________________
51396 [ 6046] By: gsar on 2000/05/02 17:07:25
51397 Log: libscheck has insufficient checks for n32 libs (from
51398 Albert Chin-A-Young <china@thewrittenword.com>)
51401 ____________________________________________________________________________
51402 [ 6045] By: jhi on 2000/05/02 13:57:17
51403 Log: Integrate with Sarathy.
51405 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
51406 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
51407 ____________________________________________________________________________
51408 [ 6044] By: gsar on 2000/05/02 06:48:19
51409 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
51410 such that underscores are only ignored in literal numbers,
51411 "\x{...}", and hex/oct argument
51413 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
51414 ____________________________________________________________________________
51415 [ 6043] By: gsar on 2000/05/02 02:22:29
51416 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
51418 ! pod/perlretut.pod
51419 ____________________________________________________________________________
51420 [ 6042] By: gsar on 2000/05/02 02:17:51
51421 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
51424 ____________________________________________________________________________
51425 [ 6041] By: gsar on 2000/05/02 01:53:51
51426 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
51430 ____________________________________________________________________________
51431 [ 6040] By: gsar on 2000/05/02 01:51:57
51432 Log: missing files in MANIFEST
51435 ____________________________________________________________________________
51436 [ 6039] By: jhi on 2000/05/02 00:36:46
51437 Log: Infinite problems.
51439 ! lib/Math/Complex.pm
51440 ____________________________________________________________________________
51441 [ 6038] By: jhi on 2000/05/02 00:06:38
51442 Log: pwent/spent #ifdef imbalance.
51445 ____________________________________________________________________________
51446 [ 6037] By: jhi on 2000/05/01 22:50:11
51447 Log: Use HUGE_VALL if applicable.
51449 ! ext/POSIX/POSIX.xs util.c
51450 ____________________________________________________________________________
51451 [ 6036] By: jhi on 2000/05/01 22:20:53
51452 Log: Correct Freudian slip.
51455 ____________________________________________________________________________
51456 [ 6035] By: jhi on 2000/05/01 21:07:38
51457 Log: Continue on the pwent/spent case.
51460 ____________________________________________________________________________
51461 [ 6034] By: jhi on 2000/05/01 17:45:14
51462 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
51463 adjustments in 6032 conflicted badly with this, will have
51464 to revisit them later.
51466 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
51467 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
51468 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
51469 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
51470 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
51471 !> t/lib/cgi-html.t t/lib/cgi-request.t
51472 ____________________________________________________________________________
51473 [ 6033] By: jhi on 2000/05/01 17:40:49
51474 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
51477 ____________________________________________________________________________
51478 [ 6032] By: gsar on 2000/05/01 15:56:32
51479 Log: whitespace adjustments
51482 ____________________________________________________________________________
51483 [ 6031] By: gsar on 2000/05/01 15:19:41
51484 Log: small nits in diagnostics.pm (from Robin Barker)
51486 ! lib/diagnostics.pm pod/perldiag.pod
51487 ____________________________________________________________________________
51488 [ 6030] By: gsar on 2000/05/01 08:39:18
51489 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
51490 for @- and @+ (from Johan Vromans)
51492 ! lib/English.pm pod/perlvar.pod
51493 ____________________________________________________________________________
51494 [ 6029] By: gsar on 2000/05/01 08:16:10
51495 Log: add CGI.pm v2.66 (from Lincoln Stein)
51497 + lib/CGI/Util.pm t/lib/cgi-pretty.t
51498 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
51499 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
51500 ! t/lib/cgi-html.t t/lib/cgi-request.t
51501 ____________________________________________________________________________
51502 [ 6028] By: gsar on 2000/05/01 06:34:41
51503 Log: Pod::Man generates groff-incompatible macro definition (from
51507 ____________________________________________________________________________
51508 [ 6027] By: gsar on 2000/05/01 06:31:36
51509 Log: podlators-1.02 update (from Russ Allbery)
51511 ! lib/Pod/Man.pm lib/Pod/Text.pm
51512 ____________________________________________________________________________
51513 [ 6026] By: jhi on 2000/04/30 23:24:23
51514 Log: Integrate with Sarathy.
51516 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51517 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
51518 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51519 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51520 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
51521 !> t/lib/syslog.t toke.c win32/win32.h
51522 ____________________________________________________________________________
51523 [ 6025] By: gsar on 2000/04/30 18:17:47
51524 Log: Is{Alnum,Alpha,Word} don't match titlecase
51526 TODO: IsSpace is defined recursively!
51528 (both spotted by Larry)
51530 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51531 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51532 ____________________________________________________________________________
51533 [ 6024] By: gsar on 2000/04/30 17:50:19
51534 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
51535 (from Hugo van der Sanden)
51538 ____________________________________________________________________________
51539 [ 6023] By: gsar on 2000/04/30 17:14:43
51540 Log: debugger stomps on $. (from M.J.T. Guy)
51543 ____________________________________________________________________________
51544 [ 6022] By: gsar on 2000/04/30 16:59:22
51545 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
51548 ____________________________________________________________________________
51549 [ 6021] By: gsar on 2000/04/29 21:00:08
51550 Log: remove Win2K issue in pod (fixed by change#6020)
51552 ! README.win32 pod/perl56delta.pod
51553 ____________________________________________________________________________
51554 [ 6020] By: gsar on 2000/04/29 20:51:49
51558 ____________________________________________________________________________
51559 [ 6019] By: gsar on 2000/04/29 20:34:27
51560 Log: windows portability tweaks
51562 ! t/lib/b.t win32/win32.h
51563 ____________________________________________________________________________
51564 [ 6018] By: gsar on 2000/04/29 19:55:24
51565 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
51566 make _PATH_LOG() return "" if unavailable
51568 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51569 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
51570 ____________________________________________________________________________
51571 [ 6017] By: jhi on 2000/04/28 22:49:46
51572 Log: Integrate with Sarathy.
51574 !> op.c perl.c pod/perldiag.pod t/lib/b.t
51575 ____________________________________________________________________________
51576 [ 6016] By: jhi on 2000/04/28 22:46:14
51577 Log: Do not warn that an infinity does not look like a number.
51580 ____________________________________________________________________________
51581 [ 6015] By: gsar on 2000/04/28 22:35:49
51582 Log: tweak test for portability
51585 ____________________________________________________________________________
51586 [ 6014] By: gsar on 2000/04/28 22:05:31
51587 Log: glob() loading File::Glob behind the scenes may cause syntax errors
51590 ____________________________________________________________________________
51591 [ 6013] By: gsar on 2000/04/28 21:25:22
51592 Log: tweak change#5945 to display correct switch name in diagnostic
51594 ! perl.c pod/perldiag.pod
51595 ____________________________________________________________________________
51596 [ 6012] By: jhi on 2000/04/28 21:08:12
51597 Log: Integrate with Sarathy.
51599 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
51600 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
51601 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
51602 ____________________________________________________________________________
51603 [ 6011] By: jhi on 2000/04/28 21:04:46
51604 Log: &HUGE_VAL is not defined, it exists.
51606 ! lib/Math/Complex.pm
51607 ____________________________________________________________________________
51608 [ 6010] By: gsar on 2000/04/28 21:02:58
51609 Log: clarify note about shadow password support (from
51610 gellyfish@gellyfish.com)
51613 ____________________________________________________________________________
51614 [ 6009] By: gsar on 2000/04/28 21:00:00
51615 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
51617 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
51618 ____________________________________________________________________________
51619 [ 6008] By: gsar on 2000/04/28 20:56:33
51620 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
51622 ! installperl vms/subconfigure.com
51623 ____________________________________________________________________________
51624 [ 6007] By: gsar on 2000/04/28 20:51:21
51625 Log: note about compile failures and END blocks (from M.J.T. Guy)
51627 ! pod/perl56delta.pod pod/perlmod.pod
51628 ____________________________________________________________________________
51629 [ 6006] By: jhi on 2000/04/28 20:42:14
51630 Log: Regen Configure.
51632 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51634 ____________________________________________________________________________
51635 [ 6005] By: gsar on 2000/04/28 20:41:16
51636 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
51639 ____________________________________________________________________________
51640 [ 6004] By: jhi on 2000/04/28 20:28:21
51641 Log: Integrate with Sarathy.
51643 !> Configure INSTALL Porting/Glossary Porting/config.sh
51644 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
51645 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
51646 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
51647 !> win32/config.vc win32/win32.c
51648 ____________________________________________________________________________
51649 [ 6003] By: gsar on 2000/04/28 20:11:20
51650 Log: allow REG_EXPAND_SZ keys in Windows registry (from
51651 John Clayton <John.Clayton@barclayscapital.com>)
51654 ____________________________________________________________________________
51655 [ 6002] By: gsar on 2000/04/28 19:34:16
51656 Log: destructive sv_setsv() can lose UV-ness from source, causing
51657 numeric promotions/comparisons to fail to do the right thing
51660 ____________________________________________________________________________
51661 [ 6001] By: gsar on 2000/04/28 18:44:15
51662 Log: support additional library locations via $Config{otherlibdirs}
51663 (from Andy Dougherty)
51665 ! Configure INSTALL Porting/Glossary Porting/config.sh
51666 ! Porting/config_H config_h.SH epoc/config.sh perl.c
51667 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
51668 ! win32/config.bc win32/config.gc win32/config.vc
51669 ____________________________________________________________________________
51670 [ 6000] By: gsar on 2000/04/28 18:26:58
51671 Log: reworked otherlibdirs.U (from Andy Dougherty)
51673 ! U/installdirs/otherlibdirs.U
51674 ____________________________________________________________________________
51675 [ 5999] By: gsar on 2000/04/28 18:17:07
51676 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
51678 ! t/pragma/warn/toke toke.c
51679 ____________________________________________________________________________
51680 [ 5998] By: jhi on 2000/04/28 13:32:17
51681 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
51683 ! lib/Math/Complex.pm
51684 ____________________________________________________________________________
51685 [ 5997] By: jhi on 2000/04/28 13:14:04
51688 ! lib/Math/Complex.pm
51689 ____________________________________________________________________________
51690 [ 5996] By: jhi on 2000/04/28 12:59:23
51691 Log: Integrate with Sarathy.
51693 +> pod/perlrequick.pod pod/perlretut.pod
51694 !> (integrate 51 files)
51695 ____________________________________________________________________________
51696 [ 5995] By: gsar on 2000/04/28 09:37:36
51697 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
51699 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
51700 ____________________________________________________________________________
51701 [ 5994] By: gsar on 2000/04/28 09:33:26
51702 Log: fix for missed accounting for null byte in pack("Z",...) (from
51706 ____________________________________________________________________________
51707 [ 5993] By: gsar on 2000/04/28 09:30:05
51708 Log: various minor tweaks seen on p5p
51710 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
51711 ____________________________________________________________________________
51712 [ 5992] By: gsar on 2000/04/28 09:08:19
51713 Log: pod nit (from Simon Cozens)
51716 ____________________________________________________________________________
51717 [ 5991] By: gsar on 2000/04/28 09:06:36
51718 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
51720 ! README.posix-bc hints/posix-bc.sh
51721 ____________________________________________________________________________
51722 [ 5990] By: gsar on 2000/04/28 08:54:52
51723 Log: use $ENV{LIB} to search for libs under Visual C compiler
51724 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
51726 ! lib/ExtUtils/Liblist.pm
51727 ____________________________________________________________________________
51728 [ 5989] By: gsar on 2000/04/28 08:27:12
51729 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
51730 itself and no other (from Tom Hughes)
51732 ! t/op/array.t toke.c
51733 ____________________________________________________________________________
51734 [ 5988] By: gsar on 2000/04/28 08:01:38
51735 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
51736 <paul@miraclefish.com>)
51738 ! lib/ExtUtils/MakeMaker.pm
51739 ____________________________________________________________________________
51740 [ 5987] By: gsar on 2000/04/28 07:53:09
51741 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
51743 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
51744 ____________________________________________________________________________
51745 [ 5986] By: gsar on 2000/04/28 07:44:17
51746 Log: add regular expressions tutorial and quick-start guide (from
51747 Mark Kvale <kvale@phy.ucsf.edu>)
51749 + pod/perlrequick.pod pod/perlretut.pod
51750 ! AUTHORS MAINTAIN MANIFEST
51751 ____________________________________________________________________________
51752 [ 5985] By: gsar on 2000/04/28 07:30:28
51753 Log: forked child may not exit correctly if it failed to open
51754 /dev/console (from Graham Barr)
51756 ! ext/Sys/Syslog/Syslog.pm
51757 ____________________________________________________________________________
51758 [ 5984] By: gsar on 2000/04/28 07:27:20
51759 Log: attributes::reftype() doesn't work on tied argument
51762 ____________________________________________________________________________
51763 [ 5983] By: gsar on 2000/04/28 07:15:04
51764 Log: numeric conversion of non-number in change#3378 tramples on
51765 OOK offset, causing segfaults
51768 ____________________________________________________________________________
51769 [ 5982] By: gsar on 2000/04/28 04:48:25
51770 Log: avoid error in IO::Socket::INET when given an unknown service name
51771 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
51773 ! ext/IO/lib/IO/Socket/INET.pm
51774 ____________________________________________________________________________
51775 [ 5981] By: gsar on 2000/04/28 04:31:31
51776 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
51777 prototype mismatch with CORE::glob(); update pod and tests to
51778 suit (File::Glob::glob() is still available for backward
51779 compatibility, but should be considered deprecated)
51781 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
51782 ! t/lib/glob-taint.t
51783 ____________________________________________________________________________
51784 [ 5980] By: gsar on 2000/04/28 03:47:29
51785 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
51788 ! U/modified/Options.U
51791 ____________________________________________________________________________
51792 [ 5979] By: gsar on 2000/04/28 03:07:54
51793 Log: under useithreads, constant pad entries could inadvertantly be
51794 shared across threads (from Eric Blood <eblood@xmission.com>);
51795 added Eric's test case to testsuite
51798 ____________________________________________________________________________
51799 [ 5978] By: gsar on 2000/04/27 21:13:00
51800 Log: sync version numbers in File::Spec with the ones on CPAN
51801 (from Barrie Slaymaker)
51803 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51804 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51805 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51806 ____________________________________________________________________________
51807 [ 5977] By: gsar on 2000/04/27 21:07:29
51808 Log: autoquote barewords followed by newline and arrow properly
51809 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
51811 ! t/pragma/warn/toke toke.c
51812 ____________________________________________________________________________
51813 [ 5976] By: gsar on 2000/04/27 20:41:20
51814 Log: DB_File v1.73 update (from Paul Marquess)
51816 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51817 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
51818 ____________________________________________________________________________
51819 [ 5975] By: gsar on 2000/04/27 20:34:24
51820 Log: allow sort() reentrancy (variant of patch suggested by
51821 Hugo van der Sanden)
51823 ! pp_ctl.c t/op/sort.t
51824 ____________________________________________________________________________
51825 [ 5974] By: gsar on 2000/04/27 19:46:57
51826 Log: change#4197 somehow missed initializing PL_errors, meaning
51827 sytax error queueing wasn't working outside eval"" at all;
51828 also fixed eval"" to localize PL_error_count, so that compile-time
51829 eval's don't clobber the error state of the outer context
51831 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
51832 ! t/pragma/warn/toke
51833 ____________________________________________________________________________
51834 [ 5973] By: gsar on 2000/04/27 18:29:05
51835 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
51837 ! regcomp.c regexec.c t/op/re_tests
51838 ____________________________________________________________________________
51839 [ 5972] By: jhi on 2000/04/27 18:22:41
51840 Log: Integrate with Sarathy.
51842 +> t/lib/b.t t/lib/syslog.t
51843 !> (integrate 31 files)
51844 ____________________________________________________________________________
51845 [ 5971] By: jhi on 2000/04/27 18:18:46
51846 Log: Unicos tweaks from Mark P. Lutz.
51848 ! hints/unicos.sh lib/Math/Complex.pm
51849 ____________________________________________________________________________
51850 [ 5970] By: gsar on 2000/04/27 18:05:11
51851 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
51854 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
51855 ____________________________________________________________________________
51856 [ 5969] By: gsar on 2000/04/27 17:50:56
51857 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
51860 ! MANIFEST ext/Sys/Syslog/Syslog.pm
51861 ____________________________________________________________________________
51862 [ 5968] By: gsar on 2000/04/27 17:44:49
51863 Log: tolerate spaces in group names in test on solaris (from David Boyce
51867 ____________________________________________________________________________
51868 [ 5967] By: gsar on 2000/04/27 17:41:22
51869 Log: improved docs on the warn_uninit diagnostic (from David Glasser
51873 ____________________________________________________________________________
51874 [ 5966] By: gsar on 2000/04/27 16:54:58
51875 Log: add testsuite for B backends, fix bug in B::Deparse (from
51876 Simon Cozens <simon@brecon.co.uk>)
51879 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
51880 ____________________________________________________________________________
51881 [ 5965] By: gsar on 2000/04/27 16:10:37
51882 Log: avoid "will not stay shared" warnings for our variables (from
51885 ! op.c t/pragma/warn/op
51886 ____________________________________________________________________________
51887 [ 5964] By: gsar on 2000/04/27 07:05:05
51888 Log: reformat to 72 columns (again)
51891 ____________________________________________________________________________
51892 [ 5963] By: gsar on 2000/04/27 06:28:31
51893 Log: patch from Larry to make (\&) prototype work; added tests for
51896 ! op.c t/comp/proto.t
51897 ____________________________________________________________________________
51898 [ 5962] By: gsar on 2000/04/27 06:15:47
51899 Log: updated README.hpux (from Jeff Okamoto)
51902 ____________________________________________________________________________
51903 [ 5961] By: gsar on 2000/04/27 05:55:03
51904 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
51906 ! emacs/cperl-mode.el
51907 ____________________________________________________________________________
51908 [ 5960] By: gsar on 2000/04/27 05:49:26
51909 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
51912 ____________________________________________________________________________
51913 [ 5959] By: gsar on 2000/04/27 05:33:41
51914 Log: doubled words in pods (from Simon Cozens
51915 <simon.p.cozens@jp.pwcglobal.com>)
51917 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
51918 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
51919 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
51920 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
51921 ! pod/perltootc.pod
51922 ____________________________________________________________________________
51923 [ 5958] By: gsar on 2000/04/27 05:11:39
51924 Log: change#3569 deleted some essential code, revert; avoid use of
51925 atexit() to make DynaLoader work properly on AIX under mod_perl
51926 (from Jens-Uwe Mager <jum@helios.de>)
51928 ! ext/DynaLoader/dl_aix.xs
51929 ____________________________________________________________________________
51930 [ 5957] By: gsar on 2000/04/27 04:54:51
51931 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
51934 ____________________________________________________________________________
51935 [ 5956] By: gsar on 2000/04/27 04:51:47
51936 Log: better diagnostics on failed tests (from Ilya Zakharevich)
51938 ! t/op/lex_assign.t
51939 ____________________________________________________________________________
51940 [ 5955] By: gsar on 2000/04/27 04:26:44
51941 Log: longstanding bug exposed by change#3307: sort arguments weren't
51942 compiled with the right wantarray context (ensuing runtime lookup
51943 via block_gimme() was getting the incidental context of the
51947 ____________________________________________________________________________
51948 [ 5954] By: gsar on 2000/04/26 23:42:12
51949 Log: integrate cfgperl contents into mainline
51951 !> (integrate 30 files)
51952 ____________________________________________________________________________
51953 [ 5953] By: jhi on 2000/04/26 23:06:42
51954 Log: Integrate with Sarathy.
51956 !> README.win32 ext/B/B/Deparse.pm
51957 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
51958 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
51959 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
51960 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
51961 !> utils/perldoc.PL vms/perlvms.pod
51962 ____________________________________________________________________________
51963 [ 5952] By: jhi on 2000/04/26 23:03:46
51964 Log: Undo "use integer" addition from 64bitint as it seems
51965 to break most of the subtests in Digital UNIX;
51966 Unicos needs to find another way.
51969 ____________________________________________________________________________
51970 [ 5951] By: jhi on 2000/04/26 22:57:53
51971 Log: Be more robust on "extreme" (large absolute value)
51972 arguments. Originally reported by Daniel Connelly
51973 as a problem with asinh() on large negative arguments,
51974 asinh() used to bail out because an argument to log()
51975 ended up being zero. Ilya Zakharevich proposed using
51976 Taylor's series in such cases, which for such large
51977 arguments is a very good approximation.
51979 ! lib/Math/Complex.pm t/lib/complex.t
51980 ____________________________________________________________________________
51981 [ 5950] By: gsar on 2000/04/25 19:13:12
51982 Log: reformat perldiag to avoid long lines
51985 ____________________________________________________________________________
51986 [ 5949] By: gsar on 2000/04/25 18:41:11
51987 Log: make perldoc use the pod2man from the same version (from
51991 ____________________________________________________________________________
51992 [ 5948] By: gsar on 2000/04/25 18:21:57
51993 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
51994 <kompas@kompas.usr.onet.pl>)
51997 ____________________________________________________________________________
51998 [ 5947] By: gsar on 2000/04/25 18:11:53
51999 Log: use &dl_error rather than &dl_load_file as the guard for calling
52000 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
52001 statically built perl)
52003 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52004 ____________________________________________________________________________
52005 [ 5946] By: jhi on 2000/04/25 17:37:54
52006 Log: Document that tr() is not tr(1).
52009 ____________________________________________________________________________
52010 [ 5945] By: gsar on 2000/04/25 16:34:33
52011 Log: make module name mandatory after -M switch; reorder perldiag
52012 alphabetically (from Mark-Jason Dominus)
52014 ! perl.c pod/perldiag.pod
52015 ____________________________________________________________________________
52016 [ 5944] By: jhi on 2000/04/25 01:15:18
52017 Log: On second thoughts frexp() does have two arguments.
52020 ____________________________________________________________________________
52021 [ 5943] By: jhi on 2000/04/24 22:56:32
52022 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
52023 Now pp_ncmp() returns undef is either operand is a NaN.
52025 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52026 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
52027 ! vms/subconfigure.com vos/config.def vos/config.h
52028 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
52029 ! win32/config.vc win32/config_H.bc win32/config_H.gc
52030 ! win32/config_H.vc
52031 Branch: metaconfig/U/perl
52033 ____________________________________________________________________________
52034 [ 5942] By: jhi on 2000/04/24 19:45:17
52035 Log: Regen Configure to match #5937.
52037 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52040 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
52041 ____________________________________________________________________________
52042 [ 5941] By: jhi on 2000/04/24 19:24:11
52043 Log: Further Unicos fixes for Mark Lutz.
52045 ! hints/unicos.sh pp_ctl.c
52046 ____________________________________________________________________________
52047 [ 5940] By: jhi on 2000/04/24 19:09:06
52048 Log: Various Unicos 10.0.0.6 fixes.
52050 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
52051 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
52052 Reply-To: tecmpl1@triton.ca.boeing.com
52053 To: perl5-porters@perl.org
52054 Date: Fri, 14 Apr 2000 20:21:00 GMT
52055 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
52057 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
52058 ____________________________________________________________________________
52059 [ 5939] By: gsar on 2000/04/24 19:01:24
52060 Log: more pod nits (from Larry Virden)
52062 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
52063 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
52064 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
52065 ____________________________________________________________________________
52066 [ 5938] By: gsar on 2000/04/24 18:54:01
52067 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
52069 ! ext/B/B/Deparse.pm
52070 ____________________________________________________________________________
52071 [ 5937] By: jhi on 2000/04/24 17:39:00
52072 Log: Integrate with Sarathy.
52074 +> (branch 31 files)
52075 !> (integrate 73 files)
52076 ____________________________________________________________________________
52077 [ 5936] By: gsar on 2000/04/24 17:30:06
52078 Log: additional tests for change#5934 (from Paul Marquess, who also
52079 sent in the same fix)
52081 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
52082 ! t/pragma/warn/5nolint t/pragma/warn/6default
52083 ____________________________________________________________________________
52084 [ 5935] By: jhi on 2000/04/24 17:26:05
52085 Log: Do not assume sign propagation.
52086 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
52087 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52088 To: payner@ncifcrf.gov, perl5-porters@perl.org
52089 Date: Tue, 18 Apr 2000 18:24:49 +0100
52090 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
52092 ! t/op/bop.t t/op/misc.t
52093 ____________________________________________________________________________
52094 [ 5934] By: gsar on 2000/04/24 17:16:54
52095 Log: propagate lexical warnings from surrounding scope correctly
52096 within string eval()
52098 ! pp_ctl.c t/pragma/warn/pp_ctl
52099 ____________________________________________________________________________
52100 [ 5933] By: jhi on 2000/04/24 17:01:07
52101 Log: Flatten the cpp jungle doing the nosuid checking.
52104 ____________________________________________________________________________
52105 [ 5932] By: gsar on 2000/04/24 09:08:14
52106 Log: add rsignal(), whichsig() and do_join() to public API list
52107 (mod_perl uses them to good advantage)
52109 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
52110 ____________________________________________________________________________
52111 [ 5931] By: gsar on 2000/04/24 09:01:40
52112 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
52114 ! pp_hot.c regexec.c t/op/pat.t
52115 ____________________________________________________________________________
52116 [ 5930] By: gsar on 2000/04/24 08:58:33
52117 Log: small os390 tweaks (from Peter Prymmer)
52119 ! config_h.SH makedepend.SH
52120 ____________________________________________________________________________
52121 [ 5929] By: gsar on 2000/04/24 08:55:25
52125 ____________________________________________________________________________
52126 [ 5928] By: gsar on 2000/04/24 08:50:13
52127 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
52129 ! ext/IO/lib/IO/Poll.pm
52130 ____________________________________________________________________________
52131 [ 5927] By: gsar on 2000/04/24 08:43:24
52132 Log: arrange for next() to resume at the unstack op rather than the
52133 loop conditional, so that scope cleanup happens correctly
52134 (from Stephen McCamant)
52136 ! op.c pp_ctl.c t/op/misc.t
52137 ____________________________________________________________________________
52138 [ 5926] By: gsar on 2000/04/24 08:18:40
52139 Log: on windows, reserve 16M of stack rather than 128M (allows more
52140 threads to run concurrently)
52142 ! win32/Makefile win32/makefile.mk
52143 ____________________________________________________________________________
52144 [ 5925] By: gsar on 2000/04/24 08:13:52
52145 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
52148 ____________________________________________________________________________
52149 [ 5924] By: gsar on 2000/04/24 08:08:59
52150 Log: avoid using uninitialized memory in require version check
52152 ! pp_ctl.c universal.c
52153 ____________________________________________________________________________
52154 [ 5923] By: gsar on 2000/04/24 07:20:14
52155 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
52157 ! ext/IO/lib/IO/Poll.pm
52158 ____________________________________________________________________________
52159 [ 5922] By: gsar on 2000/04/24 07:08:42
52160 Log: commentary about IoTYPE() (from Nathan Torkington)
52163 ____________________________________________________________________________
52164 [ 5921] By: gsar on 2000/04/24 06:58:26
52165 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
52168 ! sv.c t/lib/charnames.t t/pragma/utf8.t
52169 ____________________________________________________________________________
52170 [ 5920] By: gsar on 2000/04/24 06:37:59
52171 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
52173 ! doop.c t/op/ver.t
52174 ____________________________________________________________________________
52175 [ 5919] By: gsar on 2000/04/24 06:21:58
52176 Log: Configure might miss old directories when prefix must be
52177 expanded (from Robin Barker)
52179 ! U/installdirs/inc_version_list.U
52182 ____________________________________________________________________________
52183 [ 5918] By: gsar on 2000/04/24 06:16:11
52184 Log: VMS nits in glob() test (from Charles Lane)
52186 ! t/lib/glob-basic.t
52187 ____________________________________________________________________________
52188 [ 5917] By: gsar on 2000/04/24 06:11:56
52189 Log: various pod nits (from Larry Virden and others)
52191 ! README.amiga README.hpux README.machten README.os2
52192 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
52193 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
52194 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
52195 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
52196 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
52197 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
52198 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
52199 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
52200 ____________________________________________________________________________
52201 [ 5916] By: gsar on 2000/04/24 05:52:43
52202 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
52203 <wjones@tc.fluke.com>)
52205 ! t/lib/glob-basic.t
52206 ____________________________________________________________________________
52207 [ 5915] By: gsar on 2000/04/24 05:07:01
52208 Log: supported platforms mixed up
52210 ! pod/perl56delta.pod pod/perlport.pod
52211 ____________________________________________________________________________
52212 [ 5914] By: gsar on 2000/04/24 04:56:08
52213 Log: caller() wasn't returning the right number of elements for
52216 ! pp_ctl.c t/pragma/warn/9enabled
52217 ____________________________________________________________________________
52218 [ 5913] By: gsar on 2000/04/24 04:35:41
52219 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
52220 Mark-Jason Dominus)
52223 ____________________________________________________________________________
52224 [ 5912] By: gsar on 2000/04/24 04:17:15
52225 Log: fix totally broken caching in UNIVERSAL::isa() (from
52228 ! t/op/universal.t universal.c
52229 ____________________________________________________________________________
52230 [ 5911] By: gsar on 2000/04/24 03:39:47
52231 Log: add linebreak properties from unicode/LineBrk.txt (from
52232 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
52234 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52235 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52236 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52237 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52238 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52239 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52240 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52241 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52242 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52243 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52244 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52245 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52246 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52247 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
52248 + lib/unicode/Is/LbrkZW.pl
52249 ! lib/unicode/mktables.PL
52250 ____________________________________________________________________________
52251 [ 5910] By: gsar on 2000/04/24 03:23:10
52254 ! ext/Thread/Thread.pm
52255 ____________________________________________________________________________
52256 [ 5909] By: gsar on 2000/04/24 03:22:03
52257 Log: mode argument to do_binmode() should be file mode, not boolean
52260 ____________________________________________________________________________
52261 [ 5908] By: gsar on 2000/04/16 16:51:08
52262 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
52263 always returns a valid GV even when the symbol is trapped by strictures
52266 TODO: the C<package;> hack needs similar treatment
52268 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
52269 ! t/pragma/strict-vars
52270 ____________________________________________________________________________
52271 [ 5907] By: jhi on 2000/03/31 23:42:56
52272 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
52273 an assumption which #5905 demolished.
52276 ____________________________________________________________________________
52277 [ 5906] By: jhi on 2000/03/31 18:54:37
52278 Log: Typo in #5905.
52281 ____________________________________________________________________________
52282 [ 5905] By: jhi on 2000/03/31 18:50:54
52283 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
52284 reported by Joseph N. Hall. The bug was that even with use64bitint
52285 one had to use the prefixes q, L, or ll with printf/sprintf,
52286 contrary to the documentation and common sense.
52288 ! sv.c t/op/64bitint.t
52289 ____________________________________________________________________________
52290 [ 5904] By: gsar on 2000/03/28 02:31:32
52291 Log: add Changes, perldelta.pod
52293 + Changes pod/perldelta.pod
52294 ____________________________________________________________________________
52295 [ 5903] By: gsar on 2000/03/28 02:03:55
52296 Log: rename Changes and perldelta.pod
52298 +> Changes5.6 pod/perl56delta.pod
52299 - Changes pod/perldelta.pod
52301 ____________________________________________________________________________
52302 [ 5902] By: gsar on 2000/03/28 01:59:14
52303 Log: create maint-5.6 branch
52304 Branch: maint-5.6/perl
52305 +> (branch 1611 files)
52306 ____________________________________________________________________________
52307 [ 5901] By: jhi on 2000/03/23 05:48:43
52308 Log: Integrate with Sarathy.
52310 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
52311 ____________________________________________________________________________
52312 [ 5900] By: gsar on 2000/03/23 05:42:43
52313 Log: three guesses on what this is :-)