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 [ 12604] By: jhi on 2001/10/23 13:03:21
35 Log: Make the PerlIO_init() prototypes consistent.
38 ____________________________________________________________________________
39 [ 12603] By: jhi on 2001/10/23 12:54:52
40 Log: Upping the test count is a good idea.
43 ____________________________________________________________________________
44 [ 12602] By: jhi on 2001/10/23 12:52:10
45 Log: Document the final sigma spot.
48 ____________________________________________________________________________
49 [ 12601] By: jhi on 2001/10/23 12:26:12
50 Log: Fix multicharacter titlecase (ucfirst).
52 ! pod/perlunicode.pod pp.c t/op/lc.t
53 ____________________________________________________________________________
54 [ 12600] By: jhi on 2001/10/23 11:47:19
55 Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
56 From: Mikhail Zabaluev <mhz@alt-linux.org>
57 Date: Tue, 23 Oct 2001 10:40:37 +0400
58 Message-ID: <20011023104037.A12761@localhost.localdomain>
60 (#12406 replaced with this)
63 ____________________________________________________________________________
64 [ 12599] By: jhi on 2001/10/23 00:26:17
65 Log: MacOS Classic updates from Pudge.
67 ! lib/File/Spec.t lib/File/Spec/Mac.pm
68 ____________________________________________________________________________
69 [ 12598] By: jhi on 2001/10/22 22:32:59
70 Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
71 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
72 Date: Sun, 14 Oct 2001 23:14:46 +0200
73 Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
75 except for the 2->4 changes.
78 ____________________________________________________________________________
79 [ 12597] By: gsar on 2001/10/22 22:02:50
80 Log: integrate macperl contents into maint-5.6
81 Branch: maint-5.6/perl
83 !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
84 !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
85 !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
86 !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
87 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
88 !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
89 !> t/lib/filefind.t t/lib/filespec.t
90 ____________________________________________________________________________
91 [ 12596] By: jhi on 2001/10/22 21:43:44
92 Log: At some point the #6234 has been lost from the mainline
93 (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
95 ! lib/File/Spec/Win32.pm
96 ____________________________________________________________________________
97 [ 12595] By: jhi on 2001/10/22 21:31:31
98 Log: Cygwin seems to round up (or closest, but not down)
99 for time(), so half of the time (bad pun intended)
100 Time::HiRes::time() is less than time(), half of
101 the time it's more. So let's try harder in the loop.
103 ! ext/Time/HiRes/HiRes.t
104 ____________________________________________________________________________
105 [ 12594] By: jhi on 2001/10/22 21:23:15
106 Log: MacOS Classic timeofday(), from Chris Nandor.
108 ! ext/Time/HiRes/HiRes.xs
109 ____________________________________________________________________________
110 [ 12593] By: jhi on 2001/10/22 21:17:39
111 Log: Integrate changes #12580 and #12581 from macperl;
113 Fix path construction.
117 !> ext/DynaLoader/DynaLoader_pm.PL perl.c
118 ____________________________________________________________________________
119 [ 12592] By: jhi on 2001/10/22 21:00:18
120 Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
121 doesn't seem to help (the error being output to console, maybe?)
124 ____________________________________________________________________________
125 [ 12591] By: jhi on 2001/10/22 20:55:08
126 Log: Taint the getcwd() result also in Cygwin.
127 (TODO: which other platforms need the same thing?)
130 ____________________________________________________________________________
131 [ 12590] By: jhi on 2001/10/22 20:27:47
132 Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
135 ____________________________________________________________________________
136 [ 12589] By: jhi on 2001/10/22 20:10:40
137 Log: getpwuid() fragility continues.
140 ____________________________________________________________________________
141 [ 12588] By: jhi on 2001/10/22 19:58:34
142 Log: getpwuid() might succeed but that's no guarantee
143 that the $home will be defined.
145 ! ext/File/Glob/t/basic.t
146 ____________________________________________________________________________
147 [ 12587] By: jhi on 2001/10/22 19:50:35
148 Log: It's safer to to expand the variable, too... (see #12571)
151 ____________________________________________________________________________
152 [ 12586] By: pudge on 2001/10/22 19:42:04
153 Log: Integrate with maintperl.
154 Branch: maint-5.6/macperl
155 !> win32/bin/pl2bat.pl win32/win32.c
156 ____________________________________________________________________________
157 [ 12585] By: pudge on 2001/10/22 19:32:02
158 Log: Oops, forgot to include Win32 ... just as well, since it
159 seems in bleadperl, change #7764 was not included
160 (adding C:\temp). Re-added. Rip it back out if it
162 Branch: maint-5.6/macperl
163 ! lib/File/Spec/Win32.pm
164 ____________________________________________________________________________
165 [ 12584] By: jhi on 2001/10/22 19:26:47
166 Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
167 From: "Craig A. Berry" <craigberry@mac.com>
168 Date: Mon, 22 Oct 2001 15:25:19 -0500
169 Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
172 ____________________________________________________________________________
173 [ 12583] By: pudge on 2001/10/22 19:26:00
174 Log: Add in lots of File::Spec changes, from Thomas Wegner,
175 and sync with changes from bleadperl.
176 Branch: maint-5.6/macperl
177 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
178 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
179 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
180 ! lib/File/Spec/Win32.pm t/lib/filespec.t
181 ____________________________________________________________________________
182 [ 12582] By: pudge on 2001/10/22 19:23:28
183 Log: Sync with latest File::Find and tests from bleadperl.
184 Branch: maint-5.6/macperl
185 ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
186 ____________________________________________________________________________
187 [ 12581] By: pudge on 2001/10/22 19:22:12
189 Branch: maint-5.6/macperl
191 ____________________________________________________________________________
192 [ 12580] By: pudge on 2001/10/22 19:21:37
193 Log: Fix path construction.
194 Branch: maint-5.6/macperl
195 ! ext/DynaLoader/DynaLoader_pm.PL
196 ____________________________________________________________________________
197 [ 12579] By: nick on 2001/10/22 19:08:35
198 Log: Integrate mainline (for Arthurs thread.xs fix)
200 !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
201 ____________________________________________________________________________
202 [ 12578] By: pudge on 2001/10/22 19:02:34
203 Log: Fix up exported symbols, move relevant docs
204 over from macperl.pod.
205 Branch: maint-5.6/macperl
206 ! macos/ext/MacPerl/MacPerl.pm
207 ____________________________________________________________________________
208 [ 12577] By: pudge on 2001/10/22 19:01:38
209 Log: Make ADDRESS called optionally as a method.
210 Branch: maint-5.6/macperl
211 ! macos/lib/Mac/Glue.pm
212 ____________________________________________________________________________
213 [ 12576] By: pudge on 2001/10/22 18:58:22
214 Log: Fix exit code (MacPerl bug #422129) and add Stop Script
216 Branch: maint-5.6/macperl
217 ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
218 ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
219 ! macos/macperl/MPTerminology.aete
220 ____________________________________________________________________________
221 [ 12575] By: pudge on 2001/10/22 18:56:34
222 Log: Clean up some build utilities. Change Entab to Duplicate;
223 fix docs and error reporting; improve macify() of paths;
224 remove requirement for Exporter.pm presence.
225 Branch: maint-5.6/macperl
226 ! macos/InstallBLIB macos/MacPerlTests.cmd
227 ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
228 ____________________________________________________________________________
229 [ 12574] By: pudge on 2001/10/22 18:53:28
230 Log: Sync Time::HiRes with bleadperl
231 Branch: maint-5.6/macperl
232 ! macos/bundled_ext/Time/HiRes/HiRes.pm
233 ! macos/bundled_ext/Time/HiRes/HiRes.t
234 ! macos/bundled_ext/Time/HiRes/HiRes.xs
235 ____________________________________________________________________________
236 [ 12573] By: pudge on 2001/10/22 18:52:58
238 Branch: maint-5.6/macperl
240 ____________________________________________________________________________
241 [ 12572] By: jhi on 2001/10/22 18:49:32
242 Log: A user might belong to only a single group
243 (the group equal to the group id).
246 ____________________________________________________________________________
247 [ 12571] By: jhi on 2001/10/22 18:36:46
248 Log: Prepending (instead of replacing with) the pwd is safer.
251 ____________________________________________________________________________
252 [ 12570] By: jhi on 2001/10/22 18:34:54
253 Log: Be more robust if no hostname or domainname
254 (especially the latter)
257 ____________________________________________________________________________
258 [ 12569] By: sky on 2001/10/22 17:41:07
259 Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
261 ! ext/threads/threads.xs
262 ____________________________________________________________________________
263 [ 12568] By: nick on 2001/10/22 16:31:24
264 Log: Integrate mainline
266 +> ext/threads/shared/Makefile.PL ext/threads/shared/README
267 +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
268 +> ext/threads/shared/t/sv_refs.t
269 +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
270 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
271 - lib/unicore/To/SpecUpper.pl
272 !> (integrate 42 files)
273 ____________________________________________________________________________
274 [ 12567] By: jhi on 2001/10/22 12:56:20
277 ! Changes patchlevel.h
278 ____________________________________________________________________________
279 [ 12566] By: jhi on 2001/10/22 12:22:29
280 Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
281 From: Michael G Schwern <schwern@pobox.com>
282 Date: Mon, 22 Oct 2001 03:48:38 -0400
283 Message-ID: <20011022034838.B1676@blackrider>
286 ____________________________________________________________________________
287 [ 12565] By: jhi on 2001/10/22 12:21:28
288 Log: Pod nits, as suggested by Stas Bekman.
290 ! ext/threads/shared/shared.pm ext/threads/threads.pm
291 ____________________________________________________________________________
292 [ 12564] By: jhi on 2001/10/22 12:17:00
293 Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
294 From: "Paul Marquess" <paul.marquess@openwave.com>
295 Date: Sun, 21 Oct 2001 21:11:15 +0100
296 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
298 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
299 ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
300 ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
301 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
302 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
303 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
304 ! ext/SDBM_File/sdbm.t
305 ____________________________________________________________________________
306 [ 12563] By: jhi on 2001/10/22 12:15:19
307 Log: Integrate change #12559 from maintperl;
308 various fixes for system() and backticks under windows
311 ____________________________________________________________________________
312 [ 12562] By: jhi on 2001/10/22 12:05:35
313 Log: Integrate change #12560 from maintperl;
314 make pl2bat use %0 rather than "%0" (the latter fails to work
315 in a lot of common cases)
317 !> win32/bin/pl2bat.pl
318 ____________________________________________________________________________
319 [ 12561] By: jhi on 2001/10/22 12:00:23
320 Log: Integrate changes #12549 and #12550 from maintperl;
322 readline() doesn't work with our variables; it confuses them with
323 my variables (change#4227 was incomplete)
326 !> t/base/rs.t toke.c
327 ____________________________________________________________________________
328 [ 12560] By: gsar on 2001/10/22 09:51:59
329 Log: make pl2bat use %0 rather than "%0" (the latter fails to work
330 in a lot of common cases)
331 Branch: maint-5.6/perl
332 ! win32/bin/pl2bat.pl
333 ____________________________________________________________________________
334 [ 12559] By: gsar on 2001/10/22 09:49:51
335 Log: various fixes for system() and backticks under windows:
337 * avoid munging whitespace that is passed within quotes
338 * work around a cmd.exe misfeature that made multi-arg
339 system() unreliable when there is more than one quoted
341 * make multi-arg system() autoquote arguments as needed
342 before passing them to the shell (this avoids having to
343 second guess the shell quoting)
344 * perl's -Dp switch can be used to trace the innards
345 Branch: maint-5.6/perl
347 ____________________________________________________________________________
348 [ 12558] By: nick on 2001/10/22 08:58:42
349 Log: Integrate ithreads buffer flush fix from perlio
351 !> ext/threads/t/basic.t perl.c
352 ____________________________________________________________________________
353 [ 12557] By: nick on 2001/10/22 08:35:09
354 Log: All tests pass (legitimately) on ithreads
356 ! ext/threads/t/basic.t perl.c
357 ____________________________________________________________________________
358 [ 12556] By: nick on 2001/10/22 06:51:22
359 Log: Integrate non-ithreads fix to mainline
362 ____________________________________________________________________________
363 [ 12555] By: nick on 2001/10/22 06:48:33
364 Log: Restore non-ithreads build. Interestingly binmode test passes
365 non-ithreads - so crlf layer is not damaged and ithreads fail
369 ____________________________________________________________________________
370 [ 12554] By: jhi on 2001/10/21 22:21:55
371 Log: Integrate from perlio; restructuring.
373 !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
374 !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
376 ____________________________________________________________________________
377 [ 12553] By: pudge on 2001/10/21 21:51:34
378 Log: Integrate from maintperl
379 (Changes 12350, 12496, 12548, 12549, 12550)
380 Branch: maint-5.6/macperl
381 !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
382 !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
383 ____________________________________________________________________________
384 [ 12552] By: nick on 2001/10/21 19:18:12
385 Log: Win32 PerlIO_cleanup special cases should no longer be required.
388 ____________________________________________________________________________
389 [ 12551] By: nick on 2001/10/21 19:16:56
390 Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
393 ____________________________________________________________________________
394 [ 12550] By: gsar on 2001/10/21 19:05:54
395 Log: change#12549 wasn't aware of strictures
396 Branch: maint-5.6/perl
397 ! t/pragma/strict-vars toke.c
398 ____________________________________________________________________________
399 [ 12549] By: gsar on 2001/10/21 18:03:19
400 Log: readline() doesn't work with our variables; it confuses them with
401 my variables (change#4227 was incomplete)
402 Branch: maint-5.6/perl
404 ____________________________________________________________________________
405 [ 12548] By: gsar on 2001/10/21 17:48:01
406 Log: change#12220 appears to have pulled in a mainline change that
407 isn't applicable to maint-5.6 (some platforms don't taint
409 Branch: maint-5.6/perl
410 ! t/lib/filefind-taint.t
411 ____________________________________________________________________________
412 [ 12547] By: nick on 2001/10/21 17:15:54
413 Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
414 for them. Call explicit cleanup during destruct process.
415 - one binmode test is failing
416 - also ext/threads/t/basic.t fails under make test, and is noisy under
417 harness. (Threads results are intermingled and don't match order expected.)
419 ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
420 ! perlio.h perliol.h pod/perlapi.pod sv.c
421 ____________________________________________________________________________
422 [ 12546] By: jhi on 2001/10/21 16:12:08
423 Log: Implement multicharacter case mappings where a single
424 Unicode character can be mapped into several.
426 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
427 - lib/unicore/To/SpecUpper.pl
428 ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
429 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
430 ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
431 ! proto.h t/op/lc.t utf8.c
432 ____________________________________________________________________________
433 [ 12545] By: sky on 2001/10/21 15:25:16
434 Log: First support of threads::shared, support shared svs and references.
436 + ext/threads/shared/Makefile.PL ext/threads/shared/README
437 + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
438 + ext/threads/shared/t/sv_refs.t
439 + ext/threads/shared/t/sv_simple.t
440 ! MANIFEST sharedsv.c
441 ____________________________________________________________________________
442 [ 12544] By: nick on 2001/10/21 14:52:35
443 Log: PerlIO layer table as PL_perlio (per-interpreter)
445 ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
446 ! pod/perlapi.pod sv.c
447 ____________________________________________________________________________
448 [ 12543] By: jhi on 2001/10/21 13:36:40
451 ! pod/perlunicode.pod
452 ____________________________________________________________________________
453 [ 12542] By: ams on 2001/10/21 03:50:25
454 Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
455 From: "Sean M. Burke" <sburke@cpan.org>
456 Date: Sat, 20 Oct 2001 17:51:09 -0600
457 Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
459 + pod/perlpodspec.pod
460 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
462 ____________________________________________________________________________
463 [ 12541] By: nick on 2001/10/20 22:23:53
464 Log: Fix typos in new locking on MemShared
465 Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
466 - seems to make segfaults more deterministic - suspect they are
467 attempt to free() after Interp and Host have gone.
469 ! perlio.c win32/perlhost.h
470 ____________________________________________________________________________
471 [ 12540] By: nick on 2001/10/20 21:50:46
472 Log: Remove the MemShared re-#define (again)
475 ____________________________________________________________________________
476 [ 12539] By: nick on 2001/10/20 21:49:06
477 Log: Use locks on MemShared
480 ____________________________________________________________________________
481 [ 12538] By: jhi on 2001/10/20 17:31:07
482 Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
483 From: "chromatic" <chromatic@rmci.net>
484 Date: Sat, 20 Oct 2001 11:13:47 -0600
485 Message-ID: <20011020172003.60024.qmail@onion.perl.org>
488 ____________________________________________________________________________
489 [ 12537] By: nick on 2001/10/20 16:44:03
490 Log: Integrate mainline
492 !> (integrate 48 files)
493 ____________________________________________________________________________
494 [ 12536] By: jhi on 2001/10/20 15:58:00
497 ! Changes patchlevel.h
498 ____________________________________________________________________________
499 [ 12535] By: jhi on 2001/10/20 15:18:57
500 Log: Upgrade to podlators 1.11, from Russ Allbery.
502 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
503 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
504 ! pod/pod2man.PL pod/pod2text.PL
505 ____________________________________________________________________________
506 [ 12534] By: jhi on 2001/10/20 15:14:25
507 Log: Integrate perlio change #12532:
508 introduce and use PerlIO_intmod2str().
510 !> doio.c lib/Net/Domain.pm perlio.c perlio.h
511 ____________________________________________________________________________
512 [ 12533] By: jhi on 2001/10/20 14:42:33
513 Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
515 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
516 ____________________________________________________________________________
517 [ 12532] By: nick on 2001/10/20 14:25:37
518 Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
519 Use for non-PERLIO fdupopen().
521 ! doio.c lib/Net/Domain.pm perlio.c perlio.h
522 ____________________________________________________________________________
523 [ 12531] By: jhi on 2001/10/20 14:05:47
524 Log: Integrate perlio: PerlIO win32 fixes.
526 !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
527 !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
528 !> proto.h sv.h win32/win32io.c
529 ____________________________________________________________________________
530 [ 12530] By: nick on 2001/10/20 12:53:30
531 Log: Fixed in two places - p4 resolve
534 ____________________________________________________________________________
535 [ 12529] By: nick on 2001/10/20 12:51:05
536 Log: Fix for ithreads/stdio build
538 ! perlio.c perlsdio.h
539 ____________________________________________________________________________
540 [ 12528] By: ams on 2001/10/20 12:13:25
541 Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
542 From: Michael G Schwern <schwern@pobox.com>
543 Date: Sat, 20 Oct 2001 01:41:21 -0400
544 Message-Id: <20011020014121.I3681@blackrider>
547 ____________________________________________________________________________
548 [ 12527] By: ams on 2001/10/20 12:09:41
549 Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
550 From: Michael G Schwern <schwern@pobox.com>
551 Date: Sat, 20 Oct 2001 02:04:21 -0400
552 Message-Id: <20011020020421.A11732@blackrider>
555 ____________________________________________________________________________
556 [ 12526] By: ams on 2001/10/20 11:59:41
557 Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
558 From: "chromatic" <chromatic@rmci.net>
559 Date: Fri, 19 Oct 2001 22:46:39 -0600
560 Message-Id: <20011020045254.73112.qmail@onion.perl.org>
563 ____________________________________________________________________________
564 [ 12525] By: nick on 2001/10/20 11:16:18
565 Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
566 Perl_sv_setsv_flags directly.
568 ! ext/threads/threads.xs
569 ____________________________________________________________________________
570 [ 12524] By: nick on 2001/10/20 10:28:17
571 Log: Add a new flag character 'm' to embed.pl set to represent
572 "functions" which are really macros. Use it foe the troublesome
573 sv_setsv() etc. macros in sv.h - changing latter to define
574 sv_setsv rather than sv_setsv_macro etc.
576 ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
577 ! pod/perlapi.pod proto.h sv.h
578 ____________________________________________________________________________
579 [ 12523] By: nick on 2001/10/20 09:17:17
580 Log: Add comments explaining why win32.h/embed.h are included where they are
584 ____________________________________________________________________________
585 [ 12522] By: nick on 2001/10/20 08:27:44
586 Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not
590 ____________________________________________________________________________
591 [ 12521] By: jhi on 2001/10/20 02:36:21
595 ____________________________________________________________________________
596 [ 12520] By: jhi on 2001/10/20 01:02:26
597 Log: Subject: IO module with nonblocking socket connect patch
598 From: Raul Dias <raul@dias.com.br>
599 Date: Fri, 19 Oct 2001 22:45:32 -0300
600 Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>
602 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
603 ____________________________________________________________________________
604 [ 12519] By: jhi on 2001/10/20 00:51:07
605 Log: Test vertical whitespace combined with /x in \p{}.
608 ____________________________________________________________________________
609 [ 12518] By: jhi on 2001/10/20 00:13:47
610 Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
611 From: Gisle Aas <gisle@ActiveState.com>
612 Date: 19 Oct 2001 16:46:02 -0700
613 Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com>
615 ! lib/ExtUtils/MakeMaker.pm
616 ____________________________________________________________________________
617 [ 12517] By: jhi on 2001/10/19 23:59:34
618 Log: No more this symbol.
621 ____________________________________________________________________________
622 [ 12516] By: jhi on 2001/10/19 23:57:48
623 Log: Integrate change #12511; fix gross win32 build issues.
626 ____________________________________________________________________________
627 [ 12515] By: jhi on 2001/10/19 23:16:06
628 Log: Unpack in scalar context should return the first value
629 returned in list context, as pointed out by Ton Hospel
630 in 2001-05-21 (this is how it works already in blead,
631 just adding the test).
634 ____________________________________________________________________________
635 [ 12514] By: jhi on 2001/10/19 21:10:43
636 Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
637 From: "Craig A. Berry" <craigberry@mac.com>
638 Date: Fri, 19 Oct 2001 16:59:30 -0500
639 Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
642 ____________________________________________________________________________
643 [ 12513] By: jhi on 2001/10/19 21:09:27
644 Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
645 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
646 Date: Fri, 19 Oct 2001 17:45:23 EDT
647 Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
649 ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
650 ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
651 ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
653 ____________________________________________________________________________
654 [ 12512] By: jhi on 2001/10/19 20:28:48
655 Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
656 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
657 Date: Fri, 19 Oct 2001 17:26:35 EDT
658 Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
660 ! lib/Term/Complete.t lib/Test/Simple/t/output.t
661 ____________________________________________________________________________
662 [ 12511] By: nick on 2001/10/19 19:55:36
663 Log: Fix gross win32 build issues
666 ____________________________________________________________________________
667 [ 12510] By: jhi on 2001/10/19 19:52:17
668 Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
669 From: David Dyck <dcd@tc.fluke.com>
670 Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
671 Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
674 ____________________________________________________________________________
675 [ 12509] By: jhi on 2001/10/19 19:01:46
676 Log: Subject: Re: PerlIO and Encode
677 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
678 Date: Tue, 16 Oct 2001 01:50:16 +0900
679 Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
681 ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
682 ! ext/Encode/Encode/Tcl.t
683 ____________________________________________________________________________
684 [ 12508] By: ams on 2001/10/19 17:59:16
685 Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
689 ____________________________________________________________________________
690 [ 12507] By: nick on 2001/10/19 16:30:43
691 Log: Integrate mainline
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/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
700 +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
701 +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
702 +> win32/config_H.win64
703 - lib/Test/Utils.pm lib/unicore/mktables.PL
704 - t/lib/Test/Simple/Catch/More.pm
705 !> (integrate 84 files)
706 ____________________________________________________________________________
707 [ 12506] By: jhi on 2001/10/19 14:20:15
708 Log: Retract the #10451 which seems to be the cause
709 of the major leakage from while(){eval"sub{}"}
711 ! op.c t/run/kill_perl.t
712 ____________________________________________________________________________
713 [ 12505] By: jhi on 2001/10/19 13:39:59
717 ____________________________________________________________________________
718 [ 12504] By: jhi on 2001/10/19 13:35:59
722 ____________________________________________________________________________
723 [ 12503] By: ams on 2001/10/19 13:34:24
724 Log: Subject: Re: perlintro.pod
725 From: Abe Timmerman <abe@ztreet.demon.nl>
726 Date: Fri, 19 Oct 2001 14:12:40 +0200
727 Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
730 ____________________________________________________________________________
731 [ 12502] By: ams on 2001/10/19 13:24:12
732 Log: Slight reorganisation of references.
735 ____________________________________________________________________________
736 [ 12501] By: jhi on 2001/10/19 13:19:14
737 Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's
738 From: Kay Röpke <kroepke@dolphin-services.de>
739 Date: Fri, 19 Oct 2001 14:04:01 +0200
740 Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
742 ! lib/ExtUtils/MakeMaker.pm
743 ____________________________________________________________________________
744 [ 12500] By: jhi on 2001/10/19 03:25:44
745 Log: Unicode categories continue:
746 implement Category=, Script=, Block=
747 (these are based on an upcoming update of TR#18)
748 Fix a bug where we got two In categories named "old italic",
749 and another where shortcut for the Is categories wasn't taken.
751 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
752 ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
753 ! pod/perlunicode.pod t/op/pat.t
754 ____________________________________________________________________________
755 [ 12499] By: ams on 2001/10/19 01:42:29
756 Log: Subject: a small patch to perlintro.pod.
757 From: Autrijus Tang <autrijus@autrijus.org>
758 Date: Fri, 19 Oct 2001 01:45:51 +0800
759 Message-Id: <20011019014551.A35625@not.autrijus.org>
760 (Applied by hand with nits.)
763 ____________________________________________________________________________
764 [ 12498] By: jhi on 2001/10/19 00:14:50
765 Log: Subject: [PATCH] OpenBSD hints for ithreads
766 From: Andy Dougherty <doughera@lafayette.edu>
767 Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
768 Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
771 ____________________________________________________________________________
772 [ 12497] By: jhi on 2001/10/18 16:14:13
773 Log: Retract #12446; the problem solved by #12474.
776 ____________________________________________________________________________
777 [ 12496] By: gsar on 2001/10/18 15:38:22
778 Log: Carp::shortmess_heavy() doesn't notice trailing newline in
779 message and suppress line number info (from Steve Hay
780 <Steve.Hay@uk.radan.com>)
781 Branch: maint-5.6/perl
783 ____________________________________________________________________________
784 [ 12495] By: jhi on 2001/10/18 14:06:52
785 Log: More documented In categories.
787 ! pod/perlunicode.pod
788 ____________________________________________________________________________
789 [ 12494] By: jhi on 2001/10/18 13:04:48
792 ! Changes patchlevel.h
793 ____________________________________________________________________________
794 [ 12493] By: jhi on 2001/10/18 12:58:31
795 Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
798 ____________________________________________________________________________
799 [ 12492] By: jhi on 2001/10/18 12:37:28
800 Log: Wrong skip() arguments.
803 ____________________________________________________________________________
804 [ 12491] By: jhi on 2001/10/18 12:17:16
805 Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems
806 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
807 Date: Wed, 17 Oct 2001 09:10:53 EDT
808 Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
810 ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
811 ! pod/perlapi.pod vms/vms.c
812 ____________________________________________________________________________
813 [ 12490] By: ams on 2001/10/18 09:31:00
814 Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
815 From: Mark-Jason Dominus <mjd@plover.com>
816 Date: Thu, 18 Oct 2001 06:25:35 -0400
817 Message-Id: <20011018102535.19264.qmail@plover.com>
820 ____________________________________________________________________________
821 [ 12489] By: jhi on 2001/10/18 02:24:52
824 ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
825 ____________________________________________________________________________
826 [ 12488] By: jhi on 2001/10/18 00:47:19
829 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
830 ____________________________________________________________________________
831 [ 12487] By: jhi on 2001/10/18 00:43:18
832 Log: Add perlintro, from Skud.
836 ____________________________________________________________________________
837 [ 12486] By: jhi on 2001/10/18 00:10:44
840 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
841 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
842 ! pod/perlfaq8.pod pod/perlfaq9.pod
843 ____________________________________________________________________________
844 [ 12485] By: jhi on 2001/10/17 23:57:15
845 Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
846 in speed (upto 20% speedup in certain operations) but meanwhile
847 regexps and arithmetics got slower (5-10%) (according to
848 perlbench average speedup is negligible, and within measuring
849 flutter, 1%). Therefore retracting all the changes
850 aimed at getting -std1 to compile cleanly: #12475, #12476,
851 #12479, #12480, #12481, #12482, #12483, #12484.
853 ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
854 ! pp_hot.c pp_sys.c toke.c
855 ____________________________________________________________________________
856 [ 12484] By: jhi on 2001/10/17 21:58:40
857 Log: (retracted by #12485)
858 Strict ANSI doesn't like the third argument of main()
859 so enable ignoring it if using ultra picky compiler.
862 ____________________________________________________________________________
863 [ 12483] By: jhi on 2001/10/17 21:48:24
864 Log: (retracted by #12485)
865 Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
868 ____________________________________________________________________________
869 [ 12482] By: jhi on 2001/10/17 21:42:57
870 Log: (retracted by #12485)
871 Add explanatory comment.
874 ____________________________________________________________________________
875 [ 12481] By: jhi on 2001/10/17 20:50:37
876 Log: (retracted by #12485)
879 ! doio.c perl.h pp_sys.c
880 ____________________________________________________________________________
881 [ 12480] By: jhi on 2001/10/17 20:27:34
882 Log: (retracted by #12485)
886 ____________________________________________________________________________
887 [ 12479] By: jhi on 2001/10/17 19:57:34
888 Log: (retracted by #12485)
889 Thou shalt not #ifdef inside macro invocations,
890 noticed by Rafael Garcia-Suarez.
893 ____________________________________________________________________________
894 [ 12478] By: ams on 2001/10/17 18:50:55
895 Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
896 From: Anton Berezin <tobez@tobez.org>
897 Date: Wed, 17 Oct 2001 18:25:48 +0200
898 Message-Id: <20011017182548.A12082@heechee.tobez.org>
901 ____________________________________________________________________________
902 [ 12476] By: jhi on 2001/10/17 16:46:50
903 Log: (retracted by #12485)
907 ____________________________________________________________________________
908 [ 12475] By: jhi on 2001/10/17 16:42:49
909 Log: (retracted by #12485)
910 Avoid dollar signs in identifiers (in non-VMS) to
911 placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
913 ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
915 ____________________________________________________________________________
916 [ 12474] By: ams on 2001/10/17 15:14:50
917 Log: Subject: Two AIX patches
918 From: H.Merijn Brand <h.m.brand@hccnet.nl>
919 Date: Wed, 17 Oct 2001 18:04:35 +0200
920 Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
922 ! hints/aix.sh makedef.pl
923 ____________________________________________________________________________
924 [ 12473] By: jhi on 2001/10/17 14:48:38
925 Log: Limiting the Time::HiRes::sleep and usleep to
926 one second is not a good policy if drop-in
927 replacement is still a goal.
929 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
930 ! ext/Time/HiRes/HiRes.xs
931 ____________________________________________________________________________
932 [ 12472] By: jhi on 2001/10/17 11:00:54
933 Log: Subject: [PATCH] Test::Simple 0.32
934 From: Michael G Schwern <schwern@pobox.com>
935 Date: Wed, 17 Oct 2001 03:42:41 -0400
936 Message-ID: <20011017034241.A25038@blackrider>
938 + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
939 + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
940 + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
941 + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
942 + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
943 + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
944 - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
945 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
946 ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
947 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
948 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
949 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
950 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
951 ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
952 ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
953 ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
954 ! t/lib/Test/Simple/Catch.pm
955 ! t/lib/Test/Simple/sample_tests/five_fail.plx
956 ____________________________________________________________________________
957 [ 12471] By: jhi on 2001/10/17 10:25:06
958 Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var
959 From: Michael G Schwern <schwern@pobox.com>
960 Date: Wed, 17 Oct 2001 04:04:13 -0400
961 Message-ID: <20011017040413.C25550@blackrider>
963 ! t/TEST t/harness vms/test.com
964 ____________________________________________________________________________
965 [ 12470] By: jhi on 2001/10/17 02:25:01
966 Log: Regen doc with perlmodstyle added.
968 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
969 ____________________________________________________________________________
970 [ 12469] By: jhi on 2001/10/17 02:24:02
973 ! lib/File/Spec.pm lib/File/Spec/Mac.pm
974 ____________________________________________________________________________
975 [ 12468] By: jhi on 2001/10/17 02:16:11
976 Log: Subject: perlmodstyle as a patch
977 From: Kirrily Robert <skud@infotrope.net>
978 Date: Tue, 16 Oct 2001 22:47:23 -0400
979 Message-ID: <20011016224723.A20673@infotrope.net>
981 + pod/perlmodstyle.pod
983 ____________________________________________________________________________
984 [ 12467] By: jhi on 2001/10/17 00:59:43
985 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
986 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
987 Date: Thu, 6 Sep 2001 11:09:40 +0100
988 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
990 Mention also the develooper p5p archive.
993 ____________________________________________________________________________
994 [ 12466] By: jhi on 2001/10/17 00:57:38
995 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
996 From: Kay Röpke <kroepke@dolphin-services.de>
997 Date: Tue, 16 Oct 2001 17:23:52 +0200
998 Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
1000 ! lib/ExtUtils/MakeMaker.pm
1001 ____________________________________________________________________________
1002 [ 12465] By: jhi on 2001/10/17 00:54:28
1003 Log: Add the special casing mappings (from SpecCase.txt)
1004 (except for the hyper special case mappings that have
1005 the condition list); the special casing mappings are
1006 unused for now. Small tidying up on mktables.
1008 + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1009 + lib/unicore/To/SpecUpper.pl
1010 ! lib/unicore/mktables
1011 ____________________________________________________________________________
1012 [ 12464] By: jhi on 2001/10/16 22:38:24
1013 Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
1014 From: "David H. Adler" <dha@panix.com>
1015 Date: Tue, 16 Oct 2001 11:59:35 -0400
1016 Message-ID: <20011016115935.A13078@panix.com>
1018 Subject: [ PATCH ] perldata patch, revised
1019 From: "David H. Adler" <dha@panix.com>
1020 Date: Tue, 16 Oct 2001 18:26:49 -0400
1021 Message-ID: <20011016182649.C23970@panix.com>
1023 ! pod/perldata.pod pod/perlop.pod
1024 ____________________________________________________________________________
1025 [ 12463] By: jhi on 2001/10/16 19:39:25
1026 Log: Integrate perlio: PerlIO_dup (for all but Win32).
1028 !> embed.h embed.pl ext/Encode/Encode.xs
1029 !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
1030 !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
1032 ____________________________________________________________________________
1033 [ 12462] By: nick on 2001/10/16 19:11:30
1034 Log: PerlIOXxxx_dups for all but Win32
1036 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1037 ! ext/PerlIO/Via/Via.xs
1038 ____________________________________________________________________________
1039 [ 12461] By: nick on 2001/10/16 18:28:48
1040 Log: Implement PerlIOStdio_dup (explains core dumps - dup
1041 was not setting up a FILE * to be fclosed()).
1044 ____________________________________________________________________________
1045 [ 12460] By: nick on 2001/10/16 17:31:47
1046 Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
1050 ____________________________________________________________________________
1051 [ 12459] By: jhi on 2001/10/16 17:10:22
1052 Log: Subject: [PATCH perl@12443] VMS 64-bit configure
1053 From: "Craig A. Berry" <craigberry@mac.com>
1054 Date: Tue, 16 Oct 2001 13:08:38 -0500
1055 Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
1058 ____________________________________________________________________________
1059 [ 12458] By: jhi on 2001/10/16 17:07:20
1060 Log: Can't expect too much accuracy from a sleep of one second.
1061 (I think this will also fail with high load.)
1063 ! ext/Time/HiRes/HiRes.t
1064 ____________________________________________________________________________
1065 [ 12457] By: jhi on 2001/10/16 16:50:24
1066 Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
1067 From: "Werner, Randolf" <randolf.werner@sap.com>
1068 Date: Tue, 16 Oct 2001 18:33:02 +0200
1069 Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
1071 + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
1072 ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
1073 ____________________________________________________________________________
1074 [ 12456] By: nick on 2001/10/16 14:08:16
1075 Log: Builds under ithreads (but fails all threads tests)
1077 ! hv.c perlio.c sv.c
1078 ____________________________________________________________________________
1079 [ 12455] By: jhi on 2001/10/16 13:59:32
1080 Log: I think the Perl_sortsv needs *not* be skipped?
1083 ____________________________________________________________________________
1084 [ 12454] By: jhi on 2001/10/16 13:05:38
1085 Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
1086 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
1087 Date: Tue, 16 Oct 2001 15:32:44 +0200
1088 Message-ID: <3BCC531C.11494.3E433F@localhost>
1091 ____________________________________________________________________________
1092 [ 12453] By: jhi on 2001/10/16 13:04:38
1093 Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
1094 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
1095 Date: Tue, 16 Oct 2001 15:01:04 +0200
1096 Message-ID: <3BCC4BB0.30935.2145B7@localhost>
1099 ____________________________________________________________________________
1100 [ 12452] By: jhi on 2001/10/16 12:03:49
1101 Log: A forgotten deletion.
1103 - lib/unicore/mktables.PL
1104 ____________________________________________________________________________
1105 [ 12451] By: nick on 2001/10/16 11:32:48
1106 Log: Skeleton of "PerlIO_dup" coded.
1107 Still-passes all tests non-threaded (well it would wouldn't it!)
1109 ! embed.h embed.pl ext/Encode/Encode.xs
1110 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
1111 ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
1113 ____________________________________________________________________________
1114 [ 12450] By: jhi on 2001/10/16 02:27:51
1115 Log: Document the problem with the swash_fetch() API that affects
1116 more complex case conversions.
1118 ! lib/utf8_heavy.pl utf8.c
1119 ____________________________________________________________________________
1120 [ 12449] By: jhi on 2001/10/16 01:55:48
1121 Log: Make Time::HiRes::sleep() and usleep() to return
1122 the number of seconds (a floating point value) and
1123 microseconds (an integer) actually slept (well,
1124 modulo the time spent in measuring the time actually
1125 slept...), to be a better drop-in replacement for
1126 the builtin sleep(). Noticed by Chris Nandor.
1128 Also make usleep() to croak if fed illegal number
1129 of useconds (anything greater than 1_000_000).
1131 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1132 ! ext/Time/HiRes/HiRes.xs
1133 ____________________________________________________________________________
1134 [ 12448] By: jhi on 2001/10/16 00:57:05
1135 Log: A missing SvREFCNT_dec.
1138 ____________________________________________________________________________
1139 [ 12447] By: nick on 2001/10/15 20:27:53
1140 Log: Beginings of PerlIO_dup support (unstable)
1142 ! perlio.c perliol.h
1143 ____________________________________________________________________________
1144 [ 12446] By: jhi on 2001/10/15 18:44:19
1145 Log: (retracted by #12497)
1146 In AIX vac 5 just can't seem to get regcomp right.
1149 ____________________________________________________________________________
1150 [ 12445] By: jhi on 2001/10/15 16:44:04
1151 Log: Bump the version number to agree with the maintperl one.
1153 ! lib/Tie/RefHash.pm
1154 ____________________________________________________________________________
1155 [ 12444] By: nick on 2001/10/15 15:59:57
1156 Log: Integrate mainline
1158 +> lib/Math/BigInt/t/Math/Subclass.pm
1159 +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
1160 +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
1161 +> lib/unicore/In/164.pl lib/unicore/In/165.pl
1162 +> lib/unicore/In/166.pl lib/unicore/In/167.pl
1163 +> lib/unicore/In/168.pl lib/unicore/In/169.pl
1164 +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
1165 +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
1166 +> lib/unicore/mktables
1167 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
1168 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
1169 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
1170 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
1171 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
1172 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
1173 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
1174 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
1175 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
1176 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
1177 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
1178 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
1179 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
1180 - lib/unicore/syllables.txt
1181 !> (integrate 344 files)
1182 ____________________________________________________________________________
1183 [ 12443] By: jhi on 2001/10/15 13:40:20
1184 Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
1186 ! ext/DB_File/DB_File.xs
1187 ____________________________________________________________________________
1188 [ 12442] By: jhi on 2001/10/15 13:35:36
1189 Log: Sync the skip() amounts with the number of tests.
1191 ! lib/Term/Complete.t
1192 ____________________________________________________________________________
1193 [ 12441] By: jhi on 2001/10/15 13:11:03
1194 Log: Update Changes.
1196 ! Changes patchlevel.h
1197 ____________________________________________________________________________
1198 [ 12440] By: jhi on 2001/10/15 12:58:24
1199 Log: MacOS Classic catdir() rewrite from Thomas Wegner
1200 (backward incompatibility, but a deliberate one,
1201 the old version simply is broken in its logic),
1202 also documentation updates, and as suggested replicated
1203 the File::Spec::Unix documentation updates also on the
1204 File::Spec documentation.
1206 TODO: there seems to be duplication of documentation
1207 between File::Spec and File::Spec::Unix. I think
1208 the ::Unix should be left only with specific UNIXisms,
1209 and all the generic documentation should be in ::Spec.
1211 ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1212 ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
1213 ! lib/File/Spec/Unix.pm
1214 ____________________________________________________________________________
1215 [ 12439] By: jhi on 2001/10/15 12:32:07
1216 Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
1217 From: Blair Zajac <blair@orcaware.com>
1218 Date: Mon, 24 Sep 2001 11:48:58 -0700
1219 Message-ID: <3BAF801A.88A4F614@orcaware.com>
1221 (the skip() messages)
1224 ____________________________________________________________________________
1225 [ 12438] By: ams on 2001/10/14 23:43:59
1226 Log: Subject: [PATCH] make PerlIO default on VMS
1227 From: "Craig A. Berry" <craigberry@mac.com>
1228 Date: Sun, 14 Oct 2001 15:27:18 -0500
1229 Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
1232 ____________________________________________________________________________
1233 [ 12437] By: jhi on 2001/10/14 23:05:57
1234 Log: Retract #12436 (Abhijit already did this at #12426)
1236 ! lib/ExtUtils/MM_Unix.pm
1237 ____________________________________________________________________________
1238 [ 12436] By: jhi on 2001/10/14 21:22:43
1239 Log: (retracted by #12437)
1240 Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
1241 From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
1242 Date: Sat, 13 Oct 2001 20:33:55 +0200
1243 Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
1245 ! lib/ExtUtils/MM_Unix.pm
1246 ____________________________________________________________________________
1247 [ 12435] By: jhi on 2001/10/14 21:21:52
1248 Log: Subject: h2xs grammar nit
1249 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1250 Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
1251 Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
1254 ____________________________________________________________________________
1255 [ 12434] By: jhi on 2001/10/14 13:48:30
1256 Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
1257 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1258 Date: Sun, 14 Oct 2001 11:25:08 +0100
1259 Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
1261 ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1263 ____________________________________________________________________________
1264 [ 12433] By: jhi on 2001/10/13 23:20:11
1265 Log: Use File::Spec (needs Thomas Wegner's upcoming patch
1266 for File::Spec::Mac::catfile)
1269 ____________________________________________________________________________
1270 [ 12432] By: jhi on 2001/10/13 23:17:31
1271 Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)
1272 From: Nicholas Clark <nick@ccl4.org>
1273 Date: Sat, 13 Oct 2001 00:07:31 +0100
1274 Message-ID: <20011013000731.D67535@plum.flirble.org>
1276 ! lib/h2xs.t utils/h2xs.PL
1277 ____________________________________________________________________________
1278 [ 12431] By: jhi on 2001/10/13 22:35:58
1279 Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
1280 before DEFINE and INC), and repent by taking DEFINE and
1281 INC away from PASTHRU.
1283 ! lib/ExtUtils/MM_Unix.pm
1284 ____________________________________________________________________________
1285 [ 12430] By: jhi on 2001/10/13 21:23:09
1286 Log: More MANIFEST anomalies.
1289 ____________________________________________________________________________
1290 [ 12429] By: jhi on 2001/10/13 21:01:32
1294 ____________________________________________________________________________
1295 [ 12428] By: sky on 2001/10/13 20:59:27
1296 Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
1297 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1298 Date: Sat, 13 Oct 2001 23:15:55 +0200
1299 Message-ID: <20011013231555.A18071@rafael>
1301 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
1302 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
1303 ____________________________________________________________________________
1304 [ 12427] By: jhi on 2001/10/13 20:54:17
1305 Log: Rewrite mktables from scratch.
1307 - Faster: 15-20 seconds as opposed to several minutes.
1308 - More dynamic: the names of the various categories
1309 such as the linebreak ones are dynamic, not static.
1310 - Is.pl: long names for the general category properties
1312 - Ranges (<... ,First>, <..., Last>) from the general
1313 categories work now.
1314 - No more mktables.PL because the mktables.PL is not
1315 and never has been run to create a mktables.
1316 - syllables.txt and Is/Syl*.pl removed: non-standard
1317 (not part of the Unicode), and the whole concept is
1318 being reworked (http://syllabary.sourceforge.net/),
1319 the old way wouldn't even work with the new Syllables.txt
1320 (it would result in 1000+ new categories)
1322 + lib/unicore/In/163.pl lib/unicore/In/164.pl
1323 + lib/unicore/In/165.pl lib/unicore/In/166.pl
1324 + lib/unicore/In/167.pl lib/unicore/In/168.pl
1325 + lib/unicore/In/169.pl lib/unicore/In/170.pl
1326 + lib/unicore/In/171.pl lib/unicore/Is.pl
1327 + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
1328 + lib/unicore/mktables
1329 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
1330 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
1331 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
1332 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
1333 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
1334 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
1335 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
1336 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
1337 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
1338 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
1339 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
1340 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
1341 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
1342 - lib/unicore/syllables.txt
1344 ____________________________________________________________________________
1345 [ 12426] By: ams on 2001/10/13 18:05:36
1346 Log: ExtUtils::MM_Unix should ignore comments when searching for
1349 ! lib/ExtUtils/MM_Unix.pm
1350 ____________________________________________________________________________
1351 [ 12425] By: jhi on 2001/10/13 12:26:41
1352 Log: Subject: Re: New module XML::Clean
1353 From: andreas.koenig@anima.de (Andreas J. Koenig)
1354 Date: 13 Oct 2001 10:17:09 +0200
1355 Message-ID: <m37ku0t0my.fsf@anima.de>
1357 ! pod/perlnewmod.pod
1358 ____________________________________________________________________________
1359 [ 12424] By: sky on 2001/10/13 09:39:59
1360 Log: Set thread stack size if needed.
1362 ! ext/threads/threads.xs
1363 ____________________________________________________________________________
1364 [ 12423] By: sky on 2001/10/13 09:36:49
1365 Log: We do want to set the attribute to joinable even on modern posix
1368 ! ext/threads/threads.xs
1369 ____________________________________________________________________________
1370 [ 12422] By: jhi on 2001/10/13 02:04:44
1371 Log: Subject: [PATCH ext/Data/Dumper.xs]
1372 From: Brian Ingerson <ingy@ttul.org>
1373 Date: Fri, 12 Oct 2001 19:32:35 -0700
1374 Message-ID: <20011012193235.B889@ttul.org>
1376 ! ext/Data/Dumper/Dumper.xs
1377 ____________________________________________________________________________
1378 [ 12421] By: jhi on 2001/10/12 23:22:45
1379 Log: Update Changes.
1381 ! Changes patchlevel.h
1382 ____________________________________________________________________________
1383 [ 12420] By: jhi on 2001/10/12 22:51:17
1386 ! pod/perlfaq3.pod pod/perlfaq4.pod
1387 ____________________________________________________________________________
1388 [ 12419] By: jhi on 2001/10/12 22:46:49
1389 Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles
1390 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
1391 Date: Fri, 12 Oct 2001 11:51:05 -0700
1392 Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
1395 ____________________________________________________________________________
1396 [ 12418] By: jhi on 2001/10/12 22:44:24
1397 Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
1398 From: "chromatic" <chromatic@rmci.net>
1399 Date: Thu, 11 Oct 2001 10:57:55 -0600
1400 Message-ID: <20011011170354.74354.qmail@onion.perl.org>
1402 Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
1403 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1404 Date: Thu, 11 Oct 2001 22:34:21 +0200
1405 Message-ID: <20011011223421.A693@rafael>
1407 plus undef $Term::Complete::stty as suggested by Rafael.
1409 ! lib/Term/Complete.pm lib/Term/Complete.t
1410 ____________________________________________________________________________
1411 [ 12417] By: jhi on 2001/10/12 20:35:49
1412 Log: UUnndduupplleexx..
1415 ____________________________________________________________________________
1416 [ 12416] By: sky on 2001/10/12 20:16:19
1417 Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
1418 From: Andy Dougherty <doughera@lafayette.edu>
1419 Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
1420 Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
1421 (Potentially only band-aid)
1424 ____________________________________________________________________________
1425 [ 12415] By: jhi on 2001/10/12 20:13:06
1426 Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
1427 mishandles kill(), and therefore the sigaction test
1428 should be skipped, from Charles Lane.
1430 ! ext/POSIX/t/sigaction.t
1431 ____________________________________________________________________________
1432 [ 12414] By: sky on 2001/10/12 18:47:49
1433 Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
1436 ____________________________________________________________________________
1437 [ 12413] By: jhi on 2001/10/12 18:35:31
1438 Log: Upgrade to Math::BigInt 1.44 from Tels and
1439 further fixes from John Peacock.
1441 + lib/Math/BigInt/t/Math/Subclass.pm
1442 + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
1443 + lib/Math/BigInt/t/subclass.t
1444 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1445 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1446 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1447 ! lib/Math/BigInt/t/mbimbf.t
1448 ____________________________________________________________________________
1449 [ 12412] By: sky on 2001/10/12 18:28:23
1450 Log: perhaps pthread_attr_t really needs to be set for the old api
1452 ! ext/threads/threads.xs
1453 ____________________________________________________________________________
1454 [ 12411] By: sky on 2001/10/12 18:11:45
1455 Log: pthread_keycreate not pthread_key_create under the here be dragons API
1457 ! ext/threads/threads.h
1458 ____________________________________________________________________________
1459 [ 12410] By: sky on 2001/10/12 18:07:37
1460 Log: Apperently OLD PTHREADS API is a bit retarded.
1461 This should fix another set of compile failures in HP-UX 10.20.
1463 ! ext/threads/threads.h ext/threads/threads.xs
1464 ____________________________________________________________________________
1465 [ 12409] By: nick on 2001/10/12 15:30:01
1466 Log: Blind integrate of mainline
1468 +> (branch 32 files)
1469 - lib/unicode/README
1470 !> (integrate 121 files)
1471 ____________________________________________________________________________
1472 [ 12408] By: sky on 2001/10/12 14:55:08
1473 Log: Let us avoid being smart for now.
1475 ! ext/threads/threads.h
1476 ____________________________________________________________________________
1477 [ 12407] By: sky on 2001/10/12 14:38:12
1478 Log: (void*) the argument to make sure we work with picky compilers
1480 ! ext/threads/threads.xs
1481 ____________________________________________________________________________
1482 [ 12406] By: ams on 2001/10/12 13:26:04
1483 Log: (replaced with #12600)
1485 Subject: [PATCH 5.6.1 perldoc] use File::Temp
1486 From: Mikhail Zabaluev <mhz@alt-linux.org>
1487 Date: Fri, 12 Oct 2001 12:47:47 +0400
1488 Message-Id: <20011012124747.E13918@localhost.localdomain>
1491 ____________________________________________________________________________
1492 [ 12405] By: ams on 2001/10/12 13:05:32
1493 Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
1494 From: andreas.koenig@anima.de (Andreas J. Koenig)
1495 Date: 12 Oct 2001 11:12:07 +0200
1496 Message-Id: <m3wv21te6w.fsf_-_@anima.de>
1498 ! lib/Memoize/t/speed.t
1499 ____________________________________________________________________________
1500 [ 12404] By: sky on 2001/10/12 12:46:15
1501 Log: A) Support OLD_PTHREADS_API
1502 B) Change from using pthread_t to using a TLS to store the
1503 index of the thread in an hash, this is to avoid problems when
1504 in fact pthread_t was not a seralizable type.
1505 Both these changes are because of HP-UX 10.20
1506 This has not been tested on win32 but should work there.
1507 Need to add support for NetWare.
1509 ! ext/threads/threads.h ext/threads/threads.xs
1510 ____________________________________________________________________________
1511 [ 12403] By: ams on 2001/10/12 07:34:19
1512 Log: Subject: Re: New module XML::Clean
1513 From: andreas.koenig@anima.de (Andreas J. Koenig)
1514 Date: 12 Oct 2001 10:20:35 +0200
1515 Message-Id: <m3elo9uv58.fsf@anima.de>
1517 ! pod/perlnewmod.pod
1518 ____________________________________________________________________________
1519 [ 12402] By: jhi on 2001/10/11 19:51:04
1520 Log: More HP model tweaks from Merijn.
1523 ____________________________________________________________________________
1524 [ 12401] By: jhi on 2001/10/11 13:03:10
1525 Log: Update Changes.
1527 ! Changes patchlevel.h
1528 ____________________________________________________________________________
1529 [ 12400] By: jhi on 2001/10/11 11:33:20
1530 Log: HP-UX update from H.Merijn Brand.
1533 ____________________________________________________________________________
1534 [ 12399] By: jhi on 2001/10/11 00:53:56
1535 Log: Subject: [PATCH] fix link rot in README.vms
1536 From: "Craig A. Berry" <craigberry@mac.com>
1537 Date: Wed, 10 Oct 2001 17:17:00 -0500
1538 Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
1541 ____________________________________________________________________________
1542 [ 12398] By: jhi on 2001/10/11 00:49:42
1543 Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
1544 From: "chromatic" <chromatic@rmci.net>
1545 Date: Wed, 10 Oct 2001 15:50:30 -0600
1546 Message-ID: <20011010215627.13283.qmail@onion.perl.org>
1548 ! lib/Term/Complete.t
1549 ____________________________________________________________________________
1550 [ 12397] By: jhi on 2001/10/11 00:48:54
1551 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
1552 From: "chromatic" <chromatic@rmci.net>
1553 Date: Wed, 10 Oct 2001 15:45:42 -0600
1554 Message-ID: <20011010215140.8913.qmail@onion.perl.org>
1556 + lib/ExtUtils/Packlist.t
1558 ____________________________________________________________________________
1559 [ 12396] By: jhi on 2001/10/10 20:20:22
1560 Log: VMS needs quotes around the -I option to keep it from
1561 being downcased, from Charles Lane.
1564 ____________________________________________________________________________
1565 [ 12395] By: ams on 2001/10/10 16:22:32
1566 Log: Subject: [PATCH lib/FindBin.pm]
1567 From: Stas Bekman <stas@stason.org>
1568 Date: Tue, 09 Oct 2001 23:57:10 +0800
1569 Message-Id: <3BC31E56.60805@stason.org>
1572 ____________________________________________________________________________
1573 [ 12394] By: ams on 2001/10/10 16:09:53
1574 Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
1575 From: Abhijit Menon-Sen <ams@wiw.org>
1576 Date: Wed, 10 Oct 2001 21:59:33 +0530
1577 Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
1579 ! ext/Data/Dumper/Dumper.xs
1580 ____________________________________________________________________________
1581 [ 12393] By: jhi on 2001/10/10 15:53:39
1582 Log: VMS: reorder the elimination of 000000 in the canonpath logic,
1585 ! lib/File/Spec/VMS.pm
1586 ____________________________________________________________________________
1587 [ 12392] By: ams on 2001/10/10 14:49:43
1588 Log: Subject: [PATCH] two s/// bugfixes
1589 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1590 Date: Wed, 10 Oct 2001 17:23:44 +0200
1591 Message-Id: <20011010172344.C22440@rafael>
1593 ! pp_ctl.c regexec.c t/op/subst.t
1594 ____________________________________________________________________________
1595 [ 12391] By: jhi on 2001/10/10 12:22:02
1596 Log: Fix/improve handling of the [000000] special "root"
1597 directory, by putting cwd in canonical form when doing
1598 abs2rel, and prepending a 000000 to directory "chunks"
1599 if missing from base or path. Also adjust test to
1600 reflect the (improved) output from abs2rel.
1603 ! lib/File/Spec.t lib/File/Spec/VMS.pm
1604 ____________________________________________________________________________
1605 [ 12390] By: jhi on 2001/10/10 11:48:14
1606 Log: In VMS the copy-to-untaint %ENV in the initialization also loses
1607 all of the extra VMSish attributes (such as "treat this logical
1608 as a device name") that are necessary to make programs run.
1609 A tainted %ENV does not hinder VMS. From Charles Lane.
1611 ! lib/File/Find/t/taint.t
1612 ____________________________________________________________________________
1613 [ 12389] By: jhi on 2001/10/10 11:40:29
1614 Log: VMS-specific fixes to the ExtUtils::Manifest tests.
1616 o VMS is case-insensitive, RTL downcases filenames read
1617 by perl... so need to re-upcase filenames like MANIFEST
1620 o Need to convert VMS-style to Unix-style filenames when comparing
1621 names in MANIFEST to names in filesystem.
1623 o Need to remove mantest/MANIFEST before rmdir'ing mantest,
1624 since VMS won't let you (easily) delete non-empty directories.
1628 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
1629 ____________________________________________________________________________
1630 [ 12388] By: jhi on 2001/10/10 11:28:44
1631 Log: Unix and VMS agree on "*" as a "match any number of any chars"
1632 wildcards, but differ ("?" vs. "%") for their "match any single
1633 char" wildcard. This patch changes "?" chars to "%" before doing a
1634 VMS glob...at no loss of functionality, since "?" isn't a valid
1635 filename char on VMS. From Charles Lane.
1638 ____________________________________________________________________________
1639 [ 12387] By: jhi on 2001/10/10 11:20:13
1640 Log: (accidentally empty submit; new life as #12390)
1642 ! lib/File/Find/t/taint.t
1643 ____________________________________________________________________________
1644 [ 12386] By: jhi on 2001/10/10 11:12:40
1645 Log: Even more VMS tweakage from Charles Lane:
1647 Tweak #1: splitdir only works on directory part of filespec,
1648 split off volume first
1649 Tweak #2: VMS pre-7.0's $ENV{'HOME'} is not settable
1650 (it's a horrible kludge in the run-time library,
1651 improved in later versions). Check the
1652 $Config{'d_setenv'} flag before attempting to set it.
1655 ____________________________________________________________________________
1656 [ 12385] By: jhi on 2001/10/09 20:34:36
1657 Log: VMS tweakage from Charles Lane.
1659 . command.com doubles an output line when prompting for extensions
1660 . Term::Cap has no business trying to run obscure Un*x utilities on VMS
1661 . perl5db doesn't clean up after itself
1663 ! configure.com lib/Term/Cap.pm lib/perl5db.pl
1664 ____________________________________________________________________________
1665 [ 12384] By: sky on 2001/10/09 19:16:11
1666 Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
1667 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1668 Date: Tue, 9 Oct 2001 22:10:26 +0200
1669 Message-ID: <20011009221026.A8579@rafael>
1672 ____________________________________________________________________________
1673 [ 12383] By: jhi on 2001/10/09 14:33:15
1674 Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
1675 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1676 Date: 9 Oct 2001 15:15:06 -0000
1677 Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
1680 ____________________________________________________________________________
1681 [ 12382] By: jhi on 2001/10/09 14:03:30
1682 Log: Update Changes.
1684 ! Changes patchlevel.h
1685 ____________________________________________________________________________
1686 [ 12381] By: jhi on 2001/10/09 13:52:50
1687 Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
1688 Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
1689 when a NULL is passed for the filename string pointer.
1693 ____________________________________________________________________________
1694 [ 12379] By: jhi on 2001/10/09 13:03:49
1695 Log: Subject: HP systems update
1696 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1697 Date: Tue, 09 Oct 2001 15:59:22 +0200
1698 Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
1701 ____________________________________________________________________________
1702 [ 12378] By: jhi on 2001/10/09 12:52:21
1703 Log: CPAN::Nox does now have a test.
1706 ____________________________________________________________________________
1707 [ 12377] By: jhi on 2001/10/09 12:23:27
1708 Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
1709 From: David Dyck <dcd@tc.fluke.com>
1710 Date: Mon, 1 Oct 2001 12:17:36 -0700
1711 Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
1714 ____________________________________________________________________________
1715 [ 12376] By: jhi on 2001/10/09 12:18:39
1716 Log: NetWare update from Ananth Kesari.
1718 ! NetWare/nwperlsys.h makedef.pl
1719 ____________________________________________________________________________
1720 [ 12375] By: jhi on 2001/10/09 11:43:01
1721 Log: Subject: [PATCH Perl@12307] File::Find test on VMS
1722 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1723 Date: Tue, 9 Oct 2001 08:40:57 EDT
1724 Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
1726 ! lib/File/Find/t/find.t
1727 ____________________________________________________________________________
1728 [ 12374] By: ams on 2001/10/09 05:31:45
1729 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
1730 ExtUtils::Mkbootstrap
1731 From: "chromatic" <chromatic@rmci.net>
1732 Date: Tue, 09 Oct 2001 00:08:37 -0600
1733 Message-Id: <20011009061432.46666.qmail@onion.perl.org>
1735 + lib/ExtUtils/Mkbootstrap.t
1737 ____________________________________________________________________________
1738 [ 12373] By: jhi on 2001/10/09 02:56:13
1739 Log: Enable more debugging.
1742 ____________________________________________________________________________
1743 [ 12372] By: ams on 2001/10/09 02:11:59
1744 Log: #12370 forgot to modify is_gv_magical().
1747 ____________________________________________________________________________
1748 [ 12371] By: jhi on 2001/10/09 01:48:17
1749 Log: Make the toupper/lower/title API for Unicode not right
1750 but at least less wrong: prepare for the mapping being
1751 more than just one-character-to-one-character.
1753 ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
1755 ____________________________________________________________________________
1756 [ 12370] By: jhi on 2001/10/09 01:23:08
1757 Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
1758 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1759 Date: Mon, 8 Oct 2001 22:18:23 -0400
1760 Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
1762 ! pod/perlvar.pod t/op/taint.t
1763 ____________________________________________________________________________
1764 [ 12369] By: jhi on 2001/10/08 23:31:21
1767 ! pod/perlfaq3.pod pod/perlfaq4.pod
1768 ____________________________________________________________________________
1769 [ 12368] By: jhi on 2001/10/08 21:20:45
1770 Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
1771 From: "chromatic" <chromatic@rmci.net>
1772 Date: Mon, 08 Oct 2001 14:05:32 -0600
1773 Message-ID: <20011008201126.73702.qmail@onion.perl.org>
1776 ____________________________________________________________________________
1777 [ 12367] By: jhi on 2001/10/08 21:10:49
1778 Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
1779 From: Michael G Schwern <schwern@pobox.com>
1780 Date: Mon, 8 Oct 2001 17:00:14 -0400
1781 Message-ID: <20011008170014.L17083@blackrider>
1783 ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
1784 ____________________________________________________________________________
1785 [ 12366] By: jhi on 2001/10/08 20:43:19
1786 Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
1787 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1788 Date: Mon, 8 Oct 2001 16:01:33 EDT
1789 Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
1791 ! ext/Time/HiRes/HiRes.xs
1792 ____________________________________________________________________________
1793 [ 12365] By: jhi on 2001/10/08 20:41:50
1794 Log: Subject: [PATCH] Autosplit patch for VMS
1795 From: "Craig A. Berry" <craigberry@mac.com>
1796 Date: Mon, 08 Oct 2001 15:40:43 -0500
1797 Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
1799 ! lib/AutoSplit.pm lib/AutoSplit.t
1800 ____________________________________________________________________________
1801 [ 12364] By: jhi on 2001/10/08 20:36:58
1802 Log: Don't assume that everybody is running OS X 10.1 yet;
1806 ____________________________________________________________________________
1807 [ 12363] By: jhi on 2001/10/08 14:26:35
1808 Log: Update Changes.
1810 ! Changes patchlevel.h
1811 ____________________________________________________________________________
1812 [ 12362] By: jhi on 2001/10/08 14:05:50
1813 Log: Retract #12358 for now.
1816 ____________________________________________________________________________
1817 [ 12361] By: jhi on 2001/10/08 13:57:10
1818 Log: Can't figure out what this is testing.
1819 (If it is trying to catch SIGKILL, it should stop
1820 trying because that is by definition impossible.)
1823 ____________________________________________________________________________
1824 [ 12360] By: jhi on 2001/10/08 13:23:28
1825 Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
1826 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1827 Date: Sun, 30 Sep 2001 21:15:13 +0200
1828 Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
1830 ! lib/ExtUtils/MM_Win32.pm
1831 ____________________________________________________________________________
1832 [ 12359] By: jhi on 2001/10/08 12:37:17
1833 Log: Clarify the ldlibpth part and condense the overall text.
1836 ____________________________________________________________________________
1837 [ 12358] By: jhi on 2001/10/08 11:56:49
1838 Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
1839 From: "chromatic" <chromatic@rmci.net>
1840 Date: Sun, 07 Oct 2001 16:59:26 -0600
1841 Message-ID: <20011007230518.90917.qmail@onion.perl.org>
1844 ____________________________________________________________________________
1845 [ 12357] By: jhi on 2001/10/08 11:54:50
1846 Log: Update the list because fo #12265.
1849 ____________________________________________________________________________
1850 [ 12356] By: jhi on 2001/10/08 11:53:30
1851 Log: Subject: [PATCH] & what's to be done for 5.8.0?
1852 From: Nicholas Clark <nick@ccl4.org>
1853 Date: Sun, 7 Oct 2001 20:53:33 +0100
1854 Message-ID: <20011007205333.S38756@plum.flirble.org>
1856 ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
1857 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1858 ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
1859 ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
1860 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
1861 ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
1862 ! lib/Switch/t/switch.t lib/Term/Complete.t
1863 ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
1864 ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
1866 ____________________________________________________________________________
1867 [ 12355] By: jhi on 2001/10/08 11:51:29
1868 Log: Integrate patch #12350 from maintperl; typo in
1871 !> ext/IO/lib/IO/Seekable.pm
1872 ____________________________________________________________________________
1873 [ 12354] By: jhi on 2001/10/08 11:41:16
1877 ____________________________________________________________________________
1878 [ 12353] By: sky on 2001/10/07 17:16:14
1879 Log: Change 12349 didn't really get it right.
1881 ! lib/Unicode/README
1882 ____________________________________________________________________________
1883 [ 12352] By: jhi on 2001/10/07 15:03:18
1884 Log: If running the harness the dynamic library search path
1888 ____________________________________________________________________________
1889 [ 12351] By: jhi on 2001/10/07 14:17:12
1890 Log: It seems that in MacOS X 10.1 one must use -flat_namespace
1894 ____________________________________________________________________________
1895 [ 12350] By: gsar on 2001/10/07 13:30:42
1896 Log: typo in IO::Seekable doc
1897 Branch: maint-5.6/perl
1898 ! ext/IO/lib/IO/Seekable.pm
1899 ____________________________________________________________________________
1900 [ 12349] By: jhi on 2001/10/07 12:49:31
1901 Log: Give up the fantasy of having lib/Unicode and lib/unicode:
1902 doesn't work on Mac OS X 10.1 (when unpacking the tar the
1903 latter gets renamed as lib/unicode:1, assumedly for security
1904 reasons not to overwrite stuff)
1906 + lib/Unicode/README
1907 - lib/unicode/README
1909 ____________________________________________________________________________
1910 [ 12348] By: ams on 2001/10/07 05:33:40
1911 Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
1912 From: "chromatic" <chromatic@rmci.net>
1913 Date: Sat, 06 Oct 2001 21:42:03 -0600
1914 Message-Id: <20011007034754.21057.qmail@onion.perl.org>
1918 ____________________________________________________________________________
1919 [ 12347] By: ams on 2001/10/07 00:48:10
1920 Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
1921 From: "chromatic" <chromatic@rmci.net>
1922 Date: Sat, 06 Oct 2001 18:52:10 -0600
1923 Message-Id: <20011007005801.98381.qmail@onion.perl.org>
1927 ____________________________________________________________________________
1928 [ 12346] By: ams on 2001/10/06 23:14:01
1929 Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
1931 From: Nicholas Clark <nick@ccl4.org>
1932 Date: Sat, 6 Oct 2001 21:46:43 +0100
1933 Message-Id: <20011006214643.L38756@plum.flirble.org>
1936 ____________________________________________________________________________
1937 [ 12345] By: ams on 2001/10/06 17:39:53
1938 Log: Subject: [PATCH] Memoize tests
1939 From: Nicholas Clark <nick@ccl4.org>
1940 Date: Sat, 6 Oct 2001 18:04:21 +0100
1941 Message-Id: <20011006180421.J38756@plum.flirble.org>
1943 ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
1944 ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
1945 ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
1946 ! lib/Memoize/t/expire_module_n.t
1947 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
1948 ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
1949 ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
1950 ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
1951 ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
1952 ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
1953 ____________________________________________________________________________
1954 [ 12344] By: jhi on 2001/10/06 00:30:23
1955 Log: Retract the latter part of #12343.
1957 ! ext/IO/lib/IO/Socket/INET.pm
1958 ____________________________________________________________________________
1959 [ 12343] By: jhi on 2001/10/05 23:32:07
1960 Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
1961 From: David Dyck <dcd@tc.fluke.com>
1962 Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
1963 Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
1965 Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
1966 From: David Dyck <dcd@tc.fluke.com>
1967 Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
1968 Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
1970 ! ext/IO/lib/IO/Socket/INET.pm
1971 ____________________________________________________________________________
1972 [ 12342] By: jhi on 2001/10/05 16:28:37
1973 Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
1974 From: Robin Barker <rmb1@cise.npl.co.uk>
1975 Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
1976 Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
1979 ____________________________________________________________________________
1980 [ 12341] By: jhi on 2001/10/05 13:54:08
1981 Log: Don't assume that %x is good for displaying UVs.
1984 ____________________________________________________________________________
1985 [ 12340] By: jhi on 2001/10/05 12:41:31
1986 Log: Update Changes.
1988 ! Changes patchlevel.h
1989 ____________________________________________________________________________
1990 [ 12339] By: ams on 2001/10/05 10:22:34
1991 Log: Subject: [PATCH] perlfunc/select
1992 From: Nicholas Clark <nick@ccl4.org>
1993 Date: Fri, 5 Oct 2001 11:33:58 +0100
1994 Message-Id: <20011005113358.Z38756@plum.flirble.org>
1997 ____________________________________________________________________________
1998 [ 12338] By: jhi on 2001/10/04 22:54:06
1999 Log: Retract #12313 and #12249.
2001 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
2002 ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
2003 ! pod/perlebcdic.pod
2004 ____________________________________________________________________________
2005 [ 12337] By: jhi on 2001/10/04 17:17:03
2006 Log: Subject: [PATCH] perlvms.pod update
2007 From: "Craig A. Berry" <craigberry@mac.com>
2008 Date: Thu, 04 Oct 2001 12:55:52 -0500
2009 Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
2012 ____________________________________________________________________________
2013 [ 12336] By: jhi on 2001/10/04 14:02:17
2014 Log: Subject: PATCH: Tie::SubstrHash
2015 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2016 Date: Thu, 04 Oct 2001 12:12:41 +0100
2017 Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk>
2019 ! lib/Tie/SubstrHash.pm
2020 ____________________________________________________________________________
2021 [ 12335] By: jhi on 2001/10/04 04:45:00
2022 Log: Unicode properties saga continues.
2024 ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
2025 ! lib/unicore/mktables.PL lib/utf8_heavy.pl
2026 ____________________________________________________________________________
2027 [ 12334] By: jhi on 2001/10/04 03:42:04
2028 Log: Yet more Unicode properties.
2030 + lib/unicore/In/137.pl lib/unicore/In/138.pl
2031 + lib/unicore/In/139.pl lib/unicore/In/140.pl
2032 + lib/unicore/In/141.pl lib/unicore/In/142.pl
2033 + lib/unicore/In/143.pl lib/unicore/In/144.pl
2034 + lib/unicore/In/145.pl lib/unicore/In/146.pl
2035 + lib/unicore/In/147.pl lib/unicore/In/148.pl
2036 + lib/unicore/In/149.pl lib/unicore/In/150.pl
2037 + lib/unicore/In/151.pl lib/unicore/In/152.pl
2038 + lib/unicore/In/153.pl lib/unicore/In/154.pl
2039 + lib/unicore/In/155.pl lib/unicore/In/156.pl
2040 + lib/unicore/In/157.pl lib/unicore/In/158.pl
2041 + lib/unicore/In/159.pl lib/unicore/In/160.pl
2042 + lib/unicore/In/161.pl lib/unicore/In/162.pl
2043 ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
2044 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
2045 ! pod/perlunicode.pod
2046 ____________________________________________________________________________
2047 [ 12333] By: jhi on 2001/10/04 03:02:19
2048 Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
2049 From: "Craig A. Berry" <craigberry@mac.com>
2050 Date: Wed, 03 Oct 2001 17:45:25 -0500
2051 Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
2053 (the lib/Term/Complete.t patched differently by #12332)
2055 ! lib/ExtUtils/Command.t
2056 ____________________________________________________________________________
2057 [ 12332] By: jhi on 2001/10/04 03:00:03
2058 Log: Restore only if something to restore.
2060 ! lib/Term/Complete.t
2061 ____________________________________________________________________________
2062 [ 12331] By: pudge on 2001/10/03 19:30:48
2063 Log: Update various resources for credits,
2064 minor icons fixes, and versions.
2065 Branch: maint-5.6/macperl
2066 ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
2067 ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
2068 ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
2069 ____________________________________________________________________________
2070 [ 12330] By: pudge on 2001/10/03 19:17:25
2071 Log: Quiet the warnings about using undef value
2072 Branch: maint-5.6/macperl
2074 ____________________________________________________________________________
2075 [ 12329] By: pudge on 2001/10/03 19:14:59
2076 Log: Fix up Ballon Help and Help menu docs (first pass);
2077 remove balloon rez file, and autogenerate with
2078 Balloon2Rez instead.
2079 Branch: maint-5.6/macperl
2080 + macos/macperl/macscripts/Balloon2Rez
2081 - macos/macperl/MPBalloons.r
2082 ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
2083 ____________________________________________________________________________
2084 [ 12328] By: pudge on 2001/10/03 19:11:15
2085 Log: Allow overriding of defaults, for change #12327.
2086 Branch: maint-5.6/macperl
2088 ____________________________________________________________________________
2089 [ 12327] By: pudge on 2001/10/03 19:10:26
2090 Log: Override PerlProc_exit.
2091 Branch: maint-5.6/macperl
2093 ____________________________________________________________________________
2094 [ 12326] By: pudge on 2001/10/03 19:08:28
2095 Log: Add in new macos/ modules, fix up BuildTools and Makefile.
2096 Branch: maint-5.6/macperl
2097 + macos/bundled_lib/blib/lib/MD5.pm
2098 + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
2099 + macos/lib/Mac/AETE/Dialect.pm
2100 + macos/lib/Mac/AETE/Format/Converter.pm
2101 + macos/lib/Mac/AETE/Format/Dictionary.pm
2102 + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
2103 + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
2104 + macos/lib/Mac/Toolbox.pod
2105 ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
2106 ____________________________________________________________________________
2107 [ 12325] By: pudge on 2001/10/03 18:51:28
2108 Log: Sync up silly CVS headers ... I should commit CVS
2109 first to avoid this ...
2110 Branch: maint-5.6/macperl
2111 ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
2112 ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
2113 ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
2114 ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
2115 ____________________________________________________________________________
2116 [ 12324] By: pudge on 2001/10/03 18:44:09
2117 Log: Fix Matthias' address, and attributions.
2118 Branch: maint-5.6/macperl
2119 ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
2121 ____________________________________________________________________________
2122 [ 12323] By: pudge on 2001/10/03 18:42:37
2123 Log: Fix Matthias' address, and attributions.
2124 Branch: maint-5.6/macperl
2125 ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
2126 ! macos/ext/Mac/Components/Components.pm
2127 ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
2128 ! macos/ext/Mac/Dialogs/Dialogs.pm
2129 ! macos/ext/Mac/Events/Events.pm
2130 ! macos/ext/Mac/ExtUtils/MakeToolboxModule
2131 ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
2132 ! macos/ext/Mac/Gestalt/Gestalt.pm
2133 ! macos/ext/Mac/ImageCompression/ImageCompression.pm
2134 ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
2135 ! macos/ext/Mac/Menus/Menus.pm
2136 ! macos/ext/Mac/MoreFiles/MoreFiles.pm
2137 ! macos/ext/Mac/Movies/Movies.pm
2138 ! macos/ext/Mac/Navigation/Navigation.pm
2139 ! macos/ext/Mac/Notification/Notification.pm
2140 ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
2141 ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
2142 ! macos/ext/Mac/QuickDraw/QuickDraw.pm
2143 ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
2144 ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
2145 ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
2146 ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
2147 ! macos/ext/Mac/StandardFile/StandardFile.pm
2148 ! macos/ext/Mac/TextEdit/TextEdit.pm
2149 ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
2150 ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
2151 ! macos/lib/Mac/LowMem.pm
2152 ____________________________________________________________________________
2153 [ 12322] By: sky on 2001/10/03 18:41:07
2154 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
2155 From: "Craig A. Berry" <craigberry@mac.com>
2156 Date: Wed, 03 Oct 2001 14:30:55 -0500
2157 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
2160 ____________________________________________________________________________
2161 [ 12321] By: jhi on 2001/10/03 18:38:34
2162 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
2163 From: "Craig A. Berry" <craigberry@mac.com>
2164 Date: Wed, 03 Oct 2001 14:30:55 -0500
2165 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
2168 ____________________________________________________________________________
2169 [ 12320] By: jhi on 2001/10/03 16:47:30
2170 Log: Unicode properties: fix L& (the #12319 didn't allow L&,
2171 only IsL&) and Inherited (negative lookahead good);
2172 add tests for Common, Inherited, and L&.
2174 ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
2175 ____________________________________________________________________________
2176 [ 12319] By: jhi on 2001/10/03 16:12:53
2177 Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
2178 (The Unicode standard uses L& quite often.)
2181 ____________________________________________________________________________
2182 [ 12318] By: jhi on 2001/10/03 15:57:34
2183 Log: Add the 'Common' Unicode property (code points not
2184 explicitly assigned to any other script).
2186 + lib/unicore/In/136.pl
2187 ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
2188 ____________________________________________________________________________
2189 [ 12317] By: jhi on 2001/10/03 13:23:32
2190 Log: Skip the RV printing test under threads until fixed.
2193 ____________________________________________________________________________
2194 [ 12316] By: jhi on 2001/10/03 12:57:05
2195 Log: Subject: 12309 / cygwin / win2k
2196 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2197 Date: Wed, 03 Oct 2001 15:25:15 +0200
2198 Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
2201 ____________________________________________________________________________
2202 [ 12315] By: jhi on 2001/10/03 12:50:17
2203 Log: Metaconfig unit change for #12314.
2206 ____________________________________________________________________________
2207 [ 12314] By: jhi on 2001/10/03 12:49:26
2208 Log: Subject: Both cygwin and djgpp on one machine
2209 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2210 Date: Wed, 03 Oct 2001 15:02:59 +0200
2211 Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
2214 ____________________________________________________________________________
2215 [ 12313] By: jhi on 2001/10/03 12:04:49
2216 Log: (retracted by #12338)
2218 Subject: [PATCH] Code clean up for perlboot.pod
2219 From: Casey West <casey@geeknest.com>
2220 Date: Tue, 2 Oct 2001 19:24:43 -0400
2221 Message-ID: <20011002192443.B2163@stupid.geeknest.com>
2223 Subject: [PATCH] Code clean up for perlbot.diff
2224 From: Casey West <casey@geeknest.com>
2225 Date: Tue, 2 Oct 2001 19:25:22 -0400
2226 Message-ID: <20011002192522.C2163@stupid.geeknest.com>
2228 Subject: [PATCH] Code clean up for perlcall.pod
2229 From: Casey West <casey@geeknest.com>
2230 Date: Tue, 2 Oct 2001 19:25:57 -0400
2231 Message-ID: <20011002192557.D2163@stupid.geeknest.com>
2233 Subject: [PATCH] Code clean up for perldata.pod
2234 From: Casey West <casey@geeknest.com>
2235 Date: Tue, 2 Oct 2001 19:26:29 -0400
2236 Message-ID: <20011002192629.E2163@stupid.geeknest.com>
2238 Subject: [PATCH] Code clean up for perldbmfilter.pod
2239 From: Casey West <casey@geeknest.com>
2240 Date: Tue, 2 Oct 2001 19:26:59 -0400
2241 Message-ID: <20011002192659.F2163@stupid.geeknest.com>
2243 Subject: [PATCH] Code clean up for perlebcdic.pod
2244 From: Casey West <casey@geeknest.com>
2245 Date: Tue, 2 Oct 2001 19:27:37 -0400
2246 Message-ID: <20011002192737.G2163@stupid.geeknest.com>
2248 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
2249 ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
2250 ____________________________________________________________________________
2251 [ 12312] By: ams on 2001/10/02 23:43:55
2252 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
2253 From: Michael G Schwern <schwern@pobox.com>
2254 Date: Tue, 2 Oct 2001 17:00:49 -0400
2255 Message-Id: <20011002170049.A9955@blackrider>
2257 ! lib/ExtUtils/MakeMaker.pm
2258 ____________________________________________________________________________
2259 [ 12311] By: jhi on 2001/10/02 23:24:07
2263 ____________________________________________________________________________
2264 [ 12310] By: nick on 2001/10/02 16:09:49
2265 Log: Integrate mainline
2267 !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
2268 !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
2269 !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
2270 !> patchlevel.h t/op/pat.t
2271 ____________________________________________________________________________
2272 [ 12309] By: jhi on 2001/10/02 14:34:59
2273 Log: Unicode properties: allow also intra(wordbreak)name whitespace,
2274 not just one single space.
2276 ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
2277 ____________________________________________________________________________
2278 [ 12308] By: jhi on 2001/10/02 12:49:41
2279 Log: AUTHORS updates.
2282 ____________________________________________________________________________
2283 [ 12307] By: jhi on 2001/10/02 12:22:21
2284 Log: Update Changes.
2286 ! Changes patchlevel.h
2287 ____________________________________________________________________________
2288 [ 12306] By: jhi on 2001/10/02 11:59:12
2289 Log: Work around old buggy glibcs for langinfo constants,
2290 from Nicholas Clark and David Dyck.
2292 ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
2293 ____________________________________________________________________________
2294 [ 12305] By: jhi on 2001/10/02 11:45:55
2295 Log: Eradicate Time::Piece; add an example.
2297 ! ext/I18N/Langinfo/Langinfo.pm
2298 ____________________________________________________________________________
2299 [ 12304] By: jhi on 2001/10/02 11:34:18
2300 Log: Subject: [PATCH] Pod::Html makes a poor guess at author
2301 From: Robert Spier <rspier@pobox.com>
2302 Date: Mon, 1 Oct 2001 23:20:16 -0700
2303 Message-ID: <15289.23712.422087.878224@rls.cx>
2306 ____________________________________________________________________________
2307 [ 12303] By: sky on 2001/10/02 10:40:57
2308 Log: Fixes obscure bug that manifests itself by.
2309 local $!=0;undef*STDOUT;#segfaults
2310 Has been around for a while. Possible other magic IO vars are
2311 possibly affected aswell. Reported by Jos Boumans.
2314 ____________________________________________________________________________
2315 [ 12302] By: nick on 2001/10/02 09:00:52
2316 Log: Integrate mainline
2318 !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
2319 !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
2320 !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
2321 ____________________________________________________________________________
2322 [ 12301] By: nick on 2001/10/02 08:40:57
2323 Log: Integrate mainline + lib/open.t patch from Chromatic
2325 +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
2327 !> (integrate 29 files)
2328 ____________________________________________________________________________
2329 [ 12300] By: jhi on 2001/10/01 19:22:16
2330 Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
2331 Until it has, better stop early if someone requests threads.
2334 ____________________________________________________________________________
2335 [ 12299] By: jhi on 2001/10/01 19:01:31
2336 Log: Subject: [ID 20011001.011] redundant code in t/TEST
2337 From: David Dyck <dcd@tc.fluke.com>
2338 Date: Mon, 1 Oct 2001 12:56:24 -0700
2339 Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
2342 ____________________________________________________________________________
2343 [ 12298] By: jhi on 2001/10/01 18:52:12
2344 Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
2345 From: "chromatic" <chromatic@rmci.net>
2346 Date: Mon, 01 Oct 2001 12:27:12 -0600
2347 Message-ID: <20011001183251.89148.qmail@onion.perl.org>
2350 ____________________________________________________________________________
2351 [ 12297] By: jhi on 2001/10/01 17:04:18
2352 Log: UNICOS testing patches from Nicholas Clark.
2354 ! t/op/arith.t t/op/pack.t
2355 ____________________________________________________________________________
2356 [ 12296] By: jhi on 2001/10/01 17:01:26
2357 Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
2358 From: "chromatic" <chromatic@rmci.net>
2359 Date: Mon, 01 Oct 2001 10:21:51 -0600
2360 Message-ID: <20011001162731.40639.qmail@onion.perl.org>
2363 ____________________________________________________________________________
2364 [ 12295] By: jhi on 2001/10/01 14:55:37
2365 Log: Make missing the RADIXCHAR a softer, gentler error.
2367 ! ext/I18N/Langinfo/Langinfo.t
2368 ____________________________________________________________________________
2369 [ 12294] By: jhi on 2001/10/01 14:51:42
2370 Log: Nuke also the LANG because of glibc.
2373 ____________________________________________________________________________
2374 [ 12293] By: jhi on 2001/10/01 14:51:20
2375 Log: Also the ^Is is optional.
2377 ! pod/perlunicode.pod t/op/pat.t
2378 ____________________________________________________________________________
2379 [ 12292] By: jhi on 2001/10/01 14:08:26
2380 Log: Be careful to pull chars from the varargs stack when
2384 ____________________________________________________________________________
2385 [ 12291] By: jhi on 2001/10/01 12:27:57
2386 Log: sortsv not in place anymore, noticed by John P. Linderman.
2388 ! pod/perlapi.pod pp_ctl.c
2389 ____________________________________________________________________________
2390 [ 12290] By: jhi on 2001/10/01 12:25:03
2391 Log: Make the diagnostic messages more neutral.
2394 ____________________________________________________________________________
2395 [ 12289] By: jhi on 2001/10/01 03:59:34
2396 Log: Forgotten from #12288.
2398 ! ext/Data/Dumper/Dumper.pm
2399 ____________________________________________________________________________
2400 [ 12288] By: jhi on 2001/10/01 03:58:37
2401 Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
2402 From: Brian Ingerson <ingy@ttul.org>
2403 Date: Sun, 30 Sep 2001 21:45:56 -0700
2404 Message-ID: <20010930214556.D26392@ttul.org>
2406 (remember also the #12289)
2408 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2409 ____________________________________________________________________________
2410 [ 12287] By: jhi on 2001/10/01 03:33:15
2411 Log: More Unicode property tests for the abbreviated
2415 ____________________________________________________________________________
2416 [ 12286] By: jhi on 2001/10/01 02:02:08
2417 Log: Further tweaks to the Unicode properties.
2419 ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
2420 ____________________________________________________________________________
2421 [ 12285] By: jhi on 2001/10/01 01:46:35
2422 Log: Retract #12284.
2425 ____________________________________________________________________________
2426 [ 12284] By: jhi on 2001/10/01 01:24:12
2427 Log: (Retracted by #12285)
2430 ____________________________________________________________________________
2431 [ 12283] By: jhi on 2001/10/01 01:22:05
2432 Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap
2433 From: "chromatic" <chromatic@rmci.net>
2434 Date: Sun, 30 Sep 2001 16:10:02 -0600
2435 Message-ID: <20010930221540.67279.qmail@onion.perl.org>
2439 ____________________________________________________________________________
2440 [ 12282] By: jhi on 2001/10/01 01:19:21
2441 Log: Use stty -g to restore the terminal state, do not even
2442 try to run the tests if stty -g is not available.
2444 ! lib/Term/Complete.t
2445 ____________________________________________________________________________
2446 [ 12281] By: jhi on 2001/09/30 21:05:00
2447 Log: Cleanup utf8_heavy; allow dropping the In prefix from
2448 Unicode script/block properties.
2451 ____________________________________________________________________________
2452 [ 12280] By: jhi on 2001/09/30 13:42:18
2453 Log: Retract the #12259 for now.
2455 ! embed.h embed.pl sv.h
2456 ____________________________________________________________________________
2457 [ 12279] By: jhi on 2001/09/30 13:37:59
2458 Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
2460 + lib/Text/TabsWrap/CHANGELOG
2461 ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
2462 ____________________________________________________________________________
2463 [ 12278] By: jhi on 2001/09/30 05:05:18
2464 Log: #12272 wasn't right, it introduced an extra ().
2467 ____________________________________________________________________________
2468 [ 12277] By: jhi on 2001/09/30 00:31:07
2469 Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
2470 From: Jonathan Stowe <gellyfish@gellyfish.com>
2471 Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
2472 Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
2474 ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
2475 ____________________________________________________________________________
2476 [ 12276] By: jhi on 2001/09/30 00:15:38
2477 Log: Subject: Patch to put qsortsv in the public API
2478 From: Brian Ingerson <ingy@ttul.org>
2479 Date: Sat, 29 Sep 2001 17:41:13 -0700
2480 Message-ID: <20010929174113.A30223@ttul.org>
2482 ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
2483 ____________________________________________________________________________
2484 [ 12275] By: jhi on 2001/09/30 00:11:21
2485 Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
2486 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2487 Date: Sat, 29 Sep 2001 23:54:48 +0200
2488 Message-ID: <20010929235448.A5017@rafael>
2490 ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
2491 ____________________________________________________________________________
2492 [ 12274] By: jhi on 2001/09/30 00:03:19
2495 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2497 ____________________________________________________________________________
2498 [ 12273] By: bailey on 2001/09/29 23:43:46
2499 Log: Resync with mainline
2501 +> (branch 1207 files)
2502 - (delete 324 files)
2503 !> (integrate 866 files)
2504 ____________________________________________________________________________
2505 [ 12272] By: jhi on 2001/09/29 21:32:33
2506 Log: Nasty recursion trap if one would match Unicode.
2509 ____________________________________________________________________________
2510 [ 12271] By: jhi on 2001/09/29 21:18:44
2511 Log: More Unicode todo.
2514 ____________________________________________________________________________
2515 [ 12270] By: jhi on 2001/09/29 20:15:32
2516 Log: Explain a bit the new more flexible \p\P syntax.
2518 ! pod/perlunicode.pod
2519 ____________________________________________________________________________
2520 [ 12269] By: jhi on 2001/09/29 20:05:24
2521 Log: More leniency to the \p and \P: now can have whitespace
2522 between the property definition and the curlies; now can
2523 invert the property by having a caret between the open
2524 curly and the property.
2526 ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
2527 ____________________________________________________________________________
2528 [ 12268] By: nick on 2001/09/29 17:39:26
2529 Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
2530 one test (lib/open.t) fails
2532 +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2533 +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2534 +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
2535 +> lib/Tie/Scalar.t lib/open.t
2536 - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
2538 !> (integrate 62 files)
2539 ____________________________________________________________________________
2540 [ 12267] By: jhi on 2001/09/29 13:54:04
2541 Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
2544 ____________________________________________________________________________
2545 [ 12266] By: jhi on 2001/09/29 13:51:49
2546 Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
2547 From: "Craig A. Berry" <craigberry@mac.com>
2548 Date: Sat, 29 Sep 2001 09:35:33 -0500
2549 Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
2552 ____________________________________________________________________________
2553 [ 12265] By: jhi on 2001/09/29 13:49:43
2554 Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
2555 From: "chromatic" <chromatic@rmci.net>
2556 Date: Fri, 28 Sep 2001 21:20:12 -0600
2557 Message-ID: <20010929032543.58322.qmail@onion.perl.org>
2560 ! MANIFEST lib/Tie/Scalar.pm
2561 ____________________________________________________________________________
2562 [ 12264] By: jhi on 2001/09/29 04:57:42
2563 Log: Allow for more flexibility in the \p{In...} names, now
2564 case doesn't matter, and any space or dash can be
2565 matched by any space, dash, underbar, or empty.
2566 (may be going too far on leniency)
2568 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
2569 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
2571 ____________________________________________________________________________
2572 [ 12263] By: jhi on 2001/09/28 23:04:13
2573 Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
2574 From: "chromatic" <chromatic@rmci.net>
2575 Date: Fri, 28 Sep 2001 17:39:50 -0600
2576 Message-ID: <20010928234521.14178.qmail@onion.perl.org>
2580 ____________________________________________________________________________
2581 [ 12262] By: jhi on 2001/09/28 22:23:53
2582 Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
2583 From: "Craig A. Berry" <craigberry@mac.com>
2584 Date: Fri, 28 Sep 2001 16:24:51 -0500
2585 Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
2587 ! ext/File/Glob/t/basic.t
2588 ____________________________________________________________________________
2589 [ 12261] By: jhi on 2001/09/28 22:23:05
2590 Log: Subject: [DOC PATCH] Carp.pm pod typo
2591 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2592 Date: Fri, 28 Sep 2001 23:14:51 +0200
2593 Message-ID: <20010928231451.E16889@rafael>
2596 ____________________________________________________________________________
2597 [ 12260] By: jhi on 2001/09/28 22:21:55
2598 Log: Subject: [PATCH] Allow an @INC hook to set %INC
2599 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2600 Date: Fri, 28 Sep 2001 22:18:13 +0200
2601 Message-ID: <20010928221813.A16889@rafael>
2604 ____________________________________________________________________________
2605 [ 12259] By: jhi on 2001/09/28 22:20:26
2606 Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
2607 From: Nicholas Clark <nick@ccl4.org>
2608 Date: Fri, 28 Sep 2001 23:39:33 +0100
2609 Message-ID: <20010928233933.C23673@plum.flirble.org>
2611 ! embed.h embed.pl sv.h
2612 ____________________________________________________________________________
2613 [ 12258] By: jhi on 2001/09/28 12:45:45
2614 Log: Update Changes.
2616 ! Changes patchlevel.h
2617 ____________________________________________________________________________
2618 [ 12256] By: jhi on 2001/09/28 12:18:29
2619 Log: Move the B tests to B/t.
2621 + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2622 + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2623 - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
2624 - ext/B/Showlex.t ext/B/Stash.t
2626 ____________________________________________________________________________
2627 [ 12255] By: jhi on 2001/09/28 12:09:40
2628 Log: Forgot from #12254.
2631 ____________________________________________________________________________
2632 [ 12254] By: jhi on 2001/09/28 12:09:06
2633 Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
2634 From: "chromatic" <chromatic@rmci.net>
2635 Date: Thu, 27 Sep 2001 23:22:17 -0600
2636 Message-ID: <20010928052747.56587.qmail@onion.perl.org>
2639 ____________________________________________________________________________
2640 [ 12253] By: jhi on 2001/09/28 02:31:49
2641 Log: Test numbering mismatch.
2644 ____________________________________________________________________________
2645 [ 12252] By: jhi on 2001/09/27 22:46:42
2646 Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
2647 From: "Craig A. Berry" <craigberry@mac.com>
2648 Date: Wed, 26 Sep 2001 17:43:14 -0500
2649 Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
2651 ! iperlsys.h t/op/chdir.t
2652 ____________________________________________________________________________
2653 [ 12251] By: jhi on 2001/09/27 22:44:35
2654 Log: Subject: [PATCH gv.c] make __ANON__ global
2655 From: Robin Barker <rmb1@cise.npl.co.uk>
2656 Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
2657 Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
2659 ! gv.c t/op/anonsub.t t/op/runlevel.t
2660 ____________________________________________________________________________
2661 [ 12250] By: jhi on 2001/09/27 22:33:11
2662 Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
2663 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2664 Date: Thu, 27 Sep 2001 22:34:32 +0200
2665 Message-ID: <20010927223432.A1485@rafael>
2668 ____________________________________________________________________________
2669 [ 12249] By: jhi on 2001/09/27 22:29:32
2670 Log: (retracted by #12338)
2672 Subject: [PATCH] Cleanup of perldsc.pod
2673 From: Casey West <casey@geeknest.com>
2674 Date: Thu, 27 Sep 2001 11:13:17 -0400
2675 Message-ID: <20010927111317.A1942@stupid.geeknest.com>
2678 ____________________________________________________________________________
2679 [ 12248] By: jhi on 2001/09/27 22:23:24
2680 Log: Not everyone is using ithreads...
2682 ! ext/Devel/Peek/Peek.t
2683 ____________________________________________________________________________
2684 [ 12247] By: jhi on 2001/09/27 13:39:39
2685 Log: Document the nss_delete core dump workaround for HP-UX
2686 and Solaris, bug IDs 20010805.018 and 20010629.004.
2688 ! README.hpux README.solaris
2689 ____________________________________________________________________________
2690 [ 12246] By: jhi on 2001/09/27 12:05:36
2691 Log: Dump Unicode hash keys also as Unicode,
2692 not just as a byte string.
2694 ! dump.c ext/Devel/Peek/Peek.t
2695 ____________________________________________________________________________
2696 [ 12245] By: jhi on 2001/09/27 11:15:51
2697 Log: Integrate changes #12241 and #12242 from macperl:
2699 Remove unneeded disabling of umask() calls
2701 Note (get|set)sockopt are available.
2703 !> lib/File/Temp.pm pod/perlport.pod
2704 ____________________________________________________________________________
2705 [ 12244] By: sky on 2001/09/27 08:53:00
2706 Log: Flush buffers on thread closedown.
2708 ! ext/threads/threads.xs
2709 ____________________________________________________________________________
2710 [ 12243] By: jhi on 2001/09/27 02:20:06
2711 Log: Dump SvUTF8(sv)s also as \x{...}.
2713 TODO: dump the SvUTF8() hash keys similarly.
2715 ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
2716 ____________________________________________________________________________
2717 [ 12242] By: pudge on 2001/09/26 20:41:35
2718 Log: Note (get|set)sockopt are available.
2719 Branch: maint-5.6/macperl
2721 ____________________________________________________________________________
2722 [ 12241] By: pudge on 2001/09/26 20:28:49
2723 Log: Remove unneeded disabling of umask() calls
2724 Branch: maint-5.6/macperl
2726 ____________________________________________________________________________
2727 [ 12240] By: sky on 2001/09/26 18:44:56
2728 Log: Documention update
2730 ! ext/threads/threads.pm
2731 ____________________________________________________________________________
2732 [ 12239] By: jhi on 2001/09/26 13:49:05
2733 Log: Update Changes.
2735 ! Changes patchlevel.h
2736 ____________________________________________________________________________
2737 [ 12238] By: jhi on 2001/09/26 13:40:53
2738 Log: Check that all environment variables are tainted.
2741 ____________________________________________________________________________
2742 [ 12237] By: jhi on 2001/09/26 13:02:07
2743 Log: Manual integration error in #12235.
2745 ! lib/File/DosGlob.t
2746 ____________________________________________________________________________
2747 [ 12236] By: jhi on 2001/09/26 12:57:11
2748 Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
2749 From: "chromatic" <chromatic@rmci.net>
2750 Date: Tue, 25 Sep 2001 23:57:07 -0600
2751 Message-ID: <20010926060233.7554.qmail@onion.perl.org>
2754 ____________________________________________________________________________
2755 [ 12235] By: jhi on 2001/09/26 12:53:16
2756 Log: Integrate macperl changes from Chris Nandor:
2757 12192 11817 11815 11813 11778 11775
2759 Update CPAN.pm to work with new Mac::BuildTools instead
2760 of ExtUtils::MM_MacOS "orphan" functions
2764 Make syntax check report in MPW style, fix tests
2765 to use Mac::err=unix to get normal-style error
2768 More module and test ports from Thomas Wegner et al
2770 Fix open of /dev/null for Mac OS
2772 Allow for platforms to override formatting of errors
2773 on output from Matthias Neeracher (core files)
2775 ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
2776 ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
2777 ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
2778 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
2779 !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
2780 !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
2781 ____________________________________________________________________________
2782 [ 12234] By: jhi on 2001/09/26 11:58:11
2786 ____________________________________________________________________________
2787 [ 12233] By: jhi on 2001/09/26 11:56:09
2788 Log: Retract #12232.
2791 ____________________________________________________________________________
2792 [ 12232] By: jhi on 2001/09/26 11:53:37
2793 Log: (Retracted by #12233.)
2796 ____________________________________________________________________________
2797 [ 12231] By: jhi on 2001/09/26 11:52:09
2800 ! ext/Encode/Makefile.PL
2801 ____________________________________________________________________________
2802 [ 12230] By: sky on 2001/09/26 11:36:23
2803 Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
2804 We are using a "delay" here because we do not want to depend on thread synchronization issues.
2806 + ext/threads/t/stress_cv.t
2807 ! MANIFEST ext/threads/t/stress_string.t
2808 ____________________________________________________________________________
2809 [ 12229] By: jhi on 2001/09/26 11:27:54
2810 Log: NetWare tweak from Ananth Kesari.
2812 ! NetWare/t/Readme.txt
2813 ____________________________________________________________________________
2814 [ 12228] By: jhi on 2001/09/26 11:26:26
2815 Log: Trick to fool case-blind filesystems.
2817 ! ext/Encode/Makefile.PL
2818 ____________________________________________________________________________
2819 [ 12227] By: sky on 2001/09/26 11:06:50
2820 Log: Threads can start executing in a different order than they were
2821 created.... so we cannot ok() inside the threadstarter.
2823 ! ext/threads/t/stress_string.t
2824 ____________________________________________________________________________
2825 [ 12226] By: sky on 2001/09/26 07:41:45
2826 Log: Add in stress_string.t to stress test threads a bit more.
2828 + ext/threads/t/stress_string.t
2830 ____________________________________________________________________________
2831 [ 12225] By: sky on 2001/09/26 07:04:21
2832 Log: Fix negative refcount introduced by #12223.
2834 ! ext/threads/threads.xs
2835 ____________________________________________________________________________
2836 [ 12224] By: sky on 2001/09/26 06:57:58
2837 Log: Update documentation to match change #12223
2840 ____________________________________________________________________________
2841 [ 12223] By: sky on 2001/09/26 06:54:32
2842 Log: Use a separate interpreter for the sharedsv space. Another
2843 negative sv leak. Sigh.
2846 ____________________________________________________________________________
2847 [ 12222] By: sky on 2001/09/26 05:58:35
2848 Log: Do the environ assignment in perl_contruct to match perl_destruct.
2849 Now we don't need to perl_parse/perl_run. However environ is a
2853 ____________________________________________________________________________
2854 [ 12221] By: sky on 2001/09/26 05:41:02
2855 Log: Move the creation of PL_strtab to perl_construct so we can work
2856 with HV and HEs without running perl_parse.
2859 ____________________________________________________________________________
2860 [ 12220] By: gsar on 2001/09/26 02:18:26
2861 Log: integrate macperl changes into maint-5.6
2862 Branch: maint-5.6/perl
2863 !> (integrate 26 files)
2864 ____________________________________________________________________________
2865 [ 12219] By: pudge on 2001/09/26 00:19:35
2866 Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
2867 fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
2868 Branch: maint-5.6/macperl
2869 ! macos/ext/Mac/Fonts/Fonts.xs
2870 ! macos/ext/Mac/InternetConfig/InternetConfig.pm
2871 ____________________________________________________________________________
2872 [ 12218] By: ams on 2001/09/25 23:31:33
2873 Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
2874 From: Nicholas Clark <nick@ccl4.org>
2875 Date: Wed, 26 Sep 2001 01:20:20 +0100
2876 Message-Id: <20010926012020.B48092@plum.flirble.org>
2879 ____________________________________________________________________________
2880 [ 12217] By: ams on 2001/09/25 22:33:05
2881 Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
2882 From: "Craig A. Berry" <craigberry@mac.com>
2883 Date: Tue, 25 Sep 2001 18:08:42 -0500
2884 Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
2887 ____________________________________________________________________________
2888 [ 12216] By: ams on 2001/09/25 21:41:01
2889 Log: Subject: [PATCH lib/AutoSplit.t] Fixing mysterious TEST failure. (was
2890 Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
2891 From: Michael G Schwern <schwern@pobox.com>
2892 Date: Wed, 26 Sep 2001 00:38:21 -0400
2893 Message-Id: <20010926003821.A627@blackrider>
2896 ____________________________________________________________________________
2897 [ 12215] By: jhi on 2001/09/25 21:40:04
2898 Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
2899 From: Michael G Schwern <schwern@pobox.com>
2900 Date: Tue, 25 Sep 2001 17:43:49 -0400
2901 Message-ID: <20010925174349.B19534@blackrider>
2903 ! lib/Test/Simple.pm lib/Test/Utils.pm
2904 ____________________________________________________________________________
2905 [ 12214] By: pudge on 2001/09/25 21:11:21
2906 Log: Integrate changes from bleadperl.
2907 Branch: maint-5.6/macperl
2909 ____________________________________________________________________________
2910 [ 12213] By: jhi on 2001/09/25 20:37:14
2911 Log: skip($mess) should result in one skip.
2914 ____________________________________________________________________________
2915 [ 12212] By: pudge on 2001/09/25 20:21:06
2916 Log: Integrate change #12200 from maintperl.
2917 Branch: maint-5.6/macperl
2919 ____________________________________________________________________________
2920 [ 12211] By: pudge on 2001/09/25 20:11:56
2921 Log: Fix file types to "apple"
2922 Branch: maint-5.6/macperl
2923 ! macos/ext/Mac/Menus/t/MenuBar.rsrc
2924 ! macos/ext/Mac/SAT/t/Collision.rsrc
2925 ____________________________________________________________________________
2926 [ 12210] By: pudge on 2001/09/25 19:28:20
2927 Log: Fix rsrc file as snd file; fix path in t file.
2928 Branch: maint-5.6/macperl
2929 ! macos/ext/Mac/Notification/t/Notification.rsrc
2930 ! macos/ext/Mac/Notification/t/Notification.t
2931 ____________________________________________________________________________
2932 [ 12209] By: pudge on 2001/09/25 19:15:57
2933 Log: Sync up with File::Find from bleadperl.
2934 Branch: maint-5.6/macperl
2935 ! lib/File/Find.pm t/lib/filefind-taint.t
2936 ____________________________________________________________________________
2937 [ 12208] By: pudge on 2001/09/25 19:06:48
2938 Log: Ignore SIGPIPE being set to IGNORE. Temporary fix until we upgrade
2939 to new version of libnet. (Axel Rose, Paul Schinder, and a cast
2941 Branch: maint-5.6/macperl
2942 ! macos/bundled_lib/blib/lib/Net/Cmd.pm
2943 ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
2944 ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
2945 ____________________________________________________________________________
2946 [ 12207] By: nick on 2001/09/25 19:04:36
2947 Log: Integrate mainline (untested while modem is up)
2949 +> lib/AutoSplit.t t/test.pl
2950 - lib/warnings/register.t
2951 !> (integrate 28 files)
2952 ____________________________________________________________________________
2953 [ 12206] By: jhi on 2001/09/25 17:21:00
2954 Log: perldiag entry for #12205.
2957 ____________________________________________________________________________
2958 [ 12205] By: jhi on 2001/09/25 17:20:38
2959 Log: Subject: [PATCH] warning on v-string in use/require
2960 From: John Peacock <jpeacock@rowman.com>
2961 Date: Mon, 24 Sep 2001 17:29:03 -0400
2962 Message-ID: <3BAFA59F.9C0E0339@rowman.com>
2964 ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
2965 ____________________________________________________________________________
2966 [ 12204] By: jhi on 2001/09/25 17:11:02
2967 Log: perltooc et al updates.
2969 ! plan9/mkfile pod/roffitall
2970 ____________________________________________________________________________
2971 [ 12203] By: jhi on 2001/09/25 17:05:19
2972 Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
2973 From: Michael G Schwern <schwern@pobox.com>
2974 Date: Sun, 23 Sep 2001 00:07:12 -0400
2975 Message-ID: <20010923000712.A7005@blackrider>
2977 ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
2978 ____________________________________________________________________________
2979 [ 12202] By: jhi on 2001/09/25 16:55:29
2980 Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
2981 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2982 Date: Wed, 26 Sep 2001 01:25:10 +0900
2983 Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
2985 ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
2986 ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
2987 ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
2988 ____________________________________________________________________________
2989 [ 12201] By: jhi on 2001/09/25 16:52:03
2990 Log: Integrate change #12200 from maintperl;
2991 on windows, virtualized environment could propagate deleted variables
2992 into children if they happen to be at the very end of the table
2995 ____________________________________________________________________________
2996 [ 12200] By: gsar on 2001/09/25 16:36:01
2997 Log: on windows, virtualized environment could propagate deleted variables
2998 into children if they happen to be at the very end of the table
2999 (thanks for succinct test case from Johan Holmberg, and fix from
3001 Branch: maint-5.6/perl
3003 ____________________________________________________________________________
3004 [ 12199] By: gsar on 2001/09/25 15:19:13
3005 Log: avoid the use of ftime() (it does a useless, potentially
3006 expensive call to GetTimeZoneInformation()); this potentially
3007 also results in three more digits of precision from
3010 ! ext/Time/HiRes/HiRes.xs
3011 ____________________________________________________________________________
3012 [ 12198] By: jhi on 2001/09/25 14:27:01
3013 Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
3015 Note: io/binmode is failing, have to figure out why.
3018 ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
3019 ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
3021 ____________________________________________________________________________
3022 [ 12197] By: ams on 2001/09/25 13:48:55
3023 Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
3024 From: Nicholas Clark <nick@ccl4.org>
3025 Date: Tue, 25 Sep 2001 00:37:40 +0100
3026 Message-Id: <20010925003740.S4971@plum.flirble.org>
3027 (Further changes expected.)
3031 ____________________________________________________________________________
3032 [ 12196] By: sky on 2001/09/25 13:37:12
3033 Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses
3034 _ftime to try and be more robust.
3036 ! ext/Time/HiRes/HiRes.xs
3037 ____________________________________________________________________________
3038 [ 12194] By: ams on 2001/09/25 11:40:00
3039 Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
3040 From: "Craig A. Berry" <craigberry@mac.com>
3041 Date: Mon, 24 Sep 2001 17:54:20 -0500
3042 Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
3044 ! vms/descrip_mms.template
3045 ____________________________________________________________________________
3046 [ 12193] By: pudge on 2001/09/25 02:53:42
3047 Log: Fixes for multiline error parsing (Bug #459263); cmd-.
3048 not working, cursor not spinning (Bug #422129); external
3049 editor problems (Bug #456329); escape/cmd-. not activating
3050 "Cancel" in Save dialog box (Bug #446960); Runtimes not
3051 executing on launch (Bug #464441).
3052 Branch: maint-5.6/macperl
3053 ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
3054 ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
3055 ! macos/macperl/MacPerl.r
3056 ____________________________________________________________________________
3057 [ 12192] By: pudge on 2001/09/25 02:42:49
3058 Log: Update CPAN.pm to work with new Mac::BuildTools instead
3059 of ExtUtils::MM_MacOS "orphan" functions
3060 Branch: maint-5.6/macperl
3062 ____________________________________________________________________________
3063 [ 12191] By: pudge on 2001/09/25 02:37:58
3064 Log: Fix up another xsubpp problem (Matthias Neeracher)
3065 Branch: maint-5.6/macperl
3067 ____________________________________________________________________________
3068 [ 12190] By: pudge on 2001/09/25 02:37:38
3069 Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
3070 Branch: maint-5.6/macperl
3071 ! macos/lib/ExtUtils/MM_MacOS.pm
3072 ____________________________________________________________________________
3073 [ 12189] By: pudge on 2001/09/25 02:37:08
3074 Log: Fix up Makefiles for more Mac:: modules (and prepare for
3076 Branch: maint-5.6/macperl
3077 ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
3078 ! macos/macperl/Makefile.mk
3079 ____________________________________________________________________________
3080 [ 12188] By: pudge on 2001/09/25 02:36:19
3082 Branch: maint-5.6/macperl
3083 ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3084 ____________________________________________________________________________
3085 [ 12187] By: pudge on 2001/09/25 02:11:13
3086 Log: Make malloc smarter, fix bugs. (Bug #404030)
3087 Branch: maint-5.6/macperl
3088 ! macos/icemalloc.c macos/icemalloc.h
3089 ____________________________________________________________________________
3090 [ 12186] By: nick on 2001/09/24 19:18:17
3091 Log: Integrate mainline
3093 +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
3095 !> (integrate 30 files)
3096 ____________________________________________________________________________
3097 [ 12185] By: jhi on 2001/09/24 18:56:40
3098 Log: Retract #12136, the warnings::register is already
3099 tested by t/lib/warnings/9enabled, as pointed out
3102 - lib/warnings/register.t
3103 ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
3104 ____________________________________________________________________________
3105 [ 12184] By: gsar on 2001/09/24 18:39:58
3106 Log: fix Time::HiRes implementation of gettimeofday() on windows
3107 (HiRes.t#14 now passes)
3109 ! ext/Time/HiRes/HiRes.xs
3110 ____________________________________________________________________________
3111 [ 12183] By: gsar on 2001/09/24 18:13:23
3112 Log: File::Spec::catfile() canonifies everything to blackslashes on
3115 ! lib/ExtUtils/Manifest.t
3116 ____________________________________________________________________________
3117 [ 12182] By: gsar on 2001/09/24 17:59:54
3118 Log: test number mismatch
3121 ____________________________________________________________________________
3122 [ 12181] By: jhi on 2001/09/24 17:10:41
3126 ____________________________________________________________________________
3127 [ 12180] By: jhi on 2001/09/24 16:09:37
3128 Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
3129 Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3131 ! pp_pack.c t/op/pack.t
3132 ____________________________________________________________________________
3133 [ 12179] By: jhi on 2001/09/24 15:46:49
3134 Log: Update Changes.
3136 ! Changes patchlevel.h
3137 ____________________________________________________________________________
3138 [ 12178] By: jhi on 2001/09/24 14:12:06
3139 Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
3140 From: Michael G Schwern <schwern@pobox.com>
3141 Date: Mon, 24 Sep 2001 11:12:13 -0400
3142 Message-ID: <20010924111213.G27885@blackrider>
3144 ! lib/ExtUtils/Manifest.pm
3145 ____________________________________________________________________________
3146 [ 12177] By: jhi on 2001/09/24 14:02:32
3147 Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
3148 From: Michael G Schwern <schwern@pobox.com>
3149 Date: Mon, 24 Sep 2001 11:02:07 -0400
3150 Message-ID: <20010924110207.E27885@blackrider>
3153 ____________________________________________________________________________
3154 [ 12176] By: ams on 2001/09/24 14:01:59
3155 Log: Update Changes.
3158 ____________________________________________________________________________
3159 [ 12175] By: jhi on 2001/09/24 13:20:28
3160 Log: Various cleanups.
3162 ! ext/threads/Makefile.PL ext/threads/threads.xs
3163 ____________________________________________________________________________
3164 [ 12173] By: pudge on 2001/09/24 12:56:13
3165 Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
3166 Branch: maint-5.6/macperl
3167 !> (integrate 33 files)
3168 ____________________________________________________________________________
3169 [ 12171] By: jhi on 2001/09/24 12:26:58
3170 Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
3171 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3172 Date: Mon, 24 Sep 2001 20:04:58 +0900
3173 Message-Id: <20010924200207.A030.BQW10602@nifty.com>
3175 ! ext/Encode/Encode/gb2312.enc
3176 ____________________________________________________________________________
3177 [ 12170] By: jhi on 2001/09/24 12:08:30
3178 Log: Clarifying comment to #12164.
3181 ____________________________________________________________________________
3182 [ 12169] By: jhi on 2001/09/24 11:59:33
3183 Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
3184 From: Nicholas Clark <nick@ccl4.org>
3185 Date: Sun, 23 Sep 2001 23:00:56 +0100
3186 Message-ID: <20010923230055.Y4971@plum.flirble.org>
3188 (with "sample_constants" changed to "fallback")
3190 + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
3191 ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
3192 ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
3193 ! lib/h2xs.t utils/h2xs.PL
3194 ____________________________________________________________________________
3195 [ 12168] By: jhi on 2001/09/24 11:25:56
3196 Log: Metaconfig unit change for #12167.
3198 ! U/modified/Cppsym.U
3199 ____________________________________________________________________________
3200 [ 12167] By: jhi on 2001/09/24 11:25:22
3201 Log: Add a few glibc cpp symbols to probe for.
3204 ____________________________________________________________________________
3205 [ 12166] By: jhi on 2001/09/24 11:14:43
3206 Log: DJGPP tweaks for Laszlo Molnar.
3208 ! djgpp/djgppsed.sh dosish.h
3209 ____________________________________________________________________________
3210 [ 12165] By: ams on 2001/09/24 10:07:08
3211 Log: Subject: [PATCH t/op/inccode.t] More tests
3212 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3213 Date: 24 Sep 2001 10:01:44 -0000
3214 Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
3217 ____________________________________________________________________________
3218 [ 12164] By: ams on 2001/09/24 09:43:29
3219 Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
3220 From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
3221 Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
3222 Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
3225 ____________________________________________________________________________
3226 [ 12163] By: jhi on 2001/09/23 22:50:35
3227 Log: 1_compile updates.
3230 ____________________________________________________________________________
3231 [ 12162] By: jhi on 2001/09/23 21:11:22
3232 Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
3233 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3234 Date: Wed, 19 Sep 2001 22:47:14 +0200
3235 Message-ID: <20010919224714.A6382@rafael>
3237 ! pod/perlvar.pod pp_ctl.c
3238 ____________________________________________________________________________
3239 [ 12161] By: ams on 2001/09/23 17:40:02
3240 Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
3242 From: "chromatic" <chromatic@rmci.net>
3243 Date: Sun, 23 Sep 2001 12:07:25 -0600
3244 Message-Id: <20010923181223.32427.qmail@onion.perl.org>
3247 ! MANIFEST t/lib/1_compile.t
3248 ____________________________________________________________________________
3249 [ 12160] By: ams on 2001/09/23 16:32:11
3250 Log: Additional minor chdir() tweak.
3253 ____________________________________________________________________________
3254 [ 12159] By: ams on 2001/09/23 16:25:01
3255 Log: Subject: PATCH lib/ExtUtils/Command.t
3256 From: Abe Timmerman <abe@ztreet.demon.nl>
3257 Date: Sun, 23 Sep 2001 19:11:44 +0200
3258 Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
3260 ! lib/ExtUtils/Command.t
3261 ____________________________________________________________________________
3262 [ 12158] By: jhi on 2001/09/23 12:52:36
3263 Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
3264 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3265 Date: Sun, 23 Sep 2001 02:02:26 +0200
3266 Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
3269 ____________________________________________________________________________
3270 [ 12157] By: jhi on 2001/09/23 12:46:05
3271 Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
3272 From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)
3273 Date: Sat, 22 Sep 2001 12:54:39 -0500
3274 Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
3277 ____________________________________________________________________________
3278 [ 12156] By: nick on 2001/09/23 07:48:44
3279 Log: Integrate mainline
3282 !> ext/Encode/Encode/2022-cn.enc
3283 ____________________________________________________________________________
3284 [ 12155] By: nick on 2001/09/23 07:48:01
3285 Log: Integrate mainline
3287 +> (branch 64 files)
3288 - ext/Encode/Encode/cns11643-1.enc
3289 - ext/Encode/Encode/cns11643-2.enc
3290 - ext/Encode/Encode/iso2022-cn.enc
3291 - ext/Encode/Encode/iso2022-jp.enc
3292 - ext/Encode/Encode/iso2022-jp1.enc
3293 - ext/Encode/Encode/iso2022-jp2.enc
3294 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3295 - ext/Encode/Encode/iso8859-1.enc
3296 - ext/Encode/Encode/iso8859-1.ucm
3297 - ext/Encode/Encode/iso8859-10.enc
3298 - ext/Encode/Encode/iso8859-10.ucm
3299 - ext/Encode/Encode/iso8859-13.enc
3300 - ext/Encode/Encode/iso8859-13.ucm
3301 - ext/Encode/Encode/iso8859-14.enc
3302 - ext/Encode/Encode/iso8859-14.ucm
3303 - ext/Encode/Encode/iso8859-15.enc
3304 - ext/Encode/Encode/iso8859-15.ucm
3305 - ext/Encode/Encode/iso8859-16.enc
3306 - ext/Encode/Encode/iso8859-16.ucm
3307 - ext/Encode/Encode/iso8859-2.enc
3308 - ext/Encode/Encode/iso8859-2.ucm
3309 - ext/Encode/Encode/iso8859-3.enc
3310 - ext/Encode/Encode/iso8859-3.ucm
3311 - ext/Encode/Encode/iso8859-4.enc
3312 - ext/Encode/Encode/iso8859-4.ucm
3313 - ext/Encode/Encode/iso8859-5.enc
3314 - ext/Encode/Encode/iso8859-5.ucm
3315 - ext/Encode/Encode/iso8859-6.enc
3316 - ext/Encode/Encode/iso8859-6.ucm
3317 - ext/Encode/Encode/iso8859-7.enc
3318 - ext/Encode/Encode/iso8859-7.ucm
3319 - ext/Encode/Encode/iso8859-8.enc
3320 - ext/Encode/Encode/iso8859-8.ucm
3321 - ext/Encode/Encode/iso8859-9.enc
3322 - ext/Encode/Encode/iso8859-9.ucm
3323 - ext/Encode/Encode/isoir-197.enc
3324 - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
3325 - t/lib/sample-tests/header_at_end
3326 - t/lib/sample-tests/header_at_end_fail
3327 !> (integrate 174 files)
3328 ____________________________________________________________________________
3329 [ 12154] By: ams on 2001/09/23 07:11:46
3330 Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
3334 ____________________________________________________________________________
3335 [ 12153] By: ams on 2001/09/23 06:56:32
3336 Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
3337 Forgotten deprecation of *glob{FILEHANDLE}?
3338 From: "chromatic" <chromatic@rmci.net>
3339 Date: Sat, 22 Sep 2001 21:27:56 -0600
3340 Message-Id: <20010923033252.33085.qmail@onion.perl.org>
3342 ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
3343 ____________________________________________________________________________
3344 [ 12152] By: ams on 2001/09/23 06:42:58
3345 Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
3346 From: Michael G Schwern <schwern@pobox.com>
3347 Date: Sun, 23 Sep 2001 03:34:39 -0400
3348 Message-Id: <20010923033439.E7005@blackrider>
3351 ____________________________________________________________________________
3352 [ 12151] By: ams on 2001/09/23 06:37:57
3353 Log: Subject: Re: t/op/magic.t missing tests on Win32
3354 From: Michael G Schwern <schwern@pobox.com>
3355 Date: Sat, 22 Sep 2001 20:29:09 -0400
3356 Message-Id: <20010922202909.I18223@blackrider>
3359 ____________________________________________________________________________
3360 [ 12150] By: ams on 2001/09/23 06:36:26
3361 Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
3363 From: "chromatic" <chromatic@rmci.net>
3364 Date: Sat, 22 Sep 2001 19:41:31 -0600
3365 Message-Id: <20010923014628.7739.qmail@onion.perl.org>
3368 ! MANIFEST lib/Dumpvalue.pm
3369 ____________________________________________________________________________
3370 [ 12149] By: ams on 2001/09/23 06:25:35
3371 Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
3372 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3373 Date: Sun, 23 Sep 2001 15:27:56 +0900
3374 Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
3376 ! ext/Encode/Encode/2022-cn.enc
3377 ____________________________________________________________________________
3378 [ 12148] By: jhi on 2001/09/22 23:33:42
3379 Log: Manual eror in #12147.
3382 ____________________________________________________________________________
3383 [ 12147] By: jhi on 2001/09/22 23:25:02
3384 Log: Integrate change #12146 from maintperl;
3385 win32_chdir() et al don't handle a NULL argument gracefully
3387 !> win32/perlhost.h win32/win32.c
3388 ____________________________________________________________________________
3389 [ 12146] By: gsar on 2001/09/22 23:18:47
3390 Log: win32_chdir() et al don't handle a NULL argument gracefully
3391 Branch: maint-5.6/perl
3392 ! win32/perlhost.h win32/win32.c
3393 ____________________________________________________________________________
3394 [ 12145] By: gsar on 2001/09/22 23:17:42
3395 Log: typo in change#12026
3396 Branch: maint-5.6/perl
3398 ____________________________________________________________________________
3399 [ 12144] By: jhi on 2001/09/22 21:22:28
3400 Log: Subject: [PATCH] Re: scalar context unpack bugs
3401 From: Nicholas Clark <nick@ccl4.org>
3402 Date: Sat, 22 Sep 2001 23:07:56 +0100
3403 Message-ID: <20010922230755.O4971@plum.flirble.org>
3405 ! pp_pack.c t/op/pack.t
3406 ____________________________________________________________________________
3407 [ 12143] By: jhi on 2001/09/22 21:18:43
3408 Log: Try ExtUtils::Command.t everywhere, not just on Win32
3409 (as suggested by NI-S). Also allow running it either
3410 in t/ or in the main directory.
3412 ! lib/ExtUtils/Command.t
3413 ____________________________________________________________________________
3414 [ 12142] By: jhi on 2001/09/22 21:04:39
3415 Log: Update the test on warnings/register.t.
3418 ____________________________________________________________________________
3419 [ 12141] By: jhi on 2001/09/22 20:40:06
3420 Log: The code is now almost tidy enough to keep the IRIX cc happy.
3423 ____________________________________________________________________________
3424 [ 12140] By: ams on 2001/09/22 17:26:32
3425 Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
3427 From: "Craig A. Berry" <craigberry@mac.com>
3428 Date: Sat, 22 Sep 2001 13:15:32 -0500
3429 Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
3432 ____________________________________________________________________________
3433 [ 12139] By: ams on 2001/09/22 16:44:08
3434 Log: Do what perl_clone() does for sharedsv functions.
3437 ____________________________________________________________________________
3438 [ 12138] By: jhi on 2001/09/22 16:42:04
3439 Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
3440 (suggested by Sarathy, extensions shouldn't be dabbling with
3441 op structures, so binary backward compatibility should not be
3444 ! hints/irix_6.sh op.h
3445 ____________________________________________________________________________
3446 [ 12137] By: ams on 2001/09/22 16:21:05
3447 Log: More cleanups. (What's PERL_DECL_PROT?)
3449 ! embed.pl proto.h sharedsv.h
3450 ____________________________________________________________________________
3451 [ 12136] By: ams on 2001/09/22 15:14:34
3452 Log: (Retracted by #12185)
3454 Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
3455 Add Tests for warnings::register, Doc Update
3456 From: "chromatic" <chromatic@rmci.net>
3457 Date: Sat, 22 Sep 2001 09:43:20 -0600
3458 Message-Id: <20010922154815.32004.qmail@onion.perl.org>
3460 + lib/warnings/register.t
3461 ! MANIFEST lib/warnings/register.pm
3462 ____________________________________________________________________________
3463 [ 12135] By: ams on 2001/09/22 15:07:50
3464 Log: `@foo' should be @foo for consistency.
3467 ____________________________________________________________________________
3468 [ 12134] By: jhi on 2001/09/22 14:20:47
3469 Log: (Retracted by #12138)
3471 Add -woff (turn warning off) 3187:
3472 "A pointer is converted to a smaller integer."
3473 This happens when your pointers are 64-bit: then every case
3474 of converting pointers to PADOFFSETs (explicitly 32-bit)
3475 faces truncation (even explicit use of INT2PTR doesn't help).
3476 CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
3477 Changing PADOFFSET from U32 to UV would help, but that
3478 would break binary backward compatibility of BASEOP and padop
3479 (assuming you have been using 64-bit pointers).
3482 ____________________________________________________________________________
3483 [ 12133] By: jhi on 2001/09/22 13:53:49
3484 Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
3485 but the name comes from the inside the file, not from the file
3486 name, and Rumanian is the name of the language.
3488 + ext/Encode/Encode/macRumanian.enc
3489 - ext/Encode/Encode/macRomania.enc
3491 ____________________________________________________________________________
3492 [ 12132] By: jhi on 2001/09/22 13:48:29
3493 Log: Rename perltootc as perltooc for 8.3-friedliness.
3497 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
3498 ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
3500 ____________________________________________________________________________
3501 [ 12131] By: jhi on 2001/09/22 13:38:49
3502 Log: Find more conflicts by lowercasing.
3504 + Porting/check83.pl
3507 ____________________________________________________________________________
3508 [ 12130] By: jhi on 2001/09/22 13:20:20
3509 Log: The AIX cc 5.0.0.0 is simply too buggy.
3512 ____________________________________________________________________________
3513 [ 12129] By: ams on 2001/09/22 12:35:38
3514 Log: Uninteresting cleanup.
3517 ____________________________________________________________________________
3518 [ 12128] By: ams on 2001/09/22 12:28:48
3519 Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
3520 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3521 Date: Sat, 22 Sep 2001 14:29:13 +0100
3522 Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
3525 ____________________________________________________________________________
3526 [ 12127] By: ams on 2001/09/22 12:04:28
3527 Log: What's a backet?
3530 ____________________________________________________________________________
3531 [ 12126] By: ams on 2001/09/22 10:02:34
3532 Log: Removed duplicated tests #19 and #20.
3535 ____________________________________________________________________________
3536 [ 12125] By: ams on 2001/09/22 03:58:41
3537 Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
3538 From: Michael Carman <mjcarman@home.com>
3539 Date: Fri, 21 Sep 2001 17:54:05 -0500
3540 Message-Id: <3BABC50D.6040202@home.com>
3541 (Applied with some changes.)
3544 ____________________________________________________________________________
3545 [ 12124] By: ams on 2001/09/22 03:44:19
3546 Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
3547 From: Michael G Schwern <schwern@pobox.com>
3548 Date: Fri, 21 Sep 2001 19:20:40 -0400
3549 Message-Id: <20010921192040.E5494@blackrider>
3552 ____________________________________________________________________________
3553 [ 12123] By: ams on 2001/09/22 03:41:08
3554 Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
3555 From: Blair Zajac <blair@orcaware.com>
3556 Date: Fri, 21 Sep 2001 15:13:04 -0700
3557 Message-Id: <3BABBB70.55FD41DC@orcaware.com>
3560 ____________________________________________________________________________
3561 [ 12122] By: ams on 2001/09/22 03:37:07
3562 Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
3564 From: Michael G Schwern <schwern@pobox.com>
3565 Date: Fri, 21 Sep 2001 17:59:03 -0400
3566 Message-Id: <20010921175903.V5494@blackrider>
3569 ____________________________________________________________________________
3570 [ 12121] By: ams on 2001/09/22 03:30:38
3571 Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
3573 From: Michael G Schwern <schwern@pobox.com>
3574 Date: Fri, 21 Sep 2001 19:41:03 -0400
3575 Message-Id: <20010921194103.G5494@blackrider>
3578 ____________________________________________________________________________
3579 [ 12120] By: ams on 2001/09/22 03:28:06
3580 Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
3581 From: Michael G Schwern <schwern@pobox.com>
3582 Date: Fri, 21 Sep 2001 17:33:35 -0400
3583 Message-Id: <20010921173335.T5494@blackrider>
3584 ($ENV{FOO}=undef hunk not applied.)
3587 ____________________________________________________________________________
3588 [ 12119] By: ams on 2001/09/22 03:02:26
3589 Log: Subject: [PATCH] perldiag.pod
3590 From: Peter Scott <Peter@PSDT.com>
3591 Date: Fri, 21 Sep 2001 18:54:50 -0700
3592 Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
3593 (Moved to the right place.)
3596 ____________________________________________________________________________
3597 [ 12118] By: ams on 2001/09/21 20:05:29
3598 Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
3599 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3600 Date: Fri, 21 Sep 2001 22:36:54 +0200
3601 Message-Id: <20010921223654.A12742@rafael>
3604 ____________________________________________________________________________
3605 [ 12117] By: jhi on 2001/09/21 20:05:23
3606 Log: Restore things as they were before
3607 the backward compatibility police notices.
3610 ____________________________________________________________________________
3611 [ 12116] By: jhi on 2001/09/21 17:52:28
3612 Log: More Cwd from Schwern: make also OS/2 and DOS
3613 Cwd agree with File::Spec (that is, native path
3614 syntax using \ instead of / -- backward compatibility
3615 polic warning) and stop Win32 from using bsd_realpath().
3618 ____________________________________________________________________________
3619 [ 12115] By: jhi on 2001/09/21 17:19:03
3620 Log: Subject: [PATCH @12110] RE: Untested libraries update
3621 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3622 Date: Fri, 21 Sep 2001 18:21:07 +0100
3623 Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
3625 ! lib/warnings/register.pm
3626 ____________________________________________________________________________
3627 [ 12114] By: jhi on 2001/09/21 17:09:52
3628 Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
3629 From: Michael G Schwern <schwern@pobox.com>
3630 Date: Thu, 20 Sep 2001 22:54:02 -0400
3631 Message-ID: <20010920225402.A3611@blackrider>
3634 ____________________________________________________________________________
3635 [ 12113] By: ams on 2001/09/21 17:08:24
3636 Log: Subject: [PATCH] avoid v-strings with require/use
3637 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3638 Date: Fri, 21 Sep 2001 12:34:40 -0400
3639 Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
3641 ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
3642 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
3643 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
3644 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3645 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
3646 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
3647 ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
3648 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3649 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
3650 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
3651 ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
3652 ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
3653 ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
3654 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
3655 ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
3656 ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
3657 ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
3658 ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
3659 ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
3660 ____________________________________________________________________________
3661 [ 12110] By: jhi on 2001/09/21 13:59:13
3662 Log: Update Changes.
3664 ! Changes patchlevel.h
3665 ____________________________________________________________________________
3666 [ 12109] By: jhi on 2001/09/21 13:44:43
3667 Log: Make AIX and Tru64 compilers happy.
3669 ! ext/threads/threads.h ext/threads/threads.xs
3670 ____________________________________________________________________________
3671 [ 12108] By: jhi on 2001/09/21 12:16:27
3672 Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
3673 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3674 Date: 21 Sep 2001 09:16:37 -0000
3675 Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
3678 ____________________________________________________________________________
3679 [ 12107] By: jhi on 2001/09/21 12:14:41
3680 Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
3681 From: Michael G Schwern <schwern@pobox.com>
3682 Date: Thu, 20 Sep 2001 21:21:34 -0400
3683 Message-ID: <20010920212134.Y28291@blackrider>
3686 ____________________________________________________________________________
3687 [ 12106] By: jhi on 2001/09/21 12:12:09
3688 Log: Subject: Re: GDB Debugging Macros from mod_perl
3689 From: rspier@pobox.com (Robert Spier)
3690 Date: Thu, 20 Sep 2001 22:45:03 -0700
3691 Message-ID: <15274.54239.413929.49430@rls.cx>
3694 ____________________________________________________________________________
3695 [ 12105] By: sky on 2001/09/21 10:33:34
3696 Log: Fixed bug where Time::HiRes::time returned time adjusted to
3697 timezone! GetSystemTime should be available on all Win32
3698 platforms we support. Perhaps Time::HiRes should be extended to
3699 support WinCE and Novell?
3701 ! ext/Time/HiRes/HiRes.xs
3702 ____________________________________________________________________________
3703 [ 12104] By: sky on 2001/09/21 08:12:39
3704 Log: Attempt to fix solaris issue raised by Andy Dougherty.
3706 ! ext/threads/threads.h ext/threads/threads.xs
3707 ____________________________________________________________________________
3708 [ 12103] By: sky on 2001/09/21 07:57:41
3709 Log: Rename the *thread* functions to Perl_* to avoid clashes.
3710 Notably on AIX but could become a problem on other platforms.
3712 ! ext/threads/threads.h ext/threads/threads.xs
3713 ____________________________________________________________________________
3714 [ 12102] By: sky on 2001/09/21 07:35:30
3715 Log: Add the shared sv space to the global vars.
3716 Fix problems compiling on win32.
3718 ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
3719 ! sharedsv.c sharedsv.h
3720 ____________________________________________________________________________
3721 [ 12101] By: ams on 2001/09/21 00:19:55
3722 Log: Subject: [PATCH] win32/Makefile warning fix
3723 From: Blair Zajac <blair@orcaware.com>
3724 Date: Thu, 20 Sep 2001 18:15:43 -0700
3725 Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
3728 ____________________________________________________________________________
3729 [ 12100] By: jhi on 2001/09/20 21:57:04
3730 Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
3731 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3732 Date: Thu, 20 Sep 2001 18:36:22 +0200
3733 Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
3735 ! lib/ExtUtils/Command.t
3736 ____________________________________________________________________________
3737 [ 12099] By: jhi on 2001/09/20 21:53:00
3738 Log: Cant spl wirth a dam.
3741 ____________________________________________________________________________
3742 [ 12098] By: jhi on 2001/09/20 21:52:24
3743 Log: Don't use C++ comments.
3745 ! ext/threads/threads.xs
3746 ____________________________________________________________________________
3747 [ 12097] By: ams on 2001/09/20 21:42:07
3748 Log: Change #12044 didn't.
3751 ____________________________________________________________________________
3752 [ 12096] By: jhi on 2001/09/20 13:38:44
3753 Log: Metaconfig unit changes for #12095.
3755 ! U/modified/Myinit.U U/modified/libs.U
3756 ____________________________________________________________________________
3757 [ 12095] By: jhi on 2001/09/20 13:38:22
3758 Log: Remove iconv references since we are not using it
3759 and not going to; regen perltoc, perlmodlib.
3760 (Some references still linger in perltoc, have to figure
3761 out where they are coming from.)
3763 ! Configure NetWare/config.wc NetWare/config_H.wc
3764 ! Porting/Glossary Porting/config.sh Porting/config_H
3765 ! config_h.SH configure.com epoc/config.sh perl.h
3766 ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
3767 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3768 ! vos/config.ga.h win32/config.bc win32/config.gc
3769 ! win32/config.vc win32/config_H.bc win32/config_H.gc
3770 ! win32/config_H.vc wince/config.ce wince/config.h
3772 ____________________________________________________________________________
3773 [ 12094] By: jhi on 2001/09/20 12:49:17
3774 Log: Subject: [PATCH docs] Re: ARGV and read
3775 From: Dave Mitchell <davem@fdgroup.co.uk>
3776 Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
3777 Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
3779 ! pod/perltodo.pod pod/perlvar.pod
3780 ____________________________________________________________________________
3781 [ 12093] By: jhi on 2001/09/20 12:45:35
3782 Log: Fresh copies from the cvs.perl.org perlfaq repository.
3784 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3785 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3786 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3788 ____________________________________________________________________________
3789 [ 12092] By: jhi on 2001/09/20 12:32:44
3790 Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)
3791 From: Nicholas Clark <nick@ccl4.org>
3792 Date: Thu, 20 Sep 2001 14:27:08 +0100
3793 Message-ID: <20010920142708.X4971@plum.flirble.org>
3795 ! pp_pack.c t/op/pack.t
3796 ____________________________________________________________________________
3797 [ 12091] By: jhi on 2001/09/20 12:16:50
3798 Log: The sharedsv_space* are variables, not code. Duh.
3800 ! intrpvar.h makedef.pl
3801 ____________________________________________________________________________
3802 [ 12090] By: ams on 2001/09/20 11:26:06
3803 Log: Subject: [patch lib/lib_pm.PL]
3804 From: Stas Bekman <stas@stason.org>
3805 Date: Thu, 20 Sep 2001 18:48:53 +0800
3806 Message-Id: <3BA9C995.6010302@stason.org>
3810 ____________________________________________________________________________
3811 [ 12089] By: jhi on 2001/09/20 01:36:23
3812 Log: Only 21 tests, skipping or not.
3814 ! lib/ExtUtils/Command.t
3815 ____________________________________________________________________________
3816 [ 12088] By: jhi on 2001/09/19 18:54:37
3817 Log: New exported symbols.
3820 ____________________________________________________________________________
3821 [ 12087] By: jhi on 2001/09/19 13:45:59
3822 Log: Update Changes.
3824 ! Changes patchlevel.h
3825 ____________________________________________________________________________
3826 [ 12086] By: jhi on 2001/09/19 13:02:58
3827 Log: Correct numbering of the tests is useful.
3829 ! ext/threads/t/basic.t
3830 ____________________________________________________________________________
3831 [ 12085] By: jhi on 2001/09/19 12:11:15
3832 Log: More tests now too.
3834 ! lib/ExtUtils/Command.t
3835 ____________________________________________________________________________
3836 [ 12084] By: jhi on 2001/09/19 12:08:33
3837 Log: More tests now.
3839 ! ext/threads/t/basic.t
3840 ____________________________________________________________________________
3841 [ 12083] By: jhi on 2001/09/19 11:35:55
3842 Log: The test assumed 7-bit ASCII. Now it "just"
3843 assumes 8-bit whatever.
3846 ____________________________________________________________________________
3847 [ 12082] By: jhi on 2001/09/19 11:19:56
3848 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
3849 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3850 Date: Wed, 19 Sep 2001 11:45:28 +0200
3851 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
3853 Lvalue casts are not portable.
3855 ! ext/threads/threads.xs
3856 ____________________________________________________________________________
3857 [ 12081] By: sky on 2001/09/19 10:17:52
3858 Log: Make the basic test contain only realy basic API tests
3859 Seems to be a problem with detach.
3861 ! ext/threads/t/basic.t
3862 ____________________________________________________________________________
3863 [ 12080] By: ams on 2001/09/19 01:23:55
3864 Log: Subject: [PATCH] Syncing with Test::Simple 0.19
3865 From: Michael G Schwern <schwern@pobox.com>
3866 Date: Tue, 18 Sep 2001 19:53:48 -0400
3867 Message-Id: <20010918195348.M585@blackrider>
3869 Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
3870 From: Michael G Schwern <schwern@pobox.com>
3871 Date: Tue, 18 Sep 2001 22:07:13 -0400
3872 Message-Id: <20010918220713.B19616@blackrider>
3874 ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
3875 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3876 ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
3877 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
3878 ! lib/Test/Tutorial.pod
3879 ____________________________________________________________________________
3880 [ 12079] By: jhi on 2001/09/19 00:19:45
3881 Log: Indent the test a bit.
3883 ! ext/threads/t/basic.t
3884 ____________________________________________________________________________
3885 [ 12078] By: jhi on 2001/09/18 22:54:21
3886 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
3887 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3888 Date: Tue, 18 Sep 2001 18:06:44 +0200
3889 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
3892 ____________________________________________________________________________
3893 [ 12077] By: jhi on 2001/09/18 22:52:24
3894 Log: Subject: stat access time is wrong on Win95
3895 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3896 Date: Tue, 18 Sep 2001 21:59:24 +0200
3897 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
3899 ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
3900 ____________________________________________________________________________
3901 [ 12076] By: ams on 2001/09/18 22:11:25
3902 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
3903 From: Michael G Schwern <schwern@pobox.com>
3904 Date: Tue, 18 Sep 2001 18:47:14 -0400
3905 Message-Id: <20010918184714.I585@blackrider>
3908 ____________________________________________________________________________
3909 [ 12075] By: sky on 2001/09/18 19:29:37
3910 Log: two test failures
3911 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3912 Message-ID: <20010918221702.A17408@rafael>
3913 partly applied, #12074 already fixed half the patch
3915 ! ext/threads/t/basic.t
3916 ____________________________________________________________________________
3917 [ 12074] By: sky on 2001/09/18 18:49:03
3918 Log: Fixes test case failure introduced by #12071, the warning is
3919 now correctly spelled :-)
3921 ! ext/IO/lib/IO/t/io_sel.t
3922 ____________________________________________________________________________
3923 [ 12073] By: sky on 2001/09/18 18:46:22
3924 Log: Make the test behave properly!
3926 ! ext/threads/t/basic.t
3927 ____________________________________________________________________________
3928 [ 12072] By: ams on 2001/09/18 18:44:59
3929 Log: OP_RCATLINE is an SVOP, not a BASEOP.
3931 ! opcode.h opcode.pl
3932 ____________________________________________________________________________
3933 [ 12071] By: ams on 2001/09/18 18:06:27
3934 Log: Deprecate != Depreciate.
3936 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
3937 ! lib/Pod/ParseUtils.pm
3938 ____________________________________________________________________________
3939 [ 12070] By: ams on 2001/09/18 15:14:58
3940 Log: Subject: [PATCH] Getopt::Std cleanup
3941 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3942 Date: Tue, 18 Sep 2001 17:32:13 +0200
3943 Message-Id: <20010918173213.C777@rafael>
3945 ! lib/Getopt/Std.pm lib/Getopt/Std.t
3946 ____________________________________________________________________________
3947 [ 12069] By: sky on 2001/09/18 14:56:33
3948 Log: Forgot the makefile
3950 + ext/threads/Makefile.PL
3951 ____________________________________________________________________________
3952 [ 12068] By: sky on 2001/09/18 14:13:26
3953 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
3954 The test will fail because of Test.pm not knowing about threads.
3955 basic needs to be manually tested
3956 compile time warnings on IV2PTR conversions need to be fixed
3958 + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
3959 + ext/threads/threads.h ext/threads/threads.pm
3960 + ext/threads/threads.xs
3962 ____________________________________________________________________________
3963 [ 12067] By: jhi on 2001/09/18 11:51:08
3964 Log: DJGPP tweak from Laszlo Molnar.
3967 ____________________________________________________________________________
3968 [ 12066] By: sky on 2001/09/18 10:24:31
3969 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
3971 ! sharedsv.c sharedsv.h
3972 ____________________________________________________________________________
3973 [ 12065] By: jhi on 2001/09/18 00:00:09
3974 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
3977 + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
3978 + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
3979 + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
3980 + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
3981 + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
3982 + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
3983 + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
3984 + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
3985 + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
3986 + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
3987 + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
3988 + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
3989 + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
3990 + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
3991 + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
3992 + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
3993 + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
3994 + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
3995 + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
3996 + ext/Encode/Encode/ir-197.enc
3997 - ext/Encode/Encode/cns11643-1.enc
3998 - ext/Encode/Encode/cns11643-2.enc
3999 - ext/Encode/Encode/iso2022-cn.enc
4000 - ext/Encode/Encode/iso2022-jp.enc
4001 - ext/Encode/Encode/iso2022-jp1.enc
4002 - ext/Encode/Encode/iso2022-jp2.enc
4003 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
4004 - ext/Encode/Encode/iso8859-1.enc
4005 - ext/Encode/Encode/iso8859-1.ucm
4006 - ext/Encode/Encode/iso8859-10.enc
4007 - ext/Encode/Encode/iso8859-10.ucm
4008 - ext/Encode/Encode/iso8859-11.enc
4009 - ext/Encode/Encode/iso8859-11.ucm
4010 - ext/Encode/Encode/iso8859-13.enc
4011 - ext/Encode/Encode/iso8859-13.ucm
4012 - ext/Encode/Encode/iso8859-14.enc
4013 - ext/Encode/Encode/iso8859-14.ucm
4014 - ext/Encode/Encode/iso8859-15.enc
4015 - ext/Encode/Encode/iso8859-15.ucm
4016 - ext/Encode/Encode/iso8859-16.enc
4017 - ext/Encode/Encode/iso8859-16.ucm
4018 - ext/Encode/Encode/iso8859-2.enc
4019 - ext/Encode/Encode/iso8859-2.ucm
4020 - ext/Encode/Encode/iso8859-3.enc
4021 - ext/Encode/Encode/iso8859-3.ucm
4022 - ext/Encode/Encode/iso8859-4.enc
4023 - ext/Encode/Encode/iso8859-4.ucm
4024 - ext/Encode/Encode/iso8859-5.enc
4025 - ext/Encode/Encode/iso8859-5.ucm
4026 - ext/Encode/Encode/iso8859-6.enc
4027 - ext/Encode/Encode/iso8859-6.ucm
4028 - ext/Encode/Encode/iso8859-7.enc
4029 - ext/Encode/Encode/iso8859-7.ucm
4030 - ext/Encode/Encode/iso8859-8.enc
4031 - ext/Encode/Encode/iso8859-8.ucm
4032 - ext/Encode/Encode/iso8859-9.enc
4033 - ext/Encode/Encode/iso8859-9.ucm
4034 - ext/Encode/Encode/isoir-197.enc
4035 ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
4036 ____________________________________________________________________________
4037 [ 12064] By: jhi on 2001/09/17 23:53:38
4038 Log: Must Uppercase.
4040 ! ext/Encode/Encode.pm
4041 ____________________________________________________________________________
4042 [ 12063] By: jhi on 2001/09/17 23:39:28
4043 Log: Add various encodings.
4045 + ext/Encode/Encode/iso8859-11.enc
4046 + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
4047 + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
4048 + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
4049 + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
4050 + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
4051 + ext/Encode/Encode/viscii.ucm
4052 ! MANIFEST ext/Encode/Encode.pm
4053 ____________________________________________________________________________
4054 [ 12062] By: jhi on 2001/09/17 22:48:21
4055 Log: lib/unicode relic.
4057 ! ext/Encode/compile
4058 ____________________________________________________________________________
4059 [ 12061] By: jhi on 2001/09/17 20:50:16
4060 Log: Subject: [PATCH] Re: filename problems
4061 From: Michael G Schwern <schwern@pobox.com>
4062 Date: Mon, 17 Sep 2001 17:26:26 -0400
4063 Message-ID: <20010917172626.Q585@blackrider>
4065 + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
4066 - t/lib/sample-tests/header_at_end
4067 - t/lib/sample-tests/header_at_end_fail
4068 ! MANIFEST lib/Test/Harness/t/test-harness.t
4069 ____________________________________________________________________________
4070 [ 12060] By: jhi on 2001/09/17 20:14:53
4071 Log: Explicitly explain the 1e9 seconds, not everybody
4074 ! ext/Time/HiRes/HiRes.pm
4075 ____________________________________________________________________________
4076 [ 12059] By: jhi on 2001/09/17 20:07:20
4077 Log: Explain an apparent bug reported by
4078 Richard J. Barbalace <rjbarbal@MIT.EDU>,
4079 with additional explanation from Gisle Aas.
4081 ! ext/Time/HiRes/HiRes.pm
4082 ____________________________________________________________________________
4083 [ 12058] By: ams on 2001/09/17 19:52:01
4084 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
4085 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4086 Date: Mon, 17 Sep 2001 22:48:05 +0200
4087 Message-Id: <20010917224805.C11744@rafael>
4089 ! t/lib/warnings/op t/lib/warnings/pp
4090 ____________________________________________________________________________
4091 [ 12057] By: ams on 2001/09/17 16:51:18
4095 ____________________________________________________________________________
4096 [ 12056] By: ams on 2001/09/17 16:47:55
4097 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
4098 From: "Craig A. Berry" <craigberry@mac.com>
4099 Date: Mon, 17 Sep 2001 12:34:20 -0500
4100 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
4103 ____________________________________________________________________________
4104 [ 12055] By: ams on 2001/09/17 16:05:15
4105 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
4106 From: Gisle Aas <gisle@ActiveState.com>
4107 Date: 16 Apr 2001 16:20:34 -0700
4108 Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
4111 ! lib/CPAN.pm lib/CPAN/Nox.pm
4112 ____________________________________________________________________________
4113 [ 12054] By: jhi on 2001/09/17 14:06:26
4114 Log: Update Changes.
4116 ! Changes patchlevel.h
4117 ____________________________________________________________________________
4118 [ 12053] By: jhi on 2001/09/17 13:45:26
4119 Log: Adding new files to the MANIFEST is always nice.
4122 ____________________________________________________________________________
4123 [ 12052] By: jhi on 2001/09/17 13:12:31
4124 Log: Reindent the PerlIO files (suggested by NI-S), used
4125 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
4126 (GNU indent). Note that wholesale re-indenting might
4127 be nice, but that would break nice formatting/alignment
4128 of assignments, equality testing, and complex boolean
4129 expressions with lots of &s and |s.
4131 ! perlio.c perlio.h perliol.h
4132 ____________________________________________________________________________
4133 [ 12051] By: jhi on 2001/09/17 12:55:53
4134 Log: Add a script for being 8.3-polite.
4135 The found conflicts are being worked on.
4138 ! MANIFEST Porting/pumpkin.pod
4139 ____________________________________________________________________________
4140 [ 12050] By: sky on 2001/09/17 12:44:36
4141 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
4145 ____________________________________________________________________________
4146 [ 12049] By: jhi on 2001/09/17 11:55:07
4147 Log: Bump up versions because of #12041.
4149 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
4150 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
4151 ! lib/Time/localtime.pm
4152 ____________________________________________________________________________
4153 [ 12048] By: jhi on 2001/09/17 11:51:54
4154 Log: Bump the version number because of #12042.
4156 ! lib/CPAN/FirstTime.pm
4157 ____________________________________________________________________________
4158 [ 12047] By: ams on 2001/09/17 11:21:40
4159 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
4160 From: Abhijit Menon-Sen <ams@wiw.org>
4161 Date: Mon, 17 Sep 2001 17:44:12 +0530
4162 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
4165 ____________________________________________________________________________
4166 [ 12046] By: sky on 2001/09/17 07:14:17
4167 Log: Subject: Re: t/op/ver.t using skip() improperly
4168 From: "chromatic" <chromatic@rmci.net>
4169 Date: Mon, 17 Sep 2001 00:22:29 -0600
4170 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
4173 ____________________________________________________________________________
4174 [ 12045] By: nick on 2001/09/17 07:12:14
4175 Log: Integrate mainline
4178 !> (integrate 117 files)
4179 ____________________________________________________________________________
4180 [ 12044] By: ams on 2001/09/17 05:49:53
4181 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
4182 From: Ilmari Karonen <iltzu@sci.fi>
4183 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
4184 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
4185 (And $VERSION = '1.05'.)
4188 ____________________________________________________________________________
4189 [ 12043] By: ams on 2001/09/17 05:44:50
4190 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
4191 From: Michael G Schwern <schwern@pobox.com>
4192 Date: Mon, 17 Sep 2001 07:49:04 +0200
4193 Message-Id: <20010917074904.V1588@blackrider>
4194 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
4198 ____________________________________________________________________________
4199 [ 12042] By: jhi on 2001/09/17 02:54:13
4200 Log: Subject: Re: CPAN.pm needs some hacking
4201 From: "chromatic" <chromatic@rmci.net>
4202 Date: Sun, 16 Sep 2001 16:46:29 -0600
4203 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
4205 ! lib/CPAN/FirstTime.pm
4206 ____________________________________________________________________________
4207 [ 12041] By: jhi on 2001/09/16 20:43:15
4208 Log: Change use|require 5.005_64 to use|require 5.6.1.
4210 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
4211 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
4212 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4213 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
4214 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
4215 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4216 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
4217 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
4218 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
4219 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
4220 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4221 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4222 ! lib/base.pm lib/fields.pm
4223 ____________________________________________________________________________
4224 [ 12040] By: jhi on 2001/09/16 20:36:58
4225 Log: Bump up version numbers.
4227 TODO 1: double check that pre-5.6.1 CPAN.pm:s
4228 don't try to download 5.8.0 because of the
4229 version numbers. Mainly this means using _00
4230 in the core version numbers.
4232 TODO 2: the "use 5.005_64" in many modules
4233 needs to be changed to, say, "use 5.6.1".
4235 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
4236 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
4237 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
4238 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
4239 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
4240 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
4241 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4242 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
4243 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
4244 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
4245 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
4246 ____________________________________________________________________________
4247 [ 12039] By: jhi on 2001/09/16 19:23:07
4248 Log: Use UCHARAT() as suggested by Inaba Hiroto.
4251 ____________________________________________________________________________
4252 [ 12038] By: ams on 2001/09/16 15:16:24
4253 Log: Subject: [PATCH] Re: Core module version numbers review
4254 From: Peter Scott <Peter@PSDT.com>
4255 Date: Sun, 16 Sep 2001 09:09:58 -0700
4256 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
4259 ____________________________________________________________________________
4260 [ 12037] By: jhi on 2001/09/16 14:27:54
4261 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
4262 not yet fully implemented.
4264 ! pod/perlfunc.pod pod/perlunicode.pod
4265 ____________________________________________________________________________
4266 [ 12036] By: jhi on 2001/09/15 23:13:12
4267 Log: Subject: [patch] plug PL_beginav_save leak
4268 From: Doug MacEachern <dougm@covalent.net>
4269 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
4270 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
4273 ____________________________________________________________________________
4274 [ 12035] By: jhi on 2001/09/15 23:12:28
4275 Log: (accidentally empty checkin)
4278 ____________________________________________________________________________
4279 [ 12034] By: jhi on 2001/09/15 23:08:09
4280 Log: Subject: [patch] ithreads+PL_beginav_save
4281 From: Doug MacEachern <dougm@covalent.net>
4282 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
4283 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
4286 ____________________________________________________________________________
4287 [ 12033] By: jhi on 2001/09/15 23:07:19
4288 Log: Subject: [PATCH] h2xs.PL with C::Scan
4289 From: Tim Jenness <t.jenness@jach.hawaii.edu>
4290 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
4291 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
4294 ____________________________________________________________________________
4295 [ 12032] By: jhi on 2001/09/15 18:43:20
4296 Log: Elaborate (well, make more vague, really) #12030.
4298 ! pod/perltodo.pod pod/perlunicode.pod
4299 ____________________________________________________________________________
4300 [ 12031] By: jhi on 2001/09/15 18:37:07
4301 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
4302 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4303 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
4304 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
4307 ____________________________________________________________________________
4308 [ 12030] By: jhi on 2001/09/15 17:15:40
4309 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
4310 are not yet complete.
4312 ! pod/perltodo.pod pod/perlunicode.pod
4313 ____________________________________________________________________________
4314 [ 12029] By: jhi on 2001/09/15 13:53:42
4315 Log: Document what's still to be done on the regular expression
4316 Unicode support, based on the UTR#18.
4318 ! pod/perltodo.pod pod/perlunicode.pod
4319 ____________________________________________________________________________
4320 [ 12028] By: jhi on 2001/09/15 12:37:31
4323 ! embedvar.h perlapi.h
4324 ____________________________________________________________________________
4325 [ 12027] By: jhi on 2001/09/15 12:33:49
4326 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
4327 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4328 Date: Sun, 09 Sep 2001 18:41:54 +0100
4329 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
4331 ! Porting/findvars ext/ByteLoader/bytecode.h
4332 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
4333 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
4334 ____________________________________________________________________________
4335 [ 12026] By: gsar on 2001/09/15 04:04:04
4336 Log: enable most warnings for windows build; fix the various typecasting
4337 nits that showed up (no bugfixes here)
4338 Branch: maint-5.6/perl
4339 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
4340 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
4341 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
4342 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
4343 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
4345 ____________________________________________________________________________
4346 [ 12025] By: jhi on 2001/09/14 22:22:58
4347 Log: Integrate change #12024 from maintperl
4348 (a local() precedence bug)
4350 !> lib/ExtUtils/Install.pm
4351 ____________________________________________________________________________
4352 [ 12024] By: gsar on 2001/09/14 22:11:06
4353 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
4355 Branch: maint-5.6/perl
4356 ! lib/ExtUtils/Install.pm
4357 ____________________________________________________________________________
4358 [ 12023] By: jhi on 2001/09/14 15:04:16
4359 Log: Update Changes.
4361 ! Changes patchlevel.h
4362 ____________________________________________________________________________
4363 [ 12022] By: jhi on 2001/09/14 14:49:52
4364 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
4365 From: "chromatic" <chromatic@rmci.net>
4366 Date: Fri, 14 Sep 2001 09:44:57 -0600
4367 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
4369 ! lib/ExtUtils/Manifest.t
4370 ____________________________________________________________________________
4371 [ 12021] By: jhi on 2001/09/14 14:46:36
4372 Log: Hopefully better skipping of the Complete.t tests
4373 in case of not a tty.
4375 ! lib/Term/Complete.t t/op/stat.t
4376 ____________________________________________________________________________
4377 [ 12020] By: jhi on 2001/09/14 14:10:44
4378 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
4379 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4380 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
4381 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
4383 ! regexec.c t/op/pat.t
4384 ____________________________________________________________________________
4385 [ 12019] By: jhi on 2001/09/14 14:02:59
4386 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
4387 From: Robin Barker <rmb1@cise.npl.co.uk>
4388 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
4389 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
4392 ____________________________________________________________________________
4393 [ 12018] By: jhi on 2001/09/14 13:55:56
4394 Log: NetWare tweaks from Ananth Kesari.
4396 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
4398 ____________________________________________________________________________
4399 [ 12017] By: jhi on 2001/09/14 13:50:08
4400 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
4401 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4402 Date: Fri, 14 Sep 2001 10:51:13 +0200
4403 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
4406 ____________________________________________________________________________
4407 [ 12016] By: jhi on 2001/09/14 13:28:08
4408 Log: Subject: Re: [PATCH 2 pl2pm.PL]
4409 From: Joe Smith <Joe.Smith@inwap.com>
4410 Date: Fri, 14 Sep 2001 00:13:32 -0700
4411 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
4415 ! keywords.h keywords.pl utils/pl2pm.PL
4416 ____________________________________________________________________________
4417 [ 12015] By: jhi on 2001/09/14 02:38:23
4418 Log: Retract #12013, didn't go over too well in Tru64.
4420 ! embed.h embed.pl sv.h
4421 ____________________________________________________________________________
4422 [ 12014] By: jhi on 2001/09/14 02:31:05
4423 Log: Subject: [PATCH] Execute files of debugger commands
4424 From: Peter Scott <Peter@PSDT.com>
4425 Date: Thu, 13 Sep 2001 15:26:31 -0700
4426 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
4428 ! lib/perl5db.pl pod/perldebug.pod
4429 ____________________________________________________________________________
4430 [ 12013] By: jhi on 2001/09/14 02:25:05
4431 Log: (Retracted by #12015)
4432 Subject: [proposed PATCH] Re: perl@11920
4433 From: Nicholas Clark <nick@ccl4.org>
4434 Date: Wed, 12 Sep 2001 23:46:09 +0100
4435 Message-ID: <20010912234609.H4971@plum.flirble.org>
4437 ! embed.h embed.pl sv.h
4438 ____________________________________________________________________________
4439 [ 12012] By: jhi on 2001/09/14 02:12:02
4440 Log: ucblib shouldn't be linked against in nonstop-ux,
4443 ! hints/nonstopux.sh
4444 ____________________________________________________________________________
4445 [ 12011] By: jhi on 2001/09/13 12:54:51
4446 Log: Do stty only if we have stty.
4448 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
4450 ! lib/Term/Complete.pm
4451 ____________________________________________________________________________
4452 [ 12010] By: jhi on 2001/09/13 12:44:28
4453 Log: Skip the test if not running on a tty.
4455 ! lib/Term/Complete.t
4456 ____________________________________________________________________________
4457 [ 12009] By: jhi on 2001/09/13 12:01:56
4460 ! embed.h opcode.h pod/perlapi.pod proto.h
4461 ____________________________________________________________________________
4462 [ 12008] By: jhi on 2001/09/12 17:51:32
4463 Log: Subject: [PATCH op.c] Re: perl@12003
4464 From: Robin Barker <rmb1@cise.npl.co.uk>
4465 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
4466 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
4469 ____________________________________________________________________________
4470 [ 12007] By: jhi on 2001/09/12 17:49:39
4471 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
4472 From: Robin Barker <rmb1@cise.npl.co.uk>
4473 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
4474 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
4477 ____________________________________________________________________________
4478 [ 12006] By: jhi on 2001/09/12 17:41:49
4479 Log: Upgrade to Memoize 0.66.
4481 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
4482 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
4483 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
4484 ____________________________________________________________________________
4485 [ 12005] By: jhi on 2001/09/12 13:14:59
4486 Log: Subject: [ID 20010912.007] substr reference core dump
4487 From: me-01@ton.iguana.be
4488 Date: 12 Sep 2001 14:11:16 -0000
4489 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
4492 ____________________________________________________________________________
4493 [ 12004] By: ams on 2001/09/12 01:13:49
4494 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
4495 From: Ilmari Karonen <iltzu@sci.fi>
4496 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
4497 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
4500 ____________________________________________________________________________
4501 [ 12003] By: jhi on 2001/09/11 13:02:37
4502 Log: Update Changes.
4504 ! Changes patchlevel.h
4505 ____________________________________________________________________________
4506 [ 12002] By: jhi on 2001/09/11 11:50:48
4507 Log: NetWare update from Ananth Kesari.
4509 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
4510 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
4511 ____________________________________________________________________________
4512 [ 12001] By: jhi on 2001/09/11 11:40:51
4513 Log: Retract #11984: div() being redefined, and 1397
4514 failing on 64-bit platforms.
4516 ! lib/Math/BigInt/Calc.pm
4517 ____________________________________________________________________________
4518 [ 12000] By: jhi on 2001/09/11 11:19:07
4519 Log: Metaconfig unit change for #11999.
4521 ! U/protos/d_lseekproto.U
4522 ____________________________________________________________________________
4523 [ 11999] By: jhi on 2001/09/11 11:18:36
4524 Log: The lseek fix (#11991) was no fix.
4527 ____________________________________________________________________________
4528 [ 11998] By: sky on 2001/09/11 07:52:06
4529 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
4530 From: Matt Sergeant <MSergeant@star.net.uk>
4531 Date: Tue, 11 Sep 2001 09:22:32 +0100
4532 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
4534 ! ext/Encode/Encode.pm
4535 ____________________________________________________________________________
4536 [ 11997] By: sky on 2001/09/11 06:35:29
4537 Log: Sometimes dTHX is added because it is needed on non
4538 gnuc platforms, but not needed there. This uses GCC
4539 to silence GCC specific warnings by marking pTHX as
4543 ____________________________________________________________________________
4544 [ 11996] By: nick on 2001/09/11 06:25:27
4545 Log: Integrate mainline
4547 - ext/POSIX/sigaction.t lib/File/Find/taint.t
4548 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
4549 ____________________________________________________________________________
4550 [ 11995] By: nick on 2001/09/11 06:23:39
4551 Log: Part Integrate mainline
4553 +> (branch 69 files)
4554 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
4555 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
4556 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
4557 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
4558 - lib/Switch/t/switch_case.t lib/Test/Harness.t
4559 - lib/Test/More/Changes lib/Test/More/t/More.t
4560 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4561 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4562 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
4563 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
4564 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
4565 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
4566 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
4567 - t/lib/Test/More/Catch.pm wince/perl.ico
4568 !> (integrate 197 files)
4569 ____________________________________________________________________________
4570 [ 11994] By: jhi on 2001/09/11 03:12:44
4571 Log: Subject: Re: [PATCH] Encode.pm docs fix
4572 From: Gisle Aas <gisle@ActiveState.com>
4573 Date: 10 Sep 2001 11:27:02 -0700
4574 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
4576 ! ext/Encode/Encode.pm
4577 ____________________________________________________________________________
4578 [ 11993] By: jhi on 2001/09/11 02:27:25
4579 Log: Fix unpack U to be the reverse of pack U
4580 (but implement unpack U0U as a backdoor to get
4581 the UTF-8 malformed warnings from un-UTF-8 data)
4583 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
4584 ____________________________________________________________________________
4585 [ 11992] By: jhi on 2001/09/11 00:14:24
4586 Log: Metaconfig unit change for #11991;
4587 delete an unused unit (d_strtoull.U is the one used)
4589 ! U/protos/d_lseekproto.U
4590 Branch: metaconfig/U/perl
4592 ____________________________________________________________________________
4593 [ 11991] By: jhi on 2001/09/11 00:14:01
4594 Log: Subject: [PATCH] Configure not recording lseek proto
4595 From: Blair Zajac <blair@orcaware.com>
4596 Date: Mon, 10 Sep 2001 17:52:37 -0700
4597 Message-ID: <3B9D6055.BA334A31@orcaware.com>
4599 plus regen Configure.
4601 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4602 ! config_h.SH uconfig.h
4603 ____________________________________________________________________________
4604 [ 11990] By: jhi on 2001/09/10 23:59:25
4605 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?)))
4606 From: Nicholas Clark <nick@ccl4.org>
4607 Date: Tue, 11 Sep 2001 00:00:31 +0100
4608 Message-ID: <20010911000031.G1512@plum.flirble.org>
4611 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
4612 ____________________________________________________________________________
4613 [ 11989] By: jhi on 2001/09/10 23:31:45
4614 Log: Subject: [PATCH] Building on win32 w/o perlio
4615 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4616 Date: Mon, 10 Sep 2001 23:38:46 +0200
4617 Message-ID: <3B9D4F06.14433.2C37644@localhost>
4619 ! perl.c win32/Makefile win32/makefile.mk
4620 ____________________________________________________________________________
4621 [ 11988] By: jhi on 2001/09/10 23:26:40
4622 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
4623 From: "chromatic" <chromatic@rmci.net>
4624 Date: Mon, 10 Sep 2001 15:14:01 -0600
4625 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
4629 ____________________________________________________________________________
4630 [ 11987] By: jhi on 2001/09/10 23:24:11
4631 Log: Subject: avoiding hoardes of zombies
4632 From: Nicholas Clark <nick@ccl4.org>
4633 Date: Mon, 10 Sep 2001 22:00:40 +0100
4634 Message-ID: <20010910220040.C1512@plum.flirble.org>
4637 ____________________________________________________________________________
4638 [ 11986] By: jhi on 2001/09/10 23:22:10
4639 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
4640 From: John Peacock <jpeacock@rowman.com>
4641 Date: Mon, 10 Sep 2001 16:34:30 -0400
4642 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
4644 ! sv.c t/op/ver.t utf8.h
4645 ____________________________________________________________________________
4646 [ 11985] By: ams on 2001/09/10 23:20:13
4647 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
4650 ____________________________________________________________________________
4651 [ 11984] By: jhi on 2001/09/10 23:09:31
4652 Log: (Retracted by #12001)
4653 Subject: Calc with USE_MUL/USE_DIV
4654 From: Tels <perl_dummy@bloodgate.com>
4655 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
4656 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
4658 ! lib/Math/BigInt/Calc.pm
4659 ____________________________________________________________________________
4660 [ 11983] By: jhi on 2001/09/10 22:37:14
4661 Log: Subject: [PATCH op.c] Re: perl@11978
4662 From: Robin Barker <rmb1@cise.npl.co.uk>
4663 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
4664 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
4669 ____________________________________________________________________________
4670 [ 11982] By: jhi on 2001/09/10 22:35:57
4671 Log: Switch PADOFFSET back to U32 both because of binary backward
4672 compatibility and because Arthur seems to have been fixing the
4673 problems with naughty integer-pointer casting.
4676 ____________________________________________________________________________
4677 [ 11981] By: ams on 2001/09/10 16:31:43
4678 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
4679 Fix Pod Typo, Add Test for ExtUtils::Command
4680 From: "chromatic" <chromatic@rmci.net>
4681 Date: Mon, 10 Sep 2001 11:20:56 -0600
4682 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
4684 + lib/ExtUtils/Command.t
4685 ! MANIFEST lib/ExtUtils/Command.pm
4686 ____________________________________________________________________________
4687 [ 11980] By: jhi on 2001/09/10 13:29:35
4688 Log: Subject: [PATCH] Encode.pm docs fix
4689 From: Matt Sergeant <MSergeant@star.net.uk>
4690 Date: Mon, 10 Sep 2001 15:24:01 +0100
4691 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
4693 ! ext/Encode/Encode.pm
4694 ____________________________________________________________________________
4695 [ 11979] By: jhi on 2001/09/10 13:17:48
4696 Log: Update Changes.
4698 ! Changes patchlevel.h
4699 ____________________________________________________________________________
4700 [ 11978] By: jhi on 2001/09/10 12:59:40
4701 Log: Revert #11973, the dTHX seems to be needed in there
4702 for threaded builds.
4705 ____________________________________________________________________________
4706 [ 11977] By: jhi on 2001/09/10 12:55:47
4710 ____________________________________________________________________________
4711 [ 11976] By: jhi on 2001/09/10 12:46:34
4712 Log: Further Class::Struct patching from Damian.
4714 The new new semantics are:
4716 * If you pass an initializer for a nested object, it has to be:
4717 a) a reference to an object of that class, or
4718 b) a reference to an object of a subclass of that class, or
4719 c) a reference to a hash of arguments to be passed to the
4721 * If you pass no initializer for a nested object, the attribute
4722 is initialized to C<undef>
4724 ! lib/Class/Struct.pm
4725 ____________________________________________________________________________
4726 [ 11975] By: jhi on 2001/09/10 12:42:24
4727 Log: Skip the crypt test if no crypt.
4730 ____________________________________________________________________________
4731 [ 11974] By: jhi on 2001/09/10 12:39:25
4732 Log: Warn against using bare v-strings as IP addresses
4733 (okay if using the wrappers from Socket)
4735 ! pod/perldata.pod pod/perlport.pod
4736 ____________________________________________________________________________
4737 [ 11973] By: sky on 2001/09/10 11:57:58
4738 Log: Remove unused dTHX. Silenced another warning.
4741 ____________________________________________________________________________
4742 [ 11972] By: sky on 2001/09/10 11:54:25
4743 Log: Silence some more warnings INT2PTR.
4745 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
4746 ____________________________________________________________________________
4747 [ 11971] By: sky on 2001/09/10 11:21:50
4748 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
4751 ____________________________________________________________________________
4752 [ 11970] By: sky on 2001/09/10 11:17:25
4753 Log: Apply INT2PTR with force to silence warnings from
4754 PM_GETRE and friends. No more warnings with 64bit
4755 IVs and 32bit pointers.
4758 ____________________________________________________________________________
4759 [ 11969] By: sky on 2001/09/10 10:13:02
4760 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
4763 ____________________________________________________________________________
4764 [ 11968] By: sky on 2001/09/10 10:02:51
4765 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
4766 Rename to custop_op_name to Perl_custom_op_name to match perlapi
4767 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
4770 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
4771 ____________________________________________________________________________
4772 [ 11967] By: jhi on 2001/09/10 03:14:35
4773 Log: Using strlen() not good on embedded nul bytes.
4776 ____________________________________________________________________________
4777 [ 11966] By: ams on 2001/09/09 21:06:13
4778 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
4779 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4780 Date: Mon, 13 Aug 2001 22:51:59 +0200
4781 Message-ID: <20010813225159.C6681@rafael>
4782 (Applied with several tweaks.)
4784 ! embed.h embed.pl proto.h toke.c
4785 ____________________________________________________________________________
4786 [ 11965] By: jhi on 2001/09/09 14:40:39
4787 Log: The exact error message is system-dependent.
4789 ! lib/ExtUtils/Manifest.t
4790 ____________________________________________________________________________
4791 [ 11964] By: jhi on 2001/09/09 14:38:05
4792 Log: Add Windows and Mac Sami support to Encode
4793 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
4795 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
4797 ____________________________________________________________________________
4798 [ 11963] By: jhi on 2001/09/09 13:54:07
4799 Log: Use the tried method.
4802 ____________________________________________________________________________
4803 [ 11962] By: jhi on 2001/09/09 13:46:59
4804 Log: Can't count parentheses.
4806 ! ext/IO/lib/IO/Socket/INET.pm
4807 ____________________________________________________________________________
4808 [ 11961] By: jhi on 2001/09/09 13:34:12
4809 Log: perlport additions: 1 while unlink, add/delete directory
4810 entries and permissions, cygwin stat funkiness (from Michael
4811 Schwern and Nicholas Clark)
4814 ____________________________________________________________________________
4815 [ 11960] By: jhi on 2001/09/09 13:19:12
4816 Log: blib does have a detectable test.
4819 ____________________________________________________________________________
4820 [ 11959] By: jhi on 2001/09/09 13:16:43
4821 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
4822 From: "chromatic" <chromatic@rmci.net>
4823 Date: Sat, 08 Sep 2001 19:33:42 -0600
4824 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
4826 + lib/Term/Complete.t
4828 ____________________________________________________________________________
4829 [ 11958] By: jhi on 2001/09/09 13:09:02
4830 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
4831 From: Michael G Schwern <schwern@pobox.com>
4832 Date: Sat, 8 Sep 2001 02:40:26 -0400
4833 Message-ID: <20010908024026.A26283@blackrider>
4835 + lib/Test/Tutorial.pod
4837 ____________________________________________________________________________
4838 [ 11957] By: jhi on 2001/09/09 13:03:33
4839 Log: Try to look up protocol (by name) only iff it has non-numbers:
4840 nice if the server is in a chrooted environment (no /etc/protocols,
4841 server code using hardcorded protocol numbers like 6 for tcp),
4842 suggested by John Holdsworth <coldwave@bigfoot.com>.
4843 In other words, if we are given a number, why look it up again
4846 ! ext/IO/lib/IO/Socket/INET.pm
4847 ____________________________________________________________________________
4848 [ 11956] By: jhi on 2001/09/09 12:53:12
4849 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
4850 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4851 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
4852 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
4854 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
4855 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4856 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
4857 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
4858 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
4859 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4860 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
4861 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
4863 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
4864 ____________________________________________________________________________
4865 [ 11955] By: ams on 2001/09/09 02:54:21
4866 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
4867 From: "Craig A. Berry" <craigberry@mac.com>
4868 Date: Sat, 08 Sep 2001 19:02:16 -0500
4869 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
4872 ____________________________________________________________________________
4873 [ 11954] By: jhi on 2001/09/09 02:30:39
4874 Log: Documentation tweaks; think the IP address as an opaque string.
4876 ! ext/Socket/Socket.pm
4877 ____________________________________________________________________________
4878 [ 11953] By: jhi on 2001/09/09 00:32:05
4879 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
4880 From: Michael G Schwern <schwern@pobox.com>
4881 Date: Sat, 8 Sep 2001 19:45:46 -0400
4882 Message-ID: <20010908194546.C9193@blackrider>
4885 ! MANIFEST lib/blib.pm t/lib/1_compile.t
4886 ____________________________________________________________________________
4887 [ 11952] By: jhi on 2001/09/09 00:27:15
4888 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
4889 From: "chromatic" <chromatic@rmci.net>
4890 Date: Sat, 08 Sep 2001 12:31:44 -0600
4891 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
4895 ____________________________________________________________________________
4896 [ 11951] By: jhi on 2001/09/09 00:24:07
4897 Log: The Socket tests were wrong: they were assuming too much.
4899 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
4900 ____________________________________________________________________________
4901 [ 11950] By: jhi on 2001/09/08 20:09:07
4902 Log: Retract the portability changes since they
4903 seem to have opened a can of worms... will
4904 go back to UNICOS/mk and do the bare minimum
4905 required to get the tests working.
4907 ! ext/Socket/Socket.xs
4908 ____________________________________________________________________________
4909 [ 11949] By: jhi on 2001/09/08 19:48:20
4910 Log: PADOFFSET is used to cast pointers into integers,
4911 if pointers are 64 bits and U32 32 bits,
4912 bad things may happen, or at least warnings issued.
4915 ____________________________________________________________________________
4916 [ 11948] By: jhi on 2001/09/08 18:50:07
4917 Log: Still more Socket portability tweaking.
4918 Now Socket.t seems to be happy in all of
4919 Linux/x86, Tru64/alpha, Solaris/sparc,
4920 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
4922 Addendum: it seems that io_multihomed, io_sock, and hostent
4923 were broken in little-endians (linux/x86 and tru64/alpha)
4924 because of this change. Argh.
4926 ! ext/Socket/Socket.xs
4927 ____________________________________________________________________________
4928 [ 11947] By: jhi on 2001/09/08 17:23:23
4929 Log: More portability kicking on inet_ntoa().
4931 ! ext/Socket/Socket.xs
4932 ____________________________________________________________________________
4933 [ 11946] By: jhi on 2001/09/08 15:09:58
4934 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
4935 From: Michael G Schwern <schwern@pobox.com>
4936 Date: Fri, 7 Sep 2001 23:06:51 -0400
4937 Message-ID: <20010907230651.R606@blackrider>
4939 + lib/ExtUtils/Manifest.t
4940 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
4941 ____________________________________________________________________________
4942 [ 11945] By: jhi on 2001/09/08 14:49:15
4943 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
4944 From: "chromatic" <chromatic@rmci.net>
4945 Date: Fri, 07 Sep 2001 17:53:15 -0600
4946 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
4948 + lib/ExtUtils/testlib.t
4950 ____________________________________________________________________________
4951 [ 11944] By: jhi on 2001/09/07 22:57:00
4955 ____________________________________________________________________________
4956 [ 11943] By: jhi on 2001/09/07 20:34:55
4957 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
4958 From: "Craig A. Berry" <craigberry@mac.com>
4959 Date: Fri, 07 Sep 2001 15:30:03 -0500
4960 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
4963 ____________________________________________________________________________
4964 [ 11942] By: jhi on 2001/09/07 20:30:43
4965 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
4966 From: Michael G Schwern <schwern@pobox.com>
4967 Date: Fri, 7 Sep 2001 15:38:13 -0400
4968 Message-ID: <20010907153813.K606@blackrider>
4970 ! lib/ExtUtils/MM_Unix.pm
4971 ____________________________________________________________________________
4972 [ 11941] By: jhi on 2001/09/07 20:28:24
4973 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
4974 From: Robin Barker <rmb1@cise.npl.co.uk>
4975 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
4976 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
4978 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
4979 ____________________________________________________________________________
4980 [ 11940] By: jhi on 2001/09/07 20:26:29
4981 Log: Clean up 1_compile.t; move tests to more consistent
4982 places (t/ subdirectories); add integer.t (much of
4983 the pragma is tested elsewhere but there is no one
4986 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
4987 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
4988 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
4989 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
4990 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
4991 - lib/File/Find/find.t lib/File/Find/taint.t
4992 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
4993 ____________________________________________________________________________
4994 [ 11939] By: jhi on 2001/09/07 17:25:32
4995 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
4996 From: "chromatic" <chromatic@rmci.net>
4997 Date: Fri, 07 Sep 2001 10:17:40 -0600
4998 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
5000 ! lib/File/Find/taint.t
5001 ____________________________________________________________________________
5002 [ 11938] By: jhi on 2001/09/07 14:04:43
5003 Log: Update Changes.
5005 ! Changes patchlevel.h
5006 ____________________________________________________________________________
5007 [ 11937] By: jhi on 2001/09/07 13:52:03
5008 Log: Rename the old threading tutorial, start a new one,
5011 + pod/perlothrtut.pod
5012 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
5014 ____________________________________________________________________________
5015 [ 11936] By: jhi on 2001/09/07 13:05:48
5016 Log: vars very much has a test.
5019 ____________________________________________________________________________
5020 [ 11935] By: jhi on 2001/09/07 12:52:06
5021 Log: Subject: Re: wince/perl.ico marked as binary
5022 From: Nicholas Clark <nick@ccl4.org>
5023 Date: Fri, 7 Sep 2001 13:54:40 +0100
5024 Message-ID: <20010907135439.D39150@plum.flirble.org>
5026 and wince/Makefile.ce change from Rainer Keuchel.
5029 ! MANIFEST wince/Makefile.ce
5030 ____________________________________________________________________________
5031 [ 11934] By: jhi on 2001/09/07 12:43:50
5032 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
5033 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5034 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
5035 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
5038 ____________________________________________________________________________
5039 [ 11933] By: jhi on 2001/09/07 12:37:46
5040 Log: (Replaced by #11934)
5041 Subject: Re: [PATCH regexec.c] more general .* and .*?
5042 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5043 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
5044 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
5047 ____________________________________________________________________________
5048 [ 11932] By: jhi on 2001/09/07 12:27:14
5049 Log: The #11931 patching misbehaved.
5051 ! lib/Test/Harness/t/test-harness.t
5052 ____________________________________________________________________________
5053 [ 11931] By: jhi on 2001/09/07 12:21:30
5054 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
5055 From: Michael G Schwern <schwern@pobox.com>
5056 Date: Fri, 7 Sep 2001 03:30:41 -0400
5057 Message-ID: <20010907033041.A2796@blackrider>
5059 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
5060 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
5061 + t/lib/sample-tests/header_at_end_fail
5062 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
5063 - lib/Test/Harness.t
5064 ! MANIFEST lib/Test/Harness.pm t/TEST
5065 ____________________________________________________________________________
5066 [ 11930] By: jhi on 2001/09/07 11:59:17
5067 Log: Subject: [PATCH] Digest::MD5 update
5068 From: Gisle Aas <gisle@ActiveState.com>
5069 Date: 06 Sep 2001 23:32:56 -0700
5070 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
5072 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
5073 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
5074 ____________________________________________________________________________
5075 [ 11929] By: jhi on 2001/09/07 11:23:05
5076 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
5077 From: "chromatic" <chromatic@rmci.net>
5078 Date: Thu, 06 Sep 2001 23:11:44 -0600
5079 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
5082 ! MANIFEST t/lib/1_compile.t
5083 ____________________________________________________________________________
5084 [ 11928] By: jhi on 2001/09/07 11:19:29
5085 Log: The binary file must somehow differently stored.
5089 ____________________________________________________________________________
5090 [ 11927] By: jhi on 2001/09/07 03:53:29
5091 Log: Add more modules to the list of modules that have tests,
5092 Schwern's wallet is getting more nervous.
5093 (Run t/lib/1_compile.t manually to see which modules
5094 are lacking tests, or the tests can't be run for some
5095 reason or another, such as the Net:: modules)
5098 ____________________________________________________________________________
5099 [ 11926] By: jhi on 2001/09/07 03:43:11
5100 Log: Try to make Socket::inet_ntoa() more robust.
5102 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
5103 ____________________________________________________________________________
5104 [ 11925] By: jhi on 2001/09/07 01:57:58
5105 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
5106 From: chromatic <chromatic@rmci.net>
5107 Date: Wed, 5 Sep 2001 22:58:05 -0600
5108 Message-Id: <01090522580506.19590@firewheel>
5111 ____________________________________________________________________________
5112 [ 11924] By: jhi on 2001/09/07 01:55:05
5113 Log: Subject: Re: perlvar manpage and localizing special vars
5114 From: Stas Bekman <stas@stason.org>
5115 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
5116 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
5119 ____________________________________________________________________________
5120 [ 11923] By: jhi on 2001/09/07 01:49:36
5121 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
5122 From: Robin Barker <rmb1@cise.npl.co.uk>
5123 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
5124 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
5126 ! lib/ExtUtils/MakeMaker.pm
5127 ____________________________________________________________________________
5128 [ 11922] By: jhi on 2001/09/06 18:09:08
5129 Log: Symbol missing; AIX unhappy.
5132 ____________________________________________________________________________
5133 [ 11921] By: jhi on 2001/09/06 17:52:43
5134 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
5135 Reported in 5.61, seems to work okay in blead.
5138 ____________________________________________________________________________
5139 [ 11920] By: jhi on 2001/09/06 14:35:09
5140 Log: Update Changes.
5142 ! Changes patchlevel.h
5143 ____________________________________________________________________________
5144 [ 11919] By: jhi on 2001/09/06 14:20:10
5145 Log: Document the bad assumptions currently breaking
5146 the Socket.t tests 10, 11, and 13 in UNICOS.
5148 ! ext/Socket/Socket.xs
5149 ____________________________________________________________________________
5150 [ 11918] By: jhi on 2001/09/06 14:07:45
5151 Log: Subject: [PATCH x2p] make OPTIMIZE=...
5152 From: Robin Barker <rmb1@cise.npl.co.uk>
5153 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
5154 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
5156 ! x2p/Makefile.SH x2p/cflags.SH
5157 ____________________________________________________________________________
5158 [ 11917] By: jhi on 2001/09/06 14:01:45
5159 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
5160 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5161 Date: Thu, 6 Sep 2001 11:09:40 +0100
5162 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
5164 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
5165 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5166 Date: 6 Sep 2001 10:14:38 -0000
5167 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
5169 ! pod/perlfaq1.pod pod/perlhack.pod
5170 ____________________________________________________________________________
5171 [ 11916] By: jhi on 2001/09/06 13:56:19
5172 Log: Subject: Extra NUL is Data::Dumper output - patch
5173 From: Tony Cook <tony@develop-help.com>
5174 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
5175 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
5177 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5178 ____________________________________________________________________________
5179 [ 11915] By: jhi on 2001/09/06 13:51:16
5180 Log: Avoid redefinition warning
5181 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
5183 perl -w -Ilib -MCwd -e ''
5186 ____________________________________________________________________________
5187 [ 11914] By: jhi on 2001/09/06 13:30:32
5188 Log: Update the is_tainted() example implementation.
5191 ____________________________________________________________________________
5192 [ 11913] By: jhi on 2001/09/06 13:15:59
5193 Log: Missing) in #11912.
5195 ! lib/Test/Simple/t/fail.t
5196 ____________________________________________________________________________
5197 [ 11912] By: jhi on 2001/09/06 13:08:48
5198 Log: Rewhack Test-Simple into core harness.
5200 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5201 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5202 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
5203 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
5204 ! lib/Test/Simple/t/skipall.t
5205 ____________________________________________________________________________
5206 [ 11911] By: jhi on 2001/09/06 11:54:06
5207 Log: Workaround for the new Exporter 'feature'.
5210 ____________________________________________________________________________
5211 [ 11910] By: jhi on 2001/09/06 11:52:56
5212 Log: Re-introduce pure-Perl fall-back for abs_path,
5213 re-introduce #11898.
5215 ! lib/Cwd.pm lib/File/Find.pm
5216 ____________________________________________________________________________
5217 [ 11909] By: jhi on 2001/09/06 03:49:13
5221 ____________________________________________________________________________
5222 [ 11908] By: jhi on 2001/09/06 03:38:22
5223 Log: Retract #11898 for now because it introduces
5224 a rather nasty depencency: when B is being built,
5225 MakeMaker is used. MakeMaker uses File::Find.
5226 File::Find uses Cwd::getcwd()...which doesn't
5230 ____________________________________________________________________________
5231 [ 11907] By: jhi on 2001/09/06 03:20:02
5232 Log: New test welcome.
5234 + lib/Test/Simple/t/simple.t
5235 ____________________________________________________________________________
5236 [ 11906] By: jhi on 2001/09/06 03:08:01
5237 Log: Old test begone.
5239 - lib/Attribute/Handlers/test.pl
5240 ____________________________________________________________________________
5241 [ 11905] By: jhi on 2001/09/06 01:41:03
5242 Log: Test-Simple syncup from Schwern.
5244 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
5245 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
5246 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
5247 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
5248 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
5249 - lib/Test/More/Changes lib/Test/More/t/More.t
5250 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5251 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5252 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
5253 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
5254 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
5255 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5256 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5257 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
5258 ! t/lib/Test/Simple/sample_tests/death.plx
5259 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
5260 ! t/lib/Test/Simple/sample_tests/extras.plx
5261 ! t/lib/Test/Simple/sample_tests/five_fail.plx
5262 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
5263 ! t/lib/Test/Simple/sample_tests/one_fail.plx
5264 ! t/lib/Test/Simple/sample_tests/require.plx
5265 ! t/lib/Test/Simple/sample_tests/success.plx
5266 ! t/lib/Test/Simple/sample_tests/too_few.plx
5267 ! t/lib/Test/Simple/sample_tests/two_fail.plx
5268 ____________________________________________________________________________
5269 [ 11904] By: pudge on 2001/09/06 00:28:01
5270 Log: Integrate File::Find changes from bleadperl
5271 Branch: maint-5.6/macperl
5272 ! lib/File/Find.pm t/lib/filefind-taint.t
5273 ____________________________________________________________________________
5274 [ 11903] By: pudge on 2001/09/06 00:22:29
5275 Log: Integrate 11847 from maint-5.6/perl
5276 Branch: maint-5.6/macperl
5278 ____________________________________________________________________________
5279 [ 11902] By: jhi on 2001/09/05 23:27:57
5280 Log: In UNICOS division yada yada.
5283 ____________________________________________________________________________
5284 [ 11901] By: jhi on 2001/09/05 23:26:23
5285 Log: In UNICOS division is really lossy, better use
5288 ! ext/Time/HiRes/HiRes.t
5289 ____________________________________________________________________________
5290 [ 11900] By: jhi on 2001/09/05 23:22:38
5291 Log: In UNICOS sigaction() sets an extra flag
5292 ("the signal has been registered for all the processes in
5293 a multitasking group.")
5295 ! ext/POSIX/sigaction.t
5296 ____________________________________________________________________________
5297 [ 11899] By: jhi on 2001/09/05 23:18:48
5298 Log: Documentation micropatch from Damian.
5300 ! lib/Attribute/Handlers.pm
5301 ____________________________________________________________________________
5302 [ 11898] By: jhi on 2001/09/05 23:16:50
5303 Log: (Retracted by #11908)
5304 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
5305 From: Michael G Schwern <schwern@pobox.com>
5306 Date: Wed, 5 Sep 2001 15:58:21 -0400
5307 Message-ID: <20010905155821.I632@blackrider>
5309 ! lib/File/Find.pm lib/File/Find/taint.t
5310 ____________________________________________________________________________
5311 [ 11897] By: jhi on 2001/09/05 23:14:43
5312 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
5313 From: Michael G Schwern <schwern@pobox.com>
5314 Date: Wed, 5 Sep 2001 19:16:31 -0400
5315 Message-ID: <20010905191631.E11386@blackrider>
5319 ____________________________________________________________________________
5320 [ 11896] By: jhi on 2001/09/05 23:14:11
5321 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
5322 From: chromatic <chromatic@rmci.net>
5323 Date: Wed, 5 Sep 2001 18:08:07 -0600
5324 Message-Id: <01090518080700.19590@firewheel>
5327 ____________________________________________________________________________
5328 [ 11895] By: jhi on 2001/09/05 22:52:01
5329 Log: Fix a typo #11889 and add a test for the same.
5331 ! ext/Socket/Socket.t ext/Socket/Socket.xs
5332 ____________________________________________________________________________
5333 [ 11894] By: jhi on 2001/09/05 22:43:26
5334 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
5335 From: "Craig A. Berry" <craigberry@mac.com>
5336 Date: Wed, 05 Sep 2001 17:48:54 -0500
5337 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
5339 ! lib/warnings.t t/run/kill_perl.t
5340 ____________________________________________________________________________
5341 [ 11893] By: jhi on 2001/09/05 22:36:35
5342 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
5343 From: Michael G Schwern <schwern@pobox.com>
5344 Date: Wed, 5 Sep 2001 17:22:25 -0400
5345 Message-ID: <20010905172225.C11386@blackrider>
5348 ____________________________________________________________________________
5349 [ 11892] By: jhi on 2001/09/05 22:34:55
5350 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
5351 From: Nicholas Clark <nick@ccl4.org>
5352 Date: Wed, 5 Sep 2001 20:54:24 +0100
5353 Message-ID: <20010905205424.C25120@plum.flirble.org>
5355 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
5356 ____________________________________________________________________________
5357 [ 11891] By: jhi on 2001/09/05 22:34:16
5358 Log: Forgotten thing.
5361 ____________________________________________________________________________
5362 [ 11890] By: jhi on 2001/09/05 22:27:42
5363 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
5364 From: chromatic <chromatic@rmci.net>
5365 Date: Wed, 5 Sep 2001 13:22:08 -0600
5366 Message-Id: <01090513220807.10587@firewheel>
5369 ____________________________________________________________________________
5370 [ 11889] By: jhi on 2001/09/05 22:23:06
5371 Log: inet_ntoa() tweaks:
5372 - don't allow addresses with > 255 characters
5373 - indent the HP-UX workaround
5376 ! ext/Socket/Socket.xs
5377 ____________________________________________________________________________
5378 [ 11888] By: jhi on 2001/09/05 16:26:17
5379 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
5380 <xwu@theeducationcenter.com>
5383 ____________________________________________________________________________
5384 [ 11887] By: jhi on 2001/09/05 15:40:03
5388 ____________________________________________________________________________
5389 [ 11886] By: jhi on 2001/09/05 15:30:11
5393 ____________________________________________________________________________
5394 [ 11885] By: gbarr on 2001/09/05 15:26:18
5395 Log: Update to Scalar-List-Utils 1.05
5397 ! ext/List/Util/ChangeLog ext/List/Util/README
5398 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
5399 ____________________________________________________________________________
5400 [ 11884] By: jhi on 2001/09/05 13:05:14
5401 Log: Update Changes.
5403 ! Changes patchlevel.h
5404 ____________________________________________________________________________
5405 [ 11883] By: gbarr on 2001/09/05 12:51:35
5406 Log: Update to Scalar-List-Utils 1.04
5408 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
5409 ! ext/List/Util/lib/List/Util.pm
5410 ! ext/List/Util/lib/Scalar/Util.pm
5411 ____________________________________________________________________________
5412 [ 11882] By: jhi on 2001/09/05 12:29:44
5413 Log: Metaconfigify #11724.
5415 ! U/threads/archname.U
5416 ____________________________________________________________________________
5417 [ 11881] By: jhi on 2001/09/05 12:21:44
5418 Log: The MacOS reference is okay, no reason to hide it.
5421 ____________________________________________________________________________
5422 [ 11880] By: jhi on 2001/09/05 12:20:49
5423 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
5424 From: Michael G Schwern <schwern@pobox.com>
5425 Date: Tue, 4 Sep 2001 15:30:10 -0400
5426 Message-ID: <20010904153010.H26466@blackrider>
5428 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
5430 ! ext/Cwd/Makefile.PL lib/Cwd.pm
5431 ____________________________________________________________________________
5432 [ 11879] By: jhi on 2001/09/05 12:12:18
5433 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.))
5434 From: Michael G Schwern <schwern@pobox.com>
5435 Date: Tue, 4 Sep 2001 17:39:13 -0400
5436 Message-ID: <20010904173913.C626@blackrider>
5439 ____________________________________________________________________________
5440 [ 11878] By: jhi on 2001/09/05 12:10:50
5441 Log: Subject: Re: Perl_pp_* in public API?
5442 From: "Craig A. Berry" <craigberry@mac.com>
5443 Date: Tue, 4 Sep 2001 21:51:29 -0500
5444 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
5446 ! ext/List/Util/Util.xs
5447 ____________________________________________________________________________
5448 [ 11877] By: jhi on 2001/09/05 12:07:53
5449 Log: From Damian: Class::Struct was unable to define
5450 recursive classes. After the patch an object reference
5451 (rather than a hash) is required to initialize
5452 an object attribute. If no such initializer is given to
5453 the constructor, object attributes are now default
5454 initialized to C<undef>.
5456 ! lib/Class/Struct.pm lib/Class/Struct.t
5457 ____________________________________________________________________________
5458 [ 11876] By: jhi on 2001/09/05 11:51:24
5459 Log: Subject: Re: sv_catpvfn and sv_setpvfn
5460 From: Richard Soderberg <rs@oregonnet.com>
5461 Date: Tue, 4 Sep 2001 15:16:47 -0700
5462 Message-Id: <200109042216.PAA17858@oregonnet.com>
5464 ! pod/perlclib.pod pod/perlguts.pod
5465 ____________________________________________________________________________
5466 [ 11875] By: jhi on 2001/09/05 11:48:14
5467 Log: NetWare updates from Ananth Kesari.
5469 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
5470 ! NetWare/nw5thread.h
5471 ____________________________________________________________________________
5472 [ 11874] By: jhi on 2001/09/05 11:30:59
5473 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?))
5474 From: Nicholas Clark <nick@ccl4.org>
5475 Date: Tue, 4 Sep 2001 22:42:50 +0100
5476 Message-ID: <20010904224250.P25120@plum.flirble.org>
5478 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
5479 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
5481 ____________________________________________________________________________
5482 [ 11873] By: jhi on 2001/09/04 21:03:17
5483 Log: Fix Cwd::getcwd() not being tainted, as noticed
5486 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
5488 ! MANIFEST ext/Cwd/Cwd.xs util.c
5489 ____________________________________________________________________________
5490 [ 11872] By: jhi on 2001/09/04 20:00:50
5491 Log: Retract #11870 and volatilize the right destruct_level.
5492 Silly thinko pointed out by Sarathy.
5495 ____________________________________________________________________________
5496 [ 11871] By: jhi on 2001/09/04 19:45:59
5497 Log: At least a temporary fix for the mysterious scope core dumps
5498 in Tru64 from Graham.
5500 ! ext/List/Util/Util.xs
5501 ____________________________________________________________________________
5502 [ 11870] By: jhi on 2001/09/04 19:01:48
5503 Log: (Retracted by #11872)
5506 ____________________________________________________________________________
5507 [ 11869] By: jhi on 2001/09/04 17:43:31
5508 Log: Quench a -Wall gripe noticed by Robin Barker.
5511 ____________________________________________________________________________
5512 [ 11868] By: jhi on 2001/09/04 16:38:07
5513 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
5514 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5515 Date: Wed, 05 Sep 2001 02:01:32 +0900
5516 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
5518 ! lib/Unicode/UCD.pm
5519 ____________________________________________________________________________
5520 [ 11867] By: jhi on 2001/09/04 16:35:27
5521 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
5522 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5523 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
5524 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
5527 ____________________________________________________________________________
5528 [ 11866] By: jhi on 2001/09/04 13:52:28
5529 Log: Update Changes.
5531 ! Changes patchlevel.h
5532 ____________________________________________________________________________
5533 [ 11865] By: jhi on 2001/09/04 13:36:58
5534 Log: Add the \[$@%&*] prototype support.
5536 ! op.c pod/perlsub.pod t/comp/proto.t
5537 ____________________________________________________________________________
5538 [ 11864] By: jhi on 2001/09/04 13:10:38
5539 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
5540 From: Michael G Schwern <schwern@pobox.com>
5541 Date: Mon, 3 Sep 2001 18:59:01 -0400
5542 Message-ID: <20010903185901.Z9233@blackrider>
5545 ____________________________________________________________________________
5546 [ 11863] By: jhi on 2001/09/04 13:06:39
5547 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
5548 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5549 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
5550 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
5553 ____________________________________________________________________________
5554 [ 11862] By: jhi on 2001/09/04 13:05:23
5555 Log: More srand entry tweakage based on Randal's suggestion.
5558 ____________________________________________________________________________
5559 [ 11861] By: jhi on 2001/09/04 12:48:14
5560 Log: Subject: [PATCH] 'main' *is* a reserved word
5561 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5562 Date: Mon, 3 Sep 2001 22:55:41 +0200
5563 Message-ID: <20010903225541.A24097@rafael>
5566 ____________________________________________________________________________
5567 [ 11860] By: jhi on 2001/09/04 12:46:30
5568 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
5569 From: Peter Prymmer <pvhp@best.com>
5570 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
5571 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
5573 ! README.vms configure.com
5574 ____________________________________________________________________________
5575 [ 11859] By: jhi on 2001/09/04 12:44:29
5576 Log: Subject: Re: A slightly better default seed?
5577 From: Michael G Schwern <schwern@pobox.com>
5578 Date: Mon, 3 Sep 2001 18:08:15 -0400
5579 Message-ID: <20010903180815.W9233@blackrider>
5582 ____________________________________________________________________________
5583 [ 11858] By: jhi on 2001/09/04 12:41:59
5584 Log: Add sharedsv.o to microperl object files.
5587 ____________________________________________________________________________
5588 [ 11857] By: jhi on 2001/09/04 12:27:51
5589 Log: AUTHORS updates and
5591 Subject: [PATCH] Just some preening :-)
5592 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5593 Date: Tue, 4 Sep 2001 14:16:59 +0100
5594 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
5596 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
5597 ____________________________________________________________________________
5598 [ 11856] By: jhi on 2001/09/04 12:09:43
5599 Log: Typo fix and slight rewording.
5602 ____________________________________________________________________________
5603 [ 11855] By: jhi on 2001/09/04 12:04:16
5604 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
5607 ____________________________________________________________________________
5608 [ 11854] By: jhi on 2001/09/03 20:12:21
5609 Log: The helper file changed name.
5612 ____________________________________________________________________________
5613 [ 11853] By: gbarr on 2001/09/03 20:00:00
5614 Log: Update to Scalar-List-Utils 1.03
5616 + ext/List/Util/t/shuffle.t
5617 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
5618 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
5619 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
5620 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
5621 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
5622 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
5623 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
5624 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
5625 ____________________________________________________________________________
5626 [ 11852] By: jhi on 2001/09/03 19:50:57
5627 Log: Make crypt() do something more sane for Unicode
5628 (take crypt() of the low eight bits of the characters,
5629 instead of taking crypt() of the UTF-8 of the scalar);
5630 add a test for crypt().
5633 ! MANIFEST pod/perlfunc.pod pp.c
5634 ____________________________________________________________________________
5635 [ 11851] By: jhi on 2001/09/03 19:19:35
5636 Log: Reorganize the srand entry.
5639 ____________________________________________________________________________
5640 [ 11850] By: jhi on 2001/09/03 18:54:51
5641 Log: Remove the tests that assume something about
5642 calling srand() without arguments multiple times.
5645 ____________________________________________________________________________
5646 [ 11849] By: jhi on 2001/09/03 18:15:16
5647 Log: Upgrade to Math::BigInt 1.42.
5649 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5650 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5651 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5652 ! lib/Math/BigInt/t/mbimbf.t
5653 ____________________________________________________________________________
5654 [ 11848] By: gsar on 2001/09/03 17:07:54
5655 Log: integrate change#11847 from maint-5.6
5657 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5660 ____________________________________________________________________________
5661 [ 11847] By: gsar on 2001/09/03 16:47:54
5662 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5663 Branch: maint-5.6/perl
5665 ____________________________________________________________________________
5666 [ 11846] By: jhi on 2001/09/03 15:12:58
5667 Log: As far as I can tell these functions have been Unicodified.
5670 ____________________________________________________________________________
5671 [ 11845] By: jhi on 2001/09/03 15:11:27
5672 Log: Update to Storable 1.0.13.
5674 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5675 ! ext/Storable/Storable.xs
5676 ____________________________________________________________________________
5677 [ 11844] By: jhi on 2001/09/03 12:42:06
5678 Log: Patch the Filter::Simple test to work with
5679 the core test suite (since the FilterTest.pm
5680 is in t/lib, not in lib).
5682 ! lib/Filter/Simple/t/filter.t
5683 ____________________________________________________________________________
5684 [ 11843] By: jhi on 2001/09/03 12:39:11
5685 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
5687 + t/lib/FilterTest.pm
5689 ____________________________________________________________________________
5690 [ 11842] By: jhi on 2001/09/03 12:17:30
5691 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
5692 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
5693 Text::Balanced 1.86.
5695 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
5696 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
5697 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
5698 + lib/Switch/t/nested.t lib/Switch/t/switch.t
5699 + lib/Text/Balanced/Changes lib/Text/Balanced/README
5700 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
5701 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
5702 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
5703 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
5704 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
5705 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
5706 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
5707 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
5708 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
5709 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
5710 ! MANIFEST lib/Attribute/Handlers.pm
5711 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5712 ! lib/Attribute/Handlers/demo/Demo.pm
5713 ! lib/Attribute/Handlers/demo/Descriptions.pm
5714 ! lib/Attribute/Handlers/demo/MyClass.pm
5715 ! lib/Attribute/Handlers/demo/demo.pl
5716 ! lib/Attribute/Handlers/demo/demo2.pl
5717 ! lib/Attribute/Handlers/demo/demo3.pl
5718 ! lib/Attribute/Handlers/demo/demo4.pl
5719 ! lib/Attribute/Handlers/demo/demo_call.pl
5720 ! lib/Attribute/Handlers/demo/demo_chain.pl
5721 ! lib/Attribute/Handlers/demo/demo_cycle.pl
5722 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
5723 ! lib/Attribute/Handlers/demo/demo_phases.pl
5724 ! lib/Attribute/Handlers/demo/demo_range.pl
5725 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
5726 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
5727 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
5728 ! lib/Text/Balanced.pm
5729 ____________________________________________________________________________
5730 [ 11841] By: sky on 2001/09/03 11:04:15
5731 Log: Forgot to add a file with Change #11840
5734 ____________________________________________________________________________
5735 [ 11840] By: sky on 2001/09/03 11:02:04
5736 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
5737 From: Michael G Schwern <schwern@pobox.com>
5738 Date: Mon, 3 Sep 2001 07:43:00 -0400
5739 Message-ID: <20010903074300.E9233@blackrider>
5741 ! MANIFEST pod/perlfunc.pod t/op/rand.t
5742 ____________________________________________________________________________
5743 [ 11839] By: sky on 2001/09/03 10:47:11
5744 Log: Document the changes with regards to running of END blocks.
5745 And DESTROY on global objects are called in perl_destruct()!
5747 ! pod/perl572delta.pod pod/perlembed.pod
5748 ____________________________________________________________________________
5749 [ 11838] By: sky on 2001/09/03 09:34:44
5750 Log: Subject: [PATCH t/op/time.t] Partial cleanup
5751 From: Michael G Schwern <schwern@pobox.com>
5752 Date: Mon, 3 Sep 2001 06:29:42 -0400
5753 Message-ID: <20010903062942.C9233@blackrider>
5756 ____________________________________________________________________________
5757 [ 11837] By: sky on 2001/09/03 09:30:02
5758 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
5759 From: Michael G Schwern <schwern@pobox.com>
5760 Date: Mon, 3 Sep 2001 06:24:13 -0400
5761 Message-ID: <20010903062413.B9233@blackrider>
5764 ____________________________________________________________________________
5765 [ 11836] By: sky on 2001/09/03 07:56:47
5766 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
5767 From: Michael G Schwern <schwern@pobox.com>
5768 Date: Sun, 2 Sep 2001 21:38:43 -0400
5769 Message-ID: <20010902213843.L2711@blackrider>
5771 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
5773 ____________________________________________________________________________
5774 [ 11835] By: nick on 2001/09/03 06:20:06
5775 Log: Integrate mainline
5777 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
5779 !> (integrate 187 files)
5780 ____________________________________________________________________________
5781 [ 11834] By: jhi on 2001/09/02 13:07:53
5782 Log: Update Changes.
5784 ! Changes patchlevel.h
5785 ____________________________________________________________________________
5786 [ 11833] By: jhi on 2001/09/02 12:59:05
5790 ____________________________________________________________________________
5791 [ 11832] By: jhi on 2001/09/02 12:41:12
5792 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
5794 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5795 ____________________________________________________________________________
5796 [ 11831] By: sky on 2001/09/02 12:10:42
5797 Log: Change #11828 wasn't complete, this updates to intest path
5800 ____________________________________________________________________________
5801 [ 11830] By: jhi on 2001/09/02 11:56:18
5805 ____________________________________________________________________________
5806 [ 11829] By: jhi on 2001/09/02 11:54:22
5807 Log: Update Changes.
5809 ! Changes patchlevel.h
5810 ____________________________________________________________________________
5811 [ 11828] By: sky on 2001/09/02 11:53:56
5812 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
5813 From: Michael G Schwern <schwern@pobox.com>
5814 Date: Sat, 1 Sep 2001 20:18:58 -0400
5815 Message-ID: <20010901201858.X606@blackrider>
5819 - t/op/misc.t t/run/segfault.t
5821 ____________________________________________________________________________
5822 [ 11827] By: jhi on 2001/09/02 11:46:47
5823 Log: Subject: [PATCH] lib/Time/Local.pm
5824 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5825 Date: Sun, 2 Sep 2001 06:50:01 -0500
5826 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
5829 ____________________________________________________________________________
5830 [ 11826] By: jhi on 2001/09/02 11:40:49
5831 Log: Tick off Unicode collation and the normalization from
5835 ____________________________________________________________________________
5836 [ 11825] By: jhi on 2001/09/02 11:16:24
5837 Log: Update to Unicode 3.1.1.
5839 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
5840 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
5841 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
5842 ! lib/unicore/PropList.txt lib/unicore/README.perl
5843 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
5844 ! lib/unicore/rename lib/unicore/version
5845 ____________________________________________________________________________
5846 [ 11824] By: jhi on 2001/09/02 10:32:30
5847 Log: Slight doc tweaks for the module.
5849 ! lib/Unicode/UCD.pm
5850 ____________________________________________________________________________
5851 [ 11823] By: jhi on 2001/09/02 10:02:20
5852 Log: Rename the variable: it *used* to be (wrongly) that the
5853 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
5854 but that is no more the case: PL_reg_match_utf8 is better.
5856 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
5857 ! regexec.c sv.c thrdvar.h
5858 ____________________________________________________________________________
5859 [ 11822] By: ams on 2001/09/02 02:54:50
5860 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
5861 From: Ilmari Karonen <iltzu@sci.fi>
5862 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
5863 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
5864 (op/sub_lval.t updated to take new error message into account.)
5866 ! op.c t/op/sub_lval.t
5867 ____________________________________________________________________________
5868 [ 11821] By: gsar on 2001/09/02 01:06:30
5869 Log: remove stray CRs in files; keep all files with UNIX line-ends
5870 (Porting/makerel adds CRs to the files that need it in the
5873 ! NetWare/t/NWScripts.pl README.dos
5874 ! ext/Encode/Encode/cns11643-1.enc
5875 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
5876 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5877 ____________________________________________________________________________
5878 [ 11820] By: gsar on 2001/09/02 00:56:44
5879 Log: some remnants of change#11803
5881 ! ext/ByteLoader/byterun.h perl.h
5882 ____________________________________________________________________________
5883 [ 11819] By: jhi on 2001/09/01 23:40:36
5884 Log: Update to Unicode::Collate 0.08.
5886 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5887 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5888 ____________________________________________________________________________
5889 [ 11818] By: jhi on 2001/09/01 23:02:09
5893 ____________________________________________________________________________
5894 [ 11817] By: pudge on 2001/09/01 22:36:29
5896 Branch: maint-5.6/macperl
5898 ____________________________________________________________________________
5899 [ 11816] By: pudge on 2001/09/01 22:15:09
5900 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
5901 warnings in Config.pm with -W; increase default and
5902 minimum RAM; bump version number.
5903 Branch: maint-5.6/macperl
5904 + macos/lib/Mac/LowMem.pm
5905 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
5906 ! macos/configpm macos/macperl/MacPerl.r
5907 ____________________________________________________________________________
5908 [ 11815] By: pudge on 2001/09/01 22:10:49
5909 Log: Make syntax check report in MPW style, fix tests
5910 to use Mac::err=unix to get normal-style error
5912 Branch: maint-5.6/macperl
5913 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
5914 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
5915 ____________________________________________________________________________
5916 [ 11814] By: pudge on 2001/09/01 22:09:08
5917 Log: Make MPW-style errors optional (but the default); add
5918 MacPerl::ErrorFormat() function and Mac::err pragma
5919 Branch: maint-5.6/macperl
5920 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
5921 + macos/ext/Mac/err/err.xs
5922 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
5923 ! macos/macish.c macos/macish.h macos/macperl.sym
5924 ____________________________________________________________________________
5925 [ 11813] By: pudge on 2001/09/01 22:01:40
5926 Log: More module and test ports from Thomas Wegner et al
5927 Branch: maint-5.6/macperl
5928 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5929 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
5930 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
5932 ____________________________________________________________________________
5933 [ 11812] By: sky on 2001/09/01 17:19:30
5934 Log: Subject: [PATCH t/op/concat.t] cleanup
5935 From: Michael G Schwern <schwern@pobox.com>
5936 Date: Sat, 1 Sep 2001 14:06:28 -0400
5937 Message-ID: <20010901140628.C606@blackrider>
5940 ____________________________________________________________________________
5941 [ 11811] By: sky on 2001/09/01 12:25:29
5942 Log: Change #11805 didn't update the MANIFEST
5945 ____________________________________________________________________________
5946 [ 11810] By: sky on 2001/09/01 11:52:44
5947 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
5948 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5949 Date: Sat, 1 Sep 2001 14:50:14 +0200
5950 Message-ID: <20010901145014.A691@rafael>
5953 ____________________________________________________________________________
5954 [ 11809] By: sky on 2001/09/01 11:49:22
5955 Log: Subject: PATCH: ExtUtils::MakeMaker
5956 From: Tony Bowden <tony@kasei.com>
5957 Date: Sat, 1 Sep 2001 10:33:53 +0100
5958 Message-ID: <20010901103353.A13863@soto.kasei.com>
5961 ! lib/ExtUtils/MakeMaker.pm
5962 ____________________________________________________________________________
5963 [ 11808] By: sky on 2001/09/01 11:39:13
5964 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
5965 From: mike808@users.sourceforge.net
5966 Date: Sat, 1 Sep 101 11:27:50 GMT
5967 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
5971 ____________________________________________________________________________
5972 [ 11807] By: ams on 2001/09/01 11:31:16
5973 Log: Subject: oct() and hex()
5974 From: Nicholas Clark <nick@ccl4.org>
5975 Date: Fri, 31 Aug 2001 23:14:13 +0100
5976 Message-Id: <20010831231413.J4950@plum.flirble.org>
5979 ____________________________________________________________________________
5980 [ 11806] By: pudge on 2001/09/01 00:04:52
5981 Log: Integrate change 11801 from maintperl
5982 Branch: maint-5.6/macperl
5984 ____________________________________________________________________________
5985 [ 11805] By: sky on 2001/08/31 21:35:10
5986 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
5987 From: Michael G Schwern <schwern@pobox.com>
5988 Date: Fri, 31 Aug 2001 15:36:28 -0400
5989 Message-ID: <20010831153628.B598@blackrider>
5990 Check for things which used to segfault
5993 ____________________________________________________________________________
5994 [ 11804] By: gsar on 2001/08/31 21:02:54
5995 Log: integrate change#11801 from maint-5.6
5997 remove age-old UNICOS "workaround" that introduces a static, and
5998 hence an egregious race condition for threaded builds (*sigh*
5999 beats me why this kludge wasn't guarded by a UNICOS-specific
6003 ____________________________________________________________________________
6004 [ 11803] By: gsar on 2001/08/31 20:58:38
6005 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
6009 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
6010 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
6011 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
6012 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
6013 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
6014 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
6015 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
6016 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6017 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6018 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
6019 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6020 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6021 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
6022 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
6023 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
6024 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
6025 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
6026 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
6027 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
6028 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
6029 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
6030 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
6031 ____________________________________________________________________________
6032 [ 11802] By: ams on 2001/08/31 18:11:32
6033 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
6034 From: "Philip Newton" <Philip.Newton@gmx.net>
6035 Date: Fri, 31 Aug 2001 21:12:56 +0200
6036 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
6039 ____________________________________________________________________________
6040 [ 11801] By: gsar on 2001/08/31 17:49:03
6041 Log: remove age-old UNICOS "workaround" that introduces a static, and
6042 hence an egregious race condition for threaded builds (*sigh*
6043 beats me why this kludge wasn't guarded by a UNICOS-specific
6045 Branch: maint-5.6/perl
6047 ____________________________________________________________________________
6048 [ 11800] By: sky on 2001/08/31 17:30:26
6049 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
6050 Might break on platforms where bool is larger than 8 bites ???
6053 ____________________________________________________________________________
6054 [ 11799] By: ams on 2001/08/31 12:15:44
6055 Log: Integrate 11778 into mainline.
6058 ____________________________________________________________________________
6059 [ 11798] By: sky on 2001/08/31 11:31:44
6060 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
6064 ____________________________________________________________________________
6065 [ 11797] By: sky on 2001/08/31 11:28:17
6066 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
6067 From: "John P. Linderman" <jpl@research.att.com>
6068 Date: Fri, 31 Aug 2001 08:20:35 -0400
6069 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
6070 Fixes test 14 which could fail randomly in rare cases.
6072 ! ext/Time/HiRes/HiRes.t regcomp.c
6073 ____________________________________________________________________________
6074 [ 11796] By: ams on 2001/08/31 01:13:07
6075 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
6076 From: Nicholas Clark <nick@ccl4.org>
6077 Date: Thu, 30 Aug 2001 23:21:50 +0100
6078 Message-Id: <20010830232150.D4950@plum.flirble.org>
6080 ! ext/Sys/Syslog/Makefile.PL
6081 ____________________________________________________________________________
6082 [ 11795] By: ams on 2001/08/30 23:53:23
6083 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
6085 From: Michael G Schwern <schwern@pobox.com>
6086 Date: Thu, 30 Aug 2001 17:02:08 -0400
6087 Message-Id: <20010830170208.M2318@blackrider>
6090 ____________________________________________________________________________
6091 [ 11794] By: ams on 2001/08/30 19:35:36
6092 Log: Subject: [PATCH] pp_modulo
6093 From: Nicholas Clark <nick@ccl4.org>
6094 Date: Thu, 30 Aug 2001 18:20:54 +0100
6095 Message-Id: <20010830182053.A4950@plum.flirble.org>
6097 ! pp.c t/op/64bitint.t
6098 ____________________________________________________________________________
6099 [ 11793] By: sky on 2001/08/30 13:02:48
6100 Log: 11792 wasn't complete
6102 ! makedef.pl regcomp.c
6103 ____________________________________________________________________________
6104 [ 11792] By: sky on 2001/08/30 12:21:11
6105 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
6108 ____________________________________________________________________________
6109 [ 11791] By: sky on 2001/08/30 10:08:02
6110 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
6113 ____________________________________________________________________________
6114 [ 11790] By: sky on 2001/08/30 08:22:31
6115 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
6116 on the pad. Fixes coredumps in cleanups introduced by
6120 ____________________________________________________________________________
6121 [ 11789] By: sky on 2001/08/29 19:01:47
6122 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
6123 This is a replacement implmentation that works on HPUX.
6124 This bug should probably be fixed in GCC.
6126 ! ext/Socket/Socket.xs
6127 ____________________________________________________________________________
6128 [ 11788] By: ams on 2001/08/29 17:35:33
6129 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
6130 From: Nicholas Clark <nick@ccl4.org>
6131 Date: Wed, 29 Aug 2001 18:21:56 +0100
6132 Message-Id: <20010829182156.O4950@plum.flirble.org>
6134 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
6135 ____________________________________________________________________________
6136 [ 11787] By: sky on 2001/08/29 10:42:54
6137 Log: Added test for pack_addr_in and unpack_addr_in
6140 ! ext/Socket/Socket.t
6141 ____________________________________________________________________________
6142 [ 11786] By: sky on 2001/08/29 10:28:14
6143 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
6144 Trying to catch errors on HP-UX
6146 ! ext/Socket/Socket.t
6147 ____________________________________________________________________________
6148 [ 11785] By: sky on 2001/08/29 09:07:03
6149 Log: make sure USE_THREADS is defined so external apps work
6152 ____________________________________________________________________________
6153 [ 11784] By: sky on 2001/08/29 08:06:12
6154 Log: Subject: Re: The hitlist of untested modules.
6155 From: Jonathan Stowe <gellyfish@gellyfish.com>
6156 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
6157 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
6158 Start of tests for Shell.pm (make Schwern poorer!)
6162 ____________________________________________________________________________
6163 [ 11783] By: sky on 2001/08/29 07:37:50
6164 Log: END{} can change the return value even if we die from BEGIN{}
6167 ____________________________________________________________________________
6168 [ 11782] By: ams on 2001/08/29 06:32:17
6169 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
6170 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6171 Date: Wed, 29 Aug 2001 09:18:17 +0200
6172 Message-Id: <20010829091817.A4453@rafael>
6175 ____________________________________________________________________________
6176 [ 11781] By: pudge on 2001/08/29 02:28:33
6177 Log: Delete xsubpp.patch, as full copy exists now
6178 Branch: maint-5.6/macperl
6179 - macos/xsubpp.patch
6180 ____________________________________________________________________________
6181 [ 11780] By: pudge on 2001/08/29 02:26:03
6182 Log: Add Changes file
6183 Branch: maint-5.6/macperl
6185 ____________________________________________________________________________
6186 [ 11779] By: pudge on 2001/08/29 02:23:11
6187 Log: Add Mac version of xsubpp as separate file
6188 Branch: maint-5.6/macperl
6191 ____________________________________________________________________________
6192 [ 11778] By: pudge on 2001/08/29 02:14:57
6193 Log: Fix open of /dev/null for Mac OS
6194 Branch: maint-5.6/macperl
6196 ____________________________________________________________________________
6197 [ 11777] By: pudge on 2001/08/29 02:12:52
6198 Log: Various patches: enable more tests; skip CVS in PerlInstall;
6199 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
6200 Branch: maint-5.6/macperl
6201 ! macos/MacPerlTests.cmd macos/PerlInstall
6202 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
6203 ____________________________________________________________________________
6204 [ 11776] By: pudge on 2001/08/29 02:11:42
6205 Log: Allow for platforms to override formatting of errors
6206 on output from Matthias Neeracher (Mac files)
6207 Branch: maint-5.6/macperl
6208 ! macos/macish.c macos/macish.h
6209 ____________________________________________________________________________
6210 [ 11775] By: pudge on 2001/08/29 01:59:32
6211 Log: Allow for platforms to override formatting of errors
6212 on output from Matthias Neeracher (core files)
6213 Branch: maint-5.6/macperl
6214 ! perl.h pp_ctl.c util.c
6215 ____________________________________________________________________________
6216 [ 11774] By: pudge on 2001/08/29 01:29:43
6217 Log: Add some param checking, from reports by Kevin Reid.
6218 Branch: maint-5.6/macperl
6219 ! macos/ext/Mac/Controls/Controls.pm
6220 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
6221 ____________________________________________________________________________
6222 [ 11773] By: ams on 2001/08/28 23:54:57
6223 Log: Subject: [PATCH] make coretest
6224 From: Paul Johnson <paul@pjcj.net>
6225 Date: Wed, 29 Aug 2001 00:11:38 +0200
6226 Message-Id: <20010829001138.B12169@pjcj.net>
6227 (Applied without the change to perlhack.pod. This should
6228 probably stay undocumented.)
6230 ! Makefile.SH t/TEST
6231 ____________________________________________________________________________
6232 [ 11772] By: sky on 2001/08/28 13:01:20
6233 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
6234 From: Michael G Schwern <schwern@pobox.com>
6235 Date: Tue, 28 Aug 2001 09:57:39 -0400
6236 Message-ID: <20010828095738.E17775@blackrider>
6238 ! pod/perlhack.pod t/op/pack.t
6239 ____________________________________________________________________________
6240 [ 11771] By: sky on 2001/08/28 11:20:13
6241 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
6242 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6243 Date: Tue, 28 Aug 2001 14:23:43 +0200
6244 Message-ID: <20010828142343.A19299@rafael>
6246 ! pod/perlvar.pod pp_ctl.c
6247 ____________________________________________________________________________
6248 [ 11770] By: ams on 2001/08/28 10:13:21
6249 Log: Subject: [PATCH] odd typo in op.h
6250 From: Nicholas Clark <nick@ccl4.org>
6251 Date: Tue, 28 Aug 2001 12:10:26 +0100
6252 Message-Id: <20010828121026.V4950@plum.flirble.org>
6255 ____________________________________________________________________________
6256 [ 11769] By: sky on 2001/08/28 08:09:16
6257 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
6258 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
6259 Date: Tue, 28 Aug 2001 02:22:20 +0300
6260 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
6263 ____________________________________________________________________________
6264 [ 11768] By: ams on 2001/08/28 00:47:35
6265 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
6266 From: Michael G Schwern <schwern@pobox.com>
6267 Date: Mon, 27 Aug 2001 21:24:44 -0400
6268 Message-Id: <20010827212444.F12582@blackrider>
6270 ! pod/perlhack.pod t/op/pack.t
6271 ____________________________________________________________________________
6272 [ 11767] By: ams on 2001/08/27 23:59:48
6273 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
6274 From: Michael G Schwern <schwern@pobox.com>
6275 Date: Mon, 27 Aug 2001 20:12:29 -0400
6276 Message-Id: <20010827201229.D12582@blackrider>
6278 ! pod/perlhack.pod t/op/pack.t
6279 ____________________________________________________________________________
6280 [ 11766] By: ams on 2001/08/27 23:39:40
6281 Log: Update Changes.
6284 ____________________________________________________________________________
6285 [ 11765] By: ams on 2001/08/27 22:53:10
6286 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
6287 From: Michael G Schwern <schwern@pobox.com>
6288 Date: Mon, 27 Aug 2001 19:47:30 -0400
6289 Message-Id: <20010827194730.C12582@blackrider>
6292 ____________________________________________________________________________
6293 [ 11764] By: ams on 2001/08/27 22:46:21
6294 Log: Subject: [PATCH] new tests for the coderef-in-@INC
6295 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6296 Date: Mon, 27 Aug 2001 22:36:27 +0200
6297 Message-Id: <20010827223627.C690@rafael>
6299 Subject: Re: [PATCH] new tests for the coderef-in-@INC
6300 From: Nicholas Clark <nick@ccl4.org>
6301 Date: Tue, 28 Aug 2001 00:02:46 +0100
6302 Message-Id: <20010828000245.R4950@plum.flirble.org>
6306 ____________________________________________________________________________
6307 [ 11763] By: ams on 2001/08/27 22:41:09
6308 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
6309 bleadperl on fire, Win95+4NT)
6310 From: Michael G Schwern <schwern@pobox.com>
6311 Date: Mon, 27 Aug 2001 16:54:42 -0400
6312 Message-Id: <20010827165442.F9436@blackrider>
6315 ____________________________________________________________________________
6316 [ 11762] By: sky on 2001/08/27 19:19:17
6317 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
6318 avaible at compile time. This broke the compilation of
6322 ____________________________________________________________________________
6323 [ 11761] By: sky on 2001/08/27 18:34:48
6324 Log: Removed tripple definitions of CUSTOM_OP functions.
6326 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
6327 ____________________________________________________________________________
6328 [ 11760] By: sky on 2001/08/27 18:21:27
6331 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
6333 ____________________________________________________________________________
6334 [ 11759] By: ams on 2001/08/27 16:31:53
6335 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
6336 From: "chromatic" <chromatic@rmci.net>
6337 Date: Mon, 27 Aug 2001 11:17:09 -0600
6338 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
6340 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
6341 ____________________________________________________________________________
6342 [ 11758] By: sky on 2001/08/27 15:16:42
6343 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
6344 Thanks to H. Merijn Brand for the patch.
6345 Some of the comments and or guards might be removable in perl.h now.
6347 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
6348 ! Porting/Glossary Porting/config_H README.threads config_h.SH
6349 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
6350 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
6351 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
6352 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
6353 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
6354 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
6355 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
6356 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
6357 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
6358 ! win32/config_H.vc win32/perllib.c win32/win32.h
6359 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
6360 ! wince/config.h wince/config_H.ce wince/win32.h
6361 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
6362 ____________________________________________________________________________
6363 [ 11757] By: sky on 2001/08/27 13:39:16
6364 Log: Subject: GNU ld parses arguments different
6365 From: H.Merijn Brand <h.m.brand@hccnet.nl>
6366 Date: Mon, 27 Aug 2001 16:25:51 +0200
6367 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
6370 ____________________________________________________________________________
6371 [ 11756] By: sky on 2001/08/27 13:18:45
6372 Log: Subject: Custom Ops
6373 From: Simon Cozens <simon@netthink.co.uk>
6374 Date: Sat, 25 Aug 2001 17:45:09 +0100
6375 Message-ID: <20010825174509.A5752@netthink.co.uk>
6376 I also added a fix to Opcode.pm to quite test cases.
6378 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
6379 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
6380 ____________________________________________________________________________
6381 [ 11755] By: sky on 2001/08/27 05:37:17
6382 Log: Plugs a memory leak on destruction of regular expressions
6383 introcued by #11274.
6384 PL_regex_padav now has an AV as it's first entry with a list
6385 of freed regex_padav slots that it will reuse on creating
6389 ____________________________________________________________________________
6390 [ 11754] By: ams on 2001/08/26 14:38:52
6391 Log: Subject: [PATCH] t/io/binmode.t
6392 From: Nicholas Clark <nick@ccl4.org>
6393 Date: Sun, 26 Aug 2001 12:03:05 +0100
6394 Message-Id: <20010826120305.C4950@plum.flirble.org>
6396 (Also a nitpick in #11752 to t/op/universal.t)
6398 ! t/io/binmode.t t/op/universal.t
6399 ____________________________________________________________________________
6400 [ 11753] By: ams on 2001/08/26 08:19:34
6401 Log: Subject: [PATCH] op/universal.t failing
6402 From: Nicholas Clark <nick@ccl4.org>
6403 Date: Sun, 26 Aug 2001 09:48:22 +0100
6404 Message-Id: <20010826094822.B4950@plum.flirble.org>
6407 ____________________________________________________________________________
6408 [ 11752] By: ams on 2001/08/25 22:46:13
6409 Log: Subject: Re: 'can' with undefined subs
6410 From: Tony Bowden <tony@kasei.com>
6411 Date: Sat, 25 Aug 2001 14:58:17 +0100
6412 Message-Id: <20010825145817.A11788@soto.kasei.com>
6413 (Applied with minor modifications.)
6416 ____________________________________________________________________________
6417 [ 11751] By: ams on 2001/08/25 18:28:43
6418 Log: Subject: Re: 'can' with undefined subs
6419 From: Tony Bowden <tony@kasei.com>
6420 Date: Sat, 25 Aug 2001 15:13:14 +0100
6421 Message-Id: <20010825151314.B11788@soto.kasei.com>
6424 ____________________________________________________________________________
6425 [ 11750] By: nick on 2001/08/25 15:24:15
6426 Log: Integrate mainline
6429 !> (integrate 26 files)
6430 ____________________________________________________________________________
6431 [ 11749] By: nick on 2001/08/25 14:55:41
6432 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
6433 From: John Peacock <jpeacock@rowman.com>
6434 Date: Wed, 22 Aug 2001 12:05:28 -0400
6435 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
6438 ____________________________________________________________________________
6439 [ 11748] By: nick on 2001/08/25 14:53:04
6440 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
6441 From: Michael G Schwern <schwern@pobox.com>
6442 Date: Wed, 22 Aug 2001 19:22:45 -0400
6443 Message-Id: <20010822192245.U619@blackrider>
6446 ____________________________________________________________________________
6447 [ 11747] By: nick on 2001/08/25 14:52:33
6448 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
6449 From: Nicholas Clark <nick@ccl4.org>
6450 Date: Wed, 22 Aug 2001 23:29:06 +0100
6451 Message-Id: <20010822232906.Z82818@plum.flirble.org>
6454 ! perlio.c pod/perlfunc.pod
6455 ____________________________________________________________________________
6456 [ 11744] By: nick on 2001/08/25 14:37:33
6457 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
6458 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6459 Date: Fri, 24 Aug 2001 22:10:42 +0200
6460 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
6462 ! x2p/a2py.c x2p/walk.c
6463 ____________________________________________________________________________
6464 [ 11743] By: nick on 2001/08/25 14:32:47
6465 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
6466 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6467 Date: Fri, 24 Aug 2001 23:34:13 +0200
6468 Message-Id: <20010824233413.A1285@rafael>
6470 ! pod/perlfunc.pod pod/perlvar.pod
6471 ____________________________________________________________________________
6472 [ 11742] By: ams on 2001/08/25 13:16:02
6473 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
6474 From: Nicholas Clark <nick@ccl4.org>
6475 Date: Sat, 25 Aug 2001 14:50:07 +0100
6476 Message-Id: <20010825145007.L41464@plum.flirble.org>
6479 ____________________________________________________________________________
6480 [ 11741] By: nick on 2001/08/24 07:08:45
6481 Log: When applying patch via Porting/apply fails, do p4 refresh
6482 to get old files back.
6485 ____________________________________________________________________________
6486 [ 11740] By: ams on 2001/08/24 04:47:24
6487 Log: #11739 was incomplete.
6490 ____________________________________________________________________________
6491 [ 11739] By: ams on 2001/08/24 04:09:40
6492 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
6493 From: "Philip Newton" <Philip.Newton@gmx.net>
6494 Date: Fri, 24 Aug 2001 07:08:34 +0200
6497 ____________________________________________________________________________
6498 [ 11738] By: ams on 2001/08/24 02:19:42
6499 Log: Fixed Doug Wilson's email address.
6502 ____________________________________________________________________________
6503 [ 11737] By: ams on 2001/08/24 00:10:13
6504 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
6505 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6506 Date: Thu, 23 Aug 2001 22:22:58 +0200
6507 Message-Id: <20010823222258.A901@rafael>
6510 ____________________________________________________________________________
6511 [ 11736] By: ams on 2001/08/24 00:05:02
6512 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
6513 From: "Craig A. Berry" <craigberry@mac.com>
6514 Date: Thu, 23 Aug 2001 19:07:45 -0500
6515 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
6518 ____________________________________________________________________________
6519 [ 11735] By: sky on 2001/08/23 13:42:07
6520 Log: Backed out 11732, it breaks lib/strict.t
6523 ____________________________________________________________________________
6524 [ 11734] By: sky on 2001/08/23 11:45:59
6525 Log: Removed toy from 17133 after Matt Sargeants request.
6528 ____________________________________________________________________________
6529 [ 11733] By: sky on 2001/08/23 11:36:29
6530 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
6531 From: Robin Houston <robin@kitsite.com>
6532 Date: Wed, 22 Aug 2001 23:06:16 +0100
6533 Message-ID: <20010822230616.A254@robin.kitsite.com>
6536 ____________________________________________________________________________
6537 [ 11732] By: sky on 2001/08/23 10:36:02
6538 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
6539 From: Simon Cozens <simon@netthink.co.uk>
6540 Date: Thu, 23 Aug 2001 12:06:36 +0100
6541 Message-ID: <20010823120636.A9961@netthink.co.uk>
6544 ____________________________________________________________________________
6545 [ 11731] By: gsar on 2001/08/23 03:58:58
6546 Log: fix broken windows build
6549 ____________________________________________________________________________
6550 [ 11730] By: ams on 2001/08/22 21:35:30
6551 Log: Subject: [PATCH] io/tell.t doesn't chdir t
6552 From: Nicholas Clark <nick@ccl4.org>
6553 Date: Wed, 22 Aug 2001 23:25:58 +0100
6554 Message-Id: <20010822232557.Y82818@plum.flirble.org>
6557 ____________________________________________________________________________
6558 [ 11729] By: ams on 2001/08/22 20:32:21
6559 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6561 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6562 Date: Wed, 22 Aug 2001 17:09:04 -0400
6563 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6564 (Oops, forgot File::Spec::Unix in the previous patch.)
6566 ! lib/File/Spec/Unix.pm
6567 ____________________________________________________________________________
6568 [ 11728] By: ams on 2001/08/22 20:25:41
6569 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6571 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6572 Date: Wed, 22 Aug 2001 17:09:04 -0400
6573 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6576 ____________________________________________________________________________
6577 [ 11727] By: ams on 2001/08/22 19:43:30
6578 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
6579 From: John Peacock <jpeacock@rowman.com>
6580 Date: Wed, 22 Aug 2001 12:35:52 -0400
6581 Message-Id: <3B83DF68.5D89DC81@rowman.com>
6582 (Adds proper tests for $], notwithstanding Subject. +nitpick)
6585 ____________________________________________________________________________
6586 [ 11726] By: ams on 2001/08/22 19:36:39
6587 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
6588 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
6589 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
6590 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
6592 ! lib/diagnostics.pm lib/diagnostics.t
6593 ____________________________________________________________________________
6594 [ 11725] By: ams on 2001/08/22 19:25:01
6595 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
6596 From: Nicholas Clark <nick@ccl4.org>
6597 Date: Wed, 22 Aug 2001 20:59:05 +0100
6598 Message-Id: <20010822205905.U82818@plum.flirble.org>
6600 ! pp.c t/op/64bitint.t t/op/arith.t
6601 ____________________________________________________________________________
6602 [ 11724] By: ams on 2001/08/22 10:02:33
6603 Log: Subject: Configure blooper
6604 From: H.Merijn Brand <h.m.brand@hccnet.nl>
6605 Date: Wed, 22 Aug 2001 12:38:35 +0200
6606 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
6609 ____________________________________________________________________________
6610 [ 11723] By: ams on 2001/08/21 16:17:53
6611 Log: Subject: [PATCH] installperl -help
6612 From: Nicholas Clark <nick@ccl4.org>
6613 Date: Tue, 21 Aug 2001 17:34:23 +0100
6614 Message-Id: <20010821173423.F82818@plum.flirble.org>
6617 ____________________________________________________________________________
6618 [ 11722] By: ams on 2001/08/20 07:46:31
6619 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
6620 From: Ilmari Karonen <iltzu@sci.fi>
6621 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
6622 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
6625 ____________________________________________________________________________
6626 [ 11721] By: nick on 2001/08/20 06:24:31
6627 Log: Integrate mainline
6629 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
6630 +> lib/Lingua/KO/Hangul/Util/Changes
6631 +> lib/Lingua/KO/Hangul/Util/README
6632 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
6633 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6634 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6635 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
6636 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
6637 +> lib/Unicode/Normalize/t/test.t
6638 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
6639 !> (integrate 55 files)
6640 ____________________________________________________________________________
6641 [ 11720] By: pudge on 2001/08/19 19:00:16
6642 Log: Integrate Change #11599 from maint-5.6/perl
6643 Branch: maint-5.6/macperl
6645 ____________________________________________________________________________
6646 [ 11719] By: ams on 2001/08/18 21:21:42
6647 Log: Add Porting/apply to MANIFEST.
6650 ____________________________________________________________________________
6651 [ 11718] By: sky on 2001/08/18 14:38:01
6652 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
6653 Better solution would be to make 5005threaded perl use
6654 the same system as ithreads do
6657 ____________________________________________________________________________
6658 [ 11717] By: jhi on 2001/08/18 14:24:42
6659 Log: New try for ID 20010407.006: detach the semantics
6660 "was the last match target UTF8" into its own variable.
6662 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
6663 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
6664 ____________________________________________________________________________
6665 [ 11716] By: jhi on 2001/08/18 12:11:14
6666 Log: UTF8 flag should be meaningful only when POK.
6669 ____________________________________________________________________________
6670 [ 11715] By: sky on 2001/08/18 11:45:16
6671 Log: USE_THREADS and USE_ITHREADS are never true at the same time
6674 ____________________________________________________________________________
6675 [ 11714] By: jhi on 2001/08/18 06:03:24
6676 Log: Retract #11712 for now. The real fix would probably
6677 be something like making PL_reg_sv a copy (PV + UTF8)
6678 of the matched/substituted string (note: not just a SvPOK
6679 string, for example the stringified form of a ROK would
6680 be applicable) Beware of leaks.
6682 ! pp_hot.c t/op/pat.t
6683 ____________________________________________________________________________
6684 [ 11713] By: jhi on 2001/08/18 03:22:42
6685 Log: UTF8 wasn't printing for PVMGs.
6688 ____________________________________________________________________________
6689 [ 11712] By: jhi on 2001/08/18 03:22:24
6690 Log: (Retracted by #11714)
6692 Okay analysis, debatable fix. (The fix will inc
6693 the refcount of all temporary match objects,
6694 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
6695 which will then cause griping at untie() time
6696 ("inner references remain").
6698 Fix for ID 20010407.006: PL_reg_sv got wiped out
6699 by freetemps if the match target was a temporary
6700 (like function_call() =~ /.../), which in turn meant
6701 that the $1 et al stopped working if they had UTF-8
6702 in them. Therefore bump up the refcount of PL_reg_sv.
6704 ! pp_hot.c t/op/pat.t
6705 ____________________________________________________________________________
6706 [ 11711] By: ams on 2001/08/17 20:32:08
6707 Log: Subject: [PATCH] doesn't compile, was perl@11710
6708 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6709 Date: Fri, 17 Aug 2001 23:21:10 +0200
6710 Message-Id: <20010817232110.C7041@rafael>
6713 ____________________________________________________________________________
6714 [ 11710] By: jhi on 2001/08/17 14:26:57
6715 Log: Update Changes.
6717 ! Changes patchlevel.h
6718 ____________________________________________________________________________
6719 [ 11709] By: jhi on 2001/08/17 13:47:53
6720 Log: Upgrade to libnet 1.0704.
6722 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
6723 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
6724 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
6725 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
6726 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
6727 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
6728 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
6729 ____________________________________________________________________________
6730 [ 11708] By: sky on 2001/08/17 13:34:04
6731 Log: Let perl_clone copy PL_exit_flags
6734 ____________________________________________________________________________
6735 [ 11707] By: sky on 2001/08/17 12:28:41
6736 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
6738 ! sharedsv.c sharedsv.h
6739 ____________________________________________________________________________
6740 [ 11706] By: jhi on 2001/08/17 11:59:28
6741 Log: The metaconfig unit change for #11705.
6742 Branch: metaconfig/U/perl
6744 ____________________________________________________________________________
6745 [ 11705] By: jhi on 2001/08/17 11:58:48
6746 Log: Allow the threads extension to be found if present.
6749 ____________________________________________________________________________
6750 [ 11704] By: nick on 2001/08/17 11:47:54
6751 Log: Mail -> change script (pre-alpha)
6754 ____________________________________________________________________________
6755 [ 11703] By: sky on 2001/08/17 07:11:24
6756 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
6757 Thanks to Tom Hospel for pointing out my error.
6760 ____________________________________________________________________________
6761 [ 11702] By: sky on 2001/08/17 04:18:11
6762 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.
6764 ! embed.pl miniperlmain.c perl.c perl.h proto.h
6765 ____________________________________________________________________________
6766 [ 11701] By: jhi on 2001/08/17 03:22:38
6767 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
6768 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
6770 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
6771 + lib/Lingua/KO/Hangul/Util/README
6772 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
6773 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6774 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6775 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
6776 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
6777 + lib/Unicode/Normalize/t/test.t
6779 ____________________________________________________________________________
6780 [ 11700] By: jhi on 2001/08/17 02:58:59
6781 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
6782 Date: Thu, 16 Aug 2001 22:46:15 -0500
6783 From: "Craig A. Berry" <craigberry@mac.com>
6784 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
6786 ! configure.com numeric.c
6787 ____________________________________________________________________________
6788 [ 11699] By: jhi on 2001/08/17 02:33:00
6789 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
6790 of the usual suspects (like getpwent) but not for others
6791 (like localtime and rand). The _r versions are available
6792 for all of them, so let's use them.
6795 ____________________________________________________________________________
6796 [ 11698] By: jhi on 2001/08/17 01:53:02
6797 Log: (Accidental apply; thankfully empty.)
6800 ____________________________________________________________________________
6801 [ 11697] By: jhi on 2001/08/17 01:50:55
6802 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
6803 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6804 Date: Thu, 16 Aug 2001 16:27:49 +0100
6805 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
6807 ! regexec.c t/op/re_tests
6808 ____________________________________________________________________________
6809 [ 11696] By: jhi on 2001/08/17 01:50:01
6810 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
6811 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6812 Date: Thu, 16 Aug 2001 18:50:01 +0100
6813 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
6815 ! pp_hot.c t/op/pat.t
6816 ____________________________________________________________________________
6817 [ 11695] By: jhi on 2001/08/17 01:49:12
6818 Log: Subject: [PATCH] *time_r again
6819 From: "Arthur Bergman" <arthur@contiller.se>
6820 Date: Thu, 16 Aug 2001 16:01:54 +0200
6821 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
6824 ____________________________________________________________________________
6825 [ 11694] By: jhi on 2001/08/17 01:47:53
6826 Log: system() and backtick error handling cleanup from Craig A. Berry.
6829 ____________________________________________________________________________
6830 [ 11693] By: gsar on 2001/08/17 01:07:21
6831 Log: change#10334 leaks memory, copies string when it doesn't
6835 ____________________________________________________________________________
6836 [ 11692] By: jhi on 2001/08/16 12:22:29
6837 Log: One more twist to the sprintf + utf8 testing.
6840 ____________________________________________________________________________
6841 [ 11691] By: jhi on 2001/08/16 11:46:02
6842 Log: Fix for 20010407.008 sprintf removes utf8-ness.
6845 ____________________________________________________________________________
6846 [ 11690] By: jhi on 2001/08/16 11:31:00
6847 Log: Subject: [PATCH] *time_r fixes
6848 From: "Arthur Bergman" <arthur@contiller.se>
6849 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
6850 Date: Thu, 16 Aug 2001 14:22:27 +0200
6853 ____________________________________________________________________________
6854 [ 11689] By: jhi on 2001/08/16 11:29:30
6855 Log: Upgrade to CGI.pm 2.77.
6857 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
6858 ! lib/CGI/t/function.t
6859 ____________________________________________________________________________
6860 [ 11688] By: jhi on 2001/08/16 01:07:21
6861 Log: Document the bytes-to-Unicode upgrading.
6863 ! pod/perlunicode.pod
6864 ____________________________________________________________________________
6865 [ 11687] By: jhi on 2001/08/16 00:29:29
6866 Log: Add a test for Unicode sprintf.
6869 ____________________________________________________________________________
6870 [ 11686] By: jhi on 2001/08/16 00:20:40
6871 Log: Add Unicode tests for index/rindex.
6874 ____________________________________________________________________________
6875 [ 11685] By: jhi on 2001/08/15 22:51:53
6876 Log: Document a bit the art of minimizing the installation,
6877 based on the p5p discussion.
6880 ____________________________________________________________________________
6881 [ 11684] By: nick on 2001/08/15 15:03:31
6882 Log: Integrate mainline
6884 +> sharedsv.c sharedsv.h
6885 !> (integrate 53 files)
6886 ____________________________________________________________________________
6887 [ 11683] By: jhi on 2001/08/15 13:49:07
6888 Log: Update Changes.
6890 ! Changes patchlevel.h
6891 ____________________________________________________________________________
6892 [ 11682] By: jhi on 2001/08/15 13:26:00
6893 Log: The #11673 necessitated a test tweak.
6896 ____________________________________________________________________________
6897 [ 11681] By: jhi on 2001/08/15 13:12:50
6898 Log: Also UNICOS is in the general case unable to silently
6899 handle fp overflows.
6902 ____________________________________________________________________________
6903 [ 11680] By: jhi on 2001/08/15 13:05:15
6904 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
6905 NV_EPSILON #defined.
6908 ____________________________________________________________________________
6909 [ 11679] By: jhi on 2001/08/15 12:48:32
6910 Log: Re-establish the fp overflow detection for VAX VMS; there
6911 is no easy way to have the IEEE fp silent overflow semantics.
6912 (in Alpha VMS we still will use IEEE fp by default-- but it
6913 is still possible to configure Perl to use G_FLOAT)
6916 ____________________________________________________________________________
6917 [ 11678] By: jhi on 2001/08/15 12:27:41
6918 Log: Subject: [PATCH] pp_lock
6919 From: "Arthur Bergman" <arthur@contiller.se>
6920 Date: Wed, 15 Aug 2001 11:52:16 +0200
6921 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
6924 ____________________________________________________________________________
6925 [ 11677] By: jhi on 2001/08/15 12:26:44
6926 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
6927 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6928 Date: Wed, 15 Aug 2001 11:32:11 +0100
6929 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
6931 ! regcomp.c t/op/re_tests
6932 ____________________________________________________________________________
6933 [ 11676] By: jhi on 2001/08/15 12:25:29
6934 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
6935 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6936 Date: Wed, 15 Aug 2001 10:33:49 +0100
6937 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
6939 ! regexec.c t/op/re_tests
6940 ____________________________________________________________________________
6941 [ 11675] By: jhi on 2001/08/15 03:28:20
6942 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
6943 From: Barrie Slaymaker <barries@slaysys.com>
6944 Date: Tue, 14 Aug 2001 14:32:25 -0400
6945 Message-ID: <20010814143225.A19822@jester.slaysys.com>
6947 ! lib/File/Spec.t lib/File/Spec/Unix.pm
6948 ____________________________________________________________________________
6949 [ 11674] By: jhi on 2001/08/15 03:25:32
6950 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
6951 From: Peter Prymmer <pvhp@forte.com>
6952 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
6953 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
6955 ! README.vms configure.com
6956 ____________________________________________________________________________
6957 [ 11673] By: jhi on 2001/08/15 03:16:14
6958 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
6959 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6960 Date: Tue, 14 Aug 2001 21:23:27 +0200
6961 Message-ID: <20010814212327.A1919@rafael>
6964 ____________________________________________________________________________
6965 [ 11672] By: jhi on 2001/08/15 03:15:25
6966 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
6967 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6968 Date: Tue, 14 Aug 2001 22:30:11 +0200
6969 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
6971 Combination of nmake, quoting, and Perl expanded $( in here-doc.
6973 ! ext/SDBM_File/Makefile.PL
6974 ____________________________________________________________________________
6975 [ 11671] By: jhi on 2001/08/14 13:44:40
6979 ____________________________________________________________________________
6980 [ 11670] By: jhi on 2001/08/14 13:10:36
6981 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
6982 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6983 Date: Mon, 13 Aug 2001 23:15:01 +0200
6984 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
6987 ____________________________________________________________________________
6988 [ 11669] By: jhi on 2001/08/14 13:07:09
6989 Log: Subject: [PATCH] [b-]showlex.t
6990 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6991 Date: Sun, 12 Aug 2001 22:24:51 +0200
6992 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
6994 The 4nt command shell will expand the % in command line
6995 no matter what quoting is attempted, changed the % to @.
6998 ____________________________________________________________________________
6999 [ 11668] By: jhi on 2001/08/14 13:01:02
7000 Log: Subject: [PATCH] magic.t
7001 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7002 Date: Sun, 12 Aug 2001 20:49:27 +0200
7003 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
7006 ____________________________________________________________________________
7007 [ 11667] By: jhi on 2001/08/14 12:35:17
7008 Log: Add sharedsv* to the DOSish platforms; plus add
7009 some WinCE files to the list of DOSish files.
7011 ! NetWare/Makefile Porting/makerel win32/Makefile
7012 ! win32/makefile.mk wince/Makefile.ce
7013 ____________________________________________________________________________
7014 [ 11666] By: jhi on 2001/08/14 12:29:57
7015 Log: More DOSish files.
7018 ____________________________________________________________________________
7019 [ 11665] By: jhi on 2001/08/14 12:27:58
7020 Log: Strip CRs from the WinCE files. Now we need to
7021 figure out in which CRs are really needed: probably
7022 Makefile.ce and the README files, at least, probably
7023 also the registry.bat.
7025 ! wince/Makefile.ce wince/README.compile wince/README.perlce
7026 ! wince/config.h wince/include/cectype.h wince/include/errno.h
7027 ! wince/include/sys/stat.h wince/include/sys/types.h
7028 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
7029 ! wince/perldll.def wince/registry.bat wince/wince.h
7030 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
7031 ____________________________________________________________________________
7032 [ 11664] By: jhi on 2001/08/14 12:05:09
7033 Log: Add some files to DOSish and writables.
7036 ____________________________________________________________________________
7037 [ 11663] By: jhi on 2001/08/14 03:08:07
7038 Log: Compile failure message tidying.
7041 ____________________________________________________________________________
7042 [ 11662] By: jhi on 2001/08/14 01:41:22
7043 Log: The new sharedsv* should be exported only if usethreads.
7046 ____________________________________________________________________________
7047 [ 11661] By: jhi on 2001/08/14 00:25:30
7048 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
7049 From: Peter Prymmer <pvhp@forte.com>
7050 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
7051 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
7054 ____________________________________________________________________________
7055 [ 11660] By: jhi on 2001/08/13 12:54:54
7056 Log: Update Changes.
7058 ! Changes patchlevel.h
7059 ____________________________________________________________________________
7060 [ 11659] By: jhi on 2001/08/13 12:45:21
7061 Log: Subject: [PATHC] sharedsv.[c|h]
7062 From: "Artur Bergman" <artur@contiller.se>
7063 Date: Mon, 13 Aug 2001 14:38:41 +0200
7064 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
7066 Subject: [PATCH] embed.pl
7067 From: Arthur Bergman <arthur@contiller.se>
7068 Date: Mon, 13 Aug 2001 14:38:14 +0200
7069 Message-ID: <B79D96D6.3088%arthur@contiller.se>
7071 Subject: [PATCH] sharedsv cleanups
7072 From: "Arthur Bergman" <arthur@contiller.se>
7073 Date: Mon, 13 Aug 2001 15:14:25 +0200
7074 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
7076 Plus few tweaks: _init needs to be Adp, the prototypes
7077 should not be revealed unless using ithreads, #endif FOO
7078 must be #endif /* FOO */, adding (parentheses) around
7079 do { } while doesn't work too well.
7081 + sharedsv.c sharedsv.h
7082 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
7083 ! perl.h perlapi.c pod/perlapi.pod proto.h
7084 ____________________________________________________________________________
7085 [ 11658] By: jhi on 2001/08/13 12:00:08
7086 Log: Subject: Re: END {} blocks run in perl_run
7087 From: Arthur Bergman <arthur@contiller.se>
7088 Date: Mon, 13 Aug 2001 11:11:30 +0200
7089 Message-ID: <B79D6661.3068%arthur@contiller.se>
7092 ____________________________________________________________________________
7093 [ 11657] By: nick on 2001/08/13 09:03:02
7094 Log: Integrate mainline
7096 +> (branch 326 files)
7097 - (delete 330 files)
7098 !> (integrate 85 files)
7099 ____________________________________________________________________________
7100 [ 11656] By: jhi on 2001/08/12 23:24:18
7101 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
7102 and the Perl will be built to do that by default (adding that
7103 will break scripts having non-UTF-8 binary data, such as Latin-1.)
7105 ! op.c toke.c utf8.h
7106 ____________________________________________________________________________
7107 [ 11655] By: jhi on 2001/08/12 23:05:14
7108 Log: Unnecessary downgrades.
7111 ____________________________________________________________________________
7112 [ 11654] By: jhi on 2001/08/12 22:56:47
7113 Log: Failure not true anymore (probably caused by my broken setup).
7116 ____________________________________________________________________________
7117 [ 11653] By: jhi on 2001/08/12 22:46:12
7118 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
7121 ! op.h pp_ctl.c regcomp.c
7122 ____________________________________________________________________________
7123 [ 11652] By: jhi on 2001/08/12 22:30:04
7124 Log: There is no IN_UTF8.
7127 ____________________________________________________________________________
7128 [ 11651] By: jhi on 2001/08/12 21:08:06
7129 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
7131 ! op.c op.h pp_ctl.c regcomp.c
7132 ____________________________________________________________________________
7133 [ 11650] By: jhi on 2001/08/12 20:17:32
7134 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
7138 ____________________________________________________________________________
7139 [ 11649] By: jhi on 2001/08/12 18:45:52
7140 Log: Todo updates and fixes.
7143 ____________________________________________________________________________
7144 [ 11648] By: jhi on 2001/08/12 18:43:50
7145 Log: Mark tests (and one module) having explicit Latin-1
7146 (and one file having explicit UTF-8) with an explicit
7147 'no utf8' (and one explicit 'use utf8').
7149 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
7151 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
7152 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
7153 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
7154 ____________________________________________________________________________
7155 [ 11647] By: jhi on 2001/08/12 17:10:22
7156 Log: Subject: SV: END {} blocks run in perl_run
7157 From: "Arthur Bergman" <arthur@contiller.se>
7158 Date: Sun, 12 Aug 2001 00:34:28 +0200
7159 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
7161 ! miniperlmain.c perl.c
7162 ____________________________________________________________________________
7163 [ 11646] By: jhi on 2001/08/12 16:59:00
7164 Log: Typos in #11645.
7167 ____________________________________________________________________________
7168 [ 11645] By: jhi on 2001/08/12 16:55:31
7169 Log: On ithreads default to use_reentrant except on naturally
7170 threadsafe platforms.
7173 ____________________________________________________________________________
7174 [ 11644] By: jhi on 2001/08/12 15:45:43
7175 Log: (Hopefully) a fix for 20010723.004: make install needs
7176 write permission in build directory. The problem was
7177 probably caused by overeager sprinkling of the lib/re.pm
7178 dependencies (which was done to guarantee lib/re.pm being
7179 uptodate for parallel makes: now solved by funneling that
7180 through an explicit recursive make in the preplibrary target).
7183 ____________________________________________________________________________
7184 [ 11643] By: jhi on 2001/08/12 14:16:44
7185 Log: Dispell the "use utf8" superstition.
7187 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
7188 ! pod/perlunicode.pod
7189 ____________________________________________________________________________
7190 [ 11642] By: jhi on 2001/08/12 13:56:42
7191 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
7192 From: "Abigail" <abigail@foad.org>
7193 Date: Sat, 11 Aug 2001 23:49:49 +0200
7194 Message-ID: <20010811214950.23255.qmail@foad.org>
7197 ____________________________________________________________________________
7198 [ 11641] By: jhi on 2001/08/12 13:56:18
7199 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
7200 From: Abhijit Menon-Sen <ams@wiw.org>
7201 Date: Sat, 11 Aug 2001 06:18:19 +0530
7202 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
7205 ____________________________________________________________________________
7206 [ 11640] By: jhi on 2001/08/12 13:45:58
7207 Log: Test for change #11639.
7210 ____________________________________________________________________________
7211 [ 11639] By: jhi on 2001/08/12 13:42:03
7212 Log: Subject: Re: Can't localize *FH, then tie it
7213 From: Abhijit Menon-Sen <ams@wiw.org>
7214 Date: Sun, 12 Aug 2001 16:08:06 +0530
7215 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
7218 ____________________________________________________________________________
7219 [ 11638] By: jhi on 2001/08/12 03:30:07
7220 Log: Drop all the unnecessary "use utf8" clauses and some of
7221 the unnecessary "use bytes" ones.
7223 TODO: scour the documentation for unnecessary "use utf8"
7224 and prominently display it in perldelta when the time comes.
7225 ("use utf8" should be necessary ONLY if one wants the script
7226 to be in UTF-8.) Also should be checked in some non-ASCII
7227 non-Latin-1 platform, like EBCDIC.
7229 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
7230 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
7231 ____________________________________________________________________________
7232 [ 11637] By: jhi on 2001/08/11 17:55:36
7233 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
7234 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
7235 in Unicode handling.
7238 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
7239 ____________________________________________________________________________
7240 [ 11636] By: jhi on 2001/08/11 17:14:06
7241 Log: Thinko: we want the flags for native cc, not gcc.
7244 ____________________________________________________________________________
7245 [ 11635] By: jhi on 2001/08/11 15:14:48
7246 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
7247 From: Robin Houston <robin@kitsite.com>
7248 Date: Fri, 10 Aug 2001 14:42:02 +0100
7249 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
7252 ____________________________________________________________________________
7253 [ 11634] By: jhi on 2001/08/11 14:59:22
7254 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
7255 From: Abhijit Menon-Sen <ams@wiw.org>
7256 Date: Sat, 11 Aug 2001 16:31:04 +0530
7257 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
7260 ____________________________________________________________________________
7261 [ 11633] By: jhi on 2001/08/11 14:58:07
7262 Log: Get rid of indread, from Abhijit Menon-Sen.
7265 ____________________________________________________________________________
7266 [ 11632] By: jhi on 2001/08/10 23:39:04
7269 ! win32/Makefile win32/makefile.mk
7270 ____________________________________________________________________________
7271 [ 11631] By: jhi on 2001/08/10 23:37:43
7272 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
7274 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
7275 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
7276 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
7277 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
7278 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
7279 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
7280 ! win32/Makefile win32/makefile.mk
7281 ____________________________________________________________________________
7282 [ 11630] By: jhi on 2001/08/10 13:53:15
7283 Log: Avoid #elif (less portable than #else #if).
7286 ____________________________________________________________________________
7287 [ 11629] By: jhi on 2001/08/10 13:49:53
7288 Log: Subject: patch for perlvar.pod
7289 From: mah@everybody.org (Mark A. Hershberger)
7290 Date: 08 Aug 2001 17:03:16 -0500
7291 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
7294 ____________________________________________________________________________
7295 [ 11628] By: jhi on 2001/08/10 13:45:48
7296 Log: cpp commands must start (the # must be) at the column #0.
7299 ____________________________________________________________________________
7300 [ 11627] By: jhi on 2001/08/10 13:41:07
7301 Log: If using gcc -B/foo/bar makedepend would give
7302 unnecessary warnings about unused -B/foo/bar.
7305 ____________________________________________________________________________
7306 [ 11626] By: jhi on 2001/08/09 14:56:29
7307 Log: Update Changes.
7309 ! Changes patchlevel.h
7310 ____________________________________________________________________________
7311 [ 11625] By: jhi on 2001/08/09 14:54:05
7315 ____________________________________________________________________________
7316 [ 11624] By: jhi on 2001/08/09 14:52:52
7320 ____________________________________________________________________________
7321 [ 11623] By: jhi on 2001/08/09 14:49:00
7322 Log: Rename lib/unicode files to lib/unicore to avoid
7323 conflicts between core lib/unicode and Unicode::
7324 files in case-ignoring filesystems.
7327 - (delete 324 files)
7328 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
7329 ____________________________________________________________________________
7330 [ 11622] By: jhi on 2001/08/09 13:33:47
7331 Log: Upgrade to Math::BigInt 1.41.
7333 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
7334 ____________________________________________________________________________
7335 [ 11621] By: jhi on 2001/08/09 13:31:20
7336 Log: Subject: [PATCH] remove PL_na from typemap
7337 From: James <james@rf.net>
7338 Date: Mon, 06 Aug 2001 20:23:15 -0700
7339 Message-ID: <3B6F5F23.A31A81B1@rf.net>
7341 (had to be manually applied)
7343 ! lib/ExtUtils/typemap
7344 ____________________________________________________________________________
7345 [ 11620] By: jhi on 2001/08/09 13:27:11
7346 Log: The metaconfig unit changes for #11618.
7347 Branch: metaconfig/U/perl
7348 + d_fpclassl.U i_fp.U
7349 ____________________________________________________________________________
7350 [ 11619] By: jhi on 2001/08/09 13:25:21
7351 Log: Forgot this from #11618.
7353 NOTE: wince/config_H.ce needs updating.
7356 ____________________________________________________________________________
7357 [ 11618] By: jhi on 2001/08/09 13:21:51
7358 Log: Introduce more floating point classifying APIs;
7359 try to define (most importantly) Perl_is{inf,nan}(x).
7361 For this first cut, assume none such APIs exist in non-UNIXoid
7362 platforms-- this is of course too unkind: Win32 rumoredly has
7363 _fpclass() and _isnan(), and VMS/VOS very probably have some
7364 of the APIs available. The only thing Perl uses at the moment
7365 is Perl_isnan() (has been in use for a while now).
7367 NOTE: the Win32 and NetWare config_h.?c need regenerating.
7369 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
7370 ! Porting/config_H config_h.SH configure.com epoc/config.sh
7371 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
7372 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7373 ! vos/config.ga.h win32/config.bc win32/config.gc
7374 ! win32/config.vc win32/config_H.bc win32/config_H.gc
7375 ! win32/config_H.vc wince/config.ce wince/config.h
7376 ____________________________________________________________________________
7377 [ 11617] By: jhi on 2001/08/09 11:08:51
7378 Log: Integrate change #11519 from perlio:
7380 Avoid testing for (non-)existance of "encoding(xxxx)"
7381 layer is called "encoding" the (xxxx) is an argument.
7384 ____________________________________________________________________________
7385 [ 11616] By: nick on 2001/08/09 07:50:24
7386 Log: Integrate mainline
7388 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
7389 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
7390 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
7391 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
7392 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
7393 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
7394 !> (integrate 79 files)
7395 ____________________________________________________________________________
7396 [ 11615] By: nick on 2001/08/09 06:23:44
7397 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
7398 layer is called "encoding" the (xxxx) is an argument.
7401 ____________________________________________________________________________
7402 [ 11614] By: jhi on 2001/08/08 21:50:19
7403 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
7404 From: Paul Johnson <paul@pjcj.net>
7405 Date: Wed, 8 Aug 2001 23:54:17 +0200
7406 Message-ID: <20010808235417.O1006@pjcj.net>
7408 ! ext/B/B/Concise.pm
7409 ____________________________________________________________________________
7410 [ 11613] By: jhi on 2001/08/08 13:22:13
7411 Log: Make VMS use IEEE math by default; reorder Tru64 hints
7412 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
7413 exception semantics) is always set if using (the new) cc.
7415 ! configure.com hints/dec_osf.sh
7416 ____________________________________________________________________________
7417 [ 11612] By: jhi on 2001/08/08 12:14:56
7418 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
7419 From: Abhijit Menon-Sen <ams@wiw.org>
7420 Date: Tue, 7 Aug 2001 17:16:05 +0530
7421 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
7424 ____________________________________________________________________________
7425 [ 11611] By: jhi on 2001/08/08 02:28:58
7426 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
7427 From: "Craig A. Berry" <craigberry@mac.com>
7428 Date: Tue, 07 Aug 2001 22:27:47 -0500
7429 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
7432 ____________________________________________________________________________
7433 [ 11610] By: jhi on 2001/08/08 00:12:00
7434 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
7435 From: "Craig A. Berry" <craigberry@mac.com>
7436 Date: Tue, 07 Aug 2001 20:01:53 -0500
7437 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
7439 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
7440 ____________________________________________________________________________
7441 [ 11609] By: jhi on 2001/08/07 23:49:09
7442 Log: Update the magazine information.
7445 ____________________________________________________________________________
7446 [ 11608] By: jhi on 2001/08/07 23:35:27
7447 Log: Ignore SIGFPE everywhere.
7449 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
7450 ____________________________________________________________________________
7451 [ 11607] By: jhi on 2001/08/07 23:07:04
7452 Log: With permission, change the licensing of the docs by
7453 TomC (and Gnat) to comply with the rest of Perl.
7455 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7456 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7457 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7458 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
7460 ____________________________________________________________________________
7461 [ 11606] By: jhi on 2001/08/07 22:50:04
7462 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
7463 From: Andy Dougherty <doughera@lafayette.edu>
7464 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
7465 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
7468 ____________________________________________________________________________
7469 [ 11605] By: jhi on 2001/08/07 22:49:18
7470 Log: Subject: [PATCH] Makefile.SH test_prep dependency
7471 From: Andy Dougherty <doughera@lafayette.edu>
7472 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
7473 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
7476 ____________________________________________________________________________
7477 [ 11604] By: jhi on 2001/08/07 22:44:35
7478 Log: Don't autogenerate the headers et alia,
7479 make regen_headers explicitly.
7482 ____________________________________________________________________________
7483 [ 11603] By: jhi on 2001/08/07 22:33:48
7484 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
7485 From: Gurusamy Sarathy <gsar@ActiveState.com>
7486 Date: Tue, 07 Aug 2001 08:33:26 -0700
7487 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
7489 Unnecessary dependency.
7492 ____________________________________________________________________________
7493 [ 11602] By: jhi on 2001/08/07 13:52:41
7494 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
7495 From: Abhijit Menon-Sen <ams@wiw.org>
7496 Date: Tue, 7 Aug 2001 09:10:54 +0530
7497 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
7500 ____________________________________________________________________________
7501 [ 11601] By: jhi on 2001/08/07 13:46:33
7502 Log: Subject: [PATCH perl@11597] B && BEGIN handling
7503 From: "James A. Duncan" <jduncan@fotango.com>
7504 Date: Mon, 6 Aug 2001 17:29:11 +0100
7505 Message-ID: <20010806172911.A2071@fotango.com>
7507 (the intrpvar.h addition moved to the end for bincompat)
7509 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
7510 ____________________________________________________________________________
7511 [ 11600] By: jhi on 2001/08/07 11:53:48
7512 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
7515 ____________________________________________________________________________
7516 [ 11599] By: gsar on 2001/08/07 06:31:39
7517 Log: fix URLs for fcrypt.c
7518 Branch: maint-5.6/perl
7520 ____________________________________________________________________________
7521 [ 11598] By: jhi on 2001/08/06 15:02:48
7522 Log: Yet another way to say Infinity: HP-UX calls its "++".
7524 ! lib/Math/BigInt/t/bigintpm.t
7525 ____________________________________________________________________________
7526 [ 11597] By: jhi on 2001/08/06 13:40:01
7527 Log: Update Changes.
7529 ! Changes patchlevel.h
7530 ____________________________________________________________________________
7531 [ 11596] By: jhi on 2001/08/06 13:24:28
7532 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
7535 ____________________________________________________________________________
7536 [ 11595] By: jhi on 2001/08/06 12:51:38
7537 Log: The #11593 wasn't right.
7539 ! lib/Math/BigInt/t/bigintpm.t
7540 ____________________________________________________________________________
7541 [ 11594] By: jhi on 2001/08/06 12:34:15
7542 Log: Subject: [PATCH: perl@11564] introducing perlivp
7543 From: Prymmer/Kahn <pvhp@best.com>
7544 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
7545 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
7547 Subject: Re: [PATCH: perl@11564] introducing perlivp
7548 From: Prymmer/Kahn <pvhp@best.com>
7549 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
7550 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
7553 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
7554 ! win32/Makefile win32/makefile.mk
7555 ____________________________________________________________________________
7556 [ 11593] By: jhi on 2001/08/05 23:10:52
7557 Log: libcs are confused what to call Infinity.
7559 ! lib/Math/BigInt/t/bigintpm.t
7560 ____________________________________________________________________________
7561 [ 11592] By: jhi on 2001/08/05 23:07:50
7562 Log: Avoid SIGFPE in Tru64.
7565 ____________________________________________________________________________
7566 [ 11591] By: jhi on 2001/08/05 22:46:10
7567 Log: Upgrade to Math::BigInt 1.40.
7569 NOTE: this patch necessitates doing something about
7570 infinity handling since the new bigintpm.t tests use
7571 infinity, which causes SIGFPEs at least in Tru64.
7573 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7574 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7575 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7576 ! lib/Math/BigInt/t/mbimbf.t
7577 ____________________________________________________________________________
7578 [ 11590] By: gsar on 2001/08/05 21:57:43
7579 Log: remove hardcoded cmd shell in testsuite
7581 ! t/op/glob.t t/op/magic.t t/op/stat.t
7582 ____________________________________________________________________________
7583 [ 11589] By: gsar on 2001/08/05 21:35:50
7584 Log: 4-arg select() was busted on windows because change#8178 didn't
7585 make it into mainline
7587 ! perl.h win32/include/sys/socket.h
7588 ____________________________________________________________________________
7589 [ 11588] By: jhi on 2001/08/05 19:40:31
7590 Log: Rename the Getopt::Long tests to be as they are
7591 in the Getopt::Long official distribution.
7593 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
7594 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
7595 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
7596 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
7598 ____________________________________________________________________________
7599 [ 11587] By: jhi on 2001/08/05 19:38:07
7600 Log: Upgrade to Getopt::Long 2.26.
7602 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
7603 ! MANIFEST lib/Getopt/Long.pm
7604 ____________________________________________________________________________
7605 [ 11586] By: jhi on 2001/08/05 19:26:50
7606 Log: Retract #10874 (the hack should be unnecessary by now)
7608 ! lib/Test/Harness.pm
7609 ____________________________________________________________________________
7610 [ 11585] By: gsar on 2001/08/05 16:45:54
7611 Log: avoid temp file littering in tests
7613 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
7614 ____________________________________________________________________________
7615 [ 11584] By: jhi on 2001/08/05 16:42:50
7616 Log: Subject: warning in sv.c: double format, NV arg
7617 From: "Philip Newton" <Philip.Newton@gmx.net>
7618 Date: Sun, 5 Aug 2001 19:41:07 +0200
7619 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
7622 ____________________________________________________________________________
7623 [ 11583] By: gsar on 2001/08/05 16:28:22
7624 Log: fix POSIX.t#13 for windos
7627 ____________________________________________________________________________
7628 [ 11582] By: jhi on 2001/08/05 16:10:59
7629 Log: Add a test for PerlIO::Via.
7631 + ext/PerlIO/t/via.t
7632 ! MANIFEST ext/PerlIO/Via/Via.pm
7633 ____________________________________________________________________________
7634 [ 11581] By: gsar on 2001/08/05 15:00:26
7635 Log: flock() and link() are not available on Windows 9x
7637 ! win32/config_sh.PL
7638 ____________________________________________________________________________
7639 [ 11580] By: jhi on 2001/08/05 13:56:46
7640 Log: Some Tru64 C compilers have C++ components that confuse
7641 the ccversion parsing.
7644 ____________________________________________________________________________
7645 [ 11579] By: jhi on 2001/08/05 13:31:07
7646 Log: (Reintroduce #11125)
7648 Subject: MakeMaker should pass through DEFINE and INC to subdirs
7649 From: Alan Burlison <Alan.Burlison@sun.com>
7650 Date: Tue, 03 Jul 2001 15:20:13 +0100
7651 Message-ID: <3B41D49D.A923D4F9@sun.com>
7653 ! lib/ExtUtils/MM_Unix.pm
7654 ____________________________________________________________________________
7655 [ 11578] By: jhi on 2001/08/05 03:17:20
7656 Log: Little pointer juggling for HP-UX cc to avoid
7657 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
7659 "error 1549: Modifiable lvalue required for assignment operator."
7662 ____________________________________________________________________________
7663 [ 11577] By: jhi on 2001/08/04 18:09:38
7664 Log: Continuation of #11575: SANY_SEEN completely deprecated,
7665 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
7666 plus a fix for the bug.
7668 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
7669 ____________________________________________________________________________
7670 [ 11576] By: jhi on 2001/08/04 17:31:06
7671 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
7672 From: Doug MacEachern <dougm@covalent.net>
7673 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
7674 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
7677 ____________________________________________________________________________
7678 [ 11575] By: jhi on 2001/08/04 17:28:55
7679 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
7680 the new CANY is the \C. The problem reported and the
7681 test case supplied in
7683 Subject: UTF-8 bugs in string length & single line regex matches
7684 From: "Daniel P. Berrange" <dan@berrange.com>
7685 Date: Fri, 3 Aug 2001 11:39:33 +0100
7686 Message-ID: <20010803113932.A19318@berrange.com>
7688 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
7690 ____________________________________________________________________________
7691 [ 11574] By: jhi on 2001/08/04 15:42:34
7692 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
7693 From: Doug MacEachern <dougm@covalent.net>
7694 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
7695 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
7698 ____________________________________________________________________________
7699 [ 11573] By: jhi on 2001/08/04 14:20:26
7700 Log: The #11572 didn't up the test count.
7703 ____________________________________________________________________________
7704 [ 11572] By: jhi on 2001/08/04 14:12:45
7705 Log: Subject: UTF-8 bugs in string length & single line regex matches
7706 From: "Daniel P. Berrange" <dan@berrange.com>
7707 Date: Fri, 3 Aug 2001 11:39:33 +0100
7708 Message-ID: <20010803113932.A19318@berrange.com>
7710 (the mg_length() fix)
7712 ! mg.c t/op/length.t
7713 ____________________________________________________________________________
7714 [ 11571] By: jhi on 2001/08/04 14:10:39
7715 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7716 From: Abhijit Menon-Sen <ams@wiw.org>
7717 Date: Sat, 4 Aug 2001 16:56:35 +0530
7718 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
7721 ____________________________________________________________________________
7722 [ 11570] By: jhi on 2001/08/04 14:09:59
7723 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7724 From: Abhijit Menon-Sen <ams@wiw.org>
7725 Date: Sat, 4 Aug 2001 16:16:03 +0530
7726 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
7729 ____________________________________________________________________________
7730 [ 11569] By: jhi on 2001/08/04 14:09:09
7731 Log: Subject: Re: [patch] refcount re ops
7732 From: Abhijit Menon-Sen <ams@wiw.org>
7733 Date: Sat, 4 Aug 2001 08:54:55 +0530
7734 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
7737 ____________________________________________________________________________
7738 [ 11568] By: jhi on 2001/08/04 14:08:19
7739 Log: Subject: [patch] refcount re ops
7740 From: Doug MacEachern <dougm@covalent.net>
7741 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
7742 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
7745 ____________________________________________________________________________
7746 [ 11567] By: jhi on 2001/08/03 23:52:56
7747 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
7748 From: Doug MacEachern <dougm@covalent.net>
7749 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
7750 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
7753 ____________________________________________________________________________
7754 [ 11566] By: jhi on 2001/08/03 20:45:10
7755 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
7756 From: "Craig A. Berry" <craigberry@mac.com>
7757 Date: Fri, 03 Aug 2001 16:16:16 -0500
7758 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
7761 ____________________________________________________________________________
7762 [ 11565] By: jhi on 2001/08/03 13:46:40
7763 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
7764 From: John Kristian <jmk2001@engineer.com>
7765 Date: Fri, 03 Aug 2001 00:59:08 -0700
7766 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
7769 ____________________________________________________________________________
7770 [ 11564] By: jhi on 2001/08/03 13:25:39
7771 Log: Update Changes.
7773 ! Changes patchlevel.h
7774 ____________________________________________________________________________
7775 [ 11563] By: jhi on 2001/08/03 12:13:17
7776 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
7777 From: "Craig A. Berry" <craigberry@mac.com>
7778 Date: Thu, 02 Aug 2001 23:15:24 -0500
7779 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
7782 ____________________________________________________________________________
7783 [ 11562] By: jhi on 2001/08/03 12:11:57
7784 Log: Subject: [patch] plug PL_cshname leak
7785 From: Doug MacEachern <dougm@covalent.net>
7786 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
7787 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
7790 ____________________________________________________________________________
7791 [ 11561] By: jhi on 2001/08/03 12:10:32
7792 Log: Subject: [patch] plug PL_sh_path leak
7793 From: Doug MacEachern <dougm@covalent.net>
7794 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
7795 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
7798 ____________________________________________________________________________
7799 [ 11560] By: jhi on 2001/08/03 12:09:50
7800 Log: Subject: [patch] plug PL_regex_padav leaks
7801 From: Doug MacEachern <dougm@covalent.net>
7802 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
7803 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
7806 ____________________________________________________________________________
7807 [ 11559] By: jhi on 2001/08/03 12:08:59
7808 Log: Subject: [patch] plug PL_origargv leak
7809 From: Doug MacEachern <dougm@covalent.net>
7810 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
7811 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
7814 ____________________________________________________________________________
7815 [ 11558] By: jhi on 2001/08/03 12:07:58
7816 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7817 From: Abhijit Menon-Sen <ams@wiw.org>
7818 Date: Fri, 3 Aug 2001 06:38:11 +0530
7819 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
7822 ____________________________________________________________________________
7823 [ 11557] By: nick on 2001/08/03 08:17:38
7824 Log: Integrate mainline
7826 +> (branch 47 files)
7827 - lib/Switch/test.pl
7828 !> (integrate 49 files)
7829 ____________________________________________________________________________
7830 [ 11556] By: jhi on 2001/08/02 22:46:22
7831 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
7832 From: "Craig A. Berry" <craigberry@mac.com>
7833 Date: Thu, 02 Aug 2001 12:56:19 -0500
7834 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
7837 ____________________________________________________________________________
7838 [ 11555] By: jhi on 2001/08/02 22:29:34
7839 Log: Be more careful about non-existent files.
7842 ____________________________________________________________________________
7843 [ 11554] By: jhi on 2001/08/02 21:37:27
7844 Log: Subject: [PATCH resend] deparse empty formats
7845 From: Robin Houston <robin@kitsite.com>
7846 Date: Thu, 2 Aug 2001 14:32:36 +0100
7847 Message-ID: <20010802143236.A894@robin.kitsite.com>
7849 ! ext/B/B/Deparse.pm
7850 ____________________________________________________________________________
7851 [ 11553] By: jhi on 2001/08/02 16:37:32
7852 Log: Subject: [patch] ithreads + refto fix improvement
7853 From: Doug MacEachern <dougm@covalent.net>
7854 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
7855 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
7858 ____________________________________________________________________________
7859 [ 11552] By: jhi on 2001/08/02 14:24:26
7860 Log: Readability nit from Abhijit.
7863 ____________________________________________________________________________
7864 [ 11551] By: jhi on 2001/08/02 14:22:31
7865 Log: setproctitle() API version nit from Anton Berezin.
7868 ____________________________________________________________________________
7869 [ 11550] By: jhi on 2001/08/02 13:51:41
7870 Log: Add PerlCE to the docs.
7872 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7873 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7874 ____________________________________________________________________________
7875 [ 11549] By: jhi on 2001/08/02 13:25:43
7876 Log: Integrate the PerlCE (WinCE Perl) port;
7877 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
7879 + README.ce wince/FindExt.pm wince/Makefile.ce
7880 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
7881 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
7882 + wince/bin/search.pl wince/config.ce wince/config.h
7883 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
7884 + wince/dl_win32.xs wince/include/arpa/inet.h
7885 + wince/include/cectype.h wince/include/errno.h
7886 + wince/include/netdb.h wince/include/sys/socket.h
7887 + wince/include/sys/stat.h wince/include/sys/types.h
7888 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
7889 + wince/perl.rc wince/perldll.def wince/perllib.c
7890 + wince/perlmain.c wince/registry.bat wince/runperl.c
7891 + wince/splittree.pl wince/win32.h wince/win32iop.h
7892 + wince/win32thread.c wince/win32thread.h wince/wince.c
7893 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
7894 + wince/xdistclean.ksh wince/xmakediffs.ksh
7895 ! MANIFEST perl.c perl.h perlio.c
7896 ____________________________________________________________________________
7897 [ 11548] By: jhi on 2001/08/02 13:18:08
7898 Log: setproctitle() made simpler. (This assumes the string is
7899 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
7900 should be used. Note len, not len + 1.) BSD-fu from Anton
7904 ____________________________________________________________________________
7905 [ 11547] By: jhi on 2001/08/02 12:49:54
7906 Log: Subject: [PATCH] -Wall cleanup: op.c
7907 From: Richard Soderberg <rs@oregonnet.com>
7908 Date: Thu, 2 Aug 2001 00:17:09 -0700
7909 Message-Id: <200108020717.AAA26895@oregonnet.com>
7911 Subject: [PATCH] -Wall cleanup: sv.c
7912 From: Richard Soderberg <rs@oregonnet.com>
7913 Date: Thu, 2 Aug 2001 00:49:21 -0700
7914 Message-Id: <200108020749.AAA27492@oregonnet.com>
7917 ____________________________________________________________________________
7918 [ 11546] By: jhi on 2001/08/02 00:53:34
7919 Log: Update Changes.
7921 ! Changes patchlevel.h
7922 ____________________________________________________________________________
7923 [ 11545] By: jhi on 2001/08/02 00:48:55
7924 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
7925 From: Doug MacEachern <dougm@covalent.net>
7926 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
7927 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
7930 ____________________________________________________________________________
7931 [ 11544] By: jhi on 2001/08/01 23:08:41
7932 Log: The #11541 didn't work under threads.
7935 ____________________________________________________________________________
7936 [ 11543] By: jhi on 2001/08/01 22:46:41
7937 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
7938 From: Hugo <hv@crypt.compulink.co.uk>
7939 Date: Fri, 22 Jun 2001 01:19:08 +0100
7940 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
7942 (Skip tests if accept() failed)
7944 ! ext/IO/lib/IO/t/io_unix.t
7945 ____________________________________________________________________________
7946 [ 11542] By: jhi on 2001/08/01 22:40:09
7947 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
7948 From: "Stian Seeberg" <sseeberg@nimsoft.no>
7949 Date: Mon, 30 Jul 2001 12:28:07 +0200
7950 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
7953 ____________________________________________________________________________
7954 [ 11541] By: jhi on 2001/08/01 22:38:31
7955 Log: Subject: Pluggable optimizer
7956 From: Simon Cozens <simon@netthink.co.uk>
7957 Date: Wed, 1 Aug 2001 13:57:02 -0700
7958 Message-ID: <20010801135702.I10442@netthink.co.uk>
7960 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
7961 ____________________________________________________________________________
7962 [ 11540] By: jhi on 2001/08/01 22:29:54
7963 Log: Subject: [ID 20010801.039] perlre.pod message typo
7964 From: Autrijus Tang <autrijus@geb.elixus.org>
7965 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
7966 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
7969 ____________________________________________________________________________
7970 [ 11539] By: jhi on 2001/08/01 16:32:52
7971 Log: Test for change #11536.
7974 ____________________________________________________________________________
7975 [ 11538] By: jhi on 2001/08/01 16:27:19
7976 Log: More test fixups for #11537.
7978 ! t/lib/warnings/4lint t/lib/warnings/9enabled
7979 ____________________________________________________________________________
7980 [ 11537] By: jhi on 2001/08/01 16:26:25
7981 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
7982 From: Doug MacEachern <dougm@covalent.net>
7983 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
7984 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
7986 ! op.c t/TestInit.pm
7987 ____________________________________________________________________________
7988 [ 11536] By: jhi on 2001/08/01 16:08:08
7989 Log: Subject: [patch] ithreads + refto bug
7990 From: Doug MacEachern <dougm@covalent.net>
7991 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
7992 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
7994 (Test in change #11539)
7997 ____________________________________________________________________________
7998 [ 11535] By: jhi on 2001/08/01 16:05:56
7999 Log: Subject: [PATCH: perl@11523] fixups for t/harness
8000 From: Prymmer/Kahn <pvhp@best.com>
8001 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
8002 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
8005 ____________________________________________________________________________
8006 [ 11534] By: jhi on 2001/08/01 16:00:45
8007 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
8008 From: Prymmer/Kahn <pvhp@best.com>
8009 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
8010 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
8012 ! win32/Makefile win32/makefile.mk
8013 ____________________________________________________________________________
8014 [ 11533] By: jhi on 2001/08/01 13:38:29
8015 Log: Need to know the number of tests.
8018 ____________________________________________________________________________
8019 [ 11532] By: jhi on 2001/08/01 13:04:31
8020 Log: Subject: Re: new exit tests on VMS
8021 From: "Craig A. Berry" <craigberry@mac.com>
8022 Date: Tue, 31 Jul 2001 12:19:29 -0500
8023 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
8026 ____________________________________________________________________________
8027 [ 11531] By: jhi on 2001/08/01 12:46:43
8028 Log: Retract #11530 (the dTHX is needed under threads)
8031 ____________________________________________________________________________
8032 [ 11530] By: jhi on 2001/08/01 12:39:35
8033 Log: (Retracted by #11531)
8036 ____________________________________________________________________________
8037 [ 11529] By: jhi on 2001/08/01 12:32:22
8038 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
8039 From: Richard Soderberg <rs@crystalflame.net>
8040 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
8041 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
8044 ____________________________________________________________________________
8045 [ 11528] By: jhi on 2001/08/01 12:18:59
8046 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
8047 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8048 Date: Tue, 31 Jul 2001 05:39:09 -0400
8049 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
8051 (with a note about the case of UV being equal to long long)
8054 ____________________________________________________________________________
8055 [ 11527] By: jhi on 2001/07/31 23:49:04
8056 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
8057 From: "Craig A. Berry" <craigberry@mac.com>
8058 Date: Tue, 31 Jul 2001 14:57:43 -0500
8059 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
8062 ____________________________________________________________________________
8063 [ 11526] By: jhi on 2001/07/31 23:47:57
8066 Subject: [ID 20010116.001] File::Copy truncates orig file
8067 From: arbor@al37al08.telecel.pt
8068 Date: Tue, 16 Jan 2001 11:43:02 GMT
8069 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
8071 (copy($foo, $foo) would truncate $foo)
8073 ! lib/File/Copy.pm lib/File/Copy.t
8074 ____________________________________________________________________________
8075 [ 11525] By: jhi on 2001/07/31 23:01:01
8076 Log: Metaconfig unit change for #11524.
8077 Branch: metaconfig/U/perl
8079 ____________________________________________________________________________
8080 [ 11524] By: jhi on 2001/07/31 23:00:36
8081 Log: Multiple modules didn't work; plus typo fixes.
8084 ____________________________________________________________________________
8085 [ 11523] By: jhi on 2001/07/31 15:29:58
8086 Log: Update Changes.
8088 ! Changes patchlevel.h
8089 ____________________________________________________________________________
8090 [ 11522] By: jhi on 2001/07/31 15:25:35
8094 ____________________________________________________________________________
8095 [ 11521] By: jhi on 2001/07/31 15:19:01
8096 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
8097 From: Dave Mitchell <davem@fdgroup.co.uk>
8098 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
8099 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
8102 ____________________________________________________________________________
8103 [ 11520] By: jhi on 2001/07/31 15:17:43
8107 ____________________________________________________________________________
8108 [ 11519] By: jhi on 2001/07/31 15:17:17
8109 Log: Regen Porting stuff.
8111 ! Porting/Glossary Porting/config.sh Porting/config_H
8112 ____________________________________________________________________________
8113 [ 11518] By: jhi on 2001/07/31 14:16:08
8114 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
8115 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8116 Date: Tue, 31 Jul 2001 05:34:38 -0400
8117 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
8120 ____________________________________________________________________________
8121 [ 11517] By: jhi on 2001/07/31 14:15:01
8122 Log: Metaconfig unit change for #11516.
8123 Branch: metaconfig/U/perl
8125 ____________________________________________________________________________
8126 [ 11516] By: jhi on 2001/07/31 14:14:35
8127 Log: Add -Wall in cflags, not in Configure.
8128 (This way -Wall affects only the core and the core XS,
8129 not user modules' XS. Concern from Paul Marquess,
8130 implementation idea from Andy Dougherty.)
8132 ! Configure cflags.SH
8133 ____________________________________________________________________________
8134 [ 11515] By: jhi on 2001/07/31 13:57:15
8135 Log: Metaconfig unit changes for #11514.
8137 + U/modified/sysman.U
8138 ! U/installdirs/man1dir.U
8139 ____________________________________________________________________________
8140 [ 11514] By: jhi on 2001/07/31 13:56:26
8141 Log: Subject: Configure's detection of system manual
8142 From: Sean Dague <sean@dague.net>
8143 Date: Sun, 13 May 2001 15:53:15 -0400
8144 Message-ID: <20010513155315.A15833@underhill.dague.net>
8147 ____________________________________________________________________________
8148 [ 11513] By: jhi on 2001/07/31 03:23:01
8149 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
8150 From: Autrijus Tang <autrijus@autrijus.org>
8151 Date: Thu, 21 Jun 2001 23:56:48 +0800
8152 Message-Id: <20010621235648.A57340@not.autrijus.org>
8155 ____________________________________________________________________________
8156 [ 11512] By: jhi on 2001/07/31 03:13:35
8157 Log: Subject: Typo in DB_File.pm
8158 From: "Philip Newton" <Philip.Newton@gmx.net>
8159 Date: Tue, 31 Jul 2001 06:19:35 +0200
8160 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
8162 ! ext/DB_File/DB_File.pm
8163 ____________________________________________________________________________
8164 [ 11511] By: jhi on 2001/07/31 03:01:49
8165 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
8166 From: "Stephen P. Potter" <spp@spotter.yi.org>
8167 Date: Wed, 30 May 2001 13:59:34 -0400
8168 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
8171 ____________________________________________________________________________
8172 [ 11510] By: jhi on 2001/07/31 02:13:58
8173 Log: eval "format foo=" would loop indefinitely; reported in
8175 Subject: A load of old rubbish
8176 From: Mike Guy <mjtg@cam.ac.uk>
8177 Date: Mon, 14 May 2001 16:12:22 +0100
8178 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
8180 (The core dumps reported in there already fixed.)
8183 ____________________________________________________________________________
8184 [ 11509] By: jhi on 2001/07/31 00:37:49
8185 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
8187 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
8188 + lib/Switch/t/switch_case.t
8189 - lib/Switch/test.pl
8190 ! MANIFEST lib/Switch.pm
8191 ____________________________________________________________________________
8192 [ 11508] By: jhi on 2001/07/31 00:17:38
8193 Log: Subject: [PATCH @11505] DB_File-1.78
8194 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8195 Date: Mon, 30 Jul 2001 22:54:37 +0100
8196 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
8198 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8199 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
8200 ____________________________________________________________________________
8201 [ 11507] By: jhi on 2001/07/30 23:11:10
8202 Log: Explain in more detail why -pipe and -fno-common are good.
8205 ____________________________________________________________________________
8206 [ 11506] By: nick on 2001/07/30 14:32:23
8207 Log: Integrate mainline
8209 !> INSTALL Makefile.SH doio.c hints/darwin.sh
8210 ____________________________________________________________________________
8211 [ 11505] By: jhi on 2001/07/30 14:14:39
8212 Log: Perl hasn't been putting man pages into $prefix/lib for
8213 a long time now; pointed out by Andy Dougherty.
8216 ____________________________________________________________________________
8217 [ 11504] By: jhi on 2001/07/30 14:13:15
8218 Log: Document the extras Configure option.
8221 ____________________________________________________________________________
8222 [ 11503] By: jhi on 2001/07/30 13:52:14
8223 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
8227 ____________________________________________________________________________
8228 [ 11502] By: jhi on 2001/07/30 13:45:27
8229 Log: Doubly guard against invoking CPAN if no extras defined,
8230 pointed out by H. Merijn Brand.
8233 ____________________________________________________________________________
8234 [ 11501] By: pudge on 2001/07/30 12:57:56
8235 Log: Fix O_RDONLY check to check for O_RDONLY.
8236 Branch: maint-5.6/macperl
8238 ____________________________________________________________________________
8239 [ 11500] By: pudge on 2001/07/30 12:41:11
8240 Log: Integrate miscellaneous changes from maint-5.6/perl.
8241 Branch: maint-5.6/macperl
8242 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
8243 ____________________________________________________________________________
8244 [ 11499] By: nick on 2001/07/30 06:52:42
8245 Log: Integrate mainline
8247 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
8248 +> win32/sync_ext.pl
8250 !> (integrate 71 files)
8251 ____________________________________________________________________________
8252 [ 11498] By: jhi on 2001/07/30 03:53:34
8253 Log: Update Changes.
8255 ! Changes patchlevel.h
8256 ____________________________________________________________________________
8257 [ 11497] By: jhi on 2001/07/30 03:45:32
8258 Log: Now Configure -Dextras=Foo::Bar and "make install" will
8259 fetch and install Foo::Bar.
8262 ____________________________________________________________________________
8263 [ 11496] By: jhi on 2001/07/30 03:18:28
8264 Log: Metaconfig unit change for #11495.
8265 Branch: metaconfig/U/perl
8267 ____________________________________________________________________________
8268 [ 11495] By: jhi on 2001/07/30 03:18:01
8269 Log: extras.make, extras.test, and extras.install make targets.
8271 ! Configure Makefile.SH
8272 ____________________________________________________________________________
8273 [ 11494] By: jhi on 2001/07/30 01:37:35
8274 Log: Metaconfig unit change for #11493.
8275 Branch: metaconfig/U/perl
8277 ____________________________________________________________________________
8278 [ 11493] By: jhi on 2001/07/30 01:37:14
8279 Log: Better to have the list of extras in $extras than 'define'.
8282 ____________________________________________________________________________
8283 [ 11492] By: jhi on 2001/07/30 01:33:16
8284 Log: The metaconfig unit change for #11490.
8285 Branch: metaconfig/U/perl
8287 ____________________________________________________________________________
8288 [ 11491] By: jhi on 2001/07/30 01:32:54
8289 Log: Missed from #11490 (the required dependency).
8292 ____________________________________________________________________________
8293 [ 11490] By: jhi on 2001/07/30 01:32:02
8294 Log: Add the support of asking for extra modules or bundles of modules
8295 to be fetched from the CPAN and installed as a part of the Perl
8296 build process. None of this installation is yet really done;
8297 only the list is asked, and saved away in extras.lst for
8298 the build and installation process to worry about later.
8301 ____________________________________________________________________________
8302 [ 11489] By: jhi on 2001/07/29 22:15:25
8303 Log: Beginnings of better Inf and NaN support.
8304 At least toke.c and sv.c still need quite a bit of work.
8307 ____________________________________________________________________________
8308 [ 11488] By: jhi on 2001/07/29 21:18:57
8309 Log: Top-level Makefile didn't honour OPTIMIZE.
8312 ____________________________________________________________________________
8313 [ 11487] By: jhi on 2001/07/29 20:56:04
8314 Log: Update Changes.
8316 ! Changes patchlevel.h
8317 ____________________________________________________________________________
8318 [ 11486] By: jhi on 2001/07/29 20:38:09
8319 Log: Use Search::Dict 1.02 interface for charinfo().
8322 ____________________________________________________________________________
8323 [ 11485] By: jhi on 2001/07/29 20:37:11
8324 Log: Now also allow transforming the read lines before comparing them.
8325 (This will help UnicodeCD.)
8327 ! lib/Search/Dict.pm
8328 ____________________________________________________________________________
8329 [ 11484] By: jhi on 2001/07/29 20:03:13
8330 Log: Remove tiehandle code.
8333 ____________________________________________________________________________
8334 [ 11483] By: jhi on 2001/07/29 19:59:02
8335 Log: Allow specifying a comparison function for Search::Dict::look().
8337 ! lib/Search/Dict.pm
8338 ____________________________________________________________________________
8339 [ 11482] By: jhi on 2001/07/29 18:55:04
8340 Log: Small UnicodeCD tweaks.
8342 ! lib/UnicodeCD.pm lib/UnicodeCD.t
8343 ____________________________________________________________________________
8344 [ 11481] By: jhi on 2001/07/29 17:14:19
8345 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
8346 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8347 Date: Tue, 24 Jul 2001 01:51:32 +0900
8348 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
8350 ! lib/UnicodeCD.pm lib/UnicodeCD.t
8351 ____________________________________________________________________________
8352 [ 11480] By: jhi on 2001/07/29 16:55:58
8353 Log: Subject: [PATCH] installperl
8354 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
8355 Date: Fri, 27 Jul 2001 19:05:04 -0700
8356 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
8359 ____________________________________________________________________________
8360 [ 11479] By: jhi on 2001/07/29 16:52:52
8361 Log: Subject: [PATCH] Set proper compatibility versions in core
8362 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
8363 Date: Fri, 27 Jul 2001 20:01:49 -0700
8364 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
8367 ____________________________________________________________________________
8368 [ 11478] By: jhi on 2001/07/29 16:50:55
8369 Log: Metaconfig unit change for #11477.
8370 Branch: metaconfig/U/perl
8372 ____________________________________________________________________________
8373 [ 11477] By: jhi on 2001/07/29 16:50:35
8374 Log: Subject: [PATCH] Darwin: -fpic not so good
8375 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
8376 Date: Fri, 27 Jul 2001 18:57:38 -0700
8377 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
8380 ____________________________________________________________________________
8381 [ 11476] By: jhi on 2001/07/29 16:44:03
8382 Log: Subject: [PATCH] Clean up Darwin hints
8383 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
8384 Date: Fri, 27 Jul 2001 19:13:15 -0700
8385 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
8388 ____________________________________________________________________________
8389 [ 11475] By: jhi on 2001/07/29 16:28:45
8390 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
8391 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8392 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
8393 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
8395 ! pod/perlfunc.pod pp.c t/op/split.t
8396 ____________________________________________________________________________
8397 [ 11474] By: jhi on 2001/07/29 16:27:54
8398 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
8399 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8400 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
8401 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
8404 ____________________________________________________________________________
8405 [ 11473] By: jhi on 2001/07/29 16:27:00
8406 Log: Subject: [PATCH] fixes to constant.pm documentation
8407 From: Ilmari Karonen <iltzu@sci.fi>
8408 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
8409 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
8412 ____________________________________________________________________________
8413 [ 11472] By: jhi on 2001/07/28 18:39:03
8414 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
8415 From: "Philip Newton" <Philip.Newton@gmx.net>
8416 Date: Fri, 27 Jul 2001 07:51:10 +0200
8417 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
8420 ____________________________________________________________________________
8421 [ 11471] By: nick on 2001/07/26 06:23:32
8422 Log: Subject: [PATCH] Doc fix for perlguts / threading
8423 From: Arthur Bergman <arthur@contiller.se>
8424 Date: Wed, 25 Jul 2001 11:28:23 +0200
8425 Message-Id: <B7845DD6.2812%arthur@contiller.se>
8428 ____________________________________________________________________________
8429 [ 11470] By: nick on 2001/07/26 06:21:06
8430 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
8431 From: Philip Newton <Philip.Newton@gmx.net>
8432 Date: Wed, 25 Jul 2001 08:19:47 +0200
8433 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
8436 ____________________________________________________________________________
8437 [ 11469] By: nick on 2001/07/26 06:20:25
8438 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
8439 From: Philip Newton <Philip.Newton@gmx.net>
8440 Date: Wed, 25 Jul 2001 08:12:48 +0200
8441 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
8444 ____________________________________________________________________________
8445 [ 11468] By: jhi on 2001/07/25 01:39:11
8449 ____________________________________________________________________________
8450 [ 11467] By: jhi on 2001/07/24 16:05:34
8451 Log: Update Changes.
8453 ! Changes patchlevel.h
8454 ____________________________________________________________________________
8455 [ 11466] By: jhi on 2001/07/24 15:40:28
8456 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
8457 From: "Philip Newton" <Philip.Newton@gmx.net>
8458 Date: Tue, 24 Jul 2001 06:45:55 +0200
8459 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
8462 ____________________________________________________________________________
8463 [ 11465] By: jhi on 2001/07/24 15:37:48
8464 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
8465 From: Peter Prymmer <pvhp@forte.com>
8466 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
8467 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
8469 ! pod/perlport.pod t/io/fs.t vms/test.com
8470 ____________________________________________________________________________
8471 [ 11464] By: jhi on 2001/07/24 02:58:20
8472 Log: Workaround on Cwd bootstrap problem.
8474 ! lib/ExtUtils/MakeMaker.pm
8475 ____________________________________________________________________________
8476 [ 11463] By: jhi on 2001/07/23 23:11:41
8477 Log: When in Rome, quote like the Romans do.
8480 ____________________________________________________________________________
8481 [ 11462] By: jhi on 2001/07/23 23:04:02
8482 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
8483 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8484 Date: Mon, 23 Jul 2001 19:29:49 -0400
8485 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
8488 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
8489 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
8491 ____________________________________________________________________________
8492 [ 11461] By: jhi on 2001/07/23 22:58:15
8493 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
8494 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8495 Date: Mon, 23 Jul 2001 18:43:42 -0400
8496 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
8498 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8499 ____________________________________________________________________________
8500 [ 11460] By: jhi on 2001/07/23 22:54:52
8501 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
8502 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8503 Date: Mon, 23 Jul 2001 18:33:16 -0400
8504 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
8506 ! lib/ExtUtils/MakeMaker.pm
8507 ____________________________________________________________________________
8508 [ 11459] By: jhi on 2001/07/23 22:52:02
8509 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
8510 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8511 Date: Mon, 23 Jul 2001 18:20:35 -0400
8512 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
8514 ! Makefile.SH cflags.SH
8515 ____________________________________________________________________________
8516 [ 11458] By: jhi on 2001/07/23 22:41:19
8517 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
8518 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
8519 Date: Mon, 23 Jul 2001 11:32:17 -0500
8520 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
8522 ! lib/ExtUtils/MakeMaker.pm
8523 ____________________________________________________________________________
8524 [ 11457] By: jhi on 2001/07/23 21:22:36
8525 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
8526 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8527 Date: Mon, 23 Jul 2001 18:13:20 -0400
8528 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
8531 ____________________________________________________________________________
8532 [ 11456] By: jhi on 2001/07/23 21:19:28
8533 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
8534 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8535 Date: Mon, 23 Jul 2001 18:07:40 -0400
8536 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
8539 ____________________________________________________________________________
8540 [ 11455] By: jhi on 2001/07/23 21:13:12
8541 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
8542 From: "Craig A. Berry" <craigberry@mac.com>
8543 Date: Mon, 23 Jul 2001 15:35:06 -0500
8544 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
8547 ____________________________________________________________________________
8548 [ 11454] By: jhi on 2001/07/23 21:09:13
8549 Log: Subject: [PATCH perlfaq9.pod typo]
8550 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
8551 Date: Mon, 23 Jul 2001 07:49:05 -0700
8552 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
8555 ____________________________________________________________________________
8556 [ 11453] By: jhi on 2001/07/23 21:06:42
8557 Log: Subject: win32\sncfnmcs.pl corrections
8558 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8559 Date: Mon, 23 Jul 2001 12:56:54 +0200
8560 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
8562 Rename the script a little bit more sensibly.
8566 ! MANIFEST README.win32
8567 ____________________________________________________________________________
8568 [ 11452] By: jhi on 2001/07/23 17:22:37
8572 ____________________________________________________________________________
8573 [ 11451] By: jhi on 2001/07/23 17:10:52
8574 Log: Metaconfig unit tweak for #11450.
8575 Branch: metaconfig/U/perl
8577 ____________________________________________________________________________
8578 [ 11450] By: jhi on 2001/07/23 17:09:46
8579 Log: Too volatile failsafe check.
8582 ____________________________________________________________________________
8583 [ 11449] By: jhi on 2001/07/23 16:53:59
8584 Log: Further doc tweaks.
8587 ____________________________________________________________________________
8588 [ 11448] By: jhi on 2001/07/23 05:26:50
8592 ____________________________________________________________________________
8593 [ 11447] By: jhi on 2001/07/23 04:57:49
8594 Log: Doc tweakery from Abhijit.
8596 ! Porting/repository.pod
8597 ____________________________________________________________________________
8598 [ 11446] By: jhi on 2001/07/22 15:41:02
8599 Log: An accidental empty line.
8602 ____________________________________________________________________________
8603 [ 11445] By: jhi on 2001/07/22 15:38:30
8604 Log: Missing MANIFESTations.
8607 ____________________________________________________________________________
8608 [ 11444] By: jhi on 2001/07/22 15:30:10
8609 Log: Update Changes.
8611 ! Changes patchlevel.h
8612 ____________________________________________________________________________
8613 [ 11443] By: jhi on 2001/07/22 15:02:11
8614 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
8615 From: Mike Guy <mjtg@cam.ac.uk>
8616 Date: Fri, 20 Jul 2001 16:12:49 +0100
8617 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
8619 ! Porting/pumpkin.pod
8620 ____________________________________________________________________________
8621 [ 11442] By: jhi on 2001/07/22 14:58:33
8622 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
8623 From: Peter Prymmer <pvhp@forte.com>
8624 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
8625 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
8628 ____________________________________________________________________________
8629 [ 11441] By: jhi on 2001/07/22 14:54:29
8630 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
8631 From: Michael G Schwern <schwern@pobox.com>
8632 Date: Fri, 20 Jul 2001 20:22:35 -0400
8633 Message-ID: <20010720202235.O4498@blackrider>
8635 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
8637 ____________________________________________________________________________
8638 [ 11440] By: jhi on 2001/07/22 14:51:14
8639 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
8640 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8641 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
8642 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
8644 ! ext/POSIX/POSIX.pod
8645 ____________________________________________________________________________
8646 [ 11439] By: jhi on 2001/07/22 14:49:25
8647 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
8648 From: Mark-Jason Dominus <mjd@plover.com>
8649 Date: Fri, 20 Jul 2001 23:16:54 -0400
8650 Message-ID: <20010721031654.21877.qmail@plover.com>
8652 ! ext/POSIX/POSIX.pod
8653 ____________________________________________________________________________
8654 [ 11438] By: jhi on 2001/07/22 14:41:58
8655 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
8656 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8657 Date: Sun, 22 Jul 2001 14:56:09 +0200
8658 Message-ID: <20010722145609.A766@rafael>
8661 ____________________________________________________________________________
8662 [ 11437] By: jhi on 2001/07/22 14:39:07
8663 Log: Subject: regexec.c #define cleanup
8664 From: Mark-Jason Dominus <mjd@plover.com>
8665 Date: Sat, 21 Jul 2001 18:33:25 -0400
8666 Message-ID: <20010721223325.3069.qmail@plover.com>
8669 ____________________________________________________________________________
8670 [ 11436] By: jhi on 2001/07/22 14:36:43
8671 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
8672 From: Prymmer/Kahn <pvhp@best.com>
8673 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
8674 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
8677 ____________________________________________________________________________
8678 [ 11435] By: jhi on 2001/07/22 00:22:51
8679 Log: Typo in #11432.
8682 ____________________________________________________________________________
8683 [ 11434] By: jhi on 2001/07/21 23:12:26
8684 Log: Integrate (manually) change #11424 from macperl.
8686 ! ext/Filter/t/call.t
8687 ____________________________________________________________________________
8688 [ 11433] By: jhi on 2001/07/21 23:07:43
8689 Log: Integrate change #11408 from macperl.
8691 !> README.macos pod/perlport.pod
8692 ____________________________________________________________________________
8693 [ 11432] By: jhi on 2001/07/21 23:02:30
8694 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
8696 +> macos/MacPerlTests.cmd macos/xsubpp.patch
8697 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8698 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
8700 ____________________________________________________________________________
8701 [ 11431] By: gsar on 2001/07/21 05:03:44
8702 Log: pod/*.t tests not picked up by t/TEST either
8703 Branch: maint-5.6/perl
8705 ____________________________________________________________________________
8706 [ 11430] By: gsar on 2001/07/21 04:58:12
8707 Log: better tweak for change#11429 (windows has both / and \ separated
8708 paths in @INC at that point)
8709 Branch: maint-5.6/perl
8711 ____________________________________________________________________________
8712 [ 11429] By: gsar on 2001/07/21 04:41:15
8713 Log: MacOS pod test tweak needs \Escape
8714 Branch: maint-5.6/perl
8716 ____________________________________________________________________________
8717 [ 11428] By: gsar on 2001/07/21 04:39:34
8718 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
8719 resulting duplicate output, but t/harness isn't)
8720 Branch: maint-5.6/perl
8722 ____________________________________________________________________________
8723 [ 11427] By: gsar on 2001/07/21 04:37:26
8724 Log: t/harness wasn't picking up all the tests
8725 Branch: maint-5.6/perl
8727 ____________________________________________________________________________
8728 [ 11426] By: gsar on 2001/07/21 04:09:26
8729 Log: update MANIFEST for new file
8730 Branch: maint-5.6/perl
8732 ____________________________________________________________________________
8733 [ 11425] By: gsar on 2001/07/21 04:07:46
8734 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
8735 the exception of the macperl/macos/... tree
8736 Branch: maint-5.6/perl
8737 +> t/lib/filefind-taint.t
8738 !> (integrate 72 files)
8739 ____________________________________________________________________________
8740 [ 11424] By: pudge on 2001/07/20 18:55:25
8742 Branch: maint-5.6/macperl
8743 ! macos/bundled_ext/Filter/t/call.t
8744 ____________________________________________________________________________
8745 [ 11423] By: gsar on 2001/07/20 18:38:48
8746 Log: Make perl fork()-safe (in a slightly limited way) even on
8747 platforms that don't have pthread_atfork() (extension of
8748 the fix in change#11151).
8750 Note that this will not help extensions that call fork()
8751 directly in C, or that link to libraries that call fork()
8752 directly. Such cases must be fixed to either call
8753 PerlProc_fork(), or call atfork_lock() in parent before the
8754 calling the function that forks and call atfork_unlock()
8755 in both parent and child immediately after the fork().
8756 (There are no worries if C code calls exec() in the child
8757 immediately after a fork(). Only cases where the child
8758 calls perl's API functions (including New()) after the
8759 fork() are problematic.)
8761 This change also eliminates the use of vfork() from perl,
8762 since all such uses were violating the severe restrictions
8763 on modifying the state of the process between the vfork()
8766 This is a modified version of patches suggested by Abhijit
8767 Menon-Sen and Richard Soderberg.
8769 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
8770 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
8771 ____________________________________________________________________________
8772 [ 11422] By: pudge on 2001/07/20 18:16:37
8773 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
8774 Switch, and Text::Balanced.
8775 Branch: maint-5.6/macperl
8776 + macos/bundled_ext/Filter/Util/Call/Call.pm
8777 + macos/bundled_ext/Filter/Util/Call/Call.xs
8778 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
8779 + macos/bundled_ext/Filter/t/MyFilter.pm
8780 + macos/bundled_ext/Filter/t/call.t
8781 + macos/bundled_ext/Filter/t/filter-util.pl
8782 + macos/bundled_lib/blib/lib/Class/ISA.pm
8783 + macos/bundled_lib/blib/lib/Digest.pm
8784 + macos/bundled_lib/blib/lib/Filter/Simple.pm
8785 + macos/bundled_lib/blib/lib/Switch.pm
8786 + macos/bundled_lib/blib/lib/Text/Balanced.pm
8787 + macos/bundled_lib/blib/lib/Text/Balanced.pod
8788 + macos/bundled_lib/t/Class/ISA/test.pl
8789 + macos/bundled_lib/t/Digest/Digest.t
8790 + macos/bundled_lib/t/Filter/Simple/test.pl
8791 + macos/bundled_lib/t/Switch/test.pl
8792 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
8793 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
8794 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
8795 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
8796 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
8797 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
8798 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
8799 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
8800 ____________________________________________________________________________
8801 [ 11421] By: pudge on 2001/07/20 18:03:28
8802 Log: Add Filter::Util::Call to config/make files; edit utils
8803 to recognize the module (it was descended too far down).
8804 Bump version to 5.6.1a4.
8805 Branch: maint-5.6/macperl
8806 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
8807 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
8808 ! macos/macperl/Makefile.mk macos/xsubpp.patch
8809 ____________________________________________________________________________
8810 [ 11420] By: pudge on 2001/07/20 18:02:05
8811 Log: Make DB_File the default for MLDBM on MacOS.
8812 Branch: maint-5.6/macperl
8813 ! macos/bundled_lib/blib/lib/MLDBM.pm
8814 ____________________________________________________________________________
8815 [ 11419] By: nick on 2001/07/20 14:51:03
8816 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
8817 From: Simon Cozens <simon@netthink.co.uk>
8818 Date: Fri, 20 Jul 2001 11:42:35 -0400
8819 Message-Id: <20010720114235.A5235@netthink.co.uk>
8822 ____________________________________________________________________________
8823 [ 11418] By: nick on 2001/07/20 14:48:12
8824 Log: Subject: [PATCH regcomp.h] adds a comment
8825 From: Abhijit Menon-Sen <ams@wiw.org>
8826 Date: Fri, 20 Jul 2001 21:05:37 +0530
8827 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
8830 ____________________________________________________________________________
8831 [ 11417] By: nick on 2001/07/20 14:16:38
8832 Log: Subject: [PATCH 5.7.2] INSTALL updates
8833 From: Andy Dougherty <doughera@lafayette.edu>
8834 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
8835 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
8838 ____________________________________________________________________________
8839 [ 11416] By: nick on 2001/07/20 06:44:44
8840 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
8841 From: Russ Allbery <rra@stanford.edu>
8842 Date: 19 Jul 2001 15:52:37 -0700
8843 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
8846 ____________________________________________________________________________
8847 [ 11415] By: nick on 2001/07/20 06:35:11
8848 Log: Subject: [PATCH] defer op_seq allocation
8849 From: Abhijit Menon-Sen <ams@wiw.org>
8850 Date: Thu, 19 Jul 2001 22:12:24 +0530
8851 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
8854 ____________________________________________________________________________
8855 [ 11414] By: nick on 2001/07/20 06:23:36
8856 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
8857 From: Abhijit Menon-Sen <ams@wiw.org>
8858 Date: Fri, 20 Jul 2001 01:18:50 +0530
8859 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
8862 ! ext/Time/HiRes/HiRes.xs
8863 ____________________________________________________________________________
8864 [ 11413] By: nick on 2001/07/20 06:18:53
8865 Log: Integrate mainline
8867 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
8868 - t/base/commonsense.t
8869 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
8870 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
8871 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
8872 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
8873 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
8875 ____________________________________________________________________________
8876 [ 11412] By: nick on 2001/07/19 06:44:27
8877 Log: Integrate win32/perlhost.h from maintenance branch.
8878 (Rest of $ENV{PATH} / system() fix.)
8881 ____________________________________________________________________________
8882 [ 11411] By: nick on 2001/07/19 06:41:34
8883 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
8884 From: Philip Newton <Philip.Newton@gmx.net>
8885 Date: Wed, 18 Jul 2001 21:43:57 +0200
8886 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
8889 ____________________________________________________________________________
8890 [ 11410] By: nick on 2001/07/19 06:39:35
8891 Log: Subject: Security hole in taint checking in open()
8892 From: deekoo@tentacle.net
8893 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
8894 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
8897 ____________________________________________________________________________
8898 [ 11409] By: nick on 2001/07/19 06:28:08
8899 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
8900 From: Abhijit Menon-Sen <ams@wiw.org>
8901 Date: Thu, 19 Jul 2001 04:30:43 +0530
8902 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
8904 ! ext/Time/HiRes/HiRes.xs
8905 ____________________________________________________________________________
8906 [ 11408] By: pudge on 2001/07/19 03:27:36
8907 Log: Update docs with latest implementation information and new URLs.
8908 Branch: maint-5.6/macperl
8909 ! README.macos pod/perlport.pod
8910 ____________________________________________________________________________
8911 [ 11407] By: pudge on 2001/07/19 02:35:46
8912 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
8913 Fix BuildRules to accept optimization variables.
8914 Branch: maint-5.6/macperl
8915 + macos/bundled_ext/Digest/MD5/Makefile.mk
8916 ! macos/BuildRules.mk macos/Makefile.mk
8917 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
8918 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
8919 ____________________________________________________________________________
8920 [ 11406] By: pudge on 2001/07/19 01:11:39
8921 Log: Integrate changes 11399,11401
8922 Branch: maint-5.6/macperl
8923 !> win32/perlhost.h win32/win32.c
8924 ____________________________________________________________________________
8925 [ 11405] By: nick on 2001/07/18 06:50:33
8926 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
8929 !> win32/perlhost.h win32/win32.c
8930 ____________________________________________________________________________
8931 [ 11404] By: nick on 2001/07/18 06:43:59
8932 Log: Subject: Re: Perl 5.7.2 Has Been Released
8933 From: hv@crypt0.demon.co.uk
8934 Date: Wed, 18 Jul 2001 05:58:46 +0100
8935 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
8938 ____________________________________________________________________________
8939 [ 11403] By: nick on 2001/07/18 06:38:57
8940 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
8941 From: hv@crypt0.demon.co.uk
8942 Date: Wed, 18 Jul 2001 05:21:54 +0100
8943 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
8945 ! numeric.c t/op/arith.t
8946 ____________________________________________________________________________
8947 [ 11402] By: nick on 2001/07/18 06:19:17
8948 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
8949 From: mjd@plover.com
8950 Date: 17 Jul 2001 17:59:20 -0000
8951 Message-Id: <20010717175920.8177.qmail@plover.com>
8954 ____________________________________________________________________________
8955 [ 11401] By: gsar on 2001/07/17 21:31:31
8956 Log: thinko in change#11400 (duh)
8957 Branch: maint-5.6/perl
8959 ____________________________________________________________________________
8960 [ 11400] By: gsar on 2001/07/17 19:46:34
8961 Log: change#11399 revealed another unrelated bug; this is just a temporary
8963 Branch: maint-5.6/perl
8965 ____________________________________________________________________________
8966 [ 11399] By: gsar on 2001/07/17 19:11:57
8967 Log: fix bugs in handling of the virtualized environment under windows;
8968 there were bugs in propagating any changes to %ENV down to the real
8969 environment when such changes happened in the toplevel process
8970 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
8971 problem identification, and for a part of the fix)
8972 Branch: maint-5.6/perl
8973 ! win32/perlhost.h win32/win32.c
8974 ____________________________________________________________________________
8975 [ 11398] By: nick on 2001/07/17 08:26:35
8976 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
8977 From: Peter Prymmer <pvhp@forte.com>
8978 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
8979 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
8981 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
8982 should not depend on existance of Config.pm
8984 +> t/lib/commonsense.t
8985 - t/base/commonsense.t
8987 ____________________________________________________________________________
8988 [ 11397] By: nick on 2001/07/17 08:09:58
8989 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
8990 From: Michael G Schwern <schwern@pobox.com>
8991 Date: Mon, 16 Jul 2001 18:20:31 -0400
8992 Message-Id: <20010716182031.A1128@blackrider>
8995 ____________________________________________________________________________
8996 [ 11396] By: nick on 2001/07/17 08:04:11
8997 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
8998 From: Gwyn Judd <b.judd@xtra.co.nz>
8999 Date: Tue, 17 Jul 2001 20:55:58 +1200
9000 Message-Id: <20010717205558.A3107@thislove>
9003 ____________________________________________________________________________
9004 [ 11395] By: nick on 2001/07/17 08:02:22
9005 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
9006 From: Peter Prymmer <pvhp@forte.com>
9007 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
9008 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
9011 ____________________________________________________________________________
9012 [ 11394] By: nick on 2001/07/17 07:57:06
9013 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
9014 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
9015 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
9016 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
9019 ____________________________________________________________________________
9020 [ 11392] By: nick on 2001/07/17 07:50:12
9021 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
9022 From: Coral <coral@moonlight.crystalflame.net>
9023 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
9024 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
9027 ____________________________________________________________________________
9028 [ 11391] By: nick on 2001/07/17 07:34:28
9029 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
9030 From: Jonathan Stowe <gellyfish@gellyfish.com>
9031 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
9032 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
9035 ____________________________________________________________________________
9036 [ 11390] By: pudge on 2001/07/16 23:54:44
9037 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
9038 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
9039 and Mac::Apps::Launch, which don't work, and Time::HiRes and
9040 Time::Piece, which don't yet work.
9041 Branch: maint-5.6/macperl
9043 ____________________________________________________________________________
9044 [ 11389] By: pudge on 2001/07/16 23:13:10
9045 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
9046 Also add hack to get around missing setenv for PERL5DB.
9047 Branch: maint-5.6/macperl
9048 ! macos/macish.c macos/macish.h
9049 ____________________________________________________________________________
9050 [ 11388] By: pudge on 2001/07/16 23:11:26
9051 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
9052 Branch: maint-5.6/macperl
9053 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
9054 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
9055 ____________________________________________________________________________
9056 [ 11387] By: pudge on 2001/07/16 23:05:12
9057 Log: Fix up some configuration and make options, add extra
9059 Branch: maint-5.6/macperl
9060 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
9061 ! macos/macperl/Makefile.mk
9062 ____________________________________________________________________________
9063 [ 11386] By: pudge on 2001/07/16 21:22:32
9064 Log: From Change 11374 in maintperl.
9065 Branch: maint-5.6/macperl
9067 ____________________________________________________________________________
9068 [ 11385] By: nick on 2001/07/16 14:12:58
9069 Log: Back out change to h2xs till it passes its test.
9072 ____________________________________________________________________________
9073 [ 11384] By: nick on 2001/07/16 14:00:10
9074 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
9075 From: Jonathan Stowe <gellyfish@gellyfish.com>
9076 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
9077 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
9080 ____________________________________________________________________________
9081 [ 11383] By: nick on 2001/07/16 13:53:12
9082 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
9083 From: Robin Houston <robin@kitsite.com>
9084 Date: Sun, 15 Jul 2001 18:22:31 +0100
9085 Message-Id: <20010715182230.A11174@robin>
9088 ____________________________________________________________________________
9089 [ 11382] By: nick on 2001/07/16 13:52:49
9090 Log: Subject: [PATCH perl@11372] re_dup
9091 From: Radu Greab <radu@netsoft.ro>
9092 Date: Sun, 15 Jul 2001 04:50:06 +0300
9093 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
9096 ____________________________________________________________________________
9097 [ 11379] By: nick on 2001/07/16 13:35:39
9098 Log: Subject: [PATCH B::Deparse] formats can't contain formats
9099 From: Robin Houston <robin@kitsite.com>
9100 Date: Sat, 14 Jul 2001 14:28:50 +0100
9101 Message-Id: <20010714142850.A10205@robin>
9103 ! ext/B/B/Deparse.pm
9104 ____________________________________________________________________________
9105 [ 11378] By: nick on 2001/07/16 13:30:36
9106 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
9107 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
9108 Date: Sat, 14 Jul 2001 22:17:42 +0900
9109 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
9111 + ext/Encode/Encode/euc-jp-0212.enc
9112 ! ext/Encode/Encode/Tcl.pm
9113 ____________________________________________________________________________
9114 [ 11377] By: nick on 2001/07/16 13:17:28
9115 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
9116 From: Andy Dougherty <doughera@lafayette.edu>
9117 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
9118 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
9120 ! hints/darwin.sh hints/rhapsody.sh
9121 ____________________________________________________________________________
9122 [ 11376] By: nick on 2001/07/16 09:05:00
9123 Log: Integrate mainline
9125 +> ext/Encode/Encode/7bit-greek.enc
9126 +> ext/Encode/Encode/7bit-latin1.enc
9127 +> ext/Encode/Encode/cns11643-1.enc
9128 +> ext/Encode/Encode/cns11643-2.enc
9129 +> ext/Encode/Encode/iso2022-cn.enc
9130 +> ext/Encode/Encode/iso2022-jp1.enc
9131 +> ext/Encode/Encode/iso2022-jp2.enc
9132 !> Changes Configure MANIFEST Makefile.SH
9133 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
9134 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
9135 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
9136 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
9137 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
9138 ____________________________________________________________________________
9139 [ 11375] By: gsar on 2001/07/16 02:46:11
9140 Log: integrate change#11374 from maint-5.6
9142 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
9145 ____________________________________________________________________________
9146 [ 11374] By: gsar on 2001/07/16 02:10:51
9147 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
9148 Branch: maint-5.6/perl
9150 ____________________________________________________________________________
9151 [ 11373] By: jhi on 2001/07/14 09:27:10
9152 Log: Update Changes.
9154 ! Changes patchlevel.h
9155 ____________________________________________________________________________
9156 [ 11372] By: jhi on 2001/07/14 09:19:18
9157 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
9158 From: Jonathan Stowe <gellyfish@gellyfish.com>
9159 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
9160 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
9163 ____________________________________________________________________________
9164 [ 11371] By: jhi on 2001/07/14 09:18:09
9165 Log: Subject: patch to add DEL to [:cntrl:]
9166 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9167 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
9168 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
9170 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
9171 ____________________________________________________________________________
9172 [ 11370] By: jhi on 2001/07/14 01:33:17
9173 Log: Metaconfig unit change for #11369; plus a dependency nit.
9175 ! U/compline/nblock_io.U
9176 Branch: metaconfig/U/perl
9178 ____________________________________________________________________________
9179 [ 11369] By: jhi on 2001/07/14 01:32:33
9180 Log: #include <stdlib.h> so that exit() is prototyped,
9184 ____________________________________________________________________________
9185 [ 11368] By: jhi on 2001/07/14 01:18:28
9186 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
9187 From: Peter Prymmer <pvhp@forte.com>
9188 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
9189 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
9192 ____________________________________________________________________________
9193 [ 11367] By: jhi on 2001/07/14 01:07:03
9194 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
9195 From: Peter Prymmer <pvhp@forte.com>
9196 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
9197 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
9199 ! ext/Encode/Encode/Tcl.t
9200 ____________________________________________________________________________
9201 [ 11366] By: jhi on 2001/07/13 22:48:47
9202 Log: Add information about gcc 3.0 basic block profiling.
9204 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
9205 ____________________________________________________________________________
9206 [ 11365] By: jhi on 2001/07/13 21:22:20
9207 Log: Subject: Error in lib/PerlIO/Via.pm ?
9208 From: Mark-Jason Dominus <mjd@plover.com>
9209 Date: Fri, 13 Jul 2001 15:55:41 -0400
9210 Message-ID: <20010713195541.26751.qmail@plover.com>
9212 ! ext/PerlIO/Via/Via.pm
9213 ____________________________________________________________________________
9214 [ 11364] By: jhi on 2001/07/13 21:21:23
9215 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
9216 section from the Compiler section.
9219 ____________________________________________________________________________
9220 [ 11363] By: jhi on 2001/07/13 21:19:34
9221 Log: Handle glibc style of constant definitions using enum
9222 with intervening #defines; from Brendan O'Dea.
9225 ____________________________________________________________________________
9226 [ 11362] By: jhi on 2001/07/13 21:17:40
9227 Log: Add LC_MESSAGES to the locale_h export tag (it already is
9228 in the Makefile.PL and thusly eligible for an XS constant)
9229 (see also maintperl #10543)
9231 ! ext/POSIX/POSIX.pm
9232 ____________________________________________________________________________
9233 [ 11361] By: jhi on 2001/07/13 15:12:37
9234 Log: Subject: Re: [patch] re_dup
9235 From: Abhijit Menon-Sen <ams@wiw.org>
9236 Date: Fri, 13 Jul 2001 21:41:09 +0530
9237 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
9240 ____________________________________________________________________________
9241 [ 11360] By: jhi on 2001/07/13 15:11:45
9242 Log: Subject: [patch] re_dup
9243 From: Doug MacEachern <dougm@covalent.net>
9244 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
9245 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
9248 ____________________________________________________________________________
9249 [ 11359] By: jhi on 2001/07/13 14:30:32
9250 Log: Update Changes.
9252 ! Changes patchlevel.h
9253 ____________________________________________________________________________
9254 [ 11358] By: jhi on 2001/07/13 14:26:36
9255 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
9256 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9257 Date: Sat, 14 Jul 2001 00:06:30 +0900
9258 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
9260 + ext/Encode/Encode/7bit-greek.enc
9261 + ext/Encode/Encode/7bit-latin1.enc
9262 + ext/Encode/Encode/cns11643-1.enc
9263 + ext/Encode/Encode/cns11643-2.enc
9264 + ext/Encode/Encode/iso2022-cn.enc
9265 + ext/Encode/Encode/iso2022-jp1.enc
9266 + ext/Encode/Encode/iso2022-jp2.enc
9267 ! MANIFEST ext/Encode/Encode/Tcl.pm
9268 ! ext/Encode/Encode/iso2022-kr.enc
9269 ____________________________________________________________________________
9270 [ 11357] By: nick on 2001/07/13 14:24:06
9271 Log: Blind integrate mainline (as of 5.7.2?)
9273 !> AUTHORS Changes Porting/config.sh Porting/config_H
9274 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
9275 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
9276 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9277 !> win32/makefile.mk
9278 ____________________________________________________________________________
9279 [ 11355] By: jhi on 2001/07/13 13:13:46
9280 Log: Snip away the devel patchlevel.
9283 ____________________________________________________________________________
9284 [ 11354] By: jhi on 2001/07/13 13:12:01
9285 Log: Bump the version to 5.7.2.
9287 ! Porting/config.sh Porting/config_H patchlevel.h
9288 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
9289 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9291 ____________________________________________________________________________
9292 [ 11353] By: jhi on 2001/07/13 13:00:00
9293 Log: Update Changes.
9296 ____________________________________________________________________________
9297 [ 11352] By: jhi on 2001/07/13 12:54:49
9301 ____________________________________________________________________________
9302 [ 11351] By: jhi on 2001/07/13 12:52:47
9303 Log: AUTHORS update.
9306 ____________________________________________________________________________
9307 [ 11350] By: jhi on 2001/07/13 12:24:36
9308 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
9312 ____________________________________________________________________________
9313 [ 11349] By: jhi on 2001/07/13 11:54:10
9314 Log: Integrate perlio.
9316 !> win32/distclean.bat
9317 ____________________________________________________________________________
9318 [ 11348] By: jhi on 2001/07/13 11:49:50
9319 Log: Test the encoding transform only iff we have PerlIO,
9320 noticed by H. Merijn Brand.
9322 ! ext/PerlIO/t/encoding.t
9323 ____________________________________________________________________________
9324 [ 11347] By: jhi on 2001/07/13 11:40:13
9325 Log: README.netware tweaks from Ananth Kesari.
9328 ____________________________________________________________________________
9329 [ 11346] By: nick on 2001/07/13 09:18:51
9330 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
9331 to avoid /unicode vs /Unicode issues.
9333 ! win32/distclean.bat
9334 ____________________________________________________________________________
9335 [ 11345] By: nick on 2001/07/13 06:24:18
9336 Log: Integrate mainline
9338 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
9339 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
9340 !> (integrate 63 files)
9341 ____________________________________________________________________________
9342 [ 11344] By: jhi on 2001/07/13 04:50:22
9343 Log: Add d_bincompat5005 information to perl -V.
9346 ____________________________________________________________________________
9347 [ 11343] By: jhi on 2001/07/13 03:42:05
9348 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
9349 From: Abhijit Menon-Sen <ams@wiw.org>
9350 Date: Fri, 13 Jul 2001 07:12:36 +0530
9351 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
9354 ____________________________________________________________________________
9355 [ 11342] By: jhi on 2001/07/13 03:36:22
9356 Log: Remove unicode::distinct, as per Inaba Hiroto.
9358 - lib/unicode/distinct.pm
9359 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
9361 ____________________________________________________________________________
9362 [ 11341] By: jhi on 2001/07/13 00:05:53
9363 Log: Paging for Dr Octothorpe.
9366 ____________________________________________________________________________
9367 [ 11340] By: jhi on 2001/07/12 23:53:44
9368 Log: cut-n-paste error noticed by mjd.
9371 ____________________________________________________________________________
9372 [ 11339] By: jhi on 2001/07/12 23:39:42
9373 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
9374 From: Peter Prymmer <pvhp@forte.com>
9375 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
9376 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
9379 ____________________________________________________________________________
9380 [ 11338] By: jhi on 2001/07/12 23:38:49
9381 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
9382 From: Randall Gellens <randy@qualcomm.com>
9383 Date: Thu, 12 Jul 2001 16:56:23 -0700
9384 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
9386 ! Porting/repository.pod
9387 ____________________________________________________________________________
9388 [ 11337] By: jhi on 2001/07/12 23:35:06
9389 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
9392 ____________________________________________________________________________
9393 [ 11336] By: jhi on 2001/07/12 23:23:39
9394 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
9395 From: coral <coral@moonlight.crystalflame.net>
9396 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
9397 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
9400 ____________________________________________________________________________
9401 [ 11335] By: jhi on 2001/07/12 23:23:14
9402 Log: Metaconfig unit change for #11134.
9404 + U/threads/d_pthread_atfork.U
9405 ____________________________________________________________________________
9406 [ 11334] By: jhi on 2001/07/12 23:22:42
9407 Log: Add HAS_PTHREAD_ATFORK.
9409 ! Configure NetWare/config.wc NetWare/config_H.wc
9410 ! Porting/Glossary Porting/config.sh Porting/config_H
9411 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
9412 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
9413 ! vos/config.ga.def vos/config.ga.h win32/config.bc
9414 ! win32/config.gc win32/config.vc win32/config_H.bc
9415 ! win32/config_H.gc win32/config_H.vc
9416 ____________________________________________________________________________
9417 [ 11333] By: jhi on 2001/07/12 22:58:35
9418 Log: Subject: [PATCH] File::Copy fails on tied handles
9419 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
9420 Date: Thu, 12 Jul 2001 15:18:51 -0700
9421 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
9424 ____________________________________________________________________________
9425 [ 11332] By: jhi on 2001/07/12 22:57:04
9426 Log: Subject: [PATCH] Langinfo.t
9427 From: Nicholas Clark <nick@ccl4.org>
9428 Date: Thu, 12 Jul 2001 23:55:38 +0100
9429 Message-ID: <20010712235538.M5827@plum.flirble.org>
9431 ! ext/I18N/Langinfo/Langinfo.t
9432 ____________________________________________________________________________
9433 [ 11331] By: jhi on 2001/07/12 22:56:09
9434 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
9435 From: Peter Prymmer <pvhp@forte.com>
9436 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
9437 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
9439 ! pod/perl572delta.pod
9440 ____________________________________________________________________________
9441 [ 11330] By: jhi on 2001/07/12 22:55:23
9442 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
9443 From: Abhijit Menon-Sen <ams@wiw.org>
9444 Date: Fri, 13 Jul 2001 05:21:16 +0530
9445 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
9448 ____________________________________________________________________________
9449 [ 11329] By: jhi on 2001/07/12 22:54:39
9450 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
9451 From: Abhijit Menon-Sen <ams@wiw.org>
9452 Date: Fri, 13 Jul 2001 03:04:25 +0530
9453 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
9456 ____________________________________________________________________________
9457 [ 11328] By: gsar on 2001/07/12 19:02:01
9460 ! win32/Makefile win32/makefile.mk
9461 ____________________________________________________________________________
9462 [ 11327] By: jhi on 2001/07/12 18:54:09
9463 Log: Update Changes.
9465 ! Changes patchlevel.h
9466 ____________________________________________________________________________
9467 [ 11326] By: jhi on 2001/07/12 18:17:18
9468 Log: Typo spotted by Philip Newton.
9470 ! pod/perl572delta.pod
9471 ____________________________________________________________________________
9472 [ 11325] By: jhi on 2001/07/12 18:11:42
9473 Log: Subject: [PATCH] fixes perl_clone of perl_clone
9474 From: Artur Bergman <artur@contiller.se>
9475 Date: Thu, 12 Jul 2001 20:57:09 +0200
9476 Message-ID: <B773BFA4.236B%artur@contiller.se>
9479 ____________________________________________________________________________
9480 [ 11324] By: jhi on 2001/07/12 18:09:17
9481 Log: Add README.uts from Hal Morris.
9484 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
9485 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9486 ____________________________________________________________________________
9487 [ 11323] By: jhi on 2001/07/12 17:48:33
9488 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
9489 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9490 Date: Thu, 12 Jul 2001 20:32:37 +0200
9491 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
9494 ____________________________________________________________________________
9495 [ 11322] By: jhi on 2001/07/12 17:44:29
9496 Log: Subject: Patch: document reg_data.what member
9497 From: Mark-Jason Dominus <mjd@plover.com>
9498 Message-ID: <20010712182532.14821.qmail@plover.com>
9499 Date: Thu, 12 Jul 2001 14:25:32 -0400
9501 ! regcomp.c regcomp.h
9502 ____________________________________________________________________________
9503 [ 11321] By: jhi on 2001/07/12 17:43:18
9504 Log: Subject: [PATCH] Perl_re_dup()
9505 From: Abhijit Menon-Sen <ams@wiw.org>
9506 Date: Thu, 12 Jul 2001 23:54:32 +0530
9507 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
9509 ! embed.h embed.pl perlapi.c proto.h sv.c
9510 ____________________________________________________________________________
9511 [ 11320] By: jhi on 2001/07/12 17:18:54
9512 Log: Regen Configure, modlib, toc.
9514 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9515 ! pod/perlmodlib.pod pod/perltoc.pod
9516 ____________________________________________________________________________
9517 [ 11319] By: jhi on 2001/07/12 17:08:15
9518 Log: The problem seems to be in PerlIO::Layer::->find() not
9519 accepting the ":encoding(blurflur)" arguments.
9521 ! lib/PerlIO.pm lib/open.pm
9522 ____________________________________________________________________________
9523 [ 11318] By: jhi on 2001/07/12 16:58:11
9524 Log: AIX doc update.
9526 ! README.aix pod/perl572delta.pod
9527 ____________________________________________________________________________
9528 [ 11317] By: jhi on 2001/07/12 16:39:11
9529 Log: Subject: AIX README update
9530 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9531 Date: Thu, 12 Jul 2001 19:28:30 +0200
9532 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
9535 ____________________________________________________________________________
9536 [ 11316] By: jhi on 2001/07/12 16:37:15
9537 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
9538 From: Norton Allen <allen@huarp.harvard.edu>
9539 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
9540 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
9542 ! ext/IO/lib/IO/t/io_unix.t
9543 ____________________________________________________________________________
9544 [ 11315] By: jhi on 2001/07/12 16:35:53
9545 Log: Subject: [PATCH README.qnx hints/qnx.sh]
9546 From: Norton Allen <allen@huarp.harvard.edu>
9547 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
9548 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
9550 ! README.qnx hints/qnx.sh
9551 ____________________________________________________________________________
9552 [ 11314] By: jhi on 2001/07/12 16:13:15
9553 Log: Subject: [patch] faster PM_GETRE
9554 From: Doug MacEachern <dougm@covalent.net>
9555 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
9556 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
9559 ____________________________________________________________________________
9560 [ 11313] By: jhi on 2001/07/12 16:12:23
9561 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
9562 From: Doug MacEachern <dougm@covalent.net>
9563 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
9564 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
9567 ____________________________________________________________________________
9568 [ 11312] By: jhi on 2001/07/12 16:07:22
9569 Log: Tell where the nice Estonian database is.
9572 ____________________________________________________________________________
9573 [ 11311] By: jhi on 2001/07/12 16:05:31
9574 Log: Retract #11309 since #11310 is a better fix.
9577 ____________________________________________________________________________
9578 [ 11310] By: gsar on 2001/07/12 15:50:40
9579 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
9580 change#11300 needs to return the status of failed win32_spawnvp())
9582 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
9583 splitting correctly; remove unused variables; 'require' at run time
9584 rather than 'use' at compile time for I18N::Langinfo, since it
9587 ! lib/open.pm win32/win32.c
9588 ____________________________________________________________________________
9589 [ 11309] By: jhi on 2001/07/12 15:29:55
9590 Log: Temporary workaround.
9593 ____________________________________________________________________________
9594 [ 11308] By: jhi on 2001/07/12 14:44:51
9595 Log: UCD typo in #11306 and add also more known-to-be-tested
9596 modules to the skip list.
9599 ____________________________________________________________________________
9600 [ 11307] By: jhi on 2001/07/12 14:38:38
9601 Log: Rename Unicode::UCD to UnicodeCD to avoid
9602 messups with case-insensitive filesystems.
9604 + lib/UnicodeCD.pm lib/UnicodeCD.t
9605 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
9606 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
9607 ____________________________________________________________________________
9608 [ 11306] By: jhi on 2001/07/12 13:32:05
9609 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
9610 From: daniel@biz.bitpusher.com
9611 Date: Wed, 11 Jul 2001 23:25:47 -0700
9612 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
9614 ! lib/Tie/Array.pm t/op/splice.t
9615 ____________________________________________________________________________
9616 [ 11305] By: jhi on 2001/07/12 13:05:46
9617 Log: Subject: [PATCH] More accurate line numbers in messages
9618 From: Paul Johnson <paul@pjcj.net>
9619 Date: Thu, 12 Jul 2001 04:14:11 +0200
9620 Message-ID: <20010712041411.A3467@pjcj.net>
9622 (With prototyping and multiplicity tweaks.)
9624 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
9625 ____________________________________________________________________________
9626 [ 11304] By: nick on 2001/07/12 12:53:40
9627 Log: Integrate mainline
9629 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
9630 !> regexec.c thread.h
9631 ____________________________________________________________________________
9632 [ 11303] By: jhi on 2001/07/12 12:46:20
9633 Log: Cut-and-pasto in #11298.
9635 ! ext/ByteLoader/bytecode.h
9636 ____________________________________________________________________________
9637 [ 11302] By: jhi on 2001/07/12 12:42:35
9638 Log: Update the AIX known problems section.
9640 ! pod/perl572delta.pod
9641 ____________________________________________________________________________
9642 [ 11301] By: jhi on 2001/07/12 12:36:46
9643 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
9644 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9645 Date: Thu, 12 Jul 2001 12:16:16 +0200
9646 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
9649 ____________________________________________________________________________
9650 [ 11300] By: jhi on 2001/07/12 12:35:44
9651 Log: Integrate perlio.
9653 !> makedef.pl win32/win32.c
9654 ____________________________________________________________________________
9655 [ 11299] By: jhi on 2001/07/12 12:33:57
9656 Log: Subject: [PATCH] fix for PMOP threadness failures
9657 From: Artur Bergman <artur@contiller.se>
9658 Date: Thu, 12 Jul 2001 09:48:06 +0200
9659 Message-ID: <B77322D6.22DD%artur@contiller.se>
9662 ____________________________________________________________________________
9663 [ 11298] By: jhi on 2001/07/12 12:27:47
9664 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
9665 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9666 Date: Thu, 12 Jul 2001 09:09:48 +0200
9667 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
9669 More parentheses to keep bcc happy.
9671 ! ext/ByteLoader/bytecode.h
9672 ____________________________________________________________________________
9673 [ 11297] By: jhi on 2001/07/12 12:24:50
9674 Log: Subject: Re: [patch] pthread_atfork bandaid
9675 From: Doug MacEachern <dougm@covalent.net>
9676 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
9677 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
9680 ____________________________________________________________________________
9681 [ 11296] By: nick on 2001/07/12 11:55:48
9682 Log: Exclude reentrant_buffer from .def file
9685 ____________________________________________________________________________
9686 [ 11295] By: nick on 2001/07/12 11:11:44
9687 Log: Honour void-ness of my_exit()
9690 ____________________________________________________________________________
9691 [ 11294] By: nick on 2001/07/12 07:51:04
9692 Log: Integrate mainline
9694 +> uts/sprintf_wrap.c
9695 !> (integrate 35 files)
9696 ____________________________________________________________________________
9697 [ 11293] By: jhi on 2001/07/12 04:58:08
9698 Log: Retract #11289.
9700 ! embed.h embed.pl perl.c proto.h thread.h
9701 ____________________________________________________________________________
9702 [ 11292] By: jhi on 2001/07/12 04:47:43
9703 Log: Now the :locale pseudolayer *almost* works...
9706 ____________________________________________________________________________
9707 [ 11291] By: jhi on 2001/07/12 04:36:47
9708 Log: Locale encoding tweaks.
9711 ____________________________________________________________________________
9712 [ 11290] By: jhi on 2001/07/12 04:25:53
9713 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
9714 From: Mark-Jason Dominus <mjd@plover.com>
9715 Date: Thu, 12 Jul 2001 00:59:31 -0400
9716 Message-ID: <20010712045931.8543.qmail@plover.com>
9718 Remove the chmod/umask leading zero warning.
9720 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
9721 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
9722 ____________________________________________________________________________
9723 [ 11289] By: jhi on 2001/07/12 04:16:41
9724 Log: (Retracted by #11289.)
9726 ! embed.h embed.pl perl.c proto.h thread.h
9727 ____________________________________________________________________________
9728 [ 11288] By: jhi on 2001/07/12 03:45:11
9729 Log: Needed by #11283.
9732 ____________________________________________________________________________
9733 [ 11287] By: jhi on 2001/07/12 03:40:04
9734 Log: Metaconfig unit change for #11286.
9735 Branch: metaconfig/U/perl
9737 ____________________________________________________________________________
9738 [ 11286] By: jhi on 2001/07/12 03:39:18
9739 Log: Subject: Re: [PATCH Configure] perl -V broken
9740 From: Andy Dougherty <doughera@lafayette.edu>
9741 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
9742 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
9744 ! Configure myconfig.SH
9745 ____________________________________________________________________________
9746 [ 11285] By: jhi on 2001/07/12 03:27:28
9747 Log: Retract #11166 (and #11237).
9749 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
9750 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
9751 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
9752 ____________________________________________________________________________
9753 [ 11284] By: jhi on 2001/07/12 02:36:42
9754 Log: UTS tweaks for Hal Morris.
9756 + uts/sprintf_wrap.c
9757 ! MANIFEST hints/uts.sh perl.h
9758 ____________________________________________________________________________
9759 [ 11283] By: jhi on 2001/07/12 00:52:36
9760 Log: Subject: [PATCH] Use reentrant API glibc
9761 From: Artur Bergman <artur@contiller.se>
9762 Date: Thu, 12 Jul 2001 00:58:21 +0200
9763 Message-ID: <B772A6AD.2288%artur@contiller.se>
9765 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
9767 ____________________________________________________________________________
9768 [ 11282] By: jhi on 2001/07/12 00:35:27
9769 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
9770 From: barries <barries@slaysys.com>
9771 Date: Wed, 11 Jul 2001 15:11:46 -0400
9772 Message-ID: <20010711151146.G24560@jester.slaysys.com>
9774 ! pp_sys.c t/lib/warnings/doio win32/win32.c
9775 ____________________________________________________________________________
9776 [ 11281] By: jhi on 2001/07/12 00:32:17
9777 Log: Subject: [patch] pthread_atfork bandaid
9778 From: Doug MacEachern <dougm@covalent.net>
9779 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
9780 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
9782 ! miniperlmain.c perl.c
9783 ____________________________________________________________________________
9784 [ 11280] By: jhi on 2001/07/12 00:31:34
9785 Log: Subject: [patch] perl_clone leaks
9786 From: Doug MacEachern <dougm@covalent.net>
9787 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
9788 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
9791 ____________________________________________________________________________
9792 [ 11279] By: nick on 2001/07/11 15:49:38
9793 Log: Integrate mainline
9795 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
9796 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
9797 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
9798 +> lib/Term/ANSIColor/README
9799 !> (integrate 54 files)
9800 ____________________________________________________________________________
9801 [ 11278] By: jhi on 2001/07/11 13:52:20
9802 Log: Update Changes.
9804 ! Changes patchlevel.h
9805 ____________________________________________________________________________
9806 [ 11277] By: jhi on 2001/07/11 13:31:43
9807 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
9808 From: Peter Prymmer <pvhp@forte.com>
9809 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
9810 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
9812 Backport of embed.pl to 5.003.
9815 ____________________________________________________________________________
9816 [ 11276] By: jhi on 2001/07/11 13:18:07
9817 Log: Subject: Re: POSIX test #14 on UTS
9818 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9819 Date: Wed, 11 Jul 2001 03:02:14 +0100
9820 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
9823 ____________________________________________________________________________
9824 [ 11275] By: jhi on 2001/07/11 13:15:49
9825 Log: Make the I32 an IV to preserve structure alignment and size.
9828 ____________________________________________________________________________
9829 [ 11274] By: jhi on 2001/07/11 13:13:27
9830 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
9831 From: "Artur Bergman" <artur@contiller.se>
9832 Date: Wed, 11 Jul 2001 14:23:37 +0200
9833 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
9835 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
9837 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
9838 ! pod/perlapi.pod sv.c
9839 ____________________________________________________________________________
9840 [ 11273] By: jhi on 2001/07/11 03:53:28
9841 Log: Tweak until Pod::Parser gets updated.
9843 ! t/pod/special_seqs.xr
9844 ____________________________________________________________________________
9845 [ 11272] By: jhi on 2001/07/11 00:46:05
9846 Log: File::Spec usage tweak.
9849 ____________________________________________________________________________
9850 [ 11271] By: jhi on 2001/07/11 00:37:19
9851 Log: Integrate #11263 from macperl; macos and macosx updates.
9854 ____________________________________________________________________________
9855 [ 11270] By: jhi on 2001/07/11 00:33:27
9856 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
9857 From: Peter Prymmer <pvhp@forte.com>
9858 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
9859 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
9861 + ext/Time/HiRes/hints/dynixptx.pl
9862 ! MANIFEST hints/dynixptx.sh
9863 ____________________________________________________________________________
9864 [ 11269] By: jhi on 2001/07/11 00:32:16
9865 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
9866 From: Nicholas Clark <nick@ccl4.org>
9867 Date: Tue, 10 Jul 2001 23:17:43 +0100
9868 Message-ID: <20010710231742.B59620@plum.flirble.org>
9870 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
9871 ____________________________________________________________________________
9872 [ 11268] By: jhi on 2001/07/11 00:30:56
9873 Log: Subject: [DOC PATCH] Pluggable runops
9874 From: Paul Johnson <paul@pjcj.net>
9875 Date: Tue, 10 Jul 2001 21:53:28 +0200
9876 Message-ID: <20010710215328.B26577@pjcj.net>
9879 ____________________________________________________________________________
9880 [ 11267] By: jhi on 2001/07/11 00:29:59
9881 Log: Subject: [PATCH] Authors
9882 From: Artur Bergman <artur@contiller.se>
9883 Date: Tue, 10 Jul 2001 20:39:12 +0200
9884 Message-ID: <B771186F.21CD%artur@contiller.se>
9887 ____________________________________________________________________________
9888 [ 11266] By: jhi on 2001/07/11 00:29:13
9889 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
9890 From: Doug MacEachern <dougm@covalent.net>
9891 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
9892 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
9895 ____________________________________________________________________________
9896 [ 11265] By: jhi on 2001/07/11 00:28:15
9897 Log: Subject: doc patch; times() in scalar context
9898 From: mjd@plover.com
9899 Date: 10 Jul 2001 18:01:17 -0000
9900 Message-ID: <20010710180117.12477.qmail@plover.com>
9903 ____________________________________________________________________________
9904 [ 11264] By: jhi on 2001/07/11 00:27:17
9905 Log: Subject: [PATCH] Small fix to pp_gmtime
9906 From: Artur Bergman <artur@contiller.se>
9907 Date: Tue, 10 Jul 2001 19:54:52 +0200
9908 Message-ID: <B7710E0B.21C5%artur@contiller.se>
9911 ____________________________________________________________________________
9912 [ 11263] By: pudge on 2001/07/10 21:06:10
9913 Log: Integrate changes from mainline perl, add notes about
9914 Mac OS X and Mac OS.
9915 Branch: maint-5.6/macperl
9917 ____________________________________________________________________________
9918 [ 11262] By: jhi on 2001/07/10 15:21:26
9919 Log: A proof of the dangers of package; ?
9922 ____________________________________________________________________________
9923 [ 11261] By: jhi on 2001/07/10 15:02:27
9924 Log: Regen toc and modlib.
9926 ! pod/perlmodlib.pod pod/perltoc.pod
9927 ____________________________________________________________________________
9928 [ 11260] By: jhi on 2001/07/10 15:00:37
9929 Log: Add compexcl(), casefold(), and casespec() interfaces;
9930 and make all interfaces to return hash references instead
9933 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9934 ____________________________________________________________________________
9935 [ 11259] By: jhi on 2001/07/10 13:50:17
9936 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
9937 From: "Philip Newton" <Philip.Newton@gmx.net>
9938 Date: Tue, 10 Jul 2001 09:55:59 +0200
9939 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
9941 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
9942 From: "Philip Newton" <Philip.Newton@gmx.net>
9943 Date: Tue, 10 Jul 2001 09:56:37 +0200
9944 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
9946 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9947 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
9948 ____________________________________________________________________________
9949 [ 11258] By: jhi on 2001/07/10 13:47:20
9950 Log: Subject: [patch] undef &xsub for 1,2
9951 From: Doug MacEachern <dougm@covalent.net>
9952 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
9953 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
9955 (This version of the patch with a comment from Gisle.)
9958 ____________________________________________________________________________
9959 [ 11257] By: jhi on 2001/07/10 13:45:44
9960 Log: Mention package; deprecation and the Win32 problems.
9962 ! pod/perl572delta.pod
9963 ____________________________________________________________________________
9964 [ 11256] By: jhi on 2001/07/10 13:45:12
9965 Log: Subject: [PATCH] deprecate package with no arguments
9966 From: Robin Houston <robin@kitsite.com>
9967 Date: Tue, 10 Jul 2001 13:33:40 +0100
9968 Message-ID: <20010710133340.A13452@robin.kitsite.com>
9970 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
9971 ____________________________________________________________________________
9972 [ 11255] By: jhi on 2001/07/10 13:16:11
9973 Log: Upgrade to podlators 1.10.
9975 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
9976 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
9977 ! pod/pod2man.PL pod/pod2text.PL
9978 ____________________________________________________________________________
9979 [ 11254] By: jhi on 2001/07/10 13:09:34
9980 Log: Upgrade to Term::ANSIColor 1.04.
9982 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
9983 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
9984 ____________________________________________________________________________
9985 [ 11253] By: jhi on 2001/07/10 12:59:27
9986 Log: Integrate perlio (the right fix for the ":layer(args)")
9989 ____________________________________________________________________________
9990 [ 11252] By: nick on 2001/07/10 06:58:14
9991 Log: Fix open(...,"...:layer(xxx)",...)
9992 - use memEQ not strEQ as there is '(' not '\0'
9995 ____________________________________________________________________________
9996 [ 11251] By: jhi on 2001/07/10 04:04:18
9997 Log: Telling the number of tests helps.
9999 ! ext/PerlIO/t/encoding.t
10000 ____________________________________________________________________________
10001 [ 11250] By: jhi on 2001/07/10 03:55:38
10002 Log: Require I18N::Langinfo, not use.
10005 ____________________________________________________________________________
10006 [ 11249] By: jhi on 2001/07/10 03:50:18
10007 Log: Add a test for for PerlIO ":encoding(...)" layer.
10009 + ext/PerlIO/t/encoding.t
10010 ! MANIFEST ext/Encode/Encode.pm
10011 ____________________________________________________________________________
10012 [ 11248] By: jhi on 2001/07/10 02:06:57
10013 Log: PerlIO ":encoding(foobar)" temporary fix.
10014 Not really correct, I think, since the change means
10015 that prefixes match.
10018 ____________________________________________________________________________
10019 [ 11247] By: jhi on 2001/07/10 01:38:11
10020 Log: Update to Math::BigInt 1.36. The biggest news is
10021 the separation of the backend; now the pure Perl
10022 implementation is in Math::BigInt::Calc, but one
10023 can plugin, say, Math::BigInt::BitVect, and get
10024 considerable speedup.
10026 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
10027 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10028 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
10029 ! lib/Math/BigInt/t/mbimbf.t
10030 ____________________________________________________________________________
10031 [ 11246] By: jhi on 2001/07/10 01:19:55
10032 Log: Subject: Re: compatibility question
10033 From: Peter Prymmer <pvhp@forte.com>
10034 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
10035 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
10037 ! lib/ExtUtils/MM_VMS.pm
10038 ____________________________________________________________________________
10039 [ 11245] By: jhi on 2001/07/10 01:18:04
10040 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
10041 From: Norton Allen <allen@huarp.harvard.edu>
10042 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
10043 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
10045 ! ext/File/Glob/t/basic.t
10046 ____________________________________________________________________________
10047 [ 11244] By: jhi on 2001/07/10 01:16:27
10048 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
10049 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10050 Date: Tue, 10 Jul 2001 00:29:55 +0900
10051 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
10053 + ext/Encode/Encode/HZ.enc
10054 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
10055 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
10056 ! ext/Encode/Encode/iso2022-jp.enc
10057 ! ext/Encode/Encode/iso2022-kr.enc
10058 ____________________________________________________________________________
10059 [ 11243] By: pudge on 2001/07/09 22:16:12
10060 Log: Add in all them there macos/ files.
10061 Branch: maint-5.6/macperl
10063 ____________________________________________________________________________
10064 [ 11242] By: jhi on 2001/07/09 20:26:04
10065 Log: Add the new modules to the list of having those own tests.
10067 ! t/lib/1_compile.t
10068 ____________________________________________________________________________
10069 [ 11241] By: jhi on 2001/07/09 19:09:58
10070 Log: Add INOUT to control both ways at the same time.
10073 ____________________________________________________________________________
10074 [ 11240] By: nick on 2001/07/09 16:33:50
10075 Log: Integrate mainline
10077 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10078 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
10079 !> (integrate 41 files)
10080 ____________________________________________________________________________
10081 [ 11239] By: jhi on 2001/07/09 16:14:35
10082 Log: More encoding mapping magic.
10085 ____________________________________________________________________________
10086 [ 11238] By: jhi on 2001/07/09 14:40:43
10087 Log: Update Changes.
10089 ! Changes patchlevel.h
10090 ____________________________________________________________________________
10091 [ 11237] By: jhi on 2001/07/09 14:27:27
10092 Log: (Retracted by #11285).
10094 Subject: [PATCH] OPpCONST_OCTAL fixes
10095 From: Abhijit Menon-Sen <ams@wiw.org>
10096 Date: Mon, 9 Jul 2001 07:38:45 +0530
10097 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
10100 ____________________________________________________________________________
10101 [ 11236] By: jhi on 2001/07/09 14:10:07
10102 Log: Add a pseudolayer ":locale" to the open pragma which
10103 will get the encoding from the locale. Yet undocumented
10104 because I can't get the PerlIO :encoding(foobar) to work.
10106 ! ext/Encode/Encode.pm lib/open.pm
10107 ____________________________________________________________________________
10108 [ 11235] By: jhi on 2001/07/09 13:38:43
10109 Log: Add more encoding mappings.
10111 ! ext/Encode/Encode.pm
10112 ____________________________________________________________________________
10113 [ 11234] By: jhi on 2001/07/09 13:24:54
10114 Log: Document that using :encoding layer requires using Encode.
10116 ! ext/Encode/Encode.pm lib/PerlIO.pm
10117 ____________________________________________________________________________
10118 [ 11233] By: jhi on 2001/07/09 13:19:34
10119 Log: Netware tweak from Ananth Kesari.
10121 ! NetWare/netware.h
10122 ____________________________________________________________________________
10123 [ 11232] By: gsar on 2001/07/09 04:40:07
10124 Log: t/harness doesn't know about run/*.t
10127 ____________________________________________________________________________
10128 [ 11231] By: gsar on 2001/07/09 04:36:30
10129 Log: run/exit.t busted on windows
10132 ____________________________________________________________________________
10133 [ 11230] By: gsar on 2001/07/09 04:14:54
10134 Log: fix a couple of UCD.t tests that fail due to bad case
10136 ! lib/Unicode/UCD.t
10137 ____________________________________________________________________________
10138 [ 11229] By: gsar on 2001/07/09 03:57:06
10139 Log: test skip logic was broken
10141 ! ext/I18N/Langinfo/Langinfo.t
10142 ____________________________________________________________________________
10143 [ 11228] By: gsar on 2001/07/09 03:42:20
10144 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
10145 failure of ExtUtils.t#27 when built in debug mode)
10147 ! lib/ExtUtils/MM_Win32.pm
10148 ____________________________________________________________________________
10149 [ 11227] By: gsar on 2001/07/09 02:11:04
10150 Log: I18N::Langinfo is not available on windows
10153 ____________________________________________________________________________
10154 [ 11226] By: gsar on 2001/07/09 01:55:23
10157 ! ext/POSIX/POSIX.xs
10158 ____________________________________________________________________________
10159 [ 11225] By: jhi on 2001/07/08 23:42:37
10160 Log: Update Changes.
10162 ! Changes patchlevel.h
10163 ____________________________________________________________________________
10164 [ 11224] By: jhi on 2001/07/08 23:05:41
10165 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
10166 as pointed out by Sarathy.
10168 ! ext/I18N/Langinfo/Langinfo.xs
10169 ____________________________________________________________________________
10170 [ 11223] By: jhi on 2001/07/08 22:59:01
10171 Log: Retract #11212.
10173 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
10174 ____________________________________________________________________________
10175 [ 11222] By: jhi on 2001/07/08 17:41:22
10176 Log: Bump up the VERSION of Cwd.xs.
10178 ! ext/Cwd/Makefile.PL
10179 ____________________________________________________________________________
10180 [ 11221] By: jhi on 2001/07/08 17:13:38
10181 Log: Retract #11220, the problem wasn't the missing leading zero.
10182 Here's the problem:
10183 $ ./perl -we 'chmod(oct("755"), ".")'
10184 Non-octal literal mode (493) specified at -e line 1.
10185 (Did you mean 0493 instead?)
10187 ! lib/ExtUtils/MM_Unix.pm
10188 ____________________________________________________________________________
10189 [ 11220] By: jhi on 2001/07/08 17:05:55
10190 Log: (Retracted by #11221)
10191 Change the PERM_RW and PERM_RWX to 0644 and 0755
10192 (add the leading zero).
10194 ! lib/ExtUtils/MM_Unix.pm
10195 ____________________________________________________________________________
10196 [ 11219] By: jhi on 2001/07/08 16:17:32
10197 Log: Integrate changes #11193, 11205, 11209 from macperl.
10199 Fix up AutoLoader to fudge for Mac paths in import().
10201 Allow symbols in try_symbol() to begin with "_".
10203 Small portability fix for Mac OS.
10205 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
10206 ____________________________________________________________________________
10207 [ 11218] By: jhi on 2001/07/08 16:10:30
10208 Log: Metaconfig unit change for #11217.
10209 Branch: metaconfig/U/perl
10211 ____________________________________________________________________________
10212 [ 11217] By: jhi on 2001/07/08 16:10:07
10213 Log: Detypo, problem noticed by Gerrit P. Haase.
10215 ! Configure config_h.SH
10216 ____________________________________________________________________________
10217 [ 11216] By: jhi on 2001/07/08 15:58:35
10221 ____________________________________________________________________________
10222 [ 11215] By: jhi on 2001/07/08 15:52:57
10223 Log: Slight tweaks on #11213.
10226 ____________________________________________________________________________
10227 [ 11214] By: jhi on 2001/07/08 14:32:28
10228 Log: A missing dTHX noticed by Gerrit P. Haase.
10230 ! ext/POSIX/POSIX.xs
10231 ____________________________________________________________________________
10232 [ 11213] By: jhi on 2001/07/08 14:24:44
10233 Log: Subject: [PATCH toke.c] Simplify yytoke()
10234 From: Simon Cozens <simon@netthink.co.uk>
10235 Date: Sun, 8 Jul 2001 13:24:34 +0100
10236 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
10238 Split out pending_ident().
10240 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
10241 ____________________________________________________________________________
10242 [ 11212] By: jhi on 2001/07/08 14:17:10
10243 Log: (Retracted by #11223.)
10244 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
10245 Date: Wed, 05 Nov 1997 17:22:34 -0600
10246 From: Graham Barr <gbarr@ti.com>
10247 Message-Id: <3460FFBA.6DA51F46@ti.com>
10249 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
10250 ____________________________________________________________________________
10251 [ 11211] By: jhi on 2001/07/08 13:53:38
10252 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
10254 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10255 ! pod/perllocale.pod
10256 ____________________________________________________________________________
10257 [ 11210] By: jhi on 2001/07/08 01:34:09
10258 Log: Really do the test under the C locale.
10260 ! ext/I18N/Langinfo/Langinfo.t
10261 ____________________________________________________________________________
10262 [ 11209] By: pudge on 2001/07/08 01:19:25
10263 Log: Small portability fix for Mac OS.
10264 Branch: maint-5.6/macperl
10266 ____________________________________________________________________________
10267 [ 11208] By: jhi on 2001/07/08 01:14:58
10268 Log: Metaconfig unit change for #11207.
10269 Branch: metaconfig/U/perl
10271 ____________________________________________________________________________
10272 [ 11207] By: jhi on 2001/07/08 01:14:02
10273 Log: Add I18N::Langinfo, which is basically a wrapper around
10274 nl_langinfo(), which is an additional way to query locale
10275 specific information.
10277 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10278 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
10279 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
10280 ____________________________________________________________________________
10281 [ 11206] By: pudge on 2001/07/08 00:56:29
10282 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
10283 used in File::Find tests; replace with if.t.
10284 Branch: maint-5.6/macperl
10285 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
10287 ____________________________________________________________________________
10288 [ 11205] By: pudge on 2001/07/07 23:55:56
10289 Log: Allow symbols in try_symbol() to begin with "_".
10290 Branch: maint-5.6/macperl
10292 ____________________________________________________________________________
10293 [ 11204] By: pudge on 2001/07/07 23:53:37
10294 Log: Sync up the File::Find changes from the rewrite by
10295 Thomas Wegner, et al.
10296 Branch: maint-5.6/macperl
10297 + t/lib/filefind-taint.t
10298 ! lib/File/Find.pm t/lib/filefind.t
10299 ____________________________________________________________________________
10300 [ 11203] By: pudge on 2001/07/07 23:43:06
10301 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
10302 From: Thomas Wegner <wegner_thomas@yahoo.com>
10303 Date: Thu, 5 Jul 2001 20:31:25 +0200
10304 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
10305 Branch: maint-5.6/macperl
10306 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
10307 ____________________________________________________________________________
10308 [ 11202] By: pudge on 2001/07/07 23:38:36
10309 Log: Some more test portability fixes.
10310 Branch: maint-5.6/macperl
10311 ! t/lib/filecopy.t t/pragma/warn/pp_sys
10312 ____________________________________________________________________________
10313 [ 11201] By: jhi on 2001/07/07 22:52:38
10314 Log: The #11200 removed wrong (non-existent) target. Duh.
10317 ____________________________________________________________________________
10318 [ 11200] By: jhi on 2001/07/07 22:44:14
10319 Log: Zap the lib/re.pm before creating it.
10322 ____________________________________________________________________________
10323 [ 11199] By: pudge on 2001/07/07 20:54:35
10324 Log: Another test. Please ignore.
10325 Branch: maint-5.6/macperl
10327 ____________________________________________________________________________
10328 [ 11198] By: pudge on 2001/07/07 20:44:12
10329 Log: Portability fixes for a lot of tests, especially IO-related
10330 tests, and warnings, and the harness script.
10331 Branch: maint-5.6/macperl
10332 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
10333 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
10334 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
10335 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
10336 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
10337 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
10338 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
10339 ! t/pragma/warnings.t
10340 ____________________________________________________________________________
10341 [ 11197] By: jhi on 2001/07/07 20:32:28
10342 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
10343 From: Nicholas Clark <nick@ccl4.org>
10344 Date: Sat, 7 Jul 2001 21:00:17 +0100
10345 Message-ID: <20010707210017.H59620@plum.flirble.org>
10348 ____________________________________________________________________________
10349 [ 11196] By: jhi on 2001/07/07 20:26:36
10350 Log: The UNICOS/mk SysV IPC problem has been fixed.
10352 ! pod/perl572delta.pod
10353 ____________________________________________________________________________
10354 [ 11195] By: jhi on 2001/07/07 19:59:51
10355 Log: Slight update tweaks on perlunicode.pod.
10357 ! pod/perlunicode.pod
10358 ____________________________________________________________________________
10359 [ 11194] By: jhi on 2001/07/07 17:53:03
10360 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
10361 From: Mark-Jason Dominus <mjd@plover.com>
10362 Date: Sat, 07 Jul 2001 13:04:04 -0400
10363 Message-ID: <20010707170404.32694.qmail@plover.com>
10365 ! ext/DB_File/DB_File.pm
10366 ____________________________________________________________________________
10367 [ 11193] By: pudge on 2001/07/07 17:26:28
10368 Log: Fix up AutoLoader to fudge for Mac paths in import().
10369 Branch: maint-5.6/macperl
10370 ! lib/AutoLoader.pm
10371 ____________________________________________________________________________
10372 [ 11192] By: jhi on 2001/07/07 17:03:06
10373 Log: Try to force the lib/re.pm to be there before entering
10374 the extensions builds, should help for parallel makes.
10377 ____________________________________________________________________________
10378 [ 11191] By: jhi on 2001/07/07 15:26:16
10379 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
10380 From: Norton Allen <allen@huarp.harvard.edu>
10381 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
10382 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
10384 ! ext/POSIX/POSIX.xs
10385 ____________________________________________________________________________
10386 [ 11190] By: jhi on 2001/07/07 15:22:08
10387 Log: Subject: [PATCH] Re: op/arith.t
10388 From: Nicholas Clark <nick@ccl4.org>
10389 Date: Sat, 7 Jul 2001 13:04:54 +0100
10390 Message-ID: <20010707130454.D59620@plum.flirble.org>
10393 ____________________________________________________________________________
10394 [ 11189] By: jhi on 2001/07/07 15:20:44
10395 Log: Subject: [PATCH] h2xs
10396 From: Nicholas Clark <nick@ccl4.org>
10397 Date: Fri, 6 Jul 2001 23:25:14 +0100
10398 Message-ID: <20010706232514.X59620@plum.flirble.org>
10401 ____________________________________________________________________________
10402 [ 11188] By: jhi on 2001/07/07 15:12:36
10403 Log: Subject: Re: bleedperl perl_alloc..free leakage
10404 From: Radu Greab <radu@netsoft.ro>
10405 Date: Fri, 6 Jul 2001 19:48:54 +0300
10406 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
10411 ____________________________________________________________________________
10412 [ 11187] By: pudge on 2001/07/07 02:11:36
10413 Log: Test again. Please ignore.
10414 Branch: maint-5.6/macperl
10416 ____________________________________________________________________________
10417 [ 11186] By: pudge on 2001/07/07 02:08:13
10418 Log: Test. Please ignore.
10419 Branch: maint-5.6/macperl
10421 ____________________________________________________________________________
10422 [ 11185] By: pudge on 2001/07/06 23:46:57
10423 Log: Include changes already sent in separately as patches,
10424 before branch was created.
10425 Branch: maint-5.6/macperl
10426 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
10427 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
10428 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
10429 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
10430 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
10431 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
10432 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
10433 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
10434 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
10435 ! t/pragma/strict.t
10436 ____________________________________________________________________________
10437 [ 11184] By: jhi on 2001/07/06 16:41:30
10438 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
10439 From: Norton Allen <allen@huarp.harvard.edu>
10440 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
10441 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
10444 ____________________________________________________________________________
10445 [ 11183] By: nick on 2001/07/06 16:27:40
10446 Log: Integrate mainline
10448 +> (branch 42 files)
10449 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
10450 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
10451 - win32/bin/mdelete.bat
10452 !> (integrate 215 files)
10453 ____________________________________________________________________________
10454 [ 11182] By: jhi on 2001/07/06 15:57:16
10455 Log: The #11166 needed also these updated.
10457 ! lib/warnings.pm warnings.h
10458 ____________________________________________________________________________
10459 [ 11181] By: jhi on 2001/07/06 13:24:42
10460 Log: Update Changes.
10462 ! Changes patchlevel.h
10463 ____________________________________________________________________________
10464 [ 11180] By: jhi on 2001/07/06 13:20:08
10468 ____________________________________________________________________________
10469 [ 11179] By: jhi on 2001/07/06 12:57:13
10470 Log: Nit from Abhijit.
10473 ____________________________________________________________________________
10474 [ 11178] By: jhi on 2001/07/06 12:53:04
10475 Log: Retract #11172.
10478 ____________________________________________________________________________
10479 [ 11177] By: jhi on 2001/07/06 12:44:51
10480 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
10481 From: Norton Allen <allen@huarp.harvard.edu>
10482 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
10483 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
10486 ____________________________________________________________________________
10487 [ 11176] By: jhi on 2001/07/06 12:42:45
10488 Log: (Accidentally empty check-in.)
10491 ____________________________________________________________________________
10492 [ 11175] By: jhi on 2001/07/06 12:29:56
10493 Log: Retract #11165 since Sarathy pointed out it'll not
10494 work properly under threads, the problem should be
10495 solved using "the savestack, either via SSNEW() or
10496 using a newSVpv()+SAVEFREESV() combo."
10498 ! ext/POSIX/POSIX.xs
10499 ____________________________________________________________________________
10500 [ 11174] By: jhi on 2001/07/06 12:27:31
10501 Log: Retract #11125 since NI-S pointed out it'll not work in
10502 cases where the extension has their own handcrafted INC
10505 ! lib/ExtUtils/MM_Unix.pm
10506 ____________________________________________________________________________
10507 [ 11173] By: jhi on 2001/07/06 12:20:50
10508 Log: Subject: RE: [PATCH] -I and MakeMaker again
10509 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10510 Date: Fri, 6 Jul 2001 09:18:29 +0200
10511 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
10513 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
10514 ! lib/ExtUtils/MM_Win32.pm
10515 ____________________________________________________________________________
10516 [ 11172] By: jhi on 2001/07/06 12:18:39
10517 Log: (Retracted by #11178)
10518 Subject: [PATCH t/op/method.t] SUPER:: strangeness
10519 From: Piers Cawley <pdcawley@iterative-software.com>
10520 Date: 06 Jul 2001 10:49:01 +0100
10521 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
10524 ____________________________________________________________________________
10525 [ 11171] By: jhi on 2001/07/06 01:38:55
10526 Log: VOS README update from Paul Green.
10529 ____________________________________________________________________________
10530 [ 11170] By: jhi on 2001/07/06 01:19:33
10531 Log: Subject: [PATCH README.qnx hints/qnx.sh]
10532 From: Norton Allen <allen@huarp.harvard.edu>
10533 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
10534 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
10536 ! README.qnx hints/qnx.sh
10537 ____________________________________________________________________________
10538 [ 11169] By: jhi on 2001/07/06 01:17:43
10539 Log: Subject: [PATCH] Doc patch for Tie::Hash
10540 From: Artur Bergman <artur@contiller.se>
10541 Date: Thu, 05 Jul 2001 22:51:18 +0200
10542 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
10545 ____________________________________________________________________________
10546 [ 11168] By: jhi on 2001/07/06 01:16:27
10547 Log: Subject: [PATCH] perlfaq4.pod
10548 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
10549 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
10550 Date: Thu, 5 Jul 2001 18:44:10 +0100
10553 ____________________________________________________________________________
10554 [ 11167] By: jhi on 2001/07/06 01:14:41
10555 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
10556 From: Robin Houston <robin@kitsite.com>
10557 Date: Thu, 5 Jul 2001 18:33:21 +0100
10558 Message-ID: <20010705183321.A27345@robin.kitsite.com>
10560 ! ext/B/B/Deparse.pm
10561 ____________________________________________________________________________
10562 [ 11166] By: jhi on 2001/07/06 01:11:50
10563 Log: (Retracted by #11285.)
10565 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
10566 From: Abhijit Menon-Sen <ams@wiw.org>
10567 Date: Fri, 6 Jul 2001 01:26:32 +0530
10568 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
10570 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
10571 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
10573 ____________________________________________________________________________
10574 [ 11165] By: jhi on 2001/07/06 00:19:26
10575 Log: (Retracted by #11175)
10576 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
10577 From: Norton Allen <allen@huarp.harvard.edu>
10578 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
10579 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
10581 ! ext/POSIX/POSIX.xs
10582 ____________________________________________________________________________
10583 [ 11164] By: jhi on 2001/07/06 00:14:57
10584 Log: Unterminated C< (noticed by Richard Hatch), and few other
10585 small Unicode doc tweaks.
10587 ! pod/perlretut.pod
10588 ____________________________________________________________________________
10589 [ 11163] By: jhi on 2001/07/05 19:33:34
10590 Log: More flexible argument understanding; add charblocks() and
10591 charscripts(); make charblock() and charscript() two-way;
10592 add charinrange(); separate the $Unicode::UCD::VERSION and
10593 the version of the Unicode by adding UnicodeVersion().
10595 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10596 ____________________________________________________________________________
10597 [ 11162] By: jhi on 2001/07/05 13:38:36
10598 Log: Update Unicode::UCD on \p{In...}.
10600 ! lib/Unicode/UCD.pm
10601 ____________________________________________________________________________
10602 [ 11161] By: jhi on 2001/07/05 13:26:00
10603 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
10604 From: Norton Allen <allen@huarp.harvard.edu>
10605 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
10606 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
10608 ! lib/ExtUtils/MM_Unix.pm
10609 ____________________________________________________________________________
10610 [ 11160] By: jhi on 2001/07/05 13:06:53
10611 Log: POSIX-BC tweaks from Thomas Dorner.
10613 ! hints/posix-bc.sh perlio.h
10614 ____________________________________________________________________________
10615 [ 11159] By: jhi on 2001/07/05 04:17:18
10616 Log: Module updates for the delta.
10618 ! pod/perl572delta.pod
10619 ____________________________________________________________________________
10620 [ 11158] By: jhi on 2001/07/05 03:45:19
10621 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
10622 From: Norton Allen <allen@huarp.harvard.edu>
10623 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
10624 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
10626 ! ext/IO/lib/IO/t/io_sock.t
10627 ____________________________________________________________________________
10628 [ 11157] By: jhi on 2001/07/05 03:44:19
10629 Log: Subject: [PATCH perldiag.pod] Quick fixes
10630 From: Simon Cozens <simon@netthink.co.uk>
10631 Date: Wed, 4 Jul 2001 20:22:12 +0100
10632 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
10635 ____________________________________________________________________________
10636 [ 11156] By: jhi on 2001/07/05 03:43:28
10637 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
10638 From: Radu Greab <radu@netsoft.ro>
10639 Date: Wed, 4 Jul 2001 22:13:31 +0300
10640 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
10642 ! op.c sv.c t/op/pos.t
10643 ____________________________________________________________________________
10644 [ 11155] By: jhi on 2001/07/05 03:40:24
10645 Log: Subject: [PATCH] -I and MakeMaker again
10646 From: Michael G Schwern <schwern@pobox.com>
10647 Date: Wed, 4 Jul 2001 15:03:07 -0400
10648 Message-ID: <20010704150307.I20340@blackrider>
10650 (and retract #11145)
10652 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
10653 ! lib/ExtUtils/MakeMaker.pm
10654 ____________________________________________________________________________
10655 [ 11154] By: jhi on 2001/07/05 03:32:43
10656 Log: Subject: Re: PERFORCE change 11142 for review
10657 From: "Philip Newton" <Philip.Newton@gmx.net>
10658 Date: Wed, 4 Jul 2001 20:46:26 +0200
10659 Message-Id: <200107041841.VAA25380@taas.iki.fi>
10661 ! lib/ExtUtils/MakeMaker.pm
10662 ____________________________________________________________________________
10663 [ 11153] By: jhi on 2001/07/05 03:29:21
10664 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
10665 From: Jonathan Stowe <gellyfish@gellyfish.com>
10666 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
10667 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
10670 ____________________________________________________________________________
10671 [ 11152] By: gsar on 2001/07/05 00:52:57
10672 Log: fix the binary compatibility issue when building with/without
10673 usemymalloc by exporting Perl_malloc() et al as simple wrappers
10674 around the system functions (this allows most extensions built
10675 using one mode to coexist with perls built in the other mode)
10677 XXX the Perl_mfree() wrapper might need to do return(free()) on
10678 platforms where Free_t isn't "void"
10680 ! embed.h embed.pl makedef.pl proto.h util.c
10681 ____________________________________________________________________________
10682 [ 11151] By: gsar on 2001/07/05 00:42:49
10683 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
10684 since it doesn't ensure threads other than the one calling fork()
10685 aren't holding any locks; the fix is to use pthread_atfork() to
10688 building perl with -Dusemymalloc exacerbates the problem since
10689 Perl_malloc() holds a mutex, and perl's exec() calls New()
10691 XXX the code in win32thread.h may be needed on platforms that have
10692 no pthread_atfork()
10694 ! perl.c thread.h win32/win32thread.h
10695 ____________________________________________________________________________
10696 [ 11150] By: pudge on 2001/07/04 20:07:54
10697 Log: Integrate #11009 from maintperl.
10698 Branch: maint-5.6/macperl
10699 !> lib/ExtUtils/Manifest.pm
10700 ____________________________________________________________________________
10701 [ 11149] By: pudge on 2001/07/04 19:54:46
10702 Log: Flexing my Perforce muscles.
10703 Branch: maint-5.6/macperl
10705 ____________________________________________________________________________
10706 [ 11148] By: jhi on 2001/07/04 17:14:51
10707 Log: Update Changes.
10709 ! Changes patchlevel.h
10710 ____________________________________________________________________________
10711 [ 11147] By: jhi on 2001/07/04 16:41:25
10712 Log: Metaconfig unit change for #11146.
10713 Branch: metaconfig/U/perl
10714 ! d_fcntl_can_lock.U
10715 ____________________________________________________________________________
10716 [ 11146] By: jhi on 2001/07/04 16:36:31
10717 Log: Somehow the #ifdefs of the added code (in #11093) made
10718 HP-UX to fail the fcntl locking test, without the ifdefs
10719 the test seems to be working again. Reason unknown:
10720 HP-UX cc doesn't complain either way.
10723 ____________________________________________________________________________
10724 [ 11145] By: jhi on 2001/07/04 16:08:00
10725 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
10727 ! lib/ExtUtils/MM_Unix.pm
10728 ____________________________________________________________________________
10729 [ 11144] By: jhi on 2001/07/04 16:07:35
10730 Log: gcc -Wall nit.
10733 ____________________________________________________________________________
10734 [ 11143] By: jhi on 2001/07/04 15:08:26
10735 Log: When removing tests updating the test count is a good idea, too.
10737 ! lib/Net/t/require.t
10738 ____________________________________________________________________________
10739 [ 11142] By: jhi on 2001/07/04 14:57:51
10740 Log: Document #11134 and add the new symbols to the list of
10741 of MakeMaker known ones.
10743 ! lib/ExtUtils/MakeMaker.pm
10744 ____________________________________________________________________________
10745 [ 11141] By: jhi on 2001/07/04 14:34:11
10746 Log: Microperl update.
10749 ____________________________________________________________________________
10750 [ 11140] By: jhi on 2001/07/04 14:32:27
10751 Log: Update the libnet tests as per #11138.
10754 ! MANIFEST lib/Net/t/require.t
10755 ____________________________________________________________________________
10756 [ 11139] By: jhi on 2001/07/04 14:14:33
10757 Log: Regen toc and modlib.
10759 ! pod/perlmodlib.pod pod/perltoc.pod
10760 ____________________________________________________________________________
10761 [ 11138] By: jhi on 2001/07/04 14:10:38
10762 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
10765 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
10767 ____________________________________________________________________________
10768 [ 11137] By: jhi on 2001/07/04 14:06:35
10769 Log: Add the OS/390 harness results to the delta.
10771 ! pod/perl572delta.pod
10772 ____________________________________________________________________________
10773 [ 11136] By: jhi on 2001/07/04 13:59:01
10774 Log: Avoid the two study tests in OS/390 until the bug has been solved.
10777 ____________________________________________________________________________
10778 [ 11135] By: jhi on 2001/07/04 13:49:08
10779 Log: DOS/DJGPP tweaks from Laszlo Molnar.
10781 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
10782 ____________________________________________________________________________
10783 [ 11134] By: jhi on 2001/07/04 13:47:46
10784 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
10785 From: Michael G Schwern <schwern@pobox.com>
10786 Date: Wed, 4 Jul 2001 00:01:16 -0400
10787 Message-ID: <20010704000116.C591@blackrider>
10789 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
10790 ____________________________________________________________________________
10791 [ 11133] By: jhi on 2001/07/04 01:55:20
10792 Log: The #11132 missed singleton characters (not part
10793 of a unilo..unihi range) in Unicode scripts.
10795 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
10796 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
10797 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
10798 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
10799 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
10800 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
10801 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
10802 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
10803 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
10804 ! lib/unicode/mktables.PL t/op/pat.t
10805 ____________________________________________________________________________
10806 [ 11132] By: jhi on 2001/07/04 01:32:11
10807 Log: Support preferentially the Unicode 'scripts' definition
10808 in the \p{In...} notation since according to Unicode the
10809 scripts concept is more natural for matching than using
10810 the somewhat artificial block names. The block names are
10811 still available, though, and if there's a name conflict,
10812 the scripts one wins and the blocks one has to do with
10813 'Block' appended to its name. For more information see
10815 http://www.unicode.org/unicode/reports/tr24/
10817 + lib/unicode/In/100.pl lib/unicode/In/101.pl
10818 + lib/unicode/In/102.pl lib/unicode/In/103.pl
10819 + lib/unicode/In/104.pl lib/unicode/In/105.pl
10820 + lib/unicode/In/106.pl lib/unicode/In/107.pl
10821 + lib/unicode/In/108.pl lib/unicode/In/109.pl
10822 + lib/unicode/In/110.pl lib/unicode/In/111.pl
10823 + lib/unicode/In/112.pl lib/unicode/In/113.pl
10824 + lib/unicode/In/114.pl lib/unicode/In/115.pl
10825 + lib/unicode/In/116.pl lib/unicode/In/117.pl
10826 + lib/unicode/In/118.pl lib/unicode/In/119.pl
10827 + lib/unicode/In/120.pl lib/unicode/In/121.pl
10828 + lib/unicode/In/122.pl lib/unicode/In/123.pl
10829 + lib/unicode/In/124.pl lib/unicode/In/125.pl
10830 + lib/unicode/In/126.pl lib/unicode/In/127.pl
10831 + lib/unicode/In/128.pl lib/unicode/In/129.pl
10832 + lib/unicode/In/130.pl lib/unicode/In/131.pl
10833 + lib/unicode/In/132.pl lib/unicode/In/133.pl
10834 + lib/unicode/In/134.pl lib/unicode/In/135.pl
10835 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
10836 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
10838 ____________________________________________________________________________
10839 [ 11131] By: jhi on 2001/07/03 23:02:02
10840 Log: Better document the difference between a block and a script.
10842 ! lib/Unicode/UCD.pm
10843 ____________________________________________________________________________
10844 [ 11130] By: jhi on 2001/07/03 22:49:15
10845 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
10846 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10847 Date: Tue, 3 Jul 2001 15:04:23 -0500
10848 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
10851 ____________________________________________________________________________
10852 [ 11129] By: jhi on 2001/07/03 22:45:41
10853 Log: Add tests for charscript().
10855 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10856 ____________________________________________________________________________
10857 [ 11128] By: jhi on 2001/07/03 20:41:54
10858 Log: Add charscript() to get the UTR#24 script names of characters.
10860 ! lib/Unicode/UCD.pm
10861 ____________________________________________________________________________
10862 [ 11127] By: jhi on 2001/07/03 19:53:29
10866 ____________________________________________________________________________
10867 [ 11126] By: jhi on 2001/07/03 19:45:30
10868 Log: Unicode::UCD updates.
10870 ! lib/Unicode/UCD.pm
10871 ____________________________________________________________________________
10872 [ 11125] By: jhi on 2001/07/03 16:12:20
10873 Log: (Retracted by #11174)
10874 Subject: MakeMaker should pass through DEFINE and INC to subdirs
10875 From: Alan Burlison <Alan.Burlison@sun.com>
10876 Date: Tue, 03 Jul 2001 15:20:13 +0100
10877 Message-ID: <3B41D49D.A923D4F9@sun.com>
10879 ! lib/ExtUtils/MM_Unix.pm
10880 ____________________________________________________________________________
10881 [ 11124] By: jhi on 2001/07/03 16:06:53
10882 Log: Subject: Patch needed for UTS
10883 From: hom00@utsglobal.com (Hal Morris)
10884 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
10885 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
10887 Replace #11113 with a better version.
10890 ____________________________________________________________________________
10891 [ 11123] By: jhi on 2001/07/03 16:04:49
10892 Log: Subject: Re: POINTERRIGOR
10893 From: Andy Dougherty <doughera@lafayette.edu>
10894 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
10895 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
10898 ____________________________________________________________________________
10899 [ 11122] By: jhi on 2001/07/03 16:03:31
10900 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
10901 From: "Philip Newton" <pnewton@gmx.de>
10902 Date: Tue, 3 Jul 2001 17:03:34 +0200
10903 Message-ID: <3B41FAE6.29564.660E117@localhost>
10906 ____________________________________________________________________________
10907 [ 11121] By: jhi on 2001/07/03 13:26:08
10911 ____________________________________________________________________________
10912 [ 11120] By: jhi on 2001/07/03 11:34:47
10913 Log: Subject: [PATCH 5.6.1] debugger fixes
10914 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10915 Date: Tue, 3 Jul 2001 03:38:18 -0400
10916 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
10918 The $^S is working again.
10921 ____________________________________________________________________________
10922 [ 11119] By: jhi on 2001/07/03 11:33:27
10923 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
10924 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10925 Date: Tue, 3 Jul 2001 03:34:06 -0400
10926 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
10928 ! os2/OS2/Process/Process.pm
10929 ____________________________________________________________________________
10930 [ 11118] By: jhi on 2001/07/03 11:29:54
10931 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
10932 From: "Philip Newton" <Philip.Newton@gmx.net>
10933 Date: Tue, 3 Jul 2001 09:11:27 +0200
10934 Message-Id: <200107030706.KAA04596@taas.iki.fi>
10937 ____________________________________________________________________________
10938 [ 11117] By: jhi on 2001/07/03 11:25:14
10941 ! pod/perl572delta.pod
10942 ____________________________________________________________________________
10943 [ 11116] By: jhi on 2001/07/02 23:06:50
10944 Log: Metaconfig unit change for 11115.
10946 ! U/modified/libc.U
10947 ____________________________________________________________________________
10948 [ 11115] By: jhi on 2001/07/02 23:06:27
10949 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
10950 (from Richard Hatch) (this was the cause of pipes() and
10951 times() myeteriously not being found)
10954 ____________________________________________________________________________
10955 [ 11114] By: jhi on 2001/07/02 22:58:41
10956 Log: Retract #10142, the real culprit found by Richard Hatch,
10957 coming soon to Configure near you.
10960 ____________________________________________________________________________
10961 [ 11113] By: jhi on 2001/07/02 22:56:09
10962 Log: (Replaced by #11124) UTS workaround from Hal Morris.
10965 ____________________________________________________________________________
10966 [ 11112] By: jhi on 2001/07/02 22:53:29
10967 Log: Subject: [PATCH] grok not grocking correctly
10968 From: Nicholas Clark <nick@ccl4.org>
10969 Date: Tue, 3 Jul 2001 00:19:08 +0100
10970 Message-ID: <20010703001908.H59620@plum.flirble.org>
10973 ____________________________________________________________________________
10974 [ 11111] By: jhi on 2001/07/02 22:48:42
10975 Log: Subject: [PATCH Deparse.t] test just-posted patches
10976 From: Robin Houston <robin@kitsite.com>
10977 Date: Mon, 2 Jul 2001 23:46:15 +0100
10978 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
10981 ____________________________________________________________________________
10982 [ 11110] By: jhi on 2001/07/02 22:27:10
10983 Log: Subject: [PATCH toke.c] autosplit into @F
10984 From: Robin Houston <robin@kitsite.com>
10985 Date: Mon, 2 Jul 2001 23:18:20 +0100
10986 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
10989 ____________________________________________________________________________
10990 [ 11109] By: jhi on 2001/07/02 22:25:03
10991 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
10992 From: Robin Houston <robin@kitsite.com>
10993 Date: Mon, 2 Jul 2001 23:00:48 +0100
10994 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
10996 ! ext/B/B/Deparse.pm
10997 ____________________________________________________________________________
10998 [ 11108] By: jhi on 2001/07/02 19:21:18
10999 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
11000 From: "Philip Newton" <Philip.Newton@gmx.net>
11001 Date: Mon, 2 Jul 2001 22:06:22 +0200
11004 ! ext/NDBM_File/hints/linux.pl
11005 ____________________________________________________________________________
11006 [ 11107] By: jhi on 2001/07/02 19:19:25
11007 Log: Subject: Re: Fixed pack problem - sort of
11008 From: Nicholas Clark <nick@ccl4.org>
11009 Date: Mon, 2 Jul 2001 20:59:20 +0100
11010 Message-ID: <20010702205919.F59620@plum.flirble.org>
11012 ! pp_pack.c t/op/pack.t
11013 ____________________________________________________________________________
11014 [ 11106] By: jhi on 2001/07/02 19:18:28
11015 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
11016 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11017 Date: Mon, 2 Jul 2001 15:45:41 -0400
11018 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
11021 ____________________________________________________________________________
11022 [ 11105] By: jhi on 2001/07/02 19:17:27
11023 Log: (Mistaken retraction)
11026 ____________________________________________________________________________
11027 [ 11104] By: jhi on 2001/07/02 18:56:15
11028 Log: Detypo in #11103.
11031 ____________________________________________________________________________
11032 [ 11103] By: jhi on 2001/07/02 18:54:53
11033 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
11034 From: Jonathan Stowe <gellyfish@gellyfish.com>
11035 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
11036 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
11039 ____________________________________________________________________________
11040 [ 11102] By: jhi on 2001/07/02 18:16:09
11041 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
11042 From: "Craig A. Berry" <craigberry@mac.com>
11043 Date: Mon, 02 Jul 2001 14:11:23 -0500
11044 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
11046 ! lib/Unicode/UCD.pm
11047 ____________________________________________________________________________
11048 [ 11101] By: jhi on 2001/07/02 18:14:51
11049 Log: Subject: [PATCH] Re: op/numconvert.t failures
11050 From: Nicholas Clark <nick@ccl4.org>
11051 Date: Mon, 2 Jul 2001 20:10:48 +0100
11052 Message-ID: <20010702201048.E59620@plum.flirble.org>
11054 ! t/op/numconvert.t
11055 ____________________________________________________________________________
11056 [ 11100] By: jhi on 2001/07/02 17:51:44
11057 Log: Update Changes.
11059 ! Changes patchlevel.h
11060 ____________________________________________________________________________
11061 [ 11099] By: jhi on 2001/07/02 17:46:31
11062 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
11063 The real fix must be more involved. The line of code all the leaky
11064 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
11065 line of Perl_newPMOP().
11068 ____________________________________________________________________________
11069 [ 11098] By: jhi on 2001/07/02 17:37:44
11072 Subject: Re: sizeof(struct sembuf)
11073 From: Nicholas Clark <nick@ccl4.org>
11074 Date: Sun, 1 Jul 2001 22:26:48 +0100
11075 Message-ID: <20010701222648.W59620@plum.flirble.org>
11077 but do semop() always the slow way.
11080 ____________________________________________________________________________
11081 [ 11097] By: jhi on 2001/07/02 17:22:14
11082 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
11083 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11084 Date: Tue, 03 Jul 2001 00:56:30 +0900
11085 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
11087 ! ext/Encode/Encode/Tcl.t
11088 ____________________________________________________________________________
11089 [ 11096] By: jhi on 2001/07/02 17:11:24
11090 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
11091 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11092 Date: Tue, 03 Jul 2001 00:55:46 +0900
11093 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
11095 ! ext/Encode/Encode/Tcl.pm
11096 ____________________________________________________________________________
11097 [ 11095] By: jhi on 2001/07/02 17:07:14
11098 Log: Regen api and toc.
11100 ! pod/perlapi.pod pod/perltoc.pod
11101 ____________________________________________________________________________
11102 [ 11094] By: jhi on 2001/07/02 16:29:42
11103 Log: Metaconfig unit change for #11093.
11104 Branch: metaconfig/U/perl
11105 ! d_fcntl_can_lock.U
11106 ____________________________________________________________________________
11107 [ 11093] By: jhi on 2001/07/02 16:28:56
11108 Log: The fcntl locking test may hang if NFS locking messed up;
11109 break out with alarm(10).
11112 ____________________________________________________________________________
11113 [ 11092] By: jhi on 2001/07/02 14:11:31
11114 Log: Move the mdelete.bat from win32/bin to win32.
11117 ____________________________________________________________________________
11118 [ 11091] By: jhi on 2001/07/02 14:10:01
11119 Log: Typo in #11083.
11121 ! ext/Time/Piece/Piece.t
11122 ____________________________________________________________________________
11123 [ 11090] By: jhi on 2001/07/02 13:36:58
11124 Log: Netware tweaks from Guruprasad.
11126 - NetWare/perlsdio.h
11127 ! MANIFEST NetWare/Makefile NetWare/interface.c
11128 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
11130 ____________________________________________________________________________
11131 [ 11089] By: jhi on 2001/07/02 13:25:40
11132 Log: Subject: Re: [PATH] shared -> unique;
11133 From: Abhijit Menon-Sen <ams@wiw.org>
11134 Date: Wed, 27 Jun 2001 03:51:27 +0530
11135 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
11137 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
11138 ____________________________________________________________________________
11139 [ 11088] By: jhi on 2001/07/02 13:24:27
11140 Log: Subject: Re: AIX / gcc-3.0
11141 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11142 Date: Mon, 02 Jul 2001 15:20:21 +0200
11143 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
11146 ____________________________________________________________________________
11147 [ 11087] By: jhi on 2001/07/02 13:23:21
11148 Log: Subject: Re: Bug report: split splits on wrong pattern
11149 From: Abhijit Menon-Sen <ams@wiw.org>
11150 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
11151 Date: Mon, 2 Jul 2001 16:31:33 +0530
11154 ____________________________________________________________________________
11155 [ 11086] By: jhi on 2001/07/02 13:22:30
11156 Log: Subject: [PATCH 5.6.1] test harness
11157 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11158 Date: Mon, 2 Jul 2001 06:29:21 -0400
11159 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
11161 ! lib/Test/Harness.pm
11162 ____________________________________________________________________________
11163 [ 11085] By: jhi on 2001/07/02 13:21:39
11164 Log: Subject: [PATCH 5.6.1] debugger goof
11165 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11166 Date: Mon, 2 Jul 2001 06:27:22 -0400
11167 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
11170 ____________________________________________________________________________
11171 [ 11084] By: jhi on 2001/07/02 13:20:50
11172 Log: Subject: [PATCH 5.6.1] OS/2 cwd
11173 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11174 Date: Mon, 2 Jul 2001 06:21:17 -0400
11175 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
11177 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
11178 ____________________________________________________________________________
11179 [ 11083] By: jhi on 2001/07/02 13:19:18
11180 Log: Make #11082 more OS/2-specific.
11182 ! ext/Time/Piece/Piece.t
11183 ____________________________________________________________________________
11184 [ 11082] By: jhi on 2001/07/02 13:14:36
11185 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
11186 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11187 Date: Mon, 2 Jul 2001 06:06:34 -0400
11188 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
11190 ! ext/Time/Piece/Piece.t
11191 ____________________________________________________________________________
11192 [ 11081] By: jhi on 2001/07/02 13:13:08
11193 Log: Subject: [PATCH B::Deparse] version number & changes
11194 From: Robin Houston <robin@kitsite.com>
11195 Date: Sun, 1 Jul 2001 17:17:29 +0100
11196 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
11198 ! ext/B/B/Deparse.pm
11199 ____________________________________________________________________________
11200 [ 11080] By: jhi on 2001/07/02 13:11:48
11201 Log: Subject: a small fix.
11202 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11203 Date: Mon, 2 Jul 2001 12:17:53 +0200
11204 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
11206 ! ext/Thread/Thread.xs
11207 ____________________________________________________________________________
11208 [ 11079] By: jhi on 2001/07/02 13:10:39
11209 Log: Subject: RE: perl@10907
11210 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11211 Date: Mon, 2 Jul 2001 12:06:16 +0200
11212 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
11214 Borland C vs PerlIO.
11216 ! win32/config.bc win32/config_H.bc
11217 ____________________________________________________________________________
11218 [ 11078] By: jhi on 2001/07/02 13:03:44
11219 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
11220 From: "H.M. Brand" <merijn@l1.procura.nl>
11221 Date: Mon, 02 Jul 2001 11:18:57 +0200
11222 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
11225 ____________________________________________________________________________
11226 [ 11077] By: jhi on 2001/07/02 12:58:27
11227 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
11228 From: Michael G Schwern <schwern@pobox.com>
11229 Date: Mon, 2 Jul 2001 00:26:24 -0400
11230 Message-ID: <20010702002624.A18302@blackrider>
11232 - ext/util/mkbootstrap
11233 ____________________________________________________________________________
11234 [ 11076] By: jhi on 2001/07/02 12:56:20
11235 Log: Subject: [PATCH op.h] v minor comment tweak
11236 From: Robin Houston <robin@puffinry.freeserve.co.uk>
11237 Date: Mon, 2 Jul 2001 00:42:01 +0100
11238 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
11241 ____________________________________________________________________________
11242 [ 11075] By: jhi on 2001/07/02 12:53:48
11243 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
11246 ____________________________________________________________________________
11247 [ 11074] By: jhi on 2001/07/02 12:52:28
11248 Log: Subject: Re: sizeof(struct sembuf)
11249 From: Nicholas Clark <nick@ccl4.org>
11250 Date: Sun, 1 Jul 2001 19:23:16 +0100
11251 Message-ID: <20010701192316.V59620@plum.flirble.org>
11253 s/signaling/signalling/
11256 ____________________________________________________________________________
11257 [ 11073] By: jhi on 2001/07/02 12:49:51
11258 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
11259 From: "Philip Newton" <Philip.Newton@gmx.net>
11260 Date: Sun, 1 Jul 2001 09:37:56 +0200
11261 Message-Id: <200107010733.KAA03920@taas.iki.fi>
11264 ____________________________________________________________________________
11265 [ 11072] By: jhi on 2001/07/02 12:48:03
11266 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
11267 From: "Philip Newton" <Philip.Newton@gmx.net>
11268 Date: Sun, 1 Jul 2001 09:37:56 +0200
11269 Message-Id: <200107010733.KAA03925@taas.iki.fi>
11271 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
11272 ____________________________________________________________________________
11273 [ 11071] By: jhi on 2001/07/02 12:45:12
11274 Log: Metaconfig unit change for #11070.
11276 ! U/compline/randfunc.U
11277 ____________________________________________________________________________
11278 [ 11070] By: jhi on 2001/07/02 12:43:58
11279 Log: Subject: [PATCH perlsnap] its --> it's --> its
11280 From: "Philip Newton" <Philip.Newton@gmx.net>
11281 Date: Sun, 1 Jul 2001 09:37:56 +0200
11282 Message-Id: <200107010733.KAA03914@taas.iki.fi>
11285 ____________________________________________________________________________
11286 [ 11069] By: jhi on 2001/07/02 12:01:52
11287 Log: Sync with Sarathy; integrate with perlio.
11290 ____________________________________________________________________________
11291 [ 11068] By: gsar on 2001/07/02 08:07:54
11292 Log: regenerate win32/config_H.?c files
11294 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11295 ____________________________________________________________________________
11296 [ 11067] By: gsar on 2001/07/02 08:03:55
11297 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
11300 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
11303 fix a warning about "fd" being used without being set in Cwd.xs
11305 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
11306 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
11307 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
11309 ____________________________________________________________________________
11310 [ 11066] By: gsar on 2001/07/02 07:12:10
11311 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
11312 within macro arguments") and warnings ("unary minus applied to
11313 unsigned type", among others)
11315 ! gv.c hv.c op.c pp.c sv.c toke.c
11316 ____________________________________________________________________________
11317 [ 11065] By: gsar on 2001/07/02 06:26:22
11318 Log: win32 fixes: more spurious CRs
11320 ! win32/mdelete.bat
11321 ____________________________________________________________________________
11322 [ 11064] By: gsar on 2001/07/02 06:25:22
11323 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
11324 from win32/bin (or it gets deleted by distclean); don't delete
11325 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
11326 NT (should be made Win9x specific, and added to makefile.mk)
11328 +> win32/mdelete.bat
11329 - win32/bin/mdelete.bat
11330 ! win32/Makefile win32/makefile.mk
11331 ____________________________________________________________________________
11332 [ 11063] By: nick on 2001/07/01 18:54:09
11333 Log: Quick for for #ifdef mess
11336 ____________________________________________________________________________
11337 [ 11062] By: nick on 2001/07/01 18:47:42
11338 Log: Raw integrate - does not build #if mess in gv.c
11340 !> (integrate 29 files)
11341 ____________________________________________________________________________
11342 [ 11061] By: jhi on 2001/07/01 15:20:38
11343 Log: Make 'compile' target a little less broken.
11344 Still very broken, though: -Wall warnings from
11345 the generated code, boot_Foo prototypes missing,
11346 can't autoload Fcntl::SEEK_CUR et alia, ...
11348 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
11349 ! utils/perlcc.PL x2p/Makefile.SH
11350 ____________________________________________________________________________
11351 [ 11060] By: jhi on 2001/07/01 14:04:20
11352 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
11354 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11355 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
11356 ____________________________________________________________________________
11357 [ 11059] By: jhi on 2001/07/01 05:02:59
11358 Log: Update Changes.
11360 ! Changes patchlevel.h
11361 ____________________________________________________________________________
11362 [ 11058] By: jhi on 2001/07/01 04:57:05
11363 Log: Still one typo, regen toc.
11365 ! lib/Unicode/UCD.pm pod/perltoc.pod
11366 ____________________________________________________________________________
11367 [ 11057] By: jhi on 2001/07/01 04:54:35
11368 Log: Detypos and regen toc.
11370 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
11371 ____________________________________________________________________________
11372 [ 11056] By: jhi on 2001/07/01 04:26:08
11373 Log: VERSION tweak.
11375 ! ext/List/Util/lib/List/Util.pm
11376 ____________________________________________________________________________
11377 [ 11055] By: jhi on 2001/06/30 22:18:37
11378 Log: Attempt at plugging the leak under ithreads detected by Doug.
11381 ____________________________________________________________________________
11382 [ 11054] By: jhi on 2001/06/30 21:33:29
11383 Log: gcc -Wall lint after #11051.
11386 ____________________________________________________________________________
11387 [ 11053] By: jhi on 2001/06/30 21:13:55
11388 Log: Integrate perlio.
11390 !> lib/File/Find/taint.t
11391 ____________________________________________________________________________
11392 [ 11052] By: jhi on 2001/06/30 21:07:38
11393 Log: Don't use the v-strings for module VERSIONs.
11395 ! lib/Unicode/UCD.pm
11396 ____________________________________________________________________________
11397 [ 11051] By: jhi on 2001/06/30 20:59:57
11398 Log: Code cleanup based on turning off the -woffs in IRIX.
11399 Not all of the gripes cleaned up (hairy code in hv.c and
11400 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
11401 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
11404 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
11405 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
11406 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
11408 ____________________________________________________________________________
11409 [ 11050] By: nick on 2001/06/30 20:46:46
11410 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
11412 ! lib/File/Find/taint.t
11413 ____________________________________________________________________________
11414 [ 11049] By: nick on 2001/06/30 18:13:33
11415 Log: Integrate mainline
11417 +> NetWare/nwstdio.h NetWare/perlsdio.h
11418 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
11419 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
11420 +> lib/Unicode/UCD.t t/run/exit.t
11421 !> (integrate 60 files)
11422 ____________________________________________________________________________
11423 [ 11048] By: jhi on 2001/06/30 16:23:39
11426 ! pod/perl572delta.pod
11427 ____________________________________________________________________________
11428 [ 11047] By: jhi on 2001/06/30 16:03:40
11429 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
11430 by CPAN.pm, use rather _00.
11432 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
11433 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
11434 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
11435 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
11436 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
11437 ! lib/ExtUtils/Embed.pm lib/Test.pm
11438 ____________________________________________________________________________
11439 [ 11046] By: jhi on 2001/06/30 15:53:22
11440 Log: Add a simple Unicode character database interface, Unicode::UCD.
11442 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
11444 ____________________________________________________________________________
11445 [ 11045] By: jhi on 2001/06/30 13:42:37
11446 Log: Subject: [PATCH] op/numconver.t
11447 From: Nicholas Clark <nick@ccl4.org>
11448 Date: Sat, 30 Jun 2001 15:40:10 +0100
11449 Message-ID: <20010630154010.I59620@plum.flirble.org>
11451 ! t/op/numconvert.t
11452 ____________________________________________________________________________
11453 [ 11044] By: jhi on 2001/06/30 13:29:25
11454 Log: The $^N is now taken (by #11038).
11457 ____________________________________________________________________________
11458 [ 11043] By: jhi on 2001/06/30 13:15:59
11459 Log: The #11040 had slipped to a wrong function...
11462 ____________________________________________________________________________
11463 [ 11042] By: jhi on 2001/06/30 13:08:25
11464 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
11465 the Configure library symbol probe mysteriously finds all
11466 symbols but those of pipe() and times().
11469 ____________________________________________________________________________
11470 [ 11041] By: jhi on 2001/06/30 13:01:25
11471 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
11472 From: Nicholas Clark <nick@ccl4.org>
11473 Date: Fri, 29 Jun 2001 23:49:07 +0100
11474 Message-ID: <20010629234907.D59620@plum.flirble.org>
11477 ____________________________________________________________________________
11478 [ 11040] By: jhi on 2001/06/30 13:00:24
11479 Log: Subject: [PATCH] weakref fix 2, not yet there
11480 From: Artur Bergman <artur@contiller.se>
11481 Date: Sat, 30 Jun 2001 01:18:16 +0200
11482 Message-ID: <B762D957.1CC9%artur@contiller.se>
11485 ____________________________________________________________________________
11486 [ 11039] By: jhi on 2001/06/30 12:59:25
11487 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
11488 From: Michael G Schwern <schwern@pobox.com>
11489 Date: Fri, 29 Jun 2001 19:39:11 -0400
11490 Message-ID: <20010629193910.D25304@blackrider>
11494 ____________________________________________________________________________
11495 [ 11038] By: jhi on 2001/06/30 12:58:16
11496 Log: Add support for $^N, the most-recently closed group.
11498 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
11499 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
11501 ____________________________________________________________________________
11502 [ 11037] By: jhi on 2001/06/30 12:53:40
11503 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
11504 From: lvirden@cas.org
11505 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
11506 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
11508 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
11509 From: lvirden@cas.org
11510 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
11511 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
11514 ____________________________________________________________________________
11515 [ 11036] By: jhi on 2001/06/30 12:51:45
11516 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
11517 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11518 Date: Sat, 30 Jun 2001 07:33:37 +0900
11519 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
11521 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
11522 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11523 Date: Sat, 30 Jun 2001 21:38:14 +0900
11524 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
11526 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
11527 + ext/Encode/Encode/7bit-kr.enc
11528 ! MANIFEST ext/Encode/Encode/Tcl.pm
11529 ____________________________________________________________________________
11530 [ 11035] By: jhi on 2001/06/30 12:44:51
11531 Log: NetWare tweaks from Guruprasad.
11533 + NetWare/nwstdio.h NetWare/perlsdio.h
11534 ! MANIFEST NetWare/Makefile NetWare/config.wc
11535 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
11536 ! NetWare/t/Readme.txt
11537 ____________________________________________________________________________
11538 [ 11034] By: jhi on 2001/06/29 23:28:16
11539 Log: More module $VERSION bump-ups.
11541 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
11542 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
11543 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
11544 ____________________________________________________________________________
11545 [ 11033] By: jhi on 2001/06/29 21:25:23
11546 Log: Doc update due to #11032.
11548 ! pod/perl572delta.pod
11549 ____________________________________________________________________________
11550 [ 11032] By: jhi on 2001/06/29 21:19:44
11551 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
11552 From: Peter Prymmer <pvhp@forte.com>
11553 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
11554 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
11556 ! ext/Time/HiRes/HiRes.xs
11557 ____________________________________________________________________________
11558 [ 11031] By: jhi on 2001/06/29 14:31:53
11559 Log: -lpthreads missing in AIX.
11562 ____________________________________________________________________________
11563 [ 11030] By: jhi on 2001/06/29 14:08:12
11564 Log: Subject: [PATCH] CLONE && weakrefs
11565 From: Artur Bergman <artur@contiller.se>
11566 Date: Fri, 29 Jun 2001 17:02:00 +0200
11567 Message-ID: <B7626508.1CA0%artur@contiller.se>
11570 ____________________________________________________________________________
11571 [ 11029] By: jhi on 2001/06/29 14:06:50
11572 Log: Subject: Re: Bug report: split splits on wrong pattern
11573 From: Radu Greab <radu@netsoft.ro>
11574 Date: Wed, 27 Jun 2001 21:50:52 +0300
11575 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
11577 ! pp_ctl.c t/op/split.t
11578 ____________________________________________________________________________
11579 [ 11028] By: jhi on 2001/06/29 13:47:38
11580 Log: Metaconfig unit change for #11027.
11581 Branch: metaconfig/U/perl
11583 ____________________________________________________________________________
11584 [ 11027] By: jhi on 2001/06/29 13:47:03
11585 Log: I thought this Configure glitch for AIX was just recently fixed?
11588 ____________________________________________________________________________
11589 [ 11026] By: jhi on 2001/06/29 13:14:07
11590 Log: Update Changes.
11592 ! Changes patchlevel.h
11593 ____________________________________________________________________________
11594 [ 11025] By: jhi on 2001/06/29 13:07:57
11595 Log: Subject: Re: perl@10967, File::Find, and Cwd
11596 From: Mike Guy <mjtg@cam.ac.uk>
11597 Date: Fri, 29 Jun 2001 14:56:49 +0100
11598 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
11600 ! lib/File/Find/taint.t
11601 ____________________________________________________________________________
11602 [ 11024] By: jhi on 2001/06/29 12:39:23
11603 Log: Update the sv_pvprintify() spec.
11606 ____________________________________________________________________________
11607 [ 11023] By: jhi on 2001/06/29 12:33:33
11608 Log: Known test failures update.
11610 ! pod/perl572delta.pod
11611 ____________________________________________________________________________
11612 [ 11022] By: jhi on 2001/06/29 12:24:32
11615 Subject: [PATCH @11016] More );) fixes
11616 From: Richard Soderberg <rs@crystalflame.net>
11617 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
11618 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
11620 ! ext/Thread/Thread.xs ext/Thread/typemap
11621 ____________________________________________________________________________
11622 [ 11021] By: jhi on 2001/06/29 12:21:51
11623 Log: Subject: [PATCH @11016] Fixes compile errors in four files
11624 From: Richard Soderberg <rs@crystalflame.net>
11625 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
11626 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
11628 ! mg.c pp.c pp_hot.c util.c
11629 ____________________________________________________________________________
11630 [ 11020] By: jhi on 2001/06/29 12:05:54
11631 Log: AIX hints tweaking continues, from Merijn Brand.
11634 ____________________________________________________________________________
11635 [ 11019] By: jhi on 2001/06/29 12:05:10
11636 Log: HP-UX needs gccversion sooner, from Merijn Brand.
11639 ____________________________________________________________________________
11640 [ 11018] By: jhi on 2001/06/29 11:52:31
11641 Log: Subject: [PATCH 5.6.1] OS/2 docs
11642 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11643 Date: Fri, 29 Jun 2001 02:34:12 -0400
11644 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
11646 ! README.os2 os2/Changes
11647 ____________________________________________________________________________
11648 [ 11017] By: nick on 2001/06/29 10:20:30
11649 Log: Integrate mainline
11651 +> (branch 37 files)
11652 - ext/ODBM_File/sdbm.t
11653 !> (integrate 211 files)
11654 ____________________________________________________________________________
11655 [ 11016] By: jhi on 2001/06/29 03:38:56
11656 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
11657 the modules found using a script written by Larry Schatzer Jr.
11659 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
11660 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11661 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11662 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
11663 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
11664 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
11665 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
11666 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
11667 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
11668 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
11669 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
11670 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11671 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
11672 ! lib/constant.pm lib/fields.pm lib/strict.pm
11673 ____________________________________________________________________________
11674 [ 11015] By: jhi on 2001/06/29 02:55:58
11675 Log: The latest JPL from the anoncvs.
11677 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11678 ____________________________________________________________________________
11679 [ 11014] By: jhi on 2001/06/29 02:16:55
11680 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
11683 ____________________________________________________________________________
11684 [ 11013] By: jhi on 2001/06/28 23:14:53
11685 Log: Worrying about insecure directories now is a bit too late.
11687 ! lib/File/Find/taint.t
11688 ____________________________________________________________________________
11689 [ 11012] By: jhi on 2001/06/28 21:36:36
11690 Log: Cannot DIE() in a void function,
11691 from Richard Hatch <rhatch@austin.ibm.com>.
11693 ! ext/IPC/SysV/SysV.xs
11694 ____________________________________________________________________________
11695 [ 11011] By: jhi on 2001/06/28 19:32:13
11696 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
11697 From: Peter Prymmer <pvhp@forte.com>
11698 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
11699 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
11701 (unfinished: time/hires tests 3, 5, 14 failing, but better
11702 than wholesale failure)
11704 ! ext/Time/HiRes/HiRes.xs
11705 ____________________________________________________________________________
11706 [ 11010] By: jhi on 2001/06/28 19:10:54
11707 Log: Subject: [PATCH 5.6.1] OS/2 improvements
11708 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11709 Date: Thu, 28 Jun 2001 16:03:14 -0400
11710 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
11713 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
11714 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11715 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
11717 ____________________________________________________________________________
11718 [ 11009] By: jhi on 2001/06/28 18:54:14
11719 Log: Subject: Incrementing Extutils::Manifest's $VERSION
11720 From: Michael G Schwern <schwern@pobox.com>
11721 Date: Thu, 28 Jun 2001 13:13:49 -0400
11722 Message-ID: <20010628131349.A14738@blackrider>
11723 Branch: maint-5.6/perl
11724 ! lib/ExtUtils/Manifest.pm
11725 ____________________________________________________________________________
11726 [ 11008] By: jhi on 2001/06/28 18:52:20
11727 Log: AIX tweak from Merijn Brand.
11730 ____________________________________________________________________________
11731 [ 11007] By: jhi on 2001/06/28 17:46:27
11732 Log: Create the macperl branch.
11733 Branch: maint-5.6/macperl
11734 +> (branch 1728 files)
11735 ____________________________________________________________________________
11736 [ 11006] By: jhi on 2001/06/28 14:46:21
11737 Log: Update Changes.
11739 ! Changes patchlevel.h
11740 ____________________________________________________________________________
11741 [ 11005] By: jhi on 2001/06/28 14:40:11
11742 Log: More Perforce lore.
11744 ! Porting/repository.pod
11745 ____________________________________________________________________________
11746 [ 11004] By: jhi on 2001/06/28 14:12:50
11747 Log: Metaconfig unit changes for #11003.
11748 Branch: metaconfig/U/perl
11749 + d_nl_langinfo.U i_langinfo.U
11750 ____________________________________________________________________________
11751 [ 11003] By: jhi on 2001/06/28 14:12:27
11752 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
11753 Expected not to exist in non-UNIX excepting in VMS, where
11754 according to a quick web survey they just might.
11756 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
11757 ! Porting/config_H config_h.SH configure.com epoc/config.sh
11758 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
11759 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11760 ! win32/config.bc win32/config.gc win32/config.vc
11761 ____________________________________________________________________________
11762 [ 11002] By: jhi on 2001/06/28 13:39:11
11763 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
11764 in AIX is one is doing a 64-bit build.
11767 ____________________________________________________________________________
11768 [ 11001] By: jhi on 2001/06/28 13:28:37
11769 Log: Metaconfig unit changes for #11000.
11770 Branch: metaconfig/U/perl
11771 ! use64bits.U uselfs.U
11772 ____________________________________________________________________________
11773 [ 11000] By: jhi on 2001/06/28 13:21:16
11774 Log: Move use64bitint and use64bitall before uselargefiles.
11777 ____________________________________________________________________________
11778 [ 10999] By: jhi on 2001/06/28 03:49:07
11779 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
11780 From: Robert Spier <rspier@pobox.com>
11781 Message-ID: <15162.41164.618712.841415@rls.cx>
11782 Date: Wed, 27 Jun 2001 23:13:16 -0400
11785 ____________________________________________________________________________
11786 [ 10998] By: jhi on 2001/06/28 03:42:57
11787 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
11788 From: Peter Prymmer <pvhp@forte.com>
11789 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
11790 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
11793 ____________________________________________________________________________
11794 [ 10997] By: jhi on 2001/06/28 03:42:12
11795 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
11796 From: Peter Prymmer <pvhp@forte.com>
11797 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
11798 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
11800 ! configure.com ext/Digest/MD5/Makefile.PL
11801 ____________________________________________________________________________
11802 [ 10996] By: jhi on 2001/06/27 20:34:11
11803 Log: Update Changes.
11805 ! Changes patchlevel.h
11806 ____________________________________________________________________________
11807 [ 10995] By: jhi on 2001/06/27 20:06:28
11808 Log: Tiny EPOC updates.
11811 ____________________________________________________________________________
11812 [ 10994] By: jhi on 2001/06/27 19:55:16
11813 Log: The Test::More and Test::Simple tests required help
11814 thanks to our schizophrenic test scheme.
11816 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11817 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11818 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11819 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11820 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11821 ____________________________________________________________________________
11822 [ 10993] By: jhi on 2001/06/27 17:17:30
11823 Log: Upgrade to Test::Simple 0.09.
11825 + lib/Test/Simple/Changes
11826 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
11827 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
11828 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
11829 ! lib/Test/Simple/t/plan_is_noplan.t
11830 ____________________________________________________________________________
11831 [ 10992] By: jhi on 2001/06/27 17:11:28
11832 Log: Upgrade to Test::More 0.07.
11834 + lib/Test/More/Changes
11835 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
11836 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
11837 ! lib/Test/More/t/skipall.t
11838 ____________________________________________________________________________
11839 [ 10991] By: jhi on 2001/06/27 17:04:13
11840 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
11841 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11842 Date: Wed, 27 Jun 2001 18:40:04 +0200
11843 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
11846 ____________________________________________________________________________
11847 [ 10990] By: jhi on 2001/06/27 17:02:55
11848 Log: Subject: [PATCH README.qnx hints/qnx.sh]
11849 From: Norton Allen <allen@huarp.harvard.edu>
11850 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
11851 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
11853 ! README.qnx hints/qnx.sh
11854 ____________________________________________________________________________
11855 [ 10989] By: jhi on 2001/06/27 14:33:53
11856 Log: Subject: [PATCH] two little documentation nits
11857 From: Abhijit Menon-Sen <ams@wiw.org>
11858 Date: Wed, 27 Jun 2001 20:07:50 +0530
11859 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
11862 ____________________________________________________________________________
11863 [ 10988] By: jhi on 2001/06/27 13:33:32
11864 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
11865 From: Norton Allen <allen@huarp.harvard.edu>
11866 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
11867 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
11869 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
11870 ____________________________________________________________________________
11871 [ 10987] By: jhi on 2001/06/27 12:14:36
11872 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
11873 From: Michael G Schwern <schwern@pobox.com>
11874 Date: Wed, 27 Jun 2001 02:34:58 -0400
11875 Message-ID: <20010627023458.K23874@blackrider>
11878 ____________________________________________________________________________
11879 [ 10986] By: jhi on 2001/06/27 12:01:49
11880 Log: Add perl_clone_host() for Netware.
11883 ____________________________________________________________________________
11884 [ 10985] By: jhi on 2001/06/27 11:56:53
11885 Log: GCC 3.0 hints for HP-UX.
11888 ____________________________________________________________________________
11889 [ 10984] By: jhi on 2001/06/27 11:55:06
11890 Log: In some Linux distributions the libndbm is broken
11891 (no null key support), therefore link with libgdbm
11892 (if available), since it has a working ndbm emulation,
11893 from Jonathan Stowe.
11895 + ext/NDBM_File/hints/linux.pl
11897 ____________________________________________________________________________
11898 [ 10983] By: jhi on 2001/06/27 11:48:56
11899 Log: Subject: [PATCH perl@10930] find.t hack for VMS
11900 From: "Craig A. Berry" <craigberry@mac.com>
11901 Date: Tue, 26 Jun 2001 23:40:25 -0500
11902 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
11904 ! lib/File/Find/find.t
11905 ____________________________________________________________________________
11906 [ 10982] By: jhi on 2001/06/27 11:47:30
11907 Log: AUTHORS updates.
11910 ____________________________________________________________________________
11911 [ 10981] By: jhi on 2001/06/27 11:46:02
11912 Log: Metaconfig unit change like #10980.
11914 ! U/compline/d_stdstdio.U
11915 ____________________________________________________________________________
11916 [ 10980] By: jhi on 2001/06/27 11:45:29
11917 Log: "lose the it's", from Abhijit Menon-Sen.
11918 ("It's" not searched, pods not searched.)
11920 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
11921 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
11922 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
11923 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
11924 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11925 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
11926 ____________________________________________________________________________
11927 [ 10979] By: jhi on 2001/06/27 11:36:40
11928 Log: "lose the looses", from Abhijit Menon-Sen.
11930 ! ext/B/B/Assembler.pm gv.c
11931 ____________________________________________________________________________
11932 [ 10978] By: jhi on 2001/06/27 11:35:38
11933 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
11936 ____________________________________________________________________________
11937 [ 10977] By: jhi on 2001/06/27 11:33:28
11938 Log: DEC C 5.3 on the VAX simply doesn't seem to like
11939 compiling the MD5 extension, disable it there for now,
11940 from Peter Prymmer.
11943 ____________________________________________________________________________
11944 [ 10976] By: jhi on 2001/06/26 21:35:40
11945 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
11946 From: Jonathan Stowe <gellyfish@gellyfish.com>
11947 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
11948 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
11951 ____________________________________________________________________________
11952 [ 10975] By: jhi on 2001/06/26 21:32:41
11953 Log: Subject: [PATCH 5.6.1] perlxs misprints
11954 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11955 Date: Tue, 26 Jun 2001 17:20:00 -0400
11956 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
11959 ____________________________________________________________________________
11960 [ 10974] By: jhi on 2001/06/26 21:31:51
11961 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
11962 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11963 Date: Tue, 26 Jun 2001 17:27:07 -0400
11964 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
11966 ! lib/ExtUtils/MM_Unix.pm
11967 ____________________________________________________________________________
11968 [ 10973] By: jhi on 2001/06/26 21:27:05
11969 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
11970 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11971 Date: Tue, 26 Jun 2001 17:23:24 -0400
11972 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
11974 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
11975 ____________________________________________________________________________
11976 [ 10972] By: jhi on 2001/06/26 20:27:19
11977 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
11981 ____________________________________________________________________________
11982 [ 10971] By: jhi on 2001/06/26 19:59:41
11985 ! lib/Memoize/t/tie_sdbm.t
11986 ____________________________________________________________________________
11987 [ 10970] By: jhi on 2001/06/26 19:10:19
11988 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
11991 ____________________________________________________________________________
11992 [ 10969] By: jhi on 2001/06/26 17:21:31
11993 Log: Subject: [patch] perl_clone+CvFILE
11994 From: Doug MacEachern <dougm@covalent.net>
11995 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
11996 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
11999 ____________________________________________________________________________
12000 [ 10968] By: jhi on 2001/06/26 16:48:32
12001 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
12002 From: Mark-Jason Dominus <mjd@plover.com>
12003 Date: Tue, 26 Jun 2001 12:33:01 -0400
12004 Message-ID: <20010626163301.31298.qmail@plover.com>
12006 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12007 ____________________________________________________________________________
12008 [ 10967] By: jhi on 2001/06/26 14:21:49
12009 Log: Update Changes.
12011 ! Changes patchlevel.h
12012 ____________________________________________________________________________
12013 [ 10966] By: jhi on 2001/06/26 14:08:34
12014 Log: Also catfile() needs now to explicitly exported.
12016 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12017 ____________________________________________________________________________
12018 [ 10965] By: jhi on 2001/06/26 13:57:54
12022 ____________________________________________________________________________
12023 [ 10964] By: jhi on 2001/06/26 13:56:11
12024 Log: Nonexistent pod command.
12026 ! pod/perl572delta.pod
12027 ____________________________________________________________________________
12028 [ 10963] By: jhi on 2001/06/26 13:50:53
12029 Log: Be more portable in the quest for tmpdir.
12031 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12032 ____________________________________________________________________________
12033 [ 10962] By: jhi on 2001/06/26 13:43:51
12034 Log: Be more portable in finding out the home directory,
12035 and use File::Spec to do the concat.
12036 (Come to think of it, couldn't File::Spec provide
12037 for a ->homedir method?)
12039 ! lib/Net/Config.pm
12040 ____________________________________________________________________________
12041 [ 10961] By: jhi on 2001/06/26 13:37:30
12042 Log: Doc patch for #10959.
12045 ____________________________________________________________________________
12046 [ 10960] By: jhi on 2001/06/26 13:33:07
12047 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
12048 From: "Philip Newton" <pnewton@gmx.de>
12049 Date: Tue, 26 Jun 2001 16:26:47 +0200
12050 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
12053 ____________________________________________________________________________
12054 [ 10959] By: jhi on 2001/06/26 13:31:57
12055 Log: Subject: [PATH] shared -> unique;
12056 From: "Artur Bergman" <artur@contiller.se>
12057 Date: Tue, 26 Jun 2001 16:18:40 +0200
12058 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
12060 Because "shared" isn't: it's read-only.
12063 ____________________________________________________________________________
12064 [ 10958] By: jhi on 2001/06/26 13:28:27
12065 Log: Escape multiline croak messages.
12068 ____________________________________________________________________________
12069 [ 10957] By: jhi on 2001/06/26 13:18:34
12070 Log: No more pragma/*.t for minitest.
12073 ____________________________________________________________________________
12074 [ 10956] By: jhi on 2001/06/26 13:18:00
12075 Log: AUTHORS updates.
12078 ____________________________________________________________________________
12079 [ 10955] By: jhi on 2001/06/26 13:17:05
12080 Log: delta updates.
12082 ! pod/perl572delta.pod
12083 ____________________________________________________________________________
12084 [ 10954] By: jhi on 2001/06/26 12:36:07
12085 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
12086 From: Artur Bergman <artur@contiller.se>
12087 Date: Tue, 26 Jun 2001 15:32:53 +0200
12088 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
12090 ! makedef.pl sv.c sv.h win32/perllib.c
12091 ____________________________________________________________________________
12092 [ 10953] By: jhi on 2001/06/26 12:33:55
12093 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
12094 From: Jonathan Stowe <gellyfish@gellyfish.com>
12095 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
12096 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
12098 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
12100 + ext/Time/HiRes/hints/sco.pl
12102 ____________________________________________________________________________
12103 [ 10952] By: jhi on 2001/06/26 11:57:44
12104 Log: Subject: [PATCH 5.6.1] static build
12105 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12106 Date: Tue, 26 Jun 2001 04:22:25 -0400
12107 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
12109 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
12110 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
12111 ____________________________________________________________________________
12112 [ 10951] By: jhi on 2001/06/26 11:55:59
12113 Log: DJGPP patches from Laszlo Molnar.
12115 ! djgpp/djgpp.c perl.c util.c
12116 ____________________________________________________________________________
12117 [ 10950] By: jhi on 2001/06/26 11:54:32
12118 Log: Netware patches from Ananth Kesari.
12120 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
12121 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
12122 ! NetWare/nwtinfo.h
12123 ____________________________________________________________________________
12124 [ 10949] By: jhi on 2001/06/26 11:49:09
12127 ! ext/Errno/Errno_pm.PL
12128 ____________________________________________________________________________
12129 [ 10948] By: jhi on 2001/06/26 03:44:29
12130 Log: There seems to be two ways of spelling the $^O in *STEP.
12132 ! ext/Errno/Errno_pm.PL
12133 ____________________________________________________________________________
12134 [ 10947] By: jhi on 2001/06/26 03:01:01
12135 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
12136 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
12138 ! ext/Errno/Errno_pm.PL
12139 ____________________________________________________________________________
12140 [ 10946] By: jhi on 2001/06/26 02:50:46
12141 Log: Known bugs update.
12143 ! pod/perl572delta.pod
12144 ____________________________________________________________________________
12145 [ 10945] By: jhi on 2001/06/26 01:15:39
12146 Log: The default installation of Cygwin has 500 as root's uid.
12149 ____________________________________________________________________________
12150 [ 10944] By: jhi on 2001/06/26 01:12:39
12151 Log: Be even more relaxed (re-allow having only one entry).
12153 ! t/op/grent.t t/op/pwent.t
12154 ____________________________________________________________________________
12155 [ 10943] By: jhi on 2001/06/26 01:03:30
12156 Log: Test failure updates.
12158 ! pod/perl572delta.pod
12159 ____________________________________________________________________________
12160 [ 10942] By: jhi on 2001/06/25 23:32:05
12161 Log: MPE/iX test tweaks from Mark Bixby.
12163 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
12164 ! t/io/fs.t t/op/stat.t
12165 ____________________________________________________________________________
12166 [ 10941] By: jhi on 2001/06/25 22:18:31
12167 Log: Microperl findings.
12170 ____________________________________________________________________________
12171 [ 10940] By: jhi on 2001/06/25 21:59:29
12172 Log: Touch uconfig.h.
12175 ____________________________________________________________________________
12176 [ 10939] By: jhi on 2001/06/25 21:32:52
12177 Log: Subject: [PATCH] Proposed fix for Pod::Man
12178 From: Rob Napier <rnapier@employees.org>
12179 Date: Mon, 25 Jun 2001 15:49:24 -0400
12180 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
12182 Cater for Solaris nroff brokenness (shortchanges daisywheel
12183 printers, but hey, we also no more support PDPs.)
12186 ____________________________________________________________________________
12187 [ 10938] By: jhi on 2001/06/25 21:14:41
12188 Log: Typo in #10937.
12190 ! ext/POSIX/sigaction.t
12191 ____________________________________________________________________________
12192 [ 10937] By: jhi on 2001/06/25 19:42:02
12193 Log: SIGCONT not trappable in VMS.
12195 ! ext/POSIX/sigaction.t
12196 ____________________________________________________________________________
12197 [ 10936] By: jhi on 2001/06/25 19:28:13
12198 Log: Subject: [DRAFT] Encode-Tcl.t
12199 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12200 Date: Tue, 26 Jun 2001 03:38:08 +0900
12201 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
12203 + ext/Encode/Encode/Tcl.t
12204 ! MANIFEST ext/Encode/Encode/Tcl.pm
12205 ____________________________________________________________________________
12206 [ 10935] By: jhi on 2001/06/25 18:40:03
12207 Log: Because of #10932 retract also the perlfunc hunk of #10910.
12210 ____________________________________________________________________________
12211 [ 10934] By: jhi on 2001/06/25 18:27:19
12212 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
12213 by Ilya Zakharevich in
12214 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
12217 ____________________________________________________________________________
12218 [ 10933] By: jhi on 2001/06/25 18:25:26
12219 Log: Typo in #10889.
12222 ____________________________________________________________________________
12223 [ 10932] By: jhi on 2001/06/25 18:23:30
12224 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
12225 From: Abhijit Menon-Sen <ams@wiw.org>
12226 Date: Mon, 25 Jun 2001 23:45:45 +0530
12227 Message-ID: <20010625234545.A5022@lustre.linux.in>
12229 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
12230 ____________________________________________________________________________
12231 [ 10931] By: jhi on 2001/06/25 17:50:38
12232 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
12233 From: Michael G Schwern <schwern@pobox.com>
12234 Date: Mon, 25 Jun 2001 14:35:51 -0400
12235 Message-ID: <20010625143551.H13819@blackrider>
12238 ____________________________________________________________________________
12239 [ 10930] By: jhi on 2001/06/25 14:33:46
12240 Log: Update Changes.
12242 ! Changes patchlevel.h
12243 ____________________________________________________________________________
12244 [ 10929] By: jhi on 2001/06/25 14:17:57
12245 Log: Regen toc and modlib.
12247 ! pod/perlmodlib.pod pod/perltoc.pod
12248 ____________________________________________________________________________
12249 [ 10928] By: jhi on 2001/06/25 14:13:09
12250 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
12251 for the benefit of C++ compilers, as suggested by Guruprasad.
12254 ____________________________________________________________________________
12255 [ 10927] By: jhi on 2001/06/25 14:11:59
12256 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
12257 From: Jonathan Stowe <gellyfish@gellyfish.com>
12258 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
12259 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
12262 ____________________________________________________________________________
12263 [ 10926] By: jhi on 2001/06/25 14:04:07
12264 Log: Missed from #10925.
12267 ____________________________________________________________________________
12268 [ 10925] By: jhi on 2001/06/25 14:00:06
12269 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
12270 From: Robin Houston <robin@kitsite.com>
12271 Date: Sat, 19 May 2001 16:19:34 +0100
12272 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
12275 ____________________________________________________________________________
12276 [ 10924] By: jhi on 2001/06/25 13:58:18
12277 Log: Netware README tweak.
12280 ____________________________________________________________________________
12281 [ 10923] By: jhi on 2001/06/25 13:57:13
12282 Log: Subject: [PATCH] Re: overload.t fails
12283 From: Abhijit Menon-Sen <ams@wiw.org>
12284 Date: Mon, 25 Jun 2001 14:52:20 +0530
12285 Message-ID: <20010625145220.A24114@lustre.linux.in>
12288 ____________________________________________________________________________
12289 [ 10922] By: jhi on 2001/06/25 13:56:20
12290 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12291 From: Mike Guy <mjtg@cam.ac.uk>
12292 Date: Mon, 25 Jun 2001 11:43:23 +0100
12293 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
12296 ____________________________________________________________________________
12297 [ 10921] By: jhi on 2001/06/25 13:50:02
12298 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
12299 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12300 Date: Sun, 24 Jun 2001 05:17:05 -0400
12301 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
12304 ____________________________________________________________________________
12305 [ 10920] By: jhi on 2001/06/25 13:49:13
12306 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
12307 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12308 Date: Mon, 25 Jun 2001 05:52:27 -0400
12309 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
12312 ____________________________________________________________________________
12313 [ 10919] By: jhi on 2001/06/25 13:48:30
12314 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
12315 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12316 Date: Mon, 25 Jun 2001 05:23:35 -0400
12317 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
12320 ____________________________________________________________________________
12321 [ 10918] By: jhi on 2001/06/25 13:47:46
12322 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
12323 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12324 Date: Mon, 25 Jun 2001 05:04:32 -0400
12325 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
12327 ! os2/OS2/REXX/DLL/DLL.pm
12328 ____________________________________________________________________________
12329 [ 10917] By: jhi on 2001/06/25 13:44:14
12330 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
12331 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12332 Date: Mon, 25 Jun 2001 05:02:36 -0400
12333 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
12335 ! mg.c os2/dl_os2.c os2/os2.c
12336 ____________________________________________________________________________
12337 [ 10916] By: jhi on 2001/06/25 13:41:20
12338 Log: Subject: Re: [PATCH 5.6.1] misprints
12339 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12340 Date: Mon, 25 Jun 2001 04:50:50 -0400
12341 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
12343 ! os2/os2.c pp_sys.c
12344 ____________________________________________________________________________
12345 [ 10915] By: jhi on 2001/06/25 13:39:59
12346 Log: Add Test::More and Test::Simple to the delta.
12348 ! pod/perl572delta.pod
12349 ____________________________________________________________________________
12350 [ 10914] By: jhi on 2001/06/25 13:38:08
12351 Log: Add Test::More, from Michael G Schwern.
12353 + lib/Test/More.pm lib/Test/More/t/More.t
12354 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12355 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12356 + t/lib/Test/More/Catch.pm
12358 ____________________________________________________________________________
12359 [ 10913] By: jhi on 2001/06/25 13:35:41
12360 Log: Add Test::Simple from Michael G Schwern.
12362 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
12363 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
12364 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
12365 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
12366 + t/lib/Test/Simple/Catch.pm
12367 + t/lib/Test/Simple/sample_tests/death.plx
12368 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
12369 + t/lib/Test/Simple/sample_tests/extras.plx
12370 + t/lib/Test/Simple/sample_tests/five_fail.plx
12371 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
12372 + t/lib/Test/Simple/sample_tests/one_fail.plx
12373 + t/lib/Test/Simple/sample_tests/require.plx
12374 + t/lib/Test/Simple/sample_tests/success.plx
12375 + t/lib/Test/Simple/sample_tests/too_few.plx
12376 + t/lib/Test/Simple/sample_tests/two_fail.plx
12378 ____________________________________________________________________________
12379 [ 10912] By: jhi on 2001/06/25 13:31:57
12380 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
12381 From: "Craig A. Berry" <craigberry@mac.com>
12382 Date: Sun, 24 Jun 2001 23:41:36 -0500
12383 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
12386 ____________________________________________________________________________
12387 [ 10911] By: jhi on 2001/06/25 13:05:00
12388 Log: Upgrade to Attribute::Handlers 0.70.
12390 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
12391 ! MANIFEST lib/Attribute/Handlers.pm
12392 ____________________________________________________________________________
12393 [ 10910] By: jhi on 2001/06/25 00:09:27
12394 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
12395 From: Abhijit Menon-Sen <ams@wiw.org>
12396 Date: Sat, 23 Jun 2001 05:17:44 +0530
12397 Message-ID: <20010623051744.A18583@lustre.linux.in>
12399 (Can't think of a good place to put tests.)
12401 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
12402 ____________________________________________________________________________
12403 [ 10909] By: jhi on 2001/06/24 23:45:13
12404 Log: Subject: [PATCH] t/op/pat.t typo fix
12405 From: Richard Soderberg <rs@crystalflame.net>
12406 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
12407 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
12410 ____________________________________________________________________________
12411 [ 10908] By: jhi on 2001/06/24 22:24:49
12412 Log: Move the pack warnings to their own file, as pointed
12415 + t/lib/warnings/pp_pack
12416 ! MANIFEST t/lib/warnings/pp
12417 ____________________________________________________________________________
12418 [ 10907] By: jhi on 2001/06/24 19:55:15
12419 Log: Update Changes.
12421 ! Changes patchlevel.h
12422 ____________________________________________________________________________
12423 [ 10906] By: jhi on 2001/06/24 19:50:40
12424 Log: Partially fix a problem noticed by IRIX compiler:
12425 the initialization of parse_start was bypassed by
12426 several gotos. Now initialized to zero, which may
12427 not be the best choice.
12430 ____________________________________________________________________________
12431 [ 10905] By: jhi on 2001/06/24 19:43:25
12432 Log: Relax the group and password tests back to moaning only
12433 if no matches at all are found. (Even with a small sample
12434 I could find many sites where there are, umm, anomalies in
12435 the said databases.)
12437 ! t/op/grent.t t/op/pwent.t
12438 ____________________________________________________________________________
12439 [ 10904] By: jhi on 2001/06/24 18:45:55
12440 Log: Argh. How hard it can be to re-apply a patch manually? :-)
12443 ____________________________________________________________________________
12444 [ 10903] By: jhi on 2001/06/24 18:40:52
12445 Log: De-cut-and-pasto in #10902.
12448 ____________________________________________________________________________
12449 [ 10902] By: jhi on 2001/06/24 18:35:18
12450 Log: The #10771 didn't take?
12453 ____________________________________________________________________________
12454 [ 10901] By: jhi on 2001/06/24 18:29:50
12455 Log: Undo the filetests part of #10900, under multiplicity
12456 weird errors take place.
12459 ____________________________________________________________________________
12460 [ 10900] By: jhi on 2001/06/24 18:20:36
12461 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
12463 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
12464 ____________________________________________________________________________
12465 [ 10899] By: jhi on 2001/06/24 17:00:34
12466 Log: (Replaced by #10922)
12468 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12469 From: Tony Bowden <tony@kasei.com>
12470 Date: Sun, 24 Jun 2001 17:32:40 +0100
12471 Message-ID: <20010624173240.A16293@blackstar.co.uk>
12473 Document (well, mention) shortmess() and longmess()
12474 to rob people of their fun of reinventing the weel.
12477 ____________________________________________________________________________
12478 [ 10898] By: jhi on 2001/06/24 16:51:40
12479 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
12480 From: Brian Jepson <bjepson@oreilly.com>
12481 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
12482 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
12485 ____________________________________________________________________________
12486 [ 10897] By: jhi on 2001/06/24 16:38:23
12487 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
12488 From: Robin Barker <rmb1@cise.npl.co.uk>
12489 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
12490 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
12493 ____________________________________________________________________________
12494 [ 10896] By: jhi on 2001/06/24 16:36:32
12495 Log: Memoize patch from mjd.
12497 ! lib/Memoize/t/tie_storable.t
12498 ____________________________________________________________________________
12499 [ 10895] By: jhi on 2001/06/24 16:33:59
12500 Log: Spec the sv_pvprintify() a bit more.
12503 ____________________________________________________________________________
12504 [ 10894] By: jhi on 2001/06/24 14:43:36
12505 Log: Upgrade to Memoize 0.65.
12507 + lib/Memoize/t/array_confusion.t
12508 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12509 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12510 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12511 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
12512 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12513 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12514 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12515 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
12516 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
12517 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
12518 ! lib/Memoize/t/tie_storable.t
12519 ____________________________________________________________________________
12520 [ 10893] By: jhi on 2001/06/24 14:21:09
12521 Log: Metaconfig unit change for #10892.
12523 ! U/modified/Options.U
12524 ____________________________________________________________________________
12525 [ 10892] By: jhi on 2001/06/24 14:20:38
12526 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
12527 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12528 Date: Sun, 24 Jun 2001 05:24:40 -0400
12529 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
12531 ! Configure hints/os2.sh
12532 ____________________________________________________________________________
12533 [ 10891] By: jhi on 2001/06/24 13:50:26
12534 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12535 From: Mike Guy <mjtg@cam.ac.uk>
12536 Date: Sun, 24 Jun 2001 15:28:39 +0100
12537 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
12539 Fix an ancient (5.002) bug.
12541 ! lib/Carp/Heavy.pm
12542 ____________________________________________________________________________
12543 [ 10890] By: jhi on 2001/06/24 13:44:43
12544 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
12548 ____________________________________________________________________________
12549 [ 10889] By: jhi on 2001/06/24 13:24:00
12550 Log: Make UTS as per #10888.
12553 ____________________________________________________________________________
12554 [ 10888] By: jhi on 2001/06/24 13:21:23
12555 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
12557 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
12558 ! mpeix/mpeixish.h perl.h unixish.h
12559 ____________________________________________________________________________
12560 [ 10887] By: jhi on 2001/06/24 13:15:45
12561 Log: AUTHORS update.
12564 ____________________________________________________________________________
12565 [ 10886] By: jhi on 2001/06/24 13:14:31
12566 Log: Subject: Encode::Tcl for multibyte doesnot work
12567 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12568 Date: Sun, 24 Jun 2001 22:48:21 +0900
12569 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
12571 ! ext/Encode/Encode/Tcl.pm
12572 ____________________________________________________________________________
12573 [ 10885] By: jhi on 2001/06/24 13:12:46
12574 Log: Subject: [PATCH] Remove tautology in error messages
12575 From: Mike Guy <mjtg@cam.ac.uk>
12576 Date: Sun, 24 Jun 2001 13:31:00 +0100
12577 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
12580 ____________________________________________________________________________
12581 [ 10884] By: jhi on 2001/06/24 13:11:36
12582 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
12585 ____________________________________________________________________________
12586 [ 10883] By: jhi on 2001/06/24 13:09:55
12587 Log: Subject: Re: [PATCH 5.6.1] test suite
12588 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12589 Date: Sun, 24 Jun 2001 05:47:05 -0400
12590 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
12594 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
12595 ____________________________________________________________________________
12596 [ 10882] By: jhi on 2001/06/24 13:07:46
12597 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
12598 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12599 Date: Sun, 24 Jun 2001 05:37:19 -0400
12600 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
12602 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
12603 ____________________________________________________________________________
12604 [ 10881] By: jhi on 2001/06/24 13:05:24
12605 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
12606 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12607 Date: Sun, 24 Jun 2001 05:34:50 -0400
12608 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
12610 Pacify compiler warnings.
12613 ____________________________________________________________________________
12614 [ 10880] By: jhi on 2001/06/24 13:02:30
12615 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12616 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12617 Date: Sun, 24 Jun 2001 05:21:18 -0400
12618 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
12620 Enable compression of executables during link time.
12623 ____________________________________________________________________________
12624 [ 10879] By: jhi on 2001/06/24 13:00:47
12625 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12626 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12627 Date: Sun, 24 Jun 2001 05:15:11 -0400
12628 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
12630 Add ordinals to the export list for Perl DLL.
12631 (Breaks intra-version DLL compatibility.)
12634 ____________________________________________________________________________
12635 [ 10878] By: jhi on 2001/06/24 02:12:04
12636 Log: Allow (displaying and) re-editing the Subject in perlbug.
12637 Also abstract the Subject quality control into a function.
12640 ____________________________________________________________________________
12641 [ 10877] By: jhi on 2001/06/24 01:40:53
12642 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
12645 ____________________________________________________________________________
12646 [ 10876] By: jhi on 2001/06/24 01:37:05
12647 Log: Regen toc and modlib.
12649 ! pod/perlmodlib.pod pod/perltoc.pod
12650 ____________________________________________________________________________
12651 [ 10875] By: jhi on 2001/06/24 01:29:33
12652 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
12653 by John Peacock. (Can be 'ntea' which means emulate UNIX file
12654 attribute semantics as much as possible, or 'ntsec' which uses
12655 native NTFS semantics.) (See also #10877.)
12658 ____________________________________________________________________________
12659 [ 10874] By: jhi on 2001/06/23 23:57:28
12660 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
12662 ! lib/Test/Harness.pm
12663 ____________________________________________________________________________
12664 [ 10873] By: jhi on 2001/06/23 23:36:56
12665 Log: Just zap the -uPerlio.
12668 ____________________________________________________________________________
12669 [ 10872] By: jhi on 2001/06/23 21:29:10
12670 Log: Do not test PerlIO if PerlIO not used.
12672 ! ext/PerlIO/PerlIO.t
12673 ____________________________________________________________________________
12674 [ 10871] By: jhi on 2001/06/23 21:12:49
12675 Log: Regen perlapi.
12678 ____________________________________________________________________________
12679 [ 10870] By: jhi on 2001/06/23 21:03:31
12680 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
12681 From: Nicholas Clark <nick@ccl4.org>
12682 Date: Sat, 23 Jun 2001 22:55:47 +0100
12683 Message-ID: <20010623225547.Z98663@plum.flirble.org>
12686 ____________________________________________________________________________
12687 [ 10869] By: jhi on 2001/06/23 17:13:21
12688 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
12689 From: Prymmer/Kahn <pvhp@best.com>
12690 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
12691 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
12694 ____________________________________________________________________________
12695 [ 10868] By: jhi on 2001/06/23 16:04:38
12696 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
12697 cygwin does not taint cwd, just like win32.
12699 ! lib/File/Find/taint.t t/op/taint.t
12700 ____________________________________________________________________________
12701 [ 10867] By: jhi on 2001/06/23 15:39:15
12702 Log: Retract #10865, the patch should be unnecessary.
12703 (But seemingly helpful in Cygwin? Strange.)
12705 ! lib/Memoize/t/tie_ndbm.t
12706 ____________________________________________________________________________
12707 [ 10866] By: jhi on 2001/06/23 15:06:30
12708 Log: Misplaced test file; plus Cygwin filesystem semantics.
12710 + ext/SDBM_File/sdbm.t
12711 - ext/ODBM_File/sdbm.t
12713 ____________________________________________________________________________
12714 [ 10865] By: jhi on 2001/06/23 15:01:02
12715 Log: (Retracted by #10867.)
12717 ! lib/Memoize/t/tie_ndbm.t
12718 ____________________________________________________________________________
12719 [ 10864] By: jhi on 2001/06/23 14:25:43
12720 Log: Metaconfig unit change for #10863.
12721 Branch: metaconfig/U/perl
12723 ____________________________________________________________________________
12724 [ 10863] By: jhi on 2001/06/23 14:25:20
12725 Log: In Cygwin do not build NDBM_File and ODBM_File unless
12726 -lndbm and -ldbm are available.
12728 ! Configure config_h.SH
12729 ____________________________________________________________________________
12730 [ 10862] By: jhi on 2001/06/23 14:02:14
12731 Log: More Cygwin filesystem semantics.
12733 ! t/io/fs.t t/op/stat.t
12734 ____________________________________________________________________________
12735 [ 10861] By: jhi on 2001/06/23 13:38:00
12736 Log: More DOSish permission semantics for Cygwin.
12738 ! lib/AnyDBM_File.t
12739 ____________________________________________________________________________
12740 [ 10860] By: jhi on 2001/06/23 13:32:41
12741 Log: Cygwin too has different permission semantics.
12743 ! ext/GDBM_File/gdbm.t
12744 ____________________________________________________________________________
12745 [ 10859] By: jhi on 2001/06/23 13:30:06
12746 Log: The group (and assumedly passwd) databases can have
12747 only one entry (this is the case in cygwin).
12749 ! t/op/grent.t t/op/pwent.t
12750 ____________________________________________________________________________
12751 [ 10858] By: jhi on 2001/06/23 13:16:26
12752 Log: Also in Cygwin use Socket to figure out domainname
12753 (if any) (avoids trying to call external 'domainname',
12754 which doesn't at the moment exist in Cygwin)
12756 ! lib/Net/Domain.pm
12757 ____________________________________________________________________________
12758 [ 10857] By: jhi on 2001/06/23 12:48:32
12759 Log: Remove also the lib$Foo.def, not just $Foo.def.
12761 ! lib/ExtUtils/MM_Unix.pm
12762 ____________________________________________________________________________
12763 [ 10856] By: jhi on 2001/06/23 12:21:53
12764 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
12767 ____________________________________________________________________________
12768 [ 10855] By: jhi on 2001/06/23 12:14:15
12769 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
12770 to match the whole isprint(), only the space character.
12772 ! handy.h pod/perlre.pod t/op/pat.t
12773 ____________________________________________________________________________
12774 [ 10854] By: nick on 2001/06/23 08:09:33
12775 Log: Integrate mainline
12777 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
12778 !> lib/ExtUtils.t lib/File/Find/taint.t
12779 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
12780 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
12781 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
12782 ____________________________________________________________________________
12783 [ 10853] By: jhi on 2001/06/23 03:48:09
12784 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
12785 with its floats in os390 and s390 (UTS).
12787 ! lib/Math/BigInt/t/bigintpm.t
12788 ____________________________________________________________________________
12789 [ 10852] By: jhi on 2001/06/23 03:38:53
12790 Log: Add also UTS (s390) to the non-IEEE float platforms.
12793 ____________________________________________________________________________
12794 [ 10851] By: jhi on 2001/06/23 03:36:04
12795 Log: Subject: RFC: what are applicable standards for exponent sizes?
12796 From: Peter Prymmer <pvhp@forte.com>
12797 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
12798 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
12801 ____________________________________________________________________________
12802 [ 10850] By: jhi on 2001/06/23 03:29:04
12803 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
12804 From: Peter Prymmer <pvhp@forte.com>
12805 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
12806 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
12808 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
12809 ____________________________________________________________________________
12810 [ 10849] By: jhi on 2001/06/23 03:27:21
12811 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
12812 From: Peter Prymmer <pvhp@forte.com>
12813 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
12814 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
12817 ____________________________________________________________________________
12818 [ 10848] By: jhi on 2001/06/22 21:51:31
12819 Log: Retract #10845.
12821 ! lib/File/Find/taint.t
12822 ____________________________________________________________________________
12823 [ 10847] By: jhi on 2001/06/22 21:50:38
12824 Log: Yet another error message.
12827 ____________________________________________________________________________
12828 [ 10846] By: jhi on 2001/06/22 21:48:39
12829 Log: The croak message for nonexistent socket functions may vary.
12831 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
12832 ____________________________________________________________________________
12833 [ 10845] By: jhi on 2001/06/22 21:42:38
12834 Log: (Retracted by #10848.)
12836 ! lib/File/Find/taint.t
12837 ____________________________________________________________________________
12838 [ 10844] By: jhi on 2001/06/22 21:32:58
12839 Log: Integrate perlio.
12841 !> lib/File/Find/taint.t t/op/write.t
12842 ____________________________________________________________________________
12843 [ 10843] By: nick on 2001/06/22 21:24:51
12844 Log: Back out debug in taint.t
12846 ! lib/File/Find/taint.t
12847 ____________________________________________________________________________
12848 [ 10842] By: jhi on 2001/06/22 21:20:02
12849 Log: setitimer() does not exist in Unicos, despite of what
12850 Configure thinks, from Mark P. Lutz.
12853 ____________________________________________________________________________
12854 [ 10841] By: nick on 2001/06/22 21:19:36
12855 Log: Skip cwd test on Win32 ???
12857 ! lib/File/Find/taint.t
12858 ____________________________________________________________________________
12859 [ 10840] By: jhi on 2001/06/22 21:17:34
12860 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
12861 and Tru64 gcc -Wall happy.
12864 ____________________________________________________________________________
12865 [ 10839] By: jhi on 2001/06/22 21:15:32
12866 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
12868 ! ext/IPC/SysV/Semaphore.pm
12869 ____________________________________________________________________________
12870 [ 10838] By: jhi on 2001/06/22 21:12:02
12871 Log: Metaconfig unit change for #10837.
12872 Branch: metaconfig/U/perl
12874 ____________________________________________________________________________
12875 [ 10837] By: jhi on 2001/06/22 21:09:42
12876 Log: Cleanup of the cross-compilation unit.
12879 ____________________________________________________________________________
12880 [ 10836] By: nick on 2001/06/22 20:45:12
12881 Log: Skip |- based op/write.t on Win32 as well as VMS
12884 ____________________________________________________________________________
12885 [ 10835] By: jhi on 2001/06/22 20:44:20
12886 Log: Integrate perlio.
12889 ____________________________________________________________________________
12890 [ 10834] By: nick on 2001/06/22 20:41:54
12891 Log: Integrate mainline
12893 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12894 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
12896 ____________________________________________________________________________
12897 [ 10833] By: nick on 2001/06/22 20:22:58
12901 ____________________________________________________________________________
12902 [ 10832] By: jhi on 2001/06/22 20:13:02
12903 Log: Metaconfig unit changes for #10831.
12905 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
12906 ____________________________________________________________________________
12907 [ 10831] By: jhi on 2001/06/22 20:12:29
12908 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
12909 From: Andy Dougherty <doughera@lafayette.edu>
12910 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
12911 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
12913 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12914 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
12915 ____________________________________________________________________________
12916 [ 10830] By: jhi on 2001/06/22 19:50:15
12917 Log: MPE/iX prototype nits from Mark Bixby.
12920 ____________________________________________________________________________
12921 [ 10829] By: jhi on 2001/06/22 16:25:16
12925 ____________________________________________________________________________
12926 [ 10828] By: nick on 2001/06/22 15:33:37
12927 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
12930 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
12931 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
12932 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
12933 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
12934 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12935 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
12936 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
12937 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
12939 ____________________________________________________________________________
12940 [ 10827] By: jhi on 2001/06/22 14:15:26
12941 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
12942 Date: Fri, 22 Jun 2001 10:08:35 -0500
12943 From: "Craig A. Berry" <craigberry@mac.com>
12944 Message-Id: <a05101001b75908704194@[192.168.56.145]>
12946 ! vms/vms.c vms/vmsish.h
12947 ____________________________________________________________________________
12948 [ 10826] By: jhi on 2001/06/22 13:35:37
12949 Log: NetWare scripts tweak from Ananth Kesari.
12951 ! NetWare/t/NWScripts.pl
12952 ____________________________________________________________________________
12953 [ 10825] By: jhi on 2001/06/22 13:00:55
12954 Log: Update Changes.
12956 ! Changes patchlevel.h
12957 ____________________________________________________________________________
12958 [ 10824] By: jhi on 2001/06/22 12:46:56
12959 Log: Add .i and .s targets.
12962 ____________________________________________________________________________
12963 [ 10823] By: jhi on 2001/06/22 12:25:20
12964 Log: Upgrade to Locale::Maketext 1.03.
12966 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12967 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
12968 ____________________________________________________________________________
12969 [ 10822] By: jhi on 2001/06/22 12:23:57
12970 Log: Upgrade to I18N::LangTags 0.26.
12972 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
12973 ! lib/I18N/LangTags/test.pl
12974 ____________________________________________________________________________
12975 [ 10821] By: jhi on 2001/06/22 12:16:41
12976 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
12979 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
12980 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12981 ____________________________________________________________________________
12982 [ 10820] By: jhi on 2001/06/22 12:13:37
12983 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
12984 From: Prymmer/Kahn <pvhp@best.com>
12985 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
12986 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
12989 ! MANIFEST utils/h2xs.PL
12990 ____________________________________________________________________________
12991 [ 10819] By: jhi on 2001/06/22 12:11:56
12992 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
12993 From: Prymmer/Kahn <pvhp@best.com>
12994 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
12995 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
12998 ____________________________________________________________________________
12999 [ 10818] By: jhi on 2001/06/22 12:11:08
13000 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
13001 From: Prymmer/Kahn <pvhp@best.com>
13002 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
13003 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
13006 ____________________________________________________________________________
13007 [ 10817] By: jhi on 2001/06/22 12:10:05
13008 Log: AUTHORS update.
13011 ____________________________________________________________________________
13012 [ 10816] By: jhi on 2001/06/22 12:08:24
13013 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
13014 From: "Craig A. Berry" <craigberry@mac.com>
13015 Date: Thu, 21 Jun 2001 18:20:38 -0500
13016 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
13018 ! ext/POSIX/POSIX.xs
13019 ____________________________________________________________________________
13020 [ 10815] By: jhi on 2001/06/22 12:07:19
13021 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
13022 From: "Craig A. Berry" <craigberry@mac.com>
13023 Date: Thu, 21 Jun 2001 09:58:52 -0500
13024 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
13026 ! ext/B/Deparse.t t/op/write.t
13027 ____________________________________________________________________________
13028 [ 10814] By: nick on 2001/06/22 08:13:09
13029 Log: Integrate mainline.
13031 !> (integrate 46 files)
13032 ____________________________________________________________________________
13033 [ 10813] By: jhi on 2001/06/22 02:48:58
13034 Log: Change the prefixes only if $prefix is unset,
13035 as originally patched by Marcel Grunauer.
13037 ! hints/darwin.sh hints/rhapsody.sh
13038 ____________________________________________________________________________
13039 [ 10812] By: jhi on 2001/06/22 02:44:41
13040 Log: Subject: Re: Patch for hints/darwin.sh
13041 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
13042 Date: Thu, 21 Jun 2001 11:23:46 -0700
13043 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
13045 ! hints/darwin.sh hints/rhapsody.sh
13046 ____________________________________________________________________________
13047 [ 10811] By: jhi on 2001/06/22 02:34:27
13048 Log: Add .PHONY targets for non-file targets,
13049 from Wilfredo Sánchez. Should help saying
13050 "make install" on case-insensitive filesystems.
13053 ____________________________________________________________________________
13054 [ 10810] By: jhi on 2001/06/22 02:01:23
13055 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
13056 From: Doug MacEachern <dougm@covalent.net>
13057 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
13058 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
13060 plus reword the getcwd() comment, plus use getcwd() buffer
13064 ____________________________________________________________________________
13065 [ 10809] By: jhi on 2001/06/22 01:16:58
13066 Log: More gprofing from Doug MacEachern.
13069 ____________________________________________________________________________
13070 [ 10808] By: jhi on 2001/06/22 01:15:11
13071 Log: Metaconfig unit change for #10807.
13072 Branch: metaconfig/U/perl
13074 ____________________________________________________________________________
13075 [ 10807] By: jhi on 2001/06/22 01:14:43
13076 Log: Tell that you are removing the unneeded -lsfio.
13079 ____________________________________________________________________________
13080 [ 10806] By: jhi on 2001/06/22 01:03:14
13081 Log: More MPE/iX tweaks from Mark Bixby.
13083 ! perl.c t/op/magic.t
13084 ____________________________________________________________________________
13085 [ 10805] By: jhi on 2001/06/21 22:41:11
13086 Log: The fchdir() proto is supposed to live in <unistd.h>.
13089 ____________________________________________________________________________
13090 [ 10804] By: jhi on 2001/06/21 22:24:42
13091 Log: This town is too small for the Cwd extension and me,
13095 ____________________________________________________________________________
13096 [ 10803] By: jhi on 2001/06/21 21:54:00
13097 Log: Metaconfig unit change for #10802.
13098 Branch: metaconfig/U/perl
13100 ____________________________________________________________________________
13101 [ 10802] By: jhi on 2001/06/21 21:53:37
13105 ____________________________________________________________________________
13106 [ 10801] By: jhi on 2001/06/21 21:38:38
13107 Log: Off-by-one. I'm so classic.
13110 ____________________________________________________________________________
13111 [ 10800] By: jhi on 2001/06/21 20:10:19
13112 Log: Update Changes.
13114 ! Changes patchlevel.h
13115 ____________________________________________________________________________
13116 [ 10799] By: jhi on 2001/06/21 20:03:54
13117 Log: Subject: Documentation patch for Net::FTP
13118 From: Marcel Grunauer <marcel@codewerk.com>
13119 Date: Wed, 20 Jun 2001 23:03:26 +0200
13120 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
13123 ____________________________________________________________________________
13124 [ 10798] By: jhi on 2001/06/21 20:01:14
13125 Log: Retract the #10417 mg.c and embed.pl parts because of
13126 strange SEGVs in 64bit x86 FreeBSD observed by
13129 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
13130 ____________________________________________________________________________
13131 [ 10797] By: jhi on 2001/06/21 19:40:34
13132 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
13134 ! Configure NetWare/config.wc NetWare/config_H.wc
13135 ! Porting/Glossary Porting/config.sh Porting/config_H
13136 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13137 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13138 ! vos/config.ga.h win32/config.bc win32/config.gc
13139 ! win32/config.vc win32/config_H.bc win32/config_H.gc
13140 ! win32/config_H.vc
13141 ____________________________________________________________________________
13142 [ 10796] By: jhi on 2001/06/21 19:08:28
13143 Log: Cwd tweak from Doug MacEachern.
13146 ____________________________________________________________________________
13147 [ 10795] By: jhi on 2001/06/21 19:03:48
13148 Log: Protect the fchdir() and lstat() with ifdefs.
13149 fchdir() needs a Configure probe.
13152 ____________________________________________________________________________
13153 [ 10794] By: nick on 2001/06/21 17:11:35
13154 Log: Integrate mainline
13156 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
13157 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
13158 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
13159 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
13160 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
13161 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
13162 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
13163 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
13164 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
13165 - lib/File/Glob/case.t lib/File/Glob/global.t
13166 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
13167 - lib/File/Temp/posix.t lib/File/Temp/security.t
13168 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
13169 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
13170 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
13171 - lib/Text/Wrap/wrap.t
13172 !> (integrate 41 files)
13173 ____________________________________________________________________________
13174 [ 10793] By: jhi on 2001/06/21 17:01:26
13175 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
13176 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13177 Date: Thu, 21 Jun 2001 13:04:54 -0500
13178 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
13181 ____________________________________________________________________________
13182 [ 10792] By: jhi on 2001/06/21 16:13:57
13183 Log: Subject: [PATCH pod] overlong =item
13184 From: Robin Barker <rmb1@cise.npl.co.uk>
13185 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
13186 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
13188 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13189 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13190 ____________________________________________________________________________
13191 [ 10791] By: jhi on 2001/06/21 16:10:51
13192 Log: Subject: [PATCH perlio.c] format
13193 From: Robin Barker <rmb1@cise.npl.co.uk>
13194 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
13195 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
13198 ____________________________________________________________________________
13199 [ 10790] By: jhi on 2001/06/21 15:52:04
13200 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
13201 From: Radu Greab <radu@netsoft.ro>
13202 Date: Thu, 21 Jun 2001 19:06:02 +0300
13203 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
13205 ! pod/perlapi.pod sv.c
13206 ____________________________________________________________________________
13207 [ 10789] By: jhi on 2001/06/21 14:48:25
13208 Log: The metaconfig unit changes for #10788.
13209 Branch: metaconfig/U/perl
13210 ! Cross.U fflushall.U
13211 ____________________________________________________________________________
13212 [ 10788] By: jhi on 2001/06/21 14:47:48
13213 Log: Cross-configuration changes: make $from to rm the files
13214 before copying them over (this means that he rm can be
13215 removed from the fflushall test), create $targetmkdir
13216 (not documented in install since it is supposed to internal
13217 use only), make $run to copy over the executable only if
13218 a stamp file .xok doesn't already exist (to avoid unnecessary
13219 copying of the executable)
13221 ! Configure Makefile.SH
13222 ____________________________________________________________________________
13223 [ 10787] By: nick on 2001/06/21 14:16:18
13224 Log: Integrate mainline
13226 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
13227 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
13228 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
13229 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
13230 !> (integrate 34 files)
13231 ____________________________________________________________________________
13232 [ 10786] By: jhi on 2001/06/21 13:59:32
13233 Log: Re-add the files as text.
13235 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
13236 ____________________________________________________________________________
13237 [ 10785] By: jhi on 2001/06/21 13:57:55
13238 Log: Delete the binary files.
13240 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
13241 ____________________________________________________________________________
13242 [ 10784] By: jhi on 2001/06/21 13:49:47
13243 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
13244 From: Andy Dougherty <doughera@lafayette.edu>
13245 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
13246 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
13248 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
13249 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
13250 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
13251 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
13252 ____________________________________________________________________________
13253 [ 10783] By: jhi on 2001/06/21 13:46:50
13254 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
13255 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
13256 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
13257 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
13259 Setting umask to something friendlier.
13261 ! installman installperl
13262 ____________________________________________________________________________
13263 [ 10782] By: jhi on 2001/06/21 13:42:17
13264 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
13265 Resort MANIFEST with sort -f, looks much better.
13267 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
13268 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
13269 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
13270 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
13271 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
13272 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
13273 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
13274 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
13275 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
13276 - lib/File/Glob/case.t lib/File/Glob/global.t
13277 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
13278 - lib/File/Temp/posix.t lib/File/Temp/security.t
13279 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
13280 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
13281 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
13282 - lib/Text/Wrap/wrap.t
13284 ____________________________________________________________________________
13285 [ 10781] By: jhi on 2001/06/21 13:16:04
13286 Log: Upgrade to I18N::LangTags 0.25.
13288 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13289 ! lib/I18N/LangTags/List.pm
13290 ____________________________________________________________________________
13291 [ 10780] By: jhi on 2001/06/21 13:12:54
13292 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
13293 From: Richard Soderberg <rs@crystalflame.net>
13294 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
13295 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
13297 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
13298 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
13299 ____________________________________________________________________________
13300 [ 10779] By: jhi on 2001/06/21 12:59:57
13301 Log: Test obsoleted by change #10777.
13304 ____________________________________________________________________________
13305 [ 10778] By: jhi on 2001/06/21 12:52:37
13306 Log: Case of confused test numbering.
13309 ____________________________________________________________________________
13310 [ 10777] By: jhi on 2001/06/21 12:30:57
13311 Log: Subject: Re: Opinion on undef lvalue
13312 From: Abhijit Menon-Sen <ams@wiw.org>
13313 Date: Sun, 17 Jun 2001 13:04:46 +0530
13314 Message-ID: <20010617130446.B27925@lustre.linux.in>
13316 Allow lvalue subs to return undef in array context.
13319 ____________________________________________________________________________
13320 [ 10776] By: jhi on 2001/06/21 12:27:48
13321 Log: Just a guess that using the same hack for cygwin as
13322 for win32 might help.
13324 ! lib/File/Find/find.t
13325 ____________________________________________________________________________
13326 [ 10775] By: jhi on 2001/06/21 12:25:58
13327 Log: NetWare tweaks from Guruprasad.
13329 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
13330 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
13331 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
13332 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
13333 ____________________________________________________________________________
13334 [ 10774] By: jhi on 2001/06/21 12:21:17
13335 Log: Subject: Re: perl@10722: Bogus warnings on REs
13336 From: Hugo <hv@crypt.compulink.co.uk>
13337 Date: Thu, 21 Jun 2001 09:51:17 +0100
13338 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
13340 Unroll to avoid a UTS compiler bug.
13343 ____________________________________________________________________________
13344 [ 10773] By: jhi on 2001/06/21 12:13:13
13345 Log: Subject: Re: [PATCH] Make /o work under i?threads
13346 From: Artur Bergman <artur@contiller.se>
13347 Date: Thu, 21 Jun 2001 14:38:03 +0200
13348 Message-ID: <B757B74A.184D%artur@contiller.se>
13351 ____________________________________________________________________________
13352 [ 10772] By: jhi on 2001/06/21 12:12:23
13353 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
13354 From: Artur Bergman <artur@contiller.se>
13355 Date: Thu, 21 Jun 2001 14:27:33 +0200
13356 Message-ID: <B757B4D4.1849%artur@contiller.se>
13358 Plus extra parentheses.
13361 ____________________________________________________________________________
13362 [ 10771] By: jhi on 2001/06/21 12:10:29
13363 Log: Subject: [PATCH] Make /o work under i?threads
13364 From: Richard Soderberg <rs@crystalflame.net>
13365 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
13366 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
13369 ____________________________________________________________________________
13370 [ 10770] By: jhi on 2001/06/21 12:09:28
13371 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
13372 From: Artur Bergman <artur@contiller.se>
13373 Date: Thu, 21 Jun 2001 14:04:54 +0200
13374 Message-ID: <B757AF86.1842%artur@contiller.se>
13377 ____________________________________________________________________________
13378 [ 10769] By: jhi on 2001/06/21 12:08:03
13379 Log: Subject: Re: perl@10765: sv.c not OK on win32
13380 From: Artur Bergman <artur@contiller.se>
13381 Date: Thu, 21 Jun 2001 10:31:06 +0200
13382 Message-ID: <B7577D69.182C%artur@contiller.se>
13385 ____________________________________________________________________________
13386 [ 10768] By: jhi on 2001/06/21 12:03:56
13387 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
13388 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13389 Date: Thu, 21 Jun 2001 06:23:56 -0400
13390 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
13392 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
13393 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13394 Date: Thu, 21 Jun 2001 06:32:21 -0400
13395 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
13397 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
13398 ____________________________________________________________________________
13399 [ 10767] By: jhi on 2001/06/21 12:00:07
13400 Log: Subject: [PATCH] make syslog test more verbose
13401 From: Robert Spier <rspier@pobox.com>
13402 Date: Thu, 21 Jun 2001 00:54:32 -0400
13403 Message-ID: <15153.32264.295807.333073@rls.cx>
13405 ! ext/Sys/Syslog/syslog.t
13406 ____________________________________________________________________________
13407 [ 10766] By: jhi on 2001/06/20 23:27:57
13408 Log: Subject: op/study.t refinements
13409 From: Hugo <hv@crypt.compulink.co.uk>
13410 Date: Thu, 21 Jun 2001 00:29:07 +0100
13411 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
13414 ____________________________________________________________________________
13415 [ 10765] By: jhi on 2001/06/20 19:51:47
13416 Log: Update Changes.
13418 ! Changes patchlevel.h
13419 ____________________________________________________________________________
13420 [ 10764] By: jhi on 2001/06/20 19:00:23
13421 Log: Subject: Re: [PATCH] djgpp updates
13422 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
13423 Date: Wed, 20 Jun 2001 10:05:15 +0200
13424 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
13426 ! djgpp/config.over
13427 ____________________________________________________________________________
13428 [ 10763] By: jhi on 2001/06/20 18:58:06
13429 Log: Fix for ID 20010619.002 "When building hash, hash keys that
13430 are function calls are not being called", from Abhijit.
13432 ! t/base/lex.t toke.c
13433 ____________________________________________________________________________
13434 [ 10762] By: jhi on 2001/06/20 18:45:00
13435 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
13437 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
13438 + lib/Locale/Maketext/test.pl
13439 - lib/Locale/Maketext.t
13440 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13441 ! lib/Locale/Maketext/TPJ13.pod
13442 ____________________________________________________________________________
13443 [ 10761] By: jhi on 2001/06/20 18:44:15
13444 Log: Metaconfig unit change for #10760.
13446 ! U/modified/Cppsym.U
13447 ____________________________________________________________________________
13448 [ 10760] By: jhi on 2001/06/20 18:42:04
13449 Log: Do not remove the ccsym* Cppsym* files since
13450 they are useful for metaconfig units coming after us.
13451 (This is the Configure nit mentioned in #10752.)
13454 ____________________________________________________________________________
13455 [ 10759] By: jhi on 2001/06/20 18:02:18
13456 Log: Update to I18N::LangTags 0.24, from Sean Burke.
13458 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
13459 + lib/I18N/LangTags/README
13460 - lib/I18N/LangTags/List.pod
13461 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
13462 ____________________________________________________________________________
13463 [ 10758] By: jhi on 2001/06/20 17:34:43
13464 Log: Regen headers.
13466 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
13467 ! pod/perlapi.pod proto.h
13468 ____________________________________________________________________________
13469 [ 10757] By: jhi on 2001/06/20 17:23:08
13470 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
13471 From: Artur Bergman <artur@contiller.se>
13472 Date: Wed, 20 Jun 2001 11:31:32 +0200
13473 Message-ID: <B7563A14.17D8%artur@contiller.se>
13475 ! embed.pl hv.c intrpvar.h sv.c sv.h
13476 ____________________________________________________________________________
13477 [ 10756] By: jhi on 2001/06/20 17:13:26
13478 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
13479 From: Tim Sweetman <tim@aldigital.co.uk>
13480 Date: Wed, 13 Jun 2001 14:25:17 +0100
13481 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
13483 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
13484 ____________________________________________________________________________
13485 [ 10755] By: nick on 2001/06/20 16:12:37
13486 Log: Integrate mainline
13488 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
13489 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
13490 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
13491 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
13492 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
13493 !> t/op/study.t util.c
13494 ____________________________________________________________________________
13495 [ 10754] By: gsar on 2001/06/20 15:22:27
13496 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
13498 Branch: maint-5.6/perl
13500 ____________________________________________________________________________
13501 [ 10753] By: jhi on 2001/06/20 14:03:20
13502 Log: Security tweak on readlink().
13505 ____________________________________________________________________________
13506 [ 10752] By: jhi on 2001/06/20 14:00:23
13507 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
13509 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
13510 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
13511 ! mpeix/relink t/op/pwent.t
13512 ____________________________________________________________________________
13513 [ 10751] By: jhi on 2001/06/20 13:57:27
13514 Log: Reinstate #10725 (with probe for alarm()).
13517 ____________________________________________________________________________
13518 [ 10750] By: jhi on 2001/06/20 13:53:46
13519 Log: Replace our implementation of realpath() with OpenBSD's
13520 (src/lib/libc/stdlib/realpath.c 1.4).
13522 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
13523 ! pod/perldiag.pod proto.h util.c
13524 ____________________________________________________________________________
13525 [ 10749] By: jhi on 2001/06/20 13:07:49
13526 Log: Integrate perlio.
13529 ____________________________________________________________________________
13530 [ 10748] By: jhi on 2001/06/20 13:07:18
13531 Log: No point in going into memory-saving contortions
13532 with getcwd() since there's a danger of buffer overflow.
13533 Also make the POSIX extension to use sv_getcwd().
13534 Finally, a missed proto.h fragment.
13536 ! ext/POSIX/POSIX.xs proto.h util.c
13537 ____________________________________________________________________________
13538 [ 10747] By: nick on 2001/06/20 12:38:26
13539 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
13542 ____________________________________________________________________________
13543 [ 10746] By: jhi on 2001/06/20 11:51:10
13544 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
13545 From: Graham Barr <gbarr@pobox.com>
13546 Date: Wed, 20 Jun 2001 11:05:49 +0100
13547 Message-ID: <20010620110549.I19188@pobox.com>
13551 Subject: Bug in IO::Socket::INET module (repeat)
13552 From: "Harmon S. Nine" <hnine@netarx.com>
13553 Date: Tue, 19 Jun 2001 09:41:35 -0400
13554 Message-ID: <3B2F568F.8080605@netarx.com>
13556 The bug was that the IO::Socket::INET constructor
13557 did not allow a 'LocalPort' of 0.
13559 ! ext/IO/lib/IO/Socket/INET.pm
13560 ____________________________________________________________________________
13561 [ 10745] By: nick on 2001/06/20 08:56:39
13562 Log: Integrate mainline.
13564 !> (integrate 37 files)
13565 ____________________________________________________________________________
13566 [ 10744] By: jhi on 2001/06/20 04:54:53
13567 Log: After some reading I don't think we can blindly
13568 use systems' realpath(). Too many security problems,
13569 too many buggy implementations.
13571 TODO: the realpath() emulation code in util.c doesn't
13572 seem fully operational? (readlink(), for example?)
13574 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
13575 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
13576 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
13577 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
13578 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
13579 ! win32/config_H.gc win32/config_H.vc
13580 ____________________________________________________________________________
13581 [ 10743] By: jhi on 2001/06/20 00:48:48
13582 Log: Metaconfig unit change for #10738.
13584 ! U/compline/d_gconvert.U
13585 ____________________________________________________________________________
13586 [ 10742] By: jhi on 2001/06/20 00:48:20
13587 Log: Integrate change #10739 from maintperl:
13589 C<eval "/x$\r\n/x"> fails to compile correctly
13591 !> t/op/pat.t toke.c
13592 ____________________________________________________________________________
13593 [ 10741] By: jhi on 2001/06/20 00:41:05
13594 Log: Retract #10725 (Hugo asked NOT to apply the patch)
13597 ____________________________________________________________________________
13598 [ 10740] By: jhi on 2001/06/19 23:58:25
13599 Log: The test.third results were funnily named because of the
13603 ____________________________________________________________________________
13604 [ 10739] By: gsar on 2001/06/19 23:49:15
13605 Log: C<eval "/x$\r\n/x"> fails to compile correctly
13606 Branch: maint-5.6/perl
13607 ! t/op/pat.t toke.c
13608 ____________________________________________________________________________
13609 [ 10738] By: jhi on 2001/06/19 23:04:15
13610 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
13611 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13612 Date: Tue, 19 Jun 2001 19:15:40 -0400
13613 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
13615 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
13616 because "1e+129" being expected but "1.e+129" being returned.
13617 The culprit (at least in Tru64) is the use of gcvt().
13620 ____________________________________________________________________________
13621 [ 10737] By: jhi on 2001/06/19 22:56:52
13622 Log: Subject: [PATCH perl@10722] test hunting on VMS
13623 From: "Craig A. Berry" <craigberry@mac.com>
13624 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
13625 Date: Tue, 19 Jun 2001 18:59:01 -0500
13628 ____________________________________________________________________________
13629 [ 10736] By: jhi on 2001/06/19 21:32:29
13630 Log: Subject: [PATCH] s/typos//
13631 From: Abhijit Menon-Sen <ams@wiw.org>
13632 Date: Wed, 20 Jun 2001 02:15:02 +0530
13633 Message-ID: <20010620021502.A14541@lustre.linux.in>
13635 Without the op.h s/bearword/bareword/ hunk, see
13636 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
13639 ____________________________________________________________________________
13640 [ 10735] By: jhi on 2001/06/19 21:26:43
13641 Log: Metaconfig unit change for #10732 and #10733.
13642 Branch: metaconfig/U/perl
13644 ____________________________________________________________________________
13645 [ 10734] By: jhi on 2001/06/19 21:24:41
13646 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
13647 From: "Craig A. Berry" <craigberry@mac.com>
13648 Date: Tue, 19 Jun 2001 17:19:48 -0500
13649 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
13651 ! configure.com vms/descrip_mms.template
13652 ____________________________________________________________________________
13653 [ 10733] By: jhi on 2001/06/19 19:57:44
13654 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
13655 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13656 Date: Tue, 19 Jun 2001 16:48:07 -0400
13657 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
13659 Further fixes to fflush(NULL) detection.
13662 ____________________________________________________________________________
13663 [ 10732] By: jhi on 2001/06/19 19:38:20
13664 Log: AIX test -s hangs with non-existent files?
13665 (A genuine logic bug in Configure, but AIX also broken?)
13668 ____________________________________________________________________________
13669 [ 10731] By: jhi on 2001/06/19 19:17:35
13670 Log: AUTHORS updates.
13673 ____________________________________________________________________________
13674 [ 10730] By: jhi on 2001/06/19 19:03:07
13675 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
13676 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13677 Date: Tue, 19 Jun 2001 15:33:25 -0400
13678 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
13680 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
13681 ! t/lib/warnings/pp
13682 ____________________________________________________________________________
13683 [ 10729] By: jhi on 2001/06/19 18:34:10
13684 Log: Integrate perlio.
13686 !> lib/File/Find/find.t win32/distclean.bat
13687 ____________________________________________________________________________
13688 [ 10728] By: nick on 2001/06/19 18:24:53
13689 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
13691 ! lib/File/Find/find.t win32/distclean.bat
13692 ____________________________________________________________________________
13693 [ 10727] By: jhi on 2001/06/19 18:07:31
13694 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
13695 also add information how to find out whether one has PerlIO.
13698 ____________________________________________________________________________
13699 [ 10726] By: jhi on 2001/06/19 17:59:30
13700 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
13701 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13702 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
13703 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
13706 ____________________________________________________________________________
13707 [ 10725] By: jhi on 2001/06/19 17:28:30
13708 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
13709 From: Hugo <hv@crypt.compulink.co.uk>
13710 Date: Tue, 19 Jun 2001 12:37:30 +0100
13711 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
13714 ____________________________________________________________________________
13715 [ 10724] By: jhi on 2001/06/19 17:22:20
13716 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
13717 From: Hugo <hv@crypt.compulink.co.uk>
13718 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
13719 Date: Tue, 19 Jun 2001 13:15:17 +0100
13722 ____________________________________________________________________________
13723 [ 10723] By: nick on 2001/06/19 14:46:15
13724 Log: Integrate mainline
13726 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
13727 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
13728 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
13729 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
13730 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
13731 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
13732 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13733 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13734 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13735 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13736 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13737 - ext/Thread/unsync4.t
13738 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
13739 !> djgpp/config.over djgpp/fixpmain
13740 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
13741 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
13742 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
13743 ____________________________________________________________________________
13744 [ 10722] By: jhi on 2001/06/19 11:55:30
13745 Log: Update Changes.
13747 ! Changes patchlevel.h
13748 ____________________________________________________________________________
13749 [ 10721] By: jhi on 2001/06/19 11:29:34
13750 Log: The existence shall be MANIFESted.
13753 ____________________________________________________________________________
13754 [ 10720] By: jhi on 2001/06/19 10:58:09
13755 Log: The old libnet.cfg is first searched from the current directory,
13756 only then from the module path.
13758 ! utils/libnetcfg.PL
13759 ____________________________________________________________________________
13760 [ 10719] By: jhi on 2001/06/19 10:55:59
13761 Log: NetWare tweaks from Guruprasad.
13763 ! NetWare/Makefile NetWare/config.wc
13764 ____________________________________________________________________________
13765 [ 10718] By: jhi on 2001/06/19 10:54:22
13766 Log: Subject: [PATCH] djgpp updates
13767 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
13768 Date: Tue, 19 Jun 2001 10:59:06 +0200
13769 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
13771 ! djgpp/config.over djgpp/fixpmain
13772 ____________________________________________________________________________
13773 [ 10717] By: jhi on 2001/06/19 10:53:20
13774 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
13775 From: Prymmer/Kahn <pvhp@best.com>
13776 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
13777 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
13780 ____________________________________________________________________________
13781 [ 10716] By: jhi on 2001/06/19 10:52:25
13782 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
13783 to happen right after the inclusion of <inttypes.h>,
13787 ____________________________________________________________________________
13788 [ 10715] By: jhi on 2001/06/19 10:49:21
13789 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
13790 From: Doug MacEachern <dougm@covalent.net>
13791 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
13792 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
13794 ! ext/DynaLoader/DynaLoader_pm.PL
13795 ____________________________________________________________________________
13796 [ 10714] By: jhi on 2001/06/19 10:48:19
13797 Log: Revert #10656 for perfomance reasons but leave in the
13798 use of Hv*() macros -- in comments, so that grepping the
13799 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
13800 suggested by Sarathy, also by Abhijit.)
13803 ____________________________________________________________________________
13804 [ 10713] By: jhi on 2001/06/19 10:46:08
13805 Log: Subject: [patch] .s MakeMaker suffix
13806 From: Doug MacEachern <dougm@covalent.net>
13807 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
13808 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
13810 ! lib/ExtUtils/MM_Unix.pm
13811 ____________________________________________________________________________
13812 [ 10712] By: jhi on 2001/06/19 10:34:35
13813 Log: One test lost in the big shuffle restored.
13815 + ext/IPC/SysV/ipcsysv.t
13816 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
13817 ____________________________________________________________________________
13818 [ 10711] By: jhi on 2001/06/19 10:25:46
13819 Log: Rename the old non-standard threads tests so that
13820 they won't be invoked.
13822 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
13823 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
13824 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
13825 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
13826 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
13827 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
13828 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
13829 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
13830 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
13831 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
13832 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
13833 - ext/Thread/unsync4.t
13835 ____________________________________________________________________________
13836 [ 10710] By: jhi on 2001/06/19 10:18:41
13837 Log: Integrate perlio.
13839 !> win32/config_sh.PL
13840 ____________________________________________________________________________
13841 [ 10709] By: nick on 2001/06/19 08:18:18
13842 Log: Integrate mainline
13844 +> (branch 40 files)
13845 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
13846 - lib/strict/subs lib/strict/vars lib/warnings/1global
13847 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
13848 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
13849 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
13850 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
13851 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
13852 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
13853 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
13854 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
13855 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
13856 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
13857 - lib/warnings/utf8 lib/warnings/util
13858 !> (integrate 57 files)
13859 ____________________________________________________________________________
13860 [ 10708] By: nick on 2001/06/19 07:57:10
13861 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
13863 ! win32/config_sh.PL
13864 ____________________________________________________________________________
13865 [ 10707] By: nick on 2001/06/19 07:05:07
13866 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
13868 ! perly.c perly.y perly_c.diff vms/perly_c.vms
13869 ____________________________________________________________________________
13870 [ 10706] By: jhi on 2001/06/19 02:58:26
13871 Log: More perl572delta tweaks.
13873 ! pod/perl572delta.pod
13874 ____________________________________________________________________________
13875 [ 10705] By: jhi on 2001/06/19 01:53:40
13876 Log: Update perl572delta.
13878 ! pod/perl572delta.pod
13879 ____________________________________________________________________________
13880 [ 10704] By: jhi on 2001/06/19 01:28:40
13881 Log: VOS updates from Paul Green.
13883 ! vos/Changes vos/build.cm vos/perl.bind
13884 ____________________________________________________________________________
13885 [ 10703] By: jhi on 2001/06/19 01:03:53
13886 Log: Update the vos/config.*.* files.
13888 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13890 ____________________________________________________________________________
13891 [ 10702] By: jhi on 2001/06/19 01:03:32
13892 Log: Add a makefile for more painless adding of symbols to the
13893 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
13894 takes care of the adding)
13897 ____________________________________________________________________________
13898 [ 10701] By: jhi on 2001/06/19 00:51:44
13899 Log: Make libnetcfg by default display the libnet configuration,
13900 -c to change, add -i for old config, document all options,
13903 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
13904 ____________________________________________________________________________
13905 [ 10700] By: jhi on 2001/06/18 23:45:12
13906 Log: gcc -Wall sweep.
13908 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
13909 ____________________________________________________________________________
13910 [ 10699] By: jhi on 2001/06/18 23:19:53
13914 ____________________________________________________________________________
13915 [ 10698] By: jhi on 2001/06/18 23:10:22
13916 Log: Document the need for sv_printify().
13918 Document that 'use utf8' has been considered.
13920 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
13922 ! pod/perltodo.pod universal.c
13923 ____________________________________________________________________________
13924 [ 10697] By: jhi on 2001/06/18 22:50:53
13925 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
13926 From: Nicholas Clark <nick@ccl4.org>
13927 Date: Mon, 18 Jun 2001 23:29:23 +0100
13928 Message-ID: <20010618232923.I98663@plum.flirble.org>
13930 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
13931 ! ext/Sys/Syslog/Makefile.PL
13932 ____________________________________________________________________________
13933 [ 10696] By: jhi on 2001/06/18 22:39:32
13934 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
13935 From: Scott.L.Miller@Compaq.com
13936 Date: Mon, 18 Jun 2001 10:12:27 -0500
13937 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
13939 ! lib/perl5db.pl pod/perldebug.pod
13940 ____________________________________________________________________________
13941 [ 10695] By: jhi on 2001/06/18 22:35:13
13942 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
13943 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13944 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
13945 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
13947 ! lib/Carp/Heavy.pm
13948 ____________________________________________________________________________
13949 [ 10694] By: jhi on 2001/06/18 22:34:06
13950 Log: Subject: [PATCH] Documentation changes for CLONE
13951 From: Artur Bergman <artur@contiller.se>
13952 Date: Mon, 18 Jun 2001 22:06:37 +0200
13953 Message-ID: <B7542BEC.1719%artur@contiller.se>
13955 ! pod/perlmod.pod pod/perlsub.pod
13956 ____________________________________________________________________________
13957 [ 10693] By: jhi on 2001/06/18 22:31:38
13958 Log: Subject: Re: configure.com
13959 From: "Craig A. Berry" <craigberry@mac.com>
13960 Date: Mon, 18 Jun 2001 16:04:38 -0500
13961 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
13964 ____________________________________________________________________________
13965 [ 10692] By: jhi on 2001/06/18 22:30:43
13966 Log: Subject: PL_nullstash + perl_clone()
13967 From: Doug MacEachern <dougm@covalent.net>
13968 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
13969 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
13972 ____________________________________________________________________________
13973 [ 10691] By: jhi on 2001/06/18 22:26:20
13974 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
13975 From: davem@fdgroup.co.uk
13976 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
13977 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
13979 ! embed.pl pod/perlapi.pod
13980 ____________________________________________________________________________
13981 [ 10690] By: jhi on 2001/06/18 22:17:05
13982 Log: More cross-compilation defaults gleaned from -Dcc
13983 if it is CPU-OS-gcc.
13985 ! U/modified/libc.U
13986 Branch: metaconfig/U/perl
13989 ! Configure INSTALL
13990 ____________________________________________________________________________
13991 [ 10689] By: jhi on 2001/06/18 13:59:47
13992 Log: Update Changes.
13994 ! Changes patchlevel.h
13995 ____________________________________________________________________________
13996 [ 10688] By: jhi on 2001/06/18 13:44:18
13997 Log: Subject: [PATCH 5.7.1] sv.c documentation
13998 From: davem@fdgroup.co.uk
13999 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
14000 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
14002 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
14004 ____________________________________________________________________________
14005 [ 10687] By: jhi on 2001/06/18 13:38:03
14006 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
14007 From: "Jon Gunnip" <jongunnip@hotmail.com>
14008 Date: Sun, 17 Jun 2001 18:24:29 -0400
14009 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
14012 ____________________________________________________________________________
14013 [ 10686] By: jhi on 2001/06/18 13:32:13
14014 Log: Move the locale/strict/warnings helper files back
14015 under the t/lib; this way the amount of non-installabled
14016 stuff under lib/ stays smaller.
14018 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
14019 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
14020 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
14021 + t/lib/warnings/5nolint t/lib/warnings/6default
14022 + t/lib/warnings/7fatal t/lib/warnings/8signal
14023 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
14024 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
14025 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
14026 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
14027 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
14028 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
14029 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
14030 + t/lib/warnings/taint t/lib/warnings/toke
14031 + t/lib/warnings/universal t/lib/warnings/utf8
14032 + t/lib/warnings/util
14033 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
14034 - lib/strict/subs lib/strict/vars lib/warnings/1global
14035 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
14036 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
14037 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
14038 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
14039 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
14040 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
14041 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
14042 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
14043 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
14044 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
14045 - lib/warnings/utf8 lib/warnings/util
14046 ! MANIFEST installperl lib/locale.t lib/strict.t
14047 ____________________________________________________________________________
14048 [ 10685] By: jhi on 2001/06/18 13:11:49
14049 Log: Split off the pack/unpack code, from Nicholas Clark.
14052 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
14053 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
14054 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14055 ____________________________________________________________________________
14056 [ 10684] By: jhi on 2001/06/18 12:25:55
14057 Log: Guard the SysV IPC tests against being invoked in
14058 SysV-IPC-less places.
14060 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
14061 ____________________________________________________________________________
14062 [ 10683] By: nick on 2001/06/18 12:24:42
14063 Log: Integrate mainline (new test scheme now ok on Linux).
14067 ____________________________________________________________________________
14068 [ 10682] By: jhi on 2001/06/18 12:20:50
14069 Log: Add the locale.c and numeric.c to the microperl sources.
14071 ! Makefile.micro win32/Makefile
14072 ____________________________________________________________________________
14073 [ 10681] By: jhi on 2001/06/18 11:57:45
14074 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
14075 From: Abhijit Menon-Sen <ams@wiw.org>
14076 Date: Mon, 18 Jun 2001 14:23:44 +0530
14077 Message-ID: <20010618142344.A13136@lustre.linux.in>
14080 ____________________________________________________________________________
14081 [ 10680] By: jhi on 2001/06/18 11:56:12
14082 Log: Subject: Re: [PATCH] more anonymous stash cleanups
14083 From: Abhijit Menon-Sen <ams@wiw.org>
14084 Date: Mon, 18 Jun 2001 15:50:32 +0530
14085 Message-ID: <20010618155032.A13223@lustre.linux.in>
14087 Plus the comment left in as suggested by NI-S.
14090 ____________________________________________________________________________
14091 [ 10679] By: jhi on 2001/06/18 11:49:27
14092 Log: One missed file.
14095 ____________________________________________________________________________
14096 [ 10678] By: nick on 2001/06/18 08:05:29
14097 Log: Integrate mainline (part2 - the deletes)
14099 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
14100 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
14101 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
14102 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
14103 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
14104 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
14105 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
14106 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
14107 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
14108 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
14109 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
14110 ____________________________________________________________________________
14111 [ 10677] By: nick on 2001/06/18 08:04:44
14112 Log: Integrate mainline (part1)
14114 +> (branch 376 files)
14115 - (delete 219 files)
14116 !> (integrate 151 files)
14117 ____________________________________________________________________________
14118 [ 10676] By: jhi on 2001/06/18 04:17:15
14119 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
14120 No doubt I made some mistakes like missed some files or
14121 misnamed some files. The naming rules were more or less:
14122 (1) if the module is from CPAN, follows its ways, be it
14124 (2) otherwise if there are multiple tests for a module
14126 (3) otherwise if there's only one test put it in Module.t
14127 (4) helper files go to module/ (locale, strict, warnings)
14128 (5) use longer filenames now that we can (but e.g. the
14129 compat-0.6.t and the Text::Balanced test files still
14130 were renamed to be more civil against the 8.3 people)
14131 installperl was updated appropriately not to install the
14132 *.t files or the help files from under lib.
14134 TODO: some helper files still remain under t/ that could
14135 follow their 'masters'. UPDATE: On second thoughts, why
14136 should they. They can continue to live under t/lib, and
14137 in fact the locale/strict/warnings helpers that were moved
14138 could be moved back. This way the amount of non-installable
14139 stuff under lib/ stays smaller.
14142 - (delete 254 files)
14143 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
14144 ____________________________________________________________________________
14145 [ 10675] By: jhi on 2001/06/18 03:15:02
14146 Log: The warning no more comes from util.c, it comes from numeric.c.
14149 ____________________________________________________________________________
14150 [ 10674] By: jhi on 2001/06/18 00:56:22
14151 Log: Subject: Re: anyone good at casting spells?
14152 From: Spider Boardman <spider@Orb.Nashua.NH.US>
14153 Date: Sun, 17 Jun 2001 21:21:04 -0400
14154 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
14156 ! ext/POSIX/POSIX.xs hv.h
14157 ____________________________________________________________________________
14158 [ 10673] By: jhi on 2001/06/17 22:24:53
14159 Log: Protect the (original) thread tests against testing if no 5.005
14160 threads have been configured.
14162 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14163 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14164 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14165 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14166 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14167 ! ext/Thread/unsync4.t
14168 ____________________________________________________________________________
14169 [ 10672] By: jhi on 2001/06/17 22:09:28
14170 Log: Try the new test scanning scheme on Text::Abbrev.
14172 + lib/Text/Abbrev.t
14173 - lib/Text/Abbrev/t/abbrev.t
14175 ____________________________________________________________________________
14176 [ 10671] By: jhi on 2001/06/17 22:07:08
14177 Log: Change the scan policy of the *.t and test.pl files,
14178 now the *.t do not need to live in a t/ directory.
14181 ____________________________________________________________________________
14182 [ 10670] By: jhi on 2001/06/17 20:32:35
14183 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
14184 From: Ilmari Karonen <iltzu@sci.fi>
14185 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
14186 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
14189 ____________________________________________________________________________
14190 [ 10669] By: jhi on 2001/06/17 20:30:22
14191 Log: Quench the warnings from Tru64; the HP-UX is still
14192 broken because it really, REALLY, doesn't like the
14193 HvARRAY() being lvalue:
14195 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
14196 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
14199 ____________________________________________________________________________
14200 [ 10668] By: jhi on 2001/06/17 19:13:24
14201 Log: Integrate change #10667 from maintperl:
14203 change#10449 broke the special-case that makes lexicals inside the
14204 eval"" within DB::DB() visible
14207 ____________________________________________________________________________
14208 [ 10667] By: gsar on 2001/06/17 19:08:27
14209 Log: change#10449 broke the special-case that makes lexicals inside the
14210 eval"" within DB::DB() visible
14211 Branch: maint-5.6/perl
14213 ____________________________________________________________________________
14214 [ 10666] By: jhi on 2001/06/17 17:50:07
14215 Log: Still spurious output; indent the code a bit.
14217 TODO1: separate the utility functions like MkDir
14218 into a helper script?
14220 TODO2: I see a lot of repetition in the filepath()
14221 and dirpath() calls.
14223 ! t/lib/filefind.t t/lib/findtaint.t
14224 ____________________________________________________________________________
14225 [ 10665] By: jhi on 2001/06/17 16:59:42
14226 Log: Regen modlib, toc.
14228 ! pod/perlmodlib.pod pod/perltoc.pod
14229 ____________________________________________________________________________
14230 [ 10664] By: jhi on 2001/06/17 16:55:28
14231 Log: Add libnetcfg to perlutil.
14234 ____________________________________________________________________________
14235 [ 10663] By: jhi on 2001/06/17 16:53:29
14236 Log: Initial integration of libnet-1.0703.
14237 The Configure script renamed as libnetcfg, will be
14238 installed along other utilities.
14240 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
14241 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
14242 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
14243 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
14244 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
14245 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
14246 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
14247 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
14248 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
14249 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
14250 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
14251 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
14252 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
14253 + utils/libnetcfg.PL
14254 ! MANIFEST utils.lst utils/Makefile
14255 ____________________________________________________________________________
14256 [ 10662] By: jhi on 2001/06/17 15:37:32
14257 Log: Less potentially test-harness-confusing output.
14259 ! lib/Memoize/t/expire_module_t.t
14260 ____________________________________________________________________________
14261 [ 10661] By: jhi on 2001/06/17 15:31:04
14262 Log: The final print annoys make test.
14264 ! t/lib/filefind.t t/lib/findtaint.t
14265 ____________________________________________________________________________
14266 [ 10660] By: jhi on 2001/06/17 14:00:21
14267 Log: Add an option for handling dangling symbolic links.
14269 ! lib/File/Find.pm t/lib/filefind.t
14270 ____________________________________________________________________________
14271 [ 10659] By: jhi on 2001/06/17 13:45:48
14272 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
14273 From: Thomas Wegner <wegner_thomas@yahoo.com>
14274 Date: Sun, 17 Jun 2001 14:43:11 +0200
14275 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
14277 + t/lib/findtaint.t
14278 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
14279 ____________________________________________________________________________
14280 [ 10658] By: jhi on 2001/06/17 13:13:25
14281 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
14282 From: Jonathan Stowe <gellyfish@gellyfish.com>
14283 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
14284 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
14286 ! lib/ExtUtils/MM_Unix.pm
14287 ____________________________________________________________________________
14288 [ 10657] By: jhi on 2001/06/17 13:12:25
14289 Log: Subject: [PATCH] more anonymous stash cleanups
14290 From: Abhijit Menon-Sen <ams@wiw.org>
14291 Date: Sun, 17 Jun 2001 11:44:06 +0530
14292 Message-ID: <20010617114406.A25203@lustre.linux.in>
14295 ____________________________________________________________________________
14296 [ 10656] By: jhi on 2001/06/17 13:11:11
14297 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
14298 From: Abhijit Menon-Sen <ams@wiw.org>
14299 Date: Sun, 17 Jun 2001 08:02:59 +0530
14300 Message-ID: <20010617080259.A28776@lustre.linux.in>
14302 Subject: [PATCH #2/7] xhv_eiter
14303 From: Abhijit Menon-Sen <ams@wiw.org>
14304 Date: Sun, 17 Jun 2001 08:13:18 +0530
14305 Message-ID: <20010617081318.B28776@lustre.linux.in>
14307 Subject: [PATCH #3/7] xhv_fill
14308 From: Abhijit Menon-Sen <ams@wiw.org>
14309 Date: Sun, 17 Jun 2001 08:25:16 +0530
14310 Message-ID: <20010617082516.C28776@lustre.linux.in>
14312 Subject: [PATCH #4/7] xhv_keys
14313 From: Abhijit Menon-Sen <ams@wiw.org>
14314 Date: Sun, 17 Jun 2001 08:36:17 +0530
14315 Message-ID: <20010617083617.D28776@lustre.linux.in>
14317 Subject: [PATCH #5/7] xhv_max
14318 From: Abhijit Menon-Sen <ams@wiw.org>
14319 Date: Sun, 17 Jun 2001 08:39:48 +0530
14320 Message-ID: <20010617083948.E28776@lustre.linux.in>
14322 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
14323 From: Abhijit Menon-Sen <ams@wiw.org>
14324 Date: Sun, 17 Jun 2001 08:51:11 +0530
14325 Message-ID: <20010617085111.F28776@lustre.linux.in>
14328 ____________________________________________________________________________
14329 [ 10655] By: jhi on 2001/06/16 23:32:03
14330 Log: Update Changes.
14332 ! Changes patchlevel.h
14333 ____________________________________________________________________________
14334 [ 10654] By: jhi on 2001/06/16 23:18:37
14335 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
14336 From: Abhijit Menon-Sen <ams@wiw.org>
14337 Date: Sat, 16 Jun 2001 07:41:19 +0530
14338 Message-ID: <20010616074119.A24720@lustre.linux.in>
14340 ! hv.c perl.c vms/vmsish.h win32/win32.h
14341 ____________________________________________________________________________
14342 [ 10653] By: jhi on 2001/06/16 23:15:11
14343 Log: Document tests failing when threaded, since we now have more.
14345 ! pod/perl572delta.pod
14346 ____________________________________________________________________________
14347 [ 10652] By: jhi on 2001/06/16 23:12:19
14348 Log: -Wall cleanup.
14350 ! ext/Thread/Thread.xs
14351 ____________________________________________________________________________
14352 [ 10651] By: jhi on 2001/06/16 23:06:55
14353 Log: pthread_attr_setstacksize() isn't absolutely necessary
14354 to call, only iff THREAD_CREATE_NEEDS_STACK.
14356 ! ext/Thread/Thread.xs
14357 ____________________________________________________________________________
14358 [ 10650] By: jhi on 2001/06/16 22:58:48
14362 ____________________________________________________________________________
14363 [ 10649] By: jhi on 2001/06/16 22:47:40
14364 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
14365 (and INT64_MIN) brokenness.
14367 ! hints/darwin.sh perl.h
14368 ____________________________________________________________________________
14369 [ 10648] By: jhi on 2001/06/16 22:27:48
14370 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
14371 From: Nicholas Clark <nick@ccl4.org>
14372 Date: Sun, 17 Jun 2001 00:16:05 +0100
14373 Message-ID: <20010617001605.V98663@plum.flirble.org>
14375 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
14376 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
14377 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14378 ____________________________________________________________________________
14379 [ 10647] By: jhi on 2001/06/16 22:24:47
14380 Log: Add perlnetware to docs; regen toc; supply skeleton
14381 docs for some Memoize submodules.
14383 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
14384 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14385 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
14386 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
14387 ! win32/Makefile win32/makefile.mk
14388 ____________________________________________________________________________
14389 [ 10646] By: jhi on 2001/06/16 22:06:52
14393 ____________________________________________________________________________
14394 [ 10645] By: jhi on 2001/06/16 21:47:00
14395 Log: Integrate Memoize 0.64. Few tweaks were required in
14396 the test scripts. Note that the speed and expire*
14397 tests take several dozen seconds to run.
14399 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14400 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
14401 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14402 + lib/Memoize/README lib/Memoize/SDBM_File.pm
14403 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
14404 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
14405 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
14406 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14407 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
14408 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
14409 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
14410 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
14411 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
14412 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
14413 ! MANIFEST t/lib/1_compile.t
14414 ____________________________________________________________________________
14415 [ 10644] By: jhi on 2001/06/16 20:35:49
14416 Log: Document the cross-compilation options.
14418 ! Cross/README INSTALL
14419 ____________________________________________________________________________
14420 [ 10643] By: jhi on 2001/06/16 19:46:38
14421 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
14423 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
14424 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
14425 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
14426 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
14427 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
14428 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
14429 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
14430 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
14431 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
14432 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
14433 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
14434 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
14435 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
14436 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
14437 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
14438 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
14439 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
14440 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
14441 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
14442 + lib/ExtUtils/MM_NW5.pm
14443 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
14444 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
14445 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14446 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
14447 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
14448 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
14449 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
14450 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
14451 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
14452 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
14453 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
14454 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
14455 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
14456 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
14457 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
14458 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
14459 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
14460 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
14461 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
14462 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
14463 ! util.h x2p/a2py.c
14464 ____________________________________________________________________________
14465 [ 10642] By: jhi on 2001/06/16 19:16:04
14466 Log: Resort MANIFEST.
14469 ____________________________________________________________________________
14470 [ 10641] By: jhi on 2001/06/16 18:52:26
14471 Log: Integrate perlio.
14474 !> MANIFEST perlio.c perliol.h win32/makefile.mk
14475 ____________________________________________________________________________
14476 [ 10640] By: nick on 2001/06/16 18:38:31
14477 Log: Disable :win32 layer as default till I get it working
14479 ! MANIFEST perlio.c
14480 ____________________________________________________________________________
14481 [ 10639] By: jhi on 2001/06/16 18:35:46
14482 Log: Try the new scheme by moving the Text::Abbrev test
14483 to a new place under lib.
14485 + lib/Text/Abbrev/t/abbrev.t
14488 ____________________________________________________________________________
14489 [ 10638] By: jhi on 2001/06/16 18:34:30
14490 Log: Make the code even more dynamical so that testname
14491 suffix length can change.
14493 ! lib/Test/Harness.pm t/TEST
14494 ____________________________________________________________________________
14495 [ 10637] By: jhi on 2001/06/16 18:16:28
14496 Log: Allow for deeper t/ and also a single test.pl.
14499 ____________________________________________________________________________
14500 [ 10636] By: jhi on 2001/06/16 18:13:59
14501 Log: #define fix from Nicholas Clark.
14503 ! ext/POSIX/POSIX.xs
14504 ____________________________________________________________________________
14505 [ 10635] By: jhi on 2001/06/16 17:50:43
14506 Log: Initialization is nice.
14508 ! lib/Test/Harness.pm
14509 ____________________________________________________________________________
14510 [ 10634] By: jhi on 2001/06/16 17:38:53
14511 Log: Make t/TEST and t/harness to test also the t/ tests
14512 under the main lib/ and ext/ directories. Fix Test::Harness
14513 to dynamically change the width of its "foo/bar....ok" output.
14515 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
14516 ____________________________________________________________________________
14517 [ 10633] By: jhi on 2001/06/16 16:58:57
14518 Log: Subject: [PATCH] Re: perl@10611
14519 From: Nicholas Clark <nick@ccl4.org>
14520 Date: Sat, 16 Jun 2001 16:52:47 +0100
14521 Message-ID: <20010616165247.O98663@plum.flirble.org>
14523 The .xs parts, too.
14525 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
14526 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
14527 ____________________________________________________________________________
14528 [ 10632] By: nick on 2001/06/16 16:44:35
14529 Log: Work-in-progress win32 layer semi-functional, checking
14532 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
14533 ____________________________________________________________________________
14534 [ 10631] By: jhi on 2001/06/16 16:40:30
14535 Log: Subject: [PATCH] Re: perl@10611
14536 From: Nicholas Clark <nick@ccl4.org>
14537 Date: Sat, 16 Jun 2001 16:52:47 +0100
14538 Message-ID: <20010616165247.O98663@plum.flirble.org>
14540 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
14541 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
14542 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
14543 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
14544 ! lib/ExtUtils/Constant.pm
14545 ____________________________________________________________________________
14546 [ 10630] By: jhi on 2001/06/16 15:11:38
14547 Log: Metaconfig unit change for #10629.
14549 ! U/modified/Finish.U
14550 ____________________________________________________________________________
14551 [ 10629] By: jhi on 2001/06/16 15:11:10
14552 Log: The extraction changed directories.
14555 ____________________________________________________________________________
14556 [ 10628] By: jhi on 2001/06/16 14:59:38
14557 Log: Math::BigInt 1.35 from Tels.
14560 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14561 ! t/lib/bigfltpm.t t/lib/bigintpm.t
14562 ____________________________________________________________________________
14563 [ 10627] By: nick on 2001/06/16 14:54:52
14564 Log: Work in progress UNIX-side edit of win32 PerLIO layer
14567 ! perlio.c win32/makefile.mk
14568 ____________________________________________________________________________
14569 [ 10626] By: jhi on 2001/06/16 14:01:50
14570 Log: Subject: [PATCH 5.6.1] os2/diff-configure
14571 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14572 Date: Fri, 15 Jun 2001 01:19:36 -0400
14573 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
14575 Empty all of it because I think #10624 made even the
14576 last patch hunk unnecessary.
14578 ! os2/diff.configure
14579 ____________________________________________________________________________
14580 [ 10625] By: jhi on 2001/06/16 13:58:34
14581 Log: Metaconfig unit change for 10624.
14583 ! U/modified/libc.U
14586 ____________________________________________________________________________
14587 [ 10624] By: jhi on 2001/06/16 13:58:13
14588 Log: Move the initialization of libnames to the beginning so
14589 that can one 'seed' it (as OS/2 does.)
14592 ____________________________________________________________________________
14593 [ 10623] By: jhi on 2001/06/16 13:47:54
14594 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
14595 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14596 Date: Fri, 15 Jun 2001 19:10:57 -0400
14597 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
14599 ! os2/OS2/REXX/DLL/DLL.pm
14600 ____________________________________________________________________________
14601 [ 10622] By: jhi on 2001/06/16 13:29:42
14602 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
14603 From: "Craig A. Berry" <craigberry@mac.com>
14604 Date: Fri, 15 Jun 2001 17:00:03 -0500
14605 Message-Id: <a05101007b750342599be@[172.16.52.1]>
14607 ! vms/descrip_mms.template
14608 ____________________________________________________________________________
14609 [ 10621] By: jhi on 2001/06/16 13:28:37
14610 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
14611 From: "Craig A. Berry" <craigberry@mac.com>
14612 Date: Fri, 15 Jun 2001 18:39:42 -0500
14613 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
14615 ! lib/File/Spec/VMS.pm t/lib/extutils.t
14616 ____________________________________________________________________________
14617 [ 10620] By: jhi on 2001/06/16 13:25:06
14618 Log: Integrate perlio.
14620 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
14621 !> t/io/utf8.t t/lib/io_scalar.t
14622 ____________________________________________________________________________
14623 [ 10619] By: nick on 2001/06/15 21:05:19
14624 Log: Generated files
14627 ____________________________________________________________________________
14628 [ 10618] By: nick on 2001/06/15 20:27:42
14629 Log: Fix open.pm to work via XS-implemented method calls rather
14630 than *open::layers variables which caused all the HV/AV hassle.
14632 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
14633 ! t/lib/io_scalar.t
14634 ____________________________________________________________________________
14635 [ 10617] By: jhi on 2001/06/15 18:50:53
14636 Log: Integrate perlio.
14638 !> lib/ExtUtils/Constant.pm
14639 ____________________________________________________________________________
14640 [ 10616] By: nick on 2001/06/15 18:46:47
14641 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
14643 ! lib/ExtUtils/Constant.pm
14644 ____________________________________________________________________________
14645 [ 10615] By: jhi on 2001/06/15 18:36:43
14646 Log: Integrate perlio.
14648 !> ext/Socket/Socket.xs
14649 ____________________________________________________________________________
14650 [ 10614] By: nick on 2001/06/15 18:33:37
14651 Log: MULTIPLICITY fix for Socket.xs
14653 ! ext/Socket/Socket.xs
14654 ____________________________________________________________________________
14655 [ 10613] By: jhi on 2001/06/15 16:34:06
14656 Log: Subject: Re: perl@10611
14657 From: Doug MacEachern <dougm@covalent.net>
14658 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
14659 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
14661 ! ext/Socket/Socket.xs
14662 ____________________________________________________________________________
14663 [ 10612] By: nick on 2001/06/15 16:14:38
14664 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
14666 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14667 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
14668 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
14669 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
14670 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
14672 ____________________________________________________________________________
14673 [ 10611] By: jhi on 2001/06/15 14:29:04
14674 Log: Update Changes.
14676 ! Changes patchlevel.h
14677 ____________________________________________________________________________
14678 [ 10610] By: jhi on 2001/06/15 14:20:33
14679 Log: Upping the test count.
14682 ____________________________________________________________________________
14683 [ 10609] By: jhi on 2001/06/15 14:13:29
14684 Log: Integrate perlio.
14686 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14687 ____________________________________________________________________________
14688 [ 10608] By: jhi on 2001/06/15 14:12:31
14689 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14690 From: andreas.koenig@anima.de (Andreas J. Koenig)
14691 Date: 15 Jun 2001 13:30:39 +0200
14692 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
14694 Record the grim history.
14697 ____________________________________________________________________________
14698 [ 10607] By: jhi on 2001/06/15 14:08:19
14699 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14700 From: Brian McCauley <nobull@mail.com>
14701 Date: 15 Jun 2001 07:51:26 +0100
14702 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
14704 ! lib/File/Find.pm t/lib/filefind.t
14705 ____________________________________________________________________________
14706 [ 10606] By: nick on 2001/06/15 14:00:08
14707 Log: regen_config_h for Win32.
14709 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14710 ____________________________________________________________________________
14711 [ 10605] By: jhi on 2001/06/15 13:49:55
14712 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
14713 From: Peter Prymmer <pvhp@forte.com>
14714 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
14715 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
14717 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
14718 ____________________________________________________________________________
14719 [ 10604] By: jhi on 2001/06/15 13:45:03
14720 Log: Some filesystems require writability for rename/unlink.
14723 ____________________________________________________________________________
14724 [ 10603] By: jhi on 2001/06/15 13:41:34
14725 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
14726 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14727 Date: Fri, 15 Jun 2001 12:08:53 +0200
14728 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
14731 ____________________________________________________________________________
14732 [ 10602] By: jhi on 2001/06/15 13:27:04
14733 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
14734 From: Mike Guy <mjtg@cam.ac.uk>
14735 Date: Fri, 15 Jun 2001 14:11:49 +0100
14736 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
14739 ____________________________________________________________________________
14740 [ 10601] By: jhi on 2001/06/15 13:21:18
14741 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
14742 From: Nicholas Clark <nick@ccl4.org>
14743 Date: Thu, 14 Jun 2001 23:52:56 +0100
14744 Message-ID: <20010614235256.G98663@plum.flirble.org>
14746 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
14747 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14748 ____________________________________________________________________________
14749 [ 10600] By: jhi on 2001/06/15 13:16:56
14750 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
14751 From: Russ Allbery <rra@stanford.edu>
14752 Date: 14 Jun 2001 13:24:43 -0700
14753 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
14755 ! ext/GDBM_File/GDBM_File.pm
14756 ____________________________________________________________________________
14757 [ 10599] By: jhi on 2001/06/15 13:15:26
14758 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
14759 From: Nicholas Clark <nick@ccl4.org>
14760 Date: Thu, 14 Jun 2001 20:37:47 +0100
14761 Message-ID: <20010614203747.F98663@plum.flirble.org>
14763 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14765 ____________________________________________________________________________
14766 [ 10598] By: jhi on 2001/06/15 13:13:13
14767 Log: Integrate perlio.
14770 ____________________________________________________________________________
14771 [ 10597] By: nick on 2001/06/15 11:08:13
14772 Log: Check that HVs with HvNAME() != NULL are really stashes before
14773 treating them as such. Also be more defensive on the GvCV.
14774 Win32 fork and dprof now working again.
14777 ____________________________________________________________________________
14778 [ 10596] By: nick on 2001/06/15 10:11:20
14779 Log: Integrate mainline.
14782 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
14783 !> Porting/config_H config_h.SH configure.com epoc/config.sh
14784 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
14785 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14786 !> vos/config.ga.h win32/config.bc win32/config.gc
14787 !> win32/config.vc win32/config_H.bc win32/config_H.gc
14788 !> win32/config_H.vc
14789 ____________________________________________________________________________
14790 [ 10595] By: nick on 2001/06/15 09:37:17
14791 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
14792 - Win32 (VC++) now builds but fails:
14793 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
14794 fork.t - No &___ENV_HV_NAME___::CLONE method ???
14795 write.t - open(...,"|-") not implemented on Win32
14798 ____________________________________________________________________________
14799 [ 10594] By: jhi on 2001/06/15 00:17:16
14800 Log: Integrate perlio.
14802 !> perlio.c win32/makefile.mk
14803 ____________________________________________________________________________
14804 [ 10593] By: jhi on 2001/06/15 00:16:44
14805 Log: Metaconfig unit changes for #10592.
14807 + U/modified/i_varhdr.U U/modified/startsh.U
14808 - U/a_dvisory/crosscompile.U U/target/Target.U
14809 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
14810 ! U/compline/bitpbyte.U U/compline/byteorder.U
14811 ! U/compline/ccflags.U U/compline/charsize.U
14812 ! U/compline/d_casti32.U U/compline/d_castneg.U
14813 ! U/compline/d_closedir.U U/compline/d_fd_set.U
14814 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
14815 ! U/compline/d_keepsig.U U/compline/d_open3.U
14816 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
14817 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
14818 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
14819 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
14820 ! U/compline/doublesize.U U/compline/floatsize.U
14821 ! U/compline/nblock_io.U U/compline/orderlib.U
14822 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
14823 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
14824 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
14825 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
14826 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
14827 ! U/modified/spitshell.U U/threads/archname.U
14828 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
14829 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
14830 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
14831 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
14832 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
14833 Branch: metaconfig/U/perl
14835 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
14836 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
14837 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
14838 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
14839 ! stdio_streams.U uselfs.U
14840 ____________________________________________________________________________
14841 [ 10592] By: jhi on 2001/06/15 00:15:52
14842 Log: The first steps towards cross-compilation.
14844 Abstract execution of compiled test executables with $run,
14845 and abstract transfer of files with $to and $from.
14847 Under cross-compilation the $run, $to, and $from will point
14848 to appropriate wrapper scripts, by default ssh and scp,
14849 but also rsh, rcp, and cp are supported. If not
14850 cross-compiling, they will be set to '', ':', and ':',
14853 With these patches I was able to get Configure for
14854 iPAQ ARM Linux on an Intel Linux about 95% right
14855 (only a few tests failed to execute or they produced
14856 incorrect results), and I was able to compile
14857 a functional miniperl.
14859 The symbol crosscompile renamed to be usecrosscompile,
14860 the corresponding C symbol from CROSSCOMPILE to
14863 ! Configure Cross/README Makefile.SH Porting/Glossary
14864 ! Porting/config.sh Porting/config_H config_h.SH configure.com
14865 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
14866 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14867 ! vos/config.ga.def vos/config.ga.h win32/config.bc
14868 ! win32/config.gc win32/config.vc win32/config_H.bc
14869 ! win32/config_H.gc win32/config_H.vc
14870 ____________________________________________________________________________
14871 [ 10591] By: nick on 2001/06/14 20:00:12
14872 Log: Steps along the road toward Win32 building again.
14874 ! perlio.c win32/makefile.mk
14875 ____________________________________________________________________________
14876 [ 10590] By: jhi on 2001/06/14 16:11:11
14877 Log: Integrate perlio.
14879 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14880 ____________________________________________________________________________
14881 [ 10589] By: nick on 2001/06/14 13:54:07
14882 Log: Routine regen_config_h for Win32
14884 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14885 ____________________________________________________________________________
14886 [ 10588] By: jhi on 2001/06/14 12:30:46
14887 Log: Integrate perlio.
14890 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
14891 ____________________________________________________________________________
14892 [ 10587] By: jhi on 2001/06/14 12:23:24
14893 Log: A placeholder.
14896 ____________________________________________________________________________
14897 [ 10586] By: nick on 2001/06/14 08:25:07
14898 Log: Add new step to run_byacc which:
14899 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
14900 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
14903 ! MANIFEST Makefile.SH perly.c
14904 ____________________________________________________________________________
14905 [ 10585] By: nick on 2001/06/14 08:22:29
14906 Log: Integrate mainline
14908 +> locale.c numeric.c
14909 !> Changes cygwin/Makefile.SHs embed.h embed.pl
14910 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
14911 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
14912 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
14914 ____________________________________________________________________________
14915 [ 10584] By: nick on 2001/06/14 08:05:53
14916 Log: Hack to remove insecure directories from PATH so test will run.
14919 ____________________________________________________________________________
14920 [ 10583] By: jhi on 2001/06/14 03:11:16
14921 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
14925 ____________________________________________________________________________
14926 [ 10582] By: jhi on 2001/06/14 03:04:51
14930 ____________________________________________________________________________
14931 [ 10581] By: jhi on 2001/06/14 03:03:14
14932 Log: de-$CONFIG continues.
14934 ! cygwin/Makefile.SHs x2p/Makefile.SH
14935 ____________________________________________________________________________
14936 [ 10580] By: jhi on 2001/06/13 23:56:59
14937 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
14938 From: Nicholas Clark <nick@ccl4.org>
14939 Date: Wed, 13 Jun 2001 21:20:13 +0100
14940 Message-ID: <20010613212013.D98663@plum.flirble.org>
14943 ____________________________________________________________________________
14944 [ 10579] By: jhi on 2001/06/13 23:55:29
14945 Log: Subject: splitting util.c
14946 From: Hugo <hv@crypt.compulink.co.uk>
14947 Date: Thu, 14 Jun 2001 00:41:08 +0100
14948 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
14950 + locale.c numeric.c
14951 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
14952 ! pod/perlapi.pod proto.h util.c
14953 ____________________________________________________________________________
14954 [ 10578] By: jhi on 2001/06/13 23:45:11
14955 Log: Upgrade to Math::BigInt 1.34 from Tels.
14958 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14959 ! t/lib/bigfltpm.t t/lib/bigintpm.t
14960 ____________________________________________________________________________
14961 [ 10577] By: nick on 2001/06/13 19:02:48
14962 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
14964 !> (integrate 125 files)
14965 ____________________________________________________________________________
14966 [ 10576] By: jhi on 2001/06/13 18:10:01
14967 Log: Update Changes.
14969 ! Changes patchlevel.h
14970 ____________________________________________________________________________
14971 [ 10575] By: jhi on 2001/06/13 18:05:09
14972 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
14973 From: "Craig A. Berry" <craigberry@mac.com>
14974 Date: Wed, 13 Jun 2001 13:24:28 -0500
14975 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
14977 ! ext/re/Makefile.PL
14978 ____________________________________________________________________________
14979 [ 10574] By: jhi on 2001/06/13 17:34:36
14980 Log: Mc.u.c. for #10573.
14982 ! U/threads/usethreads.U
14983 ____________________________________________________________________________
14984 [ 10573] By: jhi on 2001/06/13 17:34:00
14985 Log: It would be also be good if I could type.
14988 ____________________________________________________________________________
14989 [ 10572] By: jhi on 2001/06/13 17:26:29
14990 Log: Metaconfig unit change for #10571.
14992 ! U/threads/usethreads.U
14993 ____________________________________________________________________________
14994 [ 10571] By: jhi on 2001/06/13 17:26:05
14995 Log: A non-empty default is a good thing.
14998 ____________________________________________________________________________
14999 [ 10570] By: jhi on 2001/06/13 17:15:16
15000 Log: Metaconfig unit change for #10569.
15002 ! U/threads/usethreads.U
15003 ____________________________________________________________________________
15004 [ 10569] By: jhi on 2001/06/13 17:14:17
15005 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
15006 extremely experimental, not even prompted for.
15008 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15009 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
15010 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15011 ! win32/config.bc win32/config.gc win32/config.vc
15012 ____________________________________________________________________________
15013 [ 10568] By: jhi on 2001/06/13 16:22:27
15014 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
15017 ____________________________________________________________________________
15018 [ 10567] By: jhi on 2001/06/13 16:20:23
15019 Log: Integrate perlio; conflicts, accept Nick's versions.
15021 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15022 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
15023 ____________________________________________________________________________
15024 [ 10566] By: jhi on 2001/06/13 16:17:42
15025 Log: Subject: Re: ext/ + -Wall
15026 From: Doug MacEachern <dougm@covalent.net>
15027 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
15028 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
15030 ! XSUB.h lib/ExtUtils/xsubpp perl.h
15031 ____________________________________________________________________________
15032 [ 10565] By: jhi on 2001/06/13 16:16:07
15033 Log: Similar logic as DB_File.xs, using the modern macros and
15034 defines them to older ones for older Perls where PERL_VERSION
15035 is not defined, from Doug MacEachern.
15037 ! ext/Storable/Storable.xs
15038 ____________________________________________________________________________
15039 [ 10564] By: nick on 2001/06/13 15:22:01
15040 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
15041 and using that instead (name lookups are sequential search for now).
15043 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15044 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
15045 ____________________________________________________________________________
15046 [ 10563] By: jhi on 2001/06/13 14:07:43
15047 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
15048 From: "Richard Soderberg" <rs@crystalflame.net>
15049 Date: Sat, 26 May 2001 06:44:20 -0700
15050 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
15053 ____________________________________________________________________________
15054 [ 10562] By: jhi on 2001/06/13 13:55:10
15055 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
15056 From: "Craig A. Berry" <craigberry@mac.com>
15057 Date: Tue, 12 Jun 2001 23:55:26 -0500
15058 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
15060 ! ext/re/Makefile.PL ext/re/re.xs
15061 ____________________________________________________________________________
15062 [ 10561] By: jhi on 2001/06/13 13:44:58
15063 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
15066 ! XSUB.h malloc.c perl.h
15067 ____________________________________________________________________________
15068 [ 10560] By: jhi on 2001/06/13 13:35:42
15072 ____________________________________________________________________________
15073 [ 10559] By: jhi on 2001/06/13 12:53:18
15074 Log: Subject: [patch] perl.gprof control
15075 From: Doug MacEachern <dougm@covalent.net>
15076 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
15077 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
15079 ! miniperlmain.c perl.h
15080 ____________________________________________________________________________
15081 [ 10558] By: jhi on 2001/06/13 12:51:47
15082 Log: Subject: Re: ext/ + -Wall
15083 From: Doug MacEachern <dougm@covalent.net>
15084 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
15085 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
15087 Document ax and break up dXSARGS.
15089 ! XSUB.h pod/perlapi.pod
15090 ____________________________________________________________________________
15091 [ 10557] By: jhi on 2001/06/13 12:39:55
15092 Log: More AIX tweakage from Merijn.
15095 ____________________________________________________________________________
15096 [ 10556] By: jhi on 2001/06/13 03:26:58
15097 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
15098 From: "Craig A. Berry" <craigberry@mac.com>
15099 Date: Tue, 12 Jun 2001 22:57:45 -0500
15100 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
15102 ! vms/descrip_mms.template
15103 ____________________________________________________________________________
15104 [ 10555] By: jhi on 2001/06/13 02:50:43
15105 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
15106 From: "Craig A. Berry" <craigberry@mac.com>
15107 Date: Tue, 12 Jun 2001 22:21:39 -0500
15108 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
15110 ! configure.com util.c
15111 ____________________________________________________________________________
15112 [ 10554] By: jhi on 2001/06/13 02:23:16
15113 Log: New AIX dynaloading code from Jens-Uwe Mager.
15114 Does break binary compatibility.
15116 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
15117 ____________________________________________________________________________
15118 [ 10553] By: jhi on 2001/06/13 02:10:16
15119 Log: VMS DEC C compiler found nits by Peter Prymmer.
15122 ____________________________________________________________________________
15123 [ 10552] By: jhi on 2001/06/13 01:36:12
15124 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
15125 From: Peter Prymmer <pvhp@forte.com>
15126 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
15127 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
15130 ____________________________________________________________________________
15131 [ 10551] By: jhi on 2001/06/13 01:26:53
15132 Log: I wonder how many $CONFIGs still lurk in the shadows.
15134 ! pod/Makefile.SH x2p/cflags.SH
15135 ____________________________________________________________________________
15136 [ 10550] By: jhi on 2001/06/13 01:25:12
15137 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
15140 ____________________________________________________________________________
15141 [ 10549] By: jhi on 2001/06/13 01:05:28
15142 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
15144 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
15145 ____________________________________________________________________________
15146 [ 10548] By: jhi on 2001/06/13 00:41:28
15147 Log: Subject: [patch] rid local_patches warnings
15148 From: Doug MacEachern <dougm@covalent.net>
15149 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
15150 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
15152 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
15153 ____________________________________________________________________________
15154 [ 10547] By: jhi on 2001/06/13 00:40:29
15155 Log: Subject: Re: ext/ + -Wall
15156 From: Doug MacEachern <dougm@covalent.net>
15157 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
15158 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
15160 ! ext/attrs/attrs.xs
15161 ____________________________________________________________________________
15162 [ 10546] By: jhi on 2001/06/13 00:39:06
15163 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
15164 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15165 Date: Tue, 12 Jun 2001 14:36:20 -0400
15166 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
15168 ! pod/perlretut.pod
15169 ____________________________________________________________________________
15170 [ 10545] By: jhi on 2001/06/13 00:38:02
15171 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
15172 From: Mike Guy <mjtg@cam.ac.uk>
15173 Date: Tue, 12 Jun 2001 19:10:31 +0100
15174 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
15176 Subject: Re: [ID 20010612.001] out of memory during regex compilation
15177 From: Mike Guy <mjtg@cam.ac.uk>
15178 Date: Tue, 12 Jun 2001 19:21:01 +0100
15179 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
15182 ____________________________________________________________________________
15183 [ 10544] By: jhi on 2001/06/13 00:34:39
15184 Log: AIX tweaks from Merijn H. Brand.
15187 ____________________________________________________________________________
15188 [ 10543] By: jhi on 2001/06/13 00:11:42
15189 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
15190 From: "Brendan O'Dea" <bod@compusol.com.au>
15191 Date: Wed, 13 Jun 2001 05:16:47 +1000
15192 Message-ID: <20010613051647.A8945@compusol.com.au>
15193 Branch: maint-5.6/perl
15194 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15195 ____________________________________________________________________________
15196 [ 10542] By: jhi on 2001/06/13 00:07:50
15197 Log: Subject: Small bcopy cleanup
15198 From: Andy Dougherty <doughera@lafayette.edu>
15199 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
15200 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
15202 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
15203 ____________________________________________________________________________
15204 [ 10541] By: jhi on 2001/06/13 00:05:18
15205 Log: Subject: [PATCH] Re: ext/ + -Wall
15206 From: Nicholas Clark <nick@ccl4.org>
15207 Date: Wed, 13 Jun 2001 00:04:30 +0100
15208 Message-ID: <20010613000430.M5901@plum.flirble.org>
15210 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15211 ____________________________________________________________________________
15212 [ 10540] By: jhi on 2001/06/13 00:02:25
15213 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
15214 From: Nicholas Clark <nick@ccl4.org>
15215 Date: Tue, 12 Jun 2001 23:53:07 +0100
15216 Message-ID: <20010612235307.L5901@plum.flirble.org>
15218 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15219 ____________________________________________________________________________
15220 [ 10539] By: jhi on 2001/06/12 23:59:10
15221 Log: MPE/iX tweaks from Mark Bixby.
15223 ! hints/mpeix.sh mpeix/mpeixish.h util.c
15224 ____________________________________________________________________________
15225 [ 10538] By: jhi on 2001/06/12 14:16:15
15226 Log: Update Changes.
15228 ! Changes patchlevel.h
15229 ____________________________________________________________________________
15230 [ 10537] By: jhi on 2001/06/12 14:11:26
15231 Log: One less -Wall whine (found under DEBUGGING).
15233 ! x2p/Makefile.SH x2p/a2p.c
15234 ____________________________________________________________________________
15235 [ 10536] By: jhi on 2001/06/12 13:32:09
15236 Log: s/case-independent/case-insensitive/g
15238 ! pod/perldebug.pod
15239 ____________________________________________________________________________
15240 [ 10535] By: jhi on 2001/06/12 13:27:28
15241 Log: As suggested in
15243 Subject: Re: ext/ + -Wall
15244 From: Gurusamy Sarathy <gsar@ActiveState.com>
15245 Date: Mon, 11 Jun 2001 23:34:31 -0700
15246 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
15248 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
15250 ____________________________________________________________________________
15251 [ 10534] By: jhi on 2001/06/12 13:13:27
15252 Log: Subject: ext/ + -Wall
15253 From: Doug MacEachern <dougm@covalent.net>
15254 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
15255 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
15257 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
15258 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
15259 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
15260 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
15261 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
15262 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
15263 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
15264 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
15265 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
15266 ! lib/ExtUtils/xsubpp
15267 ____________________________________________________________________________
15268 [ 10533] By: jhi on 2001/06/12 12:52:57
15269 Log: Subject: [PATCH] anonymous stashes
15270 From: Abhijit Menon-Sen <ams@wiw.org>
15271 Date: Tue, 12 Jun 2001 12:47:04 +0530
15272 Message-ID: <20010612124704.A29029@lustre.linux.in>
15274 ! dump.c gv.c sv.c xsutils.c
15275 ____________________________________________________________________________
15276 [ 10532] By: jhi on 2001/06/12 12:37:36
15277 Log: One more test for $^S.
15280 ____________________________________________________________________________
15281 [ 10531] By: jhi on 2001/06/12 12:35:02
15282 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
15283 From: Abhijit Menon-Sen <ams@wiw.org>
15284 Date: Tue, 12 Jun 2001 17:35:55 +0530
15285 Message-ID: <20010612173555.A32426@lustre.linux.in>
15287 ! mg.c t/op/magic.t
15288 ____________________________________________________________________________
15289 [ 10530] By: jhi on 2001/06/12 12:31:11
15290 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
15291 From: Mike Guy <mjtg@cam.ac.uk>
15292 Date: Tue, 12 Jun 2001 13:14:15 +0100
15293 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
15296 ____________________________________________________________________________
15297 [ 10529] By: jhi on 2001/06/12 12:21:06
15298 Log: AUTHORS updates.
15301 ____________________________________________________________________________
15302 [ 10528] By: jhi on 2001/06/12 12:19:47
15303 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
15304 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
15305 Content-Transfer-Encoding: 7bit
15306 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
15308 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
15309 ____________________________________________________________________________
15310 [ 10527] By: jhi on 2001/06/12 11:58:53
15311 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
15312 From: "Philip Newton" <Philip.Newton@gmx.net>
15313 Date: Mon, 11 Jun 2001 07:08:03 +0200
15314 Message-Id: <200106120802.LAA08992@taas.iki.fi>
15317 ____________________________________________________________________________
15318 [ 10526] By: jhi on 2001/06/12 01:35:34
15319 Log: Cleanup the a2p.c for -Wall.
15321 ! x2p/Makefile.SH x2p/a2p.c
15322 ____________________________________________________________________________
15323 [ 10525] By: jhi on 2001/06/12 01:10:56
15324 Log: File::Find update for MacOS from Chris Nandor.
15326 ! lib/File/Find.pm t/lib/filefind.t
15327 ____________________________________________________________________________
15328 [ 10524] By: jhi on 2001/06/12 00:29:20
15329 Log: gcc -Wall nits picked out by a non-UNIX system
15330 (courtesy of Mark Bixby)
15332 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
15333 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
15335 ____________________________________________________________________________
15336 [ 10523] By: jhi on 2001/06/11 22:34:03
15337 Log: Metaconfig unit change for #10522. (The d_modfl changes
15339 Branch: metaconfig/U/perl
15340 ! d_modfl.U d_u32align.U
15341 ____________________________________________________________________________
15342 [ 10522] By: jhi on 2001/06/11 22:33:00
15343 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
15344 be "./try 2>&1 >/dev/null".
15347 ____________________________________________________________________________
15348 [ 10521] By: jhi on 2001/06/11 19:49:54
15349 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
15350 From: "Craig A. Berry" <craigberry@mac.com>
15351 Date: Mon, 11 Jun 2001 14:00:32 -0500
15352 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
15355 ____________________________________________________________________________
15356 [ 10520] By: jhi on 2001/06/11 17:55:47
15357 Log: Move the full \p\P lists to perlunicode.
15359 ! pod/perlretut.pod pod/perlunicode.pod
15360 ____________________________________________________________________________
15361 [ 10519] By: jhi on 2001/06/11 17:10:00
15362 Log: VOS build tweak for 5.6.1 from Paul Green.
15363 Branch: maint-5.6/perl
15365 ____________________________________________________________________________
15366 [ 10518] By: jhi on 2001/06/11 17:07:03
15367 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
15368 From: "Craig A. Berry" <craigberry@mac.com>
15369 Date: Fri, 8 Jun 2001 18:08:18 -0500
15370 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
15373 ____________________________________________________________________________
15374 [ 10517] By: jhi on 2001/06/11 14:52:01
15375 Log: Update Changes.
15377 ! Changes patchlevel.h
15378 ____________________________________________________________________________
15379 [ 10516] By: jhi on 2001/06/11 14:46:33
15380 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
15382 ! vos/config.alpha.h vos/config.ga.h
15383 ____________________________________________________________________________
15384 [ 10515] By: jhi on 2001/06/11 14:39:05
15385 Log: VOS updates from Paul Green for @10476.
15387 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
15388 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15389 ! vos/config.ga.h vos/configure_perl.cm
15390 ____________________________________________________________________________
15391 [ 10514] By: jhi on 2001/06/11 12:58:43
15392 Log: Subject: [PATCH] Not many people know this ...
15393 From: Mike Guy <mjtg@cam.ac.uk>
15394 Date: Mon, 11 Jun 2001 14:55:15 +0100
15395 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
15397 ! pod/perldebug.pod
15398 ____________________________________________________________________________
15399 [ 10513] By: jhi on 2001/06/11 12:30:06
15400 Log: Add final commas to lists as suggested by Philip Newton.
15402 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15403 ____________________________________________________________________________
15404 [ 10512] By: jhi on 2001/06/11 12:28:49
15405 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
15406 Date: Sun, 10 Jun 2001 23:35:38 -0400
15407 From: Chris Nandor <pudge@pobox.com>
15408 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
15410 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
15411 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
15412 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
15413 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
15414 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
15415 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
15416 ! t/op/write.t t/pragma/strict.t
15417 ____________________________________________________________________________
15418 [ 10511] By: jhi on 2001/06/11 12:13:31
15419 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
15420 From: Chris Nandor <pudge@pobox.com>
15421 Date: Mon, 11 Jun 2001 08:24:28 -0400
15422 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
15424 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
15426 ____________________________________________________________________________
15427 [ 10510] By: jhi on 2001/06/11 12:03:16
15428 Log: One more run_byacc (a hand-tweaked version had slipped in).
15430 ! perly.c vms/perly_c.vms
15431 ____________________________________________________________________________
15432 [ 10509] By: nick on 2001/06/11 07:49:15
15433 Log: Integrate mainline
15435 !> Makefile.SH embed.h embed.pl global.sym
15436 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
15437 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
15438 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
15439 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
15440 ____________________________________________________________________________
15441 [ 10508] By: jhi on 2001/06/10 22:38:05
15442 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
15443 From: Mike Guy <mjtg@cam.ac.uk>
15444 Reply-To: mjtg@cam.ac.uk
15445 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
15447 ! lib/ExtUtils/Manifest.pm
15448 ____________________________________________________________________________
15449 [ 10507] By: jhi on 2001/06/10 22:37:16
15450 Log: Subject: [PATCH] ExtUtils::Constant
15451 From: Nicholas Clark <nick@ccl4.org>
15452 Date: Sun, 10 Jun 2001 23:25:41 +0100
15453 Message-ID: <20010610232540.C76396@plum.flirble.org>
15455 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15456 ____________________________________________________________________________
15457 [ 10506] By: jhi on 2001/06/10 20:57:20
15458 Log: Integrate perlio.
15461 ____________________________________________________________________________
15462 [ 10505] By: jhi on 2001/06/10 18:37:57
15463 Log: Move the grok_number and its lieutenant grok_numeric_radix
15464 from sv.c statics to util.c and public.
15466 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
15467 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
15468 ____________________________________________________________________________
15469 [ 10504] By: nick on 2001/06/10 17:47:06
15470 Log: Fix (valid) -Wall warnings in perlio.c
15473 ____________________________________________________________________________
15474 [ 10503] By: jhi on 2001/06/10 17:38:28
15475 Log: Update perly_c.diff, update perly.fixer to edit away
15476 some of the -Wall noise.
15478 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
15479 ____________________________________________________________________________
15480 [ 10502] By: jhi on 2001/06/10 17:09:42
15481 Log: Check the version of byacc.
15484 ____________________________________________________________________________
15485 [ 10501] By: jhi on 2001/06/10 17:00:08
15486 Log: Subject: [PATCH] perly.y overhaul
15487 From: Simon Cozens <simon@netthink.co.uk>
15488 Date: Sun, 10 Jun 2001 16:56:54 +0100
15489 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
15491 Plus make run_byacc.
15493 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
15494 ____________________________________________________________________________
15495 [ 10500] By: jhi on 2001/06/10 16:07:28
15496 Log: Integrate perlio.
15498 !> perlio.c perlsfio.h
15499 ____________________________________________________________________________
15500 [ 10499] By: nick on 2001/06/10 15:01:08
15501 Log: Integrate mainline
15503 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
15504 !> t/pragma/locale.t util.c
15505 ____________________________________________________________________________
15506 [ 10498] By: jhi on 2001/06/10 13:49:23
15507 Log: Put some meat on the perl572delta bones. The list of
15508 selected bug fixes needs more work, as does still the
15511 ! pod/perl572delta.pod
15512 ____________________________________________________________________________
15513 [ 10497] By: nick on 2001/06/10 12:27:51
15514 Log: Paper over a crack or two with USE_SFIO
15516 ! perlio.c perlsfio.h
15517 ____________________________________________________________________________
15518 [ 10496] By: jhi on 2001/06/10 11:04:22
15519 Log: Update Changes.
15521 ! Changes patchlevel.h
15522 ____________________________________________________________________________
15523 [ 10495] By: jhi on 2001/06/10 10:55:34
15524 Log: Subject: Re: pragma/locale.t #107
15525 From: Hugo <hv@crypt.compulink.co.uk>
15526 Date: Sun, 10 Jun 2001 11:23:30 +0100
15527 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
15529 Encapsulate the scan of the decimal radix separator.
15531 ! embed.h embed.pl proto.h sv.c
15532 ____________________________________________________________________________
15533 [ 10494] By: jhi on 2001/06/10 03:00:17
15534 Log: Try to grok numbers both with the locale specific separator
15535 and with the usual "." (if different from the lss); add a test
15536 to locale.t to do also a little bit of math in addition to just
15537 equalness testing; remove extraneous logic as suggested in
15539 Subject: Re: pragma/locale.t #107
15540 From: Nicholas Clark <nick@ccl4.org>
15541 Date: Sat, 9 Jun 2001 22:37:36 +0100
15542 Message-ID: <20010609223735.Y76396@plum.flirble.org>
15544 ! sv.c t/pragma/locale.t
15545 ____________________________________________________________________________
15546 [ 10493] By: jhi on 2001/06/10 01:25:23
15547 Log: Metaconfig unit change for #10492.
15548 Branch: metaconfig/U/perl
15550 ____________________________________________________________________________
15551 [ 10492] By: jhi on 2001/06/10 01:23:59
15552 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
15553 From: Artur Bergman <artur@contiller.se>
15554 Date: Sat, 09 Jun 2001 21:03:51 +0200
15555 Message-ID: <B7483FB6.1398%artur@contiller.se>
15558 ____________________________________________________________________________
15559 [ 10491] By: jhi on 2001/06/10 01:15:40
15560 Log: Integrate perlio.
15563 ____________________________________________________________________________
15564 [ 10490] By: jhi on 2001/06/10 01:08:26
15565 Log: Do locale specific separator if only in locale.
15568 ____________________________________________________________________________
15569 [ 10489] By: nick on 2001/06/09 19:13:25
15570 Log: Make XS/Typemap compile (but fail) with sfio
15573 ____________________________________________________________________________
15574 [ 10488] By: nick on 2001/06/09 19:12:51
15575 Log: Re-integrate mainline
15577 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
15578 !> proto.h sv.c util.c
15579 ____________________________________________________________________________
15580 [ 10487] By: nick on 2001/06/09 16:26:29
15581 Log: Integrate mainline
15583 !> (integrate 31 files)
15584 ____________________________________________________________________________
15585 [ 10486] By: jhi on 2001/06/09 16:11:51
15586 Log: Subject: [PATCH] New attempt to clone callack
15587 From: Artur Bergman <artur@contiller.se>
15588 Date: Thu, 07 Jun 2001 11:52:16 +0200
15589 Message-ID: <B7451B6F.12B7%artur@contiller.se>
15591 ! embedvar.h intrpvar.h perlapi.h sv.c
15592 ____________________________________________________________________________
15593 [ 10485] By: jhi on 2001/06/09 15:23:52
15594 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
15596 ! embed.h embed.pl perl.h proto.h sv.c util.c
15597 ____________________________________________________________________________
15598 [ 10484] By: jhi on 2001/06/09 14:47:25
15599 Log: Subject: Re: pragma/locale.t #107
15600 From: Nicholas Clark <nick@ccl4.org>
15601 Date: Sat, 9 Jun 2001 16:26:10 +0100
15602 Message-ID: <20010609162609.V76396@plum.flirble.org>
15604 A missing NVification.
15607 ____________________________________________________________________________
15608 [ 10483] By: jhi on 2001/06/08 19:40:32
15609 Log: Redo the #10482, there already was a test script for formats.
15612 ! MANIFEST t/op/write.t
15613 ____________________________________________________________________________
15614 [ 10482] By: jhi on 2001/06/08 19:34:45
15615 Log: Twisted format testing, from Merijn.
15619 ____________________________________________________________________________
15620 [ 10481] By: jhi on 2001/06/08 19:21:56
15621 Log: More \p{In...} testing, combined with \N{...}.
15623 ! lib/utf8_heavy.pl t/op/pat.t
15624 ____________________________________________________________________________
15625 [ 10480] By: jhi on 2001/06/08 14:16:06
15626 Log: Metaconfig changes for #10479.
15629 Branch: metaconfig/U/perl
15631 ____________________________________________________________________________
15632 [ 10479] By: jhi on 2001/06/08 14:15:32
15633 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
15635 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15636 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
15637 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15638 ! win32/config.bc win32/config.gc win32/config.vc
15639 ____________________________________________________________________________
15640 [ 10478] By: jhi on 2001/06/08 12:20:41
15641 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
15642 From: "Craig A. Berry" <craigberry@mac.com>
15643 Date: Thu, 7 Jun 2001 14:27:20 -0500
15644 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
15647 ____________________________________________________________________________
15648 [ 10477] By: jhi on 2001/06/08 12:19:00
15649 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
15650 From: Gisle Aas <gisle@ActiveState.com>
15651 Date: 07 Jun 2001 17:04:29 -0700
15652 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
15655 ____________________________________________________________________________
15656 [ 10476] By: jhi on 2001/06/08 01:35:42
15657 Log: Update Changes.
15659 ! Changes patchlevel.h
15660 ____________________________________________________________________________
15661 [ 10475] By: jhi on 2001/06/08 00:53:45
15662 Log: Regen Glossary et alia.
15664 ! Porting/Glossary Porting/config.sh Porting/config_H
15665 ____________________________________________________________________________
15666 [ 10474] By: jhi on 2001/06/07 22:06:38
15667 Log: Metaconfig unit changes for #10473.
15668 Branch: metaconfig/U/perl
15670 ____________________________________________________________________________
15671 [ 10473] By: jhi on 2001/06/07 22:06:16
15672 Log: Harumph, also AIX will spill its guts (i.e. dump core)
15673 if an executable contains modfl() but it hasn't been
15674 compiled right (in the case of AIX, with cc -qlongdouble).
15677 ____________________________________________________________________________
15678 [ 10472] By: gsar on 2001/06/07 20:04:28
15679 Log: integrate change#10471 from mainline
15681 in change#10451, check that CvOUTSIDE is a CV before looking in
15682 (it can apparently be SVt_NULL during global destruction)
15683 Branch: maint-5.6/perl
15685 ____________________________________________________________________________
15686 [ 10471] By: gsar on 2001/06/07 20:01:31
15687 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
15688 (it can apparently be SVt_NULL during global destruction)
15691 ____________________________________________________________________________
15692 [ 10470] By: jhi on 2001/06/07 12:17:51
15693 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
15694 From: Robin Barker <rmb1@cise.npl.co.uk>
15695 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
15696 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
15698 ! lib/diagnostics.pm pod/perldiag.pod
15699 ____________________________________________________________________________
15700 [ 10469] By: jhi on 2001/06/07 12:16:12
15701 Log: Subject: [PATCH perl@10439] long =item
15702 From: Robin Barker <rmb1@cise.npl.co.uk>
15703 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
15704 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
15706 ! README.amiga lib/Attribute/Handlers.pm
15707 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15708 ____________________________________________________________________________
15709 [ 10468] By: jhi on 2001/06/07 12:08:56
15710 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
15711 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
15712 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
15713 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
15716 ____________________________________________________________________________
15717 [ 10467] By: jhi on 2001/06/07 12:04:26
15718 Log: Integrate perlio.
15721 ____________________________________________________________________________
15722 [ 10466] By: nick on 2001/06/07 10:25:40
15723 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
15725 Still coredumps in pragma/overload.t - what a nice hard fail that is...
15728 ____________________________________________________________________________
15729 [ 10465] By: nick on 2001/06/07 08:41:58
15730 Log: Raw integrate of mainline for S_grok_number debug
15731 (sv.c has MULTIPLICITY issues as well as whatever else ...)
15733 - plan9/perlplan9.doc plan9/perlplan9.pod
15734 !> (integrate 46 files)
15735 ____________________________________________________________________________
15736 [ 10464] By: jhi on 2001/06/06 23:33:58
15737 Log: The proper prototyping for #10463.
15739 ! embed.h embed.pl proto.h sv.c
15740 ____________________________________________________________________________
15741 [ 10463] By: jhi on 2001/06/06 23:15:30
15742 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
15743 From: Nicholas Clark <nick@ccl4.org>
15744 Date: Thu, 7 Jun 2001 00:29:59 +0100
15745 Message-ID: <20010607002959.Z76396@plum.flirble.org>
15748 ____________________________________________________________________________
15749 [ 10462] By: jhi on 2001/06/06 23:13:19
15750 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
15751 From: "Craig A. Berry" <craigberry@mac.com>
15752 Date: Wed, 06 Jun 2001 17:54:30 -0500
15753 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
15756 ____________________________________________________________________________
15757 [ 10461] By: jhi on 2001/06/06 23:10:00
15758 Log: Podify the remaining README.platform files;
15759 merge README.plan9 and plan9/perlplan9.pod;
15760 delete plan9/perlplan9.* (the perlplan.doc needs to
15761 be regenerated in Plan 9); make the =head1 and =head2
15762 in the README.platform to be a little more verbose
15763 (skipped README.os2 not to anger Ilya) so that they
15764 look better in the toc; regen toc.
15766 - plan9/perlplan9.doc plan9/perlplan9.pod
15767 ! MANIFEST README.aix README.amiga README.apollo README.beos
15768 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
15769 ! README.hpux README.hurd README.machten README.macos
15770 ! README.micro README.mint README.mpeix README.os390
15771 ! README.plan9 README.qnx README.solaris README.threads
15772 ! README.tru64 README.vmesa README.vms README.vos README.win32
15773 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15774 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15775 ____________________________________________________________________________
15776 [ 10460] By: jhi on 2001/06/06 20:58:53
15777 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
15778 From: Mike Guy <mjtg@cam.ac.uk>
15779 Reply-To: mjtg@cam.ac.uk
15780 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
15783 ____________________________________________________________________________
15784 [ 10459] By: jhi on 2001/06/06 20:58:15
15785 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
15786 From: Mike Guy <mjtg@cam.ac.uk>
15787 Reply-To: mjtg@cam.ac.uk
15788 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
15791 ____________________________________________________________________________
15792 [ 10458] By: jhi on 2001/06/06 20:56:04
15793 Log: Disable long doubles from pre-5.0 Tru64s.
15795 ! README.tru64 hints/dec_osf.sh
15796 ____________________________________________________________________________
15797 [ 10457] By: jhi on 2001/06/06 20:49:23
15798 Log: The #10455 exposed that modfl() is fundamentally busted
15799 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
15803 ____________________________________________________________________________
15804 [ 10456] By: jhi on 2001/06/06 20:48:35
15805 Log: Metaconfig unit change for #10455.
15806 Branch: metaconfig/U/perl
15808 ____________________________________________________________________________
15809 [ 10455] By: jhi on 2001/06/06 20:48:09
15810 Log: Configure check for geborken modfl(), inspired by
15812 Subject: Re: [20010118.017] op/int.t failure
15813 From: Hugo <hv@crypt.compulink.co.uk>
15814 Date: Tue, 05 Jun 2001 13:43:27 +0100
15815 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
15818 ____________________________________________________________________________
15819 [ 10454] By: jhi on 2001/06/06 11:45:08
15820 Log: Integrate changes #10450 and #10451 from maintperl:
15822 optimize change#10448 slightly (don't repeat search in eval""s lexical
15823 scope, since that has already been searched)
15825 change#9108 needs subtler treatment for case of closures created
15828 !> op.c t/op/misc.t
15829 ____________________________________________________________________________
15830 [ 10453] By: jhi on 2001/06/06 11:42:10
15831 Log: MakeMaker magic to compile (when no dynamic loading)
15832 List/Util.xsc as (ListUtil.c and) ListUtil.o since
15833 POSIX-BC (BS2000) linker has an evil limitation of
15834 being unable to include in the same executable several
15835 object files with the same name - case-insensitively -
15836 because otherwise we conflict with util.c.
15837 Strictly speaking currently required only in POSIX-BC
15838 but probably will do no harm elsewhere where static
15839 linking is required.
15841 ! ext/List/Util/Makefile.PL
15842 ____________________________________________________________________________
15843 [ 10452] By: nick on 2001/06/06 08:59:51
15844 Log: Integrate mainline.
15846 +> lib/Attribute/Handlers/demo/Demo.pm
15847 +> lib/Attribute/Handlers/demo/Descriptions.pm
15848 +> lib/Attribute/Handlers/demo/MyClass.pm
15849 +> lib/Attribute/Handlers/demo/demo.pl
15850 +> lib/Attribute/Handlers/demo/demo2.pl
15851 +> lib/Attribute/Handlers/demo/demo3.pl
15852 +> lib/Attribute/Handlers/demo/demo4.pl
15853 +> lib/Attribute/Handlers/demo/demo_call.pl
15854 +> lib/Attribute/Handlers/demo/demo_chain.pl
15855 +> lib/Attribute/Handlers/demo/demo_cycle.pl
15856 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
15857 +> lib/Attribute/Handlers/demo/demo_phases.pl
15858 +> lib/Attribute/Handlers/demo/demo_range.pl
15859 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
15860 +> uts/strtol_wrap.c
15861 !> (integrate 91 files)
15862 ____________________________________________________________________________
15863 [ 10451] By: gsar on 2001/06/06 07:11:36
15864 Log: change#9108 needs subtler treatment for case of closures created
15866 Branch: maint-5.6/perl
15868 ____________________________________________________________________________
15869 [ 10450] By: gsar on 2001/06/06 05:47:25
15870 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
15871 scope, since that has already been searched)
15872 Branch: maint-5.6/perl
15874 ____________________________________________________________________________
15875 [ 10449] By: jhi on 2001/06/06 01:33:31
15876 Log: Integrate change #10448 from maintperl; lexicals
15877 outside an eval"" weren't resolved correctly inside a subroutine
15878 definition inside the eval"" if they were not already referenced
15879 in the toplevel of the eval""-ed code
15881 !> cop.h op.c pp_ctl.c t/op/misc.t
15882 ____________________________________________________________________________
15883 [ 10448] By: gsar on 2001/06/06 01:03:26
15884 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
15885 outside an eval"" weren't resolved correctly inside a subroutine
15886 definition inside the eval"" if they were not already referenced
15887 in the toplevel of the eval""-ed code
15888 Branch: maint-5.6/perl
15889 ! cop.h op.c pp_ctl.c t/op/misc.t
15890 ____________________________________________________________________________
15891 [ 10447] By: jhi on 2001/06/06 00:51:04
15892 Log: Subject: [PATCH] perl570delta.pod
15893 From: Peter Scott <Peter@PSDT.com>
15894 Date: Tue, 05 Jun 2001 18:51:02 -0700
15895 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
15897 ! pod/perl570delta.pod
15898 ____________________________________________________________________________
15899 [ 10446] By: jhi on 2001/06/05 23:45:05
15900 Log: The fudge factor is no more needed. I hope.
15903 ____________________________________________________________________________
15904 [ 10445] By: jhi on 2001/06/05 23:19:19
15905 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
15906 From: Hugo <hv@crypt.compulink.co.uk>
15907 Date: Tue, 05 Jun 2001 12:58:19 +0100
15908 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
15911 ____________________________________________________________________________
15912 [ 10444] By: jhi on 2001/06/05 11:09:01
15913 Log: Make up prototypes only for those who have the functions
15914 but not the prototypes.
15917 ____________________________________________________________________________
15918 [ 10443] By: jhi on 2001/06/05 11:02:13
15919 Log: Subject: Re: Not OK: perl@10439 on win32
15920 From: Prymmer/Kahn <pvhp@best.com>
15921 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
15922 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
15925 ____________________________________________________________________________
15926 [ 10442] By: jhi on 2001/06/05 00:55:46
15927 Log: The metaconfig units changes for #10441.
15929 ! U/modified/Extract.U U/modified/Extractall.U
15930 ! U/modified/Finish.U
15931 ____________________________________________________________________________
15932 [ 10441] By: jhi on 2001/06/05 00:55:17
15933 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
15936 ____________________________________________________________________________
15937 [ 10440] By: jhi on 2001/06/05 00:28:27
15938 Log: Unnecessary fuzziness undone, noted by Mike Guy.
15941 ____________________________________________________________________________
15942 [ 10439] By: jhi on 2001/06/04 17:14:31
15943 Log: Update Changes.
15945 ! Changes patchlevel.h
15946 ____________________________________________________________________________
15947 [ 10438] By: jhi on 2001/06/04 17:10:16
15948 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
15949 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
15953 ____________________________________________________________________________
15954 [ 10437] By: jhi on 2001/06/04 17:01:06
15955 Log: Test case for #10433/#10424.
15958 ____________________________________________________________________________
15959 [ 10436] By: jhi on 2001/06/04 16:54:21
15960 Log: Subject: One fix for strtoul not setting errno
15961 From: hom00@utsglobal.com (Hal Morris)
15962 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
15963 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
15965 + uts/strtol_wrap.c
15966 ! MANIFEST hints/uts.sh
15967 ____________________________________________________________________________
15968 [ 10435] By: jhi on 2001/06/04 16:54:01
15969 Log: Metaconfig units changes for #10434.
15971 ! U/modified/Cppsym.U
15972 Branch: metaconfig/U/perl
15973 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
15974 + d_syscallproto.U d_usleepproto.U
15975 ! longdblfio.U quadfio.U
15976 ____________________________________________________________________________
15977 [ 10434] By: jhi on 2001/06/04 16:48:33
15978 Log: Configure tweaks; add prototype probes, make the cpp symbols
15979 probe to cast, not whine; test for %Ld and %Lf before %lld and
15980 %llf because the L is the ANSI way.
15982 ! Configure config_h.SH configure.com epoc/config.sh
15983 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
15984 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15985 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
15986 ____________________________________________________________________________
15987 [ 10433] By: jhi on 2001/06/04 16:45:23
15988 Log: Sigh. This is what #10424 was supposed to check in.
15991 ____________________________________________________________________________
15992 [ 10432] By: jhi on 2001/06/04 16:29:40
15993 Log: More verbose failure.
15996 ____________________________________________________________________________
15997 [ 10431] By: jhi on 2001/06/04 16:21:55
15998 Log: The .pm changes to go with #10428.
16000 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
16001 ! ext/Sys/Syslog/Syslog.pm
16002 ____________________________________________________________________________
16003 [ 10430] By: jhi on 2001/06/04 16:05:20
16004 Log: On second thoughts show to utf8 skippage message only
16005 on failures, it's too confusing otherwise,
16007 ! t/pragma/locale.t
16008 ____________________________________________________________________________
16009 [ 10429] By: jhi on 2001/06/04 14:47:50
16010 Log: Do not import anything from Encode.
16012 ! ext/MIME/Base64/QuotedPrint.pm
16013 ____________________________________________________________________________
16014 [ 10428] By: jhi on 2001/06/04 14:45:47
16015 Log: The #10402 didn't take. Weird.
16017 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
16018 ! ext/Sys/Syslog/Syslog.xs
16019 ____________________________________________________________________________
16020 [ 10427] By: jhi on 2001/06/04 12:55:39
16021 Log: Eradicate traces of 'asciirange' re subpragma.
16023 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
16025 ____________________________________________________________________________
16026 [ 10426] By: jhi on 2001/06/04 12:44:05
16027 Log: use is a compile-time thing.
16029 ! ext/MIME/Base64/QuotedPrint.pm
16030 ____________________________________________________________________________
16031 [ 10425] By: jhi on 2001/06/04 12:39:44
16032 Log: Subject: [PATCH perl@10419] -Wall casting patch
16033 From: Robin Barker <rmb1@cise.npl.co.uk>
16034 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
16035 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
16037 ! ext/Devel/DProf/DProf.xs mg.c
16038 ____________________________________________________________________________
16039 [ 10424] By: jhi on 2001/06/04 12:23:30
16040 Log: Subject: [PATCH #2] introducing SVpad_TYPED
16041 From: Abhijit Menon-Sen <ams@wiw.org>
16042 Date: Mon, 4 Jun 2001 12:26:02 +0530
16043 Message-ID: <20010604122602.A5775@lustre.linux.in>
16046 ____________________________________________________________________________
16047 [ 10423] By: gsar on 2001/06/04 05:12:18
16048 Log: testsuite for change#10192 (from Gisle Aas)
16052 ____________________________________________________________________________
16053 [ 10422] By: gsar on 2001/06/04 02:32:03
16054 Log: integrate changes#10414-10416 from mainline
16056 Potential buffer overrun if the radix separator is more than
16057 one byte. Also, under locales, prefer the locale-specific
16058 separator over the old boring ".".
16060 "10.", that is, decimal numbers can have no decimal part at all.
16062 The non-locale places need love, too.
16063 Branch: maint-5.6/perl
16065 ____________________________________________________________________________
16066 [ 10421] By: jhi on 2001/06/04 02:25:53
16067 Log: Missed from #10420.
16070 ____________________________________________________________________________
16071 [ 10420] By: jhi on 2001/06/04 02:19:58
16072 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
16073 often this prototype goes with HAS_SETRESUID_PROTO.
16075 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16076 ! config_h.SH configure.com perl.h uconfig.h
16077 ____________________________________________________________________________
16078 [ 10419] By: jhi on 2001/06/04 00:24:55
16079 Log: Update Changes.
16081 ! Changes patchlevel.h
16082 ____________________________________________________________________________
16083 [ 10418] By: jhi on 2001/06/03 23:58:04
16084 Log: -Wall "subscript has type `char'" cleanup.
16086 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
16087 ____________________________________________________________________________
16088 [ 10417] By: jhi on 2001/06/03 23:37:17
16089 Log: Various "cast to pointer from integer of different size"
16090 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
16091 wide but I32 (int) only 32 bits wide).
16093 WARNING: the classnum and tagnum changes in Storable.xs
16094 may not be wise, they may be breaking binary compatibility
16095 (in 64-bit platforms), asked Raphael Manfredi about the changes.
16097 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
16099 ____________________________________________________________________________
16100 [ 10416] By: jhi on 2001/06/03 23:15:24
16101 Log: The non-locale places need love, too.
16104 ____________________________________________________________________________
16105 [ 10415] By: jhi on 2001/06/03 23:10:55
16106 Log: "10.", that is, decimal numbers can have no decimal part at all.
16109 ____________________________________________________________________________
16110 [ 10414] By: jhi on 2001/06/03 22:49:55
16111 Log: Potential buffer overrun if the radix separator is more than
16112 one byte. Also, under locales, prefer the locale-specific
16113 separator over the old boring ".".
16116 ____________________________________________________________________________
16117 [ 10413] By: jhi on 2001/06/03 22:42:10
16118 Log: Integrate change #10412 from maintperl; locale is now
16119 per-cop, not per-op; plus retweak the locale.t to always
16120 list the skipped utf8 locales.
16122 ! t/pragma/locale.t
16123 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
16124 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
16125 ____________________________________________________________________________
16126 [ 10412] By: gsar on 2001/06/03 22:23:16
16127 Log: rationalize locale handling to fix the bugs uncovered by change#10394
16129 the major issue was that the runtime was looking at PL_hints rather
16130 than op_private to notice whether locale was enabled
16132 the secondary issue was that many locale-sensitive numeric ops didn't
16133 have HINT_LOCALE propagated into their op_private
16135 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
16136 instead of per-op, just like HINT_BYTE and the hints for lexical
16137 warnings (this makes the hint available to every op via PL_curcop)
16139 pragma/locale.t may need to be reworked with these fixes in mind
16140 (it currently passes its tests)
16141 Branch: maint-5.6/perl
16142 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
16143 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
16144 ____________________________________________________________________________
16145 [ 10411] By: jhi on 2001/06/03 17:50:49
16146 Log: More verbose debugging.
16148 ! t/pragma/locale.t
16149 ____________________________________________________________________________
16150 [ 10410] By: jhi on 2001/06/03 17:36:40
16151 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
16152 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16153 Date: Sat, 2 Jun 2001 22:53:33 +0100
16154 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
16156 ! regcomp.c t/pragma/warn/regcomp
16157 ____________________________________________________________________________
16158 [ 10409] By: jhi on 2001/06/03 17:27:13
16159 Log: Mention that lexicalizing $a or $b is a bad idea if one
16160 wants to use sort().
16163 ____________________________________________________________________________
16164 [ 10408] By: jhi on 2001/06/03 16:52:41
16165 Log: Tweak the test to be happy if the accuracy is 'good enough'.
16168 ____________________________________________________________________________
16169 [ 10407] By: jhi on 2001/06/03 16:50:33
16170 Log: Upgrade to Attribute::Handlers 0.70.
16172 NOTE: this unearthed the "too late for CHECK block" bug,
16173 that's why the 1_compile.t change.
16175 + lib/Attribute/Handlers/demo/Demo.pm
16176 + lib/Attribute/Handlers/demo/Descriptions.pm
16177 + lib/Attribute/Handlers/demo/MyClass.pm
16178 + lib/Attribute/Handlers/demo/demo.pl
16179 + lib/Attribute/Handlers/demo/demo2.pl
16180 + lib/Attribute/Handlers/demo/demo3.pl
16181 + lib/Attribute/Handlers/demo/demo4.pl
16182 + lib/Attribute/Handlers/demo/demo_call.pl
16183 + lib/Attribute/Handlers/demo/demo_chain.pl
16184 + lib/Attribute/Handlers/demo/demo_cycle.pl
16185 + lib/Attribute/Handlers/demo/demo_hashdir.pl
16186 + lib/Attribute/Handlers/demo/demo_phases.pl
16187 + lib/Attribute/Handlers/demo/demo_range.pl
16188 + lib/Attribute/Handlers/demo/demo_rawdata.pl
16189 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
16191 ____________________________________________________________________________
16192 [ 10406] By: jhi on 2001/06/03 16:40:03
16193 Log: One less -Wall whine.
16196 ____________________________________________________________________________
16197 [ 10405] By: jhi on 2001/06/03 16:30:34
16198 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
16201 ____________________________________________________________________________
16202 [ 10404] By: gsar on 2001/06/03 16:23:07
16203 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
16204 aren't "normally" visible inside eval""s contained in subs unless
16205 a cloned reference to them already exists)
16207 strangely enough, t/harness didn't show this up as a failure
16208 (harness needs fixing?)
16209 Branch: maint-5.6/perl
16211 ____________________________________________________________________________
16212 [ 10403] By: jhi on 2001/06/03 16:22:59
16213 Log: Update to Text::Balanced 1.85.
16215 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
16216 ____________________________________________________________________________
16217 [ 10402] By: jhi on 2001/06/03 16:18:09
16218 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
16219 From: Nicholas Clark <nick@ccl4.org>
16220 Date: Sun, 3 Jun 2001 17:54:36 +0100
16221 Message-ID: <20010603175436.E76396@plum.flirble.org>
16223 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
16224 ! ext/Sys/Syslog/Syslog.xs
16225 ____________________________________________________________________________
16226 [ 10401] By: jhi on 2001/06/03 16:09:33
16227 Log: Unused variables.
16230 ____________________________________________________________________________
16231 [ 10400] By: jhi on 2001/06/03 16:04:26
16232 Log: Subject: [PATCH] APIfy op_clear
16233 From: Simon Cozens <simon@netthink.co.uk>
16234 Date: Sun, 3 Jun 2001 13:51:46 +0100
16235 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
16237 (despite the subject line, op_null is APIfied by the patch)
16239 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16240 ____________________________________________________________________________
16241 [ 10399] By: jhi on 2001/06/03 15:51:35
16242 Log: Subject: [PATCH] t/lib/extutils.t
16243 From: Nicholas Clark <nick@ccl4.org>
16244 Date: Sat, 2 Jun 2001 23:57:05 +0100
16245 Message-ID: <20010602235705.Q12698@plum.flirble.org>
16247 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16248 ____________________________________________________________________________
16249 [ 10398] By: jhi on 2001/06/03 15:34:11
16250 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
16251 From: Prymmer/Kahn <pvhp@best.com>
16252 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
16253 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
16255 ! win32/Makefile win32/makefile.mk
16256 ____________________________________________________________________________
16257 [ 10397] By: jhi on 2001/06/03 15:12:13
16258 Log: Subject: Re: 'decimal digits' macro?
16259 From: Hugo <hv@crypt.compulink.co.uk>
16260 Date: Sun, 03 Jun 2001 04:26:36 +0100
16261 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
16263 ! handy.h t/lib/posix.t t/op/tr.t
16264 ____________________________________________________________________________
16265 [ 10396] By: jhi on 2001/06/03 15:10:49
16266 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
16267 From: Hugo <hv@crypt.compulink.co.uk>
16268 Date: Sun, 03 Jun 2001 14:56:30 +0100
16269 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
16272 ____________________________________________________________________________
16273 [ 10395] By: jhi on 2001/06/03 14:59:41
16274 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
16276 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
16278 ____________________________________________________________________________
16279 [ 10394] By: gsar on 2001/06/03 03:05:43
16280 Log: fix leakage of lexicals at file scope into subroutines that were
16281 declared before them; this appears to be a longstanding bug that
16282 meant that lexicals at file scope were never "deintroduced", meaning
16283 their scope range was never properly closed, and their visibility
16284 extended to all subsequent eval""s or requires
16288 seems to also fix a case of bogus duplicate warnings
16289 Branch: maint-5.6/perl
16290 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
16292 ____________________________________________________________________________
16293 [ 10393] By: jhi on 2001/06/02 16:55:03
16294 Log: More VMS tweaks from Craig A. Berry.
16296 ! configure.com t/lib/extutils.t
16297 ____________________________________________________________________________
16298 [ 10392] By: jhi on 2001/06/02 16:48:26
16299 Log: -Wall cleanup continues.
16301 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
16302 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
16303 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
16304 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
16305 ! run.c toke.c util.c
16306 ____________________________________________________________________________
16307 [ 10391] By: jhi on 2001/06/02 13:29:47
16308 Log: The metaconfig unit change for #10390.
16309 Branch: metaconfig/U/perl
16311 ____________________________________________________________________________
16312 [ 10390] By: jhi on 2001/06/02 13:29:12
16313 Log: Drop the -ansi from the default gcc flags.
16315 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
16316 that struct cannot be compared with a flat integer, such as STRLEN.
16317 The -ansi will also cause a lot of noise in Solaris because of:
16318 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
16321 ____________________________________________________________________________
16322 [ 10389] By: jhi on 2001/06/02 13:14:57
16323 Log: Integrate perlio.
16325 !> pod/perlapi.pod util.c
16326 ____________________________________________________________________________
16327 [ 10388] By: nick on 2001/06/02 08:01:12
16328 Log: Integrate mainline
16330 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
16331 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
16332 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
16333 !> t/lib/1_compile.t t/lib/mimeqp.t
16334 ____________________________________________________________________________
16335 [ 10387] By: nick on 2001/06/02 07:39:17
16336 Log: Tweak util.c's atof2 for MULTIPLICITY
16339 ____________________________________________________________________________
16340 [ 10386] By: nick on 2001/06/02 07:38:33
16341 Log: Integrate mainline
16343 !> (integrate 41 files)
16344 ____________________________________________________________________________
16345 [ 10385] By: jhi on 2001/06/01 22:12:48
16346 Log: Add Attribute::Handlers 0.61 from Damian Conway.
16348 + lib/Attribute/Handlers.pm t/lib/attrhand.t
16349 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
16350 ____________________________________________________________________________
16351 [ 10384] By: jhi on 2001/06/01 21:53:14
16352 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
16353 From: Peter Prymmer <pvhp@forte.com>
16354 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
16355 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
16357 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
16358 ____________________________________________________________________________
16359 [ 10383] By: jhi on 2001/06/01 21:36:11
16360 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
16361 From: Jeff Pinyan <jeffp@crusoe.net>
16362 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
16363 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
16366 ____________________________________________________________________________
16367 [ 10382] By: jhi on 2001/06/01 21:35:02
16368 Log: Subject: [PATCH perl@10381] configure.com tweaks
16369 From: "Craig A. Berry" <craigberry@mac.com>
16370 Date: Fri, 1 Jun 2001 13:55:43 -0500
16371 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
16374 ____________________________________________________________________________
16375 [ 10381] By: jhi on 2001/06/01 16:37:21
16376 Log: Update Changes.
16378 ! Changes patchlevel.h
16379 ____________________________________________________________________________
16380 [ 10380] By: jhi on 2001/06/01 16:19:18
16381 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
16382 From: Mike Guy <mjtg@cam.ac.uk>
16383 Date: Fri, 01 Jun 2001 18:17:02 +0100
16384 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
16387 ____________________________________________________________________________
16388 [ 10379] By: jhi on 2001/06/01 16:13:28
16389 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
16390 From: Hugo <hv@crypt.compulink.co.uk>
16391 Date: Thu, 31 May 2001 20:49:48 +0100
16392 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
16394 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
16396 ____________________________________________________________________________
16397 [ 10378] By: jhi on 2001/06/01 15:56:35
16398 Log: Zero() is not available in x2p (or, rather, some of its
16399 implementations like memzero() might not be available.)
16402 ____________________________________________________________________________
16403 [ 10377] By: jhi on 2001/06/01 15:44:48
16404 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
16405 From: Michael G Schwern <schwern@pobox.com>
16406 Date: Fri, 1 Jun 2001 12:00:29 +0100
16407 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
16409 (But use Zero() instead of memset.)
16412 ____________________________________________________________________________
16413 [ 10376] By: jhi on 2001/06/01 15:39:52
16414 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
16415 From: Jeff Pinyan <jeffp@crusoe.net>
16416 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
16417 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
16419 ! pod/perldiag.pod regcomp.c t/op/pat.t
16420 ____________________________________________________________________________
16421 [ 10375] By: jhi on 2001/06/01 15:36:35
16422 Log: Retract #10324 and #10333; not needed.
16424 ! hints/irix_6.sh hints/linux.sh
16425 ____________________________________________________________________________
16426 [ 10374] By: jhi on 2001/06/01 15:35:19
16427 Log: The #10370 wasn't quite right.
16429 ! ext/XS/Typemap/Typemap.xs
16430 ____________________________________________________________________________
16431 [ 10373] By: jhi on 2001/06/01 15:34:49
16432 Log: The metaconfig units changes for #10372.
16433 Branch: metaconfig/U/perl
16434 + d_realpath.U d_sresgproto.U d_sresuproto.U
16436 ____________________________________________________________________________
16437 [ 10372] By: jhi on 2001/06/01 15:34:24
16438 Log: Configure tweaks; record the Berkeley DB version,
16439 probe for realpath(), for setresuid() and setresgid()
16440 prototypes; use realpath() (try to be paranoid enough),
16441 use the setres[ug]id prototypes because glibc has the functions
16442 but not their prototypes; add -Wall -ansi to gcc ccflags;
16445 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16446 ! config_h.SH configure.com epoc/config.sh
16447 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
16448 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
16449 ! vos/config.ga.def win32/config.bc win32/config.gc
16451 ____________________________________________________________________________
16452 [ 10371] By: jhi on 2001/06/01 12:50:05
16453 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
16454 From: Michael G Schwern <schwern@pobox.com>
16455 Date: Fri, 1 Jun 2001 11:28:14 +0100
16456 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
16458 ! lib/attributes.pm xsutils.c
16459 ____________________________________________________________________________
16460 [ 10370] By: jhi on 2001/06/01 12:48:55
16461 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
16462 From: Tim Jenness <t.jenness@jach.hawaii.edu>
16463 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
16464 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
16466 ! ext/XS/Typemap/Typemap.xs
16467 ____________________________________________________________________________
16468 [ 10369] By: jhi on 2001/06/01 12:47:21
16469 Log: Subject: [patch] Cwd.xs optimizations/abstraction
16470 From: Doug MacEachern <dougm@covalent.net>
16471 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
16472 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
16474 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
16475 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
16476 ____________________________________________________________________________
16477 [ 10368] By: jhi on 2001/06/01 12:32:00
16478 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!])
16479 From: Nicholas Clark <nick@ccl4.org>
16480 Date: Thu, 31 May 2001 23:56:40 +0100
16481 Message-ID: <20010531235640.F12698@plum.flirble.org>
16483 Make the test work also under only static extensions
16484 (sh Configure -Uusedl fakes this nicely)
16487 ____________________________________________________________________________
16488 [ 10367] By: jhi on 2001/06/01 12:27:53
16489 Log: Subject: [PATCH hv.c] Eliminating trigraph
16490 From: Michael G Schwern <schwern@pobox.com>
16491 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
16492 Date: Fri, 1 Jun 2001 11:49:56 +0100
16495 ____________________________________________________________________________
16496 [ 10366] By: jhi on 2001/06/01 12:14:57
16497 Log: Subject: Re: [PATCH] Tests for File::Compare
16498 From: "Philip Newton" <Philip.Newton@gmx.net>
16499 Date: Thu, 31 May 2001 19:44:05 +0200
16500 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
16502 Unnecessary "quotation marks".
16505 ____________________________________________________________________________
16506 [ 10365] By: jhi on 2001/06/01 12:13:26
16507 Log: Integrate perlio.
16509 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
16510 ____________________________________________________________________________
16511 [ 10364] By: nick on 2001/06/01 10:13:31
16512 Log: Cleanup dll.base and dll.exp created by GCC builds.
16514 ! lib/ExtUtils/MM_Win32.pm
16515 ____________________________________________________________________________
16516 [ 10363] By: nick on 2001/06/01 10:02:17
16517 Log: Make filecomp test work on CRLF platforms by adding binmode.
16520 ____________________________________________________________________________
16521 [ 10362] By: nick on 2001/06/01 08:37:17
16522 Log: Integrate mainline
16524 !> Changes Configure patchlevel.h perlio.c
16525 ____________________________________________________________________________
16526 [ 10361] By: jhi on 2001/05/31 15:09:34
16527 Log: panic:claustrophobia.
16530 ____________________________________________________________________________
16531 [ 10360] By: jhi on 2001/05/31 13:04:25
16532 Log: Update Changes.
16534 ! Changes patchlevel.h
16535 ____________________________________________________________________________
16536 [ 10359] By: nick on 2001/05/31 12:35:50
16537 Log: Integrate mainline.
16539 +> t/lib/filecomp.t
16540 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
16541 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
16542 ____________________________________________________________________________
16543 [ 10358] By: jhi on 2001/05/31 12:35:05
16544 Log: Integrate perlio.
16546 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
16547 !> win32/config_H.vc
16548 ____________________________________________________________________________
16549 [ 10357] By: jhi on 2001/05/31 12:34:04
16550 Log: Metaconfig unit change for #10356.
16552 ! U/installdirs/inc_version_list.U
16553 ____________________________________________________________________________
16554 [ 10356] By: jhi on 2001/05/31 12:33:41
16555 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
16556 (idea from Sarathy; implementation from Andy)
16559 ____________________________________________________________________________
16560 [ 10355] By: jhi on 2001/05/31 12:18:06
16564 ____________________________________________________________________________
16565 [ 10354] By: jhi on 2001/05/31 12:16:24
16566 Log: Subject: Re: [PATCH] Tests for File::Compare
16567 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
16568 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
16569 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
16572 ! MANIFEST t/lib/1_compile.t
16573 ____________________________________________________________________________
16574 [ 10353] By: jhi on 2001/05/31 12:11:24
16575 Log: Subject: [PATCH] DEBUG_* macro cleanups
16576 From: Abhijit Menon-Sen <ams@wiw.org>
16577 Date: Thu, 31 May 2001 12:16:22 +0530
16578 Message-ID: <20010531121622.B4829@lustre.linux.in>
16580 Subject: Re: [PATCH] DEBUG_* macro cleanups
16581 From: Abhijit Menon-Sen <ams@wiw.org>
16582 Date: Thu, 31 May 2001 13:57:01 +0530
16583 Message-ID: <20010531135701.A21775@lustre.linux.in>
16585 (The DEBUG_ definitions in perl.h changed to use the
16586 STMT_START and STMT_END.)
16588 ! perl.h pp_ctl.c sv.c toke.c
16589 ____________________________________________________________________________
16590 [ 10352] By: jhi on 2001/05/31 11:53:31
16591 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
16592 From: Abhijit Menon-Sen <ams@wiw.org>
16593 Date: Thu, 31 May 2001 08:27:55 +0530
16594 Message-ID: <20010531082755.A10018@lustre.linux.in>
16596 ! ext/Storable/Storable.xs gv.c perl.c
16597 ____________________________________________________________________________
16598 [ 10351] By: jhi on 2001/05/31 11:45:16
16599 Log: Subject: [PATCH] AUTHORS
16600 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16601 Date: Thu, 31 May 2001 01:27:59 -0500
16602 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
16604 Subject: Re: [PATCH] AUTHORS
16605 From: "Philip Newton" <Philip.Newton@gmx.net>
16606 Date: Thu, 31 May 2001 10:08:06 +0200
16607 (Message-Id missing?)
16610 ____________________________________________________________________________
16611 [ 10350] By: nick on 2001/05/31 11:40:43
16612 Log: win32 - dmake regen_config_h
16614 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16615 ____________________________________________________________________________
16616 [ 10349] By: jhi on 2001/05/31 11:38:27
16617 Log: Subject: Re: [PATCH util.c] More warning cleanups.
16618 From: "Philip Newton" <Philip.Newton@gmx.net>
16619 Date: Thu, 31 May 2001 07:41:36 +0200
16620 Message-Id: <200105310538.IAA25458@taku.hut.fi>
16622 Undo C++-ism that snekt in.
16625 ____________________________________________________________________________
16626 [ 10348] By: nick on 2001/05/31 11:36:46
16627 Log: Tolerate Win32 numerics
16629 ! t/pragma/warn/toke
16630 ____________________________________________________________________________
16631 [ 10347] By: jhi on 2001/05/31 11:29:40
16632 Log: Integrate perlio.
16634 !> perlio.c win32/win32.h
16635 ____________________________________________________________________________
16636 [ 10346] By: nick on 2001/05/31 10:54:55
16637 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
16638 perlio.c change 10255.
16641 ____________________________________________________________________________
16642 [ 10345] By: nick on 2001/05/31 10:01:57
16643 Log: Conditionaly put back some "unused" dTHX which are used
16644 with PERL_IMPLICIT_SYS
16647 ____________________________________________________________________________
16648 [ 10344] By: nick on 2001/05/31 10:00:59
16649 Log: Fix Win32 for new spelling IN_BYTES
16652 ____________________________________________________________________________
16653 [ 10343] By: nick on 2001/05/31 08:01:32
16654 Log: perlio.c -Wall cleaner under MULTIPLICITY
16655 - still minor noise with linux stdio
16658 ____________________________________________________________________________
16659 [ 10342] By: nick on 2001/05/31 07:52:23
16660 Log: Integrate mainline.
16662 !> (integrate 42 files)
16663 ____________________________________________________________________________
16664 [ 10341] By: jhi on 2001/05/31 01:39:02
16665 Log: AUTHORS updates.
16668 ____________________________________________________________________________
16669 [ 10340] By: jhi on 2001/05/31 00:19:29
16670 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
16671 From: Peter Prymmer <pvhp@forte.com>
16672 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
16673 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
16676 ____________________________________________________________________________
16677 [ 10339] By: jhi on 2001/05/31 00:16:44
16678 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
16679 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
16680 to match the pragma name; various robustness cleanups.
16682 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
16683 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
16684 ____________________________________________________________________________
16685 [ 10338] By: jhi on 2001/05/30 23:56:14
16686 Log: More -Wall sweeping.
16688 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
16689 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
16690 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
16691 ! regcomp.c sv.c toke.c utf8.c
16692 ____________________________________________________________________________
16693 [ 10337] By: jhi on 2001/05/30 23:20:23
16694 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
16695 From: Nicholas Clark <nick@ccl4.org>
16696 Date: Wed, 30 May 2001 22:34:41 +0100
16697 Message-ID: <20010530223441.Y86445@plum.flirble.org>
16700 ____________________________________________________________________________
16701 [ 10336] By: jhi on 2001/05/30 23:18:48
16702 Log: It's is not, it isn't ain't, and it's it's, not its,
16703 if you mean it is. If you don't, it's its. Then too,
16704 it's hers. It isn't her's. It isn't our's either.
16705 It's ours, and likewise yours and theirs.
16706 -- Oxford University Press, Edpress News
16709 ____________________________________________________________________________
16710 [ 10335] By: jhi on 2001/05/30 23:12:30
16711 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
16713 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
16714 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
16715 ! x2p/str.c x2p/walk.c xsutils.c
16716 ____________________________________________________________________________
16717 [ 10334] By: jhi on 2001/05/30 22:52:41
16718 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
16719 From: Michael G Schwern <schwern@pobox.com>
16720 Date: Wed, 30 May 2001 17:10:38 +0100
16721 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
16723 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
16724 From: Abhijit Menon-Sen <ams@wiw.org>
16725 Date: Wed, 30 May 2001 23:16:13 +0530
16726 Message-ID: <20010530231613.A31933@lustre.linux.in>
16728 ! perl.c t/run/runenv.t
16729 ____________________________________________________________________________
16730 [ 10333] By: jhi on 2001/05/30 22:25:02
16731 Log: (Retracted by #10375.)
16733 IRIX hints patch from Merijn Broeren.
16735 TODO: (this and the earlier Linux hints patch) should be solved
16736 at Configure level. Merijn: -ldb should not be used on any platform
16737 for perl, just when linking DBFile itself. Trying to be helpful here
16738 is counterproductive.
16741 ____________________________________________________________________________
16742 [ 10332] By: jhi on 2001/05/30 22:11:13
16743 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
16744 From: Nicholas Clark <nick@ccl4.org>
16745 Date: Wed, 30 May 2001 23:20:58 +0100
16746 Message-ID: <20010530232058.B86445@plum.flirble.org>
16749 ____________________________________________________________________________
16750 [ 10331] By: jhi on 2001/05/30 22:09:49
16751 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
16752 From: Michael G Schwern <schwern@pobox.com>
16753 Date: Wed, 30 May 2001 15:24:20 +0100
16754 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
16756 ! t/pragma/autouse.t
16757 ____________________________________________________________________________
16758 [ 10330] By: jhi on 2001/05/30 22:02:21
16759 Log: The regex trick wasn't a good idea.
16762 ____________________________________________________________________________
16763 [ 10329] By: nick on 2001/05/30 18:34:35
16764 Log: Integrate mainline
16766 !> (integrate 40 files)
16767 ____________________________________________________________________________
16768 [ 10328] By: jhi on 2001/05/30 14:28:39
16769 Log: Update Changes.
16771 ! Changes patchlevel.h
16772 ____________________________________________________________________________
16773 [ 10327] By: jhi on 2001/05/30 14:07:01
16774 Log: The metaconfig unit change for #10325.
16777 ____________________________________________________________________________
16778 [ 10326] By: jhi on 2001/05/30 14:06:36
16779 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
16782 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
16783 ____________________________________________________________________________
16784 [ 10325] By: jhi on 2001/05/30 14:04:28
16785 Log: Introduce $Config{afsroot}.
16787 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16788 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
16789 ! win32/config.gc win32/config.vc
16790 ____________________________________________________________________________
16791 [ 10324] By: jhi on 2001/05/30 13:49:44
16792 Log: (Retracted by #10375.)
16794 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
16797 ____________________________________________________________________________
16798 [ 10323] By: jhi on 2001/05/30 13:49:29
16799 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
16800 (Also Configure tweaks needed; coming up soon.)
16802 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
16803 ____________________________________________________________________________
16804 [ 10322] By: jhi on 2001/05/30 13:37:56
16805 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
16806 From: Michael G Schwern <schwern@pobox.com>
16807 Date: Sun, 27 May 2001 10:29:43 +0100
16808 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
16811 ____________________________________________________________________________
16812 [ 10321] By: jhi on 2001/05/30 13:36:28
16813 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
16814 and Abhijit Menon-Sen.
16816 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
16817 ! perl.c pp_sys.c regcomp.c
16818 ____________________________________________________________________________
16819 [ 10320] By: jhi on 2001/05/30 13:35:27
16820 Log: Fix the BOOT section to call myU2time properly.
16822 ! ext/Time/HiRes/HiRes.xs
16823 ____________________________________________________________________________
16824 [ 10319] By: jhi on 2001/05/30 13:06:09
16825 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
16826 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
16827 Date: Wed, 30 May 2001 09:44:29 -0400
16828 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
16830 Detypo; plus add one more trick.
16833 ____________________________________________________________________________
16834 [ 10318] By: jhi on 2001/05/30 12:47:11
16835 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)
16836 From: Michael G Schwern <schwern@pobox.com>
16837 Date: Wed, 30 May 2001 14:39:06 +0100
16838 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
16840 ! lib/autouse.pm t/pragma/autouse.t
16841 ____________________________________________________________________________
16842 [ 10317] By: jhi on 2001/05/30 12:46:02
16843 Log: Subject: Re: AIX and gcc (moving targets)
16844 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16845 Date: Wed, 30 May 2001 15:25:08 +0200
16846 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
16848 ! ext/Time/HiRes/HiRes.xs
16849 ____________________________________________________________________________
16850 [ 10316] By: jhi on 2001/05/30 12:40:46
16851 Log: Subject: [PATCH t/TEST] sorting tests
16852 From: Michael G Schwern <schwern@pobox.com>
16853 Date: Wed, 30 May 2001 10:24:02 +0100
16854 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
16857 ____________________________________________________________________________
16858 [ 10315] By: jhi on 2001/05/30 12:37:43
16859 Log: Subject: [ID 20010529.002] typos in man page perlre
16860 From: bart@cg681574-a.adubn1.nj.home.com
16861 Date: Tue, 29 May 2001 13:58:59 -0500
16862 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
16865 ____________________________________________________________________________
16866 [ 10314] By: jhi on 2001/05/30 12:33:53
16867 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
16868 From: "Craig A. Berry" <craigberry@mac.com>
16869 Date: Tue, 29 May 2001 23:23:45 -0500
16870 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
16872 ! t/lib/extutils.t t/pragma/autouse.t
16873 ____________________________________________________________________________
16874 [ 10313] By: jhi on 2001/05/30 12:32:17
16875 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)
16876 From: David Dyck <dcd@tc.fluke.com>
16877 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
16878 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
16881 ____________________________________________________________________________
16882 [ 10312] By: jhi on 2001/05/30 12:31:02
16883 Log: AIX hints update for gcc from Merijn H. Brand.
16886 ____________________________________________________________________________
16887 [ 10311] By: jhi on 2001/05/30 12:18:20
16888 Log: Retract #10295 and #10296: a more generic solution
16889 is needed (there's something funny with gcc on AIX).
16891 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
16892 ____________________________________________________________________________
16893 [ 10310] By: jhi on 2001/05/30 12:08:07
16894 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
16895 From: Hugo <hv@crypt.compulink.co.uk>
16896 Date: Wed, 30 May 2001 11:59:19 +0100
16897 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
16899 localizing $@ has unfortunate semantics - if you die past
16900 a local $@, the die message is lost.
16902 ! lib/utf8_heavy.pl
16903 ____________________________________________________________________________
16904 [ 10309] By: nick on 2001/05/30 08:23:02
16905 Log: Integrate mainline (autouse works again.)
16907 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
16908 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
16909 !> pod/perlvar.pod t/op/cmp.t
16910 ____________________________________________________________________________
16911 [ 10308] By: jhi on 2001/05/30 01:55:02
16912 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
16913 From: David Dyck <dcd@tc.fluke.com>
16914 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
16915 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
16918 ____________________________________________________________________________
16919 [ 10307] By: jhi on 2001/05/30 01:47:22
16920 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
16921 From: Nicholas Clark <nick@ccl4.org>
16922 Date: Tue, 29 May 2001 23:16:09 +0100
16923 Message-ID: <20010529231609.U86445@plum.flirble.org>
16925 Make the test output slightly clearer by distinguishing
16926 between '' and undef.
16929 ____________________________________________________________________________
16930 [ 10306] By: jhi on 2001/05/30 01:45:12
16931 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
16932 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16933 Date: Tue, 29 May 2001 19:15:19 -0400
16934 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
16937 ____________________________________________________________________________
16938 [ 10305] By: jhi on 2001/05/30 01:42:36
16939 Log: Subject: perlvar.pod addition
16940 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
16941 Date: Fri, 25 May 2001 20:23:12 +0200
16942 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
16944 Subject: Re: perlvar.pod addition
16945 From: "Abigail" <abigail@foad.org>
16946 Date: Fri, 25 May 2001 22:00:39 +0200
16947 Message-ID: <20010525200039.28029.qmail@foad.org>
16949 Mention $a and $b in perlvar.
16952 ____________________________________________________________________________
16953 [ 10304] By: jhi on 2001/05/30 01:36:37
16954 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
16955 From: Jeff Pinyan <jeffp@crusoe.net>
16956 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
16957 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
16960 ____________________________________________________________________________
16961 [ 10303] By: jhi on 2001/05/30 01:35:31
16962 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
16963 From: Jeff Pinyan <jeffp@crusoe.net>
16964 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
16965 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
16968 ____________________________________________________________________________
16969 [ 10302] By: jhi on 2001/05/29 20:18:49
16970 Log: Mention Time::localtime and Time::gmtime.
16972 ! ext/Time/Piece/Piece.pm
16973 ____________________________________________________________________________
16974 [ 10301] By: jhi on 2001/05/29 20:13:54
16975 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
16976 From: Michael G Schwern <schwern@pobox.com>
16977 Date: Tue, 29 May 2001 18:51:32 +0100
16978 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
16981 ____________________________________________________________________________
16982 [ 10300] By: jhi on 2001/05/29 20:12:09
16983 Log: Retract #10243.
16986 ____________________________________________________________________________
16987 [ 10299] By: nick on 2001/05/29 18:41:19
16988 Log: Post weekend integrate mainline (fails one test pragma/autouse).
16990 +> (branch 29 files)
16991 !> (integrate 91 files)
16992 ____________________________________________________________________________
16993 [ 10298] By: jhi on 2001/05/29 16:29:19
16994 Log: Update Changes.
16996 ! Changes patchlevel.h
16997 ____________________________________________________________________________
16998 [ 10297] By: jhi on 2001/05/29 16:25:47
16999 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
17000 before Perl_load_module/Perl_call_method and restore the value
17001 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
17004 ____________________________________________________________________________
17005 [ 10296] By: jhi on 2001/05/29 16:01:53
17006 Log: Subject: Re: AIX and gcc (moving targets)
17007 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17008 Date: Tue, 29 May 2001 17:59:40 +0200
17009 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
17011 ! ext/Storable/Makefile.PL
17012 ____________________________________________________________________________
17013 [ 10295] By: jhi on 2001/05/29 15:59:05
17014 Log: Subject: Re: AIX and gcc (moving targets)
17015 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17016 Date: Tue, 29 May 2001 12:32:57 +0200
17017 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
17019 ! ext/POSIX/Makefile.PL
17020 ____________________________________________________________________________
17021 [ 10294] By: jhi on 2001/05/29 15:53:43
17022 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
17023 From: Michael G Schwern <schwern@pobox.com>
17024 Date: Tue, 29 May 2001 09:53:29 +0100
17025 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
17029 ! lib/Test/Harness.pm t/lib/test-harness.t
17030 ____________________________________________________________________________
17031 [ 10293] By: jhi on 2001/05/29 15:46:10
17032 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
17033 From: Michael G Schwern <schwern@pobox.com>
17034 Date: Tue, 29 May 2001 09:19:52 +0100
17035 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
17037 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
17038 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
17039 + t/lib/Test/todo.t
17040 ! MANIFEST lib/Test.pm t/TEST
17041 ____________________________________________________________________________
17042 [ 10292] By: jhi on 2001/05/29 15:34:08
17043 Log: From: Michael G Schwern <schwern@pobox.com>
17044 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
17045 Date: Tue, 29 May 2001 08:26:09 +0100
17046 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
17049 ____________________________________________________________________________
17050 [ 10291] By: jhi on 2001/05/29 15:29:37
17051 Log: Add tests for Time::gmtime and Time::localtime.
17053 + t/lib/time-gmtime.t t/lib/time-localtime.t
17054 ! MANIFEST t/lib/1_compile.t
17055 ____________________________________________________________________________
17056 [ 10290] By: jhi on 2001/05/29 15:15:44
17057 Log: Add test for File::stat.
17060 ! MANIFEST t/lib/1_compile.t
17061 ____________________________________________________________________________
17062 [ 10289] By: jhi on 2001/05/29 15:05:38
17063 Log: Add test for Net::servent.
17066 ! MANIFEST t/lib/1_compile.t
17067 ____________________________________________________________________________
17068 [ 10288] By: jhi on 2001/05/29 14:57:15
17069 Log: Add test for Net::protoent.
17072 ! MANIFEST t/lib/1_compile.t
17073 ____________________________________________________________________________
17074 [ 10287] By: jhi on 2001/05/29 14:53:10
17075 Log: Add test for Net::netent.
17078 ! MANIFEST t/lib/1_compile.t
17079 ____________________________________________________________________________
17080 [ 10286] By: jhi on 2001/05/29 14:31:57
17081 Log: Add test for User::grent. Portability doubtful.
17083 + t/lib/user-grent.t
17084 ! MANIFEST t/lib/1_compile.t
17085 ____________________________________________________________________________
17086 [ 10285] By: jhi on 2001/05/29 14:24:20
17087 Log: Add test for User::pwent.
17088 Probably will fall down somewhere for portability reasons.
17090 + t/lib/user-pwent.t
17091 ! MANIFEST t/lib/1_compile.t
17092 ____________________________________________________________________________
17093 [ 10284] By: jhi on 2001/05/29 13:26:43
17094 Log: Metaconfig units changes for #10283.
17096 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
17097 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
17098 ! U/installdirs/sitescript.U U/modified/Signal.U
17099 ____________________________________________________________________________
17100 [ 10283] By: jhi on 2001/05/29 13:26:24
17101 Log: Subject: [PATCH 5.6.1] signal names in Configure
17102 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17103 Date: Tue, 29 May 2001 03:52:25 -0400
17104 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
17106 Subject: [PATCH 5.6.1] older perl in Configure
17107 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17108 Date: Tue, 29 May 2001 03:55:40 -0400
17109 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
17111 Subject: [PATCH 5.6.1] goofs in Configure
17112 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17113 Date: Tue, 29 May 2001 04:13:07 -0400
17114 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
17116 Configure portability tweaks.
17119 ____________________________________________________________________________
17120 [ 10282] By: jhi on 2001/05/29 12:41:41
17121 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
17122 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17123 Date: Tue, 29 May 2001 04:07:06 -0400
17124 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
17127 ____________________________________________________________________________
17128 [ 10281] By: jhi on 2001/05/29 12:40:31
17129 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
17130 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17131 Date: Tue, 29 May 2001 04:01:38 -0400
17132 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
17134 ! hints/os2.sh os2/Makefile.SHs
17135 ____________________________________________________________________________
17136 [ 10280] By: jhi on 2001/05/29 12:38:48
17137 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
17138 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17139 Date: Tue, 29 May 2001 03:50:18 -0400
17140 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
17142 ! lib/Test/Harness.pm
17143 ____________________________________________________________________________
17144 [ 10279] By: jhi on 2001/05/29 12:34:53
17145 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
17147 ! lib/utf8_heavy.pl
17148 ____________________________________________________________________________
17149 [ 10278] By: jhi on 2001/05/29 02:15:24
17150 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
17151 From: Hugo <hv@crypt.compulink.co.uk>
17152 Date: Tue, 29 May 2001 03:03:45 +0100
17153 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
17155 Explanation why the $@ always gets the UTF8 flag when under use utf8--
17156 because we told it to have the flag when under use utf8.
17159 ____________________________________________________________________________
17160 [ 10277] By: jhi on 2001/05/29 00:51:34
17161 Log: At least a partial fix for 20010528.004.
17163 ! lib/utf8_heavy.pl
17164 ____________________________________________________________________________
17165 [ 10276] By: jhi on 2001/05/29 00:42:59
17166 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
17167 From: Nicholas Clark <nick@ccl4.org>
17168 Date: Mon, 28 May 2001 23:39:38 +0100
17169 Message-ID: <20010528233938.M86445@plum.flirble.org>
17171 More portable non-zero UV.
17174 ____________________________________________________________________________
17175 [ 10275] By: jhi on 2001/05/29 00:40:28
17176 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
17177 From: Nicholas Clark <nick@ccl4.org>
17178 Date: Mon, 28 May 2001 22:46:09 +0100
17179 Message-ID: <20010528224608.L86445@plum.flirble.org>
17181 Test also "make clean".
17184 ____________________________________________________________________________
17185 [ 10274] By: jhi on 2001/05/29 00:39:18
17186 Log: Subject: Re: Would -Wno-unused -Wall be better?
17187 From: Michael G Schwern <schwern@pobox.com>
17188 Date: Tue, 29 May 2001 00:55:54 +0100
17189 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
17192 ____________________________________________________________________________
17193 [ 10273] By: jhi on 2001/05/29 00:36:06
17194 Log: Add a test for 20010528.007, fixed in #10272.
17196 ! t/op/misc.t toke.c
17197 ____________________________________________________________________________
17198 [ 10272] By: jhi on 2001/05/29 00:21:12
17199 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
17200 From: Hugo <hv@crypt.compulink.co.uk>
17201 Date: Tue, 29 May 2001 00:23:23 +0100
17202 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
17205 ____________________________________________________________________________
17206 [ 10271] By: jhi on 2001/05/28 22:52:11
17207 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
17208 From: Michael G Schwern <schwern@pobox.com>
17209 Date: Tue, 29 May 2001 00:42:59 +0100
17210 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
17212 ! t/pragma/autouse.t
17213 ____________________________________________________________________________
17214 [ 10270] By: jhi on 2001/05/28 21:44:06
17215 Log: Some shells seemingly arrange the signal handlers differently
17216 (bug id 20010521.004).
17218 ! t/lib/sigaction.t
17219 ____________________________________________________________________________
17220 [ 10269] By: jhi on 2001/05/28 20:34:21
17221 Log: Regen perlmodlib.
17223 ! pod/perlmodlib.pod
17224 ____________________________________________________________________________
17225 [ 10268] By: jhi on 2001/05/28 19:08:45
17226 Log: Update Changes.
17228 ! Changes patchlevel.h
17229 ____________________________________________________________________________
17230 [ 10267] By: jhi on 2001/05/28 19:03:54
17231 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
17232 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17233 Date: Mon, 28 May 2001 14:56:35 -0500
17234 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
17236 ! pod/perlnewmod.pod
17237 ____________________________________________________________________________
17238 [ 10266] By: jhi on 2001/05/28 18:35:03
17242 ____________________________________________________________________________
17243 [ 10265] By: jhi on 2001/05/28 18:33:32
17244 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
17245 From: "Richard Soderberg" <rs@crystalflame.net>
17246 Date: Mon, 28 May 2001 12:31:23 -0700
17247 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
17250 ____________________________________________________________________________
17251 [ 10264] By: jhi on 2001/05/28 17:59:00
17252 Log: The #10260 was too bold: locales and utf8 still do not mix.
17254 ! t/pragma/locale.t
17255 ____________________________________________________________________________
17256 [ 10263] By: jhi on 2001/05/28 17:52:25
17257 Log: Subject: [PATCH] Pod nitpicks
17258 From: "Richard Soderberg" <rs@crystalflame.net>
17259 Date: Mon, 28 May 2001 10:08:58 -0700
17260 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
17262 ! pod/perl571delta.pod pod/perlapi.pod sv.h
17263 ____________________________________________________________________________
17264 [ 10262] By: jhi on 2001/05/28 17:50:05
17265 Log: Upgrade to I18N::LangTags 0.22.
17267 + lib/I18N/LangTags/List.pod
17268 ! MANIFEST lib/I18N/LangTags.pm
17269 ____________________________________________________________________________
17270 [ 10261] By: jhi on 2001/05/28 17:23:40
17271 Log: A slightly more serious bug found by -Mutf8; op/misc and
17272 lib/complex dumped core.
17275 ____________________________________________________________________________
17276 [ 10260] By: jhi on 2001/05/28 16:58:11
17277 Log: Various buglets shaken out by -Mutf8.
17279 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
17280 ! t/pragma/locale.t
17281 ____________________________________________________________________________
17282 [ 10259] By: jhi on 2001/05/28 15:48:46
17283 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
17286 ____________________________________________________________________________
17287 [ 10258] By: jhi on 2001/05/28 15:32:41
17288 Log: Subject: [PATCH] todo patch
17289 From: Artur Bergman <artur@contiller.se>
17290 Date: Mon, 28 May 2001 17:03:51 +0200
17291 Message-ID: <B7383577.F34%artur@contiller.se>
17294 ____________________________________________________________________________
17295 [ 10257] By: jhi on 2001/05/28 15:31:25
17296 Log: Subject: typo in perlguts.pod
17297 From: "John P. Linderman" <jpl@research.att.com>
17298 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
17299 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
17302 ____________________________________________________________________________
17303 [ 10256] By: jhi on 2001/05/28 15:30:42
17304 Log: Subject: AIX and gcc (moving targets)
17305 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17306 Date: Mon, 28 May 2001 12:54:04 +0200
17307 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
17310 ____________________________________________________________________________
17311 [ 10255] By: jhi on 2001/05/28 15:28:55
17312 Log: Subject: Re: perlio + multiple perl_alloc..destruct
17313 From: Doug MacEachern <dougm@covalent.net>
17314 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
17315 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
17318 ____________________________________________________________________________
17319 [ 10254] By: jhi on 2001/05/28 15:27:49
17320 Log: The #10251 wasn't quite up-to-the-code.
17323 ____________________________________________________________________________
17324 [ 10253] By: jhi on 2001/05/28 15:26:39
17325 Log: Test case for bug 20010526.004, fixed in #10252.
17328 ____________________________________________________________________________
17329 [ 10252] By: jhi on 2001/05/28 15:26:14
17330 Log: Subject: Re: [ID 20010526.004] Taint looses value
17331 From: Hugo <hv@crypt.compulink.co.uk>
17332 Date: Sun, 27 May 2001 20:39:32 +0100
17333 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
17336 ____________________________________________________________________________
17337 [ 10251] By: jhi on 2001/05/28 15:13:40
17338 Log: Test case for 20010422.005, fixed by #10250.
17341 ____________________________________________________________________________
17342 [ 10250] By: jhi on 2001/05/28 15:11:16
17343 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
17344 From: Spider Boardman <spider@Orb.Nashua.NH.US>
17345 Date: Mon, 28 May 2001 06:39:12 -0400
17346 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
17349 ____________________________________________________________________________
17350 [ 10249] By: jhi on 2001/05/28 15:09:24
17351 Log: Linerewrapping.
17354 ____________________________________________________________________________
17355 [ 10248] By: jhi on 2001/05/28 15:09:07
17356 Log: Updates on the modules list.
17358 ! t/lib/1_compile.t
17359 ____________________________________________________________________________
17360 [ 10247] By: jhi on 2001/05/28 15:03:35
17361 Log: Add a test for PerlIO.
17363 (I probably got the crlf/raw thing wrong for clrfy platforms...)
17366 ! MANIFEST lib/PerlIO.pm
17367 ____________________________________________________________________________
17368 [ 10246] By: jhi on 2001/05/28 14:24:08
17369 Log: Add a test for carp et alia.
17373 ____________________________________________________________________________
17374 [ 10245] By: jhi on 2001/05/28 13:42:55
17375 Log: Adding the new test would be swell.
17377 + t/pragma/autouse.t
17378 ____________________________________________________________________________
17379 [ 10244] By: jhi on 2001/05/28 13:42:34
17380 Log: Add a test for the autouse pragma.
17383 ____________________________________________________________________________
17384 [ 10243] By: jhi on 2001/05/28 13:26:25
17385 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
17386 From: dLux <dlux@spam.sch.bme.hu>
17387 Date: Sun, 27 May 2001 16:14:26 +0200
17388 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
17391 ____________________________________________________________________________
17392 [ 10242] By: jhi on 2001/05/28 13:21:50
17393 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
17394 From: "Richard Soderberg" <rs@crystalflame.net>
17395 Date: Mon, 28 May 2001 03:56:36 -0700
17396 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
17399 ____________________________________________________________________________
17400 [ 10241] By: jhi on 2001/05/28 13:18:56
17401 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
17402 From: "Stephen P. Potter" <spp@spotter.yi.org>
17403 Date: Tue, 22 May 2001 11:40:25 -0400
17404 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
17406 Subject: Re: [ID 20010522.003] Time::Local module bug
17407 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17408 Date: Tue, 22 May 2001 11:50:19 -0400
17409 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
17411 ! lib/Time/Local.pm
17412 ____________________________________________________________________________
17413 [ 10240] By: jhi on 2001/05/27 22:44:49
17414 Log: The PERL_DL_NONLAZY can have whitespace in front.
17417 ____________________________________________________________________________
17418 [ 10239] By: jhi on 2001/05/27 21:23:21
17419 Log: Document strftime() and strptime().
17421 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
17422 ____________________________________________________________________________
17423 [ 10238] By: jhi on 2001/05/27 20:29:07
17424 Log: Make Time::Piece::strptime() to be a function, not a method.
17426 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17427 ____________________________________________________________________________
17428 [ 10237] By: jhi on 2001/05/27 20:22:09
17429 Log: Tweak the test to be more portable.
17432 ____________________________________________________________________________
17433 [ 10236] By: jhi on 2001/05/27 19:15:54
17434 Log: Subject: PATCH: Re: Re: Attributes that tie
17435 From: Leon Brocard <acme@astray.com>
17436 Date: Sun, 27 May 2001 12:37:29 +0100
17437 Message-ID: <20010527123729.A22663@ns0.astray.com>
17439 Document that variable attributes are not currently usable
17440 for tieing. (An ugly limitation that should be fixed.)
17442 ! lib/attributes.pm
17443 ____________________________________________________________________________
17444 [ 10235] By: jhi on 2001/05/27 19:03:31
17445 Log: Microperl tweaks.
17447 ! Makefile.micro uconfig.h uconfig.sh
17448 ____________________________________________________________________________
17449 [ 10234] By: jhi on 2001/05/27 18:22:09
17450 Log: Add make target for microperl (kind of silly, but convenient).
17453 ____________________________________________________________________________
17454 [ 10233] By: jhi on 2001/05/27 18:18:56
17455 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
17459 ____________________________________________________________________________
17460 [ 10232] By: jhi on 2001/05/27 17:57:18
17461 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
17462 From: rspier@pobox.com (Robert Spier)
17463 Date: Sat, 26 May 2001 20:05:23 -0400
17464 Message-ID: <15120.17603.148648.12430@rls.cx>
17466 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
17467 From: rspier@pobox.com (Robert Spier)
17468 Date: Sun, 27 May 2001 00:23:12 -0400
17469 Message-ID: <15120.33072.511966.767230@rls.cx>
17471 ! doio.c pod/perlfunc.pod
17472 ____________________________________________________________________________
17473 [ 10231] By: jhi on 2001/05/27 15:45:20
17474 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
17476 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17477 ____________________________________________________________________________
17478 [ 10230] By: jhi on 2001/05/27 15:41:06
17479 Log: Add README.tru64.
17482 ____________________________________________________________________________
17483 [ 10229] By: jhi on 2001/05/27 13:50:57
17484 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
17486 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17487 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
17489 ____________________________________________________________________________
17490 [ 10228] By: jhi on 2001/05/27 13:43:38
17491 Log: Integrate I18N::LangTags from Sean Burke.
17493 TODO: the language list from RFC 3066 needs to be integrated
17494 and made available somehow. The list is included in the
17495 I18N-LangTags 0.21 distribution, but it is undocumented
17496 and unconnected to the module.
17498 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
17500 ____________________________________________________________________________
17501 [ 10227] By: jhi on 2001/05/27 01:41:33
17502 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
17503 envisioned by Sarathy.
17505 ! t/op/ver.t toke.c
17506 ____________________________________________________________________________
17507 [ 10226] By: jhi on 2001/05/27 00:28:34
17508 Log: Subject: [ID 20010525.001] Pod typo nits fixed
17509 From: lvirden@cas.org
17510 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
17511 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
17513 minus the perlsolaris decimation plus the
17515 Subject: Re: [ID 20010525.001] Pod typo nits fixed
17516 From: "Philip Newton" <Philip.Newton@gmx.net>
17517 Date: Fri, 25 May 2001 18:05:55 +0200
17518 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
17520 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
17521 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
17522 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
17523 ! pod/perlutil.pod pod/perlxstut.pod
17524 ____________________________________________________________________________
17525 [ 10225] By: jhi on 2001/05/26 22:38:16
17526 Log: return clauses are nice.
17529 ____________________________________________________________________________
17530 [ 10224] By: jhi on 2001/05/26 22:35:31
17531 Log: Subject: change 10199 backwards?
17532 From: Doug MacEachern <dougm@covalent.net>
17533 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
17534 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
17537 ____________________________________________________________________________
17538 [ 10223] By: jhi on 2001/05/26 22:31:46
17539 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
17540 From: Hugo <hv@crypt.compulink.co.uk>
17541 Date: Sat, 26 May 2001 17:05:12 +0100
17542 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
17545 ! MANIFEST doop.c embed.h embed.pl global.sym
17546 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
17547 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
17548 ____________________________________________________________________________
17549 [ 10222] By: jhi on 2001/05/26 22:10:38
17550 Log: Regen headers for #10221.
17552 ! global.sym objXSUB.h perlapi.c
17553 ____________________________________________________________________________
17554 [ 10221] By: jhi on 2001/05/26 22:06:06
17555 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
17556 From: Juha Laiho <juha.laiho@Elma.Net>
17557 Date: Thu, 3 May 2001 09:51:30 +0300
17558 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
17561 ____________________________________________________________________________
17562 [ 10220] By: jhi on 2001/05/26 22:01:30
17563 Log: Subject: Re: [PATCH] Re: stability of sort()?
17564 From: "John P. Linderman" <jpl@research.att.com>
17565 Date: Sat, 26 May 2001 13:27:19 -0400
17566 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
17569 ____________________________________________________________________________
17570 [ 10219] By: jhi on 2001/05/26 14:02:34
17571 Log: Integrate perlio.
17573 !> pod/perlguts.pod
17574 ____________________________________________________________________________
17575 [ 10218] By: jhi on 2001/05/26 13:39:52
17576 Log: Subject: [PATCH perl@10210] PerlIO for VMS
17577 From: "Craig A. Berry" <craigberry@mac.com>
17578 Date: Sat, 26 May 2001 09:34:11 -0500
17579 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
17581 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
17582 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
17584 ____________________________________________________________________________
17585 [ 10217] By: jhi on 2001/05/26 13:19:05
17586 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
17587 From: David Dyck <dcd@tc.fluke.com>
17588 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
17589 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
17592 ____________________________________________________________________________
17593 [ 10216] By: jhi on 2001/05/26 13:17:47
17594 Log: Subject: utf8 regexp tests
17595 From: Hugo <hv@crypt.compulink.co.uk>
17596 Date: Fri, 25 May 2001 22:35:01 +0100
17597 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
17600 ____________________________________________________________________________
17601 [ 10215] By: jhi on 2001/05/26 13:15:40
17602 Log: Subject: [PATCH] Re: stability of sort()?
17603 From: Nicholas Clark <nick@ccl4.org>
17604 Date: Fri, 25 May 2001 22:40:19 +0100
17605 Message-ID: <20010525224019.B86445@plum.flirble.org>
17608 ____________________________________________________________________________
17609 [ 10214] By: jhi on 2001/05/26 13:14:30
17610 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
17611 From: John Peacock <jpeacock@rowman.com>
17612 Date: Thu, 24 May 2001 22:14:01 -0400
17613 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
17615 ! mg.c scope.c sv.c
17616 ____________________________________________________________________________
17617 [ 10213] By: jhi on 2001/05/26 13:08:56
17618 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
17619 From: Nicholas Clark <nick@ccl4.org>
17620 Date: Sun, 20 May 2001 19:24:13 +0100
17621 Message-ID: <20010520192413.G83222@plum.flirble.org>
17623 + lib/ExtUtils/Constant.pm t/lib/extutils.t
17624 ! MANIFEST utils/h2xs.PL
17625 ____________________________________________________________________________
17626 [ 10212] By: nick on 2001/05/26 09:49:28
17627 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
17628 add a few more notes there on use of mortals on the stack.
17631 ____________________________________________________________________________
17632 [ 10211] By: nick on 2001/05/26 09:05:36
17633 Log: Integrate mainline
17635 +> t/lib/fcntl.t t/pragma/vars.t
17636 !> (integrate 49 files)
17637 ____________________________________________________________________________
17638 [ 10210] By: jhi on 2001/05/25 12:29:16
17639 Log: Update Changes.
17641 ! Changes patchlevel.h
17642 ____________________________________________________________________________
17643 [ 10209] By: jhi on 2001/05/25 12:24:45
17646 Subject: [PATCH pp.c] Wrapping pack("C",256)
17647 From: Simon Cozens <simon@netthink.co.uk>
17648 Date: Sat, 12 May 2001 17:58:41 +0100
17649 Message-ID: <20010512175841.A6132@netthink.co.uk>
17651 ! pod/perldiag.pod pp.c t/pragma/warn/pp
17652 ____________________________________________________________________________
17653 [ 10208] By: jhi on 2001/05/25 01:37:03
17654 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
17655 From: "Brendan O'Dea" <bod@compusol.com.au>
17656 Date: Fri, 25 May 2001 11:18:29 +1000
17657 Message-ID: <20010525111829.A28411@compusol.com.au>
17659 (Slightly modified.)
17662 ____________________________________________________________________________
17663 [ 10207] By: jhi on 2001/05/25 01:12:14
17664 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
17665 From: Hugo <hv@crypt.compulink.co.uk>
17666 Date: Fri, 25 May 2001 02:13:25 +0100
17667 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
17670 ____________________________________________________________________________
17671 [ 10206] By: jhi on 2001/05/25 01:07:59
17672 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
17673 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
17674 Date: Fri, 25 May 2001 10:25:36 +0900
17675 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
17677 ! regcomp.c regexec.c
17678 ____________________________________________________________________________
17679 [ 10205] By: jhi on 2001/05/25 01:07:00
17680 Log: Subject: [PATCH #2] stash autovivification and method call error messages
17681 From: Ilmari Karonen <iltzu@sci.fi>
17682 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
17683 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
17685 ! gv.c pp_hot.c t/op/method.t
17686 ____________________________________________________________________________
17687 [ 10204] By: jhi on 2001/05/25 01:03:50
17688 Log: Add make target and documentation for gprof profiling.
17690 ! Makefile.SH pod/perlhack.pod
17691 ____________________________________________________________________________
17692 [ 10203] By: jhi on 2001/05/24 21:09:36
17693 Log: Subject: Don't think about UTF8
17694 From: Mike Guy <mjtg@cam.ac.uk>
17695 Date: Tue, 22 May 2001 14:35:39 +0100
17696 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
17699 ____________________________________________________________________________
17700 [ 10202] By: jhi on 2001/05/24 21:07:25
17701 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
17702 From: Geraint A Edwards <gedge@serf.org>
17703 Date: Thu, 24 May 2001 22:51:24 +0100
17704 Message-Id: <20010524225124.A34981@cymru.serf.org>
17707 ____________________________________________________________________________
17708 [ 10201] By: jhi on 2001/05/24 21:02:30
17709 Log: DB_File has its own attribute story.
17711 ! ext/DB_File/DB_File.xs
17712 ____________________________________________________________________________
17713 [ 10200] By: jhi on 2001/05/24 19:54:21
17714 Log: Subject: Re: Making perl with -Wall
17715 From: Andy Dougherty <doughera@lafayette.edu>
17716 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
17717 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
17720 ____________________________________________________________________________
17721 [ 10199] By: jhi on 2001/05/24 15:15:03
17722 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
17723 From: "Richard Soderberg" <rs@crystalflame.net>
17724 Date: Thu, 24 May 2001 08:58:16 -0700
17725 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
17728 ____________________________________________________________________________
17729 [ 10198] By: jhi on 2001/05/24 15:10:04
17730 Log: IV/UV casting fixes from Nicholas Clark.
17732 ! perl.h pp_sys.c util.c
17733 ____________________________________________________________________________
17734 [ 10197] By: jhi on 2001/05/24 14:19:44
17735 Log: Subject: Re: Making perl with -Wall
17736 From: Michael G Schwern <schwern@pobox.com>
17737 Date: Thu, 24 May 2001 15:40:28 +0100
17738 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
17741 ____________________________________________________________________________
17742 [ 10196] By: jhi on 2001/05/24 14:04:41
17743 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
17744 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17745 Date: Tue, 22 May 2001 11:49:37 +0200
17746 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
17748 ! U/modified/Oldsym.U
17749 Branch: metaconfig/U/perl
17752 ! Configure config_h.SH myconfig.SH
17753 ____________________________________________________________________________
17754 [ 10195] By: jhi on 2001/05/24 13:25:04
17755 Log: Under versiononly install also the scripts with the version suffix.
17756 (e.g. .../bin/h2xs5.7.1)
17759 ____________________________________________________________________________
17760 [ 10194] By: jhi on 2001/05/24 13:02:49
17761 Log: Subject: [PATCH] Stop segfault in mg.c:636
17762 From: "Richard Soderberg" <rs@crystalflame.net>
17763 Date: Thu, 24 May 2001 05:51:52 -0700
17764 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
17767 ____________________________________________________________________________
17768 [ 10193] By: jhi on 2001/05/24 12:37:13
17769 Log: Iteration continues; hopefully convergently.
17772 ____________________________________________________________________________
17773 [ 10192] By: jhi on 2001/05/24 12:36:35
17774 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
17775 From: Gisle Aas <gisle@ActiveState.com>
17776 Date: 23 May 2001 16:13:10 -0700
17777 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
17780 ____________________________________________________________________________
17781 [ 10191] By: jhi on 2001/05/24 12:25:12
17782 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
17783 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17784 Date: Thu, 24 May 2001 05:05:22 -0500
17785 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
17787 ! lib/dumpvar.pl lib/perl5db.pl
17788 ____________________________________________________________________________
17789 [ 10190] By: jhi on 2001/05/24 12:24:07
17790 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
17791 From: David Dyck <dcd@tc.fluke.com>
17792 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
17793 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
17796 ____________________________________________________________________________
17797 [ 10189] By: jhi on 2001/05/23 22:43:31
17798 Log: Tiny pod nits on READMEs, mostly whitespace issues.
17800 ! README.amiga README.dos README.macos README.mpeix README.vmesa
17802 ____________________________________________________________________________
17803 [ 10188] By: jhi on 2001/05/23 22:26:03
17804 Log: The DG/UX part of the 20010521.005.
17807 ____________________________________________________________________________
17808 [ 10187] By: jhi on 2001/05/23 22:04:05
17809 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
17810 From: Hugo <hv@crypt.compulink.co.uk>
17811 Date: Mon, 21 May 2001 16:32:02 +0100
17812 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
17814 ! regcomp.c t/op/misc.t
17815 ____________________________________________________________________________
17816 [ 10186] By: jhi on 2001/05/23 21:42:15
17817 Log: Subject: [PATCH] Extra UNIVERSAL tests
17818 From: Mike Guy <mjtg@cam.ac.uk>
17819 Date: Wed, 23 May 2001 12:29:20 +0100
17820 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
17823 ____________________________________________________________________________
17824 [ 10185] By: jhi on 2001/05/23 21:38:48
17825 Log: Subject: [PATCH] Remove EQ keyword
17826 From: Mike Guy <mjtg@cam.ac.uk>
17827 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
17828 Date: Wed, 23 May 2001 11:17:29 +0100
17830 ! keywords.h keywords.pl
17831 ____________________________________________________________________________
17832 [ 10184] By: jhi on 2001/05/23 21:29:41
17833 Log: Subject: [PATCH] lib/perl5db.pl
17834 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17835 Date: Wed, 23 May 2001 02:18:03 -0500
17836 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
17839 ____________________________________________________________________________
17840 [ 10183] By: jhi on 2001/05/23 21:27:54
17841 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
17842 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17843 Date: Tue, 22 May 2001 23:34:41 -0500
17844 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
17847 ____________________________________________________________________________
17848 [ 10182] By: jhi on 2001/05/23 21:24:30
17849 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
17850 From: davem@fdgroup.co.uk
17851 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
17852 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
17855 ____________________________________________________________________________
17856 [ 10181] By: jhi on 2001/05/23 21:23:29
17857 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
17858 From: Michael G Schwern <schwern@pobox.com>
17859 Date: Tue, 22 May 2001 14:15:09 +0100
17860 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
17863 ____________________________________________________________________________
17864 [ 10180] By: jhi on 2001/05/23 21:22:14
17865 Log: Subject: [PATCH lib/vars.pm] Odd code nit
17866 From: Michael G Schwern <schwern@pobox.com>
17867 Date: Tue, 22 May 2001 14:14:28 +0100
17868 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
17871 ____________________________________________________________________________
17872 [ 10179] By: jhi on 2001/05/23 21:19:51
17873 Log: Use the new use vars feature.
17876 ____________________________________________________________________________
17877 [ 10178] By: jhi on 2001/05/23 21:19:28
17878 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
17879 From: Mike Guy <mjtg@cam.ac.uk>
17880 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17881 Date: Tue, 22 May 2001 13:11:39 +0100
17884 ! MANIFEST lib/vars.pm t/lib/1_compile.t
17885 ____________________________________________________________________________
17886 [ 10177] By: jhi on 2001/05/23 21:01:48
17887 Log: -qlongdouble considered harmful by Merijn.
17890 ____________________________________________________________________________
17891 [ 10176] By: jhi on 2001/05/21 13:21:21
17892 Log: Update Changes.
17894 ! Changes patchlevel.h
17895 ____________________________________________________________________________
17896 [ 10175] By: jhi on 2001/05/21 13:17:28
17897 Log: Add a test of its very own for Fcntl. Hopefully portable.
17901 ____________________________________________________________________________
17902 [ 10174] By: jhi on 2001/05/21 12:45:41
17903 Log: Must be trickier for 'minitest' not to die.
17906 ____________________________________________________________________________
17907 [ 10173] By: jhi on 2001/05/21 11:24:43
17908 Log: Can't declare other people's variables.
17911 ____________________________________________________________________________
17912 [ 10172] By: jhi on 2001/05/20 20:33:08
17913 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
17915 ! doio.c t/op/taint.t
17916 ____________________________________________________________________________
17917 [ 10171] By: jhi on 2001/05/20 20:18:45
17918 Log: The OS/2 variable needs to be declared.
17921 ____________________________________________________________________________
17922 [ 10170] By: nick on 2001/05/20 16:48:29
17923 Log: Integrate mainline
17925 !> (integrate 41 files)
17926 ____________________________________________________________________________
17927 [ 10169] By: jhi on 2001/05/20 11:50:20
17928 Log: Small perlsec updates: clarify the taintedness of filename
17929 globbing; suggest using Scalar::Util::tainted().
17932 ____________________________________________________________________________
17933 [ 10168] By: jhi on 2001/05/20 11:24:11
17934 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
17935 From: Dave Mitchell <davem@fdgroup.co.uk>
17936 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
17937 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
17939 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
17940 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
17941 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
17943 ____________________________________________________________________________
17944 [ 10167] By: jhi on 2001/05/20 11:12:14
17945 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
17946 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17947 Date: Sat, 19 May 2001 04:08:46 -0400
17948 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
17950 ! lib/ExtUtils/Mksymlists.pm makedef.pl
17951 ____________________________________________________________________________
17952 [ 10166] By: jhi on 2001/05/20 11:08:27
17953 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
17954 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17955 Date: Sat, 19 May 2001 04:30:45 -0400
17956 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
17959 ____________________________________________________________________________
17960 [ 10165] By: jhi on 2001/05/20 11:07:06
17961 Log: Subject: [PATCH 5.6.1] build bugs OS/2
17962 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17963 Date: Sat, 19 May 2001 04:35:28 -0400
17964 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
17966 ! os2/Makefile.SHs os2/os2.c
17967 ____________________________________________________________________________
17968 [ 10164] By: jhi on 2001/05/20 11:06:01
17969 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
17970 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17971 Date: Sat, 19 May 2001 04:04:23 -0400
17972 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
17974 (In bleadperl patched b-stash.t instead of b.t)
17976 ! t/lib/b-stash.t t/lib/bigfltpm.t
17977 ____________________________________________________________________________
17978 [ 10163] By: jhi on 2001/05/20 10:59:46
17979 Log: Subject: [PATCH 5.6.1] perl5db
17980 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17981 Date: Sat, 19 May 2001 03:49:09 -0400
17982 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
17985 ____________________________________________________________________________
17986 [ 10162] By: jhi on 2001/05/20 10:58:18
17987 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
17988 From: Gisle Aas <gisle@ActiveState.com>
17989 Date: 18 May 2001 14:24:51 -0700
17990 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
17993 ____________________________________________________________________________
17994 [ 10161] By: jhi on 2001/05/20 10:57:00
17995 Log: Subject: [PATCH] Chomp should not always stringify
17996 From: Gisle Aas <gisle@ActiveState.com>
17997 Date: 18 May 2001 07:55:25 -0700
17998 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
18000 ! doop.c t/op/chop.t
18001 ____________________________________________________________________________
18002 [ 10160] By: jhi on 2001/05/20 10:49:40
18003 Log: Integrate perlio.
18005 !> pod/perlfunc.pod
18006 ____________________________________________________________________________
18007 [ 10159] By: nick on 2001/05/20 09:39:46
18008 Log: Document some more of open's features.
18011 ____________________________________________________________________________
18012 [ 10158] By: gsar on 2001/05/18 18:43:38
18013 Log: back out change#10153 (it has compatibility issues such as the
18014 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
18015 benefit for 5.6.x doesn't seem worth the risk)
18016 Branch: maint-5.6/perl
18018 ____________________________________________________________________________
18019 [ 10157] By: jhi on 2001/05/18 17:05:40
18020 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
18023 ____________________________________________________________________________
18024 [ 10156] By: jhi on 2001/05/18 12:06:40
18025 Log: Update Changes.
18027 ! Changes patchlevel.h
18028 ____________________________________________________________________________
18029 [ 10155] By: jhi on 2001/05/18 11:58:57
18030 Log: Integrate change #10144 from maintperl.
18032 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
18034 !> win32/config.bc win32/config.gc win32/config.vc
18035 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18036 ____________________________________________________________________________
18037 [ 10154] By: nick on 2001/05/18 07:23:03
18038 Log: Integrate mainline.
18040 +> README.dgux t/lib/i18n-collate.t utils.lst
18041 !> (integrate 49 files)
18042 ____________________________________________________________________________
18043 [ 10153] By: jhi on 2001/05/18 00:41:51
18044 Log: Integrate change #7224 from mainline into maintperl.
18046 Allow @+ and @- to be doublequoted, from Simon Cozens.
18047 (Approved by Larry, see Tom's comment in 20000830.005.)
18048 Branch: maint-5.6/perl
18050 ____________________________________________________________________________
18051 [ 10152] By: jhi on 2001/05/17 23:18:15
18052 Log: Subject: [PATCH bleadperl] small lookbehind fix
18053 From: Hugo <hv@crypt.compulink.co.uk>
18054 Date: Fri, 18 May 2001 00:07:19 +0100
18055 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
18058 ____________________________________________________________________________
18059 [ 10151] By: jhi on 2001/05/17 22:00:06
18062 ! installman utils.lst
18063 ____________________________________________________________________________
18064 [ 10150] By: jhi on 2001/05/17 20:32:48
18065 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
18068 ! t/lib/glob-basic.t
18069 ____________________________________________________________________________
18070 [ 10149] By: jhi on 2001/05/17 20:08:58
18071 Log: Subject: [PATCH] Test for bug 20010515.004
18072 From: Benjamin Sugars <bsugars@canoe.ca>
18073 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
18074 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
18077 ____________________________________________________________________________
18078 [ 10148] By: jhi on 2001/05/17 20:06:23
18079 Log: Integrate #10145 from maintperl.
18081 fix for ID 20010515.004 (needs test)
18084 ____________________________________________________________________________
18085 [ 10147] By: jhi on 2001/05/17 19:10:46
18086 Log: Thinko noticed by Doug MacEachern.
18089 ____________________________________________________________________________
18090 [ 10146] By: jhi on 2001/05/17 17:30:37
18091 Log: Subject: Re: [PATCH] HERE mark in regex
18092 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18093 Date: Thu, 17 May 2001 12:20:33 -0400
18094 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
18097 ____________________________________________________________________________
18098 [ 10145] By: gsar on 2001/05/17 16:59:55
18099 Log: fix for ID 20010515.004 (needs test)
18100 Branch: maint-5.6/perl
18102 ____________________________________________________________________________
18103 [ 10144] By: gsar on 2001/05/17 16:39:02
18104 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
18105 Branch: maint-5.6/perl
18106 ! win32/config.bc win32/config.gc win32/config.vc
18107 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18108 ____________________________________________________________________________
18109 [ 10143] By: jhi on 2001/05/17 14:21:08
18110 Log: Macrofy the getspecific (and use it also in util.c)
18113 ____________________________________________________________________________
18114 [ 10142] By: jhi on 2001/05/17 01:43:50
18115 Log: Use the unchecked thread-specific key fetch also in Tru64.
18118 ____________________________________________________________________________
18119 [ 10141] By: jhi on 2001/05/17 01:41:07
18120 Log: Subject: [PATCH 5.6.1]Quick thread speedup
18121 From: Dan Sugalski <dan@sidhe.org>
18122 Date: Wed, 16 May 2001 18:05:19 -0400
18123 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
18126 ____________________________________________________________________________
18127 [ 10140] By: jhi on 2001/05/16 19:58:29
18128 Log: I think this is quite enough testing for a deprecated feature.
18130 + t/lib/i18n-collate.t
18131 ! MANIFEST t/lib/1_compile.t
18132 ____________________________________________________________________________
18133 [ 10139] By: jhi on 2001/05/16 18:47:03
18134 Log: More HP-UX lore from Jeff Okamoto.
18137 ____________________________________________________________________________
18138 [ 10138] By: jhi on 2001/05/16 18:21:04
18139 Log: Sort utils.lst for easier maintenance.
18142 ____________________________________________________________________________
18143 [ 10137] By: jhi on 2001/05/16 18:12:01
18144 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18145 From: Tim Jenness <t.jenness@jach.hawaii.edu>
18146 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
18147 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
18149 Add pod2latex to utils.lst.
18151 ! MANIFEST utils.lst
18152 ____________________________________________________________________________
18153 [ 10136] By: jhi on 2001/05/16 18:00:00
18154 Log: Subject: Re: [PATCH] HERE mark in regex
18155 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18156 Date: Wed, 16 May 2001 13:04:43 -0400
18157 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
18159 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
18160 ! t/op/regmesg.t t/pragma/warn/regcomp
18161 ____________________________________________________________________________
18162 [ 10135] By: jhi on 2001/05/16 17:51:50
18163 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18164 From: Simon Cozens <simon@netthink.co.uk>
18165 Date: Wed, 16 May 2001 18:02:08 +0100
18166 Message-ID: <20010516180208.A6458@netthink.co.uk>
18168 ! installman utils.lst
18169 ____________________________________________________________________________
18170 [ 10134] By: jhi on 2001/05/16 17:47:26
18171 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
18172 From: "Philip Newton" <pnewton@gmx.de>
18173 Date: Tue, 15 May 2001 15:09:30 +0200
18174 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
18176 Test case for #10128.
18178 ! t/pragma/warn/pp_hot
18179 ____________________________________________________________________________
18180 [ 10133] By: jhi on 2001/05/16 15:12:52
18181 Log: Update Changes.
18183 ! Changes patchlevel.h
18184 ____________________________________________________________________________
18185 [ 10132] By: jhi on 2001/05/16 14:50:55
18186 Log: Deprecate pseudo-hashes.
18188 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
18189 ____________________________________________________________________________
18190 [ 10131] By: jhi on 2001/05/16 14:26:01
18191 Log: HP-UX hints update from Merijn.
18194 ____________________________________________________________________________
18195 [ 10130] By: jhi on 2001/05/16 14:23:01
18196 Log: README.hpux update from Merijn.
18199 ____________________________________________________________________________
18200 [ 10129] By: jhi on 2001/05/16 14:18:56
18201 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18202 From: Simon Cozens <simon@netthink.co.uk>
18203 Date: Wed, 16 May 2001 15:57:55 +0100
18204 Message-ID: <20010516155755.A4728@netthink.co.uk>
18207 ! MANIFEST installman installperl
18208 ____________________________________________________________________________
18209 [ 10128] By: jhi on 2001/05/16 14:15:36
18210 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
18211 From: "Philip Newton" <pnewton@gmx.de>
18212 Date: Tue, 15 May 2001 16:31:05 +0200
18213 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
18215 Fix PERL_Y2KWARN test to check before rather than after appending.
18218 ____________________________________________________________________________
18219 [ 10127] By: jhi on 2001/05/16 14:08:15
18220 Log: Regen Porting stuff.
18222 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18224 ____________________________________________________________________________
18225 [ 10126] By: jhi on 2001/05/16 13:41:50
18226 Log: Metaconfig unit change for #10125.
18228 ! U/modified/Oldconfig.U
18229 ____________________________________________________________________________
18230 [ 10125] By: jhi on 2001/05/16 13:41:35
18233 ! Configure config_h.SH perl.c
18234 ____________________________________________________________________________
18235 [ 10124] By: jhi on 2001/05/16 13:41:09
18238 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18239 ____________________________________________________________________________
18240 [ 10123] By: jhi on 2001/05/16 13:25:38
18241 Log: Adding the README.dgux to the MANIFEST would be a good idea.
18244 ____________________________________________________________________________
18245 [ 10122] By: jhi on 2001/05/16 13:08:33
18246 Log: Move the stack desire definition to thread.h.
18248 ! ext/Thread/Thread.xs thread.h
18249 ____________________________________________________________________________
18250 [ 10121] By: jhi on 2001/05/16 13:00:12
18251 Log: DG-UX threading patches, including a README.dgux,
18252 from Takis Psarogiannakopoulos.
18255 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
18256 ____________________________________________________________________________
18257 [ 10120] By: jhi on 2001/05/16 12:55:33
18258 Log: Subject: [PATCH B::Deparse] More on /x regexes
18259 From: Robin Houston <robin@kitsite.com>
18260 Date: Tue, 15 May 2001 19:09:35 +0100
18261 Message-ID: <20010515190935.A27268@penderel>
18263 ! ext/B/B/Deparse.pm
18264 ____________________________________________________________________________
18265 [ 10119] By: jhi on 2001/05/16 12:45:29
18266 Log: Document that the core time() may be rounding rather
18267 than truncating, would have saved at least my confusion.
18269 ! ext/Time/HiRes/HiRes.pm
18270 ____________________________________________________________________________
18271 [ 10118] By: jhi on 2001/05/16 12:37:57
18272 Log: Subject: perl-current/t/time-hires.t
18273 From: John Peacock <jpeacock@rowman.com>
18274 Date: Fri, 11 May 2001 14:09:41 -0400
18275 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
18277 ! t/lib/time-hires.t
18278 ____________________________________________________________________________
18279 [ 10117] By: jhi on 2001/05/15 13:40:33
18280 Log: Subject: [PATCH dump.c] Op private flags
18281 From: Simon Cozens <simon@netthink.co.uk>
18282 Date: Sun, 13 May 2001 20:20:36 +0100
18283 Message-ID: <20010513202036.A21896@netthink.co.uk>
18286 ____________________________________________________________________________
18287 [ 10116] By: jhi on 2001/05/15 13:28:26
18288 Log: Upgrade to Switch 2.03.
18291 ____________________________________________________________________________
18292 [ 10115] By: jhi on 2001/05/15 13:19:01
18293 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
18294 to PERL_CONFIG_SH and use it consistently.
18295 Branch: maint-5.6/perl
18296 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18297 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
18298 !> myconfig.SH writemain.SH
18299 ____________________________________________________________________________
18300 [ 10114] By: jhi on 2001/05/15 13:13:21
18301 Log: Metaconfig units changes for #10113.
18303 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
18304 ____________________________________________________________________________
18305 [ 10113] By: jhi on 2001/05/15 13:12:40
18306 Log: The problem described in 20010514.031 still wasn't
18307 fully cured, there were remnants of $CONFIG when
18308 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
18309 to avoid future conflicts.
18311 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18312 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
18313 ! myconfig.SH writemain.SH
18314 ____________________________________________________________________________
18315 [ 10112] By: jhi on 2001/05/15 11:55:44
18316 Log: Half of #10107 got lost.
18318 ! ext/B/B/Deparse.pm
18319 ____________________________________________________________________________
18320 [ 10111] By: nick on 2001/05/15 08:39:14
18321 Log: Integrate mainline.
18323 +> ext/POSIX/hints/uts.pl
18324 - Todo Todo-5.6 t/camel-III/vstring.t
18325 !> (integrate 48 files)
18326 ____________________________________________________________________________
18327 [ 10110] By: jhi on 2001/05/15 02:04:05
18328 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
18329 From: Robin Houston <robin@kitsite.com>
18330 Date: Mon, 14 May 2001 22:27:08 +0100
18331 Message-ID: <20010514222708.A22963@penderel>
18334 ____________________________________________________________________________
18335 [ 10109] By: jhi on 2001/05/15 02:03:12
18336 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
18337 From: Robin Houston <robin@kitsite.com>
18338 Date: Mon, 14 May 2001 22:16:43 +0100
18339 Message-ID: <20010514221643.A22437@penderel>
18341 ! ext/B/B/Deparse.pm
18342 ____________________________________________________________________________
18343 [ 10108] By: jhi on 2001/05/15 02:02:17
18344 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
18345 From: Robin Houston <robin@kitsite.com>
18346 Date: Mon, 14 May 2001 22:03:44 +0100
18347 Message-ID: <20010514220344.A20643@penderel>
18349 ! ext/B/B/Deparse.pm
18350 ____________________________________________________________________________
18351 [ 10107] By: jhi on 2001/05/15 02:01:24
18352 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
18353 From: Robin Houston <robin@kitsite.com>
18354 Date: Mon, 14 May 2001 22:10:07 +0100
18355 Message-ID: <20010514221007.A21118@penderel>
18357 ! ext/B/B/Deparse.pm
18358 ____________________________________________________________________________
18359 [ 10106] By: jhi on 2001/05/15 01:41:26
18360 Log: Fix for 20010514.037; substr() didn't invalidate the locale
18364 ____________________________________________________________________________
18365 [ 10105] By: jhi on 2001/05/14 18:18:24
18366 Log: Update Changes.
18368 ! Changes patchlevel.h
18369 ____________________________________________________________________________
18370 [ 10104] By: jhi on 2001/05/14 18:09:07
18371 Log: Retract #10094.
18374 ____________________________________________________________________________
18375 [ 10103] By: jhi on 2001/05/14 15:20:58
18376 Log: Integrate change #10100 from maintperl.
18378 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
18379 bug ID 20010514.027)
18382 ____________________________________________________________________________
18383 [ 10102] By: jhi on 2001/05/14 15:19:21
18384 Log: Document the deprecatedness of suidperl.
18386 ! INSTALL pod/perlfaq1.pod
18387 ____________________________________________________________________________
18388 [ 10101] By: jhi on 2001/05/14 14:54:31
18389 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
18390 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18391 Date: Mon, 14 May 2001 09:38:59 -0400
18392 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
18394 ! lib/ExtUtils/MM_Unix.pm
18395 ____________________________________________________________________________
18396 [ 10100] By: gsar on 2001/05/14 14:43:50
18397 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
18398 bug ID 20010514.027)
18400 TODO: this needs a testsuite addition
18401 Branch: maint-5.6/perl
18403 ____________________________________________________________________________
18404 [ 10099] By: jhi on 2001/05/14 13:42:38
18405 Log: More DWIMminess for Class::Struct: calling the array or hash
18406 accessors only with one argument, an array or a hash reference,
18407 sets the underlying array or hash. This mirrors nicely also
18408 the usage in the constructor.
18409 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
18411 ! lib/Class/Struct.pm t/lib/class-struct.t
18412 ____________________________________________________________________________
18413 [ 10098] By: jhi on 2001/05/14 13:10:34
18414 Log: Reference cmp'ing should go through the whole stringification
18415 process shebang, as pointed out by Sarathy in #10091.
18418 ____________________________________________________________________________
18419 [ 10097] By: jhi on 2001/05/14 12:54:31
18420 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
18421 From: Simon Cozens <simon@netthink.co.uk>
18422 Date: Sat, 12 May 2001 16:36:27 +0100
18423 Message-ID: <20010512163627.A5522@netthink.co.uk>
18425 with some additions salvaged from Todo and Todo-5.6 before
18429 ! MANIFEST pod/perltodo.pod
18430 ____________________________________________________________________________
18431 [ 10096] By: jhi on 2001/05/14 12:37:01
18432 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
18433 From: "Golubev I. N." <gin@mo.msk.ru>
18434 Date: Mon, 07 May 2001 14:33:34 (GMT)
18435 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
18438 ____________________________________________________________________________
18439 [ 10095] By: jhi on 2001/05/14 12:34:24
18440 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
18441 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
18442 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
18443 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
18445 ! lib/ExtUtils/MM_Unix.pm
18446 ____________________________________________________________________________
18447 [ 10094] By: jhi on 2001/05/14 12:32:44
18448 Log: (Retracted by #10104.)
18450 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
18451 From: barries <barries@slaysys.com>
18452 Date: Sat, 12 May 2001 01:28:10 -0400
18453 Message-ID: <20010512012810.B26358@jester.slaysys.com>
18456 ____________________________________________________________________________
18457 [ 10093] By: jhi on 2001/05/14 12:30:38
18458 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
18459 From: Mike Guy <mjtg@cam.ac.uk>
18460 Date: Sat, 12 May 2001 19:24:33 +0100
18461 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
18464 ____________________________________________________________________________
18465 [ 10092] By: jhi on 2001/05/14 12:29:21
18466 Log: Yet another HP-UX hints tweak from Merijn.
18469 ____________________________________________________________________________
18470 [ 10091] By: gsar on 2001/05/14 04:38:32
18471 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
18472 isn't defined (changes#9366,9368,9370 from mainline without the
18474 Branch: maint-5.6/perl
18475 ! pp.c pp.h pp_hot.c
18476 ____________________________________________________________________________
18477 [ 10090] By: jhi on 2001/05/12 13:39:43
18478 Log: The sorting seems to happen now automatically.
18480 ! t/lib/glob-basic.t
18481 ____________________________________________________________________________
18482 [ 10089] By: jhi on 2001/05/12 03:38:15
18483 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18484 From: Benjamin Sugars <bsugars@canoe.ca>
18485 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
18486 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
18489 ____________________________________________________________________________
18490 [ 10088] By: jhi on 2001/05/12 03:37:00
18491 Log: Subject: Re: undef(&foo) does not work for XS functions
18492 From: Doug MacEachern <dougm@covalent.net>
18493 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
18494 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
18497 ____________________________________________________________________________
18498 [ 10087] By: jhi on 2001/05/12 03:35:58
18499 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
18500 From: Peter Prymmer <pvhp@forte.com>
18501 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
18502 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
18505 ____________________________________________________________________________
18506 [ 10086] By: jhi on 2001/05/11 14:23:08
18507 Log: Update Changes.
18509 ! Changes patchlevel.h
18510 ____________________________________________________________________________
18511 [ 10085] By: jhi on 2001/05/11 14:08:20
18512 Log: Remove the 'asciir' re subpragma. Should instead implement
18513 the 'physical vs logical' range scheme:
18515 \xAA-\xCC is a native physical range, you want that range of
18516 codepoints in your native encoding. In EBCDIC the codepoints
18517 in the gaps (between i-j and r-s) should be included.
18519 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
18520 codepoints in Unicode.
18522 a-z is a logical range, you want that range of 'logical' codepoints
18523 in your native encoding. In EBCDIC the codepoints in the gaps
18524 (between i-j and r-s) should not be included.
18526 Mixed cases (a-\xAA, etc) should either be errors, or maybe
18527 the 'logical' endpoints should be converted to native/Unicode
18528 codepoints, and the range handled as a physical range.
18530 'Logical endpoints' are to be recognized only in the A-Z, a-z,
18531 and 0-9 ranges. Probably a warning should be given for mixed
18532 cases like A-z or a-9 (since such expressions are encoding
18533 dependent), with a recommendation to use physical ranges.
18535 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
18537 ____________________________________________________________________________
18538 [ 10084] By: jhi on 2001/05/11 13:56:16
18539 Log: Make the test to cleanup the test directory tree
18540 both before and after the testing so that we always
18541 have a clean slate to work with.
18544 ____________________________________________________________________________
18545 [ 10083] By: jhi on 2001/05/11 13:46:30
18546 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18547 From: Jon Eveland <jweveland@yahoo.com>
18548 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
18549 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
18552 ____________________________________________________________________________
18553 [ 10082] By: jhi on 2001/05/11 13:45:06
18554 Log: Merge the camel-III/vstring.t with op/ver.t.
18556 - t/camel-III/vstring.t
18557 ! MANIFEST t/TEST t/harness t/op/ver.t
18558 ____________________________________________________________________________
18559 [ 10081] By: jhi on 2001/05/11 13:15:55
18560 Log: Add test.deparse make target.
18563 ____________________________________________________________________________
18564 [ 10080] By: jhi on 2001/05/11 12:52:49
18565 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
18566 From: Robin Houston <robin@kitsite.com>
18567 Date: Fri, 11 May 2001 12:02:22 +0100
18568 Message-ID: <20010511120222.A11529@penderel>
18570 ! ext/B/B/Deparse.pm t/op/method.t
18571 ____________________________________________________________________________
18572 [ 10079] By: jhi on 2001/05/11 01:59:06
18573 Log: A nicely working combination for UTS from Hal Morris.
18575 + ext/POSIX/hints/uts.pl
18576 ! MANIFEST hints/uts.sh
18577 ____________________________________________________________________________
18578 [ 10078] By: jhi on 2001/05/11 01:15:04
18579 Log: i_ieeefp=undef for UTS.
18582 ____________________________________________________________________________
18583 [ 10077] By: jhi on 2001/05/10 22:42:35
18584 Log: Subject: RE: rand(0) is rand(1)
18585 From: Larry Shatzer <lshatzer@islanddata.com>
18586 Date: Thu, 10 May 2001 11:09:27 -0700
18587 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
18590 ____________________________________________________________________________
18591 [ 10076] By: jhi on 2001/05/10 22:36:50
18592 Log: Subject: [patch] make op_{clear,null} public
18593 From: Doug MacEachern <dougm@covalent.net>
18594 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
18595 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
18597 ! embed.h embed.pl op.c proto.h
18598 ____________________________________________________________________________
18599 [ 10075] By: jhi on 2001/05/10 22:28:36
18600 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
18601 From: Robin Houston <robin@kitsite.com>
18602 Date: Thu, 10 May 2001 18:54:59 +0100
18603 Message-ID: <20010510185459.A5995@penderel>
18605 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
18606 ____________________________________________________________________________
18607 [ 10074] By: jhi on 2001/05/10 22:23:41
18608 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
18609 From: Robin Houston <robin@kitsite.com>
18610 Date: Thu, 10 May 2001 12:56:39 +0100
18611 Message-ID: <20010510125639.A2119@penderel>
18613 ! ext/B/B/Deparse.pm
18614 ____________________________________________________________________________
18615 [ 10073] By: jhi on 2001/05/10 14:26:01
18616 Log: Retract #10070, not ready yet.
18618 ! ext/B/B/Deparse.pm
18619 ____________________________________________________________________________
18620 [ 10072] By: jhi on 2001/05/10 13:40:24
18621 Log: The metaconfig unit change for #10071.
18623 ! U/modified/mallocsrc.U
18624 ____________________________________________________________________________
18625 [ 10071] By: jhi on 2001/05/10 13:39:57
18626 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
18629 ____________________________________________________________________________
18630 [ 10070] By: jhi on 2001/05/10 13:18:42
18631 Log: (Retracted by #10073)
18633 Subject: Re: [PATCH t/TEST] B::Deparse tester
18634 From: Hugo <hv@crypt.compulink.co.uk>
18635 Date: Thu, 10 May 2001 05:48:09 +0100
18636 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
18638 ! ext/B/B/Deparse.pm
18639 ____________________________________________________________________________
18640 [ 10069] By: jhi on 2001/05/10 12:24:06
18641 Log: Add a for(func()) test.
18644 ____________________________________________________________________________
18645 [ 10068] By: jhi on 2001/05/10 12:16:00
18646 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
18647 From: Robin Houston <robin@kitsite.com>
18648 Date: Thu, 10 May 2001 13:50:08 +0100
18649 Message-ID: <20010510135008.A2454@penderel>
18651 ! ext/B/B/Deparse.pm
18652 ____________________________________________________________________________
18653 [ 10067] By: jhi on 2001/05/10 01:45:03
18654 Log: A thinko in #10065.
18657 ____________________________________________________________________________
18658 [ 10066] By: jhi on 2001/05/10 01:33:12
18659 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
18660 From: Robin Houston <robin@kitsite.com>
18661 Date: Thu, 10 May 2001 02:10:34 +0100
18662 Message-ID: <20010510021034.A19421@penderel>
18664 ! ext/B/B.xs ext/B/B/Deparse.pm
18665 ____________________________________________________________________________
18666 [ 10065] By: jhi on 2001/05/10 01:30:43
18667 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
18668 From: Doug MacEachern <dougm@covalent.net>
18669 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
18670 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
18673 ____________________________________________________________________________
18674 [ 10064] By: jhi on 2001/05/09 23:13:29
18675 Log: One more workaround for the UTS compiler from Hal Morris.
18678 ____________________________________________________________________________
18679 [ 10063] By: jhi on 2001/05/09 23:09:53
18680 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
18681 From: Robin Houston <robin@kitsite.com>
18682 Date: Thu, 10 May 2001 01:02:08 +0100
18683 Message-ID: <20010510010208.A18200@penderel>
18686 ____________________________________________________________________________
18687 [ 10062] By: jhi on 2001/05/09 23:06:25
18688 Log: Subject: [PATCH] Simplify deb_curcv() a bit
18689 From: Benjamin Sugars <bsugars@canoe.ca>
18690 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
18691 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
18694 ____________________________________________________________________________
18695 [ 10061] By: jhi on 2001/05/09 23:05:28
18696 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
18697 From: Benjamin Sugars <bsugars@canoe.ca>
18698 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
18699 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
18701 ! t/lib/io_scalar.t
18702 ____________________________________________________________________________
18703 [ 10060] By: jhi on 2001/05/09 23:04:38
18704 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
18705 From: Peter Prymmer <pvhp@forte.com>
18706 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
18707 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
18710 ____________________________________________________________________________
18711 [ 10059] By: jhi on 2001/05/09 23:03:52
18712 Log: Subject: [PATCH t/TEST] B::Deparse tester
18713 From: Robin Houston <robin@kitsite.com>
18714 Date: Wed, 9 May 2001 19:17:50 +0100
18715 Message-ID: <20010509191750.A16940@penderel>
18717 ! ext/B/O.pm t/TEST
18718 ____________________________________________________________________________
18719 [ 10058] By: jhi on 2001/05/09 23:02:56
18720 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
18721 From: Jeff Pinyan <jeffp@crusoe.net>
18722 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
18723 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
18726 ____________________________________________________________________________
18727 [ 10057] By: nick on 2001/05/09 18:37:56
18728 Log: Integrate mainline.
18730 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
18731 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
18732 ____________________________________________________________________________
18733 [ 10056] By: jhi on 2001/05/09 16:44:44
18734 Log: Update Changes.
18736 ! Changes patchlevel.h
18737 ____________________________________________________________________________
18738 [ 10055] By: jhi on 2001/05/09 16:26:47
18739 Log: Integrate perlio.
18741 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18742 ____________________________________________________________________________
18743 [ 10054] By: jhi on 2001/05/09 16:25:42
18744 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
18745 From: Benjamin Sugars <bsugars@canoe.ca>
18746 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
18747 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
18750 ____________________________________________________________________________
18751 [ 10053] By: jhi on 2001/05/09 16:24:37
18752 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
18753 From: Benjamin Sugars <bsugars@canoe.ca>
18754 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
18755 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
18757 ! ext/PerlIO/Scalar/Scalar.xs
18758 ____________________________________________________________________________
18759 [ 10052] By: jhi on 2001/05/09 16:19:04
18760 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
18761 From: Jeff Pinyan <jeffp@crusoe.net>
18762 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
18763 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
18766 ____________________________________________________________________________
18767 [ 10051] By: jhi on 2001/05/09 15:30:17
18768 Log: EPOC tweak from Olaf Flebbe.
18771 ____________________________________________________________________________
18772 [ 10050] By: nick on 2001/05/09 14:37:57
18773 Log: win32, regen_config_h
18775 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18776 ____________________________________________________________________________
18777 [ 10049] By: jhi on 2001/05/09 12:33:39
18778 Log: Integrate perlio.
18781 ____________________________________________________________________________
18782 [ 10048] By: nick on 2001/05/09 11:59:50
18783 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
18784 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
18787 ____________________________________________________________________________
18788 [ 10047] By: jhi on 2001/05/09 10:50:12
18789 Log: Integrate perlio.
18792 ____________________________________________________________________________
18793 [ 10046] By: jhi on 2001/05/09 10:49:34
18794 Log: Subject: Re: Less warnings during configure
18795 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18796 Date: Wed, 09 May 2001 13:12:49 +0200
18797 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
18800 ____________________________________________________________________________
18801 [ 10045] By: nick on 2001/05/09 09:56:59
18802 Log: MULTIPLICITY/DEBUGGING build fix.
18805 ____________________________________________________________________________
18806 [ 10044] By: nick on 2001/05/09 09:46:37
18807 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
18809 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
18810 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
18811 !> (integrate 65 files)
18812 ____________________________________________________________________________
18813 [ 10043] By: jhi on 2001/05/08 22:41:49
18814 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18815 From: Robin Houston <robin@kitsite.com>
18816 Date: Tue, 8 May 2001 19:38:00 +0100
18817 Message-ID: <20010508193800.A4389@penderel>
18819 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18820 From: Robin Houston <robin@kitsite.com>
18821 Date: Tue, 8 May 2001 20:03:57 +0100
18822 Message-ID: <20010508200357.A4614@penderel>
18824 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
18825 From: Robin Houston <robin@kitsite.com>
18826 Date: Wed, 9 May 2001 00:12:05 +0100
18827 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
18829 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
18830 ____________________________________________________________________________
18831 [ 10042] By: jhi on 2001/05/08 22:09:35
18832 Log: Retract #10031.
18835 ____________________________________________________________________________
18836 [ 10041] By: jhi on 2001/05/08 18:27:34
18837 Log: The metaconfig unit changes for #10040.
18838 Branch: metaconfig/U/perl
18839 ! Checkcc.U d_dlsymun.U dlsrc.U
18840 ____________________________________________________________________________
18841 [ 10040] By: jhi on 2001/05/08 18:24:47
18842 Log: The Configure half of
18844 Subject: Less warnings during configure
18845 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18846 Date: Tue, 08 May 2001 08:44:02 +0200
18847 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
18850 ____________________________________________________________________________
18851 [ 10039] By: jhi on 2001/05/08 16:48:31
18852 Log: Subject: Less warnings during configure
18853 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18854 Date: Tue, 08 May 2001 08:44:02 +0200
18855 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
18858 ____________________________________________________________________________
18859 [ 10038] By: jhi on 2001/05/08 16:32:07
18860 Log: Don't forget to whine about \d__\d.
18862 ! t/pragma/warn/toke toke.c
18863 ____________________________________________________________________________
18864 [ 10037] By: jhi on 2001/05/08 16:07:05
18865 Log: Allow underscores also in the exponent part.
18867 ! t/pragma/warn/toke toke.c
18868 ____________________________________________________________________________
18869 [ 10036] By: jhi on 2001/05/08 13:33:55
18870 Log: CodeMagicCD doesn't look like an *I*DE.
18873 ____________________________________________________________________________
18874 [ 10035] By: jhi on 2001/05/08 13:27:48
18875 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
18876 to be consistently down).
18879 ____________________________________________________________________________
18880 [ 10034] By: jhi on 2001/05/08 13:21:07
18881 Log: Upgrade to Text::Balanced 1.84.
18883 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
18884 ____________________________________________________________________________
18885 [ 10033] By: jhi on 2001/05/08 12:41:53
18886 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
18887 From: Benjamin Sugars <bsugars@canoe.ca>
18888 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
18889 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
18892 ____________________________________________________________________________
18893 [ 10032] By: jhi on 2001/05/08 12:40:28
18894 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
18895 From: Peter Prymmer <pvhp@forte.com>
18896 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
18897 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
18900 ____________________________________________________________________________
18901 [ 10031] By: jhi on 2001/05/08 12:35:25
18902 Log: (Retracted by #10042)
18904 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
18905 From: "Philip Newton" <pnewton@gmx.de>
18906 Date: Tue, 8 May 2001 09:18:10 +0200
18907 Message-ID: <3AF7B9D2.28861.603732@localhost>
18910 ____________________________________________________________________________
18911 [ 10030] By: jhi on 2001/05/08 12:32:23
18912 Log: Subject: [PATCH B::Deparse] Document known bugs
18913 From: Robin Houston <robin@kitsite.com>
18914 Date: Tue, 8 May 2001 01:53:34 +0100
18915 Message-ID: <20010508015334.A32394@penderel>
18917 ! ext/B/B/Deparse.pm
18918 ____________________________________________________________________________
18919 [ 10029] By: jhi on 2001/05/08 12:28:28
18920 Log: Subject: Re: Perl book, magazine and website updates.
18921 From: "Philip Newton" <pnewton@gmx.de>
18922 Date: Mon, 7 May 2001 17:03:58 +0200
18923 Message-ID: <3AF6D57E.5387.1E29930@localhost>
18926 ____________________________________________________________________________
18927 [ 10028] By: jhi on 2001/05/07 23:53:30
18928 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
18929 From: Peter Prymmer <pvhp@forte.com>
18930 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
18931 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
18934 ____________________________________________________________________________
18935 [ 10027] By: jhi on 2001/05/07 23:22:48
18936 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
18937 From: Robin Houston <robin@kitsite.com>
18938 Date: Tue, 8 May 2001 01:14:55 +0100
18939 Message-ID: <20010508011455.A32162@penderel>
18941 ! ext/B/B/Deparse.pm
18942 ____________________________________________________________________________
18943 [ 10026] By: jhi on 2001/05/07 23:15:05
18944 Log: Typo in #10025.
18947 ____________________________________________________________________________
18948 [ 10025] By: jhi on 2001/05/07 21:15:35
18949 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
18952 ____________________________________________________________________________
18953 [ 10024] By: jhi on 2001/05/07 20:58:40
18954 Log: Subject: Re: [ID 20010506.045] question about hash syntax
18955 From: Peter Scott <Peter@PSDT.com>
18956 Date: Sun, 06 May 2001 13:10:40 -0700
18957 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
18959 ! pod/perl56delta.pod
18960 ____________________________________________________________________________
18961 [ 10023] By: jhi on 2001/05/07 20:41:26
18962 Log: Configure should figure out the list of dynamic extensions
18963 just fine in UTS-- and in fact it does, as reported by Hal Morris.
18966 ____________________________________________________________________________
18967 [ 10022] By: jhi on 2001/05/07 20:24:11
18968 Log: Update Changes.
18970 ! Changes patchlevel.h
18971 ____________________________________________________________________________
18972 [ 10021] By: jhi on 2001/05/07 20:11:31
18973 Log: Subject: [PATCH regcomp.c] Insecure regexes
18974 From: Robin Houston <robin@kitsite.com>
18975 Date: Mon, 7 May 2001 21:56:12 +0100
18976 Message-ID: <20010507215612.A31114@penderel>
18979 ____________________________________________________________________________
18980 [ 10020] By: jhi on 2001/05/07 20:02:30
18981 Log: Drop the foobar.perl.com references for now until Simon
18982 gets them sorted out.
18985 ____________________________________________________________________________
18986 [ 10019] By: jhi on 2001/05/07 19:54:33
18987 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
18988 From: Prymmer/Kahn <pvhp@best.com>
18989 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
18990 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
18992 ! lib/Devel/SelfStubber.pm
18993 ____________________________________________________________________________
18994 [ 10018] By: jhi on 2001/05/07 19:53:10
18995 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
18996 From: Prymmer/Kahn <pvhp@best.com>
18997 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
18998 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
19001 ____________________________________________________________________________
19002 [ 10017] By: jhi on 2001/05/07 19:35:10
19003 Log: s/WebTechnique's/WebTechniques/
19006 ____________________________________________________________________________
19007 [ 10016] By: jhi on 2001/05/07 12:26:29
19008 Log: Llama 3 updates from Randal.
19011 ____________________________________________________________________________
19012 [ 10015] By: jhi on 2001/05/07 01:34:38
19013 Log: Subject: [PATCH] Help -Dt show correct pad variables
19014 From: Benjamin Sugars <ben.sugars@home.com>
19015 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
19016 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
19018 ! embed.h embed.pl proto.h run.c
19019 ____________________________________________________________________________
19020 [ 10014] By: jhi on 2001/05/07 01:23:56
19021 Log: Subject: [PATCH] Document C<our $foo : shared>
19022 From: Benjamin Sugars <ben.sugars@home.com>
19023 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
19024 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
19027 ____________________________________________________________________________
19028 [ 10013] By: jhi on 2001/05/07 01:22:22
19029 Log: Subject: [PATCH B::Deparse] undefined folded constants
19030 From: Robin Houston <robin@kitsite.com>
19031 Date: Sun, 6 May 2001 17:19:09 +0100
19032 Message-ID: <20010506171909.A7046@penderel>
19034 ! ext/B/B/Deparse.pm
19035 ____________________________________________________________________________
19036 [ 10012] By: jhi on 2001/05/07 00:57:38
19037 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
19038 From: Robin Houston <robin@kitsite.com>
19039 Message-ID: <20010506164654.A6848@penderel>
19040 Date: Sun, 6 May 2001 16:46:54 +0100
19042 ! ext/B/B/Deparse.pm
19043 ____________________________________________________________________________
19044 [ 10011] By: jhi on 2001/05/07 00:52:18
19045 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
19046 From: Robin Houston <robin@kitsite.com>
19047 Date: Sun, 6 May 2001 14:47:02 +0100
19048 Message-ID: <20010506144702.A6308@penderel>
19051 ____________________________________________________________________________
19052 [ 10010] By: jhi on 2001/05/06 15:07:51
19053 Log: Subject: Perl book, magazine and website updates.
19054 From: Simon Cozens <simon@netthink.co.uk>
19055 Date: Sun, 6 May 2001 16:55:36 +0100
19056 Message-ID: <20010506165536.A1795@netthink.co.uk>
19058 ! pod/perlbook.pod pod/perlfaq2.pod
19059 ____________________________________________________________________________
19060 [ 10009] By: jhi on 2001/05/06 14:11:40
19061 Log: Tweaks on the Tru64 prof options.
19064 ____________________________________________________________________________
19065 [ 10008] By: jhi on 2001/05/06 13:51:49
19066 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
19067 From: Robin Houston <robin@kitsite.com>
19068 Date: Sun, 6 May 2001 14:40:51 +0100
19069 Message-ID: <20010506144051.A6279@penderel>
19071 ! t/pod/testp2pt.pl
19072 ____________________________________________________________________________
19073 [ 10007] By: jhi on 2001/05/06 13:49:31
19074 Log: Subject: [PATCH B::Deparse] scoping
19075 From: Robin Houston <robin@kitsite.com>
19076 Date: Sun, 6 May 2001 14:36:56 +0100
19077 Message-ID: <20010506143656.A4006@penderel>
19079 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
19080 ____________________________________________________________________________
19081 [ 10006] By: jhi on 2001/05/06 13:24:12
19082 Log: Document the undefinedness of bitshifting out of range.
19085 ____________________________________________________________________________
19086 [ 10005] By: jhi on 2001/05/06 13:03:17
19087 Log: Retract #10003 and update the IDE descriptions a bit.
19090 ____________________________________________________________________________
19091 [ 10004] By: jhi on 2001/05/06 03:02:41
19092 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
19093 From: Prymmer/Kahn <pvhp@best.com>
19094 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
19095 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
19097 ! win32/Makefile win32/buildext.pl win32/config.bc
19098 ! win32/config.gc win32/config.vc
19099 ____________________________________________________________________________
19100 [ 10003] By: jhi on 2001/05/05 20:24:44
19101 Log: (Retracted by #10005.)
19104 ____________________________________________________________________________
19105 [ 10002] By: jhi on 2001/05/05 19:23:36
19106 Log: It's "psed", not "sed".
19109 ____________________________________________________________________________
19110 [ 10001] By: jhi on 2001/05/05 18:35:38
19111 Log: Update Changes.
19113 ! Changes patchlevel.h
19114 ____________________________________________________________________________
19115 [ 10000] By: jhi on 2001/05/05 18:32:15
19116 Log: Subject: Re: bleadperl make install fails due to "psed"
19117 From: andreas.koenig@anima.de (Andreas J. Koenig)
19118 Date: 05 May 2001 18:23:28 +0200
19119 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
19121 ! x2p/Makefile.SH x2p/s2p.PL
19122 ____________________________________________________________________________
19123 [ 9999] By: jhi on 2001/05/05 18:28:09
19124 Log: AUTHORS updates.
19127 ____________________________________________________________________________
19128 [ 9998] By: jhi on 2001/05/05 18:16:00
19129 Log: Updates on the pods related to the modules included since 5.6.
19131 TODO: perltodo really could use major updating.
19133 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
19134 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
19135 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
19136 ! pod/perlsyn.pod pod/perltodo.pod
19137 ____________________________________________________________________________
19138 [ 9997] By: jhi on 2001/05/05 17:35:17
19139 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
19144 ____________________________________________________________________________
19145 [ 9996] By: jhi on 2001/05/05 17:25:00
19146 Log: Add preemptive #undefs for some of the shorter and more prone
19147 to collision regcomp.h #defines. (Background: the MASK collided
19148 with a system header #define in Rhapsody.)
19151 ____________________________________________________________________________
19152 [ 9995] By: jhi on 2001/05/05 13:24:21
19153 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
19154 From: Nicholas Clark <nick@ccl4.org>
19155 Date: Sat, 5 May 2001 14:46:39 +0100
19156 Message-ID: <20010505144639.O53513@plum.flirble.org>
19158 Add a test for the constants (if any) being processed correctly.
19161 ____________________________________________________________________________
19162 [ 9994] By: jhi on 2001/05/05 02:11:03
19163 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
19164 From: Peter Prymmer <pvhp@forte.com>
19165 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
19166 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
19169 ____________________________________________________________________________
19170 [ 9993] By: jhi on 2001/05/05 02:03:49
19171 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
19172 From: Peter Prymmer <pvhp@forte.com>
19173 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
19174 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
19176 ! perlio.c vms/vmsish.h
19177 ____________________________________________________________________________
19178 [ 9992] By: jhi on 2001/05/04 17:21:12
19179 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
19180 From: Robin Barker <rmb1@cise.npl.co.uk>
19181 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
19182 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
19186 ____________________________________________________________________________
19187 [ 9991] By: jhi on 2001/05/04 16:47:45
19188 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
19189 From: Robin Barker <rmb1@cise.npl.co.uk>
19190 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
19191 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
19194 ____________________________________________________________________________
19195 [ 9990] By: jhi on 2001/05/04 14:37:20
19196 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
19197 From: Prymmer/Kahn <pvhp@best.com>
19198 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
19199 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
19202 ____________________________________________________________________________
19203 [ 9989] By: jhi on 2001/05/04 14:03:58
19204 Log: Introduce perl572delta, update Todo, add the missing
19205 mention about signal safety since 5.7.1 (though this
19206 requires verification and more details.)
19208 + pod/perl572delta.pod
19209 ! MANIFEST Todo pod/perl571delta.pod
19210 ____________________________________________________________________________
19211 [ 9988] By: jhi on 2001/05/04 12:41:51
19212 Log: Subject: [PATCH perl@9944] long =item
19213 From: Robin Barker <rmb1@cise.npl.co.uk>
19214 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
19215 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
19217 ! ext/Time/HiRes/HiRes.pm
19218 ____________________________________________________________________________
19219 [ 9987] By: jhi on 2001/05/04 12:39:19
19220 Log: The #9901 had removed one line essential for EBCDIC.
19223 ____________________________________________________________________________
19224 [ 9986] By: jhi on 2001/05/04 12:30:23
19225 Log: Subject: cygwin/Makefile.SHs INSTALL patch
19226 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
19227 Date: Mon, 08 Jan 2001 04:59:21 +0200
19228 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
19230 ! cygwin/Makefile.SHs
19231 ____________________________________________________________________________
19232 [ 9985] By: jhi on 2001/05/04 03:51:39
19233 Log: Encode/IO doc tweaks.
19235 ! ext/Encode/Encode.pm
19236 ____________________________________________________________________________
19237 [ 9984] By: jhi on 2001/05/04 03:29:34
19238 Log: Remove GDBM_File from the dynamic extensions for UTS,
19239 GDBM is not a standard feature.
19242 ____________________________________________________________________________
19243 [ 9983] By: jhi on 2001/05/04 03:22:59
19244 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
19246 ! pod/perlretut.pod
19247 ____________________________________________________________________________
19248 [ 9982] By: jhi on 2001/05/03 23:21:03
19249 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
19250 From: Benjamin Sugars <bsugars@canoe.ca>
19251 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
19252 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
19255 ____________________________________________________________________________
19256 [ 9981] By: jhi on 2001/05/03 23:20:05
19257 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
19258 From: Benjamin Sugars <bsugars@canoe.ca>
19259 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
19260 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
19262 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19263 ____________________________________________________________________________
19264 [ 9980] By: jhi on 2001/05/03 23:15:29
19265 Log: Integrate perlio.
19267 !> ext/Encode/Encode.pm
19268 ____________________________________________________________________________
19269 [ 9979] By: jhi on 2001/05/03 16:54:59
19270 Log: Install psed man page.
19273 ____________________________________________________________________________
19274 [ 9978] By: jhi on 2001/05/03 16:45:58
19275 Log: Remove unused files; noted by Sarathy.
19277 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19279 ____________________________________________________________________________
19280 [ 9977] By: jhi on 2001/05/03 16:42:30
19281 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
19282 From: Andy Dougherty <doughera@lafayette.edu>
19283 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
19284 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
19287 ____________________________________________________________________________
19288 [ 9976] By: nick on 2001/05/03 16:40:42
19289 Log: Allow $answer = encode($object,$text); like it says in docs.
19291 ! ext/Encode/Encode.pm
19292 ____________________________________________________________________________
19293 [ 9975] By: nick on 2001/05/03 16:22:30
19294 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
19295 to be in scope (fair enough), and also a package variable (our) for eval to see it.
19297 ! ext/Encode/Encode.pm
19298 ____________________________________________________________________________
19299 [ 9974] By: nick on 2001/05/03 15:48:17
19300 Log: Integrate mainline.
19302 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
19303 +> t/lib/filter-simple.t t/lib/next.t
19304 !> (integrate 70 files)
19305 ____________________________________________________________________________
19306 [ 9973] By: jhi on 2001/05/03 13:09:09
19307 Log: Update Changes.
19309 ! Changes patchlevel.h
19310 ____________________________________________________________________________
19311 [ 9972] By: jhi on 2001/05/03 12:58:33
19312 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
19313 From: Prymmer/Kahn <pvhp@best.com>
19314 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
19315 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
19318 ____________________________________________________________________________
19319 [ 9971] By: jhi on 2001/05/03 12:57:26
19320 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
19321 From: Prymmer/Kahn <pvhp@best.com>
19322 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
19323 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
19326 ____________________________________________________________________________
19327 [ 9970] By: jhi on 2001/05/03 02:42:46
19328 Log: Can't croak sans thread context, from Doug MacEachern.
19331 ____________________________________________________________________________
19332 [ 9969] By: jhi on 2001/05/03 01:23:48
19333 Log: Subject: Random input test and Perl
19334 From: Ilya Zakharevich <ilya@math.berkeley.edu>
19335 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
19336 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
19339 ____________________________________________________________________________
19340 [ 9968] By: jhi on 2001/05/02 22:17:21
19341 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
19342 From: Peter Prymmer <pvhp@forte.com>
19343 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
19344 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
19346 ! pod/perlfunc.pod pod/perlport.pod
19347 ____________________________________________________________________________
19348 [ 9967] By: jhi on 2001/05/02 20:12:45
19349 Log: Workaround for UTS compiler casting bug from Hal Morris.
19352 ____________________________________________________________________________
19353 [ 9966] By: jhi on 2001/05/02 18:31:37
19354 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
19355 From: Dan Sugalski <dan@sidhe.org>
19356 Date: Wed, 02 May 2001 15:23:22 -0400
19357 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
19360 ____________________________________________________________________________
19361 [ 9965] By: jhi on 2001/05/02 18:21:29
19362 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
19365 ____________________________________________________________________________
19366 [ 9964] By: jhi on 2001/05/02 18:15:01
19367 Log: Document large files in INSTALL, document also the %x
19368 limitation if not use64bitint, closes bug 20010326.007.
19371 ____________________________________________________________________________
19372 [ 9963] By: jhi on 2001/05/02 17:24:47
19373 Log: perlmodlib tweaks; regen pods.
19375 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
19377 ____________________________________________________________________________
19378 [ 9962] By: jhi on 2001/05/02 17:14:00
19379 Log: Fix for a segfault, from Marc Lehmann.
19381 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
19382 ____________________________________________________________________________
19383 [ 9961] By: jhi on 2001/05/02 15:55:53
19384 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
19385 From: "Philip Newton" <pnewton@gmx.de>
19386 Date: Wed, 2 May 2001 18:39:03 +0200
19387 Message-ID: <3AF05447.15525.173B588@localhost>
19390 ____________________________________________________________________________
19391 [ 9960] By: jhi on 2001/05/02 15:35:37
19392 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
19393 From: Dan Sugalski <dan@sidhe.org>
19394 Date: Wed, 02 May 2001 11:37:27 -0400
19395 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
19397 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
19398 ! thread.h vms/vms.c vms/vmsish.h
19399 ____________________________________________________________________________
19400 [ 9959] By: jhi on 2001/05/02 15:21:08
19401 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
19402 From: Benjamin Sugars <bsugars@canoe.ca>
19403 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
19404 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
19406 ! ext/PerlIO/Scalar/Scalar.xs
19407 ____________________________________________________________________________
19408 [ 9958] By: jhi on 2001/05/02 15:15:53
19409 Log: Bug in #9915, spotted by Mike Guy.
19412 ____________________________________________________________________________
19413 [ 9957] By: jhi on 2001/05/02 13:26:01
19414 Log: Add a test for not griping about references as array
19415 indices if the reference has magic in it (overloaded
19418 ! pod/perldiag.pod t/pragma/warn/pp_hot
19419 ____________________________________________________________________________
19420 [ 9956] By: jhi on 2001/05/02 13:07:01
19421 Log: Retracted a bit too much in #9952.
19423 ! t/pragma/sub_lval.t
19424 ____________________________________________________________________________
19425 [ 9955] By: jhi on 2001/05/02 13:05:38
19426 Log: Test for #9952.
19429 ____________________________________________________________________________
19430 [ 9954] By: jhi on 2001/05/02 11:48:18
19431 Log: Additional note on the encoding example: one cannot
19432 convert string constants in-place.
19434 ! ext/Encode/Encode.pm
19435 ____________________________________________________________________________
19436 [ 9953] By: jhi on 2001/05/02 11:43:51
19437 Log: Note that if you have recent enough Perl you already
19438 have Filter::Util::Call.
19440 ! lib/Filter/Simple.pm
19441 ____________________________________________________________________________
19442 [ 9952] By: jhi on 2001/05/02 11:31:53
19443 Log: Retract changes #8254 and #8255, causes coredump in
19444 'tie FH, "main"', reported by Abigail, culprit found by
19445 Benjamin Sugars. Mirrors maintperl change #9950.
19447 ! op.c t/pragma/sub_lval.t
19448 ____________________________________________________________________________
19449 [ 9951] By: jhi on 2001/05/02 11:14:29
19450 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
19452 + t/lib/MyFilter.pm
19453 ____________________________________________________________________________
19454 [ 9950] By: gsar on 2001/05/02 03:17:11
19455 Log: revert integration of changes#8254,8255 in change#8620 (causes
19456 a coredump in C<tie FH, 'foo'>; the idea itself may need better
19458 Branch: maint-5.6/perl
19459 ! op.c t/pragma/sub_lval.t
19460 ____________________________________________________________________________
19461 [ 9949] By: gsar on 2001/05/02 02:56:32
19462 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
19464 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19466 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19467 Branch: maint-5.6/perl
19469 ____________________________________________________________________________
19470 [ 9948] By: gsar on 2001/05/02 02:49:15
19471 Log: pod/find.t breaks on VMS (from Craig Berry)
19472 Branch: maint-5.6/perl
19474 ____________________________________________________________________________
19475 [ 9947] By: jhi on 2001/05/02 02:43:09
19476 Log: Add an encoding conversion example.
19478 ! ext/Encode/Encode.pm
19479 ____________________________________________________________________________
19480 [ 9946] By: jhi on 2001/05/02 01:34:22
19481 Log: Another coat of paint but still nowhere finished.
19482 Need to decide on the semantics of strptime(): should
19483 strptime() be a function instead of a method? To do
19484 the week/monthname-strptiming the i18n/l10n bullet needs
19485 to be bitten with gusto.
19487 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19488 ____________________________________________________________________________
19489 [ 9945] By: jhi on 2001/05/01 23:40:52
19490 Log: Update Changes.
19492 ! Changes patchlevel.h
19493 ____________________________________________________________________________
19494 [ 9944] By: jhi on 2001/05/01 23:33:37
19495 Log: Add known-to-be-tested modules to the list-to-be-skipped.
19497 ! t/lib/1_compile.t
19498 ____________________________________________________________________________
19499 [ 9943] By: jhi on 2001/05/01 23:24:40
19500 Log: Subject: BorlandC++ fix
19501 From: "Vadim Konovalov" <watman@inbox.ru>
19502 Date: Mon, 30 Apr 2001 20:12:26 -0700
19503 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
19505 ! win32/makefile.mk
19506 ____________________________________________________________________________
19507 [ 9942] By: jhi on 2001/05/01 23:18:02
19508 Log: Update to Filter::Simple 0.60, create a test for it.
19510 + t/lib/filter-simple.t
19511 ! MANIFEST lib/Filter/Simple.pm
19512 ____________________________________________________________________________
19513 [ 9941] By: jhi on 2001/05/01 19:47:24
19514 Log: Subject: Re: bleadperl: s/// failure with \b and /g
19515 From: Hugo <hv@crypt.compulink.co.uk>
19516 Date: Tue, 01 May 2001 20:12:20 +0100
19517 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
19519 ! pp_hot.c t/op/re_tests
19520 ____________________________________________________________________________
19521 [ 9940] By: jhi on 2001/05/01 19:42:16
19522 Log: Integrate perlio.
19524 !> lib/base.pm t/lib/fields.t
19525 ____________________________________________________________________________
19526 [ 9939] By: jhi on 2001/05/01 19:39:51
19527 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
19528 From: Benjamin Sugars <bsugars@canoe.ca>
19529 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
19530 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
19532 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19533 ____________________________________________________________________________
19534 [ 9938] By: jhi on 2001/05/01 19:34:09
19535 Log: Add NEXT, a pseudo-class for method redispatching.
19536 <Damian>NEXT.pm probably offers more bang-for-buck
19537 than anything else I've ever written.</Damian>
19539 + lib/NEXT.pm t/lib/next.t
19541 ____________________________________________________________________________
19542 [ 9937] By: jhi on 2001/05/01 19:21:41
19543 Log: Update to Switch 2.02.
19545 ! lib/Switch.pm t/lib/switch.t
19546 ____________________________________________________________________________
19547 [ 9936] By: nick on 2001/05/01 19:09:21
19548 Log: Fix for base.pm clobbering $VERSION
19551 ____________________________________________________________________________
19552 [ 9935] By: nick on 2001/05/01 18:54:38
19553 Log: Test for base.pm clobbering $VERSION.
19556 ____________________________________________________________________________
19557 [ 9934] By: jhi on 2001/05/01 18:39:10
19558 Log: Add information about Scalar::Util::blessed.
19561 ____________________________________________________________________________
19562 [ 9933] By: jhi on 2001/05/01 18:33:51
19563 Log: Subject: Extra UNIVERSAL documentation
19564 From: Mike Guy <mjtg@cam.ac.uk>
19565 Date: Tue, 01 May 2001 20:12:11 +0100
19566 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
19569 ____________________________________________________________________________
19570 [ 9932] By: jhi on 2001/05/01 18:26:54
19571 Log: Subject: Autoflush in tests as appropriate
19572 From: Mike Guy <mjtg@cam.ac.uk>
19573 Date: Tue, 01 May 2001 20:05:31 +0100
19574 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
19576 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
19578 ____________________________________________________________________________
19579 [ 9931] By: jhi on 2001/05/01 18:02:29
19580 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
19581 From: Benjamin Sugars <bsugars@canoe.ca>
19582 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
19583 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
19585 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19586 ____________________________________________________________________________
19587 [ 9930] By: jhi on 2001/05/01 15:12:26
19588 Log: Subject: Re: Finally got a round tuit
19589 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19590 Date: Tue, 01 May 2001 14:14:10 +0200
19591 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
19593 The -DP part, slightly modified.
19596 ____________________________________________________________________________
19597 [ 9929] By: jhi on 2001/05/01 14:17:15
19598 Log: Subject: Re: Finally got a round tuit
19599 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19600 Date: Tue, 01 May 2001 16:34:06 +0200
19601 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
19603 cpp and optimization tweaks for HP-UX.
19606 ____________________________________________________________________________
19607 [ 9928] By: jhi on 2001/05/01 13:24:20
19608 Log: Tune the scan_num() comments to reality.
19611 ____________________________________________________________________________
19612 [ 9927] By: jhi on 2001/05/01 13:14:01
19613 Log: Subject: [PATCH B::Deparse] optimised sort
19614 From: Robin Houston <robin@kitsite.com>
19615 Date: Tue, 1 May 2001 14:07:12 +0100
19616 Message-ID: <20010501140712.A4266@penderel>
19618 ! ext/B/B/Deparse.pm
19619 ____________________________________________________________________________
19620 [ 9926] By: jhi on 2001/05/01 13:10:53
19621 Log: Subject: [PATCH t/lib/b-deparse.t]
19622 From: Robin Houston <robin@kitsite.com>
19623 Date: Tue, 1 May 2001 13:37:42 +0100
19624 Message-ID: <20010501133742.A4082@penderel>
19626 ! t/lib/b-deparse.t
19627 ____________________________________________________________________________
19628 [ 9925] By: jhi on 2001/05/01 13:10:13
19629 Log: Subject: [PATCH B::Deparse] for(;;), sort
19630 From: Robin Houston <robin@kitsite.com>
19631 Date: Tue, 1 May 2001 13:35:00 +0100
19632 Message-ID: <20010501133500.A4061@penderel>
19634 ! ext/B/B/Deparse.pm
19635 ____________________________________________________________________________
19636 [ 9924] By: jhi on 2001/05/01 13:09:22
19637 Log: Subject: [PATCH B::Deparse] do, warn, use
19638 From: Robin Houston <robin@kitsite.com>
19639 Date: Tue, 1 May 2001 13:31:03 +0100
19640 Message-ID: <20010501133103.A4041@penderel>
19642 ! ext/B/B/Deparse.pm
19643 ____________________________________________________________________________
19644 [ 9923] By: jhi on 2001/05/01 11:45:36
19645 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
19646 From: Benjamin Sugars <ben.sugars@home.com>
19647 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
19648 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
19652 ____________________________________________________________________________
19653 [ 9922] By: jhi on 2001/05/01 11:35:42
19654 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
19655 From: Peter Prymmer <pvhp@forte.com>
19656 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
19657 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
19659 ! t/lib/selfstubber.t
19660 ____________________________________________________________________________
19661 [ 9921] By: jhi on 2001/04/30 16:34:33
19662 Log: Subject: [PATCH B::Concise] suppress warning
19663 From: Robin Houston <robin@kitsite.com>
19664 Date: Mon, 30 Apr 2001 16:09:49 +0100
19665 Message-ID: <20010430160949.A25086@penderel>
19667 ! ext/B/B/Concise.pm
19668 ____________________________________________________________________________
19669 [ 9920] By: jhi on 2001/04/30 13:56:04
19670 Log: Strip the *markers* from #9919.
19672 ! pod/perlfaq.pod pod/perlfaq5.pod
19673 ____________________________________________________________________________
19674 [ 9919] By: jhi on 2001/04/30 13:54:04
19675 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
19676 From: Gwyn Judd <b.judd@xtra.co.nz>
19677 Date: Sun, 29 Apr 2001 01:47:49 +1200
19678 Message-ID: <20010429014749.A4418@thislove>
19680 ! pod/perlfaq.pod pod/perlfaq5.pod
19681 ____________________________________________________________________________
19682 [ 9918] By: jhi on 2001/04/30 13:13:54
19683 Log: More_tweakage.
19685 ! pod/perldata.pod pod/perldiag.pod
19686 ____________________________________________________________________________
19687 [ 9917] By: jhi on 2001/04/30 13:01:27
19688 Log: Update Changes.
19690 ! Changes patchlevel.h
19691 ____________________________________________________________________________
19692 [ 9916] By: jhi on 2001/04/30 12:57:03
19693 Log: T_w_e_a_k_a_g_e.
19695 ! pod/perldata.pod pod/perldiag.pod
19696 ____________________________________________________________________________
19697 [ 9915] By: jhi on 2001/04/30 12:39:29
19698 Log: Install s2p also as psed.
19700 TODO: psed documentation?
19703 ____________________________________________________________________________
19704 [ 9914] By: jhi on 2001/04/30 12:29:21
19705 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
19706 From: Jens Hamisch <jens@Strawberry.COM>
19707 Date: Fri, 27 Apr 2001 17:00:36 +0200
19708 Message-ID: <20010427170036.K1372@Strawberry.COM>
19710 SOCKS5_VERSION_NAME is the right symbol to detect
19711 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
19712 function called socks5_init() is available, and even that is
19713 not universal, most SOCKS5 installations use SOCKSinit()).
19716 ____________________________________________________________________________
19717 [ 9913] By: jhi on 2001/04/30 12:22:15
19718 Log: Allow a zero timeout on IO::Socket accept and connect--
19719 though one really shouldn't do that. Based on
19721 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
19722 From: "John Holdsworth" <coldwave@bigfoot.com>
19723 Date: Sun, 4 Feb 2001 12:48:18 +0100
19724 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
19726 ! ext/IO/lib/IO/Socket.pm
19727 ____________________________________________________________________________
19728 [ 9912] By: jhi on 2001/04/30 11:27:27
19729 Log: Save the spot of regprev (see #9911) for binary compatibility;
19732 ! embedvar.h perlapi.h thrdvar.h
19733 ____________________________________________________________________________
19734 [ 9911] By: jhi on 2001/04/30 11:22:03
19735 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
19736 From: Hugo <hv@crypt.compulink.co.uk>
19737 Date: Sun, 29 Apr 2001 17:09:30 +0100
19738 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
19740 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
19741 ____________________________________________________________________________
19742 [ 9910] By: jhi on 2001/04/30 11:15:12
19743 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
19744 a dummy for PL_numeric_radix); no pressing reason to break
19745 binary compatibility; regen API.
19747 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
19748 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
19749 ____________________________________________________________________________
19750 [ 9909] By: jhi on 2001/04/30 10:56:08
19751 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
19752 From: Walt Mankowski <waltman@netaxs.com>
19753 Date: Sun, 29 Apr 2001 21:53:48 -0400
19754 Message-ID: <20010429215348.A3971@netaxs.com>
19757 ____________________________________________________________________________
19758 [ 9908] By: jhi on 2001/04/30 10:49:40
19759 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
19761 ! t/lib/selfstubber.t
19762 ____________________________________________________________________________
19763 [ 9907] By: nick on 2001/04/30 09:26:50
19764 Log: Integrate mainline.
19766 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
19767 ____________________________________________________________________________
19768 [ 9906] By: jhi on 2001/04/29 23:24:20
19769 Log: Abigail spotted a thinko in #9905.
19772 ____________________________________________________________________________
19773 [ 9905] By: jhi on 2001/04/29 15:55:39
19774 Log: Changed the underscore/undebar syntax in numeric constants;
19775 now any grouping will do, as long as the underscores are not
19776 consecutive (so "zero-grouping" is out), and they do not begin
19777 or end the integer or fractional parts.
19779 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
19780 ____________________________________________________________________________
19781 [ 9904] By: nick on 2001/04/29 15:43:22
19782 Log: Integrate mainline.
19784 +> (branch 98 files)
19785 - lib/unicode/Block.pl
19786 - lib/unicode/In/AlphabeticPresentationForms.pl
19787 - lib/unicode/In/Arabic.pl
19788 - lib/unicode/In/ArabicPresentationForms-A.pl
19789 - lib/unicode/In/ArabicPresentationForms-B.pl
19790 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19791 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19792 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19793 - lib/unicode/In/BopomofoExtended.pl
19794 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
19795 - lib/unicode/In/CJKCompatibility.pl
19796 - lib/unicode/In/CJKCompatibilityForms.pl
19797 - lib/unicode/In/CJKCompatibilityIdeographs.pl
19798 - lib/unicode/In/CJKRadicalsSupplement.pl
19799 - lib/unicode/In/CJKSymbolsandPunctuation.pl
19800 - lib/unicode/In/CJKUnifiedIdeographs.pl
19801 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
19802 - lib/unicode/In/Cherokee.pl
19803 - lib/unicode/In/CombiningDiacriticalMarks.pl
19804 - lib/unicode/In/CombiningHalfMarks.pl
19805 - lib/unicode/In/CombiningMarksforSymbols.pl
19806 - lib/unicode/In/ControlPictures.pl
19807 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19808 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19809 - lib/unicode/In/EnclosedAlphanumerics.pl
19810 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
19811 - lib/unicode/In/Ethiopic.pl
19812 - lib/unicode/In/GeneralPunctuation.pl
19813 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19814 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19815 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19816 - lib/unicode/In/HalfwidthandFullwidthForms.pl
19817 - lib/unicode/In/HangulCompatibilityJamo.pl
19818 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19819 - lib/unicode/In/Hebrew.pl
19820 - lib/unicode/In/HighPrivateUseSurrogates.pl
19821 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19822 - lib/unicode/In/IPAExtensions.pl
19823 - lib/unicode/In/IdeographicDescriptionCharacters.pl
19824 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
19825 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19826 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
19827 - lib/unicode/In/Latin-1Supplement.pl
19828 - lib/unicode/In/LatinExtended-A.pl
19829 - lib/unicode/In/LatinExtended-B.pl
19830 - lib/unicode/In/LatinExtendedAdditional.pl
19831 - lib/unicode/In/LetterlikeSymbols.pl
19832 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19833 - lib/unicode/In/MathematicalOperators.pl
19834 - lib/unicode/In/MiscellaneousSymbols.pl
19835 - lib/unicode/In/MiscellaneousTechnical.pl
19836 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
19837 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
19838 - lib/unicode/In/OpticalCharacterRecognition.pl
19839 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19840 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
19841 - lib/unicode/In/SmallFormVariants.pl
19842 - lib/unicode/In/SpacingModifierLetters.pl
19843 - lib/unicode/In/Specials.pl
19844 - lib/unicode/In/SuperscriptsandSubscripts.pl
19845 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
19846 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
19847 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19848 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
19849 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
19850 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
19851 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
19852 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
19853 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
19854 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
19855 !> utf8.c win32/Makefile
19856 ____________________________________________________________________________
19857 [ 9903] By: jhi on 2001/04/29 14:30:53
19858 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
19859 From: Prymmer/Kahn <pvhp@best.com>
19860 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
19861 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
19864 ____________________________________________________________________________
19865 [ 9902] By: jhi on 2001/04/29 02:52:44
19866 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
19867 From: "Abigail" <abigail@foad.org>
19868 Date: Sun, 29 Apr 2001 03:14:25 +0200
19869 Message-ID: <20010429011425.24503.qmail@foad.org>
19871 ! ext/IO/lib/IO/Seekable.pm
19872 ____________________________________________________________________________
19873 [ 9901] By: jhi on 2001/04/29 02:04:46
19874 Log: In character classes one couldn't have 0x80..0xff characters
19875 at the left hand side if there were 0x100.. characters in the
19878 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
19879 ! t/op/pat.t utf8.c
19880 ____________________________________________________________________________
19881 [ 9900] By: jhi on 2001/04/28 22:55:04
19882 Log: Forgot the latest mktables.PL from #9899.
19884 ! lib/unicode/mktables.PL
19885 ____________________________________________________________________________
19886 [ 9899] By: jhi on 2001/04/28 22:53:28
19887 Log: Explain the \p{} and \P{} error message better and
19888 have prettier prettyprint in In.pl.
19890 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
19892 ____________________________________________________________________________
19893 [ 9898] By: jhi on 2001/04/28 21:03:34
19894 Log: Add one possible explanation for the "Invalid [] range" error.
19897 ____________________________________________________________________________
19898 [ 9897] By: jhi on 2001/04/28 17:18:26
19899 Log: Add a level of indirection to the implementation of \p{InFoo}
19900 so that we don't have to have long filenames. (Nothing changes
19901 in the user interface.) The indirection is defined in
19902 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
19903 Also rename some the character classes by removing '-' from
19904 the classnames, and finally renamed Block.pl as Blocks.pl.
19906 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
19907 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
19908 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
19909 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
19910 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
19911 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
19912 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
19913 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
19914 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
19915 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
19916 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
19917 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
19918 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
19919 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
19920 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
19921 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
19922 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
19923 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
19924 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
19925 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
19926 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
19927 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
19928 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
19929 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
19930 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
19931 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
19932 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
19933 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
19934 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
19935 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
19936 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
19937 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
19938 + lib/unicode/In/94.pl lib/unicode/In/95.pl
19939 - lib/unicode/Block.pl
19940 - lib/unicode/In/AlphabeticPresentationForms.pl
19941 - lib/unicode/In/Arabic.pl
19942 - lib/unicode/In/ArabicPresentationForms-A.pl
19943 - lib/unicode/In/ArabicPresentationForms-B.pl
19944 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19945 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19946 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19947 - lib/unicode/In/BopomofoExtended.pl
19948 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
19949 - lib/unicode/In/CJKCompatibility.pl
19950 - lib/unicode/In/CJKCompatibilityForms.pl
19951 - lib/unicode/In/CJKCompatibilityIdeographs.pl
19952 - lib/unicode/In/CJKRadicalsSupplement.pl
19953 - lib/unicode/In/CJKSymbolsandPunctuation.pl
19954 - lib/unicode/In/CJKUnifiedIdeographs.pl
19955 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
19956 - lib/unicode/In/Cherokee.pl
19957 - lib/unicode/In/CombiningDiacriticalMarks.pl
19958 - lib/unicode/In/CombiningHalfMarks.pl
19959 - lib/unicode/In/CombiningMarksforSymbols.pl
19960 - lib/unicode/In/ControlPictures.pl
19961 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19962 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19963 - lib/unicode/In/EnclosedAlphanumerics.pl
19964 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
19965 - lib/unicode/In/Ethiopic.pl
19966 - lib/unicode/In/GeneralPunctuation.pl
19967 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19968 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19969 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19970 - lib/unicode/In/HalfwidthandFullwidthForms.pl
19971 - lib/unicode/In/HangulCompatibilityJamo.pl
19972 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19973 - lib/unicode/In/Hebrew.pl
19974 - lib/unicode/In/HighPrivateUseSurrogates.pl
19975 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19976 - lib/unicode/In/IPAExtensions.pl
19977 - lib/unicode/In/IdeographicDescriptionCharacters.pl
19978 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
19979 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19980 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
19981 - lib/unicode/In/Latin-1Supplement.pl
19982 - lib/unicode/In/LatinExtended-A.pl
19983 - lib/unicode/In/LatinExtended-B.pl
19984 - lib/unicode/In/LatinExtendedAdditional.pl
19985 - lib/unicode/In/LetterlikeSymbols.pl
19986 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19987 - lib/unicode/In/MathematicalOperators.pl
19988 - lib/unicode/In/MiscellaneousSymbols.pl
19989 - lib/unicode/In/MiscellaneousTechnical.pl
19990 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
19991 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
19992 - lib/unicode/In/OpticalCharacterRecognition.pl
19993 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19994 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
19995 - lib/unicode/In/SmallFormVariants.pl
19996 - lib/unicode/In/SpacingModifierLetters.pl
19997 - lib/unicode/In/Specials.pl
19998 - lib/unicode/In/SuperscriptsandSubscripts.pl
19999 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
20000 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
20001 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20002 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
20003 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
20004 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
20005 ! pod/perlunicode.pod
20006 ____________________________________________________________________________
20007 [ 9896] By: jhi on 2001/04/28 14:33:17
20008 Log: Update the information on shared library path on HP-UX.
20011 ____________________________________________________________________________
20012 [ 9895] By: jhi on 2001/04/28 14:32:30
20013 Log: Because #9894 seems to do the trick, this workaround can be removed.
20015 ! t/lib/selfstubber.t
20016 ____________________________________________________________________________
20017 [ 9894] By: jhi on 2001/04/28 14:26:13
20018 Log: For PerlIO flush the children's file handles (on fork/exec/system).
20021 ____________________________________________________________________________
20022 [ 9893] By: jhi on 2001/04/28 14:23:15
20023 Log: Test tweak for #9891.
20025 ! t/lib/b-deparse.t
20026 ____________________________________________________________________________
20027 [ 9892] By: jhi on 2001/04/28 14:10:13
20028 Log: New HP-UX hints from Merijn.
20031 ____________________________________________________________________________
20032 [ 9891] By: jhi on 2001/04/28 14:07:27
20033 Log: Subject: [PATCH B::Deparse] non-block scopes
20034 From: Robin Houston <robin@kitsite.com>
20035 Date: Fri, 27 Apr 2001 19:15:14 +0100
20036 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
20038 ! ext/B/B/Deparse.pm
20039 ____________________________________________________________________________
20040 [ 9890] By: nick on 2001/04/27 19:41:25
20041 Log: Integrate mainline
20043 +> t/lib/selfstubber.t
20044 !> (integrate 50 files)
20045 ____________________________________________________________________________
20046 [ 9889] By: jhi on 2001/04/27 18:23:46
20047 Log: Subject: Re: selfstubber test fail on bleadperl
20048 From: Mike Guy <mjtg@cam.ac.uk>
20049 Date: Fri, 27 Apr 2001 19:31:18 +0100
20050 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
20052 ! t/lib/selfstubber.t
20053 ____________________________________________________________________________
20054 [ 9888] By: jhi on 2001/04/27 16:20:54
20055 Log: Test tweak for #9886.
20057 ! t/lib/b-deparse.t
20058 ____________________________________________________________________________
20059 [ 9887] By: jhi on 2001/04/27 16:16:33
20060 Log: Buffering issue at least in Solaris (even with perlio).
20062 ! t/lib/selfstubber.t
20063 ____________________________________________________________________________
20064 [ 9886] By: jhi on 2001/04/27 14:59:23
20065 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
20066 From: Robin Houston <robin@kitsite.com>
20067 Date: Fri, 27 Apr 2001 16:53:20 +0100
20068 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
20070 ! ext/B/B/Deparse.pm
20071 ____________________________________________________________________________
20072 [ 9885] By: jhi on 2001/04/27 14:23:51
20073 Log: Update Changes.
20075 ! Changes patchlevel.h
20076 ____________________________________________________________________________
20077 [ 9884] By: jhi on 2001/04/27 14:14:12
20078 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
20079 From: "Philip Newton" <pnewton@gmx.de>
20080 Date: Fri, 27 Apr 2001 16:40:13 +0200
20081 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
20084 ____________________________________________________________________________
20085 [ 9883] By: jhi on 2001/04/27 13:28:19
20086 Log: Add LOG_PERROR; prettify the "removed".
20088 ! ext/Sys/Syslog/Syslog.xs
20089 ____________________________________________________________________________
20090 [ 9882] By: jhi on 2001/04/27 13:13:18
20091 Log: h2xs tweaks: use NV instead of double, "quote" the removed
20092 prefixes for clarity (especially when nothing is removed),
20093 slight pod reformats.
20096 ____________________________________________________________________________
20097 [ 9881] By: jhi on 2001/04/27 12:58:48
20098 Log: Don't bother creating existing directories.
20101 ____________________________________________________________________________
20102 [ 9880] By: jhi on 2001/04/27 12:45:39
20103 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
20104 From: Mike Schilli <m@perlmeister.com>
20105 Date: Wed, 25 Apr 2001 01:29:21 -0700
20106 Message-id: <3AE68AE1.6A981723@perlmeister.com>
20109 ____________________________________________________________________________
20110 [ 9879] By: jhi on 2001/04/27 12:40:55
20111 Log: break is not yet Perl. Added the template license also to README.
20114 ____________________________________________________________________________
20115 [ 9878] By: jhi on 2001/04/27 03:08:20
20116 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
20117 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20118 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
20119 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
20121 ! t/lib/xs-typemap.t
20122 ____________________________________________________________________________
20123 [ 9877] By: jhi on 2001/04/26 23:54:40
20124 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
20125 From: "Abigail" <abigail@foad.org>
20126 Date: Fri, 27 Apr 2001 01:44:28 +0200
20127 Message-ID: <20010426234428.19786.qmail@foad.org>
20130 ____________________________________________________________________________
20131 [ 9876] By: jhi on 2001/04/26 23:52:06
20132 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
20133 From: Peter Prymmer <pvhp@forte.com>
20134 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
20135 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
20137 ! t/lib/selfstubber.t
20138 ____________________________________________________________________________
20139 [ 9875] By: jhi on 2001/04/26 23:48:10
20142 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
20143 ____________________________________________________________________________
20144 [ 9874] By: jhi on 2001/04/26 22:46:05
20145 Log: Document ANYOF_CLASS.
20148 ____________________________________________________________________________
20149 [ 9873] By: jhi on 2001/04/26 22:35:03
20150 Log: Subject: Re: [PATCH @9846] dumping ANYOF
20151 From: Hugo <hv@crypt.compulink.co.uk>
20152 Date: Thu, 26 Apr 2001 23:33:38 +0100
20153 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
20155 ! regcomp.c regcomp.h
20156 ____________________________________________________________________________
20157 [ 9872] By: jhi on 2001/04/26 22:34:31
20158 Log: Subject: [PATCH] more for Devel::SelfStubber
20159 From: Nicholas Clark <nick@ccl4.org>
20160 Date: Fri, 27 Apr 2001 00:13:52 +0100
20161 Message-ID: <20010427001351.K88186@plum.flirble.org>
20163 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
20164 ____________________________________________________________________________
20165 [ 9871] By: jhi on 2001/04/26 21:59:17
20166 Log: Subject: [PATCH B::Deparse] formats must be flush left
20167 From: Robin Houston <robin@kitsite.com>
20168 Date: Thu, 26 Apr 2001 23:54:29 +0100
20169 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
20171 ! ext/B/B/Deparse.pm
20172 ____________________________________________________________________________
20173 [ 9870] By: jhi on 2001/04/26 21:57:37
20174 Log: If some of the constants are prefixes of others,
20175 the prefixes may never get recognized. (See 20010426.006.)
20178 ____________________________________________________________________________
20179 [ 9869] By: jhi on 2001/04/26 21:50:42
20180 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
20181 From: Chris Bongaarts <cab@tc.umn.edu>
20182 Date: Thu, 26 Apr 2001 17:10:31 -0500
20183 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
20185 ! ext/Sys/Syslog/Syslog.xs
20186 ____________________________________________________________________________
20187 [ 9868] By: jhi on 2001/04/26 21:35:12
20188 Log: Further cuts and more docs from Graham Barr.
20190 ! ext/List/Util/lib/List/Util.pm
20191 ! ext/List/Util/lib/Scalar/Util.pm
20192 ____________________________________________________________________________
20193 [ 9867] By: jhi on 2001/04/26 21:18:57
20194 Log: Subject: [PATCH 5.7.1] DB_File-1.77
20195 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
20196 Date: Thu, 26 Apr 2001 22:37:53 +0100
20197 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
20199 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20200 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20201 ____________________________________________________________________________
20202 [ 9866] By: jhi on 2001/04/26 21:12:31
20203 Log: Subject: [PATCH B::Deparse] fix easy bugs
20204 From: Robin Houston <robin@kitsite.com>
20205 Date: Thu, 26 Apr 2001 23:03:33 +0100
20206 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
20208 ! ext/B/B/Deparse.pm
20209 ____________________________________________________________________________
20210 [ 9865] By: jhi on 2001/04/26 20:26:13
20211 Log: Update Changes.
20213 ! Changes patchlevel.h
20214 ____________________________________________________________________________
20215 [ 9864] By: jhi on 2001/04/26 19:27:48
20216 Log: Dethinko from Robin Houston.
20218 ! ext/B/B/Deparse.pm
20219 ____________________________________________________________________________
20220 [ 9863] By: jhi on 2001/04/26 19:10:35
20221 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
20222 From: Robin Houston <robin@kitsite.com>
20223 Date: Thu, 26 Apr 2001 21:08:32 +0100
20224 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
20226 ! ext/B/B/Deparse.pm
20227 ____________________________________________________________________________
20228 [ 9862] By: jhi on 2001/04/26 19:04:23
20229 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20230 From: Robin Houston <robin@kitsite.com>
20231 Date: Thu, 26 Apr 2001 20:52:50 +0100
20232 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
20234 ! ext/B/B/Deparse.pm
20235 ____________________________________________________________________________
20236 [ 9861] By: jhi on 2001/04/26 18:56:14
20237 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
20238 From: Mike Guy <mjtg@cam.ac.uk>
20239 Date: Thu, 26 Apr 2001 14:22:40 +0100
20240 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
20243 ____________________________________________________________________________
20244 [ 9860] By: jhi on 2001/04/26 18:46:42
20245 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20246 From: Robin Houston <robin@kitsite.com>
20247 Date: Thu, 26 Apr 2001 20:34:29 +0100
20248 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
20250 Hashes do not interpolate.
20252 ! ext/B/B/Deparse.pm
20253 ____________________________________________________________________________
20254 [ 9859] By: jhi on 2001/04/26 18:43:51
20255 Log: Subject: The Time::Piece conspiracy unmasked!!!
20256 From: Mike Guy <mjtg@cam.ac.uk>
20257 Date: Thu, 26 Apr 2001 19:02:50 +0100
20258 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
20260 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
20261 From: Mike Guy <mjtg@cam.ac.uk>
20262 Date: Thu, 26 Apr 2001 19:08:21 +0100
20263 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
20265 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
20266 From: Graham Barr <gbarr@pobox.com>
20267 Date: Thu, 26 Apr 2001 19:12:03 +0100
20268 Message-ID: <20010426191203.A70835@pobox.com>
20270 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
20272 ! ext/List/Util/lib/List/Util.pm
20273 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
20274 ____________________________________________________________________________
20275 [ 9858] By: jhi on 2001/04/26 18:17:42
20276 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
20277 From: Robin Houston <robin@kitsite.com>
20278 Date: Thu, 26 Apr 2001 16:09:35 +0100
20279 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
20282 ____________________________________________________________________________
20283 [ 9857] By: jhi on 2001/04/26 18:04:59
20284 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
20285 From: barries <barries@slaysys.com>
20286 Date: Thu, 26 Apr 2001 12:01:10 -0400
20287 Message-ID: <20010426120110.E29698@jester.slaysys.com>
20290 ____________________________________________________________________________
20291 [ 9856] By: jhi on 2001/04/26 18:03:33
20292 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
20293 Date: Thu, 26 Apr 2001 17:13:41 +0100
20294 From: Robin Houston <robin@kitsite.com>
20295 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
20297 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20298 From: Robin Houston <robin@kitsite.com>
20299 Date: Thu, 26 Apr 2001 18:44:29 +0100
20300 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
20302 ! ext/B/B/Deparse.pm
20303 ____________________________________________________________________________
20304 [ 9855] By: jhi on 2001/04/26 17:56:04
20305 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
20306 From: Robin Houston <robin@kitsite.com>
20307 Date: Thu, 26 Apr 2001 17:04:08 +0100
20308 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
20310 ! ext/B/B/Deparse.pm
20311 ____________________________________________________________________________
20312 [ 9854] By: jhi on 2001/04/26 17:47:26
20313 Log: Subject: Re: Short test case for undef %stash:: crash
20314 From: Benjamin Sugars <bsugars@canoe.ca>
20315 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
20316 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
20317 Changed and moved the perldiag entry.
20319 ! gv.c pod/perldiag.pod
20320 ____________________________________________________________________________
20321 [ 9853] By: jhi on 2001/04/26 14:35:16
20322 Log: Beginnings of strptime(). Do not touch the wet paint.
20324 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20325 ____________________________________________________________________________
20326 [ 9852] By: jhi on 2001/04/26 13:17:21
20327 Log: Retract #9851, core dumps from pod2man.
20330 ____________________________________________________________________________
20331 [ 9851] By: jhi on 2001/04/26 11:54:41
20332 Log: (Retracted by #9852.)
20334 Subject: [PATCH @9846] dumping ANYOF
20335 From: Hugo <hv@crypt.compulink.co.uk>
20336 Date: Thu, 26 Apr 2001 05:32:38 +0100
20337 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
20340 ____________________________________________________________________________
20341 [ 9850] By: jhi on 2001/04/26 02:34:44
20342 Log: If ccflags was empty the _previous_ $* containing all the
20343 environment variables and Configure variables was used,
20344 which lead, among other bad things, into $ccflags being your
20345 uname -a output, which lead into test compile with cc failing,
20346 which lead into gcc being selected, which didn't work that well
20347 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
20348 with large files, et cetera.
20351 ____________________________________________________________________________
20352 [ 9849] By: jhi on 2001/04/26 01:44:57
20353 Log: Make selfstubber test more portable.
20355 ! t/lib/selfstubber.t
20356 ____________________________________________________________________________
20357 [ 9848] By: jhi on 2001/04/26 00:50:26
20358 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
20359 From: Benjamin Sugars <ben.sugars@home.com>
20360 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
20361 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
20364 ____________________________________________________________________________
20365 [ 9847] By: jhi on 2001/04/26 00:46:58
20366 Log: Subject: [PATCH: perl@9841] VMS updates
20367 From: Peter Prymmer <pvhp@forte.com>
20368 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
20369 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
20371 ! README.vms configure.com vms/descrip_mms.template
20372 ! vms/ext/filespec.t
20373 ____________________________________________________________________________
20374 [ 9846] By: jhi on 2001/04/26 00:11:56
20375 Log: re 'debug' was broken by #9084.
20378 ____________________________________________________________________________
20379 [ 9845] By: jhi on 2001/04/25 22:33:17
20380 Log: Subject: [PATCH] test for Devel::SelfStubber
20381 From: Nicholas Clark <nick@ccl4.org>
20382 Date: Thu, 26 Apr 2001 00:00:54 +0100
20383 Message-ID: <20010426000054.D89026@plum.flirble.org>
20385 + t/lib/selfstubber.t
20386 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
20387 ____________________________________________________________________________
20388 [ 9844] By: jhi on 2001/04/25 22:29:32
20389 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
20390 From: Paul Johnson <paul@pjcj.net>
20391 Date: Thu, 26 Apr 2001 00:46:08 +0200
20392 Message-ID: <20010426004608.H2338@pjcj.net>
20394 ! ext/B/B/Concise.pm
20395 ____________________________________________________________________________
20396 [ 9843] By: jhi on 2001/04/25 22:28:28
20397 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
20398 From: Peter Prymmer <pvhp@forte.com>
20399 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
20400 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
20403 ____________________________________________________________________________
20404 [ 9842] By: jhi on 2001/04/25 20:58:12
20405 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
20406 From: John Peacock <jpeacock@rowman.com>
20407 Date: Wed, 25 Apr 2001 17:30:26 -0400
20408 Message-ID: <3AE741F2.B3217464@rowman.com>
20410 ! lib/Math/BigInt.pm t/lib/bigintpm.t
20411 ____________________________________________________________________________
20412 [ 9841] By: jhi on 2001/04/25 20:07:05
20413 Log: Update Changes.
20415 ! Changes patchlevel.h
20416 ____________________________________________________________________________
20417 [ 9840] By: jhi on 2001/04/25 19:56:51
20418 Log: Yet another HP-UX hints version from Merijn.
20421 ____________________________________________________________________________
20422 [ 9839] By: jhi on 2001/04/25 19:53:04
20423 Log: abs_path() didn't terminate the filename correctly,
20424 in DIRNAMLENless systems like HP-UX this would fail.
20427 ____________________________________________________________________________
20428 [ 9838] By: jhi on 2001/04/25 16:37:26
20429 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
20430 From: Mike Guy <mjtg@cam.ac.uk>
20431 Date: Wed, 25 Apr 2001 18:31:47 +0100
20432 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
20435 ____________________________________________________________________________
20436 [ 9837] By: jhi on 2001/04/25 16:21:53
20437 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
20438 From: Jon Eveland <jweveland@yahoo.com>
20439 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
20440 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
20443 ____________________________________________________________________________
20444 [ 9836] By: jhi on 2001/04/25 14:17:50
20445 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
20446 From: "Philip Newton" <pnewton@gmx.de>
20447 Date: Wed, 25 Apr 2001 17:05:58 +0200
20448 Message-ID: <3AE703F6.3234.1833C45@localhost>
20450 ! Porting/patching.pod
20451 ____________________________________________________________________________
20452 [ 9835] By: jhi on 2001/04/25 13:58:07
20453 Log: It would seem that both ar and full_ar need to be overridden
20454 for HP-UX to avoid the GNU ar.
20457 ____________________________________________________________________________
20458 [ 9834] By: jhi on 2001/04/25 13:50:40
20459 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
20460 From: "Philip Newton" <pnewton@gmx.de>
20461 Date: Wed, 25 Apr 2001 16:09:23 +0200
20462 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
20467 ____________________________________________________________________________
20468 [ 9833] By: jhi on 2001/04/25 12:36:11
20469 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
20472 ____________________________________________________________________________
20473 [ 9832] By: jhi on 2001/04/25 12:33:36
20474 Log: New version of HP-UX hints from Merijn.
20477 ____________________________________________________________________________
20478 [ 9831] By: jhi on 2001/04/25 03:39:45
20479 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
20482 ____________________________________________________________________________
20483 [ 9830] By: jhi on 2001/04/25 02:53:25
20484 Log: The tzname[] bit is not needed by util.c -- and causes
20485 heartburn in VMS (and it missing was probably the cause of
20486 the Mac OS X trouble). Ouch.
20488 ! ext/POSIX/POSIX.xs util.c
20489 ____________________________________________________________________________
20490 [ 9829] By: jhi on 2001/04/25 00:10:06
20491 Log: Metaconfig unit change for #9828.
20493 ! U/compline/ccflags.U
20494 ____________________________________________________________________________
20495 [ 9828] By: jhi on 2001/04/25 00:04:18
20496 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
20497 (which is actually the reason for the change, we need to pass
20498 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
20499 EP/IX, OS/2, and TitanOS, based on the hints files.
20501 ! Configure config_h.SH
20502 ____________________________________________________________________________
20503 [ 9827] By: jhi on 2001/04/24 23:49:20
20504 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
20505 the $cat must have an absolute path.
20508 ____________________________________________________________________________
20509 [ 9826] By: jhi on 2001/04/24 23:40:53
20510 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
20513 ____________________________________________________________________________
20514 [ 9825] By: jhi on 2001/04/24 23:35:35
20515 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
20516 From: "Philip Newton" <pnewton@gmx.de>
20517 Date: Tue, 24 Apr 2001 18:52:49 +0200
20518 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
20521 ____________________________________________________________________________
20522 [ 9824] By: jhi on 2001/04/24 23:33:07
20523 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
20524 Some gcc specifics dropped out due to extensive rewriting;
20525 will be put back later as needed.
20528 ____________________________________________________________________________
20529 [ 9823] By: jhi on 2001/04/24 23:27:57
20530 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
20532 ! ext/POSIX/POSIX.xs
20533 ____________________________________________________________________________
20534 [ 9822] By: jhi on 2001/04/24 23:25:21
20535 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
20536 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20537 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
20538 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
20540 ! ext/XS/Typemap/Typemap.xs
20541 ____________________________________________________________________________
20542 [ 9821] By: jhi on 2001/04/24 23:24:10
20543 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
20544 From: "Abigail" <abigail@foad.org>
20545 Date: Tue, 24 Apr 2001 23:12:03 +0200
20546 Message-ID: <20010424211203.7901.qmail@foad.org>
20549 ____________________________________________________________________________
20550 [ 9820] By: jhi on 2001/04/24 23:23:15
20551 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
20552 From: Matt Sergeant <matt@sergeant.org>
20553 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
20554 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
20557 ____________________________________________________________________________
20558 [ 9819] By: nick on 2001/04/24 18:49:43
20559 Log: Integrate mainline.
20561 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
20562 !> (integrate 37 files)
20563 ____________________________________________________________________________
20564 [ 9818] By: jhi on 2001/04/24 14:35:23
20565 Log: Update Changes.
20567 ! Changes patchlevel.h
20568 ____________________________________________________________________________
20569 [ 9817] By: jhi on 2001/04/24 14:09:17
20570 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
20571 From: "Philip Newton" <pnewton@gmx.de>
20572 Date: Tue, 24 Apr 2001 12:58:12 +0200
20573 Message-ID: <3AE57864.8304.B77A0A@localhost>
20575 plus add CPAN to the list of modules that have their own tests.
20577 ! t/lib/1_compile.t
20578 ____________________________________________________________________________
20579 [ 9816] By: jhi on 2001/04/24 14:07:03
20580 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
20581 From: Michael G Schwern <schwern@pobox.com>
20582 Date: Sat, 21 Apr 2001 22:35:00 +0100
20583 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
20585 ! t/lib/1_compile.t
20586 ____________________________________________________________________________
20587 [ 9815] By: jhi on 2001/04/24 13:54:32
20588 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
20589 From: Robin Houston <robin@kitsite.com>
20590 Date: Tue, 24 Apr 2001 15:51:18 +0100
20591 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
20593 ! ext/B/B/Deparse.pm
20594 ____________________________________________________________________________
20595 [ 9814] By: jhi on 2001/04/24 13:17:34
20596 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20597 From: Bill Glicker <billg@burrelles.com>
20598 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
20599 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
20602 ____________________________________________________________________________
20603 [ 9813] By: jhi on 2001/04/24 12:54:23
20604 Log: Prevent path disclosure (probing for existence of filenames)
20605 using suidperl; bug id 20010322.218.
20607 ! perl.c pod/perldiag.pod
20608 ____________________________________________________________________________
20609 [ 9812] By: jhi on 2001/04/24 12:08:36
20610 Log: Retract #9811.
20612 ! ext/POSIX/POSIX.xs
20613 ____________________________________________________________________________
20614 [ 9811] By: jhi on 2001/04/24 11:57:35
20615 Log: (Retracted by #9812.)
20617 ! ext/POSIX/POSIX.xs
20618 ____________________________________________________________________________
20619 [ 9810] By: jhi on 2001/04/24 03:32:35
20620 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
20623 ____________________________________________________________________________
20624 [ 9809] By: jhi on 2001/04/24 03:16:13
20625 Log: The Math::BigFloat::import() was broken.
20626 (Fixes bug id 20010422.002.)
20628 ! lib/Math/BigFloat.pm
20629 ____________________________________________________________________________
20630 [ 9808] By: jhi on 2001/04/24 01:11:40
20631 Log: Additional dependencies; should help for parallel makes
20632 not to fail on missing lib/lib.pm or lib/re.pm.
20635 ____________________________________________________________________________
20636 [ 9807] By: jhi on 2001/04/24 00:57:01
20637 Log: Update the test failure disclaimer.
20639 ! t/pragma/warn/pp_hot
20640 ____________________________________________________________________________
20641 [ 9806] By: jhi on 2001/04/24 00:54:04
20642 Log: Add make target "install-all" which is alias for "install"
20643 to cater for case-preserving filesystems like HFS+.
20645 ! INSTALL Makefile.SH
20646 ____________________________________________________________________________
20647 [ 9805] By: jhi on 2001/04/24 00:47:28
20648 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
20649 From: Peter Prymmer <pvhp@forte.com>
20650 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
20651 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
20653 (Ken William's message forwarded from macosx@perl.org)
20656 ____________________________________________________________________________
20657 [ 9804] By: jhi on 2001/04/23 23:57:35
20658 Log: Cut-and-pasto.
20661 ____________________________________________________________________________
20662 [ 9803] By: jhi on 2001/04/23 23:52:25
20663 Log: More PerlIO robustness.
20666 ____________________________________________________________________________
20667 [ 9802] By: jhi on 2001/04/23 23:43:35
20668 Log: Make the "STD* opened only for ..." errors more consistent.
20671 ____________________________________________________________________________
20672 [ 9801] By: jhi on 2001/04/23 23:34:26
20673 Log: Test case for #9800.
20676 ____________________________________________________________________________
20677 [ 9800] By: jhi on 2001/04/23 23:14:43
20678 Log: Avoid coredump on 'close STDERR; die' by making
20679 the PerlIO calls more robust. Also use SETERRNO()
20680 instead of errno = to be more VMS-ready.
20683 ____________________________________________________________________________
20684 [ 9799] By: jhi on 2001/04/23 21:41:10
20685 Log: Subject: test for ID 20010423.002
20686 From: Robin Houston <robin@kitsite.com>
20687 Date: Mon, 23 Apr 2001 16:52:21 +0100
20688 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
20691 ____________________________________________________________________________
20692 [ 9798] By: jhi on 2001/04/23 21:40:07
20693 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
20694 From: David Dyck <dcd@tc.fluke.com>
20695 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
20696 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
20699 ____________________________________________________________________________
20700 [ 9797] By: jhi on 2001/04/23 21:37:56
20701 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
20702 From: Benjamin Sugars <bsugars@canoe.ca>
20703 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
20704 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
20706 ! ext/Cwd/Cwd.xs lib/Cwd.pm
20707 ____________________________________________________________________________
20708 [ 9796] By: jhi on 2001/04/23 21:29:24
20709 Log: Synchronize h2xs and pod2man some more on the documentation
20710 templates they propose.
20712 ! pod/pod2man.PL utils/h2xs.PL
20713 ____________________________________________________________________________
20714 [ 9795] By: jhi on 2001/04/23 17:30:40
20715 Log: Add one more naughty test for base64; make encoding logic cleaner.
20718 ____________________________________________________________________________
20719 [ 9794] By: jhi on 2001/04/23 13:51:32
20720 Log: Update Changes.
20722 ! Changes patchlevel.h
20723 ____________________________________________________________________________
20724 [ 9793] By: jhi on 2001/04/23 13:44:18
20725 Log: Duplicate lines.
20728 ____________________________________________________________________________
20729 [ 9792] By: jhi on 2001/04/23 13:39:13
20730 Log: Subject: Re: PATCH 5.7.1
20731 From: Mark-Jason Dominus <mjd@plover.com>
20732 Date: Mon, 23 Apr 2001 10:30:21 -0400
20733 Message-ID: <20010423143021.17335.qmail@plover.com>
20736 ____________________________________________________________________________
20737 [ 9791] By: jhi on 2001/04/23 13:32:40
20738 Log: Add the CPAN.pm 1.59_54 tests.
20740 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
20742 ____________________________________________________________________________
20743 [ 9790] By: jhi on 2001/04/23 13:21:55
20744 Log: Subject: Deparse nit
20745 From: Robin Houston <robin@kitsite.com>
20746 Date: Mon, 23 Apr 2001 12:38:20 +0100
20747 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
20749 ! ext/B/B/Deparse.pm
20750 ____________________________________________________________________________
20751 [ 9789] By: jhi on 2001/04/23 13:19:07
20752 Log: Subject: [PATCH] bug 20010423.002
20753 From: Robin Houston <robin@kitsite.com>
20754 Date: Mon, 23 Apr 2001 13:12:30 +0100
20755 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
20758 ____________________________________________________________________________
20759 [ 9788] By: jhi on 2001/04/23 13:02:49
20760 Log: Subject: PATCH [5.7.1] hv.c unused #define
20761 From: Mark-Jason Dominus <mjd@plover.com>
20762 Date: Sun, 22 Apr 2001 14:17:49 -0400
20763 Message-ID: <20010422181749.26976.qmail@plover.com>
20766 ____________________________________________________________________________
20767 [ 9787] By: jhi on 2001/04/23 13:02:02
20768 Log: Subject: PATCH 5.7.1
20769 From: Mark-Jason Dominus <mjd@plover.com>
20770 Date: Sun, 22 Apr 2001 15:12:57 -0400
20771 Message-ID: <20010422191258.6539.qmail@plover.com>
20773 plus Sarathy's STMT_START + STMT_END suggestion.
20776 ____________________________________________________________________________
20777 [ 9786] By: jhi on 2001/04/23 12:53:25
20780 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
20781 From: dLux <dlux@spam.sch.bme.hu>
20782 Date: Mon, 23 Apr 2001 01:25:26 +0200
20783 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
20785 (SvGROW really does return a char *.)
20787 ! pod/perlapi.pod sv.h
20788 ____________________________________________________________________________
20789 [ 9785] By: jhi on 2001/04/23 04:34:04
20790 Log: Time::Piece work continues. $t->day removed since
20791 I think it's too confusing. Now has normal and
20792 abbreviated length weekday names and month names,
20793 the names change with _names(), not _list().
20794 Now has strftime() in Perl, _strftime() is
20795 the libc version (to which strftime() falls back
20796 if it doesn't know the format. To do: the reverse
20797 of strftime, strptime(), and the localisation of both.
20799 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
20800 ! t/lib/time-piece.t
20801 ____________________________________________________________________________
20802 [ 9784] By: jhi on 2001/04/23 02:41:46
20803 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
20804 From: andreas.koenig@anima.de (Andreas J. Koenig)
20805 Date: 23 Apr 2001 05:20:55 +0200
20806 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
20808 ! t/pragma/overload.t
20809 ____________________________________________________________________________
20810 [ 9783] By: jhi on 2001/04/22 23:32:42
20811 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
20812 From: Robin Houston <robin@kitsite.com>
20813 Date: Mon, 23 Apr 2001 00:38:18 +0100
20814 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
20816 ! ext/B/B/Deparse.pm
20817 ____________________________________________________________________________
20818 [ 9782] By: jhi on 2001/04/22 20:55:43
20819 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
20820 From: Simon Cozens <simon@netthink.co.uk>
20821 Date: Sun, 22 Apr 2001 18:47:25 +0100
20822 Message-ID: <20010422184725.A14411@netthink.co.uk>
20824 ! sv.c t/pragma/overload.t
20825 ____________________________________________________________________________
20826 [ 9781] By: jhi on 2001/04/22 20:52:13
20827 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
20828 From: Robin Houston <robin@kitsite.com>
20829 Date: Sun, 22 Apr 2001 22:14:50 +0100
20830 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
20832 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
20833 ____________________________________________________________________________
20834 [ 9780] By: nick on 2001/04/22 20:40:31
20835 Log: Integrate mainline.
20837 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
20839 !> (integrate 38 files)
20840 ____________________________________________________________________________
20841 [ 9779] By: jhi on 2001/04/22 15:16:03
20842 Log: Subject: IO::Socket::INET patch
20843 From: andrew deryabin <djsf@technarchy.ru>
20844 Date: Sat, 21 Apr 2001 17:46:52 +0400
20845 Message-ID: <20010421174652.B1426@technarchy>
20847 ! ext/IO/lib/IO/Socket/INET.pm
20848 ____________________________________________________________________________
20849 [ 9778] By: jhi on 2001/04/22 15:14:33
20850 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
20851 From: Mark-Jason Dominus <mjd@plover.com>
20852 Date: Sat, 21 Apr 2001 21:27:49 -0400
20853 Message-ID: <20010422012749.27024.qmail@plover.com>
20856 ____________________________________________________________________________
20857 [ 9777] By: jhi on 2001/04/22 15:10:51
20858 Log: Subject: Re: Regex debugger patch
20859 From: Mark-Jason Dominus <mjd@plover.com>
20860 Date: Sat, 21 Apr 2001 21:48:51 -0400
20861 Message-ID: <20010422014851.27165.qmail@plover.com>
20863 ! pod/perldebguts.pod
20864 ____________________________________________________________________________
20865 [ 9776] By: jhi on 2001/04/22 15:09:48
20866 Log: Subject: Re: Regex debugger patch
20867 From: Mark-Jason Dominus <mjd@plover.com>
20868 Date: Sat, 21 Apr 2001 14:24:39 -0400
20869 Message-ID: <20010421182439.16508.qmail@plover.com>
20871 Regex debugger backend.
20873 ! regcomp.c regexp.h
20874 ____________________________________________________________________________
20875 [ 9775] By: jhi on 2001/04/21 16:45:40
20876 Log: Subject: [PATCH] Typo in utf8.h
20877 From: Jesús Quiroga <jquiroga@pobox.com>
20878 Date: Sat, 21 Apr 2001 19:25:33 +0200
20879 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
20882 ____________________________________________________________________________
20883 [ 9774] By: jhi on 2001/04/21 16:43:52
20884 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20885 From: Joe Orton <jorton@redhat.com>
20886 Date: Tue, 17 Apr 2001 15:50:43 +0100
20887 Message-Id: <20010417155043.D19132@eu.c2.net>
20890 ____________________________________________________________________________
20891 [ 9773] By: jhi on 2001/04/21 15:30:15
20892 Log: Subject: Patch utils/h2xs.PL
20893 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20894 Date: Sat, 21 Apr 2001 10:32:16 -0500
20895 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
20897 Add MAILING list and LICENSE templates.
20900 ____________________________________________________________________________
20901 [ 9772] By: jhi on 2001/04/21 15:28:36
20902 Log: Subject: perlfaq2.patch for 5.7.1
20903 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20904 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
20905 Date: Fri, 20 Apr 2001 16:42:19 -0500
20907 rm an extra tab, a blurb about the xx.cpan to clarify
20908 which countries actually have that and dejanews is history
20909 as well as most of that nonsensical entry.
20912 ____________________________________________________________________________
20913 [ 9771] By: jhi on 2001/04/21 15:27:17
20914 Log: Subject: perlfaq1.patch for 5.7.1
20915 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20916 Date: Fri, 20 Apr 2001 16:57:36 -0500
20917 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
20919 Evil URLs must die. Especially when they are broken.
20922 ____________________________________________________________________________
20923 [ 9770] By: jhi on 2001/04/21 15:23:38
20924 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
20925 From: Michael G Schwern <schwern@pobox.com>
20926 Date: Sat, 21 Apr 2001 16:11:12 +0100
20927 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
20929 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
20931 ! MANIFEST ext/B/B.pm t/lib/b.t
20932 ____________________________________________________________________________
20933 [ 9769] By: jhi on 2001/04/21 15:03:32
20934 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
20935 From: Michael G Schwern <schwern@pobox.com>
20936 Date: Sat, 21 Apr 2001 09:48:00 +0100
20937 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
20940 ____________________________________________________________________________
20941 [ 9768] By: jhi on 2001/04/21 14:33:49
20942 Log: PerlIO and Encode doc cleanup and tweaks.
20944 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
20945 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
20946 ____________________________________________________________________________
20947 [ 9767] By: jhi on 2001/04/21 12:40:16
20948 Log: Integrate perlio.
20951 ____________________________________________________________________________
20952 [ 9766] By: nick on 2001/04/20 18:28:35
20953 Log: Avoid core dump on
20954 open(STDOUT,">",\$foo);
20957 ____________________________________________________________________________
20958 [ 9765] By: jhi on 2001/04/20 13:23:43
20959 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
20960 From: Robin Houston <robin@kitsite.com>
20961 Date: Fri, 20 Apr 2001 14:29:22 +0100
20962 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
20964 ! ext/B/B.pm ext/B/B/Deparse.pm
20965 ____________________________________________________________________________
20966 [ 9764] By: jhi on 2001/04/20 13:19:33
20967 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
20968 From: Peter Prymmer <pvhp@forte.com>
20969 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
20970 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
20972 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
20973 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
20974 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
20975 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
20976 ____________________________________________________________________________
20977 [ 9763] By: jhi on 2001/04/20 12:36:39
20978 Log: Subject: Re: A new PerlIO coredump
20979 From: Nick Ing-Simmons <nik@tiuk.ti.com>
20980 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
20981 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
20984 ____________________________________________________________________________
20985 [ 9762] By: jhi on 2001/04/19 23:02:30
20986 Log: Update Changes.
20988 ! Changes patchlevel.h
20989 ____________________________________________________________________________
20990 [ 9761] By: jhi on 2001/04/19 22:59:19
20991 Log: More cleanup cleanup.
20993 ! Makefile.SH win32/Makefile win32/makefile.mk
20994 ____________________________________________________________________________
20995 [ 9760] By: jhi on 2001/04/19 22:50:31
20996 Log: lib/Time is non-empty, let's not rmdir it.
20999 ____________________________________________________________________________
21000 [ 9759] By: jhi on 2001/04/19 22:36:51
21001 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
21002 From: Robin Houston <robin@kitsite.com>
21003 Date: Fri, 20 Apr 2001 00:18:53 +0100
21004 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
21006 ! ext/B/B/Deparse.pm
21007 ____________________________________________________________________________
21008 [ 9758] By: jhi on 2001/04/19 22:36:00
21009 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
21010 From: Peter Prymmer <pvhp@forte.com>
21011 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
21012 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
21015 ____________________________________________________________________________
21016 [ 9757] By: nick on 2001/04/19 18:53:54
21017 Log: Blind (untested) integrate of mainline.
21019 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
21020 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
21021 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
21022 !> (integrate 53 files)
21023 ____________________________________________________________________________
21024 [ 9756] By: jhi on 2001/04/19 16:59:23
21025 Log: Document and test Time::Piece.
21027 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
21028 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
21029 ____________________________________________________________________________
21030 [ 9755] By: jhi on 2001/04/19 12:13:29
21031 Log: A better fix for the \x{12345678} trouble from NI-S.
21034 ____________________________________________________________________________
21035 [ 9754] By: jhi on 2001/04/19 11:56:07
21036 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
21037 From: Robin Houston <robin@kitsite.com>
21038 Date: Wed, 18 Apr 2001 17:58:33 +0100
21039 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
21041 ! ext/B/B/Deparse.pm op.c
21042 ____________________________________________________________________________
21043 [ 9753] By: jhi on 2001/04/19 04:21:52
21044 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
21045 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
21046 Date: Thu, 19 Apr 2001 01:11:41 -0400
21047 Message-ID: <20010419011141.A5798@cpan.org>
21049 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
21050 ____________________________________________________________________________
21051 [ 9752] By: jhi on 2001/04/19 02:41:10
21052 Log: The new time utils need to be thread-aware, too.
21055 ____________________________________________________________________________
21056 [ 9751] By: jhi on 2001/04/19 02:26:47
21057 Log: Compilation nit noticed by AIX compiler.
21060 ____________________________________________________________________________
21061 [ 9750] By: jhi on 2001/04/19 02:20:06
21062 Log: The new time utils need to be public.
21065 ____________________________________________________________________________
21066 [ 9749] By: jhi on 2001/04/19 01:42:39
21070 ____________________________________________________________________________
21071 [ 9748] By: jhi on 2001/04/19 01:41:10
21072 Log: Add Time::Piece, a slight rewrite of Time::Object,
21073 from Matt Sergeant.
21075 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
21076 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
21077 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
21078 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
21079 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
21080 ! win32/makefile.mk
21081 ____________________________________________________________________________
21082 [ 9747] By: jhi on 2001/04/19 00:55:35
21083 Log: The new metaconfig unit from strftime.
21084 Branch: metaconfig/U/perl
21086 ____________________________________________________________________________
21087 [ 9746] By: jhi on 2001/04/19 00:54:54
21088 Log: Move the strftime() wrapper from POSIX.xs to util.c
21089 as my_strftime(), requires HAS_STRFTIME.
21091 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21092 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
21093 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
21094 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21095 ! vos/config.ga.h win32/config.bc win32/config.gc
21097 ____________________________________________________________________________
21098 [ 9745] By: jhi on 2001/04/18 23:11:03
21099 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
21100 in preparation of Time::Piece.
21102 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
21103 ____________________________________________________________________________
21104 [ 9744] By: jhi on 2001/04/18 22:33:12
21105 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
21106 From: Peter Prymmer <pvhp@forte.com>
21107 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
21108 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
21111 ____________________________________________________________________________
21112 [ 9743] By: jhi on 2001/04/18 22:32:23
21113 Log: Subject: Fwd: pod2html leaves cache files lying around?
21114 From: Rajesh Vaidheeswarran <rv@gnu.org>
21115 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
21116 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
21119 ____________________________________________________________________________
21120 [ 9742] By: jhi on 2001/04/18 20:31:49
21121 Log: Update Changes.
21123 ! Changes patchlevel.h
21124 ____________________________________________________________________________
21125 [ 9741] By: jhi on 2001/04/18 20:23:02
21126 Log: Declare hints only if needed.
21128 ! ext/B/B/Deparse.pm
21129 ____________________________________________________________________________
21130 [ 9740] By: jhi on 2001/04/18 19:06:05
21131 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
21132 bug noticed by Robin Houston; basically the code of detecting
21133 value wraparound was acting differently under different compilers
21134 and platforms. The workaround is to remove the overflow check
21135 for now, a real fix would be to do the overflow (portably) right.
21137 ! t/op/pat.t utf8.c
21138 ____________________________________________________________________________
21139 [ 9739] By: jhi on 2001/04/18 19:01:23
21140 Log: Subject: [PATCH B::Deparse] some pragma support
21141 From: Robin Houston <robin@kitsite.com>
21142 Date: Wed, 18 Apr 2001 19:32:12 +0100
21143 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
21145 ! ext/B/B/Deparse.pm
21146 ____________________________________________________________________________
21147 [ 9738] By: jhi on 2001/04/18 15:16:37
21148 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
21149 From: Benjamin Sugars <bsugars@canoe.ca>
21150 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
21151 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
21154 ____________________________________________________________________________
21155 [ 9737] By: jhi on 2001/04/18 13:24:50
21156 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
21157 From: Tim Jenness <t.jenness@jach.hawaii.edu>
21158 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
21159 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
21161 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21162 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
21163 ____________________________________________________________________________
21164 [ 9736] By: jhi on 2001/04/18 04:15:14
21165 Log: The #9735 also changes the subtest 12.
21168 ____________________________________________________________________________
21169 [ 9735] By: jhi on 2001/04/18 03:55:17
21170 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
21171 From: David Dyck <dcd@tc.fluke.com>
21172 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
21173 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
21175 ! ext/B/B/Deparse.pm
21176 ____________________________________________________________________________
21177 [ 9734] By: jhi on 2001/04/18 03:54:11
21178 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
21179 From: Gisle Aas <gisle@ActiveState.com>
21180 Date: 17 Apr 2001 19:06:45 -0700
21181 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
21183 ! pp_hot.c t/op/misc.t
21184 ____________________________________________________________________________
21185 [ 9733] By: jhi on 2001/04/17 22:25:22
21186 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
21187 From: "Abigail" <abigail@foad.org>
21188 Date: Wed, 18 Apr 2001 01:17:46 +0200
21189 Message-ID: <20010417231746.21657.qmail@foad.org>
21191 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
21192 ____________________________________________________________________________
21193 [ 9732] By: jhi on 2001/04/17 20:47:56
21194 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
21195 From: Robin Houston <robin@kitsite.com>
21196 Date: Tue, 17 Apr 2001 22:37:42 +0100
21197 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
21199 ! ext/B/B/Deparse.pm
21200 ____________________________________________________________________________
21201 [ 9731] By: nick on 2001/04/17 20:46:35
21202 Log: Re-sync for t/lib/b.t fix
21204 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
21205 ____________________________________________________________________________
21206 [ 9730] By: jhi on 2001/04/17 20:45:29
21207 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
21208 From: Robin Houston <robin@kitsite.com>
21209 Date: Tue, 17 Apr 2001 22:29:36 +0100
21210 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
21212 ! ext/B/B.xs ext/B/B/Deparse.pm
21213 ____________________________________________________________________________
21214 [ 9729] By: jhi on 2001/04/17 20:43:11
21215 Log: Subject: Deparse - parenthesise args to undeclared subs
21216 From: Robin Houston <robin@kitsite.com>
21217 Date: Tue, 17 Apr 2001 21:31:05 +0100
21218 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
21220 ! ext/B/B/Deparse.pm
21221 ____________________________________________________________________________
21222 [ 9728] By: jhi on 2001/04/17 18:57:30
21223 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
21224 From: Benjamin Sugars <ben.sugars@home.com>
21225 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
21226 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
21229 ____________________________________________________________________________
21230 [ 9727] By: jhi on 2001/04/17 18:20:20
21231 Log: Subject: [PATCH B::Deparse] ambient pragmas
21232 From: Robin Houston <robin@kitsite.com>
21233 Date: Tue, 17 Apr 2001 20:01:59 +0100
21234 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
21236 ! ext/B/B/Deparse.pm t/lib/b.t
21237 ____________________________________________________________________________
21238 [ 9726] By: nick on 2001/04/17 16:33:51
21239 Log: Integrate mainline (t/lib/b.t fails test 2...)
21241 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
21242 +> ext/List/Util/README ext/List/Util/Util.xs
21243 +> ext/List/Util/lib/List/Util.pm
21244 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
21245 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
21246 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
21247 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
21248 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
21249 !> (integrate 31 files)
21250 ____________________________________________________________________________
21251 [ 9725] By: jhi on 2001/04/17 12:14:24
21252 Log: Subject: multiple B::* changes
21253 From: Robin Houston <robin@kitsite.com>
21254 Date: Thu, 12 Apr 2001 20:12:27 +0100
21255 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
21257 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
21258 ____________________________________________________________________________
21259 [ 9724] By: jhi on 2001/04/17 11:59:05
21260 Log: Thread-awareness from Doug MacEachern.
21262 ! ext/List/Util/Util.xs
21263 ____________________________________________________________________________
21264 [ 9723] By: jhi on 2001/04/17 11:57:41
21265 Log: Make the test more portable.
21268 ____________________________________________________________________________
21269 [ 9722] By: jhi on 2001/04/17 11:53:50
21270 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
21271 From: Benjamin Sugars <ben.sugars@home.com>
21272 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
21273 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
21276 ____________________________________________________________________________
21277 [ 9721] By: jhi on 2001/04/17 11:52:17
21278 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
21279 From: Benjamin Sugars <bsugars@canoe.ca>
21280 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
21281 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
21284 ____________________________________________________________________________
21285 [ 9720] By: jhi on 2001/04/17 11:35:42
21286 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
21287 From: Chris Nandor <pudge@pobox.com>
21288 Date: Tue, 17 Apr 2001 00:30:49 -0400
21289 Message-Id: <p05100207b701768712de@[10.0.1.177]>
21291 ! ext/File/Glob/bsd_glob.c gv.c
21292 ____________________________________________________________________________
21293 [ 9719] By: jhi on 2001/04/17 11:32:13
21294 Log: Subject: [PATCH] Tweten->West
21295 From: Casey West <casey@geeknest.com>
21296 Date: Mon, 16 Apr 2001 12:11:22 -0400
21297 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
21299 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
21301 ____________________________________________________________________________
21302 [ 9718] By: jhi on 2001/04/16 03:22:52
21303 Log: Update Changes.
21305 ! Changes patchlevel.h
21306 ____________________________________________________________________________
21307 [ 9717] By: jhi on 2001/04/16 03:06:28
21311 ____________________________________________________________________________
21312 [ 9716] By: jhi on 2001/04/16 02:58:42
21313 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
21314 From: Prymmer/Kahn <pvhp@best.com>
21315 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
21316 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
21319 ____________________________________________________________________________
21320 [ 9715] By: jhi on 2001/04/15 23:40:35
21321 Log: Subject: Re: Net::Ping patch, adds stream protocol
21322 From: bronson@rinspin.com (Scott Bronson)
21323 Date: Tue, 10 Apr 2001 23:58:33 -0700
21324 Message-ID: <20010410235833.N29719@rinspin.com>
21327 ____________________________________________________________________________
21328 [ 9714] By: jhi on 2001/04/15 23:31:46
21329 Log: Printing out the ok messages helps successful testing.
21331 ! t/lib/time-hires.t
21332 ____________________________________________________________________________
21333 [ 9713] By: jhi on 2001/04/15 21:43:24
21334 Log: Update Douglas Wegscheid's email.
21337 ____________________________________________________________________________
21338 [ 9712] By: jhi on 2001/04/15 21:40:41
21339 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
21340 From: Michael G Schwern <schwern@pobox.com>
21341 Date: Sat, 14 Apr 2001 22:40:50 +0100
21342 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
21345 ! MANIFEST lib/Exporter/Heavy.pm
21346 ____________________________________________________________________________
21347 [ 9711] By: jhi on 2001/04/15 21:39:21
21348 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
21349 From: Michael G Schwern <schwern@pobox.com>
21350 Date: Sat, 14 Apr 2001 22:13:59 +0100
21351 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
21354 ____________________________________________________________________________
21355 [ 9710] By: jhi on 2001/04/15 21:30:19
21356 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
21357 From: Michael G Schwern <schwern@pobox.com>
21358 Date: Sat, 14 Apr 2001 22:05:32 +0100
21359 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
21361 ! t/pragma/warnings.t
21362 ____________________________________________________________________________
21363 [ 9709] By: jhi on 2001/04/15 19:34:09
21364 Log: Integrate changes #9706,9707 from maintperl into mainline.
21366 change#7210 broke .packlist generation
21368 ExtUtils::Installed doesn't quote regex metacharacters in paths
21369 before using them in match; also make it work for dosish platforms
21371 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
21372 ____________________________________________________________________________
21373 [ 9708] By: jhi on 2001/04/15 19:31:01
21374 Log: Test also the scalar aspect of getitimer().
21376 ! t/lib/time-hires.t
21377 ____________________________________________________________________________
21378 [ 9707] By: gsar on 2001/04/15 17:24:20
21379 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
21380 before using them in match; also make it work for dosish platforms
21381 Branch: maint-5.6/perl
21382 ! lib/ExtUtils/Installed.pm
21383 ____________________________________________________________________________
21384 [ 9706] By: gsar on 2001/04/15 17:21:59
21385 Log: change#7210 broke .packlist generation (listed only filename
21386 rather than fully qualified path name)
21387 Branch: maint-5.6/perl
21388 ! lib/ExtUtils/Install.pm
21389 ____________________________________________________________________________
21390 [ 9705] By: jhi on 2001/04/15 12:36:33
21391 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
21393 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
21394 ! t/lib/time-hires.t
21395 ____________________________________________________________________________
21396 [ 9704] By: jhi on 2001/04/15 10:49:08
21397 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
21398 From: Prymmer/Kahn <pvhp@best.com>
21399 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
21400 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
21402 ! lib/utf8.pm pod/perlebcdic.pod
21403 ____________________________________________________________________________
21404 [ 9703] By: jhi on 2001/04/15 02:26:26
21405 Log: I keep forgetting to sort MANIFEST.
21408 ____________________________________________________________________________
21409 [ 9702] By: jhi on 2001/04/15 02:07:47
21410 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
21411 Now we have blessed, reftype, tainted, first, reduce, ...
21413 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
21414 + ext/List/Util/README ext/List/Util/Util.xs
21415 + ext/List/Util/lib/List/Util.pm
21416 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
21417 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
21418 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
21419 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
21420 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
21422 ____________________________________________________________________________
21423 [ 9701] By: jhi on 2001/04/14 15:05:25
21424 Log: Subject: RE: dprofpp.pl updates
21425 From: Carl Eklof <CEklof@endeca.com>
21426 Date: Thu, 12 Apr 2001 18:45:46 -0400
21427 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
21430 ____________________________________________________________________________
21431 [ 9700] By: jhi on 2001/04/14 14:44:55
21432 Log: Do not just blindly add CR.
21435 ____________________________________________________________________________
21436 [ 9699] By: jhi on 2001/04/13 13:17:01
21437 Log: Update Changes.
21439 ! Changes patchlevel.h
21440 ____________________________________________________________________________
21441 [ 9698] By: jhi on 2001/04/13 12:44:48
21442 Log: Integrate perlio.
21444 !> ext/PerlIO/Scalar/Scalar.xs
21445 ____________________________________________________________________________
21446 [ 9697] By: jhi on 2001/04/13 12:29:15
21447 Log: Add more debug output to the test.
21450 ____________________________________________________________________________
21451 [ 9696] By: nick on 2001/04/13 10:14:29
21452 Log: Fix core dump on binmode($fh,'Scalar')
21454 ! ext/PerlIO/Scalar/Scalar.xs
21455 ____________________________________________________________________________
21456 [ 9695] By: nick on 2001/04/13 09:05:42
21457 Log: Integrate mainline
21459 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21460 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21461 +> t/lib/time-hires.t
21462 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
21463 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
21464 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
21465 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
21466 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
21467 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
21468 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
21469 ____________________________________________________________________________
21470 [ 9694] By: jhi on 2001/04/12 22:23:35
21471 Log: Integrate change #9693 from maintperl into mainline.
21473 $VERSION and Version() on the same line provokes a warning from
21474 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21476 !> lib/Devel/SelfStubber.pm
21477 ____________________________________________________________________________
21478 [ 9693] By: gsar on 2001/04/12 21:55:56
21479 Log: $VERSION and Version() on the same line provokes a warning from
21480 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21481 Branch: maint-5.6/perl
21482 ! lib/Devel/SelfStubber.pm
21483 ____________________________________________________________________________
21484 [ 9692] By: jhi on 2001/04/12 13:54:00
21485 Log: This is at least 5.005.
21487 ! ext/Time/HiRes/HiRes.xs
21488 ____________________________________________________________________________
21489 [ 9691] By: jhi on 2001/04/12 13:37:20
21490 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
21492 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
21493 ! win32/Makefile win32/makefile.mk
21494 ____________________________________________________________________________
21495 [ 9690] By: jhi on 2001/04/12 01:34:46
21496 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
21498 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21499 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21500 + t/lib/time-hires.t
21502 ____________________________________________________________________________
21503 [ 9689] By: jhi on 2001/04/12 00:28:39
21504 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
21505 From: Gisle Aas <gisle@ActiveState.com>
21506 Date: 11 Apr 2001 16:36:11 -0700
21507 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
21509 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
21510 ____________________________________________________________________________
21511 [ 9688] By: jhi on 2001/04/12 00:27:39
21512 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21513 From: Gisle Aas <gisle@ActiveState.com>
21514 Date: 11 Apr 2001 11:13:24 -0700
21515 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
21517 ! ext/MIME/Base64/Base64.xs
21518 ____________________________________________________________________________
21519 [ 9687] By: jhi on 2001/04/11 19:51:47
21520 Log: Slight update on the Todo list. (Should integrate to Todo?)
21523 ____________________________________________________________________________
21524 [ 9686] By: jhi on 2001/04/11 16:54:25
21525 Log: Subject: [PATCH opcode.pl] Documentation of table format
21526 From: Simon Cozens <simon@netthink.co.uk>
21527 Date: Wed, 11 Apr 2001 12:59:31 +0100
21528 Message-ID: <20010411125931.A25681@netthink.co.uk>
21531 ____________________________________________________________________________
21532 [ 9685] By: jhi on 2001/04/11 16:53:15
21533 Log: Subject: [PATCH] prototype("CORE::recv")
21534 From: Simon Cozens <simon@netthink.co.uk>
21535 Date: Wed, 11 Apr 2001 13:24:35 +0100
21536 Message-ID: <20010411132435.A26169@netthink.co.uk>
21538 ! pp.c t/comp/proto.t
21539 ____________________________________________________________________________
21540 [ 9684] By: jhi on 2001/04/11 16:47:13
21541 Log: FAQ (and AUTHORS) update from Dan Carson: the information
21542 was several years obsolete, Term::Readkey has been updated
21543 to have the functionality.
21545 ! AUTHORS pod/perlfaq5.pod
21546 ____________________________________________________________________________
21547 [ 9683] By: jhi on 2001/04/11 12:15:46
21548 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21549 From: Calle Dybedahl <calle@lysator.liu.se>
21550 Date: 10 Apr 2001 16:44:16 +0200
21551 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
21553 ! ext/MIME/Base64/Base64.xs
21554 ____________________________________________________________________________
21555 [ 9682] By: jhi on 2001/04/11 12:12:26
21556 Log: A more minimal fix for 20010410.006 from Hugo.
21559 ____________________________________________________________________________
21560 [ 9681] By: jhi on 2001/04/11 11:34:23
21561 Log: Integrate changes #9678,9679 from maintline into mainperl.
21563 addendum to change#9676
21565 up $File::Glob::VERSION; add a note pointing out the version of
21566 the OpenBSD glob bsd_glob.c resembles
21568 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21569 !> ext/File/Glob/bsd_glob.h
21570 ____________________________________________________________________________
21571 [ 9680] By: jhi on 2001/04/11 11:30:38
21572 Log: Bad test numbering in integrate in #9677.
21573 Fixes ID 20010411.001.
21576 ____________________________________________________________________________
21577 [ 9679] By: gsar on 2001/04/11 03:38:40
21578 Log: up $File::Glob::VERSION; add a note pointing out the version of
21579 the OpenBSD glob bsd_glob.c resembles
21580 Branch: maint-5.6/perl
21581 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21582 ! ext/File/Glob/bsd_glob.h
21583 ____________________________________________________________________________
21584 [ 9678] By: gsar on 2001/04/11 03:09:48
21585 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
21586 revision 1.8.10.1 found here:
21588 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
21589 Branch: maint-5.6/perl
21590 ! ext/File/Glob/bsd_glob.c
21591 ____________________________________________________________________________
21592 [ 9677] By: jhi on 2001/04/11 02:54:39
21593 Log: Integrate changes #9675,9676 from maintperl into mainline.
21595 fix for bug 20010410.006, undo change#7115
21597 port the OpenBSD glob() security patch
21599 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21600 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
21602 ____________________________________________________________________________
21603 [ 9676] By: gsar on 2001/04/11 02:19:02
21604 Log: port the glob() security patch found at:
21606 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
21608 CERT advisory for the issue is here:
21610 http://www.cert.org/advisories/CA-2001-07.html
21612 Note that the security scare is only relevant for those who are
21613 foolish enough to build suidperl (which is now officially discouraged)
21614 Branch: maint-5.6/perl
21615 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21616 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
21617 ____________________________________________________________________________
21618 [ 9675] By: gsar on 2001/04/10 23:52:11
21619 Log: fix for bug 20010410.006
21621 undo change#7115 (came into maint-5.6 as change#8156)
21623 add tests to keep it from coming back
21624 Branch: maint-5.6/perl
21625 ! regexec.c t/op/pat.t
21626 ____________________________________________________________________________
21627 [ 9674] By: nick on 2001/04/10 20:39:31
21628 Log: Integrate mainline
21630 +> Porting/testall.atom
21631 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
21632 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
21633 !> t/lib/lc-uk.t t/pod/find.t
21634 ____________________________________________________________________________
21635 [ 9673] By: nick on 2001/04/10 18:46:14
21636 Log: Integrate against change 9670 aka perl-5.7.1
21638 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21639 !> (integrate 53 files)
21640 ____________________________________________________________________________
21641 [ 9672] By: jhi on 2001/04/10 13:45:01
21642 Log: Add a script for doing cumulative profile of the test suite.
21643 (Requires ATOM, that is, Tru64.)
21645 + Porting/testall.atom
21647 ____________________________________________________________________________
21648 [ 9671] By: jhi on 2001/04/10 12:38:53
21649 Log: Missing std block.
21651 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
21652 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
21654 ____________________________________________________________________________
21655 [ 9670] By: jhi on 2001/04/10 01:25:58
21656 Log: This is 5.7.1.
21659 ____________________________________________________________________________
21660 [ 9669] By: jhi on 2001/04/10 01:09:14
21661 Log: Update Changes.
21663 ! Changes patchlevel.h
21664 ____________________________________________________________________________
21665 [ 9668] By: jhi on 2001/04/10 01:00:38
21669 ____________________________________________________________________________
21670 [ 9667] By: jhi on 2001/04/10 00:52:16
21671 Log: Update perlhist.
21674 ____________________________________________________________________________
21675 [ 9666] By: jhi on 2001/04/09 23:38:59
21676 Log: Slight wording tweaks from Damian to #9658.
21679 ____________________________________________________________________________
21680 [ 9665] By: jhi on 2001/04/09 19:56:06
21681 Log: Subject: [PATCH perlutil.pod] Nit
21682 From: Simon Cozens <simon@netthink.co.uk>
21683 Date: Mon, 9 Apr 2001 20:29:44 +0100
21684 Message-ID: <20010409202944.A14796@the.earth.li>
21687 ____________________________________________________________________________
21688 [ 9664] By: jhi on 2001/04/09 19:54:42
21689 Log: Subject: Re: perl571delta.pod@9631
21690 From: Mike Guy <mjtg@cam.ac.uk>
21691 Date: Mon, 09 Apr 2001 18:09:14 +0100
21692 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
21694 ! pod/perl571delta.pod
21695 ____________________________________________________________________________
21696 [ 9663] By: jhi on 2001/04/09 13:43:35
21697 Log: Update Changes.
21699 ! Changes patchlevel.h
21700 ____________________________________________________________________________
21701 [ 9662] By: jhi on 2001/04/09 13:24:46
21704 ! AUTHORS pod/perl571delta.pod
21705 ____________________________________________________________________________
21706 [ 9661] By: jhi on 2001/04/09 13:15:13
21707 Log: Thinko in manual patch applying.
21710 ____________________________________________________________________________
21711 [ 9660] By: jhi on 2001/04/09 13:07:53
21712 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
21713 From: Robin Barker <rmb1@cise.npl.co.uk>
21714 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
21715 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
21717 (This corrects the case where the "isn't numeric" string contains \0s
21718 and is longer than the temporary buffer, and contains \0 at the point
21719 the string would be truncated by "...".)
21722 ____________________________________________________________________________
21723 [ 9659] By: jhi on 2001/04/09 12:57:41
21724 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
21726 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
21727 ! t/lib/cgi-function.t t/lib/cgi-html.t
21728 ____________________________________________________________________________
21729 [ 9658] By: jhi on 2001/04/09 12:48:47
21730 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
21731 From: Ilmari Karonen <iltzu@sci.fi>
21732 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
21733 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
21735 Rearrange and rewrite the Method Invocation section
21736 to explain the concepts in nicer order.
21739 ____________________________________________________________________________
21740 [ 9657] By: jhi on 2001/04/09 12:35:58
21741 Log: Upgrade to podlators 1.09, from Russ Allbery.
21743 ! lib/Pod/Man.pm lib/Pod/Text.pm
21744 ____________________________________________________________________________
21745 [ 9656] By: jhi on 2001/04/09 12:31:53
21748 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
21749 ____________________________________________________________________________
21750 [ 9655] By: jhi on 2001/04/09 12:20:09
21751 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
21752 From: Prymmer/Kahn <pvhp@best.com>
21753 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
21754 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
21756 ! lib/utf8.pm pod/perlunicode.pod
21757 ____________________________________________________________________________
21758 [ 9654] By: gsar on 2001/04/09 03:38:33
21759 Log: here lies 5.6.1
21760 Branch: maint-5.6/perl
21762 ____________________________________________________________________________
21763 [ 9653] By: jhi on 2001/04/09 03:25:24
21764 Log: Update perlhist.
21767 ____________________________________________________________________________
21768 [ 9652] By: jhi on 2001/04/09 03:18:49
21769 Log: perl571delta tweaking continues.
21771 ! pod/perl571delta.pod
21772 ____________________________________________________________________________
21773 [ 9651] By: gsar on 2001/04/09 03:11:19
21774 Log: update Changes, patchlevel.h &c.
21775 Branch: maint-5.6/perl
21776 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
21778 ____________________________________________________________________________
21779 [ 9650] By: jhi on 2001/04/09 02:40:24
21780 Log: Integrate the perlfork half of #9513 from maintperl into mainline
21781 (the perlunicode half is obsolete)
21784 ____________________________________________________________________________
21785 [ 9649] By: gsar on 2001/04/09 02:35:43
21786 Log: tweak perldelta as suggested by Jarkko
21787 Branch: maint-5.6/perl
21788 ! pod/perldelta.pod
21789 ____________________________________________________________________________
21790 [ 9648] By: jhi on 2001/04/09 02:13:04
21791 Log: Integrate change #9646 from maintperl into mainline.
21793 add note about ithreads and Thread.pm
21795 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
21796 ____________________________________________________________________________
21797 [ 9647] By: jhi on 2001/04/09 02:10:18
21798 Log: Bad assumption that shortsize == 2.
21800 ! t/lib/xs-typemap.t
21801 ____________________________________________________________________________
21802 [ 9646] By: gsar on 2001/04/09 00:48:04
21803 Log: add note about ithreads and Thread.pm (too many people are
21804 confused by the fact that Thread.pm is built and installed
21805 under non-5005threads but doesn't work)
21806 Branch: maint-5.6/perl
21807 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
21808 ____________________________________________________________________________
21809 [ 9645] By: gsar on 2001/04/09 00:19:03
21810 Log: update perldelta.pod for changes in 5.6.1
21811 Branch: maint-5.6/perl
21812 ! Changes pod/perldelta.pod
21813 ____________________________________________________________________________
21814 [ 9644] By: jhi on 2001/04/08 20:37:00
21815 Log: Integrate change #9639 from maintperl into mainline:
21816 on windows, many of the README.* pods were being copied to
21819 !> win32/Makefile win32/makefile.mk
21820 ____________________________________________________________________________
21821 [ 9643] By: jhi on 2001/04/08 20:07:11
21822 Log: Integrate change #9624 from maintperl into mainline:
21823 the pod tests were not okay. (t/pod/find.t changes ignored)
21825 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
21826 !> t/pod/include.t t/pod/included.t t/pod/lref.t
21827 !> t/pod/multiline_items.t t/pod/nested_items.t
21828 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21829 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
21830 ____________________________________________________________________________
21831 [ 9642] By: jhi on 2001/04/08 19:57:17
21832 Log: Integrate change #9638 from maintperl into mainline:
21833 update to latest JPL from the anoncvs repository
21835 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21836 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21837 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
21838 ____________________________________________________________________________
21839 [ 9641] By: jhi on 2001/04/08 19:53:30
21840 Log: perl571delta updates.
21842 ! lib/Filter/Simple.pm pod/perl571delta.pod
21843 ____________________________________________________________________________
21844 [ 9640] By: gsar on 2001/04/08 19:20:46
21845 Log: integrate change#9634 from mainline
21847 Fix the perlmodlib generation (didn't understand separate .pod
21848 files; didn't understand -- as the name-thing separator).
21849 Update the CPAN mirrors list.
21850 Branch: maint-5.6/perl
21851 ! pod/perlmodlib.pod
21852 !> pod/perlmodlib.PL
21853 ____________________________________________________________________________
21854 [ 9639] By: gsar on 2001/04/08 18:57:31
21855 Log: on windows, many of the README.* pods were being copied to the wrong
21857 Branch: maint-5.6/perl
21858 ! win32/Makefile win32/makefile.mk
21859 ____________________________________________________________________________
21860 [ 9638] By: gsar on 2001/04/08 18:38:25
21861 Log: update to latest JPL from the anoncvs repository
21862 Branch: maint-5.6/perl
21863 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21864 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21865 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
21866 ____________________________________________________________________________
21867 [ 9637] By: jhi on 2001/04/08 17:53:53
21868 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
21870 ! pod/perl571delta.pod
21871 ____________________________________________________________________________
21872 [ 9636] By: jhi on 2001/04/08 17:18:32
21876 ____________________________________________________________________________
21877 [ 9635] By: jhi on 2001/04/08 17:16:33
21878 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
21879 From: "Craig A. Berry" <craigberry@mac.com>
21880 Date: Sun, 08 Apr 2001 12:30:16 -0500
21881 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
21883 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
21884 ____________________________________________________________________________
21885 [ 9634] By: jhi on 2001/04/08 17:09:19
21886 Log: Fix the perlmodlib generation (didn't understand separate .pod
21887 files; didn't understand -- as the name-thing separator).
21889 Update the CPAN mirrors list.
21891 ! pod/perlmodlib.PL pod/perlmodlib.pod
21892 ____________________________________________________________________________
21893 [ 9633] By: jhi on 2001/04/08 16:49:17
21894 Log: Sort MANIFEST.
21897 ____________________________________________________________________________
21898 [ 9632] By: gsar on 2001/04/08 16:36:06
21899 Log: add $Tie::RefHash::VERSION
21900 Branch: maint-5.6/perl
21901 ! lib/Tie/RefHash.pm
21902 ____________________________________________________________________________
21903 [ 9631] By: jhi on 2001/04/08 16:10:15
21904 Log: perl571delta updates based on p5p feedback; still needs
21907 ! pod/perl571delta.pod
21908 ____________________________________________________________________________
21909 [ 9630] By: jhi on 2001/04/08 15:59:13
21910 Log: Update the list of supported platforms to talk about 5.7.1
21914 ____________________________________________________________________________
21915 [ 9629] By: jhi on 2001/04/08 15:55:41
21916 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
21917 from maintperl into mainline: perlport updates.
21920 ____________________________________________________________________________
21921 [ 9628] By: jhi on 2001/04/08 15:53:17
21922 Log: perlsolaris.pod copied to wrong directory.
21924 ! win32/makefile.mk
21925 ____________________________________________________________________________
21926 [ 9627] By: jhi on 2001/04/08 14:48:18
21927 Log: Subject: Typos in perl571delta.pod
21928 From: "Stephen P. Potter" <spp@spotter.yi.org>
21929 Date: Sat, 07 Apr 2001 20:37:05 -0400
21930 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
21932 ! pod/perl571delta.pod
21933 ____________________________________________________________________________
21934 [ 9626] By: jhi on 2001/04/08 14:39:04
21935 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
21938 ____________________________________________________________________________
21939 [ 9625] By: nick on 2001/04/08 10:14:23
21940 Log: Integrate mainline
21942 +> pod/perl570delta.pod pod/perl571delta.pod
21943 !> (integrate 27 files)
21944 ____________________________________________________________________________
21945 [ 9624] By: gsar on 2001/04/08 06:08:17
21946 Log: test in t/pod/* were busted
21948 these tests are still not enabled in t/{harness,TEST}
21949 Branch: maint-5.6/perl
21950 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
21951 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
21952 ! t/pod/multiline_items.t t/pod/nested_items.t
21953 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21954 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
21955 ____________________________________________________________________________
21956 [ 9623] By: gsar on 2001/04/08 03:37:01
21957 Log: integrate change#9470 from mainline
21959 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
21960 Branch: maint-5.6/perl
21961 !> ext/Socket/Socket.xs
21962 ____________________________________________________________________________
21963 [ 9622] By: jhi on 2001/04/07 22:40:47
21964 Log: Update Changes.
21966 ! Changes patchlevel.h
21967 ____________________________________________________________________________
21968 [ 9621] By: jhi on 2001/04/07 22:34:16
21969 Log: Update AUTHORS.
21972 ____________________________________________________________________________
21973 [ 9620] By: jhi on 2001/04/07 22:12:47
21974 Log: Forgot to bump the number of tests in #9164.
21977 ____________________________________________________________________________
21978 [ 9619] By: jhi on 2001/04/07 22:09:50
21979 Log: Bump patchlevel to 5.7.1.
21981 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21982 ! config_h.SH patchlevel.h
21983 ____________________________________________________________________________
21984 [ 9618] By: jhi on 2001/04/07 22:02:41
21985 Log: Populate perl571delta.
21987 ! pod/perl571delta.pod
21988 ____________________________________________________________________________
21989 [ 9617] By: jhi on 2001/04/07 22:01:23
21990 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
21991 to forget it later; do not change patchlevel.h yet or regenerate
21994 ! epoc/config.sh win32/Makefile win32/config_H.bc
21995 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21996 ____________________________________________________________________________
21997 [ 9616] By: jhi on 2001/04/07 17:46:33
21998 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
22000 ! pod/perl571delta.pod
22001 ____________________________________________________________________________
22002 [ 9615] By: jhi on 2001/04/07 17:33:21
22003 Log: Change the toc configuration.
22005 ! pod/buildtoc.PL pod/perl.pod
22006 ____________________________________________________________________________
22007 [ 9614] By: jhi on 2001/04/07 17:29:47
22008 Log: Subject: PATCH: $[
22009 From: Robin Houston <robin@kitsite.com>
22010 Date: Fri, 6 Apr 2001 18:10:14 +0100
22011 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
22013 ! op.c t/op/array.t
22014 ____________________________________________________________________________
22015 [ 9613] By: jhi on 2001/04/07 17:28:26
22016 Log: Subject: [PATCH perl@9424] isn't numeric warning
22017 From: Robin Barker <rmb1@cise.npl.co.uk>
22018 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
22019 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
22021 ! sv.c t/pragma/warn/sv
22022 ____________________________________________________________________________
22023 [ 9612] By: jhi on 2001/04/07 17:26:45
22024 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
22025 From: Mike Guy <mjtg@cam.ac.uk>
22026 Date: Fri, 06 Apr 2001 12:47:06 +0100
22027 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
22029 ! dump.c t/lib/peek.t
22030 ____________________________________________________________________________
22031 [ 9611] By: jhi on 2001/04/07 17:21:35
22032 Log: Create perl571delta and seed it off with the perldelta changes
22033 since 5.7.0; remove those changes from perldelta and rename it
22034 as perl570delta; recreate perldelta but leave it almost empty.
22036 + pod/perl570delta.pod pod/perl571delta.pod
22037 ! MANIFEST pod/perldelta.pod
22038 ____________________________________________________________________________
22039 [ 9610] By: jhi on 2001/04/07 16:56:32
22042 ! pod/perldelta.pod
22043 ____________________________________________________________________________
22044 [ 9609] By: jhi on 2001/04/07 16:38:32
22045 Log: Retract #9523: needs more thought.
22048 ____________________________________________________________________________
22049 [ 9608] By: jhi on 2001/04/07 14:59:20
22050 Log: atmark() code cleanaup.
22053 ____________________________________________________________________________
22054 [ 9607] By: jhi on 2001/04/07 14:48:14
22055 Log: Integrate change #9605 from maintperl into mainline.
22057 can't optimize away scope entry if tr/// is present
22060 ____________________________________________________________________________
22061 [ 9606] By: jhi on 2001/04/07 14:43:59
22062 Log: Integrate perlio.
22064 +> win32/FindExt.pm
22065 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
22066 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
22067 ____________________________________________________________________________
22068 [ 9605] By: gsar on 2001/04/07 11:52:40
22069 Log: can't optimize away scope entry if tr/// is present
22070 Branch: maint-5.6/perl
22072 ____________________________________________________________________________
22073 [ 9604] By: nick on 2001/04/07 11:39:45
22074 Log: Split out extension finding code from buildext.pl into FindExt.pm
22075 Use it to get Config.pm's idea of available extensions in line
22076 with what is built.
22079 ! MANIFEST win32/buildext.pl win32/config_sh.PL
22080 ! win32/makefile.mk
22081 ____________________________________________________________________________
22082 [ 9603] By: nick on 2001/04/07 09:11:38
22083 Log: Cleanup correction for failed :Via() layer, also set an error code.
22085 ! ext/PerlIO/Via/Via.xs
22086 ____________________________________________________________________________
22087 [ 9602] By: nick on 2001/04/07 08:38:04
22088 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
22089 style. So don't use binmode() on the handles so that Win32 etc. see
22090 same sequence and produce same digests.
22093 ____________________________________________________________________________
22094 [ 9601] By: nick on 2001/04/07 08:36:26
22095 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
22096 Else it complains and so crlf layer (say) does not get pushed.
22099 ____________________________________________________________________________
22100 [ 9600] By: jhi on 2001/04/06 23:00:09
22101 Log: Integrate change #9599 from perlio into mainline.
22103 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
22104 !> win32/config_H.vc
22105 ____________________________________________________________________________
22106 [ 9599] By: nick on 2001/04/06 21:42:43
22107 Log: Quote $VERSION in Encode.pm.
22108 regen_config_h as requested.
22110 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
22111 ! win32/config_H.vc
22112 ____________________________________________________________________________
22113 [ 9598] By: nick on 2001/04/06 20:34:59
22114 Log: Integrate mainline
22117 !> (integrate 39 files)
22118 ____________________________________________________________________________
22119 [ 9597] By: gsar on 2001/04/06 18:06:35
22120 Log: integrate change#9464 from mainline (addendum to change#8313)
22122 Subject: [PATCH @9452] Better peep()ing for foreach() loops
22123 Branch: maint-5.6/perl
22125 ____________________________________________________________________________
22126 [ 9596] By: jhi on 2001/04/06 17:26:03
22127 Log: The d_casti32=undef is good for you even when not use64bitall.
22130 ____________________________________________________________________________
22131 [ 9595] By: gsar on 2001/04/06 14:57:17
22132 Log: add a low-impact fix to accomodate darwin-ism
22133 Branch: maint-5.6/perl
22134 ! ext/Errno/Errno_pm.PL
22135 ____________________________________________________________________________
22136 [ 9594] By: jhi on 2001/04/06 14:55:14
22137 Log: Integrate changes #9528,9593 from mainline into maintperl;
22138 tweaking the editor/IDE/shell list.
22139 Branch: maint-5.6/perl
22140 !> pod/perlfaq3.pod
22141 ____________________________________________________________________________
22142 [ 9593] By: jhi on 2001/04/06 14:51:39
22143 Log: Make the editor/IDE/shell list a little bit airier.
22146 ____________________________________________________________________________
22147 [ 9592] By: gsar on 2001/04/06 14:45:18
22148 Log: integrate change#9477 from mainline (base.pm doc tweak)
22150 missing doc entry for fmod()
22151 Branch: maint-5.6/perl
22152 ! lib/Math/BigFloat.pm
22154 ____________________________________________________________________________
22155 [ 9591] By: jhi on 2001/04/06 13:55:48
22159 ____________________________________________________________________________
22160 [ 9590] By: jhi on 2001/04/06 13:54:52
22161 Log: Math::BigFloat patches from John Peacock. The equivalent
22162 of #9586 from maintperl but reworked by John to work with
22165 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
22166 ____________________________________________________________________________
22167 [ 9589] By: jhi on 2001/04/06 13:42:23
22168 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
22170 ! ext/Digest/MD5/Makefile.PL
22171 ____________________________________________________________________________
22172 [ 9588] By: jhi on 2001/04/06 13:31:45
22173 Log: Integrate changes #9584,9587 from maintperl into mainline.
22175 keep eval"" CVs alive until the end of the statement in which
22178 add README.macos (from Chris Nandor)
22180 tyop in change#9555
22183 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
22184 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
22185 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
22186 !> win32/makefile.mk
22187 ____________________________________________________________________________
22188 [ 9587] By: gsar on 2001/04/06 07:31:30
22189 Log: add README.macos (from Chris Nandor)
22191 tyop in change#9555
22192 Branch: maint-5.6/perl
22194 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
22195 ! win32/Makefile win32/makefile.mk
22196 ____________________________________________________________________________
22197 [ 9586] By: gsar on 2001/04/06 07:08:54
22198 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
22199 Branch: maint-5.6/perl
22200 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
22201 ____________________________________________________________________________
22202 [ 9585] By: gsar on 2001/04/06 06:58:44
22203 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
22206 Subject: [PATCH] Base64 update to perlfaq9.pod
22208 Subject: [PATCH AUTHORS] Housekeeping
22210 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
22211 Mac OS X (Darwin) has extra pwent fields.
22213 Subject: [PATCH B::*] print control-character vars readably
22214 Needs EBCDICification.
22216 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
22218 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
22220 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
22222 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
22224 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
22226 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
22228 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
22230 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
22232 FreeBSD hints tweak from Anton Berezin.
22234 Subject: [PATCH foolperl & bleadperl] README.vms update
22236 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
22237 Branch: maint-5.6/perl
22238 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
22239 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
22240 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
22241 ____________________________________________________________________________
22242 [ 9584] By: gsar on 2001/04/06 04:09:00
22243 Log: keep eval"" CVs alive until the end of the statement in which
22244 they're called; this avoids a coredump ensuing from search for
22245 lexicals in code such as:
22249 eval q[sub { eval 'sub { &$s }' }];
22253 this code still doesn't work as intended (as it has remained
22254 since time immemorial), but it doesn't provoke a coredump anymore
22255 Branch: maint-5.6/perl
22256 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22257 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
22258 ____________________________________________________________________________
22259 [ 9583] By: jhi on 2001/04/05 23:52:51
22260 Log: Update Changes.
22262 ! Changes patchlevel.h
22263 ____________________________________________________________________________
22264 [ 9582] By: jhi on 2001/04/05 23:11:23
22265 Log: Slight doc tweak.
22267 ! pod/perlunicode.pod
22268 ____________________________________________________________________________
22269 [ 9581] By: jhi on 2001/04/05 23:04:11
22270 Log: Integrate perlio.
22272 !> pod/perlunicode.pod
22273 ____________________________________________________________________________
22274 [ 9580] By: jhi on 2001/04/05 23:03:29
22275 Log: Test for #9579.
22278 ____________________________________________________________________________
22279 [ 9579] By: jhi on 2001/04/05 22:54:17
22280 Log: Subject: [PATCH] Propagate calling context for do '...'
22281 From: Gisle Aas <gisle@ActiveState.com>
22282 Date: 04 Apr 2001 20:17:29 -0700
22283 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
22285 ! pod/perlfunc.pod pp_ctl.c
22286 ____________________________________________________________________________
22287 [ 9578] By: jhi on 2001/04/05 22:52:51
22288 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
22289 From: Peter Prymmer <pvhp@forte.com>
22290 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
22291 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
22294 ____________________________________________________________________________
22295 [ 9577] By: jhi on 2001/04/05 22:48:22
22296 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
22297 From: "Craig A. Berry" <craigberry@mac.com>
22298 Date: Thu, 5 Apr 2001 13:43:28 -0500
22299 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
22302 ____________________________________________________________________________
22303 [ 9576] By: jhi on 2001/04/05 22:31:38
22304 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
22305 From: Michael G Schwern <schwern@pobox.com>
22306 Date: Thu, 5 Apr 2001 21:53:21 +0100
22307 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
22309 ! lib/base.pm t/lib/fields.t
22310 ____________________________________________________________________________
22311 [ 9575] By: jhi on 2001/04/05 22:26:10
22312 Log: FreeBSD hints tweak from Anton Berezin.
22315 ____________________________________________________________________________
22316 [ 9574] By: jhi on 2001/04/05 22:24:03
22317 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
22318 From: David Dyck <dcd@tc.fluke.com>
22319 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
22320 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
22323 ____________________________________________________________________________
22324 [ 9573] By: jhi on 2001/04/05 22:23:06
22325 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
22326 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
22327 From: David Dyck <dcd@tc.fluke.com>
22328 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
22331 ____________________________________________________________________________
22332 [ 9572] By: jhi on 2001/04/05 22:14:47
22333 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
22334 From: Robin Houston <robin@kitsite.com>
22335 Date: Thu, 5 Apr 2001 20:56:48 +0100
22336 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
22338 ! ext/B/B/Deparse.pm
22339 ____________________________________________________________________________
22340 [ 9571] By: jhi on 2001/04/05 22:12:53
22341 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
22342 From: Robin Houston <robin@kitsite.com>
22343 Date: Thu, 5 Apr 2001 19:55:51 +0100
22344 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
22346 ! ext/B/B/Deparse.pm
22347 ____________________________________________________________________________
22348 [ 9570] By: jhi on 2001/04/05 22:11:06
22349 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
22350 From: Robin Houston <robin@kitsite.com>
22351 Date: Thu, 5 Apr 2001 20:16:29 +0100
22352 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
22354 ! ext/B/B/Deparse.pm
22355 ____________________________________________________________________________
22356 [ 9569] By: nick on 2001/04/05 21:32:26
22357 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
22359 ! pod/perlunicode.pod
22360 ____________________________________________________________________________
22361 [ 9568] By: nick on 2001/04/05 19:38:09
22362 Log: Integrate mainline
22364 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
22365 !> (integrate 35 files)
22366 ____________________________________________________________________________
22367 [ 9567] By: jhi on 2001/04/05 18:31:45
22368 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
22369 From: Robin Houston <robin@kitsite.com>
22370 Date: Thu, 5 Apr 2001 18:03:23 +0100
22371 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
22373 ! ext/B/B/Deparse.pm
22374 ____________________________________________________________________________
22375 [ 9566] By: jhi on 2001/04/05 18:29:35
22376 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
22377 From: Robin Houston <robin@kitsite.com>
22378 Date: Thu, 5 Apr 2001 16:45:18 +0100
22379 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
22381 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
22382 ____________________________________________________________________________
22383 [ 9565] By: jhi on 2001/04/05 18:24:23
22384 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
22385 From: Robin Houston <robin@kitsite.com>
22386 Date: Thu, 5 Apr 2001 14:50:09 +0100
22387 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
22389 ! ext/B/B/Deparse.pm
22390 ____________________________________________________________________________
22391 [ 9564] By: jhi on 2001/04/05 18:23:03
22392 Log: Subject: [PATCH B::*] print control-character vars readably
22393 From: Robin Houston <robin@kitsite.com>
22394 Date: Thu, 5 Apr 2001 14:27:38 +0100
22395 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
22397 Needs EBCDICification.
22399 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
22401 ____________________________________________________________________________
22402 [ 9563] By: jhi on 2001/04/05 18:20:32
22403 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
22404 Date: Thu, 5 Apr 2001 13:21:42 -0400
22405 From: Paul Schinder <schinder@pobox.com>
22406 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
22408 Mac OS X (Darwin) has extra pwent fields.
22411 ____________________________________________________________________________
22412 [ 9562] By: jhi on 2001/04/05 17:57:51
22416 ____________________________________________________________________________
22417 [ 9561] By: jhi on 2001/04/05 17:47:33
22418 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
22421 Branch: metaconfig/U/perl
22423 ! d_cmsghdr_s.U d_msghdr_s.U
22424 ____________________________________________________________________________
22425 [ 9560] By: jhi on 2001/04/05 17:47:01
22426 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
22427 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
22428 Introduce probes for struct msghdr, struct cmsghdr,
22429 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
22430 ualarm, usleep, for possible later extension work.
22432 + t/lib/md5-align.t
22433 ! Configure MANIFEST Porting/Glossary Porting/config.sh
22434 ! Porting/config_H config_h.SH configure.com epoc/config.sh
22435 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
22436 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22437 ! vos/config.ga.h win32/config.bc win32/config.gc
22439 ____________________________________________________________________________
22440 [ 9559] By: jhi on 2001/04/05 13:03:04
22441 Log: Be traditional in your cpp (for the Errno extension).
22444 ____________________________________________________________________________
22445 [ 9558] By: jhi on 2001/04/05 13:00:05
22446 Log: Add $Config{cppflags} to the gcc incantation.
22448 ! ext/Errno/Errno_pm.PL
22449 ____________________________________________________________________________
22450 [ 9557] By: jhi on 2001/04/05 04:22:39
22451 Log: Introduce Sean Burke's Class::ISA 0.32.
22453 + lib/Class/ISA.pm t/lib/class-isa.t
22455 ____________________________________________________________________________
22456 [ 9556] By: jhi on 2001/04/05 04:09:50
22457 Log: Subject: [PATCH AUTHORS] Housekeeping
22458 From: Paul Johnson <paul@pjcj.net>
22459 Date: Wed, 4 Apr 2001 22:45:47 +0200
22460 Message-ID: <20010404224547.D9548@pjcj.net>
22463 ____________________________________________________________________________
22464 [ 9555] By: jhi on 2001/04/05 04:06:33
22465 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
22466 From: Gisle Aas <gisle@ActiveState.com>
22467 Date: 04 Apr 2001 14:23:04 -0700
22468 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
22471 ____________________________________________________________________________
22472 [ 9554] By: jhi on 2001/04/05 04:05:49
22473 Log: Downgrade also the "Wide character" diagnostic.
22476 ____________________________________________________________________________
22477 [ 9553] By: jhi on 2001/04/05 04:00:33
22478 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
22479 maintperl into mainline.
22481 "double" should be "NV"; standard typemap is missing entry
22486 Downgrade "Wide character in print" to a warning.
22488 B::Deparse fix for ${^FOO} and documentation for PVX() method
22489 (from Robin Houston)
22491 tr/// doesn't null-terminate the result in some situations
22494 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
22495 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
22496 !> t/io/utf8.t t/op/tr.t
22497 ____________________________________________________________________________
22498 [ 9552] By: jhi on 2001/04/05 03:52:50
22499 Log: Retract changes #9542 and #9538 (from maintperl, integrated
22500 at #9540), shouldn't be needed because of the perlio changes.
22503 ____________________________________________________________________________
22504 [ 9551] By: gsar on 2001/04/05 00:18:34
22505 Log: tr/// doesn't null-terminate the result in some situations
22507 Branch: maint-5.6/perl
22509 ____________________________________________________________________________
22510 [ 9550] By: gsar on 2001/04/04 20:04:17
22511 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
22512 (from Robin Houston)
22513 Branch: maint-5.6/perl
22514 ! ext/B/B.pm ext/B/B/Deparse.pm
22515 ____________________________________________________________________________
22516 [ 9549] By: nick on 2001/04/04 18:56:15
22517 Log: Downgrade "Wide character in print" to a warning.
22519 ! doio.c t/io/utf8.t
22520 ____________________________________________________________________________
22521 [ 9548] By: gsar on 2001/04/04 18:51:49
22522 Log: integrate changes#9460,9462,9482,9521,9522
22524 Subject: PATCH: B::Debug should show LOOP-specific fields
22526 Subject: B::Deparse precedence bug. (Patch included.)
22528 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
22530 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
22532 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
22533 Branch: maint-5.6/perl
22534 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
22535 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
22536 ____________________________________________________________________________
22537 [ 9547] By: gsar on 2001/04/04 18:49:16
22539 Branch: maint-5.6/perl
22540 ! ext/Thread/Thread.xs
22541 ____________________________________________________________________________
22542 [ 9546] By: nick on 2001/04/04 18:44:00
22543 Log: Integrate mainline.
22545 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
22546 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
22547 ____________________________________________________________________________
22548 [ 9545] By: gsar on 2001/04/04 18:38:52
22549 Log: integrate change#8837 from mainline
22551 Subject: [patch] -Wall cleanup round 2
22552 Branch: maint-5.6/perl
22553 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22554 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22555 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
22556 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22557 !> ext/SDBM_File/SDBM_File.xs
22558 ____________________________________________________________________________
22559 [ 9544] By: gsar on 2001/04/04 17:49:57
22560 Log: "double" should be "NV"; standard typemap is missing entry
22562 Branch: maint-5.6/perl
22563 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
22564 ____________________________________________________________________________
22565 [ 9543] By: jhi on 2001/04/04 14:13:18
22566 Log: Thou shalt not (just) match for English error messages.
22568 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
22569 ! os2/OS2/Process/Process.pm
22570 ____________________________________________________________________________
22571 [ 9542] By: jhi on 2001/04/04 13:20:39
22572 Log: Make the stdio tricks of fflush_all() to exist only if
22573 stdio is being used.
22576 ____________________________________________________________________________
22577 [ 9541] By: jhi on 2001/04/04 04:20:24
22578 Log: Subject: Re: [PATCH] Lighten up glob
22579 From: Benjamin Sugars <bsugars@canoe.ca>
22580 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
22581 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
22583 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
22585 ____________________________________________________________________________
22586 [ 9540] By: jhi on 2001/04/04 04:03:57
22587 Log: Integrate changes #9538,9539 from maintperl into mainline.
22589 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22590 for use with _fwalk() (fix for change#7705)
22592 another tweak needed for SunOS 4.1.x build (from Mike Guy)
22593 (cp -f is not portable)
22595 !> Makefile.SH util.c
22596 ____________________________________________________________________________
22597 [ 9539] By: gsar on 2001/04/04 03:01:14
22598 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
22599 Branch: maint-5.6/perl
22601 ____________________________________________________________________________
22602 [ 9538] By: gsar on 2001/04/04 01:00:38
22603 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22604 for use with _fwalk() (fix for change#7705)
22605 Branch: maint-5.6/perl
22607 ____________________________________________________________________________
22608 [ 9537] By: nick on 2001/04/03 19:24:55
22609 Log: Integrate mainline
22611 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
22612 +> lib/unicode/PropList.html
22613 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
22614 !> (integrate 69 files)
22615 ____________________________________________________________________________
22616 [ 9536] By: jhi on 2001/04/03 18:02:31
22617 Log: Integrate change #9533 from maintperl into mainline.
22619 better fix for change#9517 to accomodate UNC paths like
22620 \\server\share\foo, and paths with trailing backslash
22623 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22624 ____________________________________________________________________________
22625 [ 9535] By: jhi on 2001/04/03 17:58:07
22626 Log: Change the push/unshift warning to be of class syntax, not misc.
22628 ! op.c pod/perldiag.pod t/pragma/warn/op
22629 ____________________________________________________________________________
22630 [ 9534] By: jhi on 2001/04/03 15:03:46
22631 Log: Change the push/unshift warning (#9532) to talk about "no values"
22632 instead of "no arguments".
22634 ! op.c pod/perldiag.pod t/pragma/warn/op
22635 ____________________________________________________________________________
22636 [ 9533] By: gsar on 2001/04/03 14:30:07
22637 Log: better fix for change#9517 to accomodate UNC paths like
22638 \\server\share\foo, and paths with trailing backslash
22640 Branch: maint-5.6/perl
22641 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22642 ____________________________________________________________________________
22643 [ 9532] By: jhi on 2001/04/03 13:11:46
22644 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
22645 From: Robin Houston <robin@kitsite.com>
22646 Date: Mon, 2 Apr 2001 15:03:29 +0100
22647 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
22649 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
22650 ____________________________________________________________________________
22651 [ 9531] By: jhi on 2001/04/03 13:06:34
22652 Log: Integrate change #9530 from maintperl into mainline.
22654 accomodate VMS "mailbox overflow" quirk in testsuite (from
22658 ____________________________________________________________________________
22659 [ 9530] By: gsar on 2001/04/03 04:56:41
22660 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
22662 Branch: maint-5.6/perl
22664 ____________________________________________________________________________
22665 [ 9529] By: jhi on 2001/04/03 02:34:34
22666 Log: Update Changes.
22668 ! Changes patchlevel.h
22669 ____________________________________________________________________________
22670 [ 9528] By: jhi on 2001/04/03 01:27:57
22671 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
22672 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
22673 To: perl5-porters@perl.org
22674 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
22677 ____________________________________________________________________________
22678 [ 9527] By: jhi on 2001/04/03 01:22:09
22679 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
22680 From: Peter Prymmer <pvhp@forte.com>
22681 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
22682 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
22684 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
22685 ____________________________________________________________________________
22686 [ 9526] By: jhi on 2001/04/03 01:18:25
22687 Log: The metaconfig unit changes for #9525.
22689 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
22690 Branch: metaconfig/U/perl
22692 ____________________________________________________________________________
22693 [ 9525] By: jhi on 2001/04/03 01:17:30
22694 Log: Configure sanity checks:
22695 * if use64bitall is attempted but pointers are only 32-bit,
22696 'downgrade' to use64bitint
22697 * if use64bitint is attempted but there's no quad type,
22698 forget about use64bitint (well, the default for it is 'n',
22699 the user can still override this)
22700 * if pointers are 64 bits, do not try to use Perl's malloc
22703 ____________________________________________________________________________
22704 [ 9524] By: gsar on 2001/04/03 01:09:12
22705 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
22706 Branch: maint-5.6/perl
22708 ____________________________________________________________________________
22709 [ 9523] By: jhi on 2001/04/03 00:02:31
22710 Log: (Retracted by #9609)
22712 Make it harder for parallel makes to enter 'test' before
22713 Dynaloader and File::Glob are happy. (In principle 'make_ext'
22714 should be unhappy enough, but sometimes parallel makes seem
22715 to sneak past both in Tru64 and AIX.)
22718 ____________________________________________________________________________
22719 [ 9522] By: jhi on 2001/04/02 22:35:31
22720 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
22721 Date: Mon, 2 Apr 2001 22:54:10 +0100
22722 From: Robin Houston <robin@kitsite.com>
22723 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
22725 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
22726 ____________________________________________________________________________
22727 [ 9521] By: jhi on 2001/04/02 22:32:23
22728 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
22729 From: Robin Houston <robin@kitsite.com>
22730 Date: Mon, 2 Apr 2001 20:24:03 +0100
22731 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
22733 ! ext/B/B/Concise.pm
22734 ____________________________________________________________________________
22735 [ 9520] By: jhi on 2001/04/02 22:30:43
22736 Log: Subject: [PATCH] REALLY pedantic hv.h nit
22737 From: Simon Cozens <simon@netthink.co.uk>
22738 Date: Mon, 2 Apr 2001 15:43:06 +0100
22739 Message-ID: <20010402154306.A21711@netthink.co.uk>
22742 ____________________________________________________________________________
22743 [ 9519] By: jhi on 2001/04/02 22:28:04
22746 Subject: [foolperl] EPOC fix
22747 From: Olaf Flebbe <O.Flebbe@science-computing.de>
22748 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
22749 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
22752 ____________________________________________________________________________
22753 [ 9518] By: jhi on 2001/04/02 22:22:34
22754 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
22756 README.win32 tweaks; add a note about alternative location for
22757 getting a gcc-2.95.2 that will build perl properly on windows
22759 add some notes about gutsy threading matters
22761 many of the utilities interpolate literal paths within doublequotes
22762 (fails on dosish platforms where path contains backslashes)
22764 !> README.win32 pod/perlguts.pod utils/perldoc.PL
22765 !> x2p/find2perl.PL x2p/s2p.PL
22766 ____________________________________________________________________________
22767 [ 9517] By: gsar on 2001/04/02 19:52:21
22768 Log: many of the utilities interpolate literal paths within doublequotes
22769 (fails on dosish platforms where path contains backslashes)
22770 Branch: maint-5.6/perl
22771 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22772 ____________________________________________________________________________
22773 [ 9516] By: gsar on 2001/04/02 05:49:37
22774 Log: a foolish release
22775 Branch: maint-5.6/perl
22776 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
22778 ____________________________________________________________________________
22779 [ 9515] By: gsar on 2001/04/02 05:04:29
22780 Log: add missing changelog summaries
22781 Branch: maint-5.6/perl
22783 ____________________________________________________________________________
22784 [ 9514] By: gsar on 2001/04/02 04:07:13
22785 Log: add some notes about gutsy threading matters
22786 Branch: maint-5.6/perl
22788 ____________________________________________________________________________
22789 [ 9513] By: gsar on 2001/04/02 03:25:21
22790 Log: add more prominent caveat notices about experimental features
22791 Branch: maint-5.6/perl
22792 ! pod/perlfork.pod pod/perlunicode.pod
22793 ____________________________________________________________________________
22794 [ 9512] By: gsar on 2001/04/02 02:54:33
22795 Log: integrate changes#9479,9509 from mainline
22797 [PATCH] File::Glob stuff for Mac OS
22799 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
22800 Branch: maint-5.6/perl
22801 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22802 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
22803 !> t/lib/glob-taint.t
22804 ____________________________________________________________________________
22805 [ 9511] By: gsar on 2001/04/02 02:38:24
22806 Log: README.win32 tweaks; add a note about alternative location for
22807 getting a gcc-2.95.2 that will build perl properly on windows
22808 Branch: maint-5.6/perl
22810 ____________________________________________________________________________
22811 [ 9510] By: jhi on 2001/04/01 20:45:10
22812 Log: An ambiguosity warning.
22815 ____________________________________________________________________________
22816 [ 9509] By: jhi on 2001/04/01 19:53:47
22817 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
22818 From: Jonathan Stowe <gellyfish@gellyfish.com>
22819 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
22820 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
22822 ! ext/File/Glob/bsd_glob.c
22823 ____________________________________________________________________________
22824 [ 9508] By: jhi on 2001/04/01 19:35:03
22825 Log: Update Changes.
22827 ! Changes patchlevel.h
22828 ____________________________________________________________________________
22829 [ 9507] By: jhi on 2001/04/01 19:24:01
22830 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
22831 from mainline to maintperl: pod tweaks.
22832 Branch: maint-5.6/perl
22833 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
22834 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
22836 ____________________________________________________________________________
22837 [ 9506] By: jhi on 2001/04/01 19:11:53
22838 Log: Commit Sarathy to April release of 5.6.1 :-)
22841 ____________________________________________________________________________
22842 [ 9505] By: jhi on 2001/04/01 19:03:15
22843 Log: Subject: PATCH 5.6.0 (perldebug.pod)
22844 From: Mark-Jason Dominus <mjd@plover.com>
22845 Date: Sun, 01 Apr 2001 14:25:11 -0400
22846 Message-ID: <20010401182511.9247.qmail@plover.com>
22848 ! pod/perldebug.pod
22849 ____________________________________________________________________________
22850 [ 9504] By: jhi on 2001/04/01 18:43:09
22851 Log: Add great_circle_direction().
22853 ! lib/Math/Trig.pm t/lib/trig.t
22854 ____________________________________________________________________________
22855 [ 9503] By: jhi on 2001/04/01 17:29:12
22856 Log: Unicode ReadMe update for Unicode 3.1.
22858 ! lib/unicode/ReadMe.txt
22859 ____________________________________________________________________________
22860 [ 9502] By: jhi on 2001/04/01 17:18:40
22861 Log: Integrate change #9501 from maintperl into mainline.
22863 fix the perlembed notes on multiple interpreters
22865 fix ExtUtils::Embed to work passably on Windows
22867 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
22868 ____________________________________________________________________________
22869 [ 9501] By: gsar on 2001/04/01 07:21:57
22870 Log: fix the perlembed notes on multiple interpreters
22872 fix ExtUtils::Embed to work passably on Windows
22873 Branch: maint-5.6/perl
22874 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
22875 ____________________________________________________________________________
22876 [ 9500] By: jhi on 2001/04/01 05:58:23
22877 Log: Test for #9499.
22880 ____________________________________________________________________________
22881 [ 9499] By: jhi on 2001/04/01 05:55:46
22882 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
22884 ! embed.h embed.pl op.c proto.h
22885 ____________________________________________________________________________
22886 [ 9498] By: jhi on 2001/04/01 05:44:34
22887 Log: Protect the workaround hunk more.
22890 ____________________________________________________________________________
22891 [ 9497] By: jhi on 2001/04/01 00:24:25
22892 Log: Integrate changes #9493,9494,9495,9496 from maintperl
22895 fix a broken workaround for Borland compiler in change#4739
22896 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
22898 nits spotted by Borland compiler
22900 avoid redefinition warnings under Borland 5.02
22902 various nits identified by the Borland 5.5 compiler; remove suppression
22905 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
22907 ____________________________________________________________________________
22908 [ 9496] By: gsar on 2001/03/31 23:22:28
22909 Log: various nits identified by the Borland 5.5 compiler; remove suppression
22911 Branch: maint-5.6/perl
22912 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
22913 ____________________________________________________________________________
22914 [ 9495] By: gsar on 2001/03/31 21:03:08
22915 Log: avoid redefinition warnings under Borland 5.02
22916 Branch: maint-5.6/perl
22917 ! win32/makefile.mk
22918 ____________________________________________________________________________
22919 [ 9494] By: gsar on 2001/03/31 20:18:59
22920 Log: nits spotted by Borland compiler
22921 Branch: maint-5.6/perl
22922 ! utf8.h win32/win32.h
22923 ____________________________________________________________________________
22924 [ 9493] By: gsar on 2001/03/31 20:18:05
22925 Log: fix a broken workaround for Borland compiler in change#4739
22926 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
22927 Branch: maint-5.6/perl
22929 ____________________________________________________________________________
22930 [ 9492] By: jhi on 2001/03/31 18:36:24
22931 Log: Integrate change #9491 from maintperl into mainline.
22933 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
22934 directory is relative (need to fetch the full path name *before*
22938 ____________________________________________________________________________
22939 [ 9491] By: gsar on 2001/03/31 17:01:56
22940 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
22941 directory is relative (need to fetch the full path name *before*
22944 this is a followup patch for change#6749
22945 Branch: maint-5.6/perl
22947 ____________________________________________________________________________
22948 [ 9490] By: jhi on 2001/03/31 15:50:18
22949 Log: Subject: Re: [PATCH] av.h cosmetics
22950 From: Simon Cozens <simon@netthink.co.uk>
22951 Date: Sat, 31 Mar 2001 13:09:59 +0100
22952 Message-ID: <20010331130959.A22000@netthink.co.uk>
22957 ____________________________________________________________________________
22958 [ 9489] By: jhi on 2001/03/31 15:48:44
22959 Log: Subject: [PATCH] Re: Math::Big* v1.21
22960 From: Tels <perl_dummy@bloodgate.com>
22961 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
22962 Message-Id: <200103311125.GAA377738@www08.hway.net>
22965 ____________________________________________________________________________
22966 [ 9488] By: jhi on 2001/03/31 03:39:51
22967 Log: Debug output tweak.
22970 ____________________________________________________________________________
22971 [ 9487] By: jhi on 2001/03/31 03:33:02
22972 Log: OverVMSification.
22975 ____________________________________________________________________________
22976 [ 9486] By: jhi on 2001/03/31 03:01:40
22977 Log: Missed MANIFESTations in #9483.
22980 ____________________________________________________________________________
22981 [ 9485] By: jhi on 2001/03/31 02:58:17
22982 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
22983 From: Peter Prymmer <pvhp@forte.com>
22984 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
22985 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
22987 ! regexec.c t/lib/cwd.t
22988 ____________________________________________________________________________
22989 [ 9484] By: jhi on 2001/03/31 01:04:41
22990 Log: Obsolete file (see #3938)
22992 - lib/unicode/README.Ethiopic
22994 ____________________________________________________________________________
22995 [ 9483] By: jhi on 2001/03/31 00:52:42
22996 Log: Update to Unicode 3.1.
22997 (Rename Names.txt to NamesList.txt.)
22999 + lib/unicode/NamesList.txt lib/unicode/PropList.html
23000 - lib/unicode/Names.txt
23001 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23002 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
23003 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
23004 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
23005 ! lib/unicode/UCD.html lib/unicode/Unicode.html
23006 ! lib/unicode/rename lib/unicode/version
23007 ____________________________________________________________________________
23008 [ 9482] By: jhi on 2001/03/30 23:33:44
23009 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
23010 From: Robin Houston <robin@kitsite.com>
23011 Date: Fri, 30 Mar 2001 20:07:22 +0100
23012 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
23014 ! ext/B/B/Deparse.pm
23015 ____________________________________________________________________________
23016 [ 9481] By: jhi on 2001/03/30 23:20:25
23017 Log: Subject: Re: [PATCH] CwdXS, Take 2
23018 From: Benjamin Sugars <bsugars@canoe.ca>
23019 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
23020 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
23022 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
23023 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
23024 ____________________________________________________________________________
23025 [ 9480] By: jhi on 2001/03/30 22:52:38
23026 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
23027 From: David Dyck <dcd@tc.fluke.com>
23028 Date: Fri, 30 Mar 2001 14:44:13 -0800
23029 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
23031 The t/rantests flags file creation was accidentally
23035 ____________________________________________________________________________
23036 [ 9479] By: jhi on 2001/03/30 22:45:45
23037 Log: Subject: [PATCH] File::Glob stuff for Mac OS
23038 From: Chris Nandor <pudge@pobox.com>
23039 Date: Fri, 30 Mar 2001 16:51:00 -0500
23040 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
23042 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23043 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
23044 ! t/lib/glob-taint.t
23045 ____________________________________________________________________________
23046 [ 9478] By: jhi on 2001/03/30 22:43:12
23047 Log: Subject: fix for win32/buildext.pl
23048 From: "Vadim Konovalov" <watman@inbox.ru>
23049 Date: Sat, 31 Mar 2001 00:50:36 +0400
23050 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
23052 ! win32/buildext.pl
23053 ____________________________________________________________________________
23054 [ 9477] By: jhi on 2001/03/30 22:41:16
23055 Log: Subject: small base.pm doc patch
23056 From: Leon Brocard <acme@astray.com>
23057 Date: Fri, 30 Mar 2001 21:49:57 +0100
23058 Message-ID: <20010330214957.B8733@ns0.astray.com>
23061 ____________________________________________________________________________
23062 [ 9476] By: jhi on 2001/03/30 18:16:57
23063 Log: Subject: [PATCH] av.h cosmetics
23064 From: Simon Cozens <simon@netthink.co.uk>
23065 Date: Fri, 30 Mar 2001 18:12:28 +0100
23066 Message-ID: <20010330181228.A9319@netthink.co.uk>
23069 ____________________________________________________________________________
23070 [ 9475] By: jhi on 2001/03/30 18:15:50
23071 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
23072 From: "Philip Newton" <pnewton@gmx.de>
23073 Date: Fri, 30 Mar 2001 19:06:57 +0200
23074 Message-ID: <3AC4D951.14815.1AC7068@localhost>
23077 ____________________________________________________________________________
23078 [ 9474] By: jhi on 2001/03/30 18:14:02
23079 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
23080 From: Benjamin Sugars <bsugars@canoe.ca>
23081 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
23082 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
23084 ! t/lib/glob-basic.t
23085 ____________________________________________________________________________
23086 [ 9473] By: jhi on 2001/03/30 16:09:24
23087 Log: Update Changes.
23089 ! Changes patchlevel.h
23090 ____________________________________________________________________________
23091 [ 9472] By: jhi on 2001/03/30 15:16:08
23092 Log: Integrate perlio.
23094 !> t/lib/cwd.t t/lib/glob-basic.t
23095 ____________________________________________________________________________
23096 [ 9471] By: nick on 2001/03/30 14:47:10
23097 Log: Should be (^O eq 'MSWin32') not 'Win32'
23098 Fail #12 seems real - chdir is in wrong dir.
23101 ____________________________________________________________________________
23102 [ 9470] By: jhi on 2001/03/30 14:41:11
23103 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
23104 From: Radu Greab <radu@netsoft.ro>
23105 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
23106 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
23110 ! ext/Socket/Socket.xs pp_sys.c
23111 ____________________________________________________________________________
23112 [ 9469] By: jhi on 2001/03/30 14:37:51
23113 Log: Subject: PATCH pod/perldiag.pod
23114 From: Robin Houston <robin@kitsite.com>
23115 Date: Fri, 30 Mar 2001 14:10:36 +0100
23116 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
23118 ! pod/perldiag.pod t/lib/glob-basic.t
23119 ____________________________________________________________________________
23120 [ 9468] By: jhi on 2001/03/30 14:36:36
23121 Log: Subject: Better diagnostic in io/fs.t
23122 From: andreas.koenig@anima.de (Andreas J. Koenig)
23123 Date: 30 Mar 2001 10:11:43 +0200
23124 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
23127 ____________________________________________________________________________
23128 [ 9467] By: nick on 2001/03/30 14:25:43
23129 Log: Skip order test of glob if case-ignoring system cannot
23130 create a.test and A.test
23132 ! t/lib/glob-basic.t
23133 ____________________________________________________________________________
23134 [ 9466] By: nick on 2001/03/30 13:03:12
23135 Log: Integrate mainline.
23137 - ext/re/hints/aix.pl
23138 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
23139 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
23140 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
23141 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
23142 ____________________________________________________________________________
23143 [ 9465] By: jhi on 2001/03/30 03:53:37
23144 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
23145 the tests sometimes hang, sometimes not.)
23147 ! t/lib/io_multihomed.t t/lib/io_sock.t
23148 ____________________________________________________________________________
23149 [ 9464] By: jhi on 2001/03/30 02:56:04
23150 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
23151 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23152 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
23153 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
23156 ____________________________________________________________________________
23157 [ 9463] By: jhi on 2001/03/30 02:34:48
23158 Log: Test for #9462.
23161 ____________________________________________________________________________
23162 [ 9462] By: jhi on 2001/03/30 02:29:37
23163 Log: Subject: B::Deparse precedence bug. (Patch included.)
23164 From: Jeremy Madea <jmadea@inktomi.com>
23165 Date: Thu, 29 Mar 2001 12:05:02 -0800
23166 Message-ID: <20010329120502.A24881@dr.inktomi.com>
23168 ! ext/B/B/Deparse.pm
23169 ____________________________________________________________________________
23170 [ 9461] By: jhi on 2001/03/30 02:18:41
23171 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
23172 From: Peter Prymmer <pvhp@forte.com>
23173 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
23174 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
23176 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
23178 ____________________________________________________________________________
23179 [ 9460] By: jhi on 2001/03/30 02:17:07
23180 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
23181 From: Robin Houston <robin@kitsite.com>
23182 Date: Thu, 29 Mar 2001 20:47:56 +0100
23183 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
23186 ____________________________________________________________________________
23187 [ 9459] By: jhi on 2001/03/30 02:16:05
23188 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
23189 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23190 Date: Wed, 28 Mar 2001 18:02:20 -0600
23191 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
23193 ! lib/ExtUtils/MM_VMS.pm
23194 ____________________________________________________________________________
23195 [ 9458] By: jhi on 2001/03/30 02:07:58
23196 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
23197 From: "Joshua E. Rodd" <jrodd@pbs.org>
23198 Date: Wed, 28 Mar 2001 17:29:12 -0500
23199 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
23202 ____________________________________________________________________________
23203 [ 9457] By: jhi on 2001/03/30 02:04:33
23204 Log: Subject: ext/re/aix.pl can go
23205 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23206 Date: Thu, 29 Mar 2001 12:03:28 +0200
23207 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
23209 - ext/re/hints/aix.pl
23211 ____________________________________________________________________________
23212 [ 9456] By: jhi on 2001/03/30 02:03:32
23213 Log: Integrate perlio.
23215 !> ext/Encode/Encode.xs installperl
23216 ____________________________________________________________________________
23217 [ 9455] By: nick on 2001/03/29 21:11:46
23218 Log: DLL name has changed so installperl needs to know
23219 (Why isn't it working it out or passed it?)
23222 ____________________________________________________________________________
23223 [ 9454] By: nick on 2001/03/29 20:56:12
23224 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
23225 and we don't get undef warnings.
23227 ! ext/Encode/Encode.xs
23228 ____________________________________________________________________________
23229 [ 9453] By: nick on 2001/03/29 17:58:48
23230 Log: Integrate mainline
23232 !> Changes patchlevel.h
23233 ____________________________________________________________________________
23234 [ 9452] By: jhi on 2001/03/29 16:44:55
23235 Log: Update Changes.
23237 ! Changes patchlevel.h
23238 ____________________________________________________________________________
23239 [ 9451] By: nick on 2001/03/29 16:31:38
23240 Log: Integrate mainline
23242 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
23243 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
23244 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
23245 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
23246 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
23247 ____________________________________________________________________________
23248 [ 9450] By: jhi on 2001/03/29 16:29:17
23249 Log: Integrate perlio.
23251 !> win32/buildext.pl
23252 ____________________________________________________________________________
23253 [ 9449] By: jhi on 2001/03/29 15:50:01
23254 Log: Update Changes.
23256 ! Changes patchlevel.h
23257 ____________________________________________________________________________
23258 [ 9448] By: nick on 2001/03/29 15:47:15
23259 Log: Make sure buildext.pl finds Errno.pm
23261 ! win32/buildext.pl
23262 ____________________________________________________________________________
23263 [ 9447] By: jhi on 2001/03/29 15:39:34
23264 Log: Integrate perlio.
23266 !> win32/makefile.mk
23267 ____________________________________________________________________________
23268 [ 9446] By: nick on 2001/03/29 15:30:03
23269 Log: Integrate win32/makefile.mk with mainline.
23271 !> win32/makefile.mk
23272 ____________________________________________________________________________
23273 [ 9445] By: nick on 2001/03/29 15:27:32
23274 Log: Fix breakage ...
23276 ! win32/makefile.mk
23277 ____________________________________________________________________________
23278 [ 9444] By: jhi on 2001/03/29 15:03:08
23279 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
23280 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23281 Date: Thu, 29 Mar 2001 10:32:59 +0400
23282 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
23284 ! win32/makefile.mk
23285 ____________________________________________________________________________
23286 [ 9443] By: jhi on 2001/03/29 15:02:12
23287 Log: Integrate perlio.
23289 +> win32/buildext.pl
23290 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
23291 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
23292 ____________________________________________________________________________
23293 [ 9442] By: nick on 2001/03/29 14:59:11
23294 Log: Work in progress - determine win32 extensions to build via script.
23296 + win32/buildext.pl
23297 ! MANIFEST win32/makefile.mk
23298 ____________________________________________________________________________
23299 [ 9441] By: jhi on 2001/03/29 14:51:47
23300 Log: Reintroduce the use of external pwd.
23303 ____________________________________________________________________________
23304 [ 9440] By: jhi on 2001/03/29 14:42:58
23305 Log: use warnings instead of -w.
23308 ____________________________________________________________________________
23309 [ 9439] By: jhi on 2001/03/29 14:41:52
23310 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
23311 From: Jonathan Stowe <gellyfish@gellyfish.com>
23312 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
23313 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
23316 ____________________________________________________________________________
23317 [ 9438] By: jhi on 2001/03/29 14:39:38
23318 Log: Subject: [PATCH perl@9424] minor pod nits
23319 From: Robin Barker <rmb1@cise.npl.co.uk>
23320 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
23321 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
23323 ! pod/perlhack.pod pod/perliol.pod
23324 ____________________________________________________________________________
23325 [ 9437] By: jhi on 2001/03/29 14:29:16
23326 Log: Subject: [PATCH perl@9424] typemap cast warning
23327 From: Robin Barker <rmb1@cise.npl.co.uk>
23328 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
23329 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
23331 ! lib/ExtUtils/typemap
23332 ____________________________________________________________________________
23333 [ 9436] By: jhi on 2001/03/29 14:26:03
23334 Log: Subject: [PATCH perl@9424] printf warning
23335 From: Robin Barker <rmb1@cise.npl.co.uk>
23336 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
23337 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
23339 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
23340 ! ext/Storable/Storable.xs toke.c
23341 ____________________________________________________________________________
23342 [ 9435] By: nick on 2001/03/29 14:23:31
23343 Log: Win32 has name conflict with ERROR
23345 ! ext/PerlIO/Via/Via.xs
23346 ____________________________________________________________________________
23347 [ 9434] By: jhi on 2001/03/29 14:17:48
23348 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
23349 From: Peter Prymmer <pvhp@forte.com>
23350 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
23351 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
23353 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
23354 ____________________________________________________________________________
23355 [ 9433] By: jhi on 2001/03/29 13:52:44
23356 Log: test-prep target was missing.
23359 ____________________________________________________________________________
23360 [ 9432] By: nick on 2001/03/29 12:40:03
23361 Log: Make as-shipped compiler default to MSVC6
23363 ! win32/makefile.mk
23364 ____________________________________________________________________________
23365 [ 9431] By: nick on 2001/03/29 12:12:16
23366 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
23367 akin to PerlIO::Scalar.
23369 ! perlio.c perlio.h
23370 ____________________________________________________________________________
23371 [ 9430] By: nick on 2001/03/29 10:56:35
23372 Log: Integrate mainline.
23374 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
23375 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
23376 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
23377 !> win32/makefile.mk win32/win32sck.c
23378 ____________________________________________________________________________
23379 [ 9429] By: nick on 2001/03/29 09:03:43
23380 Log: Noticed that two tests were skipped as perlio:: package
23381 isn't there any more. Changed the skip condition.
23382 Avoid core-dump if sv_utf8_upgrade() called on something
23383 that does not become SvPOK after SvPV() (e.g. a ref).
23385 ! sv.c t/io/utf8.t t/lib/io_scalar.t
23386 ____________________________________________________________________________
23387 [ 9428] By: jhi on 2001/03/29 01:31:47
23388 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
23389 From: Benjamin Sugars <bsugars@canoe.ca>
23390 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
23391 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
23393 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
23394 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
23395 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
23396 ____________________________________________________________________________
23397 [ 9427] By: jhi on 2001/03/29 00:49:30
23398 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
23399 From: "Vadim Konovalov" <watman@inbox.ru>
23400 Date: Thu, 29 Mar 2001 01:50:12 +0400
23401 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
23403 ! win32/makefile.mk win32/win32sck.c
23404 ____________________________________________________________________________
23405 [ 9426] By: gsar on 2001/03/29 00:28:04
23406 Log: dmake can only handle == and != in comparisons; support building
23407 with Borland's VCL libraries (from Vadim Konovalov)
23408 Branch: maint-5.6/perl
23409 ! win32/makefile.mk
23410 ____________________________________________________________________________
23411 [ 9425] By: nick on 2001/03/28 19:29:56
23412 Log: Integrate (@snapshot)
23414 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
23415 ____________________________________________________________________________
23416 [ 9424] By: jhi on 2001/03/28 19:03:16
23417 Log: Update Changes.
23419 ! Changes patchlevel.h
23420 ____________________________________________________________________________
23421 [ 9423] By: jhi on 2001/03/28 18:52:09
23422 Log: Rmdir lib/XS on cleanup.
23425 ____________________________________________________________________________
23426 [ 9422] By: jhi on 2001/03/28 18:49:34
23427 Log: Integrate perlio.
23429 !> t/op/utf8decode.t
23430 ____________________________________________________________________________
23431 [ 9421] By: nick on 2001/03/28 18:46:44
23432 Log: Loose duplicate chunk.
23434 ! t/op/utf8decode.t
23435 ____________________________________________________________________________
23436 [ 9420] By: nick on 2001/03/28 18:44:11
23437 Log: Integrate mainline.
23439 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
23441 ____________________________________________________________________________
23442 [ 9419] By: jhi on 2001/03/28 18:42:05
23443 Log: Can't trust external pwds
23444 (either shell builtins or external programs)
23447 ____________________________________________________________________________
23448 [ 9418] By: jhi on 2001/03/28 18:34:05
23449 Log: Integrate perlio.
23452 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
23453 !> t/op/utf8decode.t
23454 ____________________________________________________________________________
23455 [ 9417] By: nick on 2001/03/28 18:24:02
23456 Log: PerlIO.pm / perlio.pm conflict.
23458 Make t/op/utf8decode.t a text file.
23461 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
23462 ! t/op/utf8decode.t
23463 ____________________________________________________________________________
23464 [ 9416] By: jhi on 2001/03/28 18:06:07
23465 Log: Integrate change #9409 from mainline to maintperl.
23467 Yet another tweak on AIX dynaloading.
23468 Branch: maint-5.6/perl
23469 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23470 ____________________________________________________________________________
23471 [ 9415] By: gsar on 2001/03/28 17:13:01
23472 Log: integrate changes#9377,9385,9401 from mainline
23474 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23476 If directory entries compare equal case-insensitively,
23477 retry case-sensitively.
23479 Subject: [PATCH] B::Terse and warnings
23480 Branch: maint-5.6/perl
23481 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
23482 !> t/pragma/warn/perl
23483 ____________________________________________________________________________
23484 [ 9414] By: jhi on 2001/03/28 17:11:12
23485 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
23486 From: "Craig A. Berry" <craigberry@mac.com>
23487 Date: Wed, 28 Mar 2001 10:55:20 -0600
23488 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
23490 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
23491 ____________________________________________________________________________
23492 [ 9413] By: jhi on 2001/03/28 17:03:12
23495 ! t/op/utf8decode.t
23496 ____________________________________________________________________________
23497 [ 9412] By: jhi on 2001/03/28 17:02:36
23498 Log: Forced integrate from perlio.
23500 !> t/op/utf8decode.t
23501 ____________________________________________________________________________
23502 [ 9411] By: nick on 2001/03/28 16:50:03
23503 Log: Integrate mainline.
23506 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23507 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
23508 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
23509 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
23510 !> t/pragma/warn/perl
23511 ____________________________________________________________________________
23512 [ 9410] By: jhi on 2001/03/28 16:44:23
23513 Log: Subject: Re: [PATCH] 9403 cannot be tested
23514 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23515 Date: Wed, 28 Mar 2001 18:33:56 +0200
23516 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
23519 ____________________________________________________________________________
23520 [ 9409] By: jhi on 2001/03/28 16:12:45
23521 Log: Yet another tweak on AIX dynaloading.
23523 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23524 ____________________________________________________________________________
23525 [ 9408] By: jhi on 2001/03/28 15:52:55
23526 Log: Subject: [PATCH] 9403 cannot be tested
23527 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23528 Date: Wed, 28 Mar 2001 17:23:00 +0200
23529 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
23534 ____________________________________________________________________________
23535 [ 9407] By: jhi on 2001/03/28 15:47:43
23536 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
23538 ! t/op/utf8decode.t
23539 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23540 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
23541 ____________________________________________________________________________
23542 [ 9406] By: jhi on 2001/03/28 15:37:08
23543 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
23544 From: Benjamin Sugars <bsugars@canoe.ca>
23545 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
23546 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
23550 ____________________________________________________________________________
23551 [ 9405] By: jhi on 2001/03/28 15:13:18
23552 Log: pp_ne() needs a CORRECT boolean.
23555 ____________________________________________________________________________
23556 [ 9404] By: jhi on 2001/03/28 15:09:23
23557 Log: pp_ne() needs a boolean, not an integer.
23560 ____________________________________________________________________________
23561 [ 9403] By: jhi on 2001/03/28 14:47:43
23562 Log: (Retracted by #9404.)
23565 ____________________________________________________________________________
23566 [ 9402] By: jhi on 2001/03/28 14:43:59
23567 Log: Subject: Re: [PATCH] Typemap testing
23568 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23569 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
23570 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
23572 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23573 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
23574 ____________________________________________________________________________
23575 [ 9401] By: jhi on 2001/03/28 14:42:14
23576 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23577 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
23578 Date: Sun, 25 Mar 2001 21:59:15 +0100
23579 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
23581 A variable will be checked for the "use once" warnings if:
23583 1. It is in the scope of a use warnings 'once'
23584 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
23586 Otherwise it won't be checked at all.
23588 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
23590 The enclosed patch partially fixes this issue. What I didn't
23591 get to work was the case where the "used once" warning is enabled
23592 in any file other than the main file.
23594 ! gv.c t/pragma/warn/perl
23595 ____________________________________________________________________________
23596 [ 9400] By: nick on 2001/03/28 14:38:24
23597 Log: More EBCDIC tweaks:
23598 - one more swash issue &~(0xA0-1) did not do the right thing,
23599 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
23600 - add "use re 'asciirange'" to make [!-~] etc. work
23601 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
23602 - Choose a key for t/op/each.t test which gets encoded.
23603 - Skip utf8decode if this is UTF-EBCDIC.
23605 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23606 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
23607 ____________________________________________________________________________
23608 [ 9399] By: jhi on 2001/03/28 14:21:00
23609 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
23613 ____________________________________________________________________________
23614 [ 9398] By: jhi on 2001/03/28 00:55:56
23615 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
23616 From: David Dyck <dcd@tc.fluke.com>
23617 Date: Tue, 27 Mar 2001 15:16:24 -0800
23618 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
23620 ! ext/IO/lib/IO/Socket.pm
23621 ____________________________________________________________________________
23622 [ 9397] By: jhi on 2001/03/27 21:52:49
23623 Log: Integrate perlio.
23625 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23626 +> ext/PerlIO/Via/Via.xs
23627 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23628 ____________________________________________________________________________
23629 [ 9396] By: nick on 2001/03/27 21:45:13
23630 Log: Integrate mainline.
23632 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
23633 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
23634 ____________________________________________________________________________
23635 [ 9395] By: nick on 2001/03/27 21:18:58
23636 Log: Outline docs for PerlIO and PerlIO::Scalar
23638 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23639 ____________________________________________________________________________
23640 [ 9394] By: nick on 2001/03/27 20:50:13
23641 Log: PerlIO::Via layer (alpha-ish).
23643 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23644 + ext/PerlIO/Via/Via.xs
23646 ____________________________________________________________________________
23647 [ 9393] By: jhi on 2001/03/27 20:49:55
23648 Log: Retract #9329 now that 9390 should take care of the matter.
23651 ____________________________________________________________________________
23652 [ 9390] By: jhi on 2001/03/27 20:47:50
23653 Log: Subject: Autoloading Errno.pm when %! is encountered
23654 From: Robin Houston <robin@kitsite.com>
23655 Date: Tue, 27 Mar 2001 20:57:11 +0100
23656 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
23658 ! embed.h embed.pl gv.c proto.h t/op/magic.t
23659 ____________________________________________________________________________
23660 [ 9389] By: jhi on 2001/03/27 20:24:31
23661 Log: Integrate perlio.
23663 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23664 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
23666 ____________________________________________________________________________
23667 [ 9388] By: jhi on 2001/03/27 20:21:38
23668 Log: Better have a three-element array if one is going to assign
23669 to the third element of that array. (from Tim Jenness)
23671 ! ext/XS/Typemap/Typemap.xs
23672 ____________________________________________________________________________
23673 [ 9387] By: nick on 2001/03/27 20:15:43
23674 Log: Integrate mainline.
23676 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
23677 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23678 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
23679 +> t/lib/xs-typemap.t
23680 !> (integrate 34 files)
23681 ____________________________________________________________________________
23682 [ 9386] By: jhi on 2001/03/27 20:04:18
23683 Log: Subject: Re: perl@9359 breaks HTML::Parser
23684 From: Gisle Aas <gisle@ActiveState.com>
23685 Date: 27 Mar 2001 11:30:24 -0800
23686 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
23688 Clarify the UTF-8 issues of the API docs.
23689 (Slightly reworded and expanded.)
23691 ! pod/perlapi.pod sv.c sv.h
23692 ____________________________________________________________________________
23693 [ 9385] By: jhi on 2001/03/27 19:44:25
23694 Log: If directory entries compare equal case-insensitively,
23695 retry case-sensitively.
23697 ! ext/File/Glob/bsd_glob.c
23698 ____________________________________________________________________________
23699 [ 9384] By: nick on 2001/03/27 19:38:50
23700 Log: Various EBCDIC fixes:
23701 - major revelation that swash code is encoding aware,
23702 (or thought it was) - now it is ;-)
23703 - With that out of the way fix a slab of tr/// cases.
23704 - Fix Encode 'Unicode' to be true Unicode so tests pass.
23705 - As anticipated Base64.xs needed tweaks.
23706 - Until tr/// works right avoid old_encode64 in MIME tests.
23708 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23709 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
23710 ____________________________________________________________________________
23711 [ 9383] By: jhi on 2001/03/27 18:34:41
23712 Log: Add the std test suite BEGIN block.
23714 ! t/lib/xs-typemap.t
23715 ____________________________________________________________________________
23716 [ 9382] By: jhi on 2001/03/27 15:16:07
23717 Log: Add debugging output to the test.
23719 ! t/lib/glob-basic.t
23720 ____________________________________________________________________________
23721 [ 9381] By: jhi on 2001/03/27 15:08:10
23722 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
23724 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
23725 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23726 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
23727 + t/lib/xs-typemap.t
23729 ____________________________________________________________________________
23730 [ 9380] By: jhi on 2001/03/27 14:48:34
23731 Log: Subject: [PATCH] Typemap testing
23732 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23733 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
23734 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
23736 (The first part of the patch.)
23738 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
23739 ____________________________________________________________________________
23740 [ 9379] By: jhi on 2001/03/27 14:44:56
23741 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
23742 From: Benjamin Sugars <bsugars@canoe.ca>
23743 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
23744 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
23746 ! t/lib/glob-basic.t
23747 ____________________________________________________________________________
23748 [ 9378] By: jhi on 2001/03/27 14:42:30
23749 Log: Subject: [PATCH] perlvar nit
23750 From: Simon Cozens <simon@netthink.co.uk>
23751 Date: Tue, 27 Mar 2001 01:12:01 +0100
23752 Message-ID: <20010327011201.A19179@netthink.co.uk>
23755 ____________________________________________________________________________
23756 [ 9377] By: jhi on 2001/03/27 14:36:26
23757 Log: Subject: [PATCH] B::Terse and warnings
23758 From: Benjamin Sugars <ben.sugars@home.com>
23759 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
23760 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
23762 ! ext/B/B.pm ext/B/B/Terse.pm
23763 ____________________________________________________________________________
23764 [ 9376] By: jhi on 2001/03/27 14:31:31
23765 Log: Document sockatmark() some.
23767 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
23769 ____________________________________________________________________________
23770 [ 9375] By: jhi on 2001/03/27 14:00:24
23771 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
23772 noted by Gisle and fixed by NI-S.
23775 ____________________________________________________________________________
23776 [ 9374] By: jhi on 2001/03/27 05:50:01
23780 ____________________________________________________________________________
23781 [ 9373] By: jhi on 2001/03/27 05:43:51
23782 Log: Pixie documenting.
23784 ! Makefile.SH pod/perlhack.pod
23785 ____________________________________________________________________________
23786 [ 9372] By: jhi on 2001/03/27 05:29:34
23787 Log: Metaconfig unit changes for #9371.
23789 ! U/modified/myhostname.U
23790 Branch: metaconfig/U/perl
23793 ____________________________________________________________________________
23794 [ 9371] By: jhi on 2001/03/27 05:29:07
23795 Log: Add sockatmark() probing.
23797 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23798 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23799 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23800 ! vos/config.ga.h win32/config.bc win32/config.gc
23802 ____________________________________________________________________________
23803 [ 9370] By: jhi on 2001/03/26 22:01:18
23804 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
23805 Really need to benchmark this.
23808 ____________________________________________________________________________
23809 [ 9369] By: nick on 2001/03/26 21:59:30
23810 Log: Integrate mainline.
23812 ! ext/MIME/Base64/QuotedPrint.pm
23813 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
23814 !> patchlevel.h pod/perlhack.pod pp_sys.c
23815 ____________________________________________________________________________
23816 [ 9368] By: jhi on 2001/03/26 21:47:03
23817 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
23820 TODO2: le, lt, ge, gt? Yech.
23823 ____________________________________________________________________________
23824 [ 9367] By: jhi on 2001/03/26 21:34:57
23825 Log: Too much cut-and-paste in #9363.
23828 ____________________________________________________________________________
23829 [ 9366] By: jhi on 2001/03/26 21:20:53
23830 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
23831 From: Andreas Schwab <schwab@suse.de>
23832 Date: 26 Mar 2001 17:29:04 +0200
23833 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
23835 (The patch for 5.6.0 or so, this is a guess for bleadperl)
23838 ____________________________________________________________________________
23839 [ 9365] By: jhi on 2001/03/26 21:07:54
23840 Log: Integrate perlio.
23843 ____________________________________________________________________________
23844 [ 9364] By: nick on 2001/03/26 20:30:48
23845 Log: REFCNT botch in layer name cache hash.
23848 ____________________________________________________________________________
23849 [ 9363] By: jhi on 2001/03/26 18:44:32
23850 Log: Subject: [PATCH] socket() leaks file descriptors
23851 From: Benjamin Sugars <bsugars@canoe.ca>
23852 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
23853 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
23855 Also sockpair() fixed similarly.
23858 ____________________________________________________________________________
23859 [ 9362] By: jhi on 2001/03/26 18:37:52
23860 Log: Integrate perlio.
23862 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
23863 ____________________________________________________________________________
23864 [ 9361] By: nick on 2001/03/26 17:32:06
23865 Log: Implement flush of linebuffered streams on read of a tty.
23867 ! perlio.c perliol.h
23868 ____________________________________________________________________________
23869 [ 9360] By: nick on 2001/03/26 17:12:32
23870 Log: Memory tweaks and notes for OEMVS.
23872 ! README.os390 miniperlmain.c t/op/pat.t
23873 ____________________________________________________________________________
23874 [ 9359] By: jhi on 2001/03/26 02:12:54
23875 Log: Update Changes.
23877 ! Changes patchlevel.h
23878 ____________________________________________________________________________
23879 [ 9358] By: jhi on 2001/03/26 02:05:32
23880 Log: Document the most common pixie options.
23883 ____________________________________________________________________________
23884 [ 9357] By: jhi on 2001/03/26 01:25:28
23885 Log: For perl.pixie check *before* compiling that optimize is -g,
23889 ____________________________________________________________________________
23890 [ 9356] By: jhi on 2001/03/26 01:13:41
23891 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
23894 ____________________________________________________________________________
23895 [ 9355] By: jhi on 2001/03/26 01:11:19
23896 Log: Remove t/perl.third.
23899 ____________________________________________________________________________
23900 [ 9354] By: jhi on 2001/03/26 00:23:38
23901 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
23904 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
23905 ____________________________________________________________________________
23906 [ 9353] By: jhi on 2001/03/25 22:25:04
23907 Log: Integrate perlio.
23909 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
23910 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
23911 !> pp_hot.c win32/makefile.mk
23912 ____________________________________________________________________________
23913 [ 9352] By: jhi on 2001/03/25 22:21:41
23914 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
23915 From: Radu Greab <radu@netsoft.ro>
23916 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
23917 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
23920 ____________________________________________________________________________
23921 [ 9351] By: nick on 2001/03/25 22:15:02
23922 Log: Fix readline in list mode to tell rest of world that it has
23923 things on the stack. Otherwise if perl code gets invoked
23924 underneath it it scribbles over results-so-far.
23925 (Why TIEHANDLE has not tripped on this is a mystery.)
23928 ____________________________________________________________________________
23929 [ 9350] By: nick on 2001/03/25 22:10:13
23930 Log: win32/makefile.mk typos
23932 ! win32/makefile.mk
23933 ____________________________________________________________________________
23934 [ 9349] By: nick on 2001/03/25 21:31:14
23935 Log: Integrate now-non-binary file.
23938 ____________________________________________________________________________
23939 [ 9348] By: nick on 2001/03/25 21:27:24
23943 ____________________________________________________________________________
23944 [ 9347] By: nick on 2001/03/25 21:25:37
23945 Log: Integrate mainline.
23947 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
23948 !> lib/Term/ReadLine.pm t/lib/md5-file.t
23949 ____________________________________________________________________________
23950 [ 9346] By: nick on 2001/03/25 20:58:15
23951 Log: Add destruct time hook to PerlIO (for work-in-process implementing
23952 layers in perl code. In such cases layers need to be popped before
23953 we loose the ability to run perl code.)
23954 Also back-out "PerlIO::object" hook - it isn't going to work like that...
23956 ! perl.c perlio.c perlio.h perliol.h
23957 ____________________________________________________________________________
23958 [ 9345] By: nick on 2001/03/25 20:49:11
23959 Log: Avoid at leasy one of undefined warnings in Encode.
23961 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
23962 ____________________________________________________________________________
23963 [ 9344] By: jhi on 2001/03/25 20:37:43
23964 Log: A workaround for using Term::ReadLine in emacs minibuffer
23965 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
23966 additional tweaks from Ilya Zakharevich.
23968 ! lib/Term/ReadLine.pm
23969 ____________________________________________________________________________
23970 [ 9343] By: nick on 2001/03/25 20:21:14
23971 Log: Missing return value.
23973 ! ext/PerlIO/Scalar/Scalar.xs
23974 ____________________________________________________________________________
23975 [ 9342] By: jhi on 2001/03/25 16:21:00
23976 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
23977 to equal the CPAN versions since no code changes have been made.
23979 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
23981 ____________________________________________________________________________
23982 [ 9341] By: jhi on 2001/03/25 16:01:48
23983 Log: Escape 8-bit characters.
23986 ____________________________________________________________________________
23987 [ 9340] By: gsar on 2001/03/25 15:50:53
23988 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
23992 ____________________________________________________________________________
23993 [ 9339] By: gsar on 2001/03/25 15:48:50
23994 Log: delete mimeqp.t for later with text mode set
23997 ____________________________________________________________________________
23998 [ 9338] By: nick on 2001/03/25 09:01:57
23999 Log: Integrate mainline.
24001 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24002 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
24003 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
24004 +> t/lib/mimeb64u.t t/lib/mimeqp.t
24005 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
24006 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
24007 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
24008 ____________________________________________________________________________
24009 [ 9337] By: jhi on 2001/03/25 04:23:24
24010 Log: Add MIME::Base64 here and there. Again, a lot of
24011 optimism is in the air.
24013 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
24014 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
24015 ____________________________________________________________________________
24016 [ 9336] By: jhi on 2001/03/25 04:12:43
24017 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
24018 this by ear as I do not do Win32 programming.)
24020 ! win32/Makefile win32/makefile.mk
24021 ____________________________________________________________________________
24022 [ 9335] By: jhi on 2001/03/25 04:03:50
24023 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
24026 ____________________________________________________________________________
24027 [ 9334] By: jhi on 2001/03/25 03:58:53
24028 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
24030 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24031 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
24032 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
24033 + t/lib/mimeb64u.t t/lib/mimeqp.t
24035 ____________________________________________________________________________
24036 [ 9333] By: jhi on 2001/03/24 20:14:37
24037 Log: Integrate perlio.
24039 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
24040 ____________________________________________________________________________
24041 [ 9332] By: nick on 2001/03/24 19:40:34
24042 Log: Fix un-init variable leading to spurious "Out of Memory!"
24045 ____________________________________________________________________________
24046 [ 9331] By: nick on 2001/03/24 19:09:59
24047 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
24048 and update layers internals doc.
24050 ! pod/perlfunc.pod pod/perliol.pod
24051 ____________________________________________________________________________
24052 [ 9330] By: jhi on 2001/03/24 18:42:11
24053 Log: The length might be uninitialized garbage if the *svp is the undef.
24056 ____________________________________________________________________________
24057 [ 9329] By: jhi on 2001/03/24 18:26:57
24058 Log: (Retracted by #9393)
24060 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
24061 From: Simon Cozens <simon@netthink.co.uk>
24062 Date: Sat, 24 Mar 2001 17:13:17 +0000
24063 Message-ID: <20010324171317.A13406@netthink.co.uk>
24066 ____________________________________________________________________________
24067 [ 9328] By: nick on 2001/03/24 17:22:02
24068 Log: Integrate mainline.
24070 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
24071 !> lib/unicode/version
24072 ____________________________________________________________________________
24073 [ 9327] By: nick on 2001/03/24 17:16:02
24074 Log: Integrate mainline.
24076 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24077 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
24078 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
24079 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
24080 +> t/lib/md5-file.t
24081 !> MANIFEST Makefile.SH configure.com djgpp/config.over
24082 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
24083 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
24084 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
24085 !> win32/makefile.mk
24086 ____________________________________________________________________________
24087 [ 9326] By: jhi on 2001/03/24 17:00:42
24088 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
24090 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
24091 ! lib/unicode/version
24092 ____________________________________________________________________________
24093 [ 9325] By: jhi on 2001/03/24 16:22:33
24094 Log: Subject: Re: B::Deparse bug (5.6.0)
24095 From: Robin Houston <robin@kitsite.com>
24096 Date: Sat, 24 Mar 2001 14:33:09 +0000
24097 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
24099 ! op.c pp.c t/lib/b.t t/op/repeat.t
24100 ____________________________________________________________________________
24101 [ 9324] By: jhi on 2001/03/24 16:21:56
24102 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
24103 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
24104 these additions may be too optimistic.
24106 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
24107 ! hints/uwin.sh hints/vmesa.sh
24108 ____________________________________________________________________________
24109 [ 9323] By: jhi on 2001/03/24 16:06:01
24110 Log: Integrate perlio.
24112 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
24113 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24115 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
24116 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
24117 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
24118 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24119 !> win32/makefile.mk win32/perlhost.h win32/win32.c
24120 !> win32/win32iop.h
24121 ____________________________________________________________________________
24122 [ 9322] By: nick on 2001/03/24 14:39:12
24123 Log: Routine Win32 regen_config_h - no real changes.
24125 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24126 ____________________________________________________________________________
24127 [ 9321] By: nick on 2001/03/24 14:31:49
24128 Log: PerlIO fixups for Win32:
24129 - provide win33_popenlist() - non-functional as yet.
24130 - avoid need for aTHX in PerlIO_debug calls - even if not
24131 enabled args are still evaluated so Win32 has trouble during fork().
24132 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
24133 - Fixup makedef.pl for latest set of symbols.
24135 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
24136 ! win32/perlhost.h win32/win32.c win32/win32iop.h
24137 ____________________________________________________________________________
24138 [ 9320] By: nick on 2001/03/24 14:26:58
24139 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
24140 was gibberish - broke it on WIn32 at least.
24142 ! ext/POSIX/POSIX.xs
24143 ____________________________________________________________________________
24144 [ 9319] By: nick on 2001/03/24 11:29:41
24145 Log: Generated files.
24147 ! embed.h global.sym objXSUB.h perlapi.c proto.h
24148 ____________________________________________________________________________
24149 [ 9318] By: nick on 2001/03/24 10:29:37
24151 1. open($fh,"+<",undef); # add test to t/io/open.t
24152 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
24154 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
24155 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24156 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
24157 ! t/io/open.t t/io/utf8.t
24158 ____________________________________________________________________________
24159 [ 9317] By: jhi on 2001/03/23 23:41:25
24160 Log: AIX does seems to have optimization problems with its C compilers.
24163 ____________________________________________________________________________
24164 [ 9316] By: jhi on 2001/03/23 23:40:46
24165 Log: Integrate perlio.
24168 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
24170 ____________________________________________________________________________
24171 [ 9315] By: jhi on 2001/03/23 22:16:30
24172 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
24175 ____________________________________________________________________________
24176 [ 9314] By: nick on 2001/03/23 20:49:02
24177 Log: Perlio internals re-organized.
24178 - open process creates AV of layer/arg pairs
24179 (appends layers from open() or open.pm to default list).
24180 - push arg is now an SV.
24181 - layer ->Open get passed the AV
24182 - open is no longer mandatory method.
24183 - topmost layer that has ->Open method does the open
24184 - any layers above are pushed once that returns.
24185 - vtable re-ordered so dummy layers need only provide push/pop methods.
24187 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24188 ____________________________________________________________________________
24189 [ 9313] By: nick on 2001/03/23 16:27:41
24190 Log: Check in a stable (working) version before next round of tweaks.
24192 - Move default layers code out of doio.c and into perlio.c
24193 - Single routine for parsing layer specification strings.
24194 - Skeleton support for demand loading of layers
24195 - Core-dump avoidance if PERLIO environment specifies loadable layer
24196 (does not _work_ as need IO to load and need load to do IO ...)
24199 ! MANIFEST doio.c perlio.c
24200 ____________________________________________________________________________
24201 [ 9312] By: gsar on 2001/03/23 16:25:25
24202 Log: add execute bit to files with shebang lines in the repository;
24203 avoid clobbering execute bit in Porting/makerel
24204 Branch: maint-5.6/perl
24206 ____________________________________________________________________________
24207 [ 9311] By: jhi on 2001/03/23 14:25:35
24208 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
24211 ____________________________________________________________________________
24212 [ 9310] By: jhi on 2001/03/23 13:45:04
24213 Log: Subject: [PATCH] Net::Ping
24214 From: Colin McMillen <mcmi0037@tc.umn.edu>
24215 Date: Thu, 22 Mar 2001 19:30:31 -0600
24216 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
24219 ____________________________________________________________________________
24220 [ 9309] By: jhi on 2001/03/23 13:39:13
24221 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
24223 ! t/lib/md5-aaa.t t/lib/md5-file.t
24224 ____________________________________________________________________________
24225 [ 9308] By: jhi on 2001/03/23 13:20:34
24226 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
24227 - bump the version to 2.14
24228 - drop the base64 tests since they require MIME::Base64
24229 - drop the rfc1321.txt
24230 - drop the hints/dec_osf.pl since it's only needed for
24233 - the U32 alignment testing is now removed; it needs to
24234 be reintroduced as as a Config variable (meaning also
24235 as a Configure test)
24236 - get the new EBCDIC md5sum for MD5.pm
24237 - test in Win32 to see how badly I botched the makefiles
24239 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24240 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
24241 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
24242 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
24244 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
24245 ! win32/Makefile win32/makefile.mk
24246 ____________________________________________________________________________
24247 [ 9307] By: jhi on 2001/03/23 12:56:14
24248 Log: Integrate change #9306 from maintperl into mainline,
24249 AIX dynaloader for AIXes without <load.h>.
24251 !> ext/DynaLoader/hints/aix.pl
24252 ____________________________________________________________________________
24253 [ 9306] By: jhi on 2001/03/23 12:51:36
24254 Log: There are AIXes without /usr/include/load.h,
24255 patch from H.Merijn Brand.
24256 Branch: maint-5.6/perl
24257 ! ext/DynaLoader/hints/aix.pl
24258 ____________________________________________________________________________
24259 [ 9305] By: nick on 2001/03/23 11:00:42
24260 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
24262 ! ext/Encode/Encode.xs perlio.c perlio.h
24263 ____________________________________________________________________________
24264 [ 9304] By: nick on 2001/03/23 10:20:46
24265 Log: Render -Duseperlio functional again.
24266 - this is "quick fix" which calls PerlIO_apply_layers after opening,
24267 which is what old scheme did. New scheme needs to change that
24268 to make open(...,\$scalar) etc. work but this will do for now.
24271 ____________________________________________________________________________
24272 [ 9303] By: nick on 2001/03/23 09:53:20
24273 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
24274 -Uuseperlio now works again.
24275 -Duseperlio is still poorly. Don't merge yet...
24278 ____________________________________________________________________________
24279 [ 9302] By: nick on 2001/03/22 22:26:51
24280 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
24282 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
24283 is its main caller. In particular now has access to "extra" args, and
24284 can tell when an open handle is "reopened" (or duped?).
24285 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
24286 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
24287 PerlIO_open() et. al. (i.e. other way round).
24288 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
24289 with args close to PerlIO_openn().
24291 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24292 ____________________________________________________________________________
24293 [ 9301] By: jhi on 2001/03/22 20:58:04
24294 Log: Integrate perlio.
24296 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
24297 !> t/io/open.t util.c
24298 ____________________________________________________________________________
24299 [ 9300] By: nick on 2001/03/22 17:36:32
24300 Log: Don't include $@ in not ok message.
24303 ____________________________________________________________________________
24304 [ 9299] By: gsar on 2001/03/22 16:53:45
24305 Log: back out changes#7532,7521 for now (appears to have problems
24307 Branch: maint-5.6/perl
24308 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24309 ! ext/POSIX/typemap pod/perlvar.pod
24310 ____________________________________________________________________________
24311 [ 9298] By: nick on 2001/03/22 14:35:46
24312 Log: Give a meaning to '&' in n-arg open case:
24313 open($fh,"<&",$scalar);
24315 - an integer which does "fdopen"
24316 open($fh,"<&",2); # like open($fh,"<&2")
24317 - something that will yield a file handle via sv_2io()
24318 useful for dup'ing anonymous handles.
24320 open(my $fh,"<&",\*STDIN);
24321 open(my $dup,"<&",$fh);
24323 ! doio.c t/io/open.t
24324 ____________________________________________________________________________
24325 [ 9297] By: nick on 2001/03/22 13:34:35
24326 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
24329 ____________________________________________________________________________
24330 [ 9296] By: nick on 2001/03/22 12:51:20
24331 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
24334 ____________________________________________________________________________
24335 [ 9295] By: nick on 2001/03/22 11:59:44
24336 Log: If stdin, stdout or stderr get opened in unexpected read/write state
24337 then warn at time of open not at time of use.
24339 ! doio.c pp_hot.c pp_sys.c
24340 ____________________________________________________________________________
24341 [ 9294] By: nick on 2001/03/22 10:54:35
24342 Log: Die on n-arg open(...,"",xxx,yyy,...)
24343 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
24344 - die on read/write cases so we can decide what it means later.
24346 ! doio.c embed.pl iperlsys.h util.c
24347 ____________________________________________________________________________
24348 [ 9293] By: nick on 2001/03/22 09:02:45
24349 Log: perlio tweaks (reported by Nick Clark)
24350 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
24351 error check in Pendinf_read().
24354 ____________________________________________________________________________
24355 [ 9292] By: gsar on 2001/03/22 07:12:00
24356 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
24358 Branch: maint-5.6/perl
24359 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
24360 ____________________________________________________________________________
24361 [ 9291] By: jhi on 2001/03/22 06:06:44
24362 Log: Regex tests from Chicheng Zhang. (Already fixed.)
24365 ____________________________________________________________________________
24366 [ 9290] By: jhi on 2001/03/22 05:57:01
24367 Log: Move MacOS Classic higher in the list of supported platforms.
24368 Branch: maint-5.6/perl
24370 ____________________________________________________________________________
24371 [ 9289] By: gsar on 2001/03/22 05:35:04
24372 Log: revert part of change#6438 for compatibility (av_reify()
24373 appears to be needed to implement av_splice()ish things
24375 Branch: maint-5.6/perl
24376 ! embed.pl global.sym objXSUB.h perlapi.c
24377 ____________________________________________________________________________
24378 [ 9288] By: gsar on 2001/03/22 03:09:19
24379 Log: update copyright year
24380 Branch: maint-5.6/perl
24381 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
24382 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
24383 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
24384 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
24385 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
24386 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
24387 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
24389 ____________________________________________________________________________
24390 [ 9287] By: jhi on 2001/03/21 20:30:54
24391 Log: Integrate perlio.
24393 !> ext/Data/Dumper/Dumper.xs
24394 ____________________________________________________________________________
24395 [ 9286] By: gsar on 2001/03/21 19:49:54
24396 Log: makefile.mk tweak
24397 Branch: maint-5.6/perl
24398 ! win32/Makefile win32/makefile.mk
24399 ____________________________________________________________________________
24400 [ 9285] By: nick on 2001/03/21 19:07:13
24401 Log: Multiplicity fix for Dumper.
24403 ! ext/Data/Dumper/Dumper.xs
24404 ____________________________________________________________________________
24405 [ 9284] By: nick on 2001/03/21 19:01:07
24406 Log: Integrate mainline - (does not build xTHX issue in Dumper).
24408 !> (integrate 27 files)
24409 ____________________________________________________________________________
24410 [ 9283] By: jhi on 2001/03/21 17:17:35
24411 Log: Integrate change #9282 from mainline into maintperl,
24412 4-arg UTF-8 substr().
24413 Branch: maint-5.6/perl
24415 ____________________________________________________________________________
24416 [ 9282] By: jhi on 2001/03/21 17:15:43
24417 Log: The #9270 would have leaked a scalar if pp_substr()
24421 ____________________________________________________________________________
24422 [ 9281] By: gsar on 2001/03/21 17:03:14
24423 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
24424 Branch: maint-5.6/perl
24425 ! win32/makefile.mk
24426 ____________________________________________________________________________
24427 [ 9280] By: gsar on 2001/03/21 17:01:20
24428 Log: some tweaks to change#9278 (fork() emulation should be enabled
24429 by setting BUILD_FLAVOR instead of changing the defaults)
24430 Branch: maint-5.6/perl
24431 ! win32/makefile.mk
24432 ____________________________________________________________________________
24433 [ 9279] By: gsar on 2001/03/21 16:47:19
24434 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
24435 Branch: maint-5.6/perl
24436 ! ext/File/Glob/Glob.pm
24438 ____________________________________________________________________________
24439 [ 9278] By: jhi on 2001/03/21 14:35:10
24440 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
24441 From: "Vadim Konovalov" <watman@inbox.ru>
24442 Date: Wed, 21 Mar 2001 01:53:51 +0300
24443 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
24444 Branch: maint-5.6/perl
24445 ! win32/makefile.mk win32/win32sck.c
24446 ____________________________________________________________________________
24447 [ 9277] By: jhi on 2001/03/21 13:58:28
24448 Log: Integrate change #9270 from mainline to maintperl:
24449 continued 4-arg UTF-8 substr() fixing.
24450 Branch: maint-5.6/perl
24451 !> pp.c t/op/substr.t
24452 ____________________________________________________________________________
24453 [ 9276] By: jhi on 2001/03/21 13:33:00
24454 Log: More pixie cleaning.
24457 ____________________________________________________________________________
24458 [ 9275] By: jhi on 2001/03/21 03:54:17
24459 Log: Update Changes.
24461 ! Changes patchlevel.h
24462 ____________________________________________________________________________
24463 [ 9274] By: jhi on 2001/03/21 03:48:24
24464 Log: First stab at making Data::Dumper to grok Unicode.
24466 TODO: tests, EBCDICify.
24468 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
24469 ____________________________________________________________________________
24470 [ 9273] By: jhi on 2001/03/21 02:23:00
24473 Subject: Memory leak in unquoted print
24474 From: Benjamin Sugars <bsugars@canoe.ca>
24475 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
24476 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
24479 ____________________________________________________________________________
24480 [ 9272] By: jhi on 2001/03/21 01:33:17
24481 Log: Subject: Re: [PATCH] POSIX::getcwd()
24482 From: Benjamin Sugars <bsugars@canoe.ca>
24483 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
24484 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
24486 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24487 ____________________________________________________________________________
24488 [ 9271] By: jhi on 2001/03/21 01:22:52
24489 Log: Subject: [PATCH] Cwd.pm docs
24490 From: Benjamin Sugars <bsugars@canoe.ca>
24491 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
24492 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
24495 ____________________________________________________________________________
24496 [ 9270] By: jhi on 2001/03/21 01:16:29
24497 Log: Continue 4-arg substr() UTF-8 fixage.
24499 ! pp.c t/op/substr.t
24500 ____________________________________________________________________________
24501 [ 9269] By: jhi on 2001/03/21 00:46:14
24502 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
24504 revert the leak fix in change#9142 (problem needs a more experimental
24505 fix unsuitable for 5.6.1)
24507 do alphabetical sorting by default (for csh compatibility)
24509 cut-n-paste goof in change#9264
24511 VMS piping fixes (from Charles Lane)
24513 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
24514 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24515 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
24516 ____________________________________________________________________________
24517 [ 9268] By: jhi on 2001/03/21 00:37:04
24518 Log: Integrate perlio.
24520 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24521 !> utf8.c utf8.h utfebcdic.h
24522 ____________________________________________________________________________
24523 [ 9267] By: nick on 2001/03/20 20:04:39
24524 Log: More EBCDIC stuff:
24525 - Loose the extra level of function on ASCII.
24526 - spotted a chr(0) issue in sv.c
24527 - re-work of UTF-X tr/// ranges to work in Unicode
24528 space. Still issues with the "0xff is illegal UTF-8" hack.
24529 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
24530 (why do it once when you can do it all over the place :-(
24531 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
24532 need utf8.pm for swashes.
24533 - Simplified and commented scan_const() in toke.c
24534 Still something wrong regexp and tr (swashes?).
24536 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24537 ! utf8.c utf8.h utfebcdic.h
24538 ____________________________________________________________________________
24539 [ 9266] By: gsar on 2001/03/20 19:16:43
24540 Log: VMS piping fixes (from Charles Lane)
24541 Branch: maint-5.6/perl
24542 ! vms/vms.c vms/vmspipe.com
24543 ____________________________________________________________________________
24544 [ 9265] By: gsar on 2001/03/20 17:53:52
24545 Log: cut-n-paste goof in change#9264
24546 Branch: maint-5.6/perl
24547 ! ext/File/Glob/Glob.xs
24548 ____________________________________________________________________________
24549 [ 9264] By: gsar on 2001/03/20 17:43:47
24550 Log: do alphabetical sorting by default (for csh compatibility);
24551 bsd_glob() does ASCII sort by default as usual, unless
24552 GLOB_ALPHASORT was specified
24553 Branch: maint-5.6/perl
24554 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
24555 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24556 ! ext/File/Glob/bsd_glob.h
24557 ____________________________________________________________________________
24558 [ 9263] By: gsar on 2001/03/20 16:40:08
24559 Log: integrate change#9255 from mainline (unicode fix)
24561 substr($bytestr, i, n, $charstr)
24562 Branch: maint-5.6/perl
24563 !> Todo-5.6 pp.c t/op/substr.t
24564 ____________________________________________________________________________
24565 [ 9262] By: gsar on 2001/03/20 15:57:41
24566 Log: revert the leak fix in change#9142 (problem needs a more experimental
24567 fix unsuitable for 5.6.1)
24568 Branch: maint-5.6/perl
24570 ____________________________________________________________________________
24571 [ 9261] By: jhi on 2001/03/20 14:26:25
24572 Log: Integrate changes #9259,9260 from maintperl into mainline.
24574 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24576 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24578 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
24579 ____________________________________________________________________________
24580 [ 9260] By: jhi on 2001/03/20 14:05:46
24581 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24582 From: Robin Barker <rmb1@cise.npl.co.uk>
24583 Date: Tue, 20 Mar 2001 10:12:04 GMT
24584 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
24585 Branch: maint-5.6/perl
24587 ____________________________________________________________________________
24588 [ 9259] By: jhi on 2001/03/20 14:04:39
24589 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24590 From: Chris Nandor <pudge@pobox.com>
24591 Date: Tue, 20 Mar 2001 00:40:56 -0500
24592 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
24593 Branch: maint-5.6/perl
24594 ! ext/POSIX/POSIX.xs lib/File/Path.pm
24595 ____________________________________________________________________________
24596 [ 9258] By: jhi on 2001/03/20 05:09:34
24597 Log: Update Changes.
24599 ! Changes patchlevel.h
24600 ____________________________________________________________________________
24601 [ 9257] By: jhi on 2001/03/20 05:04:25
24602 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
24605 ____________________________________________________________________________
24606 [ 9256] By: jhi on 2001/03/20 04:43:12
24607 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
24608 From: Peter Prymmer <pvhp@forte.com>
24609 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
24610 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
24611 Branch: maint-5.6/perl
24612 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
24613 ____________________________________________________________________________
24614 [ 9255] By: jhi on 2001/03/19 23:17:17
24615 Log: substr($bytestr, i, n, $charstr)
24617 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
24619 ! Todo-5.6 pp.c t/op/substr.t
24620 ____________________________________________________________________________
24621 [ 9254] By: jhi on 2001/03/19 22:25:09
24622 Log: Rearrange the make test target prerequisites so that
24623 in a parallel make 'all' is finished before 'test'.
24626 ____________________________________________________________________________
24627 [ 9253] By: jhi on 2001/03/19 21:48:07
24628 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
24629 From: Robin Houston <robin@kitsite.com>
24630 Date: Mon, 19 Mar 2001 15:48:41 +0000
24631 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
24634 ____________________________________________________________________________
24635 [ 9252] By: jhi on 2001/03/19 21:42:27
24636 Log: Integrate perlio.
24638 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
24639 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
24640 !> utfebcdic.h vms/perly_c.vms
24641 ____________________________________________________________________________
24642 [ 9251] By: jhi on 2001/03/19 21:31:28
24643 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
24645 Dynaloading in 64-bit AIX with vac.
24647 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24649 ____________________________________________________________________________
24650 [ 9250] By: jhi on 2001/03/19 21:18:00
24651 Log: A more robust solution for the 64bitall AIX dynaloading
24652 problem, from Jens-Uwe Mager.
24653 Branch: maint-5.6/perl
24654 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24655 ____________________________________________________________________________
24656 [ 9249] By: nick on 2001/03/19 20:59:37
24657 Log: Integrate mainline.
24659 !> (integrate 42 files)
24660 ____________________________________________________________________________
24661 [ 9248] By: nick on 2001/03/19 20:22:07
24662 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
24663 (Building on OS390 uses native YACC and YYDEBUG has other
24666 ! perly.c perly.y vms/perly_c.vms
24667 ____________________________________________________________________________
24668 [ 9247] By: jhi on 2001/03/19 19:59:53
24669 Log: 64-bit AIX dynaloading problem (see #9244) idea
24670 from Jens-Uwe Mager.
24671 Branch: maint-5.6/perl
24672 ! ext/DynaLoader/dl_aix.xs
24673 ____________________________________________________________________________
24674 [ 9246] By: nick on 2001/03/19 19:27:57
24675 Log: More EBCDIC fixes.
24677 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
24678 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
24679 ____________________________________________________________________________
24680 [ 9245] By: jhi on 2001/03/19 19:05:19
24681 Log: Integrate change #9243 from mainline into maintperl.
24683 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24684 Branch: maint-5.6/perl
24686 ____________________________________________________________________________
24687 [ 9244] By: jhi on 2001/03/19 19:03:15
24688 Log: Get 64bitall AIX building, but still does not test okay:
24689 dynaloading anything fails, for example for op/defins:
24690 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
24691 (update: fixed by #9247,9250)
24692 Branch: maint-5.6/perl
24694 ____________________________________________________________________________
24695 [ 9243] By: jhi on 2001/03/19 19:00:16
24696 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24697 From: Robin Barker <rmb1@cise.npl.co.uk>
24698 Date: Mon, 19 Mar 2001 18:01:57 GMT
24699 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
24702 ____________________________________________________________________________
24703 [ 9242] By: jhi on 2001/03/19 18:58:43
24704 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
24709 ____________________________________________________________________________
24710 [ 9241] By: gsar on 2001/03/19 17:34:46
24711 Log: VMSify tests (from Charles Lane)
24712 Branch: maint-5.6/perl
24713 ! t/lib/filehand.t t/lib/texttabs.t
24714 ____________________________________________________________________________
24715 [ 9240] By: jhi on 2001/03/19 14:24:26
24716 Log: Integrate change #9233 from maintperl into mainline.
24718 some refcounts were incorrect in perl_clone()
24721 ____________________________________________________________________________
24722 [ 9239] By: gsar on 2001/03/19 09:23:17
24723 Log: this is 5.6.1-trial3
24724 Branch: maint-5.6/perl
24726 ____________________________________________________________________________
24727 [ 9238] By: gsar on 2001/03/19 08:47:04
24728 Log: some new symbols are only available under ithreads
24729 Branch: maint-5.6/perl
24731 ____________________________________________________________________________
24732 [ 9237] By: gsar on 2001/03/19 08:42:28
24733 Log: update patchlevel.h, Changes, &c.
24734 Branch: maint-5.6/perl
24735 ! Changes patchlevel.h pod/perlhist.pod
24737 ____________________________________________________________________________
24738 [ 9236] By: gsar on 2001/03/19 08:17:49
24739 Log: integrate changes#8068,8717 from mainline
24741 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
24743 [PATCH CPAN 1.59_51] warning message (not!)
24744 Branch: maint-5.6/perl
24745 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
24746 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
24747 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
24748 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
24749 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
24750 ____________________________________________________________________________
24751 [ 9235] By: gsar on 2001/03/19 08:07:09
24752 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
24754 [PATCH] Add missing CV flags to dump.c
24756 Re: [patch] Re: PL_ptr_table
24758 Fixup non-ithread build after 8713
24760 Generated files form 8713 etc.
24762 Correct the correction :-(
24764 Documenting coderef @INC (Re: CPAN "make this script work" feature)
24766 Subject: Re: sync sync sync: have I missed any patches?
24767 Replace djSP with dSP.
24768 Branch: maint-5.6/perl
24769 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
24770 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
24771 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
24772 !> sv.c sv.h win32/perlhost.h
24773 ____________________________________________________________________________
24774 [ 9234] By: gsar on 2001/03/19 07:22:05
24775 Log: revert the change#9090 integrate for now (change looks somewhat
24776 incomplete in that [ha]v_exists() need something similar; lacks
24778 Branch: maint-5.6/perl
24780 ____________________________________________________________________________
24781 [ 9233] By: gsar on 2001/03/19 07:10:01
24782 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
24783 destruction when there are unreferenced scalars (SvREFCNT==0)
24784 Branch: maint-5.6/perl
24786 ____________________________________________________________________________
24787 [ 9232] By: jhi on 2001/03/19 05:11:02
24788 Log: Regen api and toc.
24789 Branch: maint-5.6/perl
24790 ! pod/perlapi.pod pod/perltoc.pod
24791 ____________________________________________________________________________
24792 [ 9231] By: jhi on 2001/03/19 04:06:03
24793 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
24794 add a lost line in pp.c:pp_chop(), update to new op/chop.
24796 Clarify the description differentiating for and while; inspired by
24798 Subject: [ID 20010306.004] || != named unary operator
24800 The $Is_MacOS needs to be declared.
24801 Branch: maint-5.6/perl
24803 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
24804 ____________________________________________________________________________
24805 [ 9230] By: jhi on 2001/03/19 03:48:16
24806 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
24807 9079,9083,9089,9090,9091 from mainline to maintperl.
24809 Quieten some noise in Win32 builds
24811 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
24813 The perlretut was still talking about the old \p and \P
24816 More tweakage on the Unicode character class descriptions.
24818 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
24820 Subject: 'no *POSIX' Patch speeding up make on BS2000
24822 Subject: [PATCH] perldata.pod here-doc docs
24824 Add /sbin and /usr/sbin to the list of directories scanned
24825 for setuid programs. Takes care of bug id 20010309.003.
24827 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
24829 In op/stat #35 better to scan all the potential directories
24830 for setuids, not just the first one.
24831 Branch: maint-5.6/perl
24833 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
24834 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
24835 !> t/op/stat.t toke.c win32/win32.h
24836 ____________________________________________________________________________
24837 [ 9229] By: jhi on 2001/03/19 02:31:50
24838 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
24839 From: Chris Nandor <pudge@pobox.com>
24840 Date: Sat, 10 Mar 2001 14:22:19 -0500
24841 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
24842 Branch: maint-5.6/perl
24843 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24844 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
24845 ! t/lib/b.t t/lib/errno.t
24846 ____________________________________________________________________________
24847 [ 9228] By: jhi on 2001/03/19 02:29:59
24848 Log: Integrate changes #9113,9122 from mainline into maintperl.
24850 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?)
24851 Branch: maint-5.6/perl
24852 !> Configure README.os390 hints/os390.sh
24853 ____________________________________________________________________________
24854 [ 9227] By: jhi on 2001/03/19 02:22:35
24855 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
24858 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
24860 Forgot to check-in the larger part of #9120, duh.
24862 Subject: Another patch for integer.pm POD
24864 h2ph strictness and cleanliness from Kurt Starsinic.
24866 Borland filename case problem.
24868 h2ph strictness and cleanliness from Kurt Starsinic.
24870 Subject: [PATCH] the uncontroversial doc patches
24871 Branch: maint-5.6/perl
24872 +> win32/sncfnmcs.pl
24873 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
24874 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
24875 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
24876 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
24877 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
24878 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
24879 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
24880 ____________________________________________________________________________
24881 [ 9226] By: jhi on 2001/03/19 02:10:21
24882 Log: Integrate changes #9207,9214 from mainline into maintperl.
24884 podchecker relaxations: =over has an *optional* number after it,
24885 and whitespace in L<> is okay.
24886 Branch: maint-5.6/perl
24887 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
24888 !> t/pod/poderrs.xr
24889 ____________________________________________________________________________
24890 [ 9225] By: jhi on 2001/03/19 02:07:38
24891 Log: Integrate change #9219 from maintperl into mainline.
24893 remove duplicated tests
24896 ____________________________________________________________________________
24897 [ 9224] By: jhi on 2001/03/19 02:06:11
24898 Log: Integrate change #9223 from mainline to maintperl.
24900 Document -Dmksymlinks.
24901 Branch: maint-5.6/perl
24903 ____________________________________________________________________________
24904 [ 9223] By: jhi on 2001/03/19 02:01:25
24905 Log: Document -Dmksymlinks.
24908 ____________________________________________________________________________
24909 [ 9222] By: jhi on 2001/03/19 01:15:35
24910 Log: The -Dmksymlinks wasn't working for maintperl.
24911 Branch: maint-5.6/perl
24913 ____________________________________________________________________________
24914 [ 9221] By: jhi on 2001/03/19 00:49:43
24915 Log: Cleanup pixie residue.
24918 ____________________________________________________________________________
24919 [ 9220] By: jhi on 2001/03/19 00:44:47
24920 Log: Document the use of pixie/prof; create make targets for it.
24922 TODO: make t/TEST pixie-aware.
24924 ! Makefile.SH pod/perlhack.pod
24925 ____________________________________________________________________________
24926 [ 9219] By: gsar on 2001/03/19 00:16:55
24927 Log: remove duplicated tests
24928 Branch: maint-5.6/perl
24930 ____________________________________________________________________________
24931 [ 9218] By: jhi on 2001/03/18 23:59:31
24932 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
24934 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
24935 ____________________________________________________________________________
24936 [ 9217] By: jhi on 2001/03/18 23:25:20
24937 Log: Rewrite the tests section of Makefile to be less redundant
24938 and to allow for more flexible test targets, many recursive
24939 make calls introduced.
24942 ____________________________________________________________________________
24943 [ 9216] By: jhi on 2001/03/18 22:30:04
24944 Log: Document the use of Third Degree (sparsely).
24946 ! pod/perlhack.pod t/TEST
24947 ____________________________________________________________________________
24948 [ 9215] By: jhi on 2001/03/18 22:10:30
24949 Log: Make targets for testing with Third Degree.
24952 ____________________________________________________________________________
24953 [ 9214] By: jhi on 2001/03/18 21:08:53
24954 Log: The podchecker relaxations need to mirrored also at the tests.
24957 ____________________________________________________________________________
24958 [ 9213] By: jhi on 2001/03/18 20:56:21
24959 Log: Update Changes.
24961 ! Changes patchlevel.h
24962 ____________________________________________________________________________
24963 [ 9212] By: jhi on 2001/03/18 20:36:59
24964 Log: Looking for config.sh in parent directories isn't
24965 very useful for the toplevel Makefile.
24968 ____________________________________________________________________________
24969 [ 9211] By: jhi on 2001/03/18 20:33:37
24970 Log: On "make clean" take care of Third Degree droppings.
24973 ____________________________________________________________________________
24974 [ 9210] By: jhi on 2001/03/18 20:21:34
24975 Log: Add a hook for running the tests under the Third Degree
24976 debugging tool (set $ENV{PERL_3LOG} to non-zero)
24978 TODO: Document the use of Third Degree.
24981 ____________________________________________________________________________
24982 [ 9209] By: jhi on 2001/03/18 20:19:07
24983 Log: Regen toc and api pods.
24985 ! pod/perlapi.pod pod/perltoc.pod
24986 ____________________________________________________________________________
24987 [ 9208] By: jhi on 2001/03/18 20:12:12
24988 Log: Integrate changes #8128,9132 from mainline into maintperl,
24989 Tie::SubstrHash fixes.
24990 Branch: maint-5.6/perl
24991 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
24992 ____________________________________________________________________________
24993 [ 9207] By: jhi on 2001/03/18 20:07:43
24994 Log: podchecker relaxations from Michael Stevens.
24996 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
24997 ____________________________________________________________________________
24998 [ 9206] By: jhi on 2001/03/18 20:04:24
24999 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
25001 ! lib/Locale/Constants.pm lib/Locale/Country.pm
25002 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
25003 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
25004 ____________________________________________________________________________
25005 [ 9205] By: jhi on 2001/03/18 19:54:45
25006 Log: Integrate changes #9161,9162 from maintperl to mainline.
25008 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
25012 ____________________________________________________________________________
25013 [ 9204] By: jhi on 2001/03/18 19:37:46
25014 Log: Make perl.third checks more understandable to the builder.
25017 ____________________________________________________________________________
25018 [ 9203] By: jhi on 2001/03/18 19:20:54
25019 Log: Re-integrate #9138 from maintperl to mainline,
25020 the squelching of the unneeded "Scalars leaked" messages.
25022 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25023 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25024 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25025 ____________________________________________________________________________
25026 [ 9202] By: jhi on 2001/03/18 18:48:36
25027 Log: More robust and more paranoid perl.third target.
25030 ____________________________________________________________________________
25031 [ 9201] By: jhi on 2001/03/18 18:39:21
25032 Log: Integrate change #9197 from maintperl to mainline.
25034 more thorough cleaning of arenas.
25036 !> embed.pl perl.c proto.h sv.c t/op/sort.t
25037 ____________________________________________________________________________
25038 [ 9200] By: jhi on 2001/03/18 18:25:17
25039 Log: Integrate perlio.
25041 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
25042 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
25043 !> t/lib/encode.t toke.c universal.c utf8.c
25044 ____________________________________________________________________________
25045 [ 9199] By: nick on 2001/03/18 15:23:51
25046 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
25047 is the sense of the test being done. Avoid some magical 127 and 128 values
25050 ! doop.c pp_ctl.c sv.c toke.c
25051 ____________________________________________________________________________
25052 [ 9198] By: nick on 2001/03/18 14:18:12
25053 Log: UTF-X encoding invariance for Encode:
25054 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
25055 - move the XS code for those to universal.c (so in miniperl)
25056 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
25057 - change ext/Encode/compile to use above.
25058 - Fix t/lib/encode.t for above
25059 - Teach t/lib/b.t to expect -uutf8
25060 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
25063 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25064 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
25065 ____________________________________________________________________________
25066 [ 9197] By: gsar on 2001/03/18 12:15:57
25067 Log: more thorough cleaning of arenas--keep going until no more
25068 SvREFCNT_dec()s occur (this fixes the problem that causes the
25069 pesky "Scalars leaked" warnings)
25070 Branch: maint-5.6/perl
25071 ! embed.pl perl.c proto.h sv.c t/op/sort.t
25072 ____________________________________________________________________________
25073 [ 9196] By: nick on 2001/03/18 10:57:29
25074 Log: Fix pragma/utf8.t # 15
25075 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
25076 are SvUTF8 as well.
25079 ____________________________________________________________________________
25080 [ 9195] By: nick on 2001/03/18 09:27:06
25081 Log: Integrate mainline
25083 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
25085 ____________________________________________________________________________
25086 [ 9194] By: jhi on 2001/03/18 05:29:59
25087 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
25088 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
25090 ! op.c op.h t/op/misc.t t/op/pat.t
25091 ____________________________________________________________________________
25092 [ 9193] By: jhi on 2001/03/18 05:15:06
25093 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
25096 ____________________________________________________________________________
25097 [ 9192] By: jhi on 2001/03/18 04:22:43
25098 Log: tr/// UTF-8 patches from Inaba Hiroto.
25101 ____________________________________________________________________________
25102 [ 9191] By: jhi on 2001/03/18 04:21:17
25103 Log: Integrate perlio.
25105 !> utf8.c utfebcdic.h
25106 ____________________________________________________________________________
25107 [ 9190] By: nick on 2001/03/17 20:32:01
25108 Log: Correct #if EBCDIC side typos.
25109 Builds and passes many tests on OS390.
25111 ! utf8.c utfebcdic.h
25112 ____________________________________________________________________________
25113 [ 9189] By: jhi on 2001/03/17 18:55:49
25114 Log: Add prerequisites for the perl.third target.
25117 ____________________________________________________________________________
25118 [ 9188] By: jhi on 2001/03/17 18:46:00
25119 Log: Integrate perlio.
25122 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
25123 ____________________________________________________________________________
25124 [ 9187] By: jhi on 2001/03/17 18:38:47
25125 Log: Add a make rule for perl.third (the Third Degree memory debugging
25126 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
25129 ____________________________________________________________________________
25130 [ 9186] By: nick on 2001/03/17 18:34:48
25131 Log: MANIFEST addition :-(
25134 ____________________________________________________________________________
25135 [ 9185] By: nick on 2001/03/17 18:29:50
25136 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
25137 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
25138 a superset of ASCII are invariant under the encoding. This is EBCDIC
25139 friendly as an encoded string can be looked at as being EBCDIC by lexer
25140 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
25141 ASCII on ASCII machines.
25143 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
25145 - Add some more macros to comprehend different shift amounts and
25146 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
25147 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
25148 and conditionaly #include it.
25150 EBCDIC build as yet untested. ASCII still fails the one test.
25154 ____________________________________________________________________________
25155 [ 9184] By: nick on 2001/03/17 17:44:16
25156 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
25158 ! doop.c perl.h pp.c utf8.h
25159 ____________________________________________________________________________
25160 [ 9183] By: jhi on 2001/03/17 15:55:42
25161 Log: Integrate perlio.
25164 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
25165 ____________________________________________________________________________
25166 [ 9182] By: nick on 2001/03/17 09:16:06
25167 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
25170 ____________________________________________________________________________
25171 [ 9181] By: nick on 2001/03/17 09:15:11
25172 Log: Integrate mainline.
25174 +> lib/Locale/Constants.pm lib/Locale/Country.pm
25175 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
25176 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
25177 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
25178 !> (integrate 83 files)
25179 ____________________________________________________________________________
25180 [ 9180] By: nick on 2001/03/16 17:23:21
25183 ! perl.h sv.c toke.c utf8.c utf8.h
25184 ____________________________________________________________________________
25185 [ 9179] By: jhi on 2001/03/16 14:10:12
25186 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
25187 a change needed to work around an AIX compiler bug.
25189 ! ext/Storable/Storable.xs
25190 ____________________________________________________________________________
25191 [ 9178] By: jhi on 2001/03/16 03:19:59
25192 Log: With Damian's approval synchronize damian's modules'
25193 licensing with Perl's standard module licensing.
25195 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
25196 ____________________________________________________________________________
25197 [ 9177] By: jhi on 2001/03/16 03:15:34
25198 Log: Make the Filter::Util:Call files have their own copies
25199 of the Perl standard module licensing, from Paul Marquess.
25201 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25202 ____________________________________________________________________________
25203 [ 9176] By: jhi on 2001/03/16 02:56:04
25204 Log: Subject: [PATCH] more pod patches
25205 From: Michael Stevens <michael@etla.org>
25206 Date: Thu, 15 Mar 2001 21:25:18 +0000
25207 Message-ID: <20010315212518.A18870@firedrake.org>
25209 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
25210 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
25211 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
25212 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
25213 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
25214 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
25215 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
25216 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
25217 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
25218 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
25219 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
25220 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
25221 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
25222 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
25223 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
25224 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
25225 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
25226 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
25227 ! lib/Locale/Country.pm lib/Locale/Language.pm
25228 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
25229 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
25230 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
25231 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
25232 ! os2/OS2/Process/Process.pm
25233 ____________________________________________________________________________
25234 [ 9175] By: jhi on 2001/03/16 02:53:32
25235 Log: Subject: [PATCH] the uncontroversial doc patches
25236 From: Michael Stevens <michael@etla.org>
25237 Date: Thu, 15 Mar 2001 20:01:12 +0000
25238 Message-ID: <20010315200112.A7636@firedrake.org>
25240 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
25241 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
25242 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
25243 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
25244 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
25245 ____________________________________________________________________________
25246 [ 9174] By: jhi on 2001/03/16 02:50:49
25247 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
25248 From: Paul Lindner <lindner@inuus.com>
25249 Date: Fri, 16 Mar 2001 11:28:03 -0800
25250 Message-ID: <20010316112803.A7577@inuus.com>
25252 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25253 ____________________________________________________________________________
25254 [ 9173] By: nick on 2001/03/15 20:21:03
25255 Log: 1st day's EBCDIC fixes:
25256 - toke.c's parsing of strings needed attention
25257 needed to conditionally e2a if string was already UTF-8
25258 - e2a/a2e tables where wrong way round.
25259 - new macros in utf8.h
25261 ! perl.h toke.c utf8.h
25262 ____________________________________________________________________________
25263 [ 9172] By: jhi on 2001/03/15 15:17:17
25264 Log: Update Changes.
25266 ! Changes patchlevel.h
25267 ____________________________________________________________________________
25268 [ 9171] By: jhi on 2001/03/15 15:09:32
25269 Log: Subject: Re: Another Borland C++ problem.
25270 From: "Vadim Konovalov" <watman@inbox.ru>
25271 Date: Sat, 10 Mar 2001 19:26:07 +0300
25272 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
25274 Borland filename case problem.
25276 + win32/sncfnmcs.pl
25277 ! MANIFEST README.win32
25278 ____________________________________________________________________________
25279 [ 9170] By: jhi on 2001/03/15 14:54:23
25280 Log: Add Locale::Codes 1.06, from Neil Bowers.
25282 + lib/Locale/Constants.pm lib/Locale/Country.pm
25283 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
25284 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
25285 + t/lib/lc-language.t t/lib/lc-uk.t
25287 ____________________________________________________________________________
25288 [ 9169] By: jhi on 2001/03/15 14:19:01
25289 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
25291 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25292 ! ext/Storable/Storable.xs
25293 ____________________________________________________________________________
25294 [ 9168] By: jhi on 2001/03/15 14:13:22
25295 Log: Integrate changes #9120,9167 from mainline to maintperl.
25297 Subject: [PATCH 5.6.1] OS/2 docs
25299 Subject: [PATCH 5.6.1] perldoc
25300 Branch: maint-5.6/perl
25301 !> os2/Changes utils/perldoc.PL
25302 ____________________________________________________________________________
25303 [ 9167] By: jhi on 2001/03/15 14:07:42
25304 Log: Subject: [PATCH 5.6.1] perldoc
25305 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25306 Date: Wed, 14 Mar 2001 23:46:52 -0500
25307 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
25310 ____________________________________________________________________________
25311 [ 9166] By: jhi on 2001/03/15 13:53:15
25312 Log: sigaction test condition tweakage.
25314 ! t/lib/sigaction.t
25315 ____________________________________________________________________________
25316 [ 9165] By: alanbur on 2001/03/15 03:49:17
25317 Log: Resynchronised with parent
25318 Branch: maint-5.6/pureperl
25319 +> os2/os2add.sym t/op/anonsub.t
25320 !> (integrate 72 files)
25321 ____________________________________________________________________________
25322 [ 9164] By: jhi on 2001/03/15 01:05:01
25323 Log: Avoid stomping off the beginning of an array in tr///.
25326 ____________________________________________________________________________
25327 [ 9163] By: jhi on 2001/03/15 00:58:57
25328 Log: h2ph strictness and cleanliness from Kurt Starsinic.
25331 ____________________________________________________________________________
25332 [ 9162] By: gsar on 2001/03/15 00:56:53
25333 Log: avoid warnings
25334 Branch: maint-5.6/perl
25336 ____________________________________________________________________________
25337 [ 9161] By: gsar on 2001/03/15 00:52:09
25338 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
25340 Branch: maint-5.6/perl
25342 ____________________________________________________________________________
25343 [ 9160] By: jhi on 2001/03/14 22:02:10
25344 Log: Do not use the Perl malloc in IRIX, suggested by
25348 ____________________________________________________________________________
25349 [ 9159] By: nick on 2001/03/14 21:45:59
25350 Log: Integrate mainline
25353 !> (integrate 41 files)
25354 ____________________________________________________________________________
25355 [ 9158] By: jhi on 2001/03/14 21:10:09
25356 Log: The Day of the Retractions continues: the #9138
25357 (integrated in #9144) doesn't work well in mainline.
25359 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25360 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25361 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25362 ____________________________________________________________________________
25363 [ 9157] By: jhi on 2001/03/14 20:58:12
25364 Log: The #9145 CANNOT be enabled: the clear_pmop code still
25365 dumps core all over in Tru64.
25367 ! op.c op.h t/op/pat.t
25368 ____________________________________________________________________________
25369 [ 9156] By: jhi on 2001/03/14 20:48:06
25370 Log: Integrate change #9154 from maintperl to mainline.
25372 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
25373 (caused Storable 1.0.10 to break on windows)
25375 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
25376 !> perlapi.c proto.h
25377 ____________________________________________________________________________
25378 [ 9155] By: jhi on 2001/03/14 20:23:53
25379 Log: Retract #9136: breaks threading (and binary compatibility).
25381 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25382 ____________________________________________________________________________
25383 [ 9154] By: gsar on 2001/03/14 17:48:18
25384 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
25385 (caused Storable 1.0.10 to break on windows)
25386 Branch: maint-5.6/perl
25387 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
25388 ! perlapi.c proto.h
25389 ____________________________________________________________________________
25390 [ 9153] By: jhi on 2001/03/14 13:35:21
25391 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
25393 ! t/lib/sigaction.t
25394 ____________________________________________________________________________
25395 [ 9152] By: gsar on 2001/03/14 07:29:40
25396 Log: back out changes#9012,9010,9009 and parts of change#9016
25397 (causes ABRs under purify, and some prerequisites don't
25398 seem to be there in 5.6.x)
25399 Branch: maint-5.6/perl
25400 ! doop.c op.c t/op/tr.t toke.c
25401 ____________________________________________________________________________
25402 [ 9151] By: gsar on 2001/03/14 07:01:29
25403 Log: reenable change#9145 (the test was busted due to a missing
25404 C<print "ok 27\n">)
25406 ! op.c op.h t/op/pat.t
25407 ____________________________________________________________________________
25408 [ 9150] By: jhi on 2001/03/14 06:38:36
25409 Log: Retract #9145.
25411 ! op.c op.h t/op/pat.t
25412 ____________________________________________________________________________
25413 [ 9149] By: jhi on 2001/03/14 06:14:56
25414 Log: Retract #9143.
25417 ____________________________________________________________________________
25418 [ 9148] By: gsar on 2001/03/14 06:13:02
25419 Log: Uninitialized Memory Read in regexec.c
25422 ____________________________________________________________________________
25423 [ 9147] By: jhi on 2001/03/14 04:59:54
25424 Log: Subject: PATCH: make goto work in nested eval ""
25425 From: Robin Houston <robin@kitsite.com>
25426 Date: Wed, 14 Mar 2001 04:16:10 +0000
25427 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
25429 ! pp_ctl.c t/op/goto.t
25430 ____________________________________________________________________________
25431 [ 9146] By: jhi on 2001/03/14 04:42:54
25432 Log: Preserve the #ifdef PERL_CORE in perly.h.
25435 ____________________________________________________________________________
25436 [ 9145] By: jhi on 2001/03/14 03:57:41
25437 Log: (Retracted by #9150.)
25439 ! op.c op.h t/op/pat.t
25440 ____________________________________________________________________________
25441 [ 9144] By: jhi on 2001/03/14 03:50:38
25442 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
25444 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
25446 remove squelch controls for "Scalars leaked" messages in most places
25447 (these are now cured)
25449 fix another memory leak reported by purify (tie callbacks that
25450 croak can leak when wiping out magic)
25452 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
25453 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
25454 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
25455 !> t/pragma/warnings.t
25456 ____________________________________________________________________________
25457 [ 9143] By: jhi on 2001/03/14 03:37:53
25458 Log: (Retracted by #9149.)
25461 ____________________________________________________________________________
25462 [ 9142] By: gsar on 2001/03/14 03:20:48
25463 Log: fix another memory leak reported by purify (tie callbacks that
25464 croak can leak when wiping out magic)
25465 Branch: maint-5.6/perl
25467 ____________________________________________________________________________
25468 [ 9141] By: jhi on 2001/03/14 02:55:00
25469 Log: Subject: PATCH for [ID 20010305.003]
25470 From: Robin Houston <robin@kitsite.com>
25471 Date: Wed, 14 Mar 2001 02:45:51 +0000
25472 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
25474 ! pp_ctl.c t/op/eval.t
25475 ____________________________________________________________________________
25476 [ 9140] By: jhi on 2001/03/14 02:41:54
25477 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25478 Date: Wed, 14 Mar 2001 01:52:51 +0000
25479 From: Robin Houston <robin@kitsite.com>
25480 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
25482 Fix for 2000313.004.
25484 ! pp_ctl.c t/op/goto.t
25485 ____________________________________________________________________________
25486 [ 9139] By: jhi on 2001/03/14 02:40:50
25487 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25488 From: Robin Houston <robin@kitsite.com>
25489 Date: Wed, 14 Mar 2001 00:43:45 +0000
25490 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
25493 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
25495 ____________________________________________________________________________
25496 [ 9138] By: gsar on 2001/03/14 01:18:00
25497 Log: remove squelch controls for "Scalars leaked" messages in most places
25498 (these are now cured)
25499 Branch: maint-5.6/perl
25500 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25501 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25502 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25503 ____________________________________________________________________________
25504 [ 9137] By: gsar on 2001/03/14 00:57:04
25505 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
25506 Branch: maint-5.6/perl
25508 ____________________________________________________________________________
25509 [ 9136] By: jhi on 2001/03/13 23:12:24
25510 Log: (Retracted by #9155)
25512 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
25513 From: Jens-Uwe Mager <jum@helios.de>
25514 Date: Wed, 21 Feb 2001 21:32:04 +0100
25515 Message-ID: <20010221213203.A18340@ans.helios.de>
25517 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25518 ____________________________________________________________________________
25519 [ 9135] By: jhi on 2001/03/13 22:50:05
25520 Log: Integrate perlio.
25523 ____________________________________________________________________________
25524 [ 9134] By: jhi on 2001/03/13 22:49:05
25525 Log: Integrate change #9131 from maintperl into mainline.
25527 make the error text look more consistent in hints/hpux.sh
25530 ____________________________________________________________________________
25531 [ 9133] By: gsar on 2001/03/13 22:46:20
25532 Log: integrate change#9067 from mainline
25534 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25535 Branch: maint-5.6/perl
25536 !> lib/ExtUtils/MM_Unix.pm
25537 ____________________________________________________________________________
25538 [ 9132] By: jhi on 2001/03/13 22:41:21
25539 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25540 From: "John P. Linderman" <jpl@research.att.com>
25541 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
25542 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
25544 A more correct prime finder.
25546 ! lib/Tie/SubstrHash.pm
25547 ____________________________________________________________________________
25548 [ 9131] By: gsar on 2001/03/13 22:30:42
25549 Log: make the error text look more consistent in hints/hpux.sh
25550 Branch: maint-5.6/perl
25552 ____________________________________________________________________________
25553 [ 9130] By: jhi on 2001/03/13 22:23:44
25554 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
25555 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25556 Date: Tue, 13 Mar 2001 18:41:26 +0100
25557 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
25559 If the test is run non-interactively the default handler
25562 ! t/lib/sigaction.t
25563 ____________________________________________________________________________
25564 [ 9129] By: jhi on 2001/03/13 22:20:21
25565 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
25566 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25567 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
25568 Date: Tue, 13 Mar 2001 16:44:32 EST
25570 ! t/lib/1_compile.t
25571 ____________________________________________________________________________
25572 [ 9128] By: jhi on 2001/03/13 22:18:34
25573 Log: Subject: Another patch for integer.pm POD
25574 From: "John L. Allen" <allen@grumman.com>
25575 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
25576 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
25579 ____________________________________________________________________________
25580 [ 9127] By: nick on 2001/03/13 21:26:30
25581 Log: Integrate mainline.
25583 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
25584 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
25585 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
25586 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
25587 !> Changes Configure MANIFEST README.os2 README.os390
25588 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
25589 !> os2/Changes patchlevel.h win32/perlhost.h
25590 ____________________________________________________________________________
25591 [ 9126] By: nick on 2001/03/13 20:39:51
25592 Log: #ifdef'ed out code to make packed side of pack/unpack
25593 octets. (i.e. pack('U') => encode_utf8).
25596 ____________________________________________________________________________
25597 [ 9125] By: jhi on 2001/03/13 15:07:16
25598 Log: Update Changes.
25600 ! Changes patchlevel.h
25601 ____________________________________________________________________________
25602 [ 9124] By: jhi on 2001/03/13 14:22:45
25603 Log: Workaround for the buggy ("internal compiler error")
25604 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
25605 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
25608 ! ext/re/Makefile.PL hints/aix.sh
25609 ____________________________________________________________________________
25610 [ 9123] By: jhi on 2001/03/13 03:24:34
25611 Log: Typo in #9114.
25613 ! U/modified/myhostname.U
25614 ____________________________________________________________________________
25615 [ 9122] By: jhi on 2001/03/13 03:24:06
25616 Log: Typo in #9113.
25619 ____________________________________________________________________________
25620 [ 9121] By: jhi on 2001/03/13 01:53:05
25621 Log: Forgot to check-in the larger part of #9120, duh.
25624 ____________________________________________________________________________
25625 [ 9120] By: jhi on 2001/03/13 01:51:31
25626 Log: Subject: [PATCH 5.6.1] OS/2 docs
25627 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25628 Date: Mon, 12 Mar 2001 03:27:32 -0500
25629 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
25632 ____________________________________________________________________________
25633 [ 9119] By: jhi on 2001/03/13 01:49:41
25634 Log: Integrate change #9116 from maintperl into mainline.
25636 Win32::GetCwd() returns C: instead of C:\ in the root directory
25639 !> win32/perlhost.h
25640 ____________________________________________________________________________
25641 [ 9118] By: jhi on 2001/03/13 01:13:39
25642 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
25644 + lib/Switch.pm t/lib/switch.t
25646 ____________________________________________________________________________
25647 [ 9117] By: jhi on 2001/03/13 01:03:17
25648 Log: Add Text::Balanced 1.83.
25650 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
25651 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
25652 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
25655 ____________________________________________________________________________
25656 [ 9116] By: gsar on 2001/03/13 00:55:53
25657 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
25659 Branch: maint-5.6/perl
25661 ____________________________________________________________________________
25662 [ 9115] By: jhi on 2001/03/13 00:54:09
25663 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
25664 From: "John L. Allen" <allen@grumman.com>
25665 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
25666 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
25668 use integer document clarification.
25671 ____________________________________________________________________________
25672 [ 9114] By: jhi on 2001/03/13 00:38:54
25673 Log: Metaconfig unit change for #9113.
25675 ! U/modified/myhostname.U
25676 ____________________________________________________________________________
25677 [ 9113] By: jhi on 2001/03/13 00:38:35
25678 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?)
25679 From: Peter Prymmer <pvhp@forte.com>
25680 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
25681 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
25683 ! Configure README.os390 hints/os390.sh
25684 ____________________________________________________________________________
25685 [ 9112] By: jhi on 2001/03/13 00:29:00
25686 Log: Integrate perlio.
25689 ____________________________________________________________________________
25690 [ 9111] By: nick on 2001/03/12 21:16:33
25691 Log: Integrate mainline.
25694 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25696 ____________________________________________________________________________
25697 [ 9110] By: nick on 2001/03/12 21:00:13
25698 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
25701 ____________________________________________________________________________
25702 [ 9109] By: jhi on 2001/03/12 16:04:47
25703 Log: Integrate change #9108 from maintperl to mainline.
25705 fix memory leak in C<sub X { sub {} }> arising from a refcount
25706 loop between the outer sub and the inner prototype anonsub
25708 this also enables closures returned by subroutines that
25709 subsequently get redefined to work without generating coredumps :)
25711 completely removed the free_closures() hack--it shouldn't be
25715 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25717 ____________________________________________________________________________
25718 [ 9108] By: gsar on 2001/03/12 10:21:31
25719 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
25720 loop between the outer sub and the inner prototype anonsub
25722 this also enables closures returned by subroutines that
25723 subsequently get redefined to work without generating coredumps :)
25725 completely removed the free_closures() hack--it shouldn't be
25727 Branch: maint-5.6/perl
25729 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25731 ____________________________________________________________________________
25732 [ 9107] By: jhi on 2001/03/12 05:15:31
25733 Log: Integrate perlio.
25735 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
25736 ____________________________________________________________________________
25737 [ 9106] By: nick on 2001/03/11 20:10:12
25738 Log: regcomp.c is working in native space, not Unicode space (if different)
25739 as it is doing compare against 'W' in \W etc.
25742 ____________________________________________________________________________
25743 [ 9105] By: nick on 2001/03/11 19:39:34
25744 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
25745 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
25747 ! regcomp.c toke.c utf8.c
25748 ____________________________________________________________________________
25749 [ 9104] By: nick on 2001/03/11 18:15:44
25750 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
25753 ____________________________________________________________________________
25754 [ 9103] By: nick on 2001/03/11 18:03:28
25755 Log: Integrate mainline (for regexp stuff).
25757 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25758 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
25759 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
25760 !> t/lib/errno.t t/op/pat.t
25761 ____________________________________________________________________________
25762 [ 9102] By: nick on 2001/03/11 17:44:20
25763 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
25764 - exclude layer syms in makedef.pl for sfio
25765 - also inhibit Encode from trying to build ":encode()" layer.
25767 ! ext/Encode/Encode.xs makedef.pl
25768 ____________________________________________________________________________
25769 [ 9101] By: jhi on 2001/03/10 22:38:13
25770 Log: The $Is_MacOS needs to be declared.
25772 ! lib/ExtUtils/Manifest.pm
25773 ____________________________________________________________________________
25774 [ 9100] By: jhi on 2001/03/10 22:14:29
25775 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
25776 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
25777 pollute the symbolspace if using sfio.
25779 ! ext/Encode/Encode.xs
25780 ____________________________________________________________________________
25781 [ 9099] By: jhi on 2001/03/10 21:58:48
25782 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
25783 Date: Sat, 10 Mar 2001 14:23:55 -0500
25784 From: Chris Nandor <pudge@pobox.com>
25785 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
25787 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25788 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
25790 ____________________________________________________________________________
25791 [ 9098] By: jhi on 2001/03/10 21:38:30
25792 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
25794 ! regcomp.c regexec.c t/op/pat.t
25795 ____________________________________________________________________________
25796 [ 9097] By: jhi on 2001/03/10 14:38:07
25797 Log: Integrate perlio.
25799 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
25800 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
25801 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
25802 ____________________________________________________________________________
25803 [ 9096] By: nick on 2001/03/10 11:55:43
25804 Log: EBCDIC sanity - phase I
25805 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
25806 - use utf8n_xxxx (c.f. pvn) for forms which take length.
25807 - back out vN.N and $^V exceptions to e2a/a2e
25808 - make "locale" isxxx macros be uvchr (may be redundant?)
25810 Not clear yet that toUPPER_uni et. al. return being handled correctly.
25811 The tr// and rexexp stuff still needs an audit, assumption is they are working
25814 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
25816 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
25817 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
25818 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
25819 ____________________________________________________________________________
25820 [ 9095] By: jhi on 2001/03/09 22:10:01
25821 Log: Integrate perlio.
25824 ____________________________________________________________________________
25825 [ 9094] By: nick on 2001/03/09 17:36:38
25826 Log: Builds an passes all tests after integrate and this tweak.
25829 ____________________________________________________________________________
25830 [ 9093] By: nick on 2001/03/09 17:16:03
25831 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
25833 +> lib/unicode/Scripts.txt t/lib/sigaction.t
25834 !> (integrate 79 files)
25835 ____________________________________________________________________________
25836 [ 9092] By: jhi on 2001/03/09 15:28:26
25837 Log: Update Changes.
25839 ! Changes patchlevel.h
25840 ____________________________________________________________________________
25841 [ 9091] By: jhi on 2001/03/09 15:25:05
25842 Log: In op/stat #35 better to scan all the potential directories
25843 for setuids, not just the first one.
25846 ____________________________________________________________________________
25847 [ 9090] By: jhi on 2001/03/09 15:01:27
25848 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
25849 From: rspier@pobox.com (Robert Spier)
25850 Date: Fri, 9 Mar 2001 03:30:20 -0500
25851 Message-ID: <15016.38044.381174.160189@rls.cx>
25853 EXISTS() returning undef mistakenly triggered a FETCH().
25856 ____________________________________________________________________________
25857 [ 9089] By: jhi on 2001/03/09 14:59:02
25858 Log: Add /sbin and /usr/sbin to the list of directories scanned
25859 for setuid programs. Takes care of bug id 20010309.003.
25862 ____________________________________________________________________________
25863 [ 9088] By: jhi on 2001/03/09 14:48:32
25864 Log: Regen perlapi, perltoc.
25866 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
25867 ____________________________________________________________________________
25868 [ 9087] By: jhi on 2001/03/09 14:38:56
25869 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
25870 From: David Mitchell <davem@fdgroup.co.uk>
25871 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
25872 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
25874 ! dump.c perl.c perl.h pod/perlrun.pod
25875 ____________________________________________________________________________
25876 [ 9086] By: jhi on 2001/03/09 01:47:16
25877 Log: A modified version of
25879 Subject: [ID 20010307.005] POSIX::sigaction has various problems
25880 From: anders@broadcom.com
25881 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
25882 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
25884 Currently the sigaction.t test #6 fails (and is fudged to look
25885 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
25886 This may well be a genuine bug in Linux sigaction() (since at
25887 least Tru64, Solaris, and HP-UX disagree with Linux).
25888 Anyone with POSIX / SUSv2 tome handy? The problem is that
25889 the flags of the oldaction don't match with the flags in
25890 the previously installed disposition.
25892 + t/lib/sigaction.t
25893 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25894 ____________________________________________________________________________
25895 [ 9085] By: jhi on 2001/03/09 01:30:13
25896 Log: Subject: Re: mission impossible for the day
25897 From: Alex Gough <alex@rcon.org>
25898 Date: Thu, 08 Mar 2001 17:18:19 +0000
25899 Message-ID: <3AA7BEDB.8070409@rcon.org>
25901 If references (are overloaded) and can be directly stringified,
25902 show that instead of "stringified".
25904 (The problem, infinite mutual recursion caused by overloaded bool
25905 in Switch.pm, tracked by David Mitchell)
25907 ! lib/Carp/Heavy.pm
25908 ____________________________________________________________________________
25909 [ 9084] By: jhi on 2001/03/09 01:20:39
25910 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
25911 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
25912 From: David Mitchell <davem@fdgroup.co.uk>
25913 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
25915 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
25916 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
25917 ____________________________________________________________________________
25918 [ 9083] By: jhi on 2001/03/09 01:16:51
25919 Log: Subject: [PATCH] perldata.pod here-doc docs
25920 From: Jeff Pinyan <jeffp@crusoe.net>
25921 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
25922 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
25925 ____________________________________________________________________________
25926 [ 9082] By: jhi on 2001/03/09 01:01:27
25927 Log: Subject: Re: Unicode/EBCDIC
25928 From: Peter Prymmer <pvhp@forte.com>
25929 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
25930 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
25932 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
25933 ____________________________________________________________________________
25934 [ 9081] By: jhi on 2001/03/08 13:41:30
25935 Log: Subject: Ooops, wrong 'no *POSIX' Patch
25936 From: Dorner Thomas <Thomas.Dorner@start.de>
25937 Date: Thu, 8 Mar 2001 08:43:28 +0100
25938 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
25940 ! hints/posix-bc.sh
25941 ____________________________________________________________________________
25942 [ 9080] By: jhi on 2001/03/08 13:11:42
25943 Log: It's Scripts.txt, not Script.txt.
25946 ____________________________________________________________________________
25947 [ 9079] By: jhi on 2001/03/08 12:59:05
25948 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
25949 From: Dorner Thomas <Thomas.Dorner@start.de>
25950 Date: Wed, 7 Mar 2001 14:13:31 +0100
25951 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
25954 ____________________________________________________________________________
25955 [ 9078] By: jhi on 2001/03/08 12:57:43
25956 Log: Retract #9069, wrong patch.
25959 ____________________________________________________________________________
25960 [ 9077] By: jhi on 2001/03/08 01:06:13
25961 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
25963 + lib/unicode/Scripts.txt
25964 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
25965 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
25966 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
25967 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25968 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
25969 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
25970 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
25971 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
25972 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
25973 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
25974 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
25975 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
25976 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
25977 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
25978 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
25979 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
25980 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
25981 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
25982 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
25983 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
25984 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
25985 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
25986 ! lib/unicode/version
25987 ____________________________________________________________________________
25988 [ 9076] By: jhi on 2001/03/07 22:59:39
25989 Log: Integrate change #7784 from mainline into maintperl.
25991 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
25992 Branch: maint-5.6/perl
25993 !> pp_ctl.c t/op/pat.t
25994 ____________________________________________________________________________
25995 [ 9075] By: jhi on 2001/03/07 22:05:11
25996 Log: More UTF-8 test tweaks.
25998 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
25999 ____________________________________________________________________________
26000 [ 9074] By: nick on 2001/03/07 21:39:29
26001 Log: Integrate mainline.
26003 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
26004 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
26005 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
26006 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
26007 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
26008 ____________________________________________________________________________
26009 [ 9073] By: jhi on 2001/03/07 16:37:09
26010 Log: Update Changes.
26012 ! Changes patchlevel.h
26013 ____________________________________________________________________________
26014 [ 9072] By: jhi on 2001/03/07 16:32:30
26015 Log: Subject: [ID 20010306.004] || != named unary operator
26016 From: abela@geneanet.org
26017 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
26018 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
26021 ____________________________________________________________________________
26022 [ 9071] By: jhi on 2001/03/07 15:14:11
26023 Log: Subject: downgrading to bytes for common functions
26024 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
26025 Date: Wed, 7 Mar 2001 02:36:55 -0500
26026 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
26029 ____________________________________________________________________________
26030 [ 9070] By: jhi on 2001/03/07 15:04:58
26031 Log: Clarify the description differentiating for and while; inspired by
26033 Subject: [ID 20010306.002] for/while difference in for definition
26034 From: abela@geneanet.org
26035 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
26036 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
26039 ____________________________________________________________________________
26040 [ 9069] By: jhi on 2001/03/07 14:55:30
26041 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
26042 From: Dorner Thomas <Thomas.Dorner@start.de>
26043 Date: Wed, 7 Mar 2001 14:13:31 +0100
26044 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
26047 ____________________________________________________________________________
26048 [ 9068] By: jhi on 2001/03/07 14:51:17
26049 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
26050 From: Radu Greab <radu@netsoft.ro>
26051 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
26052 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
26055 ____________________________________________________________________________
26056 [ 9067] By: jhi on 2001/03/07 14:48:57
26057 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26058 From: Simon Cozens <simon@netthink.co.uk>
26059 Date: Wed, 7 Mar 2001 13:59:28 +0000
26060 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
26062 In order to allow MakeMaker to build correct Makefiles,
26063 you need to change the order of the arguments in MM_Unix.pm
26064 as well. (Unless you have C89_CCMODE set, but we're trying
26065 to be POSIXly correct)
26067 Thanks to Merijn Broeren for tracking this down.
26069 ! lib/ExtUtils/MM_Unix.pm
26070 ____________________________________________________________________________
26071 [ 9066] By: jhi on 2001/03/07 14:30:02
26072 Log: Floating point too messy.
26074 ! t/camel-III/vstring.t
26075 ____________________________________________________________________________
26076 [ 9065] By: jhi on 2001/03/07 14:17:44
26077 Log: Integrate change #9064 from maintperl into mainline.
26079 fix memory leak in pack("Bb",...)
26082 ____________________________________________________________________________
26083 [ 9064] By: gsar on 2001/03/07 06:29:24
26084 Log: fix memory leak in pack("Bb",...)
26085 Branch: maint-5.6/perl
26087 ____________________________________________________________________________
26088 [ 9063] By: jhi on 2001/03/07 00:55:04
26089 Log: Major utf8 test reorganisation and rewrite.
26090 Hopefully no tests were lost in the shuffle.
26091 (The beginning of pragma/utf8 was lost intentionally,
26092 the tests were rather bogus and incomplete.)
26094 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
26096 ____________________________________________________________________________
26097 [ 9062] By: jhi on 2001/03/07 00:41:16
26098 Log: More tweakage on the Unicode character class descriptions.
26100 ! lib/unicode/mktables.PL pod/perlretut.pod
26101 ____________________________________________________________________________
26102 [ 9061] By: jhi on 2001/03/06 23:12:38
26103 Log: The perlretut was still talking about the old \p and \P
26106 ! pod/perlretut.pod
26107 ____________________________________________________________________________
26108 [ 9060] By: nick on 2001/03/06 20:52:37
26109 Log: Integrate mainline (make test works again now).
26111 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
26112 ____________________________________________________________________________
26113 [ 9059] By: jhi on 2001/03/06 15:36:14
26114 Log: 0.999... does equal 1.0, doesn't it?
26116 ! t/camel-III/vstring.t
26117 ____________________________________________________________________________
26118 [ 9058] By: jhi on 2001/03/06 15:34:00
26119 Log: Make /x{abcd}/ to work without use utf8.
26122 ____________________________________________________________________________
26123 [ 9057] By: jhi on 2001/03/06 03:02:36
26124 Log: Easier to outcomment all the three reset() tests for now.
26127 ____________________________________________________________________________
26128 [ 9056] By: jhi on 2001/03/06 02:30:02
26129 Log: Comment out the deadly reset; until the 20010301.005
26133 ____________________________________________________________________________
26134 [ 9055] By: jhi on 2001/03/06 02:21:26
26135 Log: Integrate the change #9054 from mainline:
26136 retract the PMOP cleanup patch pending further investigation.
26137 Branch: maint-5.6/perl
26139 ____________________________________________________________________________
26140 [ 9054] By: jhi on 2001/03/06 02:19:57
26141 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
26142 with oddly familiar stack traces.
26145 ____________________________________________________________________________
26146 [ 9053] By: jhi on 2001/03/05 23:20:28
26147 Log: Integrate perlio.
26149 +> ext/Encode/Encode/koi8-r.ucm
26150 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
26152 ____________________________________________________________________________
26153 [ 9052] By: nick on 2001/03/05 23:08:17
26154 Log: skipping USE_PERLIO symbols correction.
26157 ____________________________________________________________________________
26158 [ 9051] By: nick on 2001/03/05 22:35:07
26159 Log: More Encode alias tidying.
26161 + ext/Encode/Encode/koi8-r.ucm
26162 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
26163 ____________________________________________________________________________
26164 [ 9050] By: jhi on 2001/03/05 21:44:29
26165 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
26166 Sarathy's fix for ID 20010301.005.
26167 Branch: maint-5.6/perl
26169 ____________________________________________________________________________
26170 [ 9049] By: nick on 2001/03/05 19:54:04
26171 Log: Integrate Jarkko's Encode.pm tweak.
26173 !> ext/Encode/Encode.pm
26174 ____________________________________________________________________________
26175 [ 9048] By: nick on 2001/03/05 19:47:57
26176 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
26179 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
26180 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
26181 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
26182 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
26183 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
26184 ____________________________________________________________________________
26185 [ 9047] By: jhi on 2001/03/05 19:25:26
26186 Log: Regen perlapi.
26189 ____________________________________________________________________________
26190 [ 9046] By: jhi on 2001/03/05 19:12:14
26191 Log: Integrate perlio.
26193 +> t/camel-III/vstring.t
26194 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
26195 ____________________________________________________________________________
26196 [ 9045] By: jhi on 2001/03/05 19:10:36
26197 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
26199 ! ext/Encode/Encode.pm
26200 ____________________________________________________________________________
26201 [ 9044] By: jhi on 2001/03/05 18:49:12
26202 Log: Forgot the other half of the PMOP patch (#9033).
26205 ____________________________________________________________________________
26206 [ 9043] By: nick on 2001/03/05 18:14:47
26207 Log: Update MANIFEST for new test.
26210 ____________________________________________________________________________
26211 [ 9042] By: nick on 2001/03/05 18:12:41
26212 Log: Some tests for Camel 3rd edition features.
26213 Make gethostbyaddr() test in above work.
26215 + t/camel-III/vstring.t
26216 ! pp.h pp_sys.c t/TEST t/harness
26217 ____________________________________________________________________________
26218 [ 9041] By: jhi on 2001/03/05 17:41:48
26219 Log: Add more ISO 8859 encoding aliases.
26221 ! ext/Encode/Encode.pm
26222 ____________________________________________________________________________
26223 [ 9040] By: jhi on 2001/03/05 17:30:43
26224 Log: Integrate perlio.
26227 ____________________________________________________________________________
26228 [ 9039] By: nick on 2001/03/05 17:11:36
26229 Log: Missed added file.
26232 ____________________________________________________________________________
26233 [ 9038] By: jhi on 2001/03/05 15:58:01
26234 Log: Add tr tests for EBCDIC, from Karsten Sperling.
26237 ____________________________________________________________________________
26238 [ 9037] By: nick on 2001/03/05 15:56:35
26239 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
26240 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
26242 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
26243 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
26244 - uses SvPV() rather than sv_2pv() in case it isn't a string.
26247 ____________________________________________________________________________
26248 [ 9036] By: jhi on 2001/03/05 15:49:15
26249 Log: Add matching tests currently failing in EBCDIC,
26250 suggested by Karsten Sperling.
26253 ____________________________________________________________________________
26254 [ 9035] By: jhi on 2001/03/05 15:36:55
26255 Log: The #9034 needs a MANIFESTation.
26258 ____________________________________________________________________________
26259 [ 9034] By: jhi on 2001/03/05 15:35:14
26260 Log: Integrate perlio.
26262 +> ext/Encode/Encode/Tcl.pm
26263 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
26264 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
26265 !> ext/Encode/Encode/iso8859-1.ucm
26266 !> ext/Encode/Encode/iso8859-10.ucm
26267 !> ext/Encode/Encode/iso8859-13.ucm
26268 !> ext/Encode/Encode/iso8859-14.ucm
26269 !> ext/Encode/Encode/iso8859-15.ucm
26270 !> ext/Encode/Encode/iso8859-16.ucm
26271 !> ext/Encode/Encode/iso8859-2.ucm
26272 !> ext/Encode/Encode/iso8859-3.ucm
26273 !> ext/Encode/Encode/iso8859-4.ucm
26274 !> ext/Encode/Encode/iso8859-5.ucm
26275 !> ext/Encode/Encode/iso8859-6.ucm
26276 !> ext/Encode/Encode/iso8859-7.ucm
26277 !> ext/Encode/Encode/iso8859-8.ucm
26278 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
26280 ____________________________________________________________________________
26281 [ 9033] By: jhi on 2001/03/05 15:33:18
26282 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
26283 From: Gurusamy Sarathy <gsar@ActiveState.com>
26284 Date: Sun, 04 Mar 2001 22:33:15 -0800
26285 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
26287 PMOPs need to remember their own stash so that they can
26288 gracefully remove themselves from their linked list.
26291 ____________________________________________________________________________
26292 [ 9032] By: nick on 2001/03/05 14:51:50
26293 Log: Encode implementation "completion"
26294 Implement and document define_encoding()
26295 Implement and document encoding aliases including define_alias()
26296 Make Encode::XS use define_encoding() rather than back-door.
26297 Move run-time *.enc to separate Encode::Tcl module.
26298 Make 'compile' honour <codeset_name>
26299 Change canonical names of to iso-8859-* and US-ascii.
26301 + ext/Encode/Encode/Tcl.pm
26302 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
26303 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
26304 ! ext/Encode/Encode/iso8859-1.ucm
26305 ! ext/Encode/Encode/iso8859-10.ucm
26306 ! ext/Encode/Encode/iso8859-13.ucm
26307 ! ext/Encode/Encode/iso8859-14.ucm
26308 ! ext/Encode/Encode/iso8859-15.ucm
26309 ! ext/Encode/Encode/iso8859-16.ucm
26310 ! ext/Encode/Encode/iso8859-2.ucm
26311 ! ext/Encode/Encode/iso8859-3.ucm
26312 ! ext/Encode/Encode/iso8859-4.ucm
26313 ! ext/Encode/Encode/iso8859-5.ucm
26314 ! ext/Encode/Encode/iso8859-6.ucm
26315 ! ext/Encode/Encode/iso8859-7.ucm
26316 ! ext/Encode/Encode/iso8859-8.ucm
26317 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
26319 ____________________________________________________________________________
26320 [ 9031] By: jhi on 2001/03/05 13:51:17
26321 Log: Integrate change #9030 from maintperl into mainline.
26323 Subject: [PATCH 5.6.1] OS/2 cleanup
26326 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26327 !> makedef.pl os2/Changes os2/Makefile.SHs
26328 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
26329 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
26330 !> os2/os2.sym os2/os2ish.h
26331 ____________________________________________________________________________
26332 [ 9030] By: jhi on 2001/03/05 13:46:49
26333 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
26334 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26335 Date: Mon, 5 Mar 2001 02:29:44 -0500
26336 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
26337 Branch: maint-5.6/perl
26339 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26340 ! makedef.pl os2/Changes os2/Makefile.SHs
26341 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
26342 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
26343 ! os2/os2.sym os2/os2ish.h
26344 ____________________________________________________________________________
26345 [ 9029] By: jhi on 2001/03/05 13:40:35
26346 Log: Integrate change #9028 from maintperl into mainline.
26348 various nits in MM_Unix.pm found by disabling SelfLoader
26350 !> lib/ExtUtils/MM_Unix.pm
26351 ____________________________________________________________________________
26352 [ 9028] By: gsar on 2001/03/05 09:58:38
26353 Log: various nits in MM_Unix.pm found by disabling SelfLoader
26354 Branch: maint-5.6/perl
26355 ! lib/ExtUtils/MM_Unix.pm
26356 ____________________________________________________________________________
26357 [ 9027] By: nick on 2001/03/05 08:35:22
26358 Log: Integrate mainline
26360 !> (integrate 28 files)
26361 ____________________________________________________________________________
26362 [ 9026] By: jhi on 2001/03/05 02:14:59
26363 Log: Integrate change #9025 from mainline to maintperl,
26364 retract \N{U+HHHH}.
26365 Branch: maint-5.6/perl
26366 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26367 !> t/lib/charnames.t toke.c
26368 ____________________________________________________________________________
26369 [ 9025] By: jhi on 2001/03/05 02:13:09
26370 Log: Retracting \N{U+HHHH}.
26372 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26373 ! t/lib/charnames.t toke.c
26374 ____________________________________________________________________________
26375 [ 9024] By: jhi on 2001/03/04 20:51:07
26376 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
26377 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26378 Date: Fri, 02 Mar 2001 18:25:26 +0100
26379 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
26383 ! ext/Storable/Storable.xs
26384 ____________________________________________________________________________
26385 [ 9023] By: jhi on 2001/03/04 19:46:45
26386 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
26387 From: nick@talking.bollo.cx
26388 Date: Sat, 03 Mar 2001 21:41:33 +0000
26389 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
26391 Revert the workaround.
26394 ____________________________________________________________________________
26395 [ 9022] By: jhi on 2001/03/04 19:36:28
26396 Log: Update Changes.
26398 ! Changes patchlevel.h
26399 ____________________________________________________________________________
26400 [ 9021] By: jhi on 2001/03/04 18:41:00
26401 Log: makedef.pl updates suggested by Chris Nandor; double-checking
26402 the changes in AIX, OS/2 Win32 would be nice.
26405 ____________________________________________________________________________
26406 [ 9020] By: jhi on 2001/03/04 18:23:58
26407 Log: Integrate change #9012 from maintperl into mainline,
26408 quench a compiler warning.
26411 ____________________________________________________________________________
26412 [ 9019] By: jhi on 2001/03/04 18:18:43
26413 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
26417 pattern in G_ARRAY context
26418 Branch: maint-5.6/perl
26419 !> pp_hot.c t/op/pat.t toke.c
26420 ____________________________________________________________________________
26421 [ 9018] By: jhi on 2001/03/04 18:07:48
26422 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
26423 From: Jeff Pinyan <jeffp@crusoe.net>
26424 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
26425 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
26427 ! pp_hot.c t/op/pat.t
26428 ____________________________________________________________________________
26429 [ 9017] By: jhi on 2001/03/04 18:06:21
26430 Log: I thought I tested the #9014.
26433 ____________________________________________________________________________
26434 [ 9016] By: jhi on 2001/03/04 17:41:22
26435 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
26437 Tweak the get*ent() OS/2 prototypes.
26439 Add the \N{U+HHHH} syntax.
26441 More tr/// UTF-8 fixes from Inaba Hiroto.
26442 Branch: maint-5.6/perl
26443 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
26444 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
26445 ____________________________________________________________________________
26446 [ 9015] By: jhi on 2001/03/04 17:36:04
26447 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
26450 ____________________________________________________________________________
26451 [ 9014] By: jhi on 2001/03/04 17:24:49
26452 Log: Add the \N{U+HHHH} syntax.
26454 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26455 ! t/lib/charnames.t toke.c
26456 ____________________________________________________________________________
26457 [ 9013] By: jhi on 2001/03/04 17:20:45
26458 Log: Tweak the get*ent() OS/2 prototypes.
26461 ____________________________________________________________________________
26462 [ 9012] By: gsar on 2001/03/04 06:26:14
26463 Log: avoid warning (nit in change#9009)
26464 Branch: maint-5.6/perl
26466 ____________________________________________________________________________
26467 [ 9011] By: gsar on 2001/03/04 06:15:24
26468 Log: lib/charnames.t fails in 5.6.x because of older Unicode
26471 TODO: need to revisit this after updating lib/unicode/...
26472 Branch: maint-5.6/perl
26473 ! t/lib/charnames.t
26474 ____________________________________________________________________________
26475 [ 9010] By: gsar on 2001/03/04 06:08:36
26476 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
26477 Branch: maint-5.6/perl
26479 ____________________________________________________________________________
26480 [ 9009] By: jhi on 2001/03/03 19:27:20
26481 Log: Integrate change #9008 from mainline to maintperl,
26482 UTF-8 tr/// fixes from Inaba Hiroto.
26483 Branch: maint-5.6/perl
26484 !> doop.c op.c t/op/tr.t toke.c
26485 ____________________________________________________________________________
26486 [ 9008] By: jhi on 2001/03/03 19:19:42
26487 Log: UTF8 tr/// fixes from Inaba Hiroto.
26489 ! doop.c op.c t/op/tr.t toke.c
26490 ____________________________________________________________________________
26491 [ 9007] By: jhi on 2001/03/03 19:00:30
26492 Log: Integrate change #9006 from maintperl to mainline,
26493 more robust quest for the infinite.
26495 !> lib/Math/Complex.pm
26496 ____________________________________________________________________________
26497 [ 9006] By: jhi on 2001/03/03 18:58:06
26498 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
26499 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26500 Date: Sat, 3 Mar 2001 12:51:50 -0500
26501 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
26503 Be more robust in our quest for the infinite.
26504 Branch: maint-5.6/perl
26505 ! lib/Math/Complex.pm
26506 ____________________________________________________________________________
26507 [ 9005] By: jhi on 2001/03/03 17:55:50
26508 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
26509 Branch: maint-5.6/perl
26511 ____________________________________________________________________________
26512 [ 9004] By: jhi on 2001/03/03 17:40:14
26513 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
26514 so that picky compilers like IRIX won't get huffy about
26515 "statements without effect" (like 1;).
26518 ____________________________________________________________________________
26519 [ 9003] By: jhi on 2001/03/03 17:15:52
26520 Log: Integrate change #9002 from mainline to maintperl.
26522 Subject: [perl-5.6.x, perl-current] accept for EPOC
26523 Branch: maint-5.6/perl
26525 ____________________________________________________________________________
26526 [ 9002] By: jhi on 2001/03/03 17:14:30
26527 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
26528 From: Olaf Flebbe <O.Flebbe@science-computing.de>
26529 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
26530 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
26533 ____________________________________________________________________________
26534 [ 9001] By: jhi on 2001/03/03 17:13:13
26535 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
26536 From: "Craig A. Berry" <craigberry@mac.com>
26537 Date: Fri, 02 Mar 2001 17:44:40 -0600
26538 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
26541 ____________________________________________________________________________
26542 [ 9000] By: jhi on 2001/03/03 17:11:55
26543 Log: Integrate changes #8997,8999 from maintperl.
26545 Subject: [PATCH 5.6.1] compiling on OS/2
26546 (Better error message from hints/os2.sh)
26548 Subject: [PATCH 5.6.1] syslog.t
26550 !> hints/os2.sh t/lib/syslog.t
26551 ____________________________________________________________________________
26552 [ 8999] By: jhi on 2001/03/03 17:09:28
26553 Log: Subject: [PATCH 5.6.1] syslog.t
26554 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26555 Date: Sat, 3 Mar 2001 02:11:17 -0500
26556 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
26557 Branch: maint-5.6/perl
26559 ____________________________________________________________________________
26560 [ 8998] By: jhi on 2001/03/03 17:07:50
26561 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
26562 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26563 Date: Sat, 3 Mar 2001 01:53:52 -0500
26564 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
26565 Branch: maint-5.6/perl
26566 ! opcode.pl os2/os2.c
26567 ____________________________________________________________________________
26568 [ 8997] By: jhi on 2001/03/03 17:03:30
26569 Log: Subject: [PATCH 5.6.1] compiling on OS/2
26570 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26571 Date: Sat, 3 Mar 2001 01:59:59 -0500
26572 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
26573 Branch: maint-5.6/perl
26575 ____________________________________________________________________________
26576 [ 8996] By: jhi on 2001/03/03 00:55:58
26577 Log: Regen files for mainline.
26579 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26580 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
26581 ____________________________________________________________________________
26582 [ 8995] By: jhi on 2001/03/03 00:35:22
26583 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
26584 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
26587 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
26589 Add Configure option -Dmksymlinks which will create a symlink
26590 forest if the current/build differs from the source directory.
26591 (8218,8220,8221,8317,8318,8971)
26593 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
26594 (Document APPLLIB_EXP in INSTALL.)
26596 If running byacc write-enable also perly.h.
26598 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
26600 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26602 Sanity check for conflicting thread flavours.
26604 Fix the sys/fcntl.h problem reported by Peter Prymmer.
26606 Add few CPUs/architectures to the Cppsym scan,
26607 add -perlio to archname if so selected (modified 8890)
26609 Be more helpful for devel builders, suggested by John L. Allen.
26610 (admittedly pointless change for maintperl, but the usedevel
26611 code is there already)
26612 Branch: maint-5.6/perl
26613 !> Configure INSTALL Makefile.SH Porting/Glossary
26614 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
26615 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
26616 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
26617 !> win32/config.bc win32/config.gc win32/config.vc
26618 ____________________________________________________________________________
26619 [ 8994] By: jhi on 2001/03/02 23:31:41
26620 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
26621 Branch: metaconfig/U/perl
26623 ____________________________________________________________________________
26624 [ 8993] By: jhi on 2001/03/02 23:22:12
26625 Log: Regenerate various files for maint.
26626 Branch: maint-5.6/perl
26627 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
26628 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
26629 ____________________________________________________________________________
26630 [ 8992] By: alanbur on 2001/03/02 22:48:34
26631 Log: Resync wuth parent
26632 Branch: maint-5.6/pureperl
26633 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
26634 !> (integrate 60 files)
26635 ____________________________________________________________________________
26636 [ 8991] By: jhi on 2001/03/02 21:00:08
26637 Log: Retract the #8742 part of #8986, backward compat.
26638 Branch: maint-5.6/perl
26640 ____________________________________________________________________________
26641 [ 8990] By: jhi on 2001/03/02 20:40:07
26642 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
26643 Branch: maint-5.6/perl
26645 ____________________________________________________________________________
26646 [ 8989] By: jhi on 2001/03/02 19:59:56
26647 Log: Update Changes.
26649 ! Changes patchlevel.h
26650 ____________________________________________________________________________
26651 [ 8988] By: jhi on 2001/03/02 19:57:08
26652 Log: Integrate perlio.
26654 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26655 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26656 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26657 !> ext/Encode/Encode/iso8859-10.ucm
26658 !> ext/Encode/Encode/iso8859-13.ucm
26659 !> ext/Encode/Encode/iso8859-14.ucm
26660 !> ext/Encode/Encode/iso8859-15.ucm
26661 !> ext/Encode/Encode/iso8859-16.ucm
26662 !> ext/Encode/Encode/iso8859-2.ucm
26663 !> ext/Encode/Encode/iso8859-3.ucm
26664 !> ext/Encode/Encode/iso8859-4.ucm
26665 !> ext/Encode/Encode/iso8859-5.ucm
26666 !> ext/Encode/Encode/iso8859-6.ucm
26667 !> ext/Encode/Encode/iso8859-7.ucm
26668 !> ext/Encode/Encode/iso8859-8.ucm
26669 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26670 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
26671 ____________________________________________________________________________
26672 [ 8987] By: jhi on 2001/03/02 19:43:40
26673 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
26674 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
26675 8950,8952,8955 from mainline to maintperl.
26677 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26679 Put to rest the 20010205.001, the email address checking (not) regex.
26681 fork() not everywhere, cleanup temp files.
26683 The #8843 wasn't quite right: %Config needs to imported.
26685 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
26686 (#8849: the glob-basic hunk needed massaging as it depended
26687 on Schwern's large-scale (unintegrated) patches)
26689 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
26691 Upgrade to CGI.pm 2.752, from Lincoln Stein.
26692 (Note: there were some conflicts due to EBCDIC and EPOC
26693 patches, in general I preferred the repository code.)
26694 (When 2.753 comes out, we need to synchronize.)
26696 Subject: [PATCH] fix for charnames above FFFF
26698 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
26700 If no sfio, no -lsfio.
26702 Run run/*.t also in minitest.
26704 Subject: [PATCH perl 5.7.0] malloc message address offset
26706 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
26708 Subject: fix for parameter -Dm (for perl@8867)
26710 Subject: [PATCH: perl@8892] was Re: hashing order difference?
26711 (make the test more portable)
26713 Subject: Re: [PATCH] fix for charnames above FFFF
26715 Subject: Re: I'm losing the war...
26716 (hv_store() not working correctly in ENV_IS_CASELESS case.)
26718 Subject: Modified README.bs2000
26720 Subject: [PATCH: perl@8935] -Dt padsv($var)
26722 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
26724 Subject: PATCH: extra tests to check on negative float to unsigned cast
26726 Subject: [PATCH] XPUSH[insp] was Re: progress
26728 Subject: Re: Compile with perlcc..
26729 Branch: maint-5.6/perl
26730 !> (integrate 36 files)
26731 ____________________________________________________________________________
26732 [ 8986] By: jhi on 2001/03/02 18:51:25
26733 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
26734 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
26737 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
26739 Subject: [DOC PATCH] overload.pm nits
26741 Add header for LIB$ prototypes (C. Berry)
26743 Convert fwrite()s to sockets to write()s, since some socket stacks
26744 don't take kindly to stdio.
26745 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26746 (for often optional LNMs)
26747 Correct a few typos
26750 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
26754 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
26756 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
26758 Upgrade to CPAN 1.59_54, from Andreas König.
26762 Subject: [PATCH] Document makepatch in Porting/patching
26764 UTF-8 documentation.
26766 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
26770 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
26772 Subject: [PATCH @8807] toke.c cleanup: scan_str()
26774 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
26776 Add run/*.t to testables.
26778 TODO: integrate #8784.
26779 Branch: maint-5.6/perl
26780 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
26781 !> (integrate 28 files)
26782 ____________________________________________________________________________
26783 [ 8985] By: nick on 2001/03/02 18:15:45
26784 Log: Integrate mainline
26786 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
26788 ____________________________________________________________________________
26789 [ 8984] By: jhi on 2001/03/02 16:00:17
26790 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
26792 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
26793 5.004_05, and mention the suidperl August 2000 security problem.
26796 Subject: [ID 20010301.004] Technically speaking in perldata
26798 Subject: [PATCH] File::Copy for bleadperl, maintperl
26800 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
26802 (The #8982, fix for 20010221.005 and 20010221.008,
26803 would be nice too but it didn't integrate cleanly.)
26804 Branch: maint-5.6/perl
26805 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
26806 ____________________________________________________________________________
26807 [ 8983] By: jhi on 2001/03/02 15:51:16
26808 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
26809 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26810 Date: Thu, 1 Mar 2001 15:54:09 EST
26811 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
26814 ____________________________________________________________________________
26815 [ 8982] By: jhi on 2001/03/02 15:43:31
26816 Log: Subject: Re: sync sync sync: have I missed any patches?
26817 From: Radu Greab <radu@netsoft.ro>
26818 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
26819 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
26821 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
26822 was checking argv[0] regardless of whether a different pathname
26823 will actually be executed." Test case not supplied because
26824 drafting that, ironically enough, revealed another bug
26828 ____________________________________________________________________________
26829 [ 8981] By: jhi on 2001/03/02 15:28:03
26830 Log: Misdate in #8978.
26833 ____________________________________________________________________________
26834 [ 8980] By: jhi on 2001/03/02 15:24:20
26835 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
26836 From: Chris Nandor <pudge@pobox.com>
26837 Date: Wed, 28 Feb 2001 22:10:15 -0500
26838 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
26841 ____________________________________________________________________________
26842 [ 8979] By: jhi on 2001/03/02 15:17:16
26843 Log: Subject: [ID 20010301.004] Technically speaking in perldata
26844 From: abela@geneanet.org
26845 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
26846 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
26849 ____________________________________________________________________________
26850 [ 8978] By: jhi on 2001/03/02 15:15:27
26851 Log: Subject: [ID 20010301.003] ref to 5.004
26852 From: abela@geneanet.org
26853 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
26854 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
26856 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
26857 and mention the suidperl August 2000 security problem.
26860 ____________________________________________________________________________
26861 [ 8977] By: alanbur on 2001/03/02 14:17:45
26862 Log: Resynchronised with parent
26863 Branch: maint-5.6/pureperl
26864 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
26865 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
26866 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
26867 !> vms/descrip_mms.template win32/win32.c win32/win32.h
26868 !> win32/win32iop.h
26869 ____________________________________________________________________________
26870 [ 8976] By: nick on 2001/03/01 23:25:30
26871 Log: Integrate mainline.
26874 !> (integrate 55 files)
26875 ____________________________________________________________________________
26876 [ 8975] By: jhi on 2001/03/01 16:51:34
26877 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
26880 ____________________________________________________________________________
26881 [ 8974] By: gsar on 2001/03/01 16:28:21
26882 Log: fix for bugid 20010226.008
26884 the problem was that some of the pointers (PL_last_lop and
26885 PL_last_uni specifically) into the lex buffers weren't correctly
26886 being invalidated when the buffer changed; this would leave the
26887 pointers pointing at an arbitrary location in the buffer if
26888 the buffer didn't need to be reallocated, or point into freed
26889 memory if the buffer had to be realloced
26891 TODO item for bugdb maintainers: check other seemingly random
26892 parser-related bugs--they might be cured by this
26893 Branch: maint-5.6/perl
26895 ____________________________________________________________________________
26896 [ 8973] By: jhi on 2001/03/01 02:23:25
26897 Log: Retract #8970 because of a completely mysterious core dump:
26898 adding the tests 241..244 causes op/pat dump core at test #25.
26899 The test needs a lot of whittling down before the bug can be solved.
26902 ____________________________________________________________________________
26903 [ 8972] By: jhi on 2001/03/01 01:58:38
26904 Log: Regen perlapi.
26907 ____________________________________________________________________________
26908 [ 8971] By: jhi on 2001/03/01 01:34:09
26909 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))
26910 From: Nicholas Clark <nick@ccl4.org>
26911 Date: Wed, 28 Feb 2001 23:28:49 +0000
26912 Message-ID: <20010228232849.A55187@plum.flirble.org>
26914 Allow a completely write protected source code tree
26915 when using the Configure -Dmksymlinks.
26917 ! embed.pl warnings.pl
26918 ____________________________________________________________________________
26919 [ 8970] By: jhi on 2001/03/01 01:32:04
26920 Log: Add back the EBCDIC character range tests (for matching).
26923 ____________________________________________________________________________
26924 [ 8969] By: nick on 2001/02/28 18:18:01
26925 Log: Add charname comments to .ucm files writen by 'compile',
26926 also order charmaps in those files by source encoding.
26927 regenerate distrubuted .ucm files
26929 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26930 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26931 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26932 ! ext/Encode/Encode/iso8859-10.ucm
26933 ! ext/Encode/Encode/iso8859-13.ucm
26934 ! ext/Encode/Encode/iso8859-14.ucm
26935 ! ext/Encode/Encode/iso8859-15.ucm
26936 ! ext/Encode/Encode/iso8859-16.ucm
26937 ! ext/Encode/Encode/iso8859-2.ucm
26938 ! ext/Encode/Encode/iso8859-3.ucm
26939 ! ext/Encode/Encode/iso8859-4.ucm
26940 ! ext/Encode/Encode/iso8859-5.ucm
26941 ! ext/Encode/Encode/iso8859-6.ucm
26942 ! ext/Encode/Encode/iso8859-7.ucm
26943 ! ext/Encode/Encode/iso8859-8.ucm
26944 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26945 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
26946 ____________________________________________________________________________
26947 [ 8968] By: jhi on 2001/02/28 16:26:37
26948 Log: Expand usemorebits early if d_casti32 needs to be undefined.
26950 ! hints/hpux.sh hints/irix_6.sh
26951 ____________________________________________________________________________
26952 [ 8967] By: jhi on 2001/02/28 16:22:26
26953 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
26954 retract toke.c/qu parts of #8583, retract #8485, retract
26955 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
26956 op/length.t, and MANIFEST, and delete t/op/qu.t.
26959 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
26960 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
26961 ! t/op/length.t toke.c
26962 ____________________________________________________________________________
26963 [ 8966] By: jhi on 2001/02/28 15:00:27
26964 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
26965 by not changing from pre-Unicode days into being Unicode-aware.
26968 ! pp.c t/op/pack.t t/op/qu.t
26969 ____________________________________________________________________________
26970 [ 8965] By: jhi on 2001/02/28 14:37:55
26971 Log: Subject: Re: Errors in core PODs
26972 From: Michael Stevens <michael@etla.org>
26973 Date: Fri, 23 Feb 2001 15:47:56 +0000
26974 Message-ID: <20010223154756.A7723@firedrake.org>
26976 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
26977 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
26978 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
26980 ____________________________________________________________________________
26981 [ 8964] By: jhi on 2001/02/28 14:35:35
26982 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
26983 (The #8961 was too bold.)
26985 ! hints/hpux.sh hints/irix_6.sh
26986 ____________________________________________________________________________
26987 [ 8963] By: jhi on 2001/02/28 14:33:39
26988 Log: Subject: Re: sync sync sync: have I missed any patches?
26989 From: Tim Jenness <t.jenness@jach.hawaii.edu>
26990 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
26991 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
26992 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
26994 Replace djSP with dSP.
26996 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
26997 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
26999 ____________________________________________________________________________
27000 [ 8962] By: jhi on 2001/02/27 23:21:14
27001 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
27003 ! lib/Filter/Simple.pm
27004 ____________________________________________________________________________
27005 [ 8961] By: jhi on 2001/02/27 22:55:26
27006 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
27007 and this would be it.
27009 ! hints/hpux.sh hints/irix_6.sh
27010 ____________________________________________________________________________
27011 [ 8960] By: jhi on 2001/02/27 22:51:33
27012 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
27013 From: "Craig A. Berry" <craigberry@mac.com>
27014 Date: Tue, 27 Feb 2001 16:11:44 -0600
27015 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
27016 Branch: maint-5.6/perl
27017 ! configure.com vms/descrip_mms.template
27018 ____________________________________________________________________________
27019 [ 8959] By: jhi on 2001/02/27 22:47:23
27020 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
27021 From: "Craig A. Berry" <craigberry@mac.com>
27022 Date: Tue, 27 Feb 2001 16:11:44 -0600
27023 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
27025 ! configure.com vms/descrip_mms.template
27026 ____________________________________________________________________________
27027 [ 8958] By: jhi on 2001/02/27 15:16:42
27028 Log: Update Changes.
27030 ! Changes patchlevel.h
27031 ____________________________________________________________________________
27032 [ 8957] By: jhi on 2001/02/27 06:15:07
27033 Log: Subject: [5.6.x] EPOC additions
27034 From: Olaf Flebbe <O.Flebbe@science-computing.de>
27035 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
27036 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
27037 Branch: maint-5.6/perl
27038 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
27039 ____________________________________________________________________________
27040 [ 8956] By: jhi on 2001/02/27 06:12:11
27041 Log: Subject: [perl-current] EPOC
27042 From: Olaf Flebbe <O.Flebbe@science-computing.de>
27043 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
27044 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
27046 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
27047 ! epoc/epocish.c epoc/epocish.h pp_sys.c
27048 ____________________________________________________________________________
27049 [ 8955] By: jhi on 2001/02/27 05:59:50
27050 Log: Subject: Re: Compile with perlcc..
27051 From: Edward Peschko <edwardp@excitehome.net>
27052 Date: Mon, 26 Feb 2001 18:51:58 -0800
27053 Message-ID: <20010226185158.A9871@excitehome.net>
27055 plus add a simple usage message if no arguments given.
27057 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
27058 ! utils/Makefile utils/perlcc.PL win32/pod.mak
27059 ____________________________________________________________________________
27060 [ 8954] By: nick on 2001/02/26 21:02:59
27061 Log: Integrate mainline
27063 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
27064 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
27066 ____________________________________________________________________________
27067 [ 8953] By: jhi on 2001/02/26 14:43:54
27068 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
27069 From: Nicholas Clark <nick@ccl4.org>
27070 Date: Mon, 26 Feb 2001 00:42:07 +0000
27071 Message-ID: <20010226004207.F23333@plum.flirble.org>
27074 ____________________________________________________________________________
27075 [ 8952] By: jhi on 2001/02/26 14:42:13
27076 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
27077 From: Simon Cozens <simon@netthink.co.uk>
27078 Date: Mon, 26 Feb 2001 12:23:48 +0000
27079 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
27082 ____________________________________________________________________________
27083 [ 8951] By: jhi on 2001/02/26 14:39:15
27084 Log: Subject: [PATCH] perlio - unknown layer
27085 From: Nicholas Clark <nick@ccl4.org>
27086 Date: Mon, 26 Feb 2001 00:27:19 +0000
27087 Message-ID: <20010226002719.E23333@plum.flirble.org>
27090 ____________________________________________________________________________
27091 [ 8950] By: jhi on 2001/02/26 14:38:04
27092 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
27093 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
27094 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
27095 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
27098 ____________________________________________________________________________
27099 [ 8949] By: jhi on 2001/02/26 14:37:07
27100 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
27101 From: Peter Prymmer <pvhp@forte.com>
27102 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
27103 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
27106 ____________________________________________________________________________
27107 [ 8948] By: jhi on 2001/02/26 14:35:53
27108 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
27109 From: Radu Greab <radu@netsoft.ro>
27110 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
27111 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
27114 ____________________________________________________________________________
27115 [ 8947] By: jhi on 2001/02/26 14:34:46
27116 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
27117 From: David Mitchell <davem@fdgroup.co.uk>
27118 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
27119 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
27122 ____________________________________________________________________________
27123 [ 8946] By: jhi on 2001/02/26 14:32:37
27124 Log: Subject: Modified README.bs2000
27125 From: Dorner Thomas <Thomas.Dorner@start.de>
27126 Date: Mon, 26 Feb 2001 09:22:17 +0100
27127 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
27130 ____________________________________________________________________________
27131 [ 8945] By: jhi on 2001/02/26 14:19:53
27132 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
27133 to maintperl, listing the known failures on the tests 129 and 130.
27134 Branch: maint-5.6/perl
27136 ____________________________________________________________________________
27137 [ 8944] By: jhi on 2001/02/26 14:14:15
27138 Log: Add more known sprintf failures.
27141 ____________________________________________________________________________
27142 [ 8943] By: jhi on 2001/02/26 13:56:22
27143 Log: perlglob.exe needs to be found in Win32, patch from
27144 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
27145 which needs external glob at mini-perl time."
27147 ! ext/Encode/compile
27148 ____________________________________________________________________________
27149 [ 8942] By: jhi on 2001/02/26 13:52:19
27150 Log: A missing dTHX from Vadim Konovalov.
27153 ____________________________________________________________________________
27154 [ 8941] By: jhi on 2001/02/26 13:37:05
27155 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
27158 ____________________________________________________________________________
27159 [ 8940] By: jhi on 2001/02/26 13:35:40
27160 Log: Integrate perlio.
27162 !> ext/Encode/Encode.pm
27163 ____________________________________________________________________________
27164 [ 8939] By: nick on 2001/02/25 23:47:09
27165 Log: Integrate mainline.
27167 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
27168 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
27169 ____________________________________________________________________________
27170 [ 8938] By: nick on 2001/02/25 19:36:28
27171 Log: Encode implementations docs.
27173 ! ext/Encode/Encode.pm
27174 ____________________________________________________________________________
27175 [ 8937] By: jhi on 2001/02/25 19:26:16
27176 Log: Script wasn't aligned with reality.
27179 ____________________________________________________________________________
27180 [ 8936] By: jhi on 2001/02/25 18:54:55
27181 Log: Update Changes.
27183 ! Changes patchlevel.h
27184 ____________________________________________________________________________
27185 [ 8935] By: jhi on 2001/02/25 18:46:36
27186 Log: Retract #8929,8930,8932,8933 for now.
27188 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
27189 ____________________________________________________________________________
27190 [ 8934] By: jhi on 2001/02/25 17:34:35
27191 Log: Integrate perlio.
27193 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
27194 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
27196 ____________________________________________________________________________
27197 [ 8933] By: jhi on 2001/02/25 17:33:12
27198 Log: (Retracted by #8395.)
27200 Slight tweaks in scan_const(), not fixes yet, it seems like
27201 lots of work remains to be done...
27204 ____________________________________________________________________________
27205 [ 8932] By: jhi on 2001/02/25 17:27:11
27206 Log: (Retracted by #8395.)
27208 Missing from #8930.
27211 ____________________________________________________________________________
27212 [ 8931] By: jhi on 2001/02/25 17:26:19
27213 Log: A comment tweak.
27216 ____________________________________________________________________________
27217 [ 8930] By: jhi on 2001/02/25 17:25:47
27218 Log: (Retracted by #8395.)
27220 Attempt to fix the EBCDIC character range problwm with //.
27223 ____________________________________________________________________________
27224 [ 8929] By: jhi on 2001/02/25 17:23:45
27225 Log: (Retracted by #8395.)
27227 Expand the EBCDIC character range tests, and add few nasty
27228 tr tests from Karsten Sperling.
27230 ! t/op/pat.t t/op/tr.t
27231 ____________________________________________________________________________
27232 [ 8928] By: jhi on 2001/02/25 17:18:49
27233 Log: Missing check-in.
27236 ____________________________________________________________________________
27237 [ 8927] By: nick on 2001/02/25 11:30:22
27238 Log: Change method names in Encode implementation classes to something
27239 less confusing (preparing to "go public").
27241 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
27242 ____________________________________________________________________________
27243 [ 8926] By: nick on 2001/02/25 10:53:24
27244 Log: GCC __atribute__ / printf fix
27247 ____________________________________________________________________________
27248 [ 8925] By: nick on 2001/02/25 10:52:25
27249 Log: Checked in the wrong one ...
27251 ! ext/Encode/Encode.pm
27252 ____________________________________________________________________________
27253 [ 8924] By: nick on 2001/02/24 18:46:51
27254 Log: Integrate mainline - to see what Jarkko has in ...
27256 +> t/pod/testpods/lib/Pod/Stuff.pm
27257 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
27258 ____________________________________________________________________________
27259 [ 8923] By: nick on 2001/02/24 17:05:23
27260 Log: Encode API documentation nd tidy up.
27261 Minor additions to test.
27262 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
27263 Adds STRLEN to standard typemap.
27265 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
27266 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
27267 ____________________________________________________________________________
27268 [ 8922] By: jhi on 2001/02/24 16:38:12
27269 Log: Add a test for the "character range should match in EBCDIC
27270 if specified using explicit numerics" bug found by Karsten
27274 ____________________________________________________________________________
27275 [ 8921] By: jhi on 2001/02/24 16:30:16
27276 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
27277 From: schwern@pobox.com
27278 Date: Fri, 23 Feb 2001 03:21:37 -0500
27279 Message-ID: <20010223032137.A26022@magnonel.guild.net>
27281 plus Charles Lane's fixes, plus tweaks.
27283 + t/pod/testpods/lib/Pod/Stuff.pm
27284 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
27285 ____________________________________________________________________________
27286 [ 8920] By: nick on 2001/02/24 10:30:11
27287 Log: Integrate mainline
27289 !> (integrate 33 files)
27290 ____________________________________________________________________________
27291 [ 8919] By: jhi on 2001/02/24 00:23:35
27292 Log: Subject: Re: I'm losing the war...
27293 From: "Vadim Konovalov" <watman@inbox.ru>
27294 Date: Sat, 24 Feb 2001 00:10:14 +0300
27295 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
27297 hv_store() not working correctly in ENV_IS_CASELESS case.
27300 ____________________________________________________________________________
27301 [ 8918] By: jhi on 2001/02/24 00:20:09
27302 Log: Subject: Re: [PATCH] fix for charnames above FFFF
27303 From: andreas.koenig@anima.de (Andreas J. Koenig)
27304 Date: 23 Feb 2001 02:39:03 +0100
27305 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
27307 A further efficiency tweak.
27310 ____________________________________________________________________________
27311 [ 8917] By: jhi on 2001/02/23 20:27:51
27312 Log: Integrate change #8916 from mainline,
27313 do away with USE_WIN32_RTL_ENV.
27314 Branch: maint-5.6/perl
27315 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
27316 ____________________________________________________________________________
27317 [ 8916] By: jhi on 2001/02/23 20:02:25
27318 Log: Abolish USE_WIN32_RTL_ENV.
27320 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
27321 ____________________________________________________________________________
27322 [ 8915] By: jhi on 2001/02/23 19:36:00
27323 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
27324 later protected by some #define.
27327 ____________________________________________________________________________
27328 [ 8914] By: jhi on 2001/02/23 19:31:38
27329 Log: Retract #8902 for now, requested by Charles Lane, the correct
27330 fix will be something else.
27333 ____________________________________________________________________________
27334 [ 8913] By: jhi on 2001/02/23 19:11:36
27335 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
27336 From: Peter Prymmer <pvhp@forte.com>
27337 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
27338 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
27340 ! t/op/lex_assign.t
27341 ____________________________________________________________________________
27342 [ 8912] By: jhi on 2001/02/23 18:38:20
27343 Log: Subject: [patch] perlio + useithreads
27344 From: Doug MacEachern <dougm@covalent.net>
27345 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
27346 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
27348 Gets things running but not complete.
27350 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
27351 ____________________________________________________________________________
27352 [ 8911] By: jhi on 2001/02/23 04:20:02
27353 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
27355 Duplicated environment freeing, File::Temp 0.12,
27356 op/append portability (EBCDIC) tweak.
27357 Branch: maint-5.6/perl
27358 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27360 ____________________________________________________________________________
27361 [ 8910] By: jhi on 2001/02/23 02:07:33
27362 Log: Integrate change #8909 from mainline, a better Borland
27363 putenv() workaround.
27364 Branch: maint-5.6/perl
27366 ____________________________________________________________________________
27367 [ 8909] By: jhi on 2001/02/23 02:05:46
27368 Log: A better workaround for Borland putenv() brokenness from Sarathy.
27371 ____________________________________________________________________________
27372 [ 8908] By: jhi on 2001/02/23 02:04:14
27373 Log: Subject: fix for parameter -Dm (for perl@8867)
27374 From: "Vadim Konovalov" <watman@inbox.ru>
27375 Date: Thu, 22 Feb 2001 17:30:12 +0300
27376 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
27379 ____________________________________________________________________________
27380 [ 8907] By: jhi on 2001/02/23 01:58:20
27381 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
27382 From: Peter Prymmer <pvhp@forte.com>
27383 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
27384 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
27387 ____________________________________________________________________________
27388 [ 8906] By: jhi on 2001/02/23 01:48:34
27389 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
27391 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27392 ____________________________________________________________________________
27393 [ 8905] By: jhi on 2001/02/23 01:43:30
27394 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
27395 From: Peter Prymmer <pvhp@forte.com>
27396 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
27397 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
27399 ! t/lib/st-06compat.t
27400 ____________________________________________________________________________
27401 [ 8904] By: jhi on 2001/02/23 01:42:39
27402 Log: Metaconfig unit change for #8903.
27403 Branch: metaconfig/U/perl
27405 ____________________________________________________________________________
27406 [ 8903] By: jhi on 2001/02/23 01:42:12
27407 Log: Be more helpful for devel builders, suggested by John L. Allen.
27410 ____________________________________________________________________________
27411 [ 8902] By: jhi on 2001/02/23 01:37:41
27412 Log: (Retracted by #8914)
27413 (Wrongly, reinstated by #8941)
27415 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
27416 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27417 Date: Thu, 22 Feb 2001 09:43:57 EST
27418 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
27421 ____________________________________________________________________________
27422 [ 8901] By: jhi on 2001/02/23 01:20:32
27423 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
27424 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27425 Date: Thu, 22 Feb 2001 08:01:35 EST
27426 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
27429 ____________________________________________________________________________
27430 [ 8900] By: jhi on 2001/02/23 01:18:02
27431 Log: Integrate changes #8898,8899 from mainline, environ handling.
27432 Branch: maint-5.6/perl
27434 ____________________________________________________________________________
27435 [ 8899] By: jhi on 2001/02/23 01:16:25
27436 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
27437 putenv() is not to be relied on, they are either broken or leaky
27441 ____________________________________________________________________________
27442 [ 8898] By: jhi on 2001/02/22 23:36:59
27443 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
27444 and safesysfree() must be used.
27447 ____________________________________________________________________________
27448 [ 8897] By: jhi on 2001/02/22 23:25:45
27449 Log: With environ one must use safesysmalloc()/safesysfree().
27452 ____________________________________________________________________________
27453 [ 8896] By: jhi on 2001/02/22 22:13:18
27454 Log: If we have a duplicated environment free it
27455 if PERL_DESTRUCT_LEVEL.
27458 ____________________________________________________________________________
27459 [ 8895] By: alanbur on 2001/02/22 19:31:57
27460 Log: Synchronised with parent
27461 Branch: maint-5.6/pureperl
27462 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
27463 ____________________________________________________________________________
27464 [ 8894] By: gsar on 2001/02/22 19:06:18
27465 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
27467 fix memory leak in method call optimization (change#3768);
27468 made C<eval "$x->foo()"> leak
27470 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
27471 Branch: maint-5.6/perl
27473 ____________________________________________________________________________
27474 [ 8893] By: jhi on 2001/02/22 18:35:27
27475 Log: (Retracted by #8915.)
27477 Third Degree finding:
27478 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
27481 ____________________________________________________________________________
27482 [ 8892] By: jhi on 2001/02/22 14:28:32
27483 Log: Update Changes.
27485 ! Changes patchlevel.h
27486 ____________________________________________________________________________
27487 [ 8891] By: jhi on 2001/02/22 13:22:45
27488 Log: Metaconfig unit changes for #8890.
27490 ! U/modified/Cppsym.U U/threads/archname.U
27491 ____________________________________________________________________________
27492 [ 8890] By: jhi on 2001/02/22 13:22:12
27493 Log: Add -stdio to the archname if no perlio selected,
27494 no -perlio added since that is now the default.
27496 Add few CPUs/architectures to the Cppsym scan.
27498 ! Configure config_h.SH
27499 ____________________________________________________________________________
27500 [ 8889] By: jhi on 2001/02/22 13:05:59
27501 Log: Metaconfig unit change for #8888.
27502 Branch: metaconfig/U/perl
27504 ____________________________________________________________________________
27505 [ 8888] By: jhi on 2001/02/22 13:05:28
27506 Log: *drum roll* Make perlio the default.
27508 ! Configure config_h.SH
27509 ____________________________________________________________________________
27510 [ 8887] By: jhi on 2001/02/22 12:50:52
27511 Log: Integrate change #8665 from maintperl to mainline,
27512 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
27514 !> ext/POSIX/POSIX.xs
27515 ____________________________________________________________________________
27516 [ 8886] By: jhi on 2001/02/22 12:49:24
27517 Log: Integrate changes #8883,8884 from mainline to maintperl.
27519 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27520 Subject: Re: File::Temp::_gettemp warning
27521 Branch: maint-5.6/perl
27522 !> embed.h embed.pl lib/File/Temp.pm
27523 ____________________________________________________________________________
27524 [ 8885] By: jhi on 2001/02/22 12:43:59
27527 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
27528 From: schwab@suse.de
27529 Date: Thu, 22 Feb 2001 13:08:09 +0100
27530 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
27532 but the fix done slightly differently because the other
27533 half was already done in #8664.
27534 Branch: maint-5.6/perl
27535 ! ext/POSIX/POSIX.xs
27536 ____________________________________________________________________________
27537 [ 8884] By: jhi on 2001/02/22 12:37:15
27538 Log: Subject: Re: File::Temp::_gettemp warning
27539 From: Tim Jenness <t.jenness@jach.hawaii.edu>
27540 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
27541 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
27543 This patch to File::Temp does two things:
27545 1. Fixes the problem with CGI::Carp when determining
27546 the Fcntl constants
27548 2. Removes most of the carps and consolidates them so that all the
27549 reasons are included in a single die that is caught by the test. This
27550 means that the correct skipping behaviour is displayed by the test.
27553 ____________________________________________________________________________
27554 [ 8883] By: jhi on 2001/02/22 12:29:19
27555 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27556 From: Peter Prymmer <pvhp@forte.com>
27557 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
27558 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
27561 ____________________________________________________________________________
27562 [ 8882] By: jhi on 2001/02/21 19:41:33
27563 Log: Integrate change #8881 from mainlin to maintperl.
27565 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
27566 Branch: maint-5.6/perl
27568 ____________________________________________________________________________
27569 [ 8881] By: jhi on 2001/02/21 19:38:57
27570 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
27571 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27572 Date: Wed, 21 Feb 2001 13:08:03 EST
27573 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
27576 ____________________________________________________________________________
27577 [ 8880] By: jhi on 2001/02/21 19:34:34
27578 Log: Retract #8875, cannot let go of the old semantics of unpack U
27579 without rethinking utf8decode.t.
27582 ____________________________________________________________________________
27583 [ 8879] By: jhi on 2001/02/21 19:08:02
27584 Log: Run run/*.t also in minitest.
27587 ____________________________________________________________________________
27588 [ 8878] By: nick on 2001/02/21 18:55:37
27589 Log: Integrate mainline
27591 !> (integrate 76 files)
27592 ____________________________________________________________________________
27593 [ 8877] By: jhi on 2001/02/21 15:09:33
27594 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
27596 ! U/compline/nblock_io.U
27598 ! Configure config_h.SH
27599 ____________________________________________________________________________
27600 [ 8876] By: jhi on 2001/02/21 14:54:45
27601 Log: If no sfio, no -lsfio.
27602 Branch: metaconfig/U/perl
27605 ! Configure config_h.SH
27606 ____________________________________________________________________________
27607 [ 8875] By: jhi on 2001/02/21 14:54:00
27608 Log: Make unpack C and unpack C truly equivalent.
27611 ____________________________________________________________________________
27612 [ 8874] By: jhi on 2001/02/21 14:26:02
27613 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
27614 From: Peter Prymmer <pvhp@forte.com>
27615 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
27616 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
27619 ____________________________________________________________________________
27620 [ 8873] By: jhi on 2001/02/21 14:24:31
27621 Log: Subject: [PATCH] fix for charnames above FFFF
27622 From: andreas.koenig@anima.de (Andreas J. Koenig)
27623 Date: 21 Feb 2001 07:05:45 +0100
27624 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
27626 ! lib/charnames.pm t/lib/charnames.t
27627 ____________________________________________________________________________
27628 [ 8872] By: jhi on 2001/02/21 14:15:25
27629 Log: Integrate change #8868 from pureperl to mainline.
27631 Fixed reference count loop caused by sv_magic.
27634 ____________________________________________________________________________
27635 [ 8871] By: jhi on 2001/02/21 14:07:29
27636 Log: Integrate change #8868 from pureperl to maintperl.
27638 Fixed reference count loop caused by sv_magic.
27639 Branch: maint-5.6/perl
27641 ____________________________________________________________________________
27642 [ 8870] By: jhi on 2001/02/21 14:04:41
27643 Log: Put back the #8840, it was innocent.
27645 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27646 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
27647 ____________________________________________________________________________
27648 [ 8869] By: jhi on 2001/02/21 14:00:03
27649 Log: unpack("C", ...) was left slightly unfinished by #8865.
27652 ____________________________________________________________________________
27653 [ 8868] By: alanbur on 2001/02/21 01:33:45
27654 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
27655 from gv_fetchpv to create single-character magic variables (e.g. $!),
27656 and it is passed a sv and the gv that contains the sv as the mg_obj
27657 value. When sv_magic stores the mg_obj pointer it increments the gv
27658 refcount, thus causing a sv-gv pair that can't be freed. There is
27659 already a check for sv == obj which is used to prevent such reference
27660 loops. This change extends the check to cover the case described above.
27661 Branch: maint-5.6/pureperl
27663 ____________________________________________________________________________
27664 [ 8867] By: jhi on 2001/02/21 00:52:39
27665 Log: Update Changes.
27667 ! Changes patchlevel.h
27668 ____________________________________________________________________________
27669 [ 8866] By: jhi on 2001/02/21 00:34:20
27670 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
27671 (Note: there were some conflicts due to EBCDIC and EPOC
27672 patches, in general I preferred the repository code.)
27673 (When 2.753 comes out, we need to synchronize.)
27675 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
27676 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
27678 ____________________________________________________________________________
27679 [ 8865] By: jhi on 2001/02/21 00:24:22
27680 Log: Make pack("C", 0x100) to create Unicode, unless under the
27681 evil influence of 'use bytes'. Similarly, unpack("C", ...)
27682 will understand Unicode, unless you under know what.
27684 ! pp.c t/op/pack.t t/op/qu.t
27685 ____________________________________________________________________________
27686 [ 8864] By: alanbur on 2001/02/20 22:35:34
27687 Log: Resynchronised with parent
27688 Branch: maint-5.6/pureperl
27689 !> README.win32 ext/GDBM_File/GDBM_File.pm
27690 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
27691 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
27692 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27693 !> t/lib/sdbm.t util.c
27694 ____________________________________________________________________________
27695 [ 8863] By: jhi on 2001/02/20 20:55:11
27696 Log: Integrate change #8860,8861 from mainline into maintperl.
27700 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27701 Branch: maint-5.6/perl
27702 !> lib/Test.pm pod/perlop.pod
27703 ____________________________________________________________________________
27704 [ 8862] By: jhi on 2001/02/20 20:30:07
27705 Log: Don't do casting between pointers pointing to differently sized
27709 ____________________________________________________________________________
27710 [ 8861] By: jhi on 2001/02/20 19:53:44
27711 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27712 From: Peter Prymmer <pvhp@forte.com>
27713 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
27714 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
27717 ____________________________________________________________________________
27718 [ 8860] By: jhi on 2001/02/20 19:48:02
27719 Log: "pseudo-literal j", a documentation glitch reported to Debian.
27720 The text recovered from Perl 5.005_03, and pseudo-literal replaced
27721 by "backtick string".
27724 ____________________________________________________________________________
27725 [ 8859] By: jhi on 2001/02/20 19:15:46
27726 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
27730 ____________________________________________________________________________
27731 [ 8858] By: jhi on 2001/02/20 17:36:53
27732 Log: Integrate pureperl changes #8844,8845,8850 to mainline
27733 (via maintperl #8855).
27735 Fixed %^H scoping bug
27737 Removed GV <-> CV refcount loop
27739 Removed %ENV refcount loop
27741 !> gv.c op.c perl.c pp.c scope.c
27742 ____________________________________________________________________________
27743 [ 8857] By: jhi on 2001/02/20 17:34:32
27744 Log: Integrate changes #8853,8854 from maintperl to mainline.
27746 EBDIC fixes, README.win32 Borland update.
27748 !> README.win32 handy.h util.c
27749 ____________________________________________________________________________
27750 [ 8856] By: jhi on 2001/02/20 17:33:16
27751 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
27752 Branch: maint-5.6/perl
27753 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
27754 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
27755 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27756 ____________________________________________________________________________
27757 [ 8855] By: jhi on 2001/02/20 17:32:13
27758 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
27760 Fixed %^H scoping bug
27762 Removed GV <-> CV refcount loop
27764 Removed %ENV refcount loop
27765 Branch: maint-5.6/perl
27766 !> gv.c op.c perl.c pp.c scope.c
27767 ____________________________________________________________________________
27768 [ 8854] By: jhi on 2001/02/20 17:25:06
27769 Log: Subject: Addition to readme.win32 for Borland C++ compilers
27770 Date: Tue, 20 Feb 2001 02:15:25 +0300
27771 From: "Vadim Konovalov" <watman@inbox.ru>
27772 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
27774 Document Borland compiler misbehaviour.
27775 Branch: maint-5.6/perl
27777 ____________________________________________________________________________
27778 [ 8853] By: jhi on 2001/02/20 17:22:25
27779 Log: The assimilation of ebcdic.c didn't quite work at the first try,
27780 patches from Thomas Dorner.
27781 Branch: maint-5.6/perl
27783 ____________________________________________________________________________
27784 [ 8852] By: jhi on 2001/02/20 17:20:15
27785 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
27786 From: Chris Nandor <pudge@pobox.com>
27787 Date: Tue, 20 Feb 2001 08:32:45 -0500
27788 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
27789 Branch: maint-5.6/perl
27791 ____________________________________________________________________________
27792 [ 8851] By: jhi on 2001/02/20 17:15:52
27793 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
27795 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
27796 ! t/lib/filter-util.t
27797 ____________________________________________________________________________
27798 [ 8850] By: alanbur on 2001/02/20 17:12:40
27799 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
27800 and the magic pointer points back to the GV that contains the
27801 %ENV hash. This creates a refcount loop that prevents members
27802 of %ENV from being freed correctly. This change removes the
27803 refcount loop - the magic pointer was never used anyway, the
27804 only use of the magic was to check the type ('E') so that the
27805 appropriate environment manipulation code is called when %ENV
27807 Branch: maint-5.6/pureperl
27809 ____________________________________________________________________________
27810 [ 8849] By: jhi on 2001/02/20 17:12:20
27811 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
27812 From: "Craig A. Berry" <craigberry@mac.com>
27813 Date: Mon, 19 Feb 2001 23:36:12 -0600
27814 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
27816 Case-forgiving systems match TestInit.pm with TES*.
27818 ! t/lib/glob-basic.t
27819 ____________________________________________________________________________
27820 [ 8848] By: jhi on 2001/02/20 17:10:02
27821 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
27823 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
27824 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
27825 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27826 ____________________________________________________________________________
27827 [ 8847] By: jhi on 2001/02/20 15:34:41
27828 Log: The #8843 wasn't quite right: %Config needs to imported.
27831 ____________________________________________________________________________
27832 [ 8846] By: jhi on 2001/02/20 15:31:50
27833 Log: Retract the #8838 and #8840 for now because of
27834 the DB_File tie problem.
27836 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
27837 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
27839 ____________________________________________________________________________
27840 [ 8845] By: alanbur on 2001/02/20 14:25:41
27841 Log: Removed GV <-> CV refcount loop
27842 CvGV(mycv) points to the parent GV of the CV, and was previously
27843 refcounted. The pointer remains, but the refcounting has been removed
27844 as it causes a refcount loop between the CV and GV that means the CV
27845 can't ever be deleted.
27846 Branch: maint-5.6/pureperl
27848 ____________________________________________________________________________
27849 [ 8844] By: alanbur on 2001/02/20 14:23:13
27850 Log: Fixed %^H scoping bug
27851 Branch: maint-5.6/pureperl
27853 ____________________________________________________________________________
27854 [ 8843] By: jhi on 2001/02/19 13:38:08
27855 Log: fork() not everywhere, cleanup temp files.
27858 ____________________________________________________________________________
27859 [ 8842] By: alanbur on 2001/02/19 12:42:07
27860 Log: Resynchronised with parent
27861 Branch: maint-5.6/pureperl
27862 !> pod/perlfaq4.pod sv.c utf8.c
27863 ____________________________________________________________________________
27864 [ 8841] By: jhi on 2001/02/19 03:35:51
27865 Log: Update Changes.
27867 ! Changes patchlevel.h
27868 ____________________________________________________________________________
27869 [ 8840] By: jhi on 2001/02/19 00:23:41
27870 Log: Subject: [patch] add sv_setref_uv
27871 From: Doug MacEachern <dougm@covalent.net>
27872 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
27873 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
27875 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27876 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
27877 ____________________________________________________________________________
27878 [ 8839] By: jhi on 2001/02/19 00:01:38
27879 Log: Put to rest the 20010205.001, the email address checking (not) regex.
27882 ____________________________________________________________________________
27883 [ 8838] By: jhi on 2001/02/18 22:17:54
27884 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
27885 From: Doug MacEachern <dougm@covalent.net>
27886 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
27887 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
27889 ! lib/ExtUtils/xsubpp
27890 ____________________________________________________________________________
27891 [ 8837] By: jhi on 2001/02/18 22:16:50
27892 Log: Subject: [patch] -Wall cleanup round 2
27893 From: Doug MacEachern <dougm@covalent.net>
27894 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
27895 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
27897 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
27898 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
27899 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
27900 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
27901 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
27902 ! ext/SDBM_File/SDBM_File.xs
27903 ____________________________________________________________________________
27904 [ 8836] By: jhi on 2001/02/18 22:11:20
27905 Log: Misapplied regex optimizations when \C is present.
27906 Fixes 20001230.002.
27908 What still remains broken is that the submatches that
27909 have \C in them get their UTF8 flag on because their
27910 parent SV has it on. This will result in malformed
27911 UTF8 if a \C happened to match a non-ASCII byte.
27913 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
27915 ____________________________________________________________________________
27916 [ 8835] By: jhi on 2001/02/18 20:12:02
27917 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
27919 The hash key got wrongly UTF8fied.
27921 ! pod/perlapi.pod toke.c utf8.c
27922 ____________________________________________________________________________
27923 [ 8834] By: jhi on 2001/02/18 19:44:25
27924 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
27925 don't warn on magical or overloaded things.
27928 ____________________________________________________________________________
27929 [ 8833] By: nick on 2001/02/18 19:31:22
27930 Log: Integrate mainline
27932 +> t/TestInit.pm t/run/runenv.t
27934 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
27935 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
27936 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
27937 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
27938 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
27939 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
27941 ____________________________________________________________________________
27942 [ 8832] By: jhi on 2001/02/18 19:21:18
27943 Log: Integrate perlio.
27945 !> perlio.c pod/perldiag.pod
27946 ____________________________________________________________________________
27947 [ 8831] By: jhi on 2001/02/18 19:14:20
27948 Log: Integrate change #8827 from mainline.
27951 Branch: maint-5.6/perl
27953 ____________________________________________________________________________
27954 [ 8830] By: nick on 2001/02/18 19:10:34
27955 Log: Apply the spirit of patch from Nick Clark:
27956 Subject: [PATCH] Re: extensions that provide layers
27957 From: Nicholas Clark <nick@ccl4.org>
27958 Date: Mon, 12 Feb 2001 16:43:51 +0000
27959 Message-Id: <20010212164350.Q3652@plum.flirble.org>
27961 ! perlio.c pod/perldiag.pod
27962 ____________________________________________________________________________
27963 [ 8829] By: jhi on 2001/02/18 19:03:25
27964 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
27965 From: schwern@pobox.com
27966 Date: Sun, 18 Feb 2001 13:44:35 -0500
27967 Message-ID: <20010218134435.A17544@magnonel.guild.net>
27969 Applied, but as t/TestInit.pm.
27972 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
27973 ! t/op/subst_wamp.t
27974 ____________________________________________________________________________
27975 [ 8828] By: jhi on 2001/02/18 18:43:52
27976 Log: Integrate perlio.
27979 ____________________________________________________________________________
27980 [ 8827] By: jhi on 2001/02/18 18:41:33
27984 ____________________________________________________________________________
27985 [ 8826] By: nick on 2001/02/18 17:40:59
27986 Log: Fix [ID 20010217.002]
27987 open FOO, "<:raw:perlio", ...
27988 :raw now inserts default base layer below itself.
27990 open FOO, "<:unix", ...
27991 works as well - but leaves buffer layer on stack under the unix layer.
27994 ____________________________________________________________________________
27995 [ 8825] By: jhi on 2001/02/18 17:15:39
27996 Log: Integrate perlio.
27998 !> perlio.c perliol.h
27999 ____________________________________________________________________________
28000 [ 8824] By: jhi on 2001/02/18 17:10:53
28001 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
28002 From: schwern@pobox.com
28003 Date: Sun, 18 Feb 2001 01:48:50 -0500
28004 Message-ID: <20010218014850.C19957@magnonel.guild.net>
28006 ! lib/Test/Harness.pm t/TEST t/op/chop.t
28007 ____________________________________________________________________________
28008 [ 8823] By: jhi on 2001/02/18 17:01:06
28009 Log: Add run/*.t to testables.
28012 ____________________________________________________________________________
28013 [ 8822] By: jhi on 2001/02/18 16:58:58
28014 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
28015 From: schwern@pobox.com
28016 Date: Sun, 18 Feb 2001 01:11:35 -0500
28017 Message-ID: <20010218011135.A19957@magnonel.guild.net>
28019 Revive mjd's and Simon's PERL5OPT fix.
28023 ____________________________________________________________________________
28024 [ 8821] By: jhi on 2001/02/18 16:53:46
28025 Log: Subject: Re: Why t/TEST and not Test::Harness?
28026 From: schwern@pobox.com
28027 Date: Sat, 17 Feb 2001 22:44:44 -0500
28028 Message-ID: <20010217224444.A6679@magnonel.guild.net>
28030 Replace UTEST with TEST -utf8.
28033 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
28034 ! t/lib/glob-basic.t
28035 ____________________________________________________________________________
28036 [ 8820] By: nick on 2001/02/18 13:06:16
28037 Log: Clean up a few core dumps when layers are used in unexpected ways.
28038 (Still not "right"...)
28040 ! perlio.c perliol.h
28041 ____________________________________________________________________________
28042 [ 8819] By: jhi on 2001/02/18 02:25:55
28043 Log: Integrate change #8818 from maintperl, a FAQ nit.
28045 !> pod/perlfaq4.pod
28046 ____________________________________________________________________________
28047 [ 8818] By: jhi on 2001/02/18 02:24:50
28048 Log: FAQ nit from Chris Fedde.
28049 Branch: maint-5.6/perl
28051 ____________________________________________________________________________
28052 [ 8817] By: nick on 2001/02/17 18:20:14
28053 Log: Integrate mainline
28055 +> lib/unicode/UCD.html lib/unicode/Unicode.html
28056 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
28057 +> pod/perlclib.pod
28058 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28059 - lib/unicode/Unicode.301
28060 !> (integrate 324 files)
28061 ____________________________________________________________________________
28062 [ 8816] By: jhi on 2001/02/17 16:56:58
28063 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
28065 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28066 ! ext/Storable/Storable.xs t/lib/st-06compat.t
28067 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
28068 ____________________________________________________________________________
28069 [ 8815] By: jhi on 2001/02/17 16:40:07
28070 Log: Subject: [patch] -Wall
28071 From: Doug MacEachern <dougm@covalent.net>
28072 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
28073 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
28075 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
28076 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
28077 ____________________________________________________________________________
28078 [ 8814] By: jhi on 2001/02/16 19:27:18
28079 Log: Document qu better.
28082 ____________________________________________________________________________
28083 [ 8813] By: jhi on 2001/02/15 13:54:37
28084 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
28085 From: Hugo <hv@crypt.compulink.co.uk>
28086 Date: Thu, 15 Feb 2001 13:39:49 +0000
28087 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
28090 ____________________________________________________________________________
28091 [ 8812] By: alanbur on 2001/02/15 13:52:16
28092 Log: Resynchronised with parent
28093 Branch: maint-5.6/pureperl
28095 !> (integrate 36 files)
28096 ____________________________________________________________________________
28097 [ 8811] By: jhi on 2001/02/15 13:51:16
28098 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
28100 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
28101 From: Jan Dubois <JanD@ActiveState.com>
28102 Date: Wed, 31 Jan 2001 21:17:03 -0800
28103 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
28105 tweak change#8659 to keep it simple
28107 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
28108 From: Russ Allbery <rra@stanford.edu>
28109 Date: 14 Feb 2001 10:15:41 -0800
28110 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
28114 Upgrade to podlators 1.08, from Russ Allbery.
28116 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
28117 !> utils/perldoc.PL
28118 ____________________________________________________________________________
28119 [ 8810] By: jhi on 2001/02/15 13:35:08
28120 Log: Upgrade to podlators 1.08, from Russ Allbery.
28121 Branch: maint-5.6/perl
28122 ! lib/Pod/Man.pm lib/Pod/Text.pm
28123 ____________________________________________________________________________
28124 [ 8809] By: jhi on 2001/02/15 13:26:38
28125 Log: (accidentally empty check-in)
28126 Branch: maint-5.6/perl
28127 ! lib/Test/Harness.pm
28128 ____________________________________________________________________________
28129 [ 8808] By: jhi on 2001/02/15 13:23:47
28130 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
28131 From: Russ Allbery <rra@stanford.edu>
28132 Date: 14 Feb 2001 10:15:41 -0800
28133 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
28135 perldoc was hardcoding $Config{installscript}, which breaks
28136 when install* isn't where Perl ends up (such as with AFS).
28138 Use $Config{scriptdir} instead.
28139 Branch: maint-5.6/perl
28141 ____________________________________________________________________________
28142 [ 8807] By: jhi on 2001/02/14 14:37:27
28143 Log: Update Changes.
28145 ! Changes patchlevel.h
28146 ____________________________________________________________________________
28147 [ 8806] By: jhi on 2001/02/14 14:25:31
28148 Log: Integrate changes #8803,8804,8805 from mainline.
28150 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
28152 Don't skip too much of the locale error message if no environ array,
28155 More MacOS Classic fixes from Chris Nandor.
28156 Branch: maint-5.6/perl
28157 !> doop.c lib/Cwd.pm perl.c perl.h util.c
28158 ____________________________________________________________________________
28159 [ 8805] By: jhi on 2001/02/14 03:29:01
28160 Log: More MacOS Classic fixes from Chris Nandor.
28162 ! doop.c lib/Cwd.pm
28163 ____________________________________________________________________________
28164 [ 8804] By: jhi on 2001/02/14 03:18:35
28165 Log: Don't skip too much of the locale error message if no environ array,
28169 ____________________________________________________________________________
28170 [ 8803] By: jhi on 2001/02/14 03:14:14
28171 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
28174 ____________________________________________________________________________
28175 [ 8802] By: jhi on 2001/02/13 18:31:33
28176 Log: AUTHORS update.
28179 ____________________________________________________________________________
28180 [ 8801] By: jhi on 2001/02/13 17:55:19
28181 Log: Integrate change #8792 from mainline.
28183 Subject: buncha MacPerl patches for bleadperl
28184 From: Chris Nandor <pudge@pobox.com>
28185 Date: Tue, 13 Feb 2001 00:02:43 -0500
28186 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
28187 Branch: maint-5.6/perl
28188 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28189 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
28190 !> t/lib/basename.t toke.c util.h
28191 ____________________________________________________________________________
28192 [ 8800] By: jhi on 2001/02/13 17:46:43
28193 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
28194 to be forced to Off_t.
28196 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
28197 From: nick@ccl4.org
28198 Date: Thu, 1 Feb 2001 12:01:04 +0000
28199 Message-Id: <20010201120103.E11401@plum.flirble.org>
28200 Branch: maint-5.6/perl
28201 ! iperlsys.h perlio.c
28202 ____________________________________________________________________________
28203 [ 8799] By: jhi on 2001/02/13 16:52:51
28204 Log: Duplex duplex hunk hunk.
28205 Branch: maint-5.6/perl
28207 ____________________________________________________________________________
28208 [ 8797] By: jhi on 2001/02/13 14:52:04
28209 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
28210 From: "Craig A. Berry" <craigberry@mac.com>
28211 Date: Mon, 12 Feb 2001 11:05:25 -0600
28212 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
28214 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
28215 ____________________________________________________________________________
28216 [ 8796] By: jhi on 2001/02/13 14:36:47
28217 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
28218 From: simon.cozens@pembroke.oxford.ac.uk
28219 Date: Sat, 10 Feb 2001 17:57:02 +0000
28220 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
28222 Now it does include.
28225 ____________________________________________________________________________
28226 [ 8795] By: jhi on 2001/02/13 14:30:11
28227 Log: Sort the MANIFEST.
28230 ____________________________________________________________________________
28231 [ 8794] By: jhi on 2001/02/13 14:26:51
28232 Log: Integrate change #8793 from mainline, FAQ updates.
28233 Branch: maint-5.6/perl
28234 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
28235 ____________________________________________________________________________
28236 [ 8793] By: jhi on 2001/02/13 14:25:13
28237 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
28239 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
28240 ____________________________________________________________________________
28241 [ 8792] By: jhi on 2001/02/13 14:22:50
28242 Log: Subject: buncha MacPerl patches for bleadperl
28243 From: Chris Nandor <pudge@pobox.com>
28244 Date: Tue, 13 Feb 2001 00:02:43 -0500
28245 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
28247 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28248 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
28249 ! t/lib/basename.t toke.c util.h
28250 ____________________________________________________________________________
28251 [ 8791] By: jhi on 2001/02/13 14:10:39
28252 Log: Integrate change #8790 from mainline.
28254 environ array wrongly assumed in Perl_init_i18nl10n(),
28255 Branch: maint-5.6/perl
28257 ____________________________________________________________________________
28258 [ 8790] By: jhi on 2001/02/13 14:06:15
28259 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
28260 noticed by Chris Nandor in MacOS Classic.
28263 ____________________________________________________________________________
28264 [ 8789] By: jhi on 2001/02/13 13:58:07
28265 Log: Integrate changes #8373,8487,8544,8783 from mainline.
28267 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
28268 hints files, the dynaloading, assimilate ebcdic into util.c.
28269 Branch: maint-5.6/perl
28271 ! MANIFEST hints/posix-bc.sh
28272 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
28273 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
28274 !> perlapi.c proto.h util.c
28275 ____________________________________________________________________________
28276 [ 8788] By: alanbur on 2001/02/13 10:33:13
28277 Log: Integrated changes from maint-5.6
28278 Branch: maint-5.6/pureperl
28279 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
28280 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
28281 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28282 !> vos/config.ga.h vos/configure_perl.cm
28283 ____________________________________________________________________________
28284 [ 8787] By: jhi on 2001/02/13 05:56:36
28285 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
28288 ____________________________________________________________________________
28289 [ 8786] By: jhi on 2001/02/13 05:54:34
28290 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
28291 From: Dorner Thomas <Thomas.Dorner@start.de>
28292 Date: Mon, 12 Feb 2001 15:06:26 +0100
28293 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
28294 Branch: maint-5.6/perl
28296 ____________________________________________________________________________
28297 [ 8785] By: jhi on 2001/02/13 05:29:04
28298 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
28300 !> hints/openbsd.sh
28301 ____________________________________________________________________________
28302 [ 8784] By: jhi on 2001/02/13 02:25:24
28303 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
28304 From: Peter Prymmer <pvhp@forte.com>
28305 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
28306 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
28309 ____________________________________________________________________________
28310 [ 8783] By: jhi on 2001/02/13 02:22:36
28311 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
28314 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
28315 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
28317 ____________________________________________________________________________
28318 [ 8782] By: jhi on 2001/02/13 02:00:07
28319 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
28320 Branch: maint-5.6/perl
28322 ____________________________________________________________________________
28323 [ 8781] By: jhi on 2001/02/13 01:58:44
28324 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
28325 Branch: maint-5.6/perl
28327 ____________________________________________________________________________
28328 [ 8780] By: jhi on 2001/02/13 01:57:33
28329 Log: Synchronize the regexp tests between maintperl and mainline.
28330 Branch: maint-5.6/perl
28332 ____________________________________________________________________________
28333 [ 8779] By: jhi on 2001/02/13 01:49:35
28334 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
28335 From: Hugo <hv@crypt.compulink.co.uk>
28336 Date: Tue, 13 Feb 2001 00:11:11 +0000
28337 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
28339 ! regcomp.c t/op/re_tests
28340 ____________________________________________________________________________
28341 [ 8778] By: jhi on 2001/02/13 00:23:10
28342 Log: Comments do not nest.
28345 ____________________________________________________________________________
28346 [ 8777] By: jhi on 2001/02/13 00:17:54
28347 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
28348 From: Hugo <hv@crypt.compulink.co.uk>
28349 Date: Tue, 13 Feb 2001 00:11:11 +0000
28350 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
28351 Branch: maint-5.6/perl
28352 ! regcomp.c t/op/re_tests
28353 ____________________________________________________________________________
28354 [ 8776] By: jhi on 2001/02/12 23:25:52
28355 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
28356 Branch: maint-5.6/perl
28358 ____________________________________________________________________________
28359 [ 8775] By: jhi on 2001/02/12 23:04:28
28360 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
28361 Branch: maint-5.6/perl
28362 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
28363 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28364 ! vos/configure_perl.cm
28365 ____________________________________________________________________________
28366 [ 8774] By: jhi on 2001/02/12 22:59:11
28367 Log: Subject: Re: [patch] context for 'U' magic functions
28368 From: Doug MacEachern <dougm@covalent.net>
28369 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
28370 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
28372 plus the suggestion by Nick Ing-Simmons to name the macro
28373 as PERL_MG_UFUNC to avoid namespace pollution, plus add
28374 the advice by Doug for XS writers to perl.h
28377 ____________________________________________________________________________
28378 [ 8773] By: jhi on 2001/02/11 20:14:12
28379 Log: Update Changes.
28381 ! Changes patchlevel.h
28382 ____________________________________________________________________________
28383 [ 8772] By: jhi on 2001/02/11 18:47:52
28384 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
28385 From: Simon Cozens <simon@cozens.net>
28386 Date: Wed, 31 Jan 2001 16:31:43 +0000
28387 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
28390 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
28392 ____________________________________________________________________________
28393 [ 8771] By: jhi on 2001/02/11 18:36:48
28394 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
28396 Blocks-4d3.beta.txt
28397 CaseFolding-3d4.beta.txt
28398 CompositionExclusions-3d6.beta.txt
28399 EastAsianWidth-4d4.beta.txt
28400 LineBreak-6d3.beta.txt
28401 NamesList-3.1.0d1.beta.txt
28402 PropList-3.1.0d4.beta.txt
28403 SpecialCasing-4d1.beta.txt
28404 UnicodeData-3.1.0d6.beta.txt
28406 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
28407 +> lib/unicode/UCD.html lib/unicode/Unicode.html
28408 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28409 - lib/unicode/Unicode.301
28411 ____________________________________________________________________________
28412 [ 8770] By: jhi on 2001/02/11 17:26:22
28413 Log: UTF-8 documentation.
28416 ____________________________________________________________________________
28417 [ 8769] By: jhi on 2001/02/11 17:12:49
28418 Log: Retract #8762.
28421 ____________________________________________________________________________
28422 [ 8768] By: jhi on 2001/02/11 16:54:45
28423 Log: Subject: [PATCH] Test::Harness
28424 From: andreas.koenig@anima.de (Andreas J. Koenig)
28425 Date: 11 Feb 2001 14:37:00 +0100
28426 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
28428 ! lib/Test/Harness.pm
28429 ____________________________________________________________________________
28430 [ 8767] By: jhi on 2001/02/11 16:53:52
28431 Log: Subject: [PATCH] Document makepatch in Porting/patching
28432 From: andreas.koenig@anima.de (Andreas J. Koenig)
28433 Date: 11 Feb 2001 16:46:28 +0100
28434 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
28436 ! Porting/patching.pod
28437 ____________________________________________________________________________
28438 [ 8766] By: jhi on 2001/02/11 06:30:23
28439 Log: Subject: Re: [patch] GvSHARED
28440 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
28441 From: Doug MacEachern <dougm@covalent.net>
28442 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
28444 Subject: Re: [patch] GvSHARED
28445 From: Doug MacEachern <dougm@covalent.net>
28446 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
28447 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
28449 Subject: [patch] attributes.pm support for `shared'
28450 From: Doug MacEachern <dougm@covalent.net>
28451 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
28452 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
28454 our() attributes were ignored, our :shared pieces missing,
28455 allow attributes.pm to turn on shared.
28457 ! op.c t/op/attrs.t toke.c xsutils.c
28458 ____________________________________________________________________________
28459 [ 8765] By: alanbur on 2001/02/10 23:11:19
28460 Log: Resync with parent (hopefully sucessfully this time)
28461 Branch: maint-5.6/pureperl
28462 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
28463 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
28464 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28465 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28466 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28467 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28468 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
28469 ____________________________________________________________________________
28470 [ 8764] By: jhi on 2001/02/10 22:54:38
28471 Log: Make TEST and UTEST more verbose in case something goes
28472 wrong in running/compiling a script, suggested by Doug
28476 ____________________________________________________________________________
28477 [ 8763] By: jhi on 2001/02/10 22:11:34
28478 Log: Bogus shebang.
28481 ____________________________________________________________________________
28482 [ 8762] By: jhi on 2001/02/10 21:56:02
28483 Log: (Retracted by #8769)
28486 ____________________________________________________________________________
28487 [ 8761] By: jhi on 2001/02/10 21:26:15
28488 Log: Subject: Re: [patch] GvSHARED
28489 From: Doug MacEachern <dougm@covalent.net>
28490 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
28491 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
28493 our @EXPORT : shared = (...);
28496 ____________________________________________________________________________
28497 [ 8760] By: jhi on 2001/02/10 21:25:07
28498 Log: Subject: [patch] GvSHARED
28499 From: Doug MacEachern <dougm@covalent.net>
28500 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
28501 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
28503 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
28504 ____________________________________________________________________________
28505 [ 8759] By: alanbur on 2001/02/10 21:24:27
28506 Log: Backed out mismerge.
28507 Branch: maint-5.6/pureperl
28508 ! MANIFEST README.hpux README.vmesa gv.c installhtml
28509 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
28510 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28511 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28512 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28513 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28514 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
28515 ____________________________________________________________________________
28516 [ 8758] By: jhi on 2001/02/10 18:01:17
28517 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
28519 Fixed UMRs and leak in Perl_pmtrans()
28521 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28522 associated UTFied tr/// code. Also fixed scoping leak of
28525 newATTRSUB leaks when an attempt to redefine the active sort sub is
28527 Branch: maint-5.6/perl
28529 ____________________________________________________________________________
28530 [ 8757] By: alanbur on 2001/02/10 17:56:46
28531 Log: Resynchronised with parent
28532 Branch: maint-5.6/pureperl
28536 !> MANIFEST README.hpux README.vmesa installhtml
28537 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
28538 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28539 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28540 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28541 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28542 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
28543 ____________________________________________________________________________
28544 [ 8756] By: alanbur on 2001/02/10 17:51:15
28545 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
28547 Branch: maint-5.6/pureperl
28549 ____________________________________________________________________________
28550 [ 8755] By: jhi on 2001/02/09 22:41:35
28551 Log: Upgrade to CPAN 1.59_54, from Andreas König.
28553 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28554 ____________________________________________________________________________
28555 [ 8754] By: jhi on 2001/02/09 22:29:20
28556 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
28558 Didn't upgrade the fill.t since it has a dependency to File::Slurp
28559 purely for debugging purposes, the actual test hasn't changed.
28561 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
28563 ____________________________________________________________________________
28564 [ 8753] By: jhi on 2001/02/09 20:17:50
28565 Log: Integrate change #8682 from maintperl.
28567 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
28571 ____________________________________________________________________________
28572 [ 8752] By: jhi on 2001/02/09 20:00:46
28573 Log: Update Changes.
28575 ! Changes patchlevel.h
28576 ____________________________________________________________________________
28577 [ 8751] By: nick on 2001/02/09 19:48:37
28578 Log: Integrate mainline
28580 +> README.bs2000 t/lib/cgi-esc.t
28582 !> (integrate 53 files)
28583 ____________________________________________________________________________
28584 [ 8750] By: nick on 2001/02/09 19:25:16
28585 Log: Subject: RE: Biannual Competition to Improve Hashing Function
28586 From: Fisher Mark <fisherm@tce.com>
28587 Date: Thu, 8 Feb 2001 10:44:00 -0500
28588 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
28589 Date: Thu, 8 Feb 2001 15:02:47 -0500
28590 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
28592 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
28593 ____________________________________________________________________________
28594 [ 8749] By: jhi on 2001/02/09 19:02:35
28595 Log: Forgotten fragment.
28598 ____________________________________________________________________________
28599 [ 8748] By: jhi on 2001/02/09 18:31:34
28600 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
28601 plus manual tweakage.
28603 Sync the perlfaq2 between mainline and maintperl.
28604 Branch: maint-5.6/perl
28607 !> pod/perlfaq2.pod
28608 ____________________________________________________________________________
28609 [ 8747] By: jhi on 2001/02/09 18:12:04
28610 Log: Subject: versiononly and installperl
28611 From: abigail@foad.org
28612 Date: Wed, 7 Feb 2001 22:43:12 +0100
28613 Message-ID: <20010207214312.7045.qmail@foad.org>
28615 Add +v flag to force a normal install of the perl binary
28618 Subject: [PATCH] installperl
28619 From: Nicholas Clark <nick@ccl4.org>
28620 Date: Fri, 9 Feb 2001 16:28:57 +0000
28621 Message-ID: <20010209162857.B10931@plum.flirble.org>
28623 Add -A flag which also hardlinks the binary with
28624 the full architecture name.
28627 ____________________________________________________________________________
28628 [ 8746] By: jhi on 2001/02/09 18:03:43
28629 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
28631 Subject: perlfaq2, re: perlmongers
28633 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
28635 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
28637 Subject: [ID 20010205.001] typo in perlfaq9
28639 Subject: [ID 20010208.002] unordered explanation in perlcall
28640 Branch: maint-5.6/perl
28641 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28642 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
28643 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
28644 ____________________________________________________________________________
28645 [ 8745] By: jhi on 2001/02/09 17:59:09
28646 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
28647 From: abela@geneanet.org
28648 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
28649 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
28652 ____________________________________________________________________________
28653 [ 8744] By: jhi on 2001/02/09 17:48:16
28654 Log: Subject: [ID 20010205.001] typo in perlfaq9
28655 From: eserte@vran.herceg.de
28656 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
28657 Message-Id: <200102042244.XAA21926@vran.herceg.de>
28660 ____________________________________________________________________________
28661 [ 8743] By: jhi on 2001/02/09 17:25:12
28662 Log: Integrate change #8695 from maintperl.
28664 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
28667 ____________________________________________________________________________
28668 [ 8742] By: jhi on 2001/02/09 17:21:22
28669 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
28670 From: Andy Dougherty <doughera@lafayette.edu>
28671 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
28672 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
28675 ____________________________________________________________________________
28676 [ 8741] By: jhi on 2001/02/09 17:05:19
28677 Log: Integrate changes #8738,8739,8740 from maintperl.
28679 Html files will be installed in a more logical and easier to
28680 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28682 Html files will be generated with a header to make them look
28683 a little less bare.
28685 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28687 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
28688 ____________________________________________________________________________
28689 [ 8740] By: jhi on 2001/02/09 17:03:46
28690 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28691 From: "Brendan O'Dea" <bod@compusol.com.au>
28692 Date: Sun, 4 Feb 2001 11:17:56 +1100
28693 Message-ID: <20010204111756.A16301@compusol.com.au>
28694 Branch: maint-5.6/perl
28696 ____________________________________________________________________________
28697 [ 8739] By: jhi on 2001/02/09 17:01:59
28698 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
28699 From: "Indy Singh" <indy@nusphere.com>
28700 Date: Fri, 2 Feb 2001 15:09:59 -0500
28701 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
28703 Html files will be generated with a header to make them look
28704 a little less bare.
28705 Branch: maint-5.6/perl
28707 ____________________________________________________________________________
28708 [ 8738] By: jhi on 2001/02/09 16:58:48
28709 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
28710 From: "Indy Singh" <indy@nusphere.com>
28711 Date: Fri, 2 Feb 2001 15:08:23 -0500
28712 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
28714 Html files will be installed in a more logical and easier to
28715 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28716 Branch: maint-5.6/perl
28717 ! win32/Makefile win32/makefile.mk
28718 ____________________________________________________________________________
28719 [ 8737] By: jhi on 2001/02/09 16:46:54
28720 Log: Integrate changes #8687,8736 from maintperl.
28722 HP-UX thread patches from Merijn H. Brand.
28724 Latin nit from Philip Newton.
28726 !> README.hpux hints/hpux.sh
28727 ____________________________________________________________________________
28728 [ 8736] By: jhi on 2001/02/09 16:42:31
28729 Log: Latin nit from Philip Newton.
28730 Branch: maint-5.6/perl
28732 ____________________________________________________________________________
28733 [ 8735] By: jhi on 2001/02/09 16:24:03
28734 Log: Integrate changes #8704,8710 from pureperl.
28736 Fixed UMRs and leak in Perl_pmtrans()
28738 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28739 associated UTFied tr/// code. Also fixed scoping leak of
28743 ____________________________________________________________________________
28744 [ 8734] By: jhi on 2001/02/09 15:40:21
28745 Log: Integrate change #8733 from maintperl.
28747 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
28750 ____________________________________________________________________________
28751 [ 8733] By: jhi on 2001/02/09 15:35:47
28752 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
28753 From: Prymmer/Kahn <pvhp@best.com>
28754 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
28755 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
28756 Branch: maint-5.6/perl
28758 ____________________________________________________________________________
28759 [ 8732] By: jhi on 2001/02/09 15:26:17
28760 Log: Rename README.posix-bc to README.bs2000 (to avoid the
28761 confusion of a "perlposix-bc.pod"), add a few missing
28762 arch pods, regen toc.
28763 Branch: maint-5.6/perl
28766 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28767 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28768 ____________________________________________________________________________
28769 [ 8731] By: jhi on 2001/02/09 15:23:39
28770 Log: De-cut-and-pasto.
28773 ____________________________________________________________________________
28774 [ 8730] By: jhi on 2001/02/09 15:11:13
28775 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
28776 when people think that perlposix-bc.pod tells anything about
28777 Perl and POSIX. Regen toc.
28781 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28782 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28783 ____________________________________________________________________________
28784 [ 8729] By: jhi on 2001/02/09 14:52:28
28785 Log: The README.vmesa part of #8712 from maintperl.
28788 ____________________________________________________________________________
28789 [ 8728] By: jhi on 2001/02/09 14:46:06
28790 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
28791 From: Peter Prymmer <pvhp@forte.com>
28792 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
28793 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
28794 Branch: maint-5.6/perl
28795 ! README.vmesa win32/Makefile win32/makefile.mk
28796 ____________________________________________________________________________
28797 [ 8727] By: jhi on 2001/02/09 14:33:25
28798 Log: Integrate change #8712 from mainline.
28800 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
28801 Branch: maint-5.6/perl
28803 ____________________________________________________________________________
28804 [ 8726] By: jhi on 2001/02/09 14:30:28
28805 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
28806 From: Peter Prymmer <pvhp@forte.com>
28807 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
28808 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
28811 ! MANIFEST lib/CGI/Util.pm
28812 ____________________________________________________________________________
28813 [ 8725] By: jhi on 2001/02/09 04:56:47
28814 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
28815 Branch: maint-5.6/perl
28817 ____________________________________________________________________________
28818 [ 8724] By: jhi on 2001/02/09 04:40:59
28819 Log: Integrate changes 7819,7820 from vmsperl into mainline.
28821 Add header for LIB$ prototypes (C. Berry)
28823 Convert fwrite()s to sockets to write()s, since some socket stacks
28824 don't take kindly to stdio.
28825 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28826 (for often optional LNMs)
28827 Correct a few typos
28830 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
28831 ____________________________________________________________________________
28832 [ 8723] By: jhi on 2001/02/09 03:29:29
28833 Log: Integrate change #8722 from mainline.
28835 The Im() function wasn't returning zero for non-Math::Complex
28836 arguments. The bug reported by John Gamble.
28837 Branch: maint-5.6/perl
28838 !> lib/Math/Complex.pm
28839 ____________________________________________________________________________
28840 [ 8722] By: jhi on 2001/02/09 03:28:33
28841 Log: The Im() function wasn't returning zero for non-Math::Complex
28842 arguments. The bug reported by John Gamble.
28844 ! lib/Math/Complex.pm
28845 ____________________________________________________________________________
28846 [ 8721] By: nick on 2001/02/08 22:11:35
28847 Log: Correct the correction :-(
28850 ____________________________________________________________________________
28851 [ 8720] By: bailey on 2001/02/08 20:59:22
28852 Log: Convert frwite()s to sockets to write()s, since some socket stacks
28853 don't take kindly to stdio.
28854 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28855 (for often optional LNMs)
28856 Correct a few typos
28859 ! vms/vms.c vms/vmsish.h
28860 ____________________________________________________________________________
28861 [ 8719] By: bailey on 2001/02/08 20:51:02
28862 Log: Add header for LIB$ prototypes (C. Berry)
28864 ! ext/Devel/DProf/DProf.xs
28865 ____________________________________________________________________________
28866 [ 8718] By: bailey on 2001/02/08 20:49:00
28869 +> pod/perliol.pod t/lib/sample-tests/bailout
28870 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
28871 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
28872 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
28873 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
28874 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
28875 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
28876 - lib/unicode/Is/DCinital.pl
28877 !> (integrate 101 files)
28878 ____________________________________________________________________________
28879 [ 8717] By: nick on 2001/02/08 19:38:48
28880 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
28881 From: Robin Barker <rmb1@cise.npl.co.uk>
28882 Date: Thu, 8 Feb 2001 14:38:07 GMT
28883 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
28886 ____________________________________________________________________________
28887 [ 8716] By: nick on 2001/02/08 19:29:07
28888 Log: Generated files form 8713 etc.
28890 ! embed.h global.sym objXSUB.h perlapi.c proto.h
28891 ____________________________________________________________________________
28892 [ 8715] By: nick on 2001/02/08 19:26:08
28893 Log: Fixup non-ithread build after 8713
28896 ____________________________________________________________________________
28897 [ 8714] By: nick on 2001/02/08 19:17:45
28898 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
28899 From: nick@ccl4.org
28900 Date: Wed, 7 Feb 2001 00:27:47 +0000
28901 Message-Id: <20010207002747.B63724@plum.flirble.org>
28904 ____________________________________________________________________________
28905 [ 8713] By: nick on 2001/02/08 19:15:58
28906 Log: Subject: Re: [patch] Re: PL_ptr_table
28907 From: Doug Maceachern <dougm@covalent.net>
28908 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
28909 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
28911 ! embed.pl perl.c sv.c sv.h
28912 ____________________________________________________________________________
28913 [ 8712] By: nick on 2001/02/08 19:12:47
28914 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
28915 From: Peter Prymmer <pvhp@forte.com>
28916 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
28917 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
28920 ____________________________________________________________________________
28921 [ 8711] By: nick on 2001/02/07 21:06:11
28922 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
28923 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
28924 From: Alan Burlison <Alan.Burlison@uk.sun.com>
28925 Date: Tue, 06 Feb 2001 23:37:01 +0000
28926 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
28929 ____________________________________________________________________________
28930 [ 8710] By: alanbur on 2001/02/07 00:22:04
28931 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28932 associated UTFied tr/// code. Also fixed scoping leak of
28934 Branch: maint-5.6/pureperl
28936 ____________________________________________________________________________
28937 [ 8709] By: nick on 2001/02/06 21:16:49
28938 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
28939 From: Michael G Schwern <schwern@pobox.com>
28940 Date: Sun, 4 Feb 2001 19:47:14 -0500
28941 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
28943 ! pod/perlapi.pod pod/perlmodlib.PL
28944 ____________________________________________________________________________
28945 [ 8708] By: nick on 2001/02/06 20:41:20
28946 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
28947 From: Michael G Schwern <schwern@pobox.com>
28948 Date: Sun, 4 Feb 2001 21:17:49 -0500
28949 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
28951 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
28952 ! pod/perltootc.pod
28953 ____________________________________________________________________________
28954 [ 8707] By: nick on 2001/02/06 20:29:11
28955 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
28956 From: Michael G Schwern <schwern@pobox.com>
28957 Date: Tue, 6 Feb 2001 05:54:30 -0500
28958 Message-Id: <20010206055430.A951@blackrider.aocn.com>
28960 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
28961 ____________________________________________________________________________
28962 [ 8706] By: nick on 2001/02/06 20:21:40
28963 Log: Subject: RE: some win32 fixes
28964 Date: Tue, 6 Feb 2001 09:23:20 +0300
28965 From: Vadim Konovalov <vkonovalov@lucent.com>
28966 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
28968 ! toke.c win32/Makefile win32/config.bc win32/config.gc
28969 ! win32/config.vc win32/config_H.bc win32/makefile.mk
28970 ____________________________________________________________________________
28971 [ 8705] By: alanbur on 2001/02/06 15:00:03
28972 Log: Synchronised with parent
28973 Branch: maint-5.6/pureperl
28975 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
28976 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
28977 ____________________________________________________________________________
28978 [ 8704] By: alanbur on 2001/02/06 14:55:24
28979 Log: Fixed UMRs and leak in Perl_pmtrans()
28980 Branch: maint-5.6/pureperl
28982 ____________________________________________________________________________
28983 [ 8703] By: gsar on 2001/02/06 02:29:37
28984 Log: $(MAKE) distclean doesn't clean up properly on windows
28985 Branch: maint-5.6/perl
28986 ! win32/Makefile win32/makefile.mk
28987 ____________________________________________________________________________
28988 [ 8702] By: gsar on 2001/02/06 01:00:46
28989 Log: tweak change#8659 to keep it simple
28990 Branch: maint-5.6/perl
28992 ____________________________________________________________________________
28993 [ 8701] By: gsar on 2001/02/05 22:45:41
28994 Log: change#8693 was missing testsuite changes
28995 Branch: maint-5.6/perl
28996 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
28997 ____________________________________________________________________________
28998 [ 8700] By: nick on 2001/02/05 20:32:52
28999 Log: Integrate mainline
29001 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
29002 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
29003 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
29004 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
29005 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
29006 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
29007 +> t/lib/test-harness.t
29008 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
29009 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
29010 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
29011 !> pod/perlutil.pod t/TEST utils/h2xs.PL
29012 ____________________________________________________________________________
29013 [ 8699] By: nick on 2001/02/05 19:41:07
29014 Log: Subject: perlfaq2, re: perlmongers
29015 From: David H. Adler <dha@panix.com>
29016 Date: Sun, 4 Feb 2001 23:48:23 -0500
29017 Message-Id: <20010204234823.A13429@panix.com>
29020 ____________________________________________________________________________
29021 [ 8698] By: nick on 2001/02/05 19:39:31
29022 Log: Missed file f#rom the testharness mess.
29024 + t/lib/test-harness.t
29025 ____________________________________________________________________________
29026 [ 8697] By: nick on 2001/02/05 19:37:21
29027 Log: Subject: [DOC PATCH] overload.pm nits
29028 From: John Tobey <jtobey@john-edwin-tobey.org>
29029 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
29030 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
29033 ____________________________________________________________________________
29034 [ 8696] By: alanbur on 2001/02/05 11:56:00
29035 Log: Sync with parent
29036 Branch: maint-5.6/pureperl
29038 ____________________________________________________________________________
29039 [ 8695] By: gsar on 2001/02/05 03:27:34
29040 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
29041 Branch: maint-5.6/perl
29043 ____________________________________________________________________________
29044 [ 8694] By: alanbur on 2001/02/05 00:07:47
29045 Log: Initial branch creation from //depot/maint-5.6/perl
29046 Branch: maint-5.6/pureperl
29047 +> (branch 1719 files)
29048 ____________________________________________________________________________
29049 [ 8693] By: gsar on 2001/02/04 22:38:49
29050 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
29052 Branch: maint-5.6/perl
29053 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
29054 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
29055 !> ext/DB_File/version.c
29056 ____________________________________________________________________________
29057 [ 8692] By: nick on 2001/02/04 18:15:57
29058 Log: The missed t/TEST part of the grand testharness upgrade.
29061 ____________________________________________________________________________
29062 [ 8691] By: nick on 2001/02/04 18:05:17
29063 Log: New improved test harness
29064 Subject: Re: [PATCH Test::Harness] Third time's a charm?
29065 From: Michael G Schwern <schwern@pobox.com>
29066 Date: Sun, 4 Feb 2001 08:01:20 -0500
29067 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
29069 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
29070 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
29071 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
29072 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
29073 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
29074 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
29075 ! MANIFEST lib/Test/Harness.pm
29076 ____________________________________________________________________________
29077 [ 8690] By: nick on 2001/02/04 17:57:51
29078 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
29079 From: Jonathan Stowe <gellyfish@gellyfish.com>
29080 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
29081 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
29084 ____________________________________________________________________________
29085 [ 8689] By: nick on 2001/02/04 17:55:24
29086 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
29087 From: Michael G Schwern <schwern@pobox.com>
29088 Date: Sat, 3 Feb 2001 22:46:38 -0500
29089 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
29091 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
29092 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
29093 ____________________________________________________________________________
29094 [ 8688] By: nick on 2001/02/04 17:43:55
29095 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
29096 length byfailing to spot lack of closing )
29097 From: nick@talking.bollo.cx
29098 Date: Sat, 03 Feb 2001 23:53:16 +0000
29099 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
29101 ! perlio.c pod/perldiag.pod
29102 ____________________________________________________________________________
29103 [ 8687] By: jhi on 2001/02/03 17:11:42
29104 Log: HP-UX thread patches from Merijn H. Brand.
29105 Branch: maint-5.6/perl
29106 ! README.hpux hints/hpux.sh
29107 ____________________________________________________________________________
29108 [ 8686] By: jhi on 2001/02/03 16:40:12
29109 Log: Metaconfig changes for #8685.
29111 ! U/installdirs/instubperl.U
29112 Branch: metaconfig/U/perl
29113 ! Devel.U versiononly.U
29114 ____________________________________________________________________________
29115 [ 8685] By: jhi on 2001/02/03 16:39:49
29116 Log: For -Dusedevel builds turn off installusrbinperl and turn on
29117 versiononly, a combined idea of Richard Soderberg and Merijn
29118 H. Brand. You can still override both of these from the command
29119 line if you need to, -Dinstallusrbinperl and -Uversiononly.
29122 ____________________________________________________________________________
29123 [ 8684] By: jhi on 2001/02/03 16:16:34
29124 Log: Metaconfig unit fix for #8683.
29126 ! U/compline/nblock_io.U
29127 ____________________________________________________________________________
29128 [ 8683] By: jhi on 2001/02/03 16:16:12
29129 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
29130 reported by Peter Prymmer for 5.6-TRIAL1.
29133 ____________________________________________________________________________
29134 [ 8682] By: jhi on 2001/02/03 05:52:11
29135 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
29137 Branch: maint-5.6/perl
29139 ____________________________________________________________________________
29140 [ 8681] By: jhi on 2001/02/03 05:47:33
29141 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
29142 Branch: maint-5.6/perl
29144 ____________________________________________________________________________
29145 [ 8680] By: jhi on 2001/02/02 21:39:49
29146 Log: perlport update from Peter Prymmer.
29147 Branch: maint-5.6/perl
29149 ____________________________________________________________________________
29150 [ 8679] By: nick on 2001/02/02 20:50:48
29151 Log: Integrate mainline
29153 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
29154 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
29155 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
29156 ____________________________________________________________________________
29157 [ 8678] By: gsar on 2001/02/02 16:02:12
29158 Log: note about bincompat, slightly modified (from Lupe Christoph)
29159 Branch: maint-5.6/perl
29161 ____________________________________________________________________________
29162 [ 8677] By: jhi on 2001/02/02 15:46:20
29163 Log: Supported platforms updates.
29164 Branch: maint-5.6/perl
29166 ____________________________________________________________________________
29167 [ 8676] By: jhi on 2001/02/02 03:41:26
29168 Log: A couple more perlfaq2 tweaks.
29169 Branch: maint-5.6/perl
29171 ____________________________________________________________________________
29172 [ 8675] By: jhi on 2001/02/02 03:17:44
29173 Log: Misedit in #8661.
29174 Branch: maint-5.6/perl
29176 ____________________________________________________________________________
29177 [ 8674] By: jhi on 2001/02/02 03:14:38
29179 Branch: maint-5.6/perl
29181 ____________________________________________________________________________
29182 [ 8673] By: jhi on 2001/02/02 03:12:40
29183 Log: perlfaq update from Elaine Ashton.
29184 Branch: maint-5.6/perl
29186 ____________________________________________________________________________
29187 [ 8672] By: jhi on 2001/02/02 03:07:08
29188 Log: UTF-8 s/// patch from Inaba Hiroto.
29189 Branch: maint-5.6/perl
29190 ! pp_ctl.c pp_hot.c
29191 ____________________________________________________________________________
29192 [ 8671] By: jhi on 2001/02/01 22:34:31
29193 Log: Update Changes.
29195 ! Changes patchlevel.h
29196 ____________________________________________________________________________
29197 [ 8670] By: jhi on 2001/02/01 22:15:29
29198 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
29201 Upgrade to Getopt::Long 2.25, from Johan Vromans.
29203 more files need to be writable in the source distribution
29205 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
29207 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
29209 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29211 Allow the float to be fuzzier.
29213 need to use INT2PTR instead of a straight cast or ia64 fails
29215 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
29217 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
29219 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
29220 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
29221 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
29222 ____________________________________________________________________________
29223 [ 8669] By: jhi on 2001/02/01 21:57:02
29224 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29225 From: Robin Barker <rmb1@cise.npl.co.uk>
29226 Date: Thu, 1 Feb 2001 16:59:05 GMT
29227 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
29228 Branch: maint-5.6/perl
29229 ! pod/perlmodlib.PL
29230 ____________________________________________________________________________
29231 [ 8668] By: nick on 2001/02/01 19:41:40
29232 Log: Integrate mainline
29234 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
29235 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
29236 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
29237 ____________________________________________________________________________
29238 [ 8667] By: gsar on 2001/02/01 16:59:11
29239 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
29240 Branch: maint-5.6/perl
29241 ! embed.pl embedvar.h
29242 ____________________________________________________________________________
29243 [ 8666] By: gsar on 2001/02/01 16:34:51
29244 Log: add missing entries to win32/config.?c
29245 Branch: maint-5.6/perl
29246 ! win32/config.bc win32/config.gc win32/config.vc
29247 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29248 ____________________________________________________________________________
29249 [ 8665] By: jhi on 2001/02/01 14:58:51
29250 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
29251 From: "Stephen P. Potter" <spp@spotter.yi.org>
29252 Date: Thu, 01 Feb 2001 10:45:46 -0500
29253 Message-Id: <200102011545.KAA31479@spotter.yi.org>
29254 Branch: maint-5.6/perl
29256 ____________________________________________________________________________
29257 [ 8664] By: gsar on 2001/02/01 14:52:37
29258 Log: need to use INT2PTR instead of a straight cast or ia64 fails
29259 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
29260 Branch: maint-5.6/perl
29261 ! ext/POSIX/POSIX.xs
29262 ____________________________________________________________________________
29263 [ 8663] By: jhi on 2001/02/01 14:09:13
29264 Log: Allow the float to be fuzzier.
29265 Branch: maint-5.6/perl
29267 ____________________________________________________________________________
29268 [ 8662] By: jhi on 2001/02/01 13:59:00
29269 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29270 From: Robin Barker <rmb1@cise.npl.co.uk>
29271 Date: Thu, 1 Feb 2001 13:05:39 GMT
29272 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
29273 Branch: maint-5.6/perl
29274 ! pod/perlmodlib.pod
29275 ____________________________________________________________________________
29276 [ 8661] By: jhi on 2001/02/01 13:57:38
29277 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
29278 Date: Thu, 01 Feb 2001 14:15:41 +0100
29279 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29280 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
29282 Have the $ccflags in the gcc version test (strange, this change
29283 is claimed to be have been integrated already)
29284 Branch: maint-5.6/perl
29286 ____________________________________________________________________________
29287 [ 8660] By: jhi on 2001/02/01 13:44:10
29288 Log: Integrate changes #7950,7964,7962 from mainline.
29290 Find the stdchar signedness using cpp, should fix some of
29291 the Solaris compiler warnings reported by Alan Burlison.
29292 Branch: maint-5.6/perl
29293 !> Configure config_h.SH
29294 ____________________________________________________________________________
29295 [ 8659] By: jhi on 2001/02/01 05:35:32
29296 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
29297 From: Jan Dubois <JanD@ActiveState.com>
29298 Date: Wed, 31 Jan 2001 21:17:03 -0800
29299 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
29300 Branch: maint-5.6/perl
29302 ____________________________________________________________________________
29303 [ 8658] By: jhi on 2001/02/01 04:33:17
29304 Log: Integrate the README.os390 and README.posix-bc parts of mainline
29305 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
29306 installperl parts were taken care of by #8657.)
29307 Branch: maint-5.6/perl
29308 !> README.os390 README.posix-bc
29309 ____________________________________________________________________________
29310 [ 8657] By: jhi on 2001/02/01 04:29:21
29311 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29312 From: Peter Prymmer <pvhp@forte.com>
29313 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
29314 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
29315 Branch: maint-5.6/perl
29316 + ext/DynaLoader/dl_dllload.xs
29317 ! MANIFEST Makefile.SH hints/os390.sh installperl
29318 ____________________________________________________________________________
29319 [ 8656] By: jhi on 2001/02/01 04:25:45
29320 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
29321 From: Peter Prymmer <pvhp@forte.com>
29322 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
29323 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
29324 Branch: maint-5.6/perl
29325 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
29326 ____________________________________________________________________________
29327 [ 8655] By: jhi on 2001/02/01 04:14:47
29328 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
29329 From: troc@netrus.net
29330 Date: Wed, 31 Jan 2001 22:31:26 -0500
29331 Message-Id: <200102010331.WAA117.85@rocco.homenet>
29332 Branch: maint-5.6/perl
29334 ____________________________________________________________________________
29335 [ 8654] By: jhi on 2001/02/01 04:12:52
29336 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
29337 as reported by Alan Burlison.
29338 Branch: maint-5.6/perl
29340 ____________________________________________________________________________
29341 [ 8653] By: jhi on 2001/02/01 04:05:12
29342 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
29343 From: dsugalski@northernlight.com
29344 Date: Wed, 31 Jan 2001 18:54:11 -0500
29345 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
29346 Branch: maint-5.6/perl
29348 ____________________________________________________________________________
29349 [ 8652] By: jhi on 2001/02/01 04:03:11
29350 Log: Misplaced #endif.
29352 Subject: [perl-5-6-1-trial2] patches for EPOC
29353 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29354 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29355 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29356 Branch: maint-5.6/perl
29358 ____________________________________________________________________________
29359 [ 8651] By: jhi on 2001/02/01 04:00:25
29360 Log: Integrate changes #8647,8648,8650 from mainline.
29362 Macrofy a magic UTF-8 test.
29364 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
29366 Watch out for cross compiling for EPOC (usually done on linux).
29367 Branch: maint-5.6/perl
29368 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
29369 ____________________________________________________________________________
29370 [ 8650] By: jhi on 2001/02/01 03:56:20
29371 Log: Watch out for cross compiling for EPOC (usually done on linux)
29373 Subject: [perl-5-6-1-trial2] patches for EPOC
29374 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29375 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29376 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29378 ! ext/Errno/Errno_pm.PL
29379 ____________________________________________________________________________
29380 [ 8649] By: gsar on 2001/02/01 00:46:00
29381 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
29382 Branch: maint-5.6/perl
29384 ____________________________________________________________________________
29385 [ 8648] By: jhi on 2001/01/31 23:35:36
29386 Log: All the uses of PL_numeric_radix must be protected by
29387 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
29389 Subject: [perl-5-6-1-trial2] patches for EPOC
29390 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29391 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29392 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29395 ____________________________________________________________________________
29396 [ 8647] By: jhi on 2001/01/31 22:56:16
29397 Log: Macrofy a magic UTF-8 test.
29400 ____________________________________________________________________________
29401 [ 8646] By: gsar on 2001/01/31 15:55:12
29402 Log: update Changes
29403 Branch: maint-5.6/perl
29405 ____________________________________________________________________________
29406 [ 8645] By: gsar on 2001/01/31 15:10:14
29407 Log: Configure tweak suggested by Peter Prymmer
29408 Branch: maint-5.6/perl
29410 ____________________________________________________________________________
29411 [ 8644] By: gsar on 2001/01/31 15:06:32
29412 Log: more files need to be writable in the source distribution
29413 Branch: maint-5.6/perl
29415 ____________________________________________________________________________
29416 [ 8643] By: jhi on 2001/01/31 14:59:46
29417 Log: Integrate changes #8258,8278,8279 from mainline.
29419 Make the large file tests more robust/talkative.
29420 Branch: maint-5.6/perl
29421 !> t/lib/syslfs.t t/op/lfs.t
29422 ____________________________________________________________________________
29423 [ 8642] By: gsar on 2001/01/31 14:53:48
29424 Log: integrate changes#8311,8334 from mainline
29426 Add a new MakeMaker variable PM_FILTER that defines a Unix
29427 filter to be run on each .pm during the pm_to_blib() phase,
29429 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
29431 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
29432 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
29433 accurate reading of the "atime".
29434 Branch: maint-5.6/perl
29435 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
29436 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
29437 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
29438 ____________________________________________________________________________
29439 [ 8641] By: jhi on 2001/01/31 14:46:37
29440 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
29441 Branch: maint-5.6/perl
29442 ! lib/Getopt/Long.pm
29443 ____________________________________________________________________________
29444 [ 8640] By: gsar on 2001/01/31 14:40:24
29445 Log: make regen_all
29446 Branch: maint-5.6/perl
29447 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
29448 ____________________________________________________________________________
29449 [ 8639] By: gsar on 2001/01/31 14:37:25
29450 Log: refresh windows config files
29451 Branch: maint-5.6/perl
29452 ! win32/Makefile win32/config_H.bc win32/config_H.gc
29453 ! win32/config_H.vc win32/makefile.mk
29454 ____________________________________________________________________________
29455 [ 8638] By: gsar on 2001/01/31 14:28:10
29456 Log: makefile tweaks for windows: introduce a bulk-switch to enable
29457 same options as ActivePerl; sync changes with makefile.mk
29458 Branch: maint-5.6/perl
29459 ! win32/Makefile win32/makefile.mk
29460 ____________________________________________________________________________
29461 [ 8637] By: jhi on 2001/01/31 04:41:30
29462 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
29463 From: Nicholas Clark <nick@ccl4.org>
29464 Date: Tue, 30 Jan 2001 19:51:05 +0000
29465 Message-ID: <20010130195105.R76607@plum.flirble.org>
29469 ! pp.c pp.h pp_hot.c t/op/arith.t
29470 ____________________________________________________________________________
29471 [ 8636] By: jhi on 2001/01/31 02:38:32
29472 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
29473 no perlio],8257,8380,8479,8515 from mainline.
29475 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
29477 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
29478 Subject: [PATCH perl@8133] fix-up for VMS extensions
29480 In VMS embedded perls couldn't access the statically built Socket.
29482 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
29484 Further VMS piping fixes from Charles Lane.
29486 Subject: [PATCH] make t/op/misc.t work on VMS
29488 Add tracing for debugging extensions builds in VMS.
29490 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
29491 Branch: maint-5.6/perl
29492 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
29493 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29494 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
29495 ____________________________________________________________________________
29496 [ 8635] By: jhi on 2001/01/31 01:46:41
29497 Log: Integrate change #7732 from mainline.
29499 Sparc 64-bit pack() fix from Jens Hamisch.
29500 Branch: maint-5.6/perl
29502 ____________________________________________________________________________
29503 [ 8634] By: jhi on 2001/01/31 01:41:16
29504 Log: One spot missing from #8626.
29505 Branch: maint-5.6/perl
29507 ____________________________________________________________________________
29508 [ 8633] By: jhi on 2001/01/31 00:49:17
29509 Log: Integrate change #7495 from mainline.
29511 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
29512 Branch: maint-5.6/perl
29513 !> MANIFEST ext/re/Makefile.PL
29514 ____________________________________________________________________________
29515 [ 8632] By: jhi on 2001/01/30 23:38:49
29516 Log: Integrate change #8396 from mainline.
29518 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
29519 better multicast support (resend)
29520 Branch: maint-5.6/perl
29521 !> ext/Socket/Socket.pm
29522 ____________________________________________________________________________
29523 [ 8631] By: jhi on 2001/01/30 23:28:03
29524 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
29526 More AIX lore. (7514, ext/re/hints/aix.pl)
29528 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
29530 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)
29532 Subject: [ID 20001214.002] Net::Ping patch
29534 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
29536 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29538 Add ReuseAddr as a (preferred) alias for Reuse as we now
29539 also have ReusePort.
29541 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
29542 Branch: maint-5.6/perl
29543 +> ext/re/hints/aix.pl
29544 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
29545 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
29546 ____________________________________________________________________________
29547 [ 8630] By: jhi on 2001/01/30 23:03:59
29548 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
29550 read() documentation tweak for 20001121.004.
29552 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
29553 Branch: maint-5.6/perl
29554 !> pod/perlfunc.pod pod/perlre.pod
29555 ____________________________________________________________________________
29556 [ 8629] By: jhi on 2001/01/30 22:41:57
29557 Log: Integrate change #8098 from mainline.
29559 fastgetcwd is defined using a glob alias on a $^O dependent basis
29560 and there was no default assignment or perl subroutine.
29561 Branch: maint-5.6/perl
29563 ____________________________________________________________________________
29564 [ 8628] By: jhi on 2001/01/30 21:58:52
29565 Log: Integrate change #7866 from mainline.
29568 Branch: maint-5.6/perl
29569 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
29570 ____________________________________________________________________________
29571 [ 8627] By: jhi on 2001/01/30 21:39:44
29572 Log: Integrate changes #8075,8086,8228 from mainline.
29574 Darwin is not Windows. (8075,8086)
29576 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
29577 Branch: maint-5.6/perl
29578 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
29579 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
29580 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
29581 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
29582 ____________________________________________________________________________
29583 [ 8626] By: jhi on 2001/01/30 21:22:11
29584 Log: Integrate with tweakery the change #8625 from mainline,
29585 the multibyte decimal separator fix ("fa_IR locale failure").
29586 Branch: maint-5.6/perl
29587 ! embedvar.h perlapi.h
29588 !> intrpvar.h perl.c perl.h sv.c util.c
29589 ____________________________________________________________________________
29590 [ 8625] By: jhi on 2001/01/30 20:26:33
29591 Log: Fix for the fa_IR locale failure. The reason for the failure
29592 was that Perl was assuming the decimal separator aka the radix
29593 separator is one character. The Farsi-Iranian locale crushed
29594 that bad assumption since there the separator is 'Momayyez',
29595 glyphwise looking somewhat like a slash, and in Unicode UTF-8
29596 encoded in two bytes, 0xd9 0xab.
29598 ! intrpvar.h perl.c perl.h sv.c util.c
29599 ____________________________________________________________________________
29600 [ 8624] By: gsar on 2001/01/30 20:17:03
29602 Branch: maint-5.6/perl
29603 ! Makefile.SH pod/perlintern.pod
29604 ____________________________________________________________________________
29605 [ 8623] By: gsar on 2001/01/30 19:42:34
29606 Log: backout change#7431 and its dependents (causes spurious rebuilds
29607 of autogenerated files)
29609 fix benign b.t failure
29610 Branch: maint-5.6/perl
29611 ! Makefile.SH t/lib/b.t
29612 ____________________________________________________________________________
29613 [ 8622] By: jhi on 2001/01/30 19:41:41
29614 Log: Microperl sync.
29617 ____________________________________________________________________________
29618 [ 8621] By: gsar on 2001/01/30 19:24:47
29619 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
29622 Subject: podlators 1.06 released
29624 Subject: [PATCH @8436] Eliminate op_children
29626 (Replaced by #8448) Traces of op_children (cleanup of #8442)
29628 (Replaced by #8448) More op_children traces (cleanup of #8442).
29630 Subject: [PATCH #3 @8436] Re: Eliminate op_children
29631 Replace #8444 and #8445.
29633 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29634 at the setting of the ofs_sv in new_struct_thread() as the
29635 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
29636 uninitialized fields are, uh, initialized with),
29637 SvREFCNT_inc()ing that invited a core dump.
29639 podlators 1.07, from Russ Allbery.
29641 Subject: [PATCH] regcomp.c old feature removal
29642 From: mjd@plover.com
29643 Date: 16 Jan 2001 14:43:18 -0000
29644 Message-ID: <20010116144318.7140.qmail@plover.com>
29645 Branch: maint-5.6/perl
29646 +> lib/Pod/Text/Overstrike.pm
29647 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
29648 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
29649 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
29650 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
29651 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
29653 ____________________________________________________________________________
29654 [ 8620] By: gsar on 2001/01/30 18:48:32
29655 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
29656 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
29657 now fails one test)
29659 Subject: [PATCH] lvalue AUTOLOAD. No, really.
29661 Subject: [PATCH] Interesting syntax idea
29662 Make opens + bareword assigns do typeglob assigns.
29666 Subject: [PATCH @8269] Continue blocks and B::Deparse
29667 Make the peephole optimizer to bypass more null ops and
29668 and rewrite the deparse handling of continue blocks.
29670 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
29671 Doc tweak on #8313.
29673 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
29675 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29677 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
29679 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
29680 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
29681 according to the platform.
29683 Subject: [PATCH @8404] Consolidated lvalue sub changes
29685 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
29687 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29689 Subject: B::Concise -- an improved replacement for B::Terse
29691 The B::Terse drop-in replacement wasn't quite drop-in.
29693 The LVRET macro needed an aTHX.
29695 Use the /^Perl_/-less form of is_lvalue_sub().
29697 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
29698 Branch: maint-5.6/perl
29699 +> ext/B/B/Concise.pm
29700 !> (integrate 27 files)
29701 ____________________________________________________________________________
29702 [ 8619] By: nick on 2001/01/30 18:40:28
29703 Log: Integrate mainline
29705 !> (integrate 40 files)
29706 ____________________________________________________________________________
29707 [ 8618] By: jhi on 2001/01/30 18:37:18
29708 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
29709 Date: Mon, 29 Jan 2001 22:51:29 -0600
29710 From: "Craig A. Berry" <craigberry@mac.com>
29711 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
29714 ____________________________________________________________________________
29715 [ 8617] By: jhi on 2001/01/30 18:34:53
29716 Log: Subject: [PATCH] Add missing CV flags to dump.c
29717 From: Tim Jenness <t.jenness@jach.hawaii.edu>
29718 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
29719 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
29722 ____________________________________________________________________________
29723 [ 8616] By: jhi on 2001/01/30 18:20:58
29724 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
29725 part isn't applicable to maintperl.
29727 UTF-8 nit from Inaba Hiroto.
29728 Branch: maint-5.6/perl
29729 !> pod/perlapi.pod utf8.c
29730 ____________________________________________________________________________
29731 [ 8615] By: jhi on 2001/01/30 18:18:51
29732 Log: UTF-8 nit from Inaba Hiroto.
29734 ! pod/perlapi.pod t/op/each.t utf8.c
29735 ____________________________________________________________________________
29736 [ 8614] By: jhi on 2001/01/30 18:13:38
29737 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
29739 perl's internal variables are not for public consumption,
29740 move their docs from perlapi.pod to perlintern.pod
29742 support for -Dusethreads build under HP-UX 10.20 and DCE threads
29743 library (11.0 and later have pthreads but 10.x don't)
29745 avoid uninitialized value warnings
29747 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
29748 gets weird results)
29750 perldoc nit on windows
29752 make it possible to run the tests outside the source tree
29753 (there's still a dependency on ../lib being the library
29756 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
29757 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
29758 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
29759 !> win32/bin/search.pl win32/vdir.h
29760 ____________________________________________________________________________
29761 [ 8613] By: gsar on 2001/01/30 16:39:59
29762 Log: make it possible to run the tests outside the source tree
29763 (there's still a dependency on ../lib being the library
29765 Branch: maint-5.6/perl
29766 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
29767 ____________________________________________________________________________
29768 [ 8612] By: gsar on 2001/01/30 16:31:12
29769 Log: perldoc nit on windows
29770 Branch: maint-5.6/perl
29772 ____________________________________________________________________________
29773 [ 8611] By: gsar on 2001/01/30 16:22:54
29774 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
29775 gets weird results)
29776 Branch: maint-5.6/perl
29778 ____________________________________________________________________________
29779 [ 8610] By: gsar on 2001/01/30 16:12:45
29780 Log: avoid uninitialized value warnings
29781 Branch: maint-5.6/perl
29782 ! win32/bin/search.pl
29783 ____________________________________________________________________________
29784 [ 8609] By: gsar on 2001/01/30 16:08:01
29785 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
29786 library (11.0 and later have pthreads but 10.x don't)
29787 Branch: maint-5.6/perl
29788 ! hints/hpux.sh thread.h
29789 ____________________________________________________________________________
29790 [ 8608] By: gsar on 2001/01/30 15:48:55
29791 Log: perl's internal variables are not for public consumption,
29792 move their docs from perlapi.pod to perlintern.pod
29793 Branch: maint-5.6/perl
29794 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
29796 ____________________________________________________________________________
29797 [ 8607] By: gsar on 2001/01/30 15:44:27
29798 Log: mistakenly branched perl56delta.pod, revert
29799 Branch: maint-5.6/perl
29800 - pod/perl56delta.pod
29801 !> pod/perldelta.pod
29802 ____________________________________________________________________________
29803 [ 8606] By: gsar on 2001/01/30 14:20:24
29804 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
29805 dTHR which has been a noop for a while now, except for the
29806 compatibility definition in thread.h)
29807 Branch: maint-5.6/perl
29808 !> (integrate 45 files)
29809 ____________________________________________________________________________
29810 [ 8605] By: jhi on 2001/01/30 05:43:58
29811 Log: Mark the UTF-8 APIs as experimental.
29812 Branch: maint-5.6/perl
29813 ! embed.pl pod/perlapi.pod
29814 ____________________________________________________________________________
29815 [ 8604] By: jhi on 2001/01/30 05:38:40
29816 Log: Nits from earlier integrates.
29817 Branch: maint-5.6/perl
29818 ! lib/Carp/Heavy.pm
29820 ____________________________________________________________________________
29821 [ 8603] By: jhi on 2001/01/30 05:27:26
29822 Log: Regenerate Porting files.
29823 Branch: maint-5.6/perl
29824 ! Porting/Glossary Porting/config.sh Porting/config_H
29825 ____________________________________________________________________________
29826 [ 8602] By: jhi on 2001/01/30 05:14:59
29827 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
29828 8310,8339,8447,8492,8493,8505,8525: documentation changes.
29830 Subject: Re: perlfaq style changes
29832 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
29834 Subject: [PATCH] docs on NaN
29836 Subject: [patch] perlfaq7
29838 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
29840 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
29842 Subject: [PATCH] open() example in perlfunc.pod
29844 Podify README.mpeix (a new version from the web)
29846 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29848 Subject: [PATCH] format and rewording in perlfaq.pod
29850 Subject: [PATCH] API Variable documentation
29852 Memory management calls documentation.
29854 Subject: [PATCH: perl@8482] README.vms URL updates
29856 Subject: Minor typos in perlfaq2.pod
29858 Subject: [PATCH] pod/perlvar.pod
29859 Branch: maint-5.6/perl
29860 +> pod/perl56delta.pod
29861 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29862 !> README.amiga README.epoc README.mpeix README.vms
29863 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
29864 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
29865 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
29866 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
29867 !> pod/perlvar.pod thrdvar.h
29868 ____________________________________________________________________________
29869 [ 8601] By: jhi on 2001/01/30 04:38:35
29870 Log: Integrate changes #8036,8096,8253 from mainline:
29873 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29874 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
29876 Output the (apparent) version of gcc in Tru64.
29877 Branch: maint-5.6/perl
29878 +> ext/POSIX/hints/svr4.pl
29879 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
29880 !> hints/svr4.sh t/lib/bigfltpm.t
29881 ____________________________________________________________________________
29882 [ 8600] By: jhi on 2001/01/30 04:04:01
29883 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
29886 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
29888 Debian allows /usr/bin/locale to exist without any locales. (7868)
29890 Allow the locale test needing POSIX and the taint test
29891 needing IPC::SysV to run under 'minitest' (basically,
29892 bail out if loading the extension fails). (8384)
29894 Cleanup the locale.t output (8480)
29895 Branch: maint-5.6/perl
29896 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
29897 !> t/pragma/locale.t
29898 ____________________________________________________________________________
29899 [ 8599] By: jhi on 2001/01/30 03:51:04
29900 Log: Missing generated files from #8598.
29901 Branch: maint-5.6/perl
29902 ! embed.h global.sym objXSUB.h perlapi.c proto.h
29903 ____________________________________________________________________________
29904 [ 8598] By: jhi on 2001/01/30 03:41:54
29905 Log: Integrate change #8555 from mainline, manually integrate parts
29906 of changes 8452 and 8583.
29908 Subject: [PATCH] utf8.c documentation (8452)
29910 No point in checking the length if the pointer is bogus. (8555)
29912 Introduce bytes_from_utf8() and implement sv_eq() using it,
29913 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
29914 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
29915 was malformed. (8583)
29916 Branch: maint-5.6/perl
29917 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
29918 !> pod/perlapi.pod sv.c utf8.c
29919 ____________________________________________________________________________
29920 [ 8597] By: gsar on 2001/01/30 02:37:26
29921 Log: get PERL_OBJECT build going again on windows
29922 Branch: maint-5.6/perl
29923 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29924 ! pod/perlapi.pod proto.h sv.c
29925 ____________________________________________________________________________
29926 [ 8596] By: jhi on 2001/01/30 02:16:17
29927 Log: Signedness nit.
29930 ____________________________________________________________________________
29931 [ 8595] By: jhi on 2001/01/30 02:11:07
29932 Log: EBCDIC patch for Storable, from Peter Prymmer.
29934 ! t/lib/st-06compat.t
29935 ____________________________________________________________________________
29936 [ 8594] By: jhi on 2001/01/30 01:04:48
29937 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
29938 From: Peter Prymmer <pvhp@forte.com>
29939 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
29940 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
29943 ____________________________________________________________________________
29944 [ 8593] By: jhi on 2001/01/30 00:56:47
29945 Log: Subject: [PATCH: perl@8585] pod problems in io
29946 From: Peter Prymmer <pvhp@forte.com>
29947 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
29948 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
29950 ! pod/perlapio.pod pod/perliol.pod
29951 ____________________________________________________________________________
29952 [ 8592] By: jhi on 2001/01/30 00:48:20
29953 Log: Integrate perlio.
29955 !> pod/perlapio.pod pod/perliol.pod
29956 ____________________________________________________________________________
29957 [ 8591] By: nick on 2001/01/29 22:02:28
29958 Log: GNU 'merge' Simon's copy of perliol.pod with version
29959 patched by Craig's patch.
29962 ____________________________________________________________________________
29963 [ 8590] By: nick on 2001/01/29 21:55:10
29964 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
29966 ! pod/perlapio.pod pod/perliol.pod
29967 ____________________________________________________________________________
29968 [ 8589] By: jhi on 2001/01/29 15:35:33
29969 Log: Integrate change #8586 from maint-5.6/perl.
29971 make the BOM detection code not call tell() until it has to
29972 (meant to fix esoteric compatibility issues where PL_rsfp
29976 ____________________________________________________________________________
29977 [ 8588] By: jhi on 2001/01/29 15:29:11
29978 Log: Subject: MAking Solaris malloc() the default
29979 From: Lupe Christoph <lupe@lupe-christoph.de>
29980 Date: Mon, 29 Jan 2001 12:59:36 +0100
29981 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
29983 The README.solaris part slightly tweaked.
29985 ! README.solaris hints/solaris_2.sh
29986 ____________________________________________________________________________
29987 [ 8587] By: jhi on 2001/01/29 15:17:34
29988 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
29989 From: root@ak-75.mind.de
29990 Date: Sun, 28 Jan 2001 20:32:29 +0100
29991 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
29994 ____________________________________________________________________________
29995 [ 8586] By: gsar on 2001/01/29 13:43:44
29996 Log: make the BOM detection code not call tell() until it has to
29997 (meant to fix esoteric compatibility issues where PL_rsfp
29999 Branch: maint-5.6/perl
30001 ____________________________________________________________________________
30002 [ 8585] By: jhi on 2001/01/28 20:05:45
30003 Log: Update Changes.
30005 ! Changes patchlevel.h
30006 ____________________________________________________________________________
30007 [ 8584] By: jhi on 2001/01/28 19:30:02
30008 Log: Integrate perlio.
30011 !> MANIFEST pod/perlapio.pod
30012 ____________________________________________________________________________
30013 [ 8583] By: jhi on 2001/01/28 19:28:40
30014 Log: Patch from Inaba Hiroto:
30015 - canonical UTF-8 hash keys: if a key string for a hash is
30016 UTF8-on, try downgrade the string and use it if
30017 unicode::distinct is not in effect.
30018 For the task, I added a function bytes_from_utf8() to utf8.c.
30019 It might resemble utf8_to_bytes() but it is not convenient
30021 Made a test for it and added to t/op/each.t
30022 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
30023 the mortal copy of the argument SV.
30024 And changed t/io/utf8.t test 18 which expects print() to
30025 upgrade its argument.
30026 - re-implement sv_eq with bytes_from_utf8()
30028 - tr/// does not handle UTF8 range (\x{}-\x{})
30029 - \ before raw UTF8 character produced
30030 "Malformed UTF-8 character" warning.
30031 - "\x{100}\N{CENT SIGN}" is Malformed.
30032 Added tests for these 3.
30033 - and one silly bug (by me) with qu operator.
30035 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
30036 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
30037 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
30038 ____________________________________________________________________________
30039 [ 8582] By: nick on 2001/01/28 19:25:04
30040 Log: Add pod/perliol.pod to MANIFEST :-(
30043 ____________________________________________________________________________
30044 [ 8581] By: nick on 2001/01/28 19:22:40
30045 Log: PerlIO documentation. Proofing and sub-editing requested.
30049 ____________________________________________________________________________
30050 [ 8580] By: jhi on 2001/01/28 05:16:25
30051 Log: Revert the change to sv_2pv() done by #8054: Someone who
30052 did SvNV_set() on a scalar that also happened to be POK,
30053 followed by sv_2pv() won't get the right coercion anymore.
30055 Branch: maint-5.6/perl
30057 ____________________________________________________________________________
30058 [ 8579] By: jhi on 2001/01/28 05:15:04
30059 Log: Remove the #8084 effect: do not allow -Q to be interpreted
30060 as -&Q(), this is too much wiggle room.
30061 Branch: maint-5.6/perl
30063 ____________________________________________________________________________
30064 [ 8578] By: jhi on 2001/01/28 05:12:45
30065 Log: Needed bits of #8439 (should have been in #8576),
30066 mainly for lval substr().
30067 Branch: maint-5.6/perl
30068 ! mg.c pp.c pp_hot.c
30069 ____________________________________________________________________________
30070 [ 8577] By: jhi on 2001/01/28 05:02:46
30071 Log: A missing check-in.
30072 Branch: maint-5.6/perl
30074 ____________________________________________________________________________
30075 [ 8576] By: jhi on 2001/01/28 04:26:18
30076 Log: Integrate changes #8425,8436,8439,8517 from mainline.
30077 The 8439 was not truly integrated because it had too many
30078 dependencies on the development branch and because it introduced
30079 concepts too bold for a maintenance branch (such as the qu operator).
30081 Subject: [PATCH perl@8342] -Wformat
30083 Tighten some of the UTF-8 tests a bit.
30085 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
30086 - The substr lval was still not okay.
30087 - Now pp_stringify and sv_setsv copies source's UTF8 flag
30088 even if IN_BYTE. pp_stringify is called from fold_constants
30089 at optimization phase and "\x{100}" was made SvUTF8_off under
30090 use bytes (the bytes pragma is for "byte semantics" and not
30091 for "do not produce UTF8 data")
30092 Branch: maint-5.6/perl
30093 ! t/lib/charnames.t t/op/substr.t toke.c
30094 !> sv.c t/pragma/utf8.t
30095 ____________________________________________________________________________
30096 [ 8575] By: jhi on 2001/01/28 04:01:51
30097 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
30099 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
30101 Subject: [ID 20001230.003] UTF-8 tr still hurts
30103 Test cases for #8385 (from Simon's "torture.pl")
30105 Start fixing UTF-8 lval substr() (8405)
30106 Branch: maint-5.6/perl
30107 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
30108 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
30109 ____________________________________________________________________________
30110 [ 8574] By: jhi on 2001/01/28 03:09:06
30111 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
30116 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
30118 "\x{FF}\xFF" was broken.
30120 Tests for #8329 and #8330.
30122 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
30124 IRIX compiler noticed that the bof initialization might be
30125 bypassed by control flow.
30127 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
30128 Branch: maint-5.6/perl
30129 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30130 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
30131 ____________________________________________________________________________
30132 [ 8573] By: jhi on 2001/01/28 02:06:12
30133 Log: Retract #8552.
30135 ! lib/Text/Wrap.pm t/lib/textwrap.t
30136 ____________________________________________________________________________
30137 [ 8572] By: jhi on 2001/01/28 02:04:49
30138 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
30139 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
30140 not really integrated but instead salvaged by hand
30141 (they had too many dependencies on the development release
30142 to be cleanly integratable).
30144 Subject: more UTF8 test suites and an UTF8 patch
30146 Tweak for MULTIPLICITY/USE_PERLIO
30150 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
30152 Use the UTF8_XXX macros in is_utf8_char().
30154 Rewrite pp_concat() in terms of sv_catsv(). The . operator
30155 should now be UTF-8-proof.
30157 Subject: [PATCH perl@8269] scanning two hex-constants
30158 fails on EBCDIC environment (script length.t)
30160 Add some Unicode chop() tests.
30161 Branch: maint-5.6/perl
30162 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
30163 !> sv.c t/op/chop.t utf8.h
30164 ____________________________________________________________________________
30165 [ 8571] By: jhi on 2001/01/28 00:35:59
30166 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
30167 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
30169 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
30171 The maxiters upper limit sanity check (guarding against
30172 non-progress) assumed bytes instead of characters in s///
30177 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
30178 join() should now be UTF-8-proof.
30180 More split // UTF-8 tests. (8250)
30181 Branch: maint-5.6/perl
30182 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
30184 ____________________________________________________________________________
30185 [ 8570] By: jhi on 2001/01/27 22:15:46
30186 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
30187 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
30188 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
30189 8084,8204,8244,8333 from mainline.
30191 For -Q where Q might be a one-letter sub name one does no more
30192 get a warning about an unknown filetest (7941,7943,7944,8084).
30194 Subject: Re: [ID 20001130.011] expression parsing bug ?
30196 Make uv_to_utf8() to zero-terminate its output buffer.
30198 Split off t/op/length.t (7995)
30200 Split off t/op/utf8decode.t (7996)
30202 Remove an unnecessary 'use utf8' from the utf8.t (7998)
30204 Split off t/op/concat.t (8004)
30206 Split off t/op/ver.t (8005)
30208 Document utf8_length(), utf8_distance(), and utf8_hop().
30210 Document utf8_to_uv() better.
30212 Introduce macros for UTF8 decoding (8028,8033).
30214 Add test for reverse() (8030,8031).
30216 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
30218 Do not return the Unicode replacement character on UTF-8
30221 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
30222 not this_utf8 i.e. the output string has one, but don't mess
30223 with source assumption. (8052,8053)
30225 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
30226 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
30227 was not expecting to be called with something that was already
30228 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
30229 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
30232 Recode the naughty binary bytes in utf8decode.t using the \xHH.
30234 Make some panic messages a bit more logical.
30235 Branch: maint-5.6/perl
30236 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
30237 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
30238 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
30239 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
30240 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
30242 ____________________________________________________________________________
30243 [ 8569] By: jhi on 2001/01/27 19:16:43
30244 Log: Integrate changes #7750 from perlio and #8566 from mainline.
30245 Branch: maint-5.6/perl
30247 ____________________________________________________________________________
30248 [ 8568] By: jhi on 2001/01/27 18:06:51
30249 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
30250 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
30251 7935[-perlio.c],7936,7959,7965 from mainline.
30253 Change the "big byte" error message to "Wide character".
30254 (7355, the croak-if-wide-chars-in-print part ignored)
30258 Introduce Perl_utf8_length().
30260 diff -se shows these as different (7753, forgotten check-ins)
30262 Subject: [PATCH] doop.c - UTF8 tr///
30264 If we use (aTHX_ ...) then put Perl_ on the front.
30266 Make utf8_length() and utf8_distance() to be less forgiving
30269 Test line numbers are different with utf8.
30271 No need to scan till infinity, 13 is enough. (7872,7911)
30273 Subject: [PATCH] Tokeniser debugging
30275 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
30277 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
30279 Be more careful in Perl_sv_utf8_downgrade().
30283 Raw zero bytes in text files confuse at least GNU patch 2.1.
30284 Branch: maint-5.6/perl
30285 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
30286 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
30287 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
30288 !> t/pragma/utf8.t toke.c utf8.c utf8.h
30289 ____________________________________________________________________________
30290 [ 8567] By: nick on 2001/01/27 11:10:38
30291 Log: Integrate mainline
30293 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
30294 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
30295 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
30297 ____________________________________________________________________________
30298 [ 8566] By: jhi on 2001/01/27 06:22:48
30299 Log: More documentation for the regexp context stack.
30302 ____________________________________________________________________________
30303 [ 8565] By: jhi on 2001/01/27 05:21:57
30304 Log: Update Changes.
30306 ! Changes patchlevel.h
30307 ____________________________________________________________________________
30308 [ 8564] By: jhi on 2001/01/27 04:44:04
30309 Log: Threadedness patch for #8562 from Doug MacEachern.
30312 ____________________________________________________________________________
30313 [ 8563] By: jhi on 2001/01/27 04:26:24
30314 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
30315 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30316 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
30317 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
30320 ____________________________________________________________________________
30321 [ 8562] By: jhi on 2001/01/27 04:20:30
30322 Log: Subject: Re: Announce : Tokener reporting patch
30323 From: Simon Cozens <simon@cozens.net>
30324 Date: Mon, 22 Jan 2001 02:17:22 +0000
30325 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
30327 ! embed.h embed.pl proto.h toke.c
30328 ____________________________________________________________________________
30329 [ 8561] By: jhi on 2001/01/27 04:17:24
30330 Log: Forgot from #8545. Oops.
30332 ! pp.c t/pragma/overload.t
30333 ____________________________________________________________________________
30334 [ 8560] By: jhi on 2001/01/27 03:01:47
30335 Log: A better module compilation test, use MANIFEST as suggested
30338 ! t/lib/1_compile.t
30339 ____________________________________________________________________________
30340 [ 8559] By: jhi on 2001/01/27 02:50:48
30341 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
30342 From: Peter Prymmer <pvhp@forte.com>
30343 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
30344 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
30347 ____________________________________________________________________________
30348 [ 8558] By: jhi on 2001/01/27 02:27:05
30349 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
30350 From: Peter Prymmer <pvhp@forte.com>
30351 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
30352 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
30354 ! t/pragma/sub_lval.t
30355 ____________________________________________________________________________
30356 [ 8557] By: jhi on 2001/01/27 02:26:03
30357 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
30358 From: Peter Prymmer <pvhp@forte.com>
30359 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
30360 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
30362 ! t/lib/st-06compat.t
30363 ____________________________________________________________________________
30364 [ 8556] By: jhi on 2001/01/27 02:24:33
30365 Log: Subject: [PATCH: perl@8531] minor update to README.os390
30366 From: Peter Prymmer <pvhp@forte.com>
30367 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
30368 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
30371 ____________________________________________________________________________
30372 [ 8555] By: jhi on 2001/01/27 00:35:47
30373 Log: No point in checking the length before we know whether the pointer
30374 is bogus or not, fixes Abigail's odbm failures in Linux.
30377 ____________________________________________________________________________
30378 [ 8554] By: nick on 2001/01/26 19:01:31
30379 Log: Integrate mainline
30381 !> lib/Text/Wrap.pm t/lib/textwrap.t
30382 ____________________________________________________________________________
30383 [ 8553] By: jhi on 2001/01/26 15:19:39
30384 Log: Integrate change #7792 from perlio (multiplicity fix),
30385 fix the AV leak in regex DEBUGGING (tiny part of the
30386 polymorphic regexp patch #8143).
30387 Branch: maint-5.6/perl
30390 ____________________________________________________________________________
30391 [ 8552] By: jhi on 2001/01/26 15:03:23
30392 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
30393 From: Michael G Schwern <schwern@pobox.com>
30394 Date: Fri, 26 Jan 2001 09:28:31 -0500
30395 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
30397 ! lib/Text/Wrap.pm t/lib/textwrap.t
30398 ____________________________________________________________________________
30399 [ 8551] By: jhi on 2001/01/26 02:33:19
30400 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
30401 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
30403 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
30405 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
30409 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
30411 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
30413 (the cleanup of unused submatches in regtry() and regcppop())
30415 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
30416 stored and restored, and thusly was trounced by the utf8 swash
30419 use utf8 not required to use \x{}.
30421 Removed two more tests that make no sense in UTF-8 since the test
30422 data is not in UTF-8.
30424 Get the three different space character classes right under utf8.
30426 Implement ANYOFUTF8 regprop() dumping.
30428 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
30430 Document the regex context pushing/popping a bit better.
30431 Branch: maint-5.6/perl
30432 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
30433 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
30434 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
30435 !> t/op/regmesg.t utf8.c
30436 ____________________________________________________________________________
30437 [ 8550] By: nick on 2001/01/25 19:42:30
30438 Log: Integrate mainline
30440 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
30441 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
30442 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
30443 !> t/lib/bigint.t t/lib/bigintpm.t
30444 ____________________________________________________________________________
30445 [ 8549] By: jhi on 2001/01/25 15:22:28
30446 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
30447 Branch: maint-5.6/perl
30448 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
30449 ____________________________________________________________________________
30450 [ 8548] By: jhi on 2001/01/25 15:02:55
30451 Log: Integrate changes #7997,8063,8492,8547 from mainline.
30453 Subject: Re: STRLEN - what?
30455 Subject: [PATCH] perlguts.pod
30457 Memory management calls documentation.
30459 Layout using tabulator is not a good idea in a pod.
30460 Branch: maint-5.6/perl
30461 !> pod/perlguts.pod
30462 ____________________________________________________________________________
30463 [ 8547] By: jhi on 2001/01/25 14:49:05
30464 Log: Layout using tabulator is not a good idea in a pod.
30467 ____________________________________________________________________________
30468 [ 8546] By: jhi on 2001/01/25 14:31:12
30469 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
30472 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30474 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
30476 More Win32 editor/IDE/shell hints.
30478 More Win32 Perling.
30480 Yet another editor edit.
30484 IDE/editor section tweaking.
30486 Few more IDE/editor nits from p5p.
30487 Branch: maint-5.6/perl
30488 !> pod/perlfaq3.pod
30489 ____________________________________________________________________________
30490 [ 8545] By: jhi on 2001/01/25 04:16:32
30491 Log: Subject: [PATCH 5.7.0] overload int()
30492 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30493 Date: Wed, 24 Jan 2001 19:06:57 -0500
30494 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
30496 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
30497 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
30499 ____________________________________________________________________________
30500 [ 8544] By: jhi on 2001/01/25 04:15:11
30501 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
30502 From: Peter Prymmer <pvhp@forte.com>
30503 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
30504 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
30506 ! Makefile.SH README.os390 hints/os390.sh installperl
30507 ____________________________________________________________________________
30508 [ 8543] By: jhi on 2001/01/25 03:52:08
30509 Log: Integrate change #8462,8469 from mainline.
30511 In VMS Perl subversion (perl -V) is undef.
30512 Branch: maint-5.6/perl
30514 ____________________________________________________________________________
30515 [ 8542] By: jhi on 2001/01/25 03:44:55
30516 Log: Integrate changes #7835,7850,8315,8316 from mainline.
30519 Branch: maint-5.6/perl
30520 !> hints/solaris_2.sh
30521 ____________________________________________________________________________
30522 [ 8541] By: jhi on 2001/01/25 03:39:28
30523 Log: Integrate #8336 from mainline.
30524 Branch: maint-5.6/perl
30526 ____________________________________________________________________________
30527 [ 8540] By: jhi on 2001/01/25 03:23:50
30528 Log: Retract #8539.
30529 Branch: maint-5.6/perl
30531 ____________________________________________________________________________
30532 [ 8539] By: jhi on 2001/01/25 03:21:55
30533 Log: (Retracted by #5940.)
30534 Branch: maint-5.6/perl
30536 ____________________________________________________________________________
30537 [ 8538] By: jhi on 2001/01/25 03:14:07
30538 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
30539 From: Peter Prymmer <pvhp@forte.com>
30540 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
30541 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
30544 Branch: maint-5.6/perl
30545 ! configure.com vms/descrip_mms.template
30546 ____________________________________________________________________________
30547 [ 8537] By: jhi on 2001/01/25 03:06:09
30548 Log: Integrate #7710,7824,7973 from mainline.
30549 Branch: maint-5.6/perl
30550 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30551 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
30552 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
30553 !> vos/config.ga.def vos/config.ga.h win32/config.bc
30554 !> win32/config.gc win32/config.vc
30555 ____________________________________________________________________________
30556 [ 8536] By: jhi on 2001/01/24 13:50:20
30557 Log: Revert the edits made by me so far to the 5.6 branch since
30558 the TRIAL1 since I did edits when I should have been using
30559 integrates. Bad programmer. (Will integrate them properly later.)
30560 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
30561 The #8353 will not be reapplied at least for now since
30562 the UTF-8 hash keys need more thinking.
30563 (The patches #8347, #8354, #8454, #8473 were okay since they
30564 were original edits made specifically for the 5.6.1-TRIAL1.)
30565 Branch: maint-5.6/perl
30566 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30567 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
30568 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
30569 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
30570 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
30571 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30572 ! win32/config.bc win32/config.gc win32/config.vc
30573 ____________________________________________________________________________
30574 [ 8535] By: bailey on 2001/01/24 06:37:02
30577 +> (branch 26 files)
30578 !> (integrate 130 files)
30579 ____________________________________________________________________________
30580 [ 8534] By: nick on 2001/01/23 19:30:57
30581 Log: Integrate mainline.
30583 !> Changes Configure Porting/Glossary Porting/config.sh
30584 !> Porting/config_H embed.h embed.pl ext/Encode/compile
30585 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
30586 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
30587 !> pod/perlvar.pod proto.h t/lib/1_compile.t
30588 ____________________________________________________________________________
30589 [ 8533] By: jhi on 2001/01/23 16:15:46
30590 Log: Forgotten from #8501.
30592 ! Porting/Glossary Porting/config.sh Porting/config_H
30593 ____________________________________________________________________________
30594 [ 8532] By: jhi on 2001/01/23 16:13:27
30595 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
30596 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30597 Date: Mon, 22 Jan 2001 17:51:58 +0100
30598 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
30600 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
30601 ____________________________________________________________________________
30602 [ 8531] By: jhi on 2001/01/23 15:46:01
30603 Log: Update Changes.
30605 ! Changes patchlevel.h
30606 ____________________________________________________________________________
30607 [ 8530] By: jhi on 2001/01/23 15:38:39
30608 Log: De-cut-and-pasto.
30610 ! t/lib/1_compile.t
30611 ____________________________________________________________________________
30612 [ 8529] By: jhi on 2001/01/23 15:11:04
30613 Log: Document the mkdir trailing slashes case.
30616 ____________________________________________________________________________
30617 [ 8528] By: jhi on 2001/01/23 15:08:28
30618 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
30621 Subject: lib/lib.pm
30622 From: <abigail@foad.org>
30623 Date: Mon, 28 Aug 2000 20:35:08 -0400
30624 Message-ID: <20000829003508.21281.qmail@foad.org>
30627 ____________________________________________________________________________
30628 [ 8527] By: jhi on 2001/01/23 14:44:04
30629 Log: Metaconfig unit change for #8526.
30631 ! U/threads/archname.U
30632 ____________________________________________________________________________
30633 [ 8526] By: jhi on 2001/01/23 14:43:19
30634 Log: Attach -perlio to the archname if so selected.
30637 ____________________________________________________________________________
30638 [ 8525] By: jhi on 2001/01/23 14:24:01
30639 Log: Subject: [PATCH] pod/perlvar.pod
30640 From: abigail@foad.org
30641 Date: Tue, 23 Jan 2001 01:41:10 +0100
30642 Message-ID: <20010123004110.22259.qmail@foad.org>
30645 ____________________________________________________________________________
30646 [ 8524] By: jhi on 2001/01/23 14:22:32
30647 Log: A bug introduced in #8217 (the undefined variable in the
30648 lib/safe1_t #3) fixed, by Charles Lane:
30650 The earlier patch made it so that stuff running in Safe
30651 compartments could do a "caller" and see "main". That
30652 little change in name is done right before the code in
30653 the compartment is run, and apparantly the parser
30654 was picking up the stash name before it got changed.
30656 (why it was threaded vs. unthreaded Perl that was sensitive to this
30657 I still don't know...and it probably doesn't matter).
30659 I tryed removing the stash name-change and saw that threaded Perl
30660 did indeed pass the lib/safe1.t tests.
30662 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
30663 do the name change (and to connect _ in the compartment to the global
30664 _) which is removed from _safe_call_sv. Then Safe.pm is modified
30665 to call _safe_pkg_prep when creating a new compartment.
30667 Passes all tests with threaded perl on linux; passes all tests
30668 with unthreaded perl on VMS.
30670 At some point I'll probably want to revisit Safe and Opcode to
30671 provide more sensible handling of global variables...and to get
30672 formats working in Safe compartments, which they don't do currently.
30674 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
30675 ____________________________________________________________________________
30676 [ 8523] By: jhi on 2001/01/23 14:11:58
30677 Log: Also the lib/Thread.pm itself needs to be ignored if
30678 the Thread extension hasn't been built.
30680 ! t/lib/1_compile.t
30681 ____________________________________________________________________________
30682 [ 8522] By: jhi on 2001/01/23 13:51:28
30683 Log: print() instead of warn() so that stderr doesn't get
30684 unncessarily polluted.
30686 ! ext/Encode/compile
30687 ____________________________________________________________________________
30688 [ 8521] By: jhi on 2001/01/23 13:49:48
30689 Log: Integrate perlio.
30691 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
30692 !> ext/Encode/encode.h
30693 ____________________________________________________________________________
30694 [ 8520] By: nick on 2001/01/22 21:44:00
30695 Log: More messing with Encode:
30696 Extra fields in header to allow multiple names and to record
30697 other things "compile" knows.
30698 Re-organise compile to factor out common output routines.
30700 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
30701 ____________________________________________________________________________
30702 [ 8519] By: nick on 2001/01/22 20:33:50
30703 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
30705 ! ext/Encode/Makefile.PL ext/Encode/compile
30706 ____________________________________________________________________________
30707 [ 8518] By: nick on 2001/01/22 20:28:13
30708 Log: Integrate mainline
30710 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
30711 !> vos/config.alpha.def vos/config.alpha.h
30712 ____________________________________________________________________________
30713 [ 8517] By: jhi on 2001/01/22 15:37:17
30714 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
30718 ____________________________________________________________________________
30719 [ 8516] By: jhi on 2001/01/22 14:55:15
30720 Log: More SIG_SIZE fixes.
30722 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
30723 ____________________________________________________________________________
30724 [ 8515] By: jhi on 2001/01/22 14:50:27
30725 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
30726 From: "Craig A. Berry" <craigberry@mac.com>
30727 Date: Mon, 22 Jan 2001 00:42:24 -0600
30728 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
30731 ____________________________________________________________________________
30732 [ 8514] By: jhi on 2001/01/22 14:31:17
30733 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
30734 From: "Craig A. Berry" <craigberry@mac.com>
30735 Date: Sun, 21 Jan 2001 23:03:25 -0600
30736 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
30739 ____________________________________________________________________________
30740 [ 8513] By: jhi on 2001/01/22 14:14:00
30741 Log: Add the .ucm encoding tables to the MANIFEST.
30744 ____________________________________________________________________________
30745 [ 8512] By: jhi on 2001/01/22 13:43:33
30746 Log: Integrate perlio.
30748 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30749 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30750 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30751 +> ext/Encode/Encode/iso8859-10.ucm
30752 +> ext/Encode/Encode/iso8859-13.ucm
30753 +> ext/Encode/Encode/iso8859-14.ucm
30754 +> ext/Encode/Encode/iso8859-15.ucm
30755 +> ext/Encode/Encode/iso8859-16.ucm
30756 +> ext/Encode/Encode/iso8859-2.ucm
30757 +> ext/Encode/Encode/iso8859-3.ucm
30758 +> ext/Encode/Encode/iso8859-4.ucm
30759 +> ext/Encode/Encode/iso8859-5.ucm
30760 +> ext/Encode/Encode/iso8859-6.ucm
30761 +> ext/Encode/Encode/iso8859-7.ucm
30762 +> ext/Encode/Encode/iso8859-8.ucm
30763 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30764 +> ext/Encode/Encode/symbol.ucm
30765 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
30767 ____________________________________________________________________________
30768 [ 8511] By: nick on 2001/01/21 23:44:47
30769 Log: Make "real" layers of ":utf8" and ":raw".
30770 So now PERLIO=utf8 perl ...
30771 does what Andreas wanted.
30772 Fix arg passing in open.pm (still have a Carp issue).
30774 ! lib/open.pm perlio.c perliol.h
30775 ____________________________________________________________________________
30776 [ 8510] By: jhi on 2001/01/21 22:56:53
30777 Log: Document the regex context pushing/popping a bit better.
30780 ____________________________________________________________________________
30781 [ 8509] By: jhi on 2001/01/21 22:55:44
30782 Log: Tweak the mkdir trailing slash code some more.
30784 TO DO: the same handling should probably be done for
30785 all the other filesystem functions that can have directories
30786 as their arguments.
30789 ____________________________________________________________________________
30790 [ 8508] By: nick on 2001/01/21 21:37:43
30791 Log: Switch "compiled in" encodings to .ucm format.
30792 (Leave others as .enc till we can run-time load .ucm,
30793 or find some other way to load them.)
30795 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30796 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30797 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30798 + ext/Encode/Encode/iso8859-10.ucm
30799 + ext/Encode/Encode/iso8859-13.ucm
30800 + ext/Encode/Encode/iso8859-14.ucm
30801 + ext/Encode/Encode/iso8859-15.ucm
30802 + ext/Encode/Encode/iso8859-16.ucm
30803 + ext/Encode/Encode/iso8859-2.ucm
30804 + ext/Encode/Encode/iso8859-3.ucm
30805 + ext/Encode/Encode/iso8859-4.ucm
30806 + ext/Encode/Encode/iso8859-5.ucm
30807 + ext/Encode/Encode/iso8859-6.ucm
30808 + ext/Encode/Encode/iso8859-7.ucm
30809 + ext/Encode/Encode/iso8859-8.ucm
30810 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30811 + ext/Encode/Encode/symbol.ucm
30812 ! ext/Encode/Makefile.PL ext/Encode/compile
30813 ____________________________________________________________________________
30814 [ 8507] By: nick on 2001/01/21 21:02:03
30815 Log: Integrate (partial) mainline.
30817 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
30818 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
30819 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30820 ____________________________________________________________________________
30821 [ 8506] By: jhi on 2001/01/21 20:09:30
30822 Log: Update Changes.
30824 ! Changes patchlevel.h
30825 ____________________________________________________________________________
30826 [ 8505] By: jhi on 2001/01/21 19:39:59
30827 Log: Subject: Minor typos in perlfaq2.pod
30828 From: "Stephen P. Potter" <spp@spotter.yi.org>
30829 Message-Id: <200101192101.QAA11911@spotter.yi.org>
30830 Date: Fri, 19 Jan 2001 16:01:13 -0500
30832 with a nit from Philip Netwon.
30835 ____________________________________________________________________________
30836 [ 8504] By: jhi on 2001/01/21 19:33:05
30837 Log: Metaconfig change for #8503.
30839 ! U/threads/usethreads.U
30840 ____________________________________________________________________________
30841 [ 8503] By: jhi on 2001/01/21 19:32:21
30842 Log: Sanity check for conflicting thread flavours.
30844 ! Configure config_h.SH
30845 ____________________________________________________________________________
30846 [ 8502] By: jhi on 2001/01/21 19:23:00
30847 Log: Metaconfig change for #8501.
30849 ! U/modified/sig_name.U
30850 ____________________________________________________________________________
30851 [ 8501] By: jhi on 2001/01/21 19:22:26
30852 Log: The SIG_SIZE is the number of the elements *excluding*
30853 the terminating NULL.
30855 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
30856 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
30857 ! win32/config_H.vc
30858 ____________________________________________________________________________
30859 [ 8500] By: jhi on 2001/01/21 18:31:31
30860 Log: Integrate perlio.
30862 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
30863 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
30864 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
30865 !> pp_sys.c proto.h sv.c
30866 ____________________________________________________________________________
30867 [ 8499] By: jhi on 2001/01/21 17:43:57
30868 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
30869 From: Hugo <hv@crypt.compulink.co.uk>
30870 Date: Sun, 21 Jan 2001 13:34:05 +0000
30871 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
30873 In sprintf UTF8ize only if necessary.
30876 ____________________________________________________________________________
30877 [ 8498] By: nick on 2001/01/21 16:25:32
30878 Log: Encode cleanup.
30879 Add command line control over "compile" so that Makefile.PL
30880 needs can be combined with other uses.
30881 Use command line options in Makefile.PL.
30882 Fix multi-byte parsing in .ucm files.
30884 ! ext/Encode/Makefile.PL ext/Encode/compile
30885 ____________________________________________________________________________
30886 [ 8497] By: nick on 2001/01/21 12:56:27
30887 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
30889 ! ext/Encode/Encode.xs
30890 ____________________________________________________________________________
30891 [ 8496] By: nick on 2001/01/21 12:18:45
30892 Log: Fixup after integrate:
30893 missed the .sym files that are changed by regen_headers
30894 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
30896 ! global.sym pp.sym sv.c
30897 ____________________________________________________________________________
30898 [ 8495] By: nick on 2001/01/21 11:51:07
30899 Log: Integrate mainline.
30901 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
30902 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
30903 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
30904 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
30905 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
30906 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
30907 !> win32/Makefile win32/makefile.mk
30908 ____________________________________________________________________________
30909 [ 8494] By: jhi on 2001/01/20 23:12:11
30910 Log: Forgot the expect_number() prototype.
30912 ! embed.h embed.pl proto.h
30913 ____________________________________________________________________________
30914 [ 8493] By: jhi on 2001/01/20 22:56:39
30915 Log: Subject: [PATCH: perl@8482] README.vms URL updates
30916 From: Peter Prymmer <pvhp@forte.com>
30917 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
30918 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
30920 Plus Craig A. Berry's suggestion to use compaq.com instead
30924 ____________________________________________________________________________
30925 [ 8492] By: jhi on 2001/01/20 22:50:05
30926 Log: Memory management calls documentation.
30929 ____________________________________________________________________________
30930 [ 8491] By: jhi on 2001/01/20 22:38:33
30931 Log: Signedness nit plus few memcpy/Copy nits.
30934 ____________________________________________________________________________
30935 [ 8490] By: jhi on 2001/01/20 22:25:53
30936 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
30937 From: Peter Prymmer <pvhp@forte.com>
30938 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
30939 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
30941 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
30942 ____________________________________________________________________________
30943 [ 8489] By: jhi on 2001/01/20 22:24:41
30944 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
30945 From: Peter Prymmer <pvhp@forte.com>
30946 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
30947 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
30949 ! win32/Makefile win32/makefile.mk
30950 ____________________________________________________________________________
30951 [ 8488] By: jhi on 2001/01/20 22:22:27
30952 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
30953 From: Peter Prymmer <pvhp@forte.com>
30954 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
30955 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
30958 ____________________________________________________________________________
30959 [ 8487] By: jhi on 2001/01/20 22:21:18
30960 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
30961 From: Peter Prymmer <pvhp@forte.com>
30962 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
30963 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
30965 + ext/DynaLoader/dl_dllload.xs
30966 ! MANIFEST Makefile.SH hints/os390.sh
30967 ____________________________________________________________________________
30968 [ 8486] By: jhi on 2001/01/20 22:17:53
30969 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
30970 From: Peter Prymmer <pvhp@forte.com>
30971 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
30972 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
30974 ! README.os390 README.posix-bc
30975 ____________________________________________________________________________
30976 [ 8485] By: jhi on 2001/01/20 20:15:30
30977 Log: Document and test the new qu operator.
30980 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
30981 ! pod/perlretut.pod pod/perlunicode.pod
30982 ____________________________________________________________________________
30983 [ 8484] By: nick on 2001/01/20 19:42:30
30984 Log: Infrastructure to allow:
30985 open($fh,"|-",@array);
30987 i.e. mark pp_open as needing a stack mark, and make pp_open
30988 process its args in that style (and pass them _all_ to tied handles OPEN).
30989 Invent do_openn() which takes SV ** at allow it to see multiple args.
30990 Note this does not _do_ anything yet.
30992 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
30993 ! perlapi.c pp_proto.h pp_sys.c proto.h
30994 ____________________________________________________________________________
30995 [ 8483] By: nick on 2001/01/20 17:23:14
30996 Log: Integrate mainline.
30998 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
30999 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
31000 ____________________________________________________________________________
31001 [ 8482] By: jhi on 2001/01/19 15:37:49
31002 Log: Update Changes.
31004 ! Changes patchlevel.h
31005 ____________________________________________________________________________
31006 [ 8481] By: jhi on 2001/01/19 14:41:24
31007 Log: Subject: Re: new feature: s?printf parameter reordering
31008 From: Hugo <hv@crypt.compulink.co.uk>
31009 Date: Thu, 11 Jan 2001 17:09:03 +0000
31010 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
31012 - support reordering for all parameters: %, *v, *, .*
31013 - lay down that the reordering specification must immediately
31014 follow that parameter: %3$, *v3$, *3$, .*3$
31015 - fix vectorisation of a zero-length string
31016 - factor out the code choosing the argument to format
31018 Possibly unwanted side-effects:
31019 - the special format specifiers ' +-0' must now precede any
31020 vectorisation specifier. Tests in op/sprintf and op/ver
31021 have been changed to reflect this.
31022 - sprintf.t test #214 changed its expectations because in many
31023 cases, the next parameter has already been consumed when an
31024 invalid type letter is detected.
31026 Probably wanted side-effects:
31027 - attempts to format a non-existent parameter will warn as if C<undef>
31028 - attempt to write to non-existent parameter with '%n' will complain
31029 of "attempt to modify read-only value" instead of being silent
31031 ! sv.c t/op/sprintf.t t/op/ver.t
31032 ____________________________________________________________________________
31033 [ 8480] By: jhi on 2001/01/19 14:08:37
31034 Log: Subject: PATCH pragma/locale.t
31035 From: andreas.koenig@anima.de (Andreas J. Koenig)
31036 Date: 18 Jan 2001 09:45:37 +0100
31037 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
31039 ! t/pragma/locale.t
31040 ____________________________________________________________________________
31041 [ 8479] By: jhi on 2001/01/19 13:19:58
31042 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
31045 ____________________________________________________________________________
31046 [ 8478] By: jhi on 2001/01/19 02:12:35
31047 Log: Automate 1_compile.t.
31049 ! t/lib/1_compile.t
31050 ____________________________________________________________________________
31051 [ 8477] By: jhi on 2001/01/19 01:49:56
31052 Log: Integrate perlio.
31054 !> sv.c win32/config.bc win32/config.gc win32/config.vc
31055 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31056 ____________________________________________________________________________
31057 [ 8476] By: nick on 2001/01/18 21:51:52
31058 Log: Integrate mainline
31060 +> t/lib/1_compile.t t/lib/compmod.pl
31061 !> MANIFEST configure.com lib/unicode/distinct.pm
31062 ____________________________________________________________________________
31063 [ 8475] By: nick on 2001/01/18 21:48:02
31064 Log: Win32 "safe signals" co-existance fix.
31065 Fix SIG_SIZE value.
31066 Clear PL_sig_pending when cloning (fork).
31068 ! sv.c win32/config.bc win32/config.gc win32/config.vc
31069 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31070 ____________________________________________________________________________
31071 [ 8474] By: jhi on 2001/01/18 14:40:57
31072 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
31074 ! t/lib/1_compile.t
31075 ____________________________________________________________________________
31076 [ 8473] By: gsar on 2001/01/18 11:42:31
31077 Log: unsubmitted trial1 change
31078 Branch: maint-5.6/perl
31080 ____________________________________________________________________________
31081 [ 8472] By: jhi on 2001/01/18 04:30:24
31082 Log: The first bug found by 1_compile.t.
31084 ! lib/unicode/distinct.pm
31085 ____________________________________________________________________________
31086 [ 8471] By: jhi on 2001/01/18 04:29:42
31087 Log: Add Schwern's 1_compile test. The compile_module script renamed
31088 to be a bit shorter for the 8.3 people.
31090 + t/lib/1_compile.t t/lib/compmod.pl
31092 ____________________________________________________________________________
31093 [ 8470] By: jhi on 2001/01/18 04:16:00
31094 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)
31095 From: Peter Prymmer <pvhp@forte.com>
31096 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
31097 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
31099 Branch: maint-5.6/perl
31101 ____________________________________________________________________________
31102 [ 8469] By: jhi on 2001/01/18 04:13:02
31103 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)
31104 From: Peter Prymmer <pvhp@forte.com>
31105 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
31106 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
31110 ____________________________________________________________________________
31111 [ 8468] By: jhi on 2001/01/18 03:42:08
31112 Log: Integrate perlio.
31114 !> gv.c mg.c perlio.c util.c
31115 ____________________________________________________________________________
31116 [ 8467] By: nick on 2001/01/17 22:41:10
31117 Log: "Safe" signals - trial implementation.
31118 gv.c tweaked to zero PL_sig_pend array
31119 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
31120 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
31121 Odd thing is that it "works" with PERLIO=stdio as well (linux).
31123 ! gv.c mg.c perlio.c util.c
31124 ____________________________________________________________________________
31125 [ 8466] By: nick on 2001/01/17 20:40:20
31126 Log: Integrate mainline.
31128 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31129 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
31130 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
31131 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31132 !> vos/config.ga.h win32/config.bc win32/config.gc
31134 ____________________________________________________________________________
31135 [ 8465] By: jhi on 2001/01/17 18:37:13
31136 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
31137 From: Nicholas Clark <nick@ccl4.org>
31138 Date: Wed, 17 Jan 2001 17:31:33 +0000
31139 Message-ID: <20010117173133.I2633@plum.flirble.org>
31142 ____________________________________________________________________________
31143 [ 8464] By: jhi on 2001/01/17 14:43:17
31144 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
31145 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31146 Date: Wed, 17 Jan 2001 15:16:43 +0100
31147 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
31149 pp_int() was dropping an NV to the floor,
31150 int(279964589018079/59) either returned not an integer
31151 4745162525730.15, or one got "Attempt to free unreferenced scalar."
31154 ____________________________________________________________________________
31155 [ 8463] By: jhi on 2001/01/17 06:12:42
31156 Log: (Replaced by #8470)
31158 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)
31159 From: "Craig A. Berry" <craigberry@mac.com>
31160 Date: Tue, 16 Jan 2001 23:38:46 -0600
31161 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
31162 Branch: maint-5.6/perl
31164 ____________________________________________________________________________
31165 [ 8462] By: jhi on 2001/01/17 06:11:31
31166 Log: (Replaced by #8469)
31168 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)
31169 From: "Craig A. Berry" <craigberry@mac.com>
31170 Date: Tue, 16 Jan 2001 23:38:46 -0600
31171 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
31174 ____________________________________________________________________________
31175 [ 8461] By: jhi on 2001/01/17 05:56:12
31176 Log: Allow for one trailing slash in the directory of mkdir().
31179 ____________________________________________________________________________
31180 [ 8460] By: jhi on 2001/01/17 03:26:01
31181 Log: Metaconfig unit changes for #8459.
31183 ! U/modified/Loc.U U/modified/sig_name.U
31184 ____________________________________________________________________________
31185 [ 8459] By: jhi on 2001/01/17 03:24:48
31186 Log: Define SIG_SIZE, the number of elements in the sig_name and
31187 sig_num arrays, including the final NULL entry.
31189 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31190 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
31191 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
31192 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31193 ! win32/config.bc win32/config.gc win32/config.vc
31194 ____________________________________________________________________________
31195 [ 8458] By: jhi on 2001/01/17 01:41:33
31196 Log: Integrate perlio.
31198 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
31199 !> perlapi.h proto.h sv.c
31200 ____________________________________________________________________________
31201 [ 8457] By: nick on 2001/01/16 22:07:26
31202 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
31203 Provides all the "cost" but no benefit yet - it is to allow cost
31204 to be measured, and implementation experiments (just in mg.c?).
31206 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
31207 ! perlapi.h proto.h sv.c
31208 ____________________________________________________________________________
31209 [ 8456] By: nick on 2001/01/16 21:07:07
31210 Log: Integrate mainline.
31212 !> (integrate 51 files)
31213 ____________________________________________________________________________
31214 [ 8455] By: jhi on 2001/01/16 18:13:43
31215 Log: Subject: [PATCH] regcomp.c old feature removal
31216 From: mjd@plover.com
31217 Date: 16 Jan 2001 14:43:18 -0000
31218 Message-ID: <20010116144318.7140.qmail@plover.com>
31221 ____________________________________________________________________________
31222 [ 8454] By: jhi on 2001/01/16 16:12:39
31223 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
31224 From: "Indy Singh" <indy@nusphere.com>
31225 Date: Wed, 10 Jan 2001 20:17:49 -0500
31226 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
31227 Branch: maint-5.6/perl
31229 ____________________________________________________________________________
31230 [ 8453] By: jhi on 2001/01/16 16:09:33
31231 Log: Update Changes.
31233 ! Changes patchlevel.h
31234 ____________________________________________________________________________
31235 [ 8452] By: jhi on 2001/01/16 15:42:04
31236 Log: Subject: Re: API Cleanup
31237 To: perl5-porters@perl.org
31238 Date: Tue, 16 Jan 2001 13:42:30 +0000
31239 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
31241 Subject: [PATCH] utf8.c documentation
31242 From: Simon Cozens <simon@cozens.net>
31243 Date: Tue, 16 Jan 2001 13:52:48 +0000
31244 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
31246 Subject: Re: API Cleanup
31247 From: Simon Cozens <simon@cozens.net>
31248 Date: Tue, 16 Jan 2001 14:58:55 +0000
31249 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
31253 ! embed.pl pod/perlapi.pod utf8.c
31254 ____________________________________________________________________________
31255 [ 8451] By: jhi on 2001/01/16 14:41:39
31256 Log: podlators 1.07, from Russ Allbery.
31259 ____________________________________________________________________________
31260 [ 8450] By: jhi on 2001/01/16 14:24:19
31261 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
31262 From: "Indy Singh" <indy@nusphere.com>
31263 Date: Mon, 15 Jan 2001 20:59:40 -0500
31264 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
31267 ____________________________________________________________________________
31268 [ 8449] By: jhi on 2001/01/16 03:42:55
31269 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
31270 at the setting of the ofs_sv in new_struct_thread() as the
31271 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
31272 that invited a core dump.
31275 ____________________________________________________________________________
31276 [ 8448] By: jhi on 2001/01/16 01:49:07
31277 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
31278 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31279 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
31280 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
31282 Replace #8444 and #8445.
31284 ! ext/B/B.xs ext/B/B/Debug.pm
31285 ____________________________________________________________________________
31286 [ 8447] By: jhi on 2001/01/15 21:05:35
31287 Log: Subject: [PATCH] API Variable documentation
31288 From: Simon Cozens <simon@cozens.net>
31289 Date: Mon, 15 Jan 2001 19:35:54 +0000
31290 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
31292 ! pod/perlapi.pod thrdvar.h
31293 ____________________________________________________________________________
31294 [ 8446] By: jhi on 2001/01/15 20:49:20
31295 Log: Signedness nit.
31298 ____________________________________________________________________________
31299 [ 8445] By: jhi on 2001/01/15 20:28:48
31300 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
31303 ____________________________________________________________________________
31304 [ 8444] By: jhi on 2001/01/15 13:09:10
31305 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
31308 ____________________________________________________________________________
31309 [ 8443] By: jhi on 2001/01/15 13:06:26
31310 Log: Missing from #8439.
31313 ____________________________________________________________________________
31314 [ 8442] By: jhi on 2001/01/15 13:02:38
31315 Log: Subject: [PATCH @8436] Eliminate op_children
31316 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31317 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
31318 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
31320 Subject: [PATCH @8436] Re: Eliminate op_children
31321 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31322 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
31323 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
31325 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
31326 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
31328 ____________________________________________________________________________
31329 [ 8441] By: jhi on 2001/01/15 12:57:08
31330 Log: Use the /^Perl_/-less form of is_lvalue_sub().
31333 ____________________________________________________________________________
31334 [ 8440] By: jhi on 2001/01/15 05:13:09
31335 Log: Revert #8437 and #8438, the Linux large files story is more complex.
31336 Branch: metaconfig/U/perl
31337 ! d_fpos64_t.U d_off64_t.U
31339 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31340 ! config_h.SH configure.com epoc/config.sh perl.h
31341 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31342 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31343 ! win32/config.bc win32/config.gc win32/config.vc
31344 ____________________________________________________________________________
31345 [ 8439] By: jhi on 2001/01/15 05:02:24
31346 Log: More UTF-8 patches from Inaba Hiroto.
31347 - The substr lval was still not okay.
31348 - Now pp_stringify and sv_setsv copies source's UTF8 flag
31349 even if IN_BYTE. pp_stringify is called from fold_constants
31350 at optimization phase and "\x{100}" was made SvUTF8_off under
31351 use bytes (the bytes pragma is for "byte semantics" and not
31352 for "do not produce UTF8 data")
31353 - New `qu' operator to generate UTF8 string explicitly.
31354 Though I agree with the policy "0x00-0xff always produce bytes",
31355 sometimes want to such a string to be coded in UTF8.
31356 I can use pack"U0a*" but it requires more typing and has
31358 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
31359 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
31360 string is not UTF8_on and has char 0x80-0xff.
31362 TODO: document and test qu.
31364 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
31365 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
31367 ____________________________________________________________________________
31368 [ 8438] By: jhi on 2001/01/14 05:10:23
31369 Log: Metaconfig unit changes for #8437.
31370 Branch: metaconfig/U/perl
31371 ! d_fpos64_t.U d_off64_t.U
31372 ____________________________________________________________________________
31373 [ 8437] By: jhi on 2001/01/14 04:55:34
31374 Log: Add <features.h> probing, seems to be needed for (some?)
31375 Linux largefileness.
31377 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31378 ! config_h.SH configure.com epoc/config.sh perl.h
31379 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31380 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31381 ! win32/config.bc win32/config.gc win32/config.vc
31382 ____________________________________________________________________________
31383 [ 8436] By: jhi on 2001/01/13 17:47:21
31384 Log: Tighten some of the tests a bit.
31387 ____________________________________________________________________________
31388 [ 8435] By: jhi on 2001/01/13 17:31:54
31389 Log: Integrate perlio.
31391 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
31392 !> win32/config_H.gc win32/config_H.vc
31393 ____________________________________________________________________________
31394 [ 8434] By: nick on 2001/01/13 11:36:53
31395 Log: Run dmake regen_config_h for Win32
31397 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31398 ____________________________________________________________________________
31399 [ 8433] By: nick on 2001/01/13 11:31:55
31400 Log: VMS friendly patch to Encode compile process
31402 ! ext/Encode/Makefile.PL ext/Encode/compile
31403 ____________________________________________________________________________
31404 [ 8432] By: nick on 2001/01/13 11:06:44
31405 Log: Integrate mainline
31407 +> ext/B/B/Concise.pm
31408 !> (integrate 52 files)
31409 ____________________________________________________________________________
31410 [ 8431] By: jhi on 2001/01/13 05:55:55
31411 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
31412 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31413 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
31414 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
31416 ! ext/B/B/Concise.pm
31417 ____________________________________________________________________________
31418 [ 8430] By: jhi on 2001/01/13 04:24:18
31419 Log: The LVRET macro needed an aTHX.
31422 ____________________________________________________________________________
31423 [ 8429] By: jhi on 2001/01/13 02:12:42
31424 Log: Update Changes.
31426 ! Changes patchlevel.h
31427 ____________________________________________________________________________
31428 [ 8428] By: jhi on 2001/01/13 02:08:50
31429 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
31430 From: Peter Prymmer <pvhp@forte.com>
31431 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
31432 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
31434 Add a BEGIN guard for sloppy floating point division.
31436 ! lib/Math/BigInt.pm lib/bigint.pl
31437 ____________________________________________________________________________
31438 [ 8427] By: jhi on 2001/01/13 01:47:16
31439 Log: The B::Terse drop-in replacement wasn't quite drop-in.
31442 ____________________________________________________________________________
31443 [ 8426] By: jhi on 2001/01/12 21:20:43
31446 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31447 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
31448 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31449 ! vos/config.ga.def vos/config.ga.h win32/config.bc
31450 ! win32/config.gc win32/config.vc
31451 ____________________________________________________________________________
31452 [ 8425] By: jhi on 2001/01/12 20:20:14
31453 Log: Subject: [PATCH perl@8342] -Wformat
31454 From: Robin Barker <rmb1@cise.npl.co.uk>
31455 Date: Fri, 12 Jan 2001 20:03:14 GMT
31456 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
31458 ! ext/Encode/Encode.xs mg.c sv.c toke.c
31459 ____________________________________________________________________________
31460 [ 8424] By: jhi on 2001/01/12 20:01:48
31461 Log: Subject: B::Concise -- an improved replacement for B::Terse
31462 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31463 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
31464 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
31466 + ext/B/B/Concise.pm
31467 ! MANIFEST ext/B/B/Terse.pm
31468 ____________________________________________________________________________
31469 [ 8423] By: jhi on 2001/01/12 19:24:02
31470 Log: The new metaconfig unit from the #8421.
31471 Branch: metaconfig/U/perl
31473 ____________________________________________________________________________
31474 [ 8422] By: jhi on 2001/01/12 19:23:43
31475 Log: Forgot the microperl config from the #8421.
31477 ! uconfig.h uconfig.sh
31478 ____________________________________________________________________________
31479 [ 8421] By: jhi on 2001/01/12 19:05:27
31480 Log: Add sigprocmask() probe, regen Configure, regen toc.
31482 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31483 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
31484 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31485 ! vos/config.ga.h win32/config.bc win32/config.gc
31487 ____________________________________________________________________________
31488 [ 8420] By: jhi on 2001/01/12 18:34:31
31489 Log: Add sockatmark() to the todo list.
31492 ____________________________________________________________________________
31493 [ 8419] By: jhi on 2001/01/12 18:09:46
31494 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
31497 ____________________________________________________________________________
31498 [ 8418] By: jhi on 2001/01/12 18:05:30
31499 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
31500 From: Radu Greab <radu@netsoft.ro>
31501 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
31502 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
31504 ! op.c t/pragma/sub_lval.t
31505 ____________________________________________________________________________
31506 [ 8417] By: jhi on 2001/01/12 16:09:09
31507 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
31508 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31509 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
31510 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
31512 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
31513 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
31514 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
31515 ! t/pragma/sub_lval.t toke.c
31516 ____________________________________________________________________________
31517 [ 8416] By: jhi on 2001/01/12 15:42:06
31518 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
31519 From: "Richard Soderberg" <rs@crystalflame.net>
31520 Date: Fri, 12 Jan 2001 04:49:35 -0800
31521 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
31523 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
31524 according to the platform.
31527 ____________________________________________________________________________
31528 [ 8415] By: jhi on 2001/01/12 15:33:41
31529 Log: One more UTF-8 fix from Inaba Hiroto.
31531 ! pp.c regexec.c t/pragma/utf8.t
31532 ____________________________________________________________________________
31533 [ 8414] By: jhi on 2001/01/12 15:30:18
31534 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
31537 ____________________________________________________________________________
31538 [ 8413] By: jhi on 2001/01/12 15:22:10
31539 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
31540 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31541 Date: Thu, 11 Jan 2001 12:53:36 +0100
31542 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
31545 ____________________________________________________________________________
31546 [ 8412] By: jhi on 2001/01/12 15:20:25
31547 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
31548 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31549 Date: Fri, 12 Jan 2001 14:37:55 +0100
31550 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
31552 ! hints/posix-bc.sh
31553 ____________________________________________________________________________
31554 [ 8411] By: jhi on 2001/01/12 15:14:14
31555 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
31556 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31557 Date: Fri, 12 Jan 2001 10:42:21 +0100
31558 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
31561 ____________________________________________________________________________
31562 [ 8410] By: jhi on 2001/01/12 05:48:55
31563 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
31564 From: Nicholas Clark <nick@ccl4.org>
31565 Date: Sun, 7 Jan 2001 19:47:14 +0000
31566 Message-ID: <20010107194714.B1048@plum.flirble.org>
31568 ! t/op/numconvert.t
31569 ____________________________________________________________________________
31570 [ 8409] By: jhi on 2001/01/12 05:41:28
31571 Log: Integrate perlio.
31574 ____________________________________________________________________________
31575 [ 8408] By: nick on 2001/01/11 22:43:28
31576 Log: Remove variables that were used in experiments.
31579 ____________________________________________________________________________
31580 [ 8407] By: nick on 2001/01/11 20:57:44
31581 Log: Catch die in %SIG handler and unblock the signal before re-dying.
31582 This make Linux work _without_ sigsetjmp().
31583 Turn off sigsetjmp() to see what else it does.
31584 May need Configure probe for sigprocmask() if anything has sigaction()
31585 but not sigprocmask().
31588 ____________________________________________________________________________
31589 [ 8406] By: nick on 2001/01/11 19:32:07
31590 Log: Integrate mainline
31592 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
31593 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
31595 ____________________________________________________________________________
31596 [ 8405] By: jhi on 2001/01/11 17:11:01
31597 Log: Fix UTF-8 lval substr().
31599 ! mg.c t/op/substr.t
31600 ____________________________________________________________________________
31601 [ 8404] By: jhi on 2001/01/11 05:13:58
31602 Log: Update Changes.
31604 ! Changes patchlevel.h
31605 ____________________________________________________________________________
31606 [ 8403] By: jhi on 2001/01/11 04:38:24
31607 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
31608 From: Hugo <hv@crypt.compulink.co.uk>
31609 Date: Mon, 30 Oct 2000 01:33:26 +0000
31610 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
31612 ! regexec.c t/op/re_tests
31613 ____________________________________________________________________________
31614 [ 8402] By: jhi on 2001/01/11 04:26:12
31615 Log: Integrate perlio.
31618 ____________________________________________________________________________
31619 [ 8401] By: nick on 2001/01/10 22:52:55
31620 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
31621 (So Alan and Ilya can try setting via hints.)
31622 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
31623 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
31624 doing the save everywhere seems to restart read() correctly, but just
31625 doing it once "round" the handler does not.
31628 ____________________________________________________________________________
31629 [ 8400] By: jhi on 2001/01/10 21:57:54
31630 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
31631 of IRIX, HP-UX is unaffected.
31634 ____________________________________________________________________________
31635 [ 8399] By: nick on 2001/01/10 21:29:19
31636 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
31639 ____________________________________________________________________________
31640 [ 8398] By: jhi on 2001/01/10 20:55:31
31641 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
31642 also have ReusePort.
31644 ! ext/IO/lib/IO/Socket/INET.pm
31645 ____________________________________________________________________________
31646 [ 8397] By: jhi on 2001/01/10 20:50:57
31647 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
31648 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31649 Date: Wed, 10 Jan 2001 01:38:13 -0800
31650 Message-ID: <20010110013813.B41744@yahoo-inc.com>
31652 ! ext/IO/lib/IO/Socket/INET.pm
31653 ____________________________________________________________________________
31654 [ 8396] By: jhi on 2001/01/10 20:49:30
31655 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
31656 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31657 Date: Wed, 10 Jan 2001 01:37:32 -0800
31658 Message-ID: <20010110013732.A41744@yahoo-inc.com>
31660 ! ext/Socket/Socket.pm
31661 ____________________________________________________________________________
31662 [ 8395] By: jhi on 2001/01/10 20:41:37
31663 Log: Test for bug id 20010105.016 (fixed by #8378).
31666 ____________________________________________________________________________
31667 [ 8394] By: jhi on 2001/01/10 20:26:32
31668 Log: Integrate perlio.
31671 ____________________________________________________________________________
31672 [ 8393] By: nick on 2001/01/10 19:34:30
31673 Log: Back out Simon's pid hackery for now.
31676 ____________________________________________________________________________
31677 [ 8392] By: nick on 2001/01/10 19:23:13
31678 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
31680 !> (integrate 29 files)
31681 ____________________________________________________________________________
31682 [ 8391] By: jhi on 2001/01/10 18:43:15
31683 Log: Subject: [PATCH] Fix my_pclose segfault
31684 From: Simon Cozens <simon@cozens.net>
31685 Date: Wed, 10 Jan 2001 18:39:35 +0000
31686 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
31689 ____________________________________________________________________________
31690 [ 8390] By: jhi on 2001/01/10 18:42:08
31691 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
31692 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31693 Date: Wed, 10 Jan 2001 13:23:02 EST
31694 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
31696 ! ext/Opcode/Opcode.xs
31697 ____________________________________________________________________________
31698 [ 8389] By: jhi on 2001/01/10 15:16:07
31699 Log: Turn off the integer preservation for now.
31702 ____________________________________________________________________________
31703 [ 8388] By: jhi on 2001/01/10 15:01:25
31704 Log: Few more IDE/editor nits from p5p.
31707 ____________________________________________________________________________
31708 [ 8387] By: jhi on 2001/01/10 06:53:16
31709 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
31710 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
31711 Date: Tue, 9 Jan 2001 23:16:02 +0000
31712 Message-ID: <20010109231602.A81101@plum.flirble.org>
31715 ____________________________________________________________________________
31716 [ 8386] By: jhi on 2001/01/10 03:17:54
31717 Log: Test cases for #8385 (from Simon's "torture.pl")
31720 ____________________________________________________________________________
31721 [ 8385] By: jhi on 2001/01/10 03:17:11
31722 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
31723 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
31724 Date: Wed, 10 Jan 2001 11:39:39 +0900
31725 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
31727 Some more UTF-8 tr cases fixed.
31730 ____________________________________________________________________________
31731 [ 8384] By: jhi on 2001/01/09 22:45:40
31732 Log: Allow the locale test needing POSIX and the taint test
31733 needing IPC::SysV to run under 'minitest' (basically,
31734 bail out if loading the extension fails)
31736 ! t/op/misc.t t/op/taint.t
31737 ____________________________________________________________________________
31738 [ 8383] By: jhi on 2001/01/09 21:36:04
31739 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
31740 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31741 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
31742 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
31745 ____________________________________________________________________________
31746 [ 8382] By: jhi on 2001/01/09 21:06:08
31747 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
31748 Should finish up the bug id 20001205.022.
31750 ! pp.c pp_hot.c scope.c
31751 ____________________________________________________________________________
31752 [ 8381] By: jhi on 2001/01/09 18:27:43
31753 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
31754 From: Andy Dougherty <doughera@lafayette.edu>
31755 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
31756 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
31758 More robust yacc/bison error detection.
31761 ____________________________________________________________________________
31762 [ 8380] By: jhi on 2001/01/09 15:21:38
31763 Log: Subject: [PATCH] make t/op/misc.t work on VMS
31764 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31765 Date: Tue, 9 Jan 2001 07:53:55 EST
31766 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
31768 ! t/op/misc.t vms/test.com
31769 ____________________________________________________________________________
31770 [ 8379] By: jhi on 2001/01/09 15:20:38
31771 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
31772 From: jhi@cc.hut.fi
31773 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
31774 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
31776 The #8378 fixed this.
31779 ____________________________________________________________________________
31780 [ 8378] By: jhi on 2001/01/09 15:05:32
31781 Log: Subject: One more patch for UTF8
31782 From: Inaba Hiroto <inaba@st.rim.or.jp>
31783 Date: Tue, 09 Jan 2001 01:04:32 +0900
31784 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
31786 UTF-8 fixes for 'x' and tr///.
31788 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
31789 ! regcomp.c regexec.c toke.c utf8.c
31790 ____________________________________________________________________________
31791 [ 8377] By: jhi on 2001/01/09 14:32:17
31792 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
31795 ____________________________________________________________________________
31796 [ 8376] By: jhi on 2001/01/09 04:32:32
31797 Log: integrate changes #7775, #8316, #8316 from mainline
31798 Branch: maint-5.6/perl
31799 ! hints/solaris_2.sh
31800 ____________________________________________________________________________
31801 [ 8375] By: jhi on 2001/01/09 04:26:43
31802 Log: Update Changes.
31804 ! Changes patchlevel.h
31805 ____________________________________________________________________________
31806 [ 8374] By: jhi on 2001/01/09 04:14:32
31807 Log: IDE/editor section tweaking.
31810 ____________________________________________________________________________
31811 [ 8373] By: jhi on 2001/01/09 02:38:26
31812 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
31813 From: Peter Prymmer <pvhp@forte.com>
31814 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
31815 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
31817 In preparation os OS/390 dynamic loading.
31819 ! README.os390 hints/os390.sh
31820 ____________________________________________________________________________
31821 [ 8372] By: jhi on 2001/01/09 00:24:30
31822 Log: Integrate with perlio.
31824 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
31825 ____________________________________________________________________________
31826 [ 8371] By: nick on 2001/01/08 23:54:33
31827 Log: Fix "scalars leaked" bugs caused by overload magic
31828 (Highlighted by Ilya's DESTROY optimization.)
31830 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
31831 ____________________________________________________________________________
31832 [ 8370] By: nick on 2001/01/08 20:19:41
31833 Log: Integrate mainline
31835 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
31836 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
31838 ____________________________________________________________________________
31839 [ 8369] By: jhi on 2001/01/08 17:30:52
31840 Log: save_delete() Safefree() doesn't (anymore?) work with shared
31841 strings, one test failure in op/misc and almost all of lib/b.
31842 (Outcomments #8369.)
31845 ____________________________________________________________________________
31846 [ 8368] By: jhi on 2001/01/08 14:47:10
31847 Log: (Outcommented by #8369.)
31849 Subject: Re: Perl BugID 20001205.022 ---- save_delete
31850 From: Simon Cozens <simon@cozens.net>
31851 Date: Sat, 6 Jan 2001 11:48:40 +0000
31852 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
31854 The save_delete() does need the Safefree.
31857 ____________________________________________________________________________
31858 [ 8367] By: bailey on 2001/01/08 08:53:52
31859 Log: Once again syncing after too long an absence
31861 +> (branch 55 files)
31862 - MAINTAIN fix_pl vos/config.def vos/config.h
31863 - vos/config_h.SH_orig
31864 !> (integrate 498 files)
31865 ____________________________________________________________________________
31866 [ 8366] By: jhi on 2001/01/08 02:42:59
31867 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
31868 From: nick@ccl4.org
31869 Date: Sun, 7 Jan 2001 21:07:18 +0000
31870 Message-Id: <20010107210717.D1048@plum.flirble.org>
31872 ! sv.c t/op/64bitint.t
31873 ____________________________________________________________________________
31874 [ 8365] By: jhi on 2001/01/08 02:35:16
31875 Log: Subject: [PATCH] environ nit
31876 From: Simon Cozens <simon@cozens.net>
31877 Date: Sun, 7 Jan 2001 17:57:07 +0000
31878 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
31880 Use environ only if we have it.
31883 ____________________________________________________________________________
31884 [ 8364] By: jhi on 2001/01/08 02:24:51
31885 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
31887 ! ext/GDBM_File/GDBM_File.xs
31888 ____________________________________________________________________________
31889 [ 8363] By: jhi on 2001/01/08 02:19:24
31890 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
31891 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31892 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
31893 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
31896 ____________________________________________________________________________
31897 [ 8362] By: jhi on 2001/01/08 02:17:43
31898 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
31899 From: Doug MacEachern <dougm@covalent.net>
31900 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
31901 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
31903 Allow AUTOLOAD to be an xsub and allow such xsubs
31904 to avoid use of $AUTOLOAD.
31907 ____________________________________________________________________________
31908 [ 8361] By: jhi on 2001/01/08 02:16:07
31909 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31910 From: Radu Greab <radu@netsoft.ro>
31911 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
31912 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
31914 No need for the potentially unportable $SIG{CHLD}.
31917 ____________________________________________________________________________
31918 [ 8360] By: jhi on 2001/01/08 01:58:23
31919 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
31921 ! lib/Getopt/Long.pm
31922 ____________________________________________________________________________
31923 [ 8359] By: jhi on 2001/01/08 01:55:44
31924 Log: Integrate perlio.
31926 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
31927 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
31928 !> utf8.c win32/Makefile
31929 ____________________________________________________________________________
31930 [ 8358] By: jhi on 2001/01/07 21:16:50
31931 Log: Update the EPOC cross SDK URL.
31934 ____________________________________________________________________________
31935 [ 8357] By: jhi on 2001/01/07 21:16:09
31936 Log: Update the EPOC cross SDK URL.
31937 Branch: maint-5.6/perl
31939 ____________________________________________________________________________
31940 [ 8356] By: nick on 2001/01/06 21:47:52
31941 Log: FILE * in XS code for PerlIO world:
31942 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
31943 - Add FILE * T_STDIO typemap.
31944 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
31946 ! lib/ExtUtils/typemap perlio.c perlio.h
31947 ____________________________________________________________________________
31948 [ 8355] By: jhi on 2001/01/06 20:27:15
31949 Log: integrate change #8336 from mainline
31951 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
31952 Branch: maint-5.6/perl
31954 ____________________________________________________________________________
31955 [ 8354] By: jhi on 2001/01/06 20:24:29
31956 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31957 From: Robin Barker <rmb1@cise.npl.co.uk>
31958 Date: Fri, 22 Dec 2000 12:17:38 GMT
31959 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
31961 The patch reformats some long =item lines so they give
31962 correct output via pod2man | nroff -man
31964 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31965 From: Robin Barker <rmb1@cise.npl.co.uk>
31966 Date: Tue, 2 Jan 2001 15:35:03 GMT
31967 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
31969 Here is a _further_ patch which corrects a few more errors:
31970 * an empty C<=item> in CPAN.pm
31971 * patching the wrong file (pod/perlamiga.pod not README.amiga)
31972 * leaving empty C<=item>s which formatted incorrectly
31973 * over long C<=item>s revealed by latest patch to Pod::Man
31974 Branch: maint-5.6/perl
31975 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31976 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31977 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
31978 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
31979 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
31980 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
31981 ____________________________________________________________________________
31982 [ 8353] By: jhi on 2001/01/06 20:21:10
31983 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
31986 Branch: maint-5.6/perl
31987 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
31988 ____________________________________________________________________________
31989 [ 8352] By: jhi on 2001/01/06 20:18:44
31990 Log: Forgotten from #8438.
31991 Branch: maint-5.6/perl
31993 ____________________________________________________________________________
31994 [ 8351] By: jhi on 2001/01/06 20:18:12
31995 Log: Forgotten from #8347.
31996 Branch: maint-5.6/perl
31998 ____________________________________________________________________________
31999 [ 8350] By: jhi on 2001/01/06 20:00:19
32000 Log: Thinko in #8347.
32001 Branch: maint-5.6/perl
32003 ____________________________________________________________________________
32004 [ 8349] By: jhi on 2001/01/06 18:05:30
32005 Log: Copy the FAQ3 IDE section from the development branch,
32006 changes originally by Peter Prymmer.
32007 Branch: maint-5.6/perl
32009 ____________________________________________________________________________
32010 [ 8348] By: jhi on 2001/01/06 18:03:02
32011 Log: EPOC updates for TRIAL1.
32013 Subject: [5.6.1 trial1] EPOC update
32014 From: Olaf Flebbe <O.Flebbe@science-computing.de>
32015 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
32016 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
32018 Subject: epoc patch2 for perl-5.6.1-trial1
32019 From: Olaf Flebbe <O.Flebbe@science-computing.de>
32020 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
32021 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
32022 Branch: maint-5.6/perl
32023 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
32025 ____________________________________________________________________________
32026 [ 8347] By: jhi on 2001/01/06 17:29:10
32027 Log: integrate changes #7710,7824,7973 from mainline,
32028 plus VMS nits from Peter Prymmer and Dan Sugalski.
32030 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
32031 library (getprotobyname and getprotobynumber are outversioned by
32032 the same calls in libc, at least for xlc version 3.
32034 Add HAS_SBRK_PROTO.
32036 Fixes for signedness warnings noticed by VMSperlers.
32037 Branch: maint-5.6/perl
32038 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32039 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
32040 ! sv.c vms/descrip_mms.template vos/config.alpha.def
32041 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32042 ! win32/config.bc win32/config.gc win32/config.vc
32043 ____________________________________________________________________________
32044 [ 8346] By: nick on 2001/01/06 14:36:01
32045 Log: Fixup accumulated integrate muddles (perlio == devperl again)
32047 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
32048 ____________________________________________________________________________
32049 [ 8345] By: nick on 2001/01/06 14:24:58
32050 Log: Integrate mainline
32052 !> (integrate 55 files)
32053 ____________________________________________________________________________
32054 [ 8344] By: jhi on 2001/01/06 02:24:02
32055 Log: Subject: [patch] PerlIO_cleanup() prototype
32056 From: Doug MacEachern <dougm@covalent.net>
32057 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
32058 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
32061 ____________________________________________________________________________
32062 [ 8343] By: jhi on 2001/01/06 01:04:09
32063 Log: IRIX compiler noticed that the bof initialization might be
32064 bypassed by control flow.
32067 ____________________________________________________________________________
32068 [ 8342] By: jhi on 2001/01/06 00:10:48
32069 Log: Update Changes.
32071 ! Changes patchlevel.h
32072 ____________________________________________________________________________
32073 [ 8341] By: jhi on 2001/01/05 23:52:33
32074 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
32077 ____________________________________________________________________________
32078 [ 8340] By: jhi on 2001/01/05 22:44:08
32079 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32080 From: Radu Greab <radu@netsoft.ro>
32081 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
32082 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
32084 ! t/io/pipe.t util.c
32085 ____________________________________________________________________________
32086 [ 8339] By: jhi on 2001/01/05 22:35:17
32087 Log: Subject: [PATCH] format and rewording in perlfaq.pod
32088 From: Robin Barker <rmb1@cise.npl.co.uk>
32089 Date: Fri, 5 Jan 2001 18:51:20 GMT
32090 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
32093 ____________________________________________________________________________
32094 [ 8338] By: jhi on 2001/01/05 22:31:17
32095 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
32096 From: Peter Prymmer <pvhp@forte.com>
32097 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
32098 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
32101 ____________________________________________________________________________
32102 [ 8337] By: jhi on 2001/01/05 18:15:11
32103 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
32104 From: Robin Barker <rmb1@cise.npl.co.uk>
32105 Date: Tue, 2 Jan 2001 15:24:07 GMT
32106 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
32108 If you call configure as C<./Configure> or C<sh ./Configure>,
32109 $src is set to the absolute path name, not '.'.
32111 This, in turn, means -Dmksymlink tries to do its stuff because
32112 it does not think it is in the src directory.
32114 (plus a metaconfig nitfix)
32116 ! U/compline/ccflags.U U/modified/src.U
32118 ! Configure config_h.SH
32119 ____________________________________________________________________________
32120 [ 8336] By: jhi on 2001/01/05 17:48:32
32121 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
32122 From: Alan Burlison <Alan.Burlison@uk.sun.com>
32123 Message-ID: <3A5606C4.473D2226@uk.sun.com>
32124 Date: Fri, 05 Jan 2001 17:39:16 +0000
32127 ____________________________________________________________________________
32128 [ 8335] By: jhi on 2001/01/05 16:05:44
32129 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
32131 ! lib/Getopt/Long.pm
32132 ____________________________________________________________________________
32133 [ 8334] By: jhi on 2001/01/05 16:00:51
32134 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
32135 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
32136 Date: Fri, 05 Jan 2001 13:46:51 +0100
32137 Message-ID: <13693.978698811@nice.ram.loc>
32139 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
32140 accurate reading of the "atime".
32143 ____________________________________________________________________________
32144 [ 8333] By: jhi on 2001/01/05 15:57:37
32145 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
32146 From: Simon Cozens <simon@cozens.net>
32147 Date: Fri, 8 Dec 2000 13:33:31 +0000
32148 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
32150 A lost patch fragment.
32153 ____________________________________________________________________________
32154 [ 8332] By: jhi on 2001/01/05 15:40:42
32155 Log: Do away with strncpy() and a fixed length buffer.
32158 ____________________________________________________________________________
32159 [ 8331] By: jhi on 2001/01/05 15:03:07
32160 Log: Tests for #8329 and #8330.
32163 ____________________________________________________________________________
32164 [ 8330] By: jhi on 2001/01/05 15:02:38
32165 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
32166 raw 8-bit form to the UTF-8 string.
32169 ____________________________________________________________________________
32170 [ 8329] By: jhi on 2001/01/05 14:55:13
32171 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
32172 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32173 Date: Fri, 5 Jan 2001 12:28:52 +0100
32174 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
32176 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
32177 no effect. (changed the strncpy() to Copy())
32180 ____________________________________________________________________________
32181 [ 8328] By: jhi on 2001/01/05 06:44:27
32182 Log: UTF-8 cleanup.
32184 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32185 ! regexec.c sv.c toke.c
32186 ____________________________________________________________________________
32187 [ 8327] By: jhi on 2001/01/05 01:11:29
32188 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')
32189 From: Radu Greab <radu@netsoft.ro>
32190 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
32191 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
32193 Cleans up Harness to not use FileHandle, which uses IO.
32195 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32196 ____________________________________________________________________________
32197 [ 8326] By: jhi on 2001/01/05 00:56:37
32198 Log: Update Changes.
32200 ! Changes patchlevel.h
32201 ____________________________________________________________________________
32202 [ 8325] By: jhi on 2001/01/05 00:53:18
32203 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
32204 From: Peter Prymmer <pvhp@forte.com>
32205 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
32206 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
32208 plus a couple more tailing whitespace removals.
32211 ____________________________________________________________________________
32212 [ 8324] By: jhi on 2001/01/05 00:47:39
32213 Log: Add some Unicode chop() tests.
32216 ____________________________________________________________________________
32217 [ 8323] By: jhi on 2001/01/05 00:47:23
32218 Log: Unify UTF-8 malformedness handling.
32220 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
32221 ____________________________________________________________________________
32222 [ 8322] By: jhi on 2001/01/04 22:21:54
32223 Log: The new $issymlink was unknown to Mksymlinks.
32224 Branch: metaconfig/U/perl
32225 ! Mksymlinks.U issymlink.U
32227 ! Configure config_h.SH
32228 ____________________________________________________________________________
32229 [ 8321] By: jhi on 2001/01/04 21:51:05
32230 Log: The test didn't work under the core test framework.
32233 ____________________________________________________________________________
32234 [ 8320] By: jhi on 2001/01/04 21:14:22
32235 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
32237 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
32238 ____________________________________________________________________________
32239 [ 8319] By: jhi on 2001/01/04 20:46:17
32240 Log: Typo in #8312 when manually appying a problematic patch fragment.
32242 ! ext/Storable/Storable.xs
32243 ____________________________________________________________________________
32244 [ 8318] By: jhi on 2001/01/04 20:43:01
32245 Log: The $sh_c didn't fly.
32247 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
32248 ! U/modified/Loc.U U/modified/myhostname.U
32249 ! U/modified/spitshell.U
32250 Branch: metaconfig/U/perl
32253 ! Configure config_h.SH
32254 ____________________________________________________________________________
32255 [ 8317] By: jhi on 2001/01/04 19:58:01
32256 Log: AIX builtin test -h is broken, changes based on
32258 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
32259 Date: Tue, 02 Jan 2001 11:24:39 +0100
32260 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32261 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
32263 + U/modified/spitshell.U
32264 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
32265 ! U/modified/Loc.U U/modified/myhostname.U
32266 Branch: metaconfig/U/perl
32267 ! Mksymlinks.U issymlink.U
32270 ____________________________________________________________________________
32271 [ 8316] By: jhi on 2001/01/04 19:02:22
32272 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
32273 From: Andy Dougherty <doughera@lafayette.edu>
32274 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
32275 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
32279 ! hints/solaris_2.sh
32280 ____________________________________________________________________________
32281 [ 8315] By: jhi on 2001/01/04 18:56:48
32282 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
32283 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
32284 Date: Wed, 3 Jan 2001 07:58:51 +0100
32285 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
32287 ! hints/solaris_2.sh
32288 ____________________________________________________________________________
32289 [ 8314] By: jhi on 2001/01/04 18:54:07
32290 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
32291 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32292 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
32293 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
32295 Doc tweak on #8313.
32297 ! ext/B/B/Deparse.pm
32298 ____________________________________________________________________________
32299 [ 8313] By: jhi on 2001/01/04 18:52:27
32300 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
32301 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
32302 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32303 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
32305 Make the peephole optimizer to bypass more null ops and
32306 and rewrite the deparse handling of continue blocks.
32308 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
32309 ____________________________________________________________________________
32310 [ 8312] By: jhi on 2001/01/04 18:47:39
32311 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
32313 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
32314 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32316 ____________________________________________________________________________
32317 [ 8311] By: jhi on 2001/01/04 18:36:08
32318 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
32319 filter to be run on each .pm during the pm_to_blib() phase,
32322 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
32323 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
32324 Date: Wed, 03 Jan 2001 22:01:30 +0100
32325 Message-ID: <5296.978555690@nice.ram.loc>
32327 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
32328 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
32329 ! lib/ExtUtils/MakeMaker.pm
32330 ____________________________________________________________________________
32331 [ 8310] By: jhi on 2001/01/04 18:32:54
32332 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32333 From: Robin Barker <rmb1@cise.npl.co.uk>
32334 Date: Tue, 2 Jan 2001 15:35:03 GMT
32335 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
32337 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
32338 ! pod/perlrequick.pod
32339 ____________________________________________________________________________
32340 [ 8309] By: jhi on 2001/01/04 18:29:07
32341 Log: Subject: Re: [patch] static-ize XS()
32342 From: Doug MacEachern <dougm@covalent.net>
32343 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
32344 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
32346 Provide prototypes for the XS functions.
32348 ! lib/ExtUtils/xsubpp
32349 ____________________________________________________________________________
32350 [ 8308] By: jhi on 2001/01/04 18:27:44
32351 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
32352 From: Doug MacEachern <dougm@covalent.net>
32353 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
32354 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
32356 ! lib/ExtUtils/typemap
32357 ____________________________________________________________________________
32358 [ 8307] By: jhi on 2001/01/04 18:25:25
32359 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
32360 From: Doug MacEachern <dougm@covalent.net>
32361 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
32362 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
32364 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
32366 ! lib/ExtUtils/MM_Unix.pm
32367 ____________________________________________________________________________
32368 [ 8306] By: jhi on 2001/01/04 18:23:00
32369 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
32370 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32371 Date: Thu, 4 Jan 2001 12:47:10 +0100
32372 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
32374 The toke.c part only, patching embed.h and proto.h is futile.
32377 ____________________________________________________________________________
32378 [ 8305] By: jhi on 2001/01/04 18:05:51
32379 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
32380 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32381 Date: Thu, 4 Jan 2001 17:50:12 +0100
32382 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
32385 ____________________________________________________________________________
32386 [ 8304] By: jhi on 2001/01/04 18:03:26
32387 Log: Subject: [PATCH perl@8269]
32388 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32389 Date: Thu, 4 Jan 2001 12:53:39 +0100
32390 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
32392 If running byacc write-enable also perly.h.
32395 ____________________________________________________________________________
32396 [ 8303] By: jhi on 2001/01/04 15:40:49
32397 Log: Rewrite pp_concat() in terms of sv_catsv().
32400 ____________________________________________________________________________
32401 [ 8302] By: nick on 2001/01/03 22:43:22
32402 Log: Integrate mainline.
32404 !> ext/Encode/Encode.xs sv.c utf8.c
32405 ____________________________________________________________________________
32406 [ 8301] By: jhi on 2001/01/02 23:40:26
32407 Log: Variable naming tweak.
32410 ____________________________________________________________________________
32411 [ 8300] By: jhi on 2001/01/02 23:40:02
32412 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
32413 in is_utf8_string().
32416 ____________________________________________________________________________
32417 [ 8299] By: jhi on 2001/01/02 22:14:40
32418 Log: Integrate perlio.
32420 !> pp.c pp_hot.c win32/Makefile
32421 ____________________________________________________________________________
32422 [ 8298] By: nick on 2001/01/02 22:03:06
32423 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
32426 ____________________________________________________________________________
32427 [ 8297] By: jhi on 2001/01/02 04:26:28
32428 Log: Signedness nit.
32430 ! ext/Encode/Encode.xs
32431 ____________________________________________________________________________
32432 [ 8296] By: nick on 2001/01/01 23:49:36
32433 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
32436 ____________________________________________________________________________
32437 [ 8295] By: jhi on 2001/01/01 23:05:48
32438 Log: Integrate perlio.
32440 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
32442 ____________________________________________________________________________
32443 [ 8294] By: nick on 2001/01/01 22:48:34
32444 Log: Integrate mainline
32446 ! pp_hot.c t/lib/encode.t
32447 !> (integrate 65 files)
32448 ____________________________________________________________________________
32449 [ 8293] By: nick on 2001/01/01 21:58:50
32450 Log: More rigor in UTF-8-ness of Encode's toUnicode
32451 XS export some of the utf8 internal functions.
32452 Test some of the functions.
32453 Fix pp_concat() bug shown by said tests.
32455 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
32457 ____________________________________________________________________________
32458 [ 8292] By: jhi on 2001/01/01 18:11:44
32459 Log: Integrate perlio.
32461 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32462 !> ext/Encode/encengine.c ext/Encode/encode.h
32463 ____________________________________________________________________________
32464 [ 8291] By: jhi on 2001/01/01 18:10:58
32465 Log: Podify README.mpeix (a new version from the web),
32466 add a dummy NAME to Carp::Heavy, regen toc.
32468 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
32470 ____________________________________________________________________________
32471 [ 8290] By: nick on 2001/01/01 17:43:47
32472 Log: Loose the "Loading..." warning.
32473 Another bug in fallback support
32475 ! ext/Encode/Encode.pm ext/Encode/encengine.c
32476 ____________________________________________________________________________
32477 [ 8289] By: jhi on 2001/01/01 00:01:57
32478 Log: Bump up Larry's copyright.
32480 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
32481 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
32482 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
32483 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
32484 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
32485 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
32486 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
32487 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
32488 ____________________________________________________________________________
32489 [ 8288] By: nick on 2000/12/31 21:27:53
32490 Log: Fix .ucm reading - forgot a chr()
32491 Start of .ucm write (for .enc to .ucm)
32493 ! ext/Encode/compile
32494 ____________________________________________________________________________
32495 [ 8287] By: jhi on 2000/12/31 18:15:56
32496 Log: Comment away a diagnostic message as noted by Craig A. Berry
32497 (the unexpected message was confusing testing)
32499 ! ext/Encode/Encode.pm
32500 ____________________________________________________________________________
32501 [ 8286] By: jhi on 2000/12/31 18:14:51
32502 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
32503 Date: Sun, 31 Dec 2000 11:17:37 -0600
32504 From: "Craig A. Berry" <craigberry@mac.com>
32505 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
32507 ! ext/Encode/Makefile.PL
32508 ____________________________________________________________________________
32509 [ 8285] By: nick on 2000/12/31 18:11:54
32510 Log: Start of support of ICU-style .ucm files:
32511 - teach compile how to read a .ucm file
32512 - first guess at how to represent fallbacks in "tries".
32513 - use fallbacks if check == 0
32514 - new return code to indicate we used one.
32516 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32517 ! ext/Encode/encengine.c ext/Encode/encode.h
32518 ____________________________________________________________________________
32519 [ 8284] By: jhi on 2000/12/31 18:04:41
32520 Log: Pacify picky VMS compiler.
32522 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
32523 From: "Craig A. Berry" <craig.berry@psinetcs.com>
32524 Date: Sat, 30 Dec 2000 18:10:02 -0600
32525 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
32528 ____________________________________________________________________________
32529 [ 8283] By: jhi on 2000/12/31 16:11:47
32530 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
32532 ! t/lib/glob-basic.t
32533 ____________________________________________________________________________
32534 [ 8282] By: jhi on 2000/12/31 15:26:11
32535 Log: Integrate perlio.
32537 !> makedef.pl opcode.pl os2/os2.c perlio.c
32538 ____________________________________________________________________________
32539 [ 8281] By: nick on 2000/12/31 10:06:15
32540 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
32541 is available to be exported
32543 ! makedef.pl perlio.c
32544 ____________________________________________________________________________
32545 [ 8280] By: nick on 2000/12/31 09:41:26
32546 Log: Ilya's OS2 patch (testing for damage on Win32)
32548 ! makedef.pl opcode.pl os2/os2.c
32549 ____________________________________________________________________________
32550 [ 8279] By: jhi on 2000/12/30 21:52:07
32553 ! t/lib/syslfs.t t/op/lfs.t
32554 ____________________________________________________________________________
32555 [ 8278] By: jhi on 2000/12/30 21:47:49
32556 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32557 From: andreas.koenig@anima.de (Andreas J. Koenig)
32558 Date: 30 Dec 2000 22:35:37 +0100
32559 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
32561 The 32-bit wraparound test wasn't quite right.
32563 ! t/lib/syslfs.t t/op/lfs.t
32564 ____________________________________________________________________________
32565 [ 8277] By: jhi on 2000/12/30 21:33:44
32566 Log: Subject: [PATCH] open() example in perlfunc.pod
32567 From: Karsten Sperling <s_sperli@ira.uka.de>
32568 Date: Sat, 30 Dec 2000 22:27:09 +0100
32569 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
32572 ____________________________________________________________________________
32573 [ 8276] By: jhi on 2000/12/30 20:32:40
32574 Log: Not quite that many tests yet.
32577 ____________________________________________________________________________
32578 [ 8275] By: jhi on 2000/12/30 20:26:58
32579 Log: Integrate perlio.
32582 ____________________________________________________________________________
32583 [ 8274] By: jhi on 2000/12/30 20:24:56
32584 Log: Signedness nit.
32587 ____________________________________________________________________________
32588 [ 8273] By: jhi on 2000/12/30 20:15:46
32589 Log: Add a test case for 20000731.001 which was fixed by the #8267.
32592 ____________________________________________________________________________
32593 [ 8272] By: nick on 2000/12/30 19:47:51
32594 Log: Tweak for MULTIPLICITY/USE_PERLIO
32597 ____________________________________________________________________________
32598 [ 8271] By: nick on 2000/12/30 19:46:45
32599 Log: Integrate mainline
32601 +> lib/unicode/distinct.pm
32602 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
32603 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
32604 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
32605 ____________________________________________________________________________
32606 [ 8270] By: jhi on 2000/12/30 19:39:50
32607 Log: Subject: RE: perl@8269
32608 From: "Richard Soderberg" <rs@crystalflame.net>
32609 Date: Sat, 30 Dec 2000 11:36:27 -0800
32610 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
32615 ____________________________________________________________________________
32616 [ 8269] By: jhi on 2000/12/30 18:55:48
32617 Log: Update Changes.
32619 ! Changes patchlevel.h
32620 ____________________________________________________________________________
32621 [ 8268] By: jhi on 2000/12/30 17:18:40
32622 Log: Add a test for Unicode split //. The #8267 was the cure.
32625 ____________________________________________________________________________
32626 [ 8267] By: jhi on 2000/12/30 17:14:19
32627 Log: Subject: more UTF8 test suites and an UTF8 patch
32628 From: Inaba Hiroto <inaba@st.rim.or.jp>
32629 Date: Sat, 30 Dec 2000 14:27:10 +0900
32630 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
32632 Just the patch part for now, and the pragma renamed
32633 as unicode::distinct.
32635 + lib/unicode/distinct.pm
32636 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
32637 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
32638 ! regcomp.h regexec.c sv.c toke.c utf8.c
32639 ____________________________________________________________________________
32640 [ 8266] By: nick on 2000/12/30 16:40:49
32641 Log: Integrate mainline
32643 +> lib/Pod/Text/Overstrike.pm
32644 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
32645 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
32646 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
32647 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
32648 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
32649 ____________________________________________________________________________
32650 [ 8265] By: jhi on 2000/12/30 07:28:55
32651 Log: The sv_catsv() fix, take two.
32654 ____________________________________________________________________________
32655 [ 8264] By: jhi on 2000/12/30 06:19:18
32656 Log: Undo all the join-related changes since #8248: relevant
32657 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
32658 The new sv_catsv() doesn't fly so it must go back to
32661 ! sv.c t/op/join.t t/pragma/utf8.t
32662 ____________________________________________________________________________
32663 [ 8263] By: jhi on 2000/12/30 01:08:32
32664 Log: (Retracted by #8264) Tweak sv_catsv() some more.
32667 ____________________________________________________________________________
32668 [ 8262] By: jhi on 2000/12/30 00:45:14
32669 Log: Retract #8261.
32672 ____________________________________________________________________________
32673 [ 8261] By: jhi on 2000/12/30 00:38:32
32674 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
32677 ____________________________________________________________________________
32678 [ 8260] By: jhi on 2000/12/29 22:51:33
32679 Log: (Retracted by #8264) More fixing for #8251.
32682 ____________________________________________________________________________
32683 [ 8259] By: jhi on 2000/12/29 18:27:30
32684 Log: Subject: podlators 1.06 released
32685 From: Russ Allbery <rra@stanford.edu>
32686 Date: 25 Dec 2000 05:09:30 -0800
32687 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
32689 + lib/Pod/Text/Overstrike.pm
32690 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
32691 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
32692 ____________________________________________________________________________
32693 [ 8258] By: jhi on 2000/12/29 18:20:45
32694 Log: Make the large file tests more robust/talkative as suggested by
32696 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32697 From: andreas.koenig@anima.de (Andreas J. Koenig)
32698 Date: 29 Dec 2000 14:23:01 +0100
32699 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
32701 ! t/lib/syslfs.t t/op/lfs.t
32702 ____________________________________________________________________________
32703 [ 8257] By: jhi on 2000/12/29 17:48:04
32704 Log: Further VMS piping fixes from Charles Lane:
32706 In summary, error messages produced when a subprocess terminated
32707 abnormally were being sent not just to the parent process, but to
32708 grandparents, because of default values for error output that were
32709 not completely overridden when the subprocess was started.
32711 This patch fixes this behavior by defining user-mode (i.e., temporary
32712 for the duration of the program) logical names for SYS$OUTPUT and
32713 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
32714 changes to make it so that the user-mode logicals are the ones that
32715 control where Perl's error messages go if it terminates abnormally.
32717 I also added some gratuitous fixes to the indentation of braces in
32718 the piping code. It just looked ugly, before.
32720 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
32721 ____________________________________________________________________________
32722 [ 8256] By: jhi on 2000/12/29 17:45:12
32723 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
32724 From: "Casey R. Tweten" <crt@kiski.net>
32725 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
32726 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
32728 Tests for for #8240.
32730 ! t/pragma/constant.t
32731 ____________________________________________________________________________
32732 [ 8255] By: jhi on 2000/12/29 17:43:07
32733 Log: Subject: Re: [PATCH] Interesting syntax idea
32734 From: Simon Cozens <simon@cozens.net>
32735 Date: Fri, 29 Dec 2000 14:34:04 +0000
32736 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
32740 ! t/pragma/sub_lval.t
32741 ____________________________________________________________________________
32742 [ 8254] By: jhi on 2000/12/29 17:42:11
32743 Log: Subject: [PATCH] Interesting syntax idea
32744 From: Simon Cozens <simon@cozens.net>
32745 Date: Wed, 27 Dec 2000 05:08:57 +0000
32746 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
32748 Make opens + bareword assigns do typeglob assigns.
32751 ____________________________________________________________________________
32752 [ 8253] By: jhi on 2000/12/29 17:36:45
32753 Log: Output the (apparent) version of gcc, as suggested by
32755 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
32756 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
32757 Date: 26 Dec 2000 04:29:17 -0500
32758 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
32760 (The patch as such didn't any more apply as the misparsing had
32761 already been addressed in #6474.) Also change the wording about
32762 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
32765 ____________________________________________________________________________
32766 [ 8252] By: nick on 2000/12/29 12:14:31
32767 Log: Integrate mainline
32769 !> (integrate 27 files)
32770 ____________________________________________________________________________
32771 [ 8251] By: jhi on 2000/12/29 08:45:46
32772 Log: (Retracted by #8264)
32776 sv_catsv() needs one more byte space than seems reasonable.
32777 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
32778 Curiouser and curiouser.
32781 ____________________________________________________________________________
32782 [ 8250] By: jhi on 2000/12/29 07:57:52
32783 Log: More split // UTF-8 tests.
32786 ____________________________________________________________________________
32787 [ 8249] By: jhi on 2000/12/29 07:54:51
32788 Log: (Retracted by #8264) More join() testing which was good because
32789 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
32791 ! pp.c t/op/join.t utf8.c utf8.h
32792 ____________________________________________________________________________
32793 [ 8248] By: jhi on 2000/12/29 07:08:32
32794 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
32795 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
32796 that the only cases to care about are byte+byte and byte+character.
32798 TODO: See how well pp_concat() could be implemented in terms
32801 ! doop.c sv.c t/op/join.t utf8.h
32802 ____________________________________________________________________________
32803 [ 8247] By: jhi on 2000/12/29 06:35:23
32804 Log: Signedness nit.
32807 ____________________________________________________________________________
32808 [ 8246] By: jhi on 2000/12/29 01:23:31
32809 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
32810 From: Lupe Christoph <lupe@lupe-christoph.de>
32811 Date: Thu, 28 Dec 2000 23:00:00 +0100
32812 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
32814 Suggest rsync --delete --dry-run.
32817 ____________________________________________________________________________
32818 [ 8245] By: jhi on 2000/12/28 23:57:05
32819 Log: The maxiters upper limit sanity check (guarding against
32820 non-progress) assumed bytes instead of characters in s///
32824 ____________________________________________________________________________
32825 [ 8244] By: jhi on 2000/12/28 23:34:08
32826 Log: Make some panic messages a bit more logical.
32828 ! doop.c pod/perldiag.pod pp.c pp_hot.c
32829 ____________________________________________________________________________
32830 [ 8243] By: jhi on 2000/12/28 22:59:16
32831 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
32832 From: Simon Cozens <simon@cozens.net>
32833 Date: Wed, 27 Dec 2000 02:30:03 +0000
32834 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
32836 ! pp.c t/pragma/sub_lval.t
32837 ____________________________________________________________________________
32838 [ 8242] By: jhi on 2000/12/28 22:56:53
32839 Log: Subject: [PATCH blead] Fix B::Terse indentation
32840 From: Daniel Chetlin <daniel@chetlin.com>
32841 Date: Wed, 27 Dec 2000 06:43:30 -0800
32842 Message-ID: <20001227064329.B9573@darkstar>
32844 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
32845 ____________________________________________________________________________
32846 [ 8241] By: jhi on 2000/12/28 22:48:59
32847 Log: The latter patch from the
32849 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
32850 From: Peter Prymmer <pvhp@forte.com>
32851 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
32852 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
32854 (the former patch from the above should have been
32855 taken care of by Nick I-S)
32858 ____________________________________________________________________________
32859 [ 8240] By: jhi on 2000/12/28 22:45:22
32860 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
32861 From: "Casey R. Tweten" <crt@kiski.net>
32862 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
32863 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
32866 ____________________________________________________________________________
32867 [ 8239] By: jhi on 2000/12/28 22:37:45
32868 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
32869 From: Simon Cozens <simon@cozens.net>
32870 Date: Wed, 27 Dec 2000 14:12:44 +0000
32871 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
32873 ! t/op/method.t t/op/sort.t toke.c
32874 ____________________________________________________________________________
32875 [ 8238] By: jhi on 2000/12/28 22:30:32
32876 Log: Subject: [PATCH perl@8229] Call.pm
32877 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32878 Date: Mon, 25 Dec 2000 10:47:15 -0000
32879 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
32881 ! ext/Filter/Util/Call/Call.pm
32882 ____________________________________________________________________________
32883 [ 8237] By: jhi on 2000/12/28 22:19:21
32884 Log: Subject: [PATCH blead] Fix problem with `&' prototype
32885 From: Daniel Chetlin <daniel@chetlin.com>
32886 Date: Wed, 27 Dec 2000 15:55:32 -0800
32887 Message-ID: <20001227155532.D9573@darkstar>
32889 ! op.c t/comp/proto.t
32890 ____________________________________________________________________________
32891 [ 8236] By: jhi on 2000/12/28 22:09:25
32892 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
32893 From: Daniel Chetlin <daniel@chetlin.com>
32894 Date: Sun, 24 Dec 2000 04:09:49 -0800
32895 Message-ID: <20001224040949.B3090@darkstar>
32897 ! gv.c mg.c t/op/attrs.t
32898 ____________________________________________________________________________
32899 [ 8235] By: jhi on 2000/12/28 22:07:11
32900 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
32901 From: Jan Dubois <jand@ActiveState.com>
32902 Date: Tue, 26 Dec 2000 20:57:31 -0800
32903 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
32906 ____________________________________________________________________________
32907 [ 8234] By: jhi on 2000/12/28 21:52:42
32908 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
32909 From: Simon Cozens <simon@cozens.net>
32910 Date: Thu, 28 Dec 2000 20:33:13 +0000
32911 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
32913 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
32914 ____________________________________________________________________________
32915 [ 8233] By: jhi on 2000/12/28 19:40:49
32916 Log: Integrate perlio.
32918 !> ext/Encode/Makefile.PL ext/Encode/compile
32919 ____________________________________________________________________________
32920 [ 8232] By: nick on 2000/12/23 16:06:00
32921 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
32922 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
32924 ! ext/Encode/Makefile.PL
32925 ____________________________________________________________________________
32926 [ 8231] By: nick on 2000/12/23 14:30:34
32927 Log: "Compiled" encode build cleanup
32928 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
32929 - .c files do not export sub-tables
32931 ! ext/Encode/Makefile.PL ext/Encode/compile
32932 ____________________________________________________________________________
32933 [ 8230] By: nick on 2000/12/23 12:50:37
32934 Log: Integrate mainline
32936 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32937 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32938 !> pod/perl5004delta.pod pod/perl5005delta.pod
32939 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
32940 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
32941 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
32943 ____________________________________________________________________________
32944 [ 8229] By: jhi on 2000/12/22 15:32:12
32945 Log: Integrate perlio.
32947 +> win32/distclean.bat
32948 !> MANIFEST t/io/utf8.t
32949 ____________________________________________________________________________
32950 [ 8228] By: jhi on 2000/12/22 15:29:40
32951 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
32952 From: Robin Barker <rmb1@cise.npl.co.uk>
32953 Date: Fri, 22 Dec 2000 12:17:38 GMT
32954 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
32956 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32957 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32958 ! pod/perl5004delta.pod pod/perl5005delta.pod
32959 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
32960 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
32961 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
32963 ____________________________________________________________________________
32964 [ 8227] By: jhi on 2000/12/22 15:24:28
32965 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
32966 From: "John L. Allen" <allen@grumman.com>
32967 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
32968 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
32970 Document APPLLIB_EXP.
32973 ____________________________________________________________________________
32974 [ 8226] By: nick on 2000/12/21 22:11:50
32975 Log: Handy script for when one forgets to "dmake clean"
32977 + win32/distclean.bat
32979 ____________________________________________________________________________
32980 [ 8225] By: nick on 2000/12/21 21:54:04
32981 Log: CRLF platform issue with io/utf8 fix.
32984 ____________________________________________________________________________
32985 [ 8224] By: nick on 2000/12/21 21:02:20
32986 Log: Integrate mainline
32988 !> Changes Configure Makefile.SH Porting/Glossary
32989 !> Porting/config.sh Porting/config_H configure.com
32990 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
32991 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
32992 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
32993 !> win32/config.bc win32/config.gc win32/config.vc
32994 ____________________________________________________________________________
32995 [ 8223] By: jhi on 2000/12/21 17:09:16
32996 Log: Update Changes.
32998 ! Changes patchlevel.h
32999 ____________________________________________________________________________
33000 [ 8222] By: jhi on 2000/12/21 16:24:01
33001 Log: Metaconfig unit changes for #8221.
33002 Branch: metaconfig/U/perl
33006 ____________________________________________________________________________
33007 [ 8221] By: jhi on 2000/12/21 16:23:48
33008 Log: Rename testsyml to issymlink.
33010 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33011 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
33013 ____________________________________________________________________________
33014 [ 8220] By: jhi on 2000/12/21 15:47:26
33015 Log: Robustness support for #8218 (symlink forest) since the GNU
33016 tools seem to be overly picky about symlinkage depths.
33018 ! Makefile.SH t/io/fs.t
33019 ____________________________________________________________________________
33020 [ 8219] By: jhi on 2000/12/21 15:38:27
33021 Log: Metaconfig changes for #8218.
33023 ! U/modified/Oldconfig.U
33024 Branch: metaconfig/U/perl
33027 ____________________________________________________________________________
33028 [ 8218] By: jhi on 2000/12/21 15:37:57
33029 Log: Add Configure option -Dmksymlinks which will create a symlink
33030 forest if the current/build differs from the source directory.
33031 TODO: mkdir -p is not portable.
33034 ____________________________________________________________________________
33035 [ 8217] By: jhi on 2000/12/21 14:39:12
33036 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
33037 From: Nick Ing-Simmons <nik@tiuk.ti.com>
33038 Date: Thu, 21 Dec 2000 09:38:18 GMT
33039 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
33041 The ofs became an SV.
33043 ! ext/Thread/Thread.xs
33044 ____________________________________________________________________________
33045 [ 8216] By: jhi on 2000/12/21 05:40:21
33046 Log: The polymorphism seems to have fixed 20000517.001.
33049 ____________________________________________________________________________
33050 [ 8215] By: jhi on 2000/12/21 04:44:52
33051 Log: read() documentation tweak for 20001121.004.
33054 ____________________________________________________________________________
33055 [ 8214] By: jhi on 2000/12/21 03:54:11
33056 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
33058 ! pp_sys.c t/op/misc.t
33059 ____________________________________________________________________________
33060 [ 8213] By: jhi on 2000/12/21 00:28:10
33061 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
33062 From: Peter Prymmer <pvhp@forte.com>
33063 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
33064 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
33067 ____________________________________________________________________________
33068 [ 8212] By: jhi on 2000/12/21 00:26:21
33069 Log: Edit edit edit.
33072 ____________________________________________________________________________
33073 [ 8211] By: jhi on 2000/12/20 18:52:46
33074 Log: Update Changes.
33076 ! Changes patchlevel.h
33077 ____________________________________________________________________________
33078 [ 8210] By: jhi on 2000/12/20 18:34:47
33079 Log: Yet another editor edit.
33082 ____________________________________________________________________________
33083 [ 8209] By: jhi on 2000/12/20 15:33:28
33084 Log: More Win32 Perling.
33087 ____________________________________________________________________________
33088 [ 8208] By: jhi on 2000/12/20 15:07:46
33089 Log: More Win32 editor/IDE/shell hints.
33092 ____________________________________________________________________________
33093 [ 8207] By: jhi on 2000/12/20 03:54:08
33094 Log: Subject: [PATCH] obscure timing knowledge
33095 From: Nicholas Clark <nick@ccl4.org>
33096 Date: Tue, 19 Dec 2000 19:22:31 +0000
33097 Message-ID: <20001219192231.F2827@plum.flirble.org>
33100 ____________________________________________________________________________
33101 [ 8206] By: jhi on 2000/12/20 03:45:57
33102 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
33103 From: Spider Boardman <spider@leggy.zk3.dec.com>
33104 Date: Tue, 19 Dec 2000 21:30:16 -0500
33105 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
33108 ____________________________________________________________________________
33109 [ 8205] By: jhi on 2000/12/19 23:02:01
33110 Log: Update Changes.
33112 ! Changes patchlevel.h
33113 ____________________________________________________________________________
33114 [ 8204] By: jhi on 2000/12/19 22:58:18
33115 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
33116 using the \xHH notation. No more inlined UTF-8, sigh, but easier
33117 on editors and diffing/patching.
33119 ! t/op/utf8decode.t
33120 ____________________________________________________________________________
33121 [ 8203] By: nick on 2000/12/19 21:36:16
33122 Log: Integrate mainline (forgot my own change...)
33124 !> ext/Encode/compile
33125 ____________________________________________________________________________
33126 [ 8202] By: nick on 2000/12/19 21:34:42
33127 Log: Integrate mainline.
33129 !> (integrate 61 files)
33130 ____________________________________________________________________________
33131 [ 8201] By: nick on 2000/12/19 21:34:06
33132 Log: Avoid looking for File::Glob when we don't need it.
33134 ! ext/Encode/compile
33135 ____________________________________________________________________________
33136 [ 8200] By: jhi on 2000/12/19 18:35:49
33137 Log: Update Changes.
33139 ! Changes patchlevel.h
33140 ____________________________________________________________________________
33141 [ 8199] By: jhi on 2000/12/19 18:35:07
33142 Log: Microperl tweaks.
33144 ! sv.c uconfig.h uconfig.sh
33145 ____________________________________________________________________________
33146 [ 8198] By: jhi on 2000/12/19 18:29:59
33147 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
33149 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33150 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
33151 ____________________________________________________________________________
33152 [ 8197] By: jhi on 2000/12/19 17:55:29
33153 Log: In VMS embedded perls couldn't access the statically built Socket,
33157 ____________________________________________________________________________
33158 [ 8196] By: jhi on 2000/12/19 17:49:50
33159 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
33160 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33161 Date: Sun, 17 Dec 2000 19:11:44 -0000
33162 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
33164 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33165 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
33166 ____________________________________________________________________________
33167 [ 8195] By: jhi on 2000/12/19 17:47:53
33168 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
33169 From: Jonathan Stowe <gellyfish@gellyfish.com>
33170 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
33171 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
33174 ____________________________________________________________________________
33175 [ 8194] By: jhi on 2000/12/19 17:46:28
33176 Log: Subject: Re: useless use of void context work-around
33177 From: andreas.koenig@anima.de (Andreas J. Koenig)
33178 Date: 16 Dec 2000 15:13:36 +0100
33179 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
33181 Document (comment) the q(di ds ig) trick in the code.
33184 ____________________________________________________________________________
33185 [ 8193] By: jhi on 2000/12/19 17:10:57
33186 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
33187 From: "Mark J. Reed" <mreed@strange.turner.com>
33188 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
33189 Message-Id: <200012160222.VAA13986@strange.turner.com>
33191 ! ext/Sys/Syslog/Syslog.pm
33192 ____________________________________________________________________________
33193 [ 8192] By: jhi on 2000/12/19 17:07:45
33194 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
33195 From: Nicholas Clark <nick@ccl4.org>
33196 Date: Sat, 16 Dec 2000 19:03:13 +0000
33197 Message-ID: <20001216190313.D68304@plum.flirble.org>
33200 ____________________________________________________________________________
33201 [ 8191] By: jhi on 2000/12/19 17:06:13
33202 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
33203 From: Dominic Dunlop <domo@computer.org>
33204 Date: Mon, 18 Dec 2000 12:00:15 +0100
33205 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
33207 This patchlet is needed in order that perl can be statically linked.
33210 ____________________________________________________________________________
33211 [ 8190] By: jhi on 2000/12/19 17:03:08
33212 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
33213 From: "Craig A. Berry" <craig.berry@psinetcs.com>
33214 Date: Sun, 17 Dec 2000 00:18:35 -0600
33215 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
33217 ! perlio.h vms/gen_shrfls.pl
33218 ____________________________________________________________________________
33219 [ 8189] By: jhi on 2000/12/19 16:20:28
33220 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
33221 From: Prymmer/Kahn <pvhp@best.com>
33222 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
33223 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
33225 A better version of #8188.
33228 ____________________________________________________________________________
33229 [ 8188] By: jhi on 2000/12/19 15:57:06
33230 Log: (Replaced by #8189)
33232 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33233 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
33234 From: Prymmer/Kahn <pvhp@best.com>
33235 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
33236 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33237 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
33238 Date: Mon, 18 Dec 2000 11:10:45 -0500
33239 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
33242 ____________________________________________________________________________
33243 [ 8187] By: jhi on 2000/12/19 15:54:19
33244 Log: Email address fix for Anton Berezin.
33247 ____________________________________________________________________________
33248 [ 8186] By: jhi on 2000/12/19 15:38:54
33249 Log: Subject: [PATCH perl@8102] cygwin port
33250 From: "Eric Fifer" <efifer@dircon.co.uk>
33251 Date: Thu, 14 Dec 2000 13:41:29 -0000
33252 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
33254 When compiling modules the data item that is being imported
33255 from libperl.dll needs to be tagged as imported/shared data:
33256 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
33259 ____________________________________________________________________________
33260 [ 8185] By: jhi on 2000/12/19 14:53:24
33261 Log: Regen uconfig.h and uconfig.sh.
33263 ! uconfig.h uconfig.sh
33264 ____________________________________________________________________________
33265 [ 8184] By: jhi on 2000/12/18 20:43:49
33266 Log: Comments work so much better when they are closed.
33269 ____________________________________________________________________________
33270 [ 8183] By: jhi on 2000/12/18 18:04:02
33271 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
33272 Fixes the bug 20001218.016.
33275 ____________________________________________________________________________
33276 [ 8182] By: gsar on 2000/12/18 09:53:47
33277 Log: delete spurious files
33278 Branch: maint-5.6/perl
33279 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
33280 - vos/config.h vos/config_h.SH_orig
33281 ____________________________________________________________________________
33282 [ 8181] By: gsar on 2000/12/18 09:46:08
33284 Branch: maint-5.6/perl
33285 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
33286 ____________________________________________________________________________
33287 [ 8180] By: gsar on 2000/12/18 09:20:27
33288 Log: integrate changes#7924..7926,7946,7952 from mainline
33289 Branch: maint-5.6/perl
33290 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
33291 !> lib/File/stat.pm t/lib/class-struct.t
33292 ____________________________________________________________________________
33293 [ 8179] By: gsar on 2000/12/18 08:55:54
33294 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
33295 7918,7919,7988,8907 from mainline (various)
33296 Branch: maint-5.6/perl
33297 +> t/lib/class-struct.t
33298 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
33299 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
33300 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
33301 ____________________________________________________________________________
33302 [ 8178] By: gsar on 2000/12/18 08:16:30
33303 Log: avoid redefinition warnings on windows due to sys/socket.h getting
33304 #included before win32.h
33305 Branch: maint-5.6/perl
33306 ! win32/include/sys/socket.h
33307 ____________________________________________________________________________
33308 [ 8177] By: gsar on 2000/12/18 05:24:04
33309 Log: make regen_headers; fix POSIX.xs problems; remove outdated
33310 code from sys/socket.h that makes build fail now
33311 Branch: maint-5.6/perl
33312 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
33314 !> win32/include/sys/socket.h
33315 ____________________________________________________________________________
33316 [ 8176] By: gsar on 2000/12/18 05:20:17
33317 Log: update Changes
33318 Branch: maint-5.6/perl
33319 ! Changes patchlevel.h
33320 ____________________________________________________________________________
33321 [ 8175] By: gsar on 2000/12/18 04:57:48
33322 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
33323 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
33324 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
33325 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
33326 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
33328 Branch: maint-5.6/perl
33329 +> lib/File/Spec/Epoc.pm
33330 !> (integrate 88 files)
33331 ____________________________________________________________________________
33332 [ 8174] By: gsar on 2000/12/18 03:53:09
33333 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
33334 7625..7629,7631..7634,7637,7639,7642 from mainline
33335 Branch: maint-5.6/perl
33337 !> (integrate 26 files)
33338 ____________________________________________________________________________
33339 [ 8173] By: gsar on 2000/12/18 03:37:02
33340 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
33341 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
33342 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
33343 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
33344 Branch: maint-5.6/perl
33345 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
33347 !> (integrate 111 files)
33348 ____________________________________________________________________________
33349 [ 8172] By: jhi on 2000/12/18 02:49:27
33352 ! pod/perlmodlib.pod pod/perltoc.pod
33353 ____________________________________________________________________________
33354 [ 8171] By: gsar on 2000/12/18 02:49:24
33355 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
33356 7465..7471 from mainline
33358 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
33359 in platforms that strictly require all the symbols being present
33362 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
33364 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
33366 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
33368 Subject: [PATCH] todo
33370 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
33372 Use $sort, $uniq (and $tr) consistently as wondered
33375 Too enthusiastic editing in #7460.
33377 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
33379 Upgrade to CPAN 1.58_55.
33380 Subject: CPAN.pm status
33382 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
33384 Make target reordering to avoid pointless re-makes.
33385 Subject: Re: Total re-make of 'make okfile' after 7451 ?
33387 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
33389 Subject: DOC PATCH 5.6.0
33391 Add the repository doc by Malcolm, Sarathy, and by Simon,
33392 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
33393 Branch: maint-5.6/perl
33394 +> Porting/repository.pod
33395 !> Configure MANIFEST Makefile.SH README.dos README.os2
33396 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
33397 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
33398 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
33399 ____________________________________________________________________________
33400 [ 8169] By: gsar on 2000/12/18 02:33:34
33401 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
33402 7435..7441,7445 from mainline
33404 Make the UTF-8 decoding stricter and more verbose when
33405 malformation happens. This involved adding an argument
33406 to utf8_to_uv_chk(), which involved changing its prototype,
33407 and prefer STRLEN over I32 for the UTF-8 length, which as
33408 a domino effect necessitated changing the prototypes of
33409 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
33410 The stricter UTF-8 decoding checking uses Markus Kuhn's
33411 UTF-8 Decode Stress Tester from
33412 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
33414 Run vms/vms_yfix.pl, should have done that after changing
33417 Subject: [PATCH 5.7.0] static linking with uninstalled perl
33419 (Replaced by #7440.)
33420 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33422 Fix the bug ID 20001024.005, the bug introduced by #7416.
33424 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
33426 Fix the bug reported in
33427 From: andreas.koenig@anima.de (Andreas J. Koenig)
33428 Also make is_utf8_char() stricter.
33430 Missed the header file changes from #7425.
33432 Check if stdio supports tweaking lval and cnt simultaneously.
33433 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33435 Stratus VOS updates from Paul Green.
33437 Podify README.epoc and README.vos.
33439 Add targets to Makefile.SH, most importantly
33440 'regen_all' which also remembers to update vms/perly*.
33442 Subject: Minor update to find2perl, for portability
33444 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
33446 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
33448 Rename UTF8LEN() to be UNISKIP(), too confusing to have
33449 UTF8LEN() and UTF8SKIP().
33451 Allow poking holes at the UTF-8 decoding strictness.
33453 Continue the internal UTF-8 API tweaking.
33454 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
33455 used much more than the simpler API, now called utf8_to_uv_simple().
33456 Still not quite happy with API, too much partial duplication
33459 A new version of making the syslog test more robust.
33461 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33463 buildtoc target tweaks.
33465 Integrate with vmsperl #7430 by Charles Bailey:
33467 Cleanup from prior patch (Charles Lane?):
33468 - improve handling of MFDs in Basename and Path
33469 - default to no xsubpp line # munging when building debug images
33470 Branch: maint-5.6/perl
33471 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33472 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
33473 !> (integrate 67 files)
33474 ____________________________________________________________________________
33475 [ 8168] By: gsar on 2000/12/18 02:05:49
33476 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
33478 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33479 From: Martin Husemann <martin@duskware.de>
33481 Subject: [PATCH 5.7.0] restore match data on backtracing
33482 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33483 Branch: maint-5.6/perl
33484 !> regcomp.c regexec.c t/op/re_tests
33485 ____________________________________________________________________________
33486 [ 8167] By: gsar on 2000/12/18 01:55:22
33487 Log: integrate changes#7858,7986 from mainline
33489 C<foreach my $x ...> in pseudo-fork()ed process may diddle
33490 parent's memory; fix it by keeping track of the actual pad
33491 offset rather than a raw pointer (this change is probably also
33492 relevant to non-ithreads case to avoid fallout from reallocs of
33493 the pad array, but is currently only enabled for the ithreads
33494 case in the interests of minimal disruption to existing "well
33497 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
33498 due to the notorious GetFileType() bug in Windows 9x, which fstat()
33500 Branch: maint-5.6/perl
33501 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
33502 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
33503 !> win32/win32.c win32/win32.h win32/win32sck.c
33504 ____________________________________________________________________________
33505 [ 8166] By: gsar on 2000/12/18 01:52:59
33506 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
33507 from mainline (xsubpp and ExtUtils::LibList fixups, various
33509 Branch: maint-5.6/perl
33510 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
33511 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
33512 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
33513 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
33514 !> win32/bin/search.pl
33515 ____________________________________________________________________________
33516 [ 8165] By: gsar on 2000/12/18 01:28:45
33517 Log: integrate changes#7533,7563,7611,7623 from mainline (various
33518 malloc.c embellishments)
33519 Branch: maint-5.6/perl
33520 !> malloc.c pod/perldiag.pod
33521 ____________________________________________________________________________
33522 [ 8164] By: gsar on 2000/12/18 01:23:33
33523 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
33525 Branch: maint-5.6/perl
33527 ____________________________________________________________________________
33528 [ 8163] By: gsar on 2000/12/18 01:17:50
33529 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
33531 Branch: maint-5.6/perl
33532 !> Makefile.SH utils/perlbug.PL
33533 ____________________________________________________________________________
33534 [ 8162] By: gsar on 2000/12/18 00:25:43
33535 Log: always export Perl_deb() (it is required by re.xs whether
33536 Perl is built with or without -DDEBUGGING)
33537 Branch: maint-5.6/perl
33539 ____________________________________________________________________________
33540 [ 8161] By: gsar on 2000/12/18 00:23:38
33541 Log: integrate change#7414 from mainline
33543 Undo the basename() part of #7412 since the lib/basename
33544 tests would need upgrading too.
33546 squelch two tests in tr.t that rely on tr/// paranoia change
33547 that's not in 5.6.x
33548 Branch: maint-5.6/perl
33550 !> lib/File/Basename.pm
33551 ____________________________________________________________________________
33552 [ 8160] By: gsar on 2000/12/18 00:05:30
33553 Log: missing change in previous integrate
33554 Branch: maint-5.6/perl
33556 ____________________________________________________________________________
33557 [ 8159] By: gsar on 2000/12/18 00:03:38
33558 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
33559 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
33560 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
33561 7410..7413 from mainline
33562 Branch: maint-5.6/perl
33563 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
33564 +> t/lib/tie-splice.t
33565 - lib/unicode/Is/DCinital.pl
33566 !> (integrate 112 files)
33567 ____________________________________________________________________________
33568 [ 8158] By: jhi on 2000/12/17 23:04:24
33569 Log: Subject: [PATCHES] RE: perl@8150
33570 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
33571 Date: Sun, 17 Dec 2000 21:46:39 +0100
33572 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
33574 Neither cygwin has a getpwuid() one can trust on.
33576 ! t/lib/glob-basic.t
33577 ____________________________________________________________________________
33578 [ 8157] By: jhi on 2000/12/17 23:01:54
33579 Log: More MAN.PODS => {} fixes.
33581 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
33582 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
33583 ! os2/OS2/REXX/Makefile.PL
33584 ____________________________________________________________________________
33585 [ 8156] By: gsar on 2000/12/17 22:49:13
33586 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
33587 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
33588 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
33589 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
33590 7201,7204 from mainline
33591 Branch: maint-5.6/perl
33592 !> (integrate 121 files)
33593 ____________________________________________________________________________
33594 [ 8155] By: jhi on 2000/12/17 22:30:58
33595 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
33596 From: "Craig A. Berry" <craigberry@mac.com>
33597 Date: Sun, 17 Dec 2000 13:09:28 -0600
33598 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
33600 MAN.PODS => ' ' is naughty.
33602 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
33603 ____________________________________________________________________________
33604 [ 8154] By: nick on 2000/12/17 22:07:13
33605 Log: MULTIPLICITY nit.
33608 ____________________________________________________________________________
33609 [ 8153] By: gsar on 2000/12/17 21:23:05
33610 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
33611 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
33614 Document the SvIOK_.*UV().
33616 Update Unicode todo list.
33618 Guard against bad string->int conversion for quads.
33620 Subject: small apidoc fix
33622 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
33624 Subject: [PATCH] Tied filehandle documentation
33626 Subject: [PATCH] Modernize Opcode.pm documentation
33628 Make Data::Dumper (non-XS) to work with changed semantics of ref().
33629 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
33630 [applied even though said semantics didn't change in 5.6.x]
33632 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
33634 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
33636 Fix the URL, but the server is still missing in action.
33637 Subject: [ID 20000905.002] perlfaq1.pod URL error
33639 Subject: [ID 20000903.001] \w in utf8-strings
33641 Fix the ccversion detection for 5.1 and beyond.
33642 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33644 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
33646 Subject: [ID 20000904.008] Tiny fix for perldiag
33648 Subject: Re: [ID 20000906.004] segfault with bad perl statement
33650 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33652 Subject: [ID 20000908.002] perlipc documentation bug.
33654 Subject: [PATCH lib/Benchmark.pm]
33656 Re-allow vec() for characters > 255.
33657 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
33659 Do away with memory models cruft. Sorry, PDP users.
33663 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
33665 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
33667 Upgrade to CPAN 1.57_65, from Andreas König.
33669 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
33672 Silence t/pod/*.t about alternate quote-mappings now implemented
33673 by Pod::Text, from Brad Appleton.
33675 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
33676 Subject: borland C++ win32.c tweak
33678 C<@a = @b = split(...)> optimization coredumps under ithreads
33679 (missed a spot when fixing up op_pmreplroot hack for ithreads)
33681 Document the SvUTF8*().
33683 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
33685 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
33687 Do in VMS as the #7054 does.
33689 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
33691 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
33693 Subject: [patch: perl@7045] vms updates
33695 Test for the #7049.
33696 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
33698 Break up the myconfig lines a bit.
33699 Subject: perlbug/perl -V output format
33701 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
33703 The #7054 truncated Configure badly.
33705 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
33706 initialization in all the threads on Windows
33708 Allow for whitespace between "#" and "line" in cpp output.
33709 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
33711 Remove vestiges of tr//CU.
33712 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33714 The return value of setlocale must be copied away.
33715 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
33717 Allow chop() and chomp() to be overridden.
33718 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
33720 Hints optimization.
33723 Subject: [PATCH] de-wall t/README
33725 Subject: Re: Two advertising clauses need to be removed
33726 Branch: maint-5.6/perl
33727 !> (integrate 75 files)
33728 ____________________________________________________________________________
33729 [ 8152] By: gsar on 2000/12/17 20:30:11
33730 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
33731 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
33732 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
33734 Don't attach -ld to the archname if pointless.
33736 Document UNTIE in a very minimalistic way.
33738 POSIX doesn't report long double values under -Duselongdouble
33739 when the long doubles are "real" (bigger than doubles).
33741 More author updates.
33743 Try to deduce NV_MAX. Really should be Configure fodder.
33745 :: not allowed in pathnames, change to .
33746 Subject: [PATCH perl@6938] cygwin port
33748 Forget about NV_MAX (#6951). Various floating point tweaks,
33749 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
33751 Move the Solaris 7 scan to use64bitall, make the
33752 failure to find 64-bot sparc libc to mention the
33753 possibility of being in an intel, from Lupe and Alan.
33757 AUTHORS tweaks, from Peter Prymmer.
33759 More address tweaking.
33761 Small tweaks all over.
33763 File::Temp patches from Andreas König,
33765 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
33767 Subject: CPAN.pm beta 1.57_57 for the core
33769 Part of the solution.
33770 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
33772 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
33774 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33776 Add the overload warnings to perldiag.
33778 Drop unused argument.
33779 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
33781 Subject: Nit in Configure (bleadperl@6961)
33783 Update to PodParser 1.18, from Brad Appleton.
33785 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
33787 Subject: [PATCH: 6948] add SCNfldbl to configure.com
33789 Document UNTIE. Also tweak implementation to suppress the 'inner references'
33790 warning when UNTIE exists and instead pass the cound of extra references to
33793 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
33794 so that case-ignoring systems like DCL can tell them from
33795 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
33797 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33799 Feature ordering tweak.
33803 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
33805 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
33807 Subject: http:// in L<>
33811 change#6791 accidentally clobbered change#6710, put it back
33813 Only the first line, thank you very much.
33815 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
33816 plus rework the http: spots as suggested by Tom Christiansen,
33817 plus regen perltoc.
33819 Undo part of change 6489 which looks like a bulk edit which
33820 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
33821 The supressing of main:: on return from select() is undesirable.
33823 Apparently avoiding the swapping is too costly.
33825 Various Configure nits by Philip Newton,
33826 plus the ebcdic one by me.
33828 Make certain cc is set before trying to run it.
33830 If overloaded %{} etc. return the object do not loop.
33831 Thus sub deref { $_[0] } functions if object is wanted type.
33835 More %{} and other deref special casing - do not pass to 'nomethod'.
33836 Branch: maint-5.6/perl
33837 !> (integrate 59 files)
33838 ____________________________________________________________________________
33839 [ 8151] By: gsar on 2000/12/17 19:14:38
33840 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
33841 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
33843 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
33845 Make the epsilon to be relative, not absolute.
33847 Put back the flags dump as reasoned in
33848 Subject: Re: [PATCH] Glob dumping
33850 Introduce ccname to keep track of what compiler kind of we have.
33852 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
33854 Put back the slice accidentally removed by #6907.
33856 Reset archname and archname64 always, forcing them be
33857 recomputed at each Configure run, make Configure and
33858 the hints files agree on the naming of largefiles variables.
33860 Don't say "Perl 5.0 source kit".
33862 Subject: [PATCH] fix misc cast warnings
33864 Subject: typos in pods
33866 NVs not necessarily doubles, as pointed out by Yitzchak.
33868 Subject: [PATCH 6889] add a few ldbl formats to configure.com
33870 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
33872 Better options for rsync.
33874 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
33876 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
33878 Subject: [PATCH] Re: UNTIE method
33880 A better fix for the Socket building problem from Craig Berry.
33882 Retract the dummy test, skip the security tests (instead of failing),
33883 explain what the warnings mean.
33886 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
33888 Update to Unicode 3.0.1.
33890 Missed one Unicode file.
33892 Subject: Re: typos in pods
33894 The #6929 was too skimpy.
33896 sscanf() may be the only way to read long doubles from strings.
33898 Reveal Borland's isnan.
33899 Subject: build with BC++ tweak
33901 Issue useful diagnostic on unknown pod commands.
33902 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
33904 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
33906 Clarify the third case of ftmp-security warnings.
33908 Make -Dusemorebits find long doubles in Solaris.
33910 Wrap the test in eval.
33911 Branch: maint-5.6/perl
33912 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
33913 +> lib/unicode/PropList.txt lib/unicode/README.perl
33914 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33915 +> lib/unicode/Unicode.301 vms/vmspipe.com
33916 - lib/unicode/Props.txt lib/unicode/UCD300.html
33917 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
33918 !> (integrate 305 files)
33919 ____________________________________________________________________________
33920 [ 8150] By: jhi on 2000/12/17 18:47:57
33921 Log: Uncheckedin generated files.
33923 ! global.sym perlapi.c pod/perlapi.pod
33924 ____________________________________________________________________________
33925 [ 8149] By: jhi on 2000/12/17 18:41:22
33926 Log: Update Changes.
33928 ! Changes patchlevel.h
33929 ____________________________________________________________________________
33930 [ 8148] By: jhi on 2000/12/17 18:39:16
33931 Log: Subject: [PATCH] Fcntl constants speedup
33932 From: Nicholas Clark <nick@ccl4.org>
33933 Date: Sun, 17 Dec 2000 16:29:24 +0000
33934 Message-ID: <20001217162924.E97668@plum.flirble.org>
33936 Use IVs for the Fcntl constants instead of NVs.
33938 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
33939 ____________________________________________________________________________
33940 [ 8147] By: jhi on 2000/12/17 18:33:41
33941 Log: Add test for #8145 (binmode() warning), add warning for
33942 ioctl() and sockpair(), document them. (fileno() cannot
33943 be tripwired with the same kind of warning because
33944 'defined fileno($foo)' seems to be an idiom.)
33946 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
33947 ____________________________________________________________________________
33948 [ 8146] By: gsar on 2000/12/17 18:09:08
33949 Log: update Changes
33950 Branch: maint-5.6/perl
33952 ____________________________________________________________________________
33953 [ 8145] By: jhi on 2000/12/17 17:39:35
33954 Log: Subject: [PATCH] Re: The long awaited feature ...
33955 From: Simon Cozens <simon@cozens.net>
33956 Date: Sun, 17 Dec 2000 12:31:56 +0000
33957 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
33959 Add a warning to binmode() about using bad filehandles
33960 (can happen e.g. if someone forgets the filehandle argument)
33963 ____________________________________________________________________________
33964 [ 8144] By: jhi on 2000/12/17 17:33:48
33965 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
33966 From: Jonathan Stowe <gellyfish@gellyfish.com>
33967 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
33968 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
33971 ____________________________________________________________________________
33972 [ 8143] By: jhi on 2000/12/17 05:31:37
33973 Log: Polymorphic regexps.
33975 Fixes at least the bugs 20001028.003 (both of them...) and
33976 20001108.001. The bugs 20001114.001 and 20001205.014 seem
33977 also to be fixed by now, probably already before this patch.
33979 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
33980 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
33981 ! t/op/utf8decode.t t/pragma/utf8.t
33982 ____________________________________________________________________________
33983 [ 8142] By: jhi on 2000/12/16 17:16:05
33984 Log: Subject: [patch perl@8102] dos/djgpp update
33985 From: Laszlo Molnar <ml1050@freemail.hu>
33986 Date: Sat, 16 Dec 2000 01:40:52 +0100
33987 Message-ID: <20001216014052.A335@freemail.hu>
33989 ! djgpp/config.over t/base/commonsense.t
33990 ____________________________________________________________________________
33991 [ 8141] By: jhi on 2000/12/16 17:09:27
33992 Log: Few uncheckedin files.
33994 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
33995 ____________________________________________________________________________
33996 [ 8140] By: nick on 2000/12/15 22:14:31
33997 Log: Integrate mainline
33999 !> (integrate 53 files)
34000 ____________________________________________________________________________
34001 [ 8139] By: jhi on 2000/12/15 19:49:49
34002 Log: One more IVUV tweak from Nicholas Clark.
34005 ____________________________________________________________________________
34006 [ 8138] By: jhi on 2000/12/15 19:17:06
34007 Log: Return of the IVUV-preservation, now seems to be happy even
34008 in Digital UNIX (the broken strtoul brokenness detection
34009 seems to have been the fly in the ointment).
34011 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34012 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
34013 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
34014 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
34015 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34016 ! vos/config.ga.h win32/config.bc win32/config.gc
34018 ____________________________________________________________________________
34019 [ 8137] By: jhi on 2000/12/15 18:12:14
34020 Log: Metaconfig unit change for #8136.
34022 ! U/modified/d_strtoul.U
34023 Branch: metaconfig/U/perl
34024 ! d_strtoull.U d_strtouq.U
34025 ____________________________________________________________________________
34026 [ 8136] By: jhi on 2000/12/15 18:11:35
34027 Log: I don't think it's sensible or portable to test the strtou*
34031 ____________________________________________________________________________
34032 [ 8135] By: jhi on 2000/12/15 17:18:49
34033 Log: Metaconfig unit change for #8134.
34035 ! U/modified/d_strtoul.U
34036 ____________________________________________________________________________
34037 [ 8134] By: jhi on 2000/12/15 17:14:13
34038 Log: If longsize is 8 we don't need a LL suffix for integer constants.
34040 ! Configure config_h.SH
34041 ____________________________________________________________________________
34042 [ 8133] By: jhi on 2000/12/15 16:00:23
34043 Log: Update Changes.
34045 ! Changes patchlevel.h
34046 ____________________________________________________________________________
34047 [ 8132] By: jhi on 2000/12/15 15:44:16
34048 Log: Some compilers get huffy if you do not cast a const pointer
34049 to a non-const when assigning.
34052 ____________________________________________________________________________
34053 [ 8131] By: jhi on 2000/12/15 15:38:30
34054 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
34055 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34056 Date: Fri, 15 Dec 2000 05:26:57 -0500
34057 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
34059 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
34060 ! t/pragma/overload.t
34061 ____________________________________________________________________________
34062 [ 8130] By: jhi on 2000/12/15 15:36:08
34063 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
34064 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34065 Date: Thu, 14 Dec 2000 22:02:43 -0500
34066 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
34069 ____________________________________________________________________________
34070 [ 8129] By: jhi on 2000/12/15 15:34:16
34071 Log: Subject: PATCH: h2xs nit
34072 From: Tim Jenness <t.jenness@jach.hawaii.edu>
34073 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
34074 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
34076 Add a template README.
34079 ____________________________________________________________________________
34080 [ 8128] By: jhi on 2000/12/15 15:32:22
34081 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
34083 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
34084 ____________________________________________________________________________
34085 [ 8127] By: jhi on 2000/12/15 15:19:34
34086 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
34087 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34088 Date: Thu, 14 Dec 2000 20:04:42 EST
34089 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
34091 ! ext/Opcode/Opcode.xs
34092 ____________________________________________________________________________
34093 [ 8126] By: jhi on 2000/12/15 15:17:49
34094 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
34095 From: Peter Prymmer <pvhp@forte.com>
34096 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
34097 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
34099 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
34100 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
34101 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
34102 ____________________________________________________________________________
34103 [ 8125] By: jhi on 2000/12/15 15:11:05
34104 Log: This seems to be a stage sane and stable enough to checkin.
34105 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
34107 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
34108 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
34109 ! t/op/cmp.t t/op/numconvert.t
34110 ____________________________________________________________________________
34111 [ 8124] By: jhi on 2000/12/15 04:20:26
34112 Log: Something is really wonky.
34115 ____________________________________________________________________________
34116 [ 8123] By: jhi on 2000/12/15 04:00:50
34117 Log: Fixes for the IV UV patches to compile in Digital UNIX.
34120 ____________________________________________________________________________
34121 [ 8122] By: jhi on 2000/12/15 02:53:40
34122 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
34123 From: "Craig A. Berry" <craigberry@mac.com>
34124 Date: Thu, 14 Dec 2000 19:10:49 -0600
34125 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
34128 ____________________________________________________________________________
34129 [ 8121] By: jhi on 2000/12/15 02:50:00
34130 Log: Metaconfig changes for #8120.
34132 + U/modified/d_strtoul.U
34133 Branch: metaconfig/U/perl
34134 ! d_strtoull.U d_strtouq.U
34135 ____________________________________________________________________________
34136 [ 8120] By: jhi on 2000/12/15 02:49:42
34137 Log: From: Nicholas Clark <nick@ccl4.org>
34138 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
34139 Date: Thu, 14 Dec 2000 18:38:57 +0000
34140 Message-ID: <20001214183857.B97909@plum.flirble.org>
34142 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34143 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
34144 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34145 ! vos/config.ga.def vos/config.ga.h win32/config.bc
34146 ! win32/config.gc win32/config.vc
34147 ____________________________________________________________________________
34148 [ 8119] By: jhi on 2000/12/14 23:40:58
34149 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
34150 From: Nicholas Clark <nick@ccl4.org>
34151 Date: Wed, 13 Dec 2000 20:08:50 +0000
34152 Message-ID: <20001213200849.B71166@plum.flirble.org>
34154 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
34155 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
34156 ____________________________________________________________________________
34157 [ 8118] By: jhi on 2000/12/14 22:46:26
34158 Log: Integrate perlio.
34160 !> MANIFEST ext/Encode/compile makedef.pl
34161 ____________________________________________________________________________
34162 [ 8117] By: nick on 2000/12/14 22:38:53
34163 Log: Win32 tweaks to get Encode to build
34164 - temp hack to makedef.pl till PerlIO is properly "exported".
34166 static encpage_t foo[];
34167 so make 'em extern for now.
34169 ! ext/Encode/compile makedef.pl
34170 ____________________________________________________________________________
34171 [ 8116] By: nick on 2000/12/14 22:00:53
34172 Log: Document the new files
34175 ____________________________________________________________________________
34176 [ 8115] By: jhi on 2000/12/14 21:58:01
34177 Log: MANIFEST new files of #8114.
34180 ____________________________________________________________________________
34181 [ 8114] By: jhi on 2000/12/14 21:50:49
34182 Log: Integrate perlio.
34184 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
34185 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34186 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
34187 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
34188 !> ext/Encode/Makefile.PL
34189 ____________________________________________________________________________
34190 [ 8113] By: jhi on 2000/12/14 21:48:49
34191 Log: The documentation part of the
34193 Subject: [ID 20001214.002] Net::Ping patch
34194 From: Jonathan Stowe <gellyfish@gellyfish.com>
34195 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
34196 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
34197 since the #7529 had already addressed the same problem.
34200 ____________________________________________________________________________
34201 [ 8112] By: jhi on 2000/12/14 21:42:57
34202 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
34203 From: Dominic Dunlop <domo@computer.org>
34204 Date: Tue, 12 Dec 2000 10:47:10 +0100
34205 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
34207 Document how elusive subroutines can be.
34210 ____________________________________________________________________________
34211 [ 8111] By: jhi on 2000/12/14 21:38:05
34212 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
34213 From: Dominic Dunlop <domo@computer.org>
34214 Date: Thu, 14 Dec 2000 10:13:51 +0100
34215 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
34217 ! ext/POSIX/POSIX.pod
34218 ____________________________________________________________________________
34219 [ 8110] By: jhi on 2000/12/14 21:36:32
34220 Log: Subject: [patch] perlfaq7
34221 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
34222 Date: Thu, 14 Dec 2000 15:31:07 +0100
34223 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
34226 ____________________________________________________________________________
34227 [ 8109] By: jhi on 2000/12/14 21:29:20
34228 Log: Subject: [8104] Encode
34229 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34230 Date: Thu, 14 Dec 2000 14:49:34 +0100
34231 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
34233 Type casting for nervous compilers.
34235 ! ext/Encode/Encode.xs
34236 ____________________________________________________________________________
34237 [ 8108] By: jhi on 2000/12/14 21:26:17
34238 Log: Subject: [8104] DB_File
34239 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34240 Date: Thu, 14 Dec 2000 14:49:35 +0100
34241 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
34243 Type definition incorrect for DB 2.7.7. Not known when it
34244 changed, so only changed it for a known revision.
34246 ! ext/DB_File/DB_File.xs
34247 ____________________________________________________________________________
34248 [ 8107] By: jhi on 2000/12/14 21:23:41
34249 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
34250 From: Peter Prymmer <pvhp@forte.com>
34251 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
34252 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
34254 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
34256 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34257 ! ext/Encode/Encode/posix-bc.enc
34258 ____________________________________________________________________________
34259 [ 8106] By: nick on 2000/12/14 20:36:13
34260 Log: "Cold" build correction to Encode's Makefile.PL
34262 ! ext/Encode/Makefile.PL
34263 ____________________________________________________________________________
34264 [ 8105] By: nick on 2000/12/14 20:09:37
34265 Log: "Compiled" encodings.
34266 Correct replacement character in EBCDIC .enc files
34267 Add 0x7F to ASCII repertoire.
34269 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34270 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
34271 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
34272 ! ext/Encode/Makefile.PL ext/Encode/compile
34273 ! ext/Encode/encengine.c ext/Encode/encode.h
34274 ____________________________________________________________________________
34275 [ 8104] By: nick on 2000/12/14 00:38:20
34276 Log: Integrate mainline
34278 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
34279 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
34280 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
34281 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
34282 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
34283 !> t/lib/db-hash.t t/lib/db-recno.t
34284 ____________________________________________________________________________
34285 [ 8103] By: nick on 2000/12/13 23:16:13
34286 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
34287 so far and so it does not get lost.
34289 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
34290 ____________________________________________________________________________
34291 [ 8102] By: jhi on 2000/12/13 17:14:22
34292 Log: Update Changes.
34294 ! Changes patchlevel.h
34295 ____________________________________________________________________________
34296 [ 8101] By: jhi on 2000/12/13 16:53:41
34297 Log: Move the proto of start_glob() to a better place; regen api files.
34299 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
34300 ____________________________________________________________________________
34301 [ 8100] By: jhi on 2000/12/13 16:47:11
34302 Log: Metaconfig change for #8099.
34304 ! U/modified/Head.U
34305 ____________________________________________________________________________
34306 [ 8099] By: jhi on 2000/12/13 16:46:48
34307 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
34308 From: Andy Dougherty <doughera@lafayette.edu>
34309 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
34310 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
34313 ____________________________________________________________________________
34314 [ 8098] By: jhi on 2000/12/13 16:39:02
34315 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
34316 From: rspier@pobox.com (Robert Spier)
34317 Date: Tue, 12 Dec 2000 21:12:39 -0500
34318 Message-ID: <14902.56087.678086.725773@rls.cx>
34320 fastgetcwd is defined using a glob alias on a $^O dependent basis -
34321 and there was no default assignment or perl subroutine.
34324 ____________________________________________________________________________
34325 [ 8097] By: jhi on 2000/12/13 16:16:01
34326 Log: Subject: [PATCH] move startglob out of pp_hot.c
34327 From: Nicholas Clark <nick@ccl4.org>
34328 Date: Mon, 11 Dec 2000 23:16:39 +0000
34329 Message-ID: <20001211231638.A55550@plum.flirble.org>
34331 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
34332 ____________________________________________________________________________
34333 [ 8096] By: jhi on 2000/12/13 15:26:23
34334 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
34335 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34336 Date: Wed, 13 Dec 2000 14:01:37 +0100
34337 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
34339 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
34340 in turn requires libpthread in libswanted.
34343 ____________________________________________________________________________
34344 [ 8095] By: jhi on 2000/12/12 19:51:05
34345 Log: The integration wars continue.
34348 ____________________________________________________________________________
34349 [ 8094] By: jhi on 2000/12/12 19:48:26
34350 Log: Subject: [PATCH perl@8070] DB_File-1.74
34351 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34352 Date: Mon, 11 Dec 2000 23:07:17 -0000
34353 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
34355 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34356 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
34357 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
34359 ____________________________________________________________________________
34360 [ 8093] By: nick on 2000/12/12 19:42:13
34361 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
34364 !> lib/File/DosGlob.pm
34365 ____________________________________________________________________________
34366 [ 8092] By: jhi on 2000/12/12 19:28:11
34367 Log: Integrate perlio.
34370 ____________________________________________________________________________
34371 [ 8091] By: nick on 2000/12/12 18:49:45
34372 Log: Fix for Tk, and upgrading shared SVs.
34375 ____________________________________________________________________________
34376 [ 8090] By: jhi on 2000/12/12 16:48:59
34377 Log: Subject: [PATCH] Re: Breadperl & Tk
34378 From: Nick Ing-Simmons <nik@tiuk.ti.com>
34379 Date: Tue, 12 Dec 2000 14:48:27 GMT
34380 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
34383 ____________________________________________________________________________
34384 [ 8089] By: jhi on 2000/12/12 03:37:19
34385 Log: Subject: DosGlob.pm diff for bash style brace expansion.
34386 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
34387 Date: Fri, 8 Dec 2000 10:45:30 -0600
34388 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
34390 ! lib/File/DosGlob.pm
34391 ____________________________________________________________________________
34392 [ 8088] By: nick on 2000/12/11 23:59:59
34393 Log: Integrate mainline
34395 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
34396 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34397 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
34398 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
34399 !> t/op/local.t t/pragma/warn/toke toke.c
34400 ____________________________________________________________________________
34401 [ 8087] By: jhi on 2000/12/11 23:20:23
34402 Log: Integrate perlio.
34404 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34405 ____________________________________________________________________________
34406 [ 8086] By: jhi on 2000/12/11 22:50:59
34407 Log: Tune further the OS detection of CGI.
34410 ____________________________________________________________________________
34411 [ 8085] By: nick on 2000/12/11 22:50:46
34412 Log: Finish 1st pass of "encoding" layer e.g. :
34413 open($fh,"<encoding(iso8859-7)",$greek) || die;
34415 ! ext/Encode/Encode.xs perlio.c perliol.h
34416 ____________________________________________________________________________
34417 [ 8084] By: jhi on 2000/12/11 22:32:06
34418 Log: Revert the -f ambiguousity patch, seems to cause
34419 too much hassle (the interpret -Q as a function
34420 where Q is not a known filetest part is left in).
34422 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
34424 ____________________________________________________________________________
34425 [ 8083] By: jhi on 2000/12/11 22:27:23
34426 Log: (accidentally empty check-in)
34428 ! lib/File/DosGlob.pm
34429 ____________________________________________________________________________
34430 [ 8082] By: nick on 2000/12/11 19:09:51
34431 Log: Restore mmap function (broken by tweaks to shared buffer
34432 layer for encode(xxxx)).
34435 ____________________________________________________________________________
34436 [ 8081] By: jhi on 2000/12/11 18:29:13
34437 Log: Subject: Re: The long awaited feature ...
34438 From: Simon Cozens <simon@cozens.net>
34439 Date: Mon, 11 Dec 2000 15:54:24 +0000
34440 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
34442 More io/utf8 tests.
34445 ____________________________________________________________________________
34446 [ 8080] By: jhi on 2000/12/11 18:19:36
34447 Log: Subject: PATCH MakeMaker manpage clarification
34448 From: andreas.koenig@anima.de (Andreas J. Koenig)
34449 Date: 10 Dec 2000 20:46:13 +0100
34450 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
34452 ! lib/ExtUtils/MakeMaker.pm
34453 ____________________________________________________________________________
34454 [ 8079] By: jhi on 2000/12/11 15:35:07
34455 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
34456 From: Simon Cozens <simon@cozens.net>
34457 Date: Sun, 10 Dec 2000 19:06:19 +0000
34458 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
34460 ! ext/B/B/Deparse.pm t/lib/b.t
34461 ____________________________________________________________________________
34462 [ 8078] By: jhi on 2000/12/11 15:09:11
34463 Log: Subject: [PATCH] docs on NaN
34464 From: Nicholas Clark <nick@ccl4.org>
34465 Date: Mon, 11 Dec 2000 01:48:38 +0000
34466 Message-ID: <20001211014838.B99205@plum.flirble.org>
34469 ____________________________________________________________________________
34470 [ 8077] By: jhi on 2000/12/11 15:02:21
34471 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
34472 From: Simon Cozens <simon@cozens.net>
34473 Date: Mon, 11 Dec 2000 01:21:45 +0000
34474 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
34476 ! pp.c pp_hot.c scope.c t/op/local.t
34477 ____________________________________________________________________________
34478 [ 8076] By: nick on 2000/12/10 20:43:32
34479 Log: Not merge worthy...
34480 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
34481 syntax is modelled on attributes.
34482 Untested fix for io/utf8 on Win32 etc.
34483 Very clumsy start to the encode layer.
34485 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34486 ____________________________________________________________________________
34487 [ 8075] By: jhi on 2000/12/10 18:39:33
34488 Log: Darwin is not Windows.
34491 ____________________________________________________________________________
34492 [ 8074] By: jhi on 2000/12/10 18:31:27
34493 Log: Subject: Ambiguous -%c() resolved as a file test
34494 From: "Paul Marquess" <Paul.Marquess@openwave.com>
34495 Date: Sun, 10 Dec 2000 15:35:07 -0000
34496 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
34498 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34499 ____________________________________________________________________________
34500 [ 8073] By: jhi on 2000/12/10 18:16:29
34501 Log: Subject: PATCH installperl misinformed
34502 From: andreas.koenig@anima.de (Andreas J. Koenig)
34503 Date: 10 Dec 2000 13:01:32 +0100
34504 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
34507 ____________________________________________________________________________
34508 [ 8072] By: jhi on 2000/12/10 18:07:55
34509 Log: The walkoptree confusion rages; walkoptree() seems to be coming
34510 from B.xs, while walkoptree_slow() comes from B.pm.
34513 ____________________________________________________________________________
34514 [ 8071] By: nick on 2000/12/10 11:45:47
34515 Log: Integrate mainline
34517 +> t/base/commonsense.t
34518 !> (integrate 37 files)
34519 ____________________________________________________________________________
34520 [ 8070] By: jhi on 2000/12/10 04:46:21
34521 Log: Update Changes.
34523 ! Changes patchlevel.h
34524 ____________________________________________________________________________
34525 [ 8069] By: jhi on 2000/12/10 04:39:19
34526 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
34527 From: andreas.koenig@anima.de (Andreas J. Koenig)
34528 Date: 09 Dec 2000 17:14:25 +0100
34529 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
34531 + t/base/commonsense.t
34532 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
34533 ____________________________________________________________________________
34534 [ 8068] By: jhi on 2000/12/10 04:17:36
34535 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
34536 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34537 Date: Sat, 9 Dec 2000 16:47:22 -0000
34538 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
34540 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
34541 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
34542 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
34543 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
34544 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
34545 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
34547 ____________________________________________________________________________
34548 [ 8067] By: jhi on 2000/12/10 03:52:02
34549 Log: Test case for #8066.
34552 ____________________________________________________________________________
34553 [ 8066] By: jhi on 2000/12/10 03:50:30
34554 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
34555 From: Simon Cozens <simon@cozens.net>
34556 Date: Sun, 10 Dec 2000 00:55:37 +0000
34557 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
34560 ____________________________________________________________________________
34561 [ 8065] By: jhi on 2000/12/10 03:44:52
34562 Log: Test case for #8064.
34565 ____________________________________________________________________________
34566 [ 8064] By: jhi on 2000/12/10 03:42:32
34567 Log: Subject: Re: prototype of substr
34568 From: Simon Cozens <simon@cozens.net>
34569 Date: Sun, 10 Dec 2000 00:13:33 +0000
34570 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
34572 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
34575 ____________________________________________________________________________
34576 [ 8063] By: jhi on 2000/12/10 03:39:42
34577 Log: Subject: [PATCH] perlguts.pod
34578 From: Simon Cozens <simon@cozens.net>
34579 Date: Sun, 10 Dec 2000 00:06:47 +0000
34580 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
34582 Documentation of the different types of ops,
34583 plus the functions in dump.c
34586 ____________________________________________________________________________
34587 [ 8062] By: jhi on 2000/12/10 03:30:04
34588 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
34589 From: Nicholas Clark <nick@talking.bollo.cx>
34590 Date: Sat, 09 Dec 2000 18:57:25 +0000
34591 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
34593 Be more robust in weird hostname setups.
34595 ! t/lib/net-hostent.t
34596 ____________________________________________________________________________
34597 [ 8061] By: jhi on 2000/12/10 03:28:21
34598 Log: Pacify fussy compiler.
34601 ____________________________________________________________________________
34602 [ 8060] By: jhi on 2000/12/10 02:52:46
34603 Log: Integrate perlio.
34605 !> pp_sys.c t/io/utf8.t
34606 ____________________________________________________________________________
34607 [ 8059] By: nick on 2000/12/09 23:40:14
34608 Log: read/sysread/recv should now be utf8 aware.
34609 Basic test for utf8 read.
34611 ! pp_sys.c t/io/utf8.t
34612 ____________________________________________________________________________
34613 [ 8058] By: jhi on 2000/12/09 21:56:02
34614 Log: Integrate perlio.
34617 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
34618 ____________________________________________________________________________
34619 [ 8057] By: jhi on 2000/12/09 21:53:35
34620 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
34621 From: Inaba Hiroto <inaba@st.rim.or.jp>
34622 Date: Sun, 10 Dec 2000 05:53:21 +0900
34623 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
34628 ____________________________________________________________________________
34629 [ 8056] By: jhi on 2000/12/09 21:51:16
34630 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
34631 From: Inaba Hiroto <inaba@st.rim.or.jp>
34632 Date: Sat, 09 Dec 2000 18:02:00 +0900
34633 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
34635 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
34637 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
34638 ____________________________________________________________________________
34639 [ 8055] By: nick on 2000/12/09 20:11:48
34640 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
34641 than raw PerlIO_write() - does not seem to break any tests.
34644 ____________________________________________________________________________
34645 [ 8054] By: nick on 2000/12/09 19:47:30
34646 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
34647 (sysread, recv and write i.e. formats still to do...)
34648 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
34649 open($fh,">:utf8","name")
34650 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
34651 so no extra overhead is involved.
34652 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
34653 to a non-utf8 stream.
34654 Add initial io/utf8.t
34655 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
34656 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
34657 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
34660 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
34661 ____________________________________________________________________________
34662 [ 8053] By: nick on 2000/12/09 19:26:37
34663 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
34664 was only testing this_utf8.
34667 ____________________________________________________________________________
34668 [ 8052] By: nick on 2000/12/09 19:09:41
34669 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
34670 i.e. the output string has one, but don't mess with source assumption.
34673 ____________________________________________________________________________
34674 [ 8051] By: jhi on 2000/12/09 16:55:17
34675 Log: Integrate perlio.
34677 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
34678 !> sv.c thrdvar.h util.c
34679 ____________________________________________________________________________
34680 [ 8050] By: jhi on 2000/12/09 16:48:07
34681 Log: Nits noticed by Peter Prymmer.
34683 ! lib/ExtUtils/MM_VMS.pm
34684 ____________________________________________________________________________
34685 [ 8049] By: nick on 2000/12/09 13:49:40
34686 Log: UTF8 output prework.
34687 - Store $\ and $, as SVs so they can have SvUTF8 flag
34688 - use do_print() rather than raw PerlIO_write() to print them.
34690 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
34692 ____________________________________________________________________________
34693 [ 8048] By: nick on 2000/12/09 12:30:43
34694 Log: Integrate mainline.
34696 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
34698 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
34699 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34700 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
34701 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
34702 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
34703 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
34704 ____________________________________________________________________________
34705 [ 8047] By: jhi on 2000/12/09 00:23:27
34706 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
34707 From: Michael G Schwern <schwern@pobox.com>
34708 Date: Fri, 8 Dec 2000 14:43:04 -0600
34710 ! lib/ExtUtils/MM_VMS.pm
34711 ____________________________________________________________________________
34712 [ 8046] By: jhi on 2000/12/08 23:10:27
34713 Log: A missed check-in.
34715 ! lib/ExtUtils/Manifest.pm
34716 ____________________________________________________________________________
34717 [ 8045] By: jhi on 2000/12/08 21:57:12
34718 Log: (null check-in)
34720 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
34721 ____________________________________________________________________________
34722 [ 8044] By: jhi on 2000/12/08 21:11:06
34723 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
34724 at the final draft stage.
34726 + ext/Encode/Encode/iso8859-16.enc
34728 ____________________________________________________________________________
34729 [ 8043] By: jhi on 2000/12/08 16:39:04
34730 Log: Update Changes.
34732 ! Changes patchlevel.h
34733 ____________________________________________________________________________
34734 [ 8042] By: jhi on 2000/12/08 16:33:39
34735 Log: Do not return the Unicode replacement character if UTF-8
34736 decoding goes awry, it should be up to the caller to decide.
34738 ! pod/perlapi.pod utf8.c
34739 ____________________________________________________________________________
34740 [ 8041] By: jhi on 2000/12/08 16:22:28
34741 Log: metaconfig maintenance.
34743 ! U/modified/stdchar.U
34744 Branch: metaconfig/U/perl
34746 ____________________________________________________________________________
34747 [ 8040] By: jhi on 2000/12/08 16:03:08
34748 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
34749 From: sthoenna@efn.org
34750 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
34751 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
34753 ! Changes lib/ExtUtils/MM_OS2.pm
34754 ____________________________________________________________________________
34755 [ 8039] By: jhi on 2000/12/08 15:57:11
34756 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
34757 From: Simon Cozens <simon@cozens.net>
34758 Date: Fri, 8 Dec 2000 13:33:31 +0000
34759 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
34761 (The pp_hot part needed a rewrite.)
34763 ! doop.c pp_hot.c utf8.c
34764 ____________________________________________________________________________
34765 [ 8038] By: jhi on 2000/12/08 15:25:08
34767 From: Michael Stevens <michael@etla.org>
34768 Date: Wed, 6 Dec 2000 23:24:01 +0000
34769 Message-ID: <20001206232400.A21381@firedrake.org>
34771 Plus a note from Nick Ing-Simmons.
34774 ____________________________________________________________________________
34775 [ 8037] By: jhi on 2000/12/08 15:18:35
34776 Log: Filetype is text.
34778 ! t/op/utf8decode.t
34779 ____________________________________________________________________________
34780 [ 8036] By: jhi on 2000/12/08 03:31:27
34781 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
34782 From: Andy Dougherty <doughera@lafayette.edu>
34783 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
34784 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
34786 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
34787 From: Andy Dougherty <doughera@lafayette.edu>
34788 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
34789 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
34791 + ext/POSIX/hints/svr4.pl
34792 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
34793 ____________________________________________________________________________
34794 [ 8035] By: jhi on 2000/12/08 03:26:01
34795 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
34796 From: Andy Dougherty <doughera@lafayette.edu>
34797 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
34798 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
34800 ! t/README t/base/term.t
34801 ____________________________________________________________________________
34802 [ 8034] By: jhi on 2000/12/08 03:21:59
34803 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
34804 From: mjd@plover.com
34805 Date: 7 Dec 2000 21:04:20 -0000
34806 Message-ID: <20001207210420.22282.qmail@plover.com>
34811 ____________________________________________________________________________
34812 [ 8033] By: jhi on 2000/12/08 03:19:03
34813 Log: Use the UTF8 macros a bit. They can't be used with abandon
34814 everywhere because we do generate illegal UTF-8 in some situations.
34815 This is of course naughty.
34817 ! pod/perlapi.pod utf8.c utf8.h
34818 ____________________________________________________________________________
34819 [ 8032] By: jhi on 2000/12/08 03:00:09
34822 ! t/pragma/warn/utf8
34823 ____________________________________________________________________________
34824 [ 8031] By: jhi on 2000/12/08 02:22:39
34828 ____________________________________________________________________________
34829 [ 8030] By: jhi on 2000/12/08 01:23:54
34830 Log: Add test for reverse().
34834 ____________________________________________________________________________
34835 [ 8029] By: jhi on 2000/12/08 01:21:47
34836 Log: Integrate perlio.
34838 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
34839 !> perlio.c perlio.h perlsdio.h warnings.pl
34840 ____________________________________________________________________________
34841 [ 8028] By: jhi on 2000/12/08 01:19:08
34842 Log: Introduce macros for UTF8 decoding.
34844 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
34845 ____________________________________________________________________________
34846 [ 8027] By: nick on 2000/12/07 22:18:19
34847 Log: Integrate mainline
34849 !> embed.pl pod/perlapi.pod utf8.c
34850 ____________________________________________________________________________
34851 [ 8026] By: nick on 2000/12/07 21:45:08
34852 Log: Various oddities p4 diff -se showed up
34853 Remove 'our' from warnings.pl
34855 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
34856 ____________________________________________________________________________
34857 [ 8025] By: nick on 2000/12/07 21:43:32
34858 Log: Change PerlIO_(get|set)pos to take SV *
34859 Should fix, OS/2, VMS, (sfio??)
34861 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
34862 ____________________________________________________________________________
34863 [ 8024] By: jhi on 2000/12/07 19:05:32
34864 Log: Document utf8_to_uv() better.
34866 ! pod/perlapi.pod utf8.c
34867 ____________________________________________________________________________
34868 [ 8023] By: jhi on 2000/12/07 18:23:47
34869 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
34871 ! embed.pl pod/perlapi.pod utf8.c
34872 ____________________________________________________________________________
34873 [ 8022] By: jhi on 2000/12/07 04:13:51
34874 Log: Integrate perlio.
34876 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
34877 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
34878 !> win32/makefile.mk
34879 ____________________________________________________________________________
34880 [ 8021] By: nick on 2000/12/07 00:28:14
34881 Log: Various attempts at MSVC debug - not sure what has
34882 changed but works now.
34883 Seems atexit() _may_ work for DLLs built with MSVC so don't
34884 call cleanup that way.
34886 ! perlio.c win32/makefile.mk
34887 ____________________________________________________________________________
34888 [ 8020] By: nick on 2000/12/06 19:57:20
34889 Log: Integrate mainline
34891 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
34892 !> (integrate 75 files)
34893 ____________________________________________________________________________
34894 [ 8019] By: nick on 2000/12/06 19:28:21
34895 Log: Add useperlio to config.vc
34896 Turn off binmode in config_H.PL
34897 Regen all the config_H.xx
34898 Attempt to get debugging build with MSVC.
34900 ! win32/config.vc win32/config_H.bc win32/config_H.gc
34901 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
34902 ____________________________________________________________________________
34903 [ 8018] By: nick on 2000/12/06 19:21:57
34904 Log: Test various dup/external program options on all platforms.
34907 ____________________________________________________________________________
34908 [ 8017] By: nick on 2000/12/06 19:20:47
34909 Log: Fix harness to be less picky
34911 ! lib/Test/Harness.pm
34912 ____________________________________________________________________________
34913 [ 8016] By: jhi on 2000/12/06 16:45:12
34914 Log: Update Changes.
34916 ! Changes patchlevel.h
34917 ____________________________________________________________________________
34918 [ 8015] By: jhi on 2000/12/06 16:41:03
34919 Log: Test \x{...} with ord().
34922 ____________________________________________________________________________
34923 [ 8014] By: jhi on 2000/12/06 16:20:33
34924 Log: Test tweak because of #8013.
34927 ____________________________________________________________________________
34928 [ 8013] By: jhi on 2000/12/06 16:09:09
34929 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
34930 From: Michael G Schwern <schwern@pobox.com>
34931 Date: Tue, 5 Dec 2000 21:23:28 -0500
34932 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
34934 Carp::Heavy parts not very applicable because of recent changes.
34936 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
34937 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
34938 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
34939 ! lib/Exporter.pm lib/Exporter/Heavy.pm
34940 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
34941 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34942 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
34943 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
34944 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
34945 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
34946 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
34947 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
34948 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
34949 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
34950 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
34951 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
34952 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
34953 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
34954 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
34955 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
34957 ____________________________________________________________________________
34958 [ 8012] By: jhi on 2000/12/06 15:22:38
34959 Log: Subject: [PATCH] Re: New harness is failing things
34960 From: Nick Ing-Simmons <nik@tiuk.ti.com>
34961 Date: Wed, 6 Dec 2000 13:00:30 GMT
34962 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
34964 ! lib/Test/Harness.pm
34965 ____________________________________________________________________________
34966 [ 8011] By: jhi on 2000/12/06 15:12:08
34967 Log: Subject: installhtml changes
34968 From: Michael Stevens <michael@etla.org>
34969 Date: Wed, 6 Dec 2000 13:15:53 +0000
34970 Message-ID: <20001206131553.A27317@firedrake.org>
34973 ____________________________________________________________________________
34974 [ 8010] By: jhi on 2000/12/06 15:06:05
34975 Log: Subject: the dTHR hits
34976 From: Michael Stevens <michael@etla.org>
34977 Date: Wed, 6 Dec 2000 12:06:03 +0000
34978 Message-ID: <20001206120603.A24581@firedrake.org>
34980 More, errrm, less dTHRs.
34982 ! bytecode.pl ext/B/B/C.pm
34983 ____________________________________________________________________________
34984 [ 8009] By: jhi on 2000/12/06 15:04:25
34985 Log: Subject: MakeMaker mailing list gone?
34986 From: Michael G Schwern <schwern@pobox.com>
34987 Date: Tue, 5 Dec 2000 19:29:59 -0500
34988 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
34990 The MakeMaker mailing list is dead, perlbug is the right
34991 address to report bugs.
34993 ! lib/ExtUtils/MakeMaker.pm
34994 ____________________________________________________________________________
34995 [ 8008] By: jhi on 2000/12/06 15:00:32
34996 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
34997 From: Michael G Schwern <schwern@pobox.com>
34998 Date: Tue, 5 Dec 2000 19:21:21 -0500
34999 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
35001 Add a default MANIFEST skip that ignores things like
35002 version control files, editor temporary files, and the Makefile.
35004 + lib/ExtUtils/MANIFEST.SKIP
35005 ! MANIFEST lib/ExtUtils/Manifest.pm
35006 ____________________________________________________________________________
35007 [ 8007] By: jhi on 2000/12/06 14:57:20
35008 Log: In Amiga more manual hackery of the scripts seems to be needed,
35009 from Jan-Erik Karlsson. Why Configure does not get this right
35010 is unknown, may be shell-induced.
35013 ____________________________________________________________________________
35014 [ 8006] By: jhi on 2000/12/05 23:53:12
35015 Log: Add TOPm1s to peek at the second topmost stack item.
35018 ____________________________________________________________________________
35019 [ 8005] By: jhi on 2000/12/05 23:13:55
35020 Log: Avaunt, you foul UTF-8 tests.
35022 ! t/op/ver.t t/pragma/utf8.t
35023 ____________________________________________________________________________
35024 [ 8004] By: jhi on 2000/12/05 23:09:54
35025 Log: Continue utf8 dispersal.
35028 ! MANIFEST t/pragma/utf8.t
35029 ____________________________________________________________________________
35030 [ 8003] By: nick on 2000/12/05 23:02:39
35031 Log: Integrate mainline.
35033 +> t/op/length.t t/op/utf8decode.t
35034 !> (integrate 69 files)
35035 ____________________________________________________________________________
35036 [ 8002] By: jhi on 2000/12/05 22:59:28
35037 Log: Integrate perlio.
35039 !> iperlsys.h perl.c perlio.c win32/perllib.c
35040 ____________________________________________________________________________
35041 [ 8001] By: nick on 2000/12/05 22:07:52
35042 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
35043 - calloc/free suffer from damage on TerminateThread()
35044 - use PerlMemShared (as originally planned) now fixed
35045 - avoid doing anything important on DLL "detach".
35047 ! perl.c perlio.c win32/perllib.c
35048 ____________________________________________________________________________
35049 [ 8000] By: nick on 2000/12/05 21:05:09
35050 Log: Fix gross PerlMemShared issue.
35053 ____________________________________________________________________________
35054 [ 7999] By: jhi on 2000/12/05 20:46:58
35055 Log: Test for Unicode (UTF-8) hash keys.
35058 ____________________________________________________________________________
35059 [ 7998] By: jhi on 2000/12/05 20:30:35
35060 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
35061 is now always UTF-8), empty line cosmetics.
35064 ____________________________________________________________________________
35065 [ 7997] By: jhi on 2000/12/05 20:15:40
35066 Log: Subject: Re: STRLEN - what?
35067 From: Andy Dougherty <doughera@lafayette.edu>
35068 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
35069 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
35074 ____________________________________________________________________________
35075 [ 7996] By: jhi on 2000/12/05 20:13:34
35076 Log: Split off the UTF-8 decoder tests, make them to check also
35079 + t/op/utf8decode.t
35080 ! MANIFEST t/pragma/utf8.t utf8.c
35081 ____________________________________________________________________________
35082 [ 7995] By: jhi on 2000/12/05 16:39:47
35083 Log: Start migrating bits of pragma/utf8 to elsewhere
35084 (since the long term plan is to obsolete 'use utf8').
35087 ! MANIFEST t/pragma/utf8.t
35088 ____________________________________________________________________________
35089 [ 7994] By: jhi on 2000/12/05 16:30:21
35090 Log: Fix a manual edit typo from #7993, fix the message formatting
35091 for Unicode, add few our declarations.
35093 ! lib/Carp/Heavy.pm
35094 ____________________________________________________________________________
35095 [ 7993] By: jhi on 2000/12/05 16:09:15
35096 Log: Subject: Need help with warnings :-(
35097 From: "Ben Tilly" <ben_tilly@hotmail.com>
35098 Date: Tue, 05 Dec 2000 01:35:54 -0500
35099 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
35101 Subject: UPDATE: Carp/Heavy now passes all tests
35102 From: "Ben Tilly" <ben_tilly@hotmail.com>
35103 Date: Tue, 05 Dec 2000 07:59:41 -0500
35104 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
35106 The Brave New Carp.
35108 ! lib/Carp.pm lib/Carp/Heavy.pm
35109 ____________________________________________________________________________
35110 [ 7992] By: jhi on 2000/12/05 15:55:08
35111 Log: Subject: [PATCH perl@7979] cygwin port
35112 From: "Eric Fifer" <efifer@dircon.co.uk>
35113 Date: Tue, 5 Dec 2000 14:04:09 -0000
35114 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
35116 ! t/lib/net-hostent.t
35117 ____________________________________________________________________________
35118 [ 7991] By: jhi on 2000/12/05 15:52:34
35119 Log: Subject: Re: [PATCH] The largest hoax of all times?
35120 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35121 Date: Tue, 5 Dec 2000 00:40:25 -0500
35122 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
35124 Subject: Re: [PATCH] The largest hoax of all times?
35125 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35126 Date: Mon, 4 Dec 2000 23:55:53 -0500
35127 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
35129 Subject: Re: [PATCH] The largest hoax of all times?
35130 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35131 Date: Tue, 5 Dec 2000 01:28:45 -0500
35132 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
35134 Fix the unpredictable order of DESTROYs.
35136 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
35137 ! sv.c sv.h t/op/ref.t
35138 ____________________________________________________________________________
35139 [ 7990] By: jhi on 2000/12/05 14:38:53
35140 Log: Subject: [PATCH] shrink pp_hot fractionally
35141 From: Nicholas Clark <nick@ccl4.org>
35142 Date: Tue, 5 Dec 2000 12:44:31 +0000
35143 Message-ID: <20001205124431.E74518@plum.flirble.org>
35145 Use report_evil_fh().
35147 ! opcode.pl opnames.h pp_hot.c util.c
35148 ____________________________________________________________________________
35149 [ 7989] By: jhi on 2000/12/05 14:21:27
35150 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
35151 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35152 Date: Mon, 04 Dec 2000 22:21:59 -0800
35153 Message-ID: <HmIL6gzkgepS092yn@efn.org>
35155 Harness shouldn't ignore responses like "ok 3\r\r\n".
35157 ! lib/Test/Harness.pm
35158 ____________________________________________________________________________
35159 [ 7988] By: jhi on 2000/12/05 13:51:28
35160 Log: Integrate the "skip" messages to explain().
35162 ! t/lib/syslfs.t t/op/lfs.t
35163 ____________________________________________________________________________
35164 [ 7987] By: jhi on 2000/12/05 12:34:54
35165 Log: The one that got away in #7984.
35167 Subject: Re: dTHR - what and why?
35168 From: Michael Stevens <michael@etla.org>
35169 Date: Tue, 5 Dec 2000 11:15:52 +0000
35170 Message-ID: <20001205111552.A4647@firedrake.org>
35173 ____________________________________________________________________________
35174 [ 7986] By: gsar on 2000/12/05 09:14:44
35175 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
35176 due to the notorious GetFileType() bug in Windows 9x, which fstat()
35179 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
35180 ____________________________________________________________________________
35181 [ 7985] By: jhi on 2000/12/05 05:49:03
35182 Log: Integrate perlio.
35184 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
35185 !> win32/perlhost.h win32/perllib.c
35186 ____________________________________________________________________________
35187 [ 7984] By: jhi on 2000/12/05 05:48:16
35188 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
35190 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
35191 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
35192 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
35193 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
35194 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
35195 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35196 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
35197 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
35199 ____________________________________________________________________________
35200 [ 7983] By: nick on 2000/12/04 23:27:43
35201 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
35203 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
35204 ! win32/perlhost.h win32/perllib.c
35205 ____________________________________________________________________________
35206 [ 7982] By: jhi on 2000/12/04 19:44:09
35207 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
35208 uncovered by #7980.
35211 ____________________________________________________________________________
35212 [ 7981] By: jhi on 2000/12/04 19:42:07
35213 Log: Subject: [PATCH] Trivial dump.c feature
35214 From: Simon Cozens <simon@cozens.net>
35215 Date: Mon, 4 Dec 2000 18:08:38 +0000
35216 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
35218 Show whether a constant is UTF-8.
35221 ____________________________________________________________________________
35222 [ 7980] By: jhi on 2000/12/04 19:36:51
35223 Log: UTF-8 hash keys, patch from Inaba Hiroto.
35225 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
35226 ____________________________________________________________________________
35227 [ 7979] By: jhi on 2000/12/04 17:36:28
35228 Log: Update Changes.
35230 ! Changes patchlevel.h
35231 ____________________________________________________________________________
35232 [ 7978] By: jhi on 2000/12/04 16:42:17
35233 Log: Retract #7977, still too volatile (the euphemism of the day
35234 for unfinished and buggy :-)
35236 ! doop.c hv.c pp.c sv.h
35237 ____________________________________________________________________________
35238 [ 7977] By: jhi on 2000/12/04 16:25:15
35239 Log: (Retracted by #7978, too shaky yet.)
35241 Subject: Re: utf8 in hash keys, implementor missing
35242 From: Simon Cozens <simon@cozens.net>
35243 Date: Sat, 2 Dec 2000 19:49:35 +0000
35244 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
35246 The first step at UTF-8 hash keys.
35248 ! doop.c hv.c pp.c sv.h
35249 ____________________________________________________________________________
35250 [ 7976] By: jhi on 2000/12/04 16:13:53
35251 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
35252 From: sthoenna@efn.org
35253 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
35254 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
35256 ! os2/os2.c perlio.c
35257 ____________________________________________________________________________
35258 [ 7975] By: jhi on 2000/12/04 16:05:25
35259 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
35260 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35261 Date: Thu, 30 Nov 2000 20:50:37 -0800
35262 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
35265 ____________________________________________________________________________
35266 [ 7974] By: jhi on 2000/12/04 16:03:57
35267 Log: Subject: [PATCH] ++ 20% faster
35268 From: Nicholas Clark <nick@ccl4.org>
35269 Date: Mon, 4 Dec 2000 12:17:27 +0000
35270 Message-ID: <20001204121726.B52976@plum.flirble.org>
35272 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
35275 ____________________________________________________________________________
35276 [ 7973] By: jhi on 2000/12/04 16:00:48
35278 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
35279 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35280 Date: Mon, 04 Dec 2000 12:30:45 +0100
35281 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
35283 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
35284 library (getprotobyname and getprotobynumber are outversioned by
35285 the same calls in libc, at least for xlc version 3.
35288 ____________________________________________________________________________
35289 [ 7972] By: jhi on 2000/12/04 02:58:31
35290 Log: Integrate perlio.
35292 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
35293 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
35294 !> win32/win32.h win32/win32iop.h win32/win32thread.h
35295 ____________________________________________________________________________
35296 [ 7971] By: nick on 2000/12/04 00:24:33
35297 Log: Quieten some noise in Win32 builds:
35298 - win32.h is included after <sys/socket.h>, so need to
35299 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
35300 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
35302 ! doio.c perl.h toke.c win32/win32.h
35303 ____________________________________________________________________________
35304 [ 7970] By: nick on 2000/12/03 22:57:46
35305 Log: PERL_IMPLICIT_SYS compiles but does not work.
35307 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
35308 ! win32/perlhost.h win32/perllib.c win32/win32.h
35309 ! win32/win32iop.h win32/win32thread.h
35310 ____________________________________________________________________________
35311 [ 7969] By: jhi on 2000/12/03 22:12:58
35312 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
35313 used to swash_init(), makes regprop() dumps more informative
35314 (+utf8::IsAlpha, -utf8::IsDigit, for example).
35316 ! regcomp.c regexec.c
35317 ____________________________________________________________________________
35318 [ 7968] By: jhi on 2000/12/03 21:39:56
35319 Log: Implement ANYOFUTF8 regprop() dumping.
35322 ____________________________________________________________________________
35323 [ 7967] By: jhi on 2000/12/03 20:57:19
35324 Log: Make uv_to_utf8() to zero-terminate its output buffer,
35325 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
35327 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
35328 ____________________________________________________________________________
35329 [ 7966] By: nick on 2000/12/03 18:41:21
35330 Log: Integrate mainline (STDCHAR)
35332 !> Configure t/pragma/utf8.t
35333 ____________________________________________________________________________
35334 [ 7965] By: jhi on 2000/12/03 17:58:20
35335 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
35338 ____________________________________________________________________________
35339 [ 7964] By: jhi on 2000/12/03 17:35:56
35340 Log: Integrate perlio.
35342 !> iperlsys.h perlio.c
35343 ____________________________________________________________________________
35344 [ 7963] By: jhi on 2000/12/03 17:33:55
35345 Log: Metaconfig unit change for #7962.
35347 ! U/modified/stdchar.U
35348 ____________________________________________________________________________
35349 [ 7962] By: jhi on 2000/12/03 17:33:27
35350 Log: Untangle the <stdio.h> #include nest for the stdchar test,
35351 from Andy Dougherty.
35354 ____________________________________________________________________________
35355 [ 7961] By: nick on 2000/12/03 16:53:00
35356 Log: Make iperlsys.h vector stdio not PerlIO.
35358 ! iperlsys.h perlio.c
35359 ____________________________________________________________________________
35360 [ 7960] By: nick on 2000/12/03 14:43:01
35361 Log: Integrate mainline
35363 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
35364 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
35365 ____________________________________________________________________________
35366 [ 7959] By: jhi on 2000/12/03 08:16:36
35367 Log: Use DO_UTF8().
35370 ____________________________________________________________________________
35371 [ 7958] By: jhi on 2000/12/02 18:33:05
35372 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
35373 From: Mike Guy <mjtg@cam.ac.uk>
35374 Date: Sat, 02 Dec 2000 17:27:13 +0000
35375 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
35377 An extraneous argument.
35380 ____________________________________________________________________________
35381 [ 7957] By: jhi on 2000/12/02 18:22:32
35382 Log: A missing hunk.
35384 ! t/lib/net-hostent.t
35385 ____________________________________________________________________________
35386 [ 7956] By: jhi on 2000/12/02 18:06:20
35387 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
35388 From: Nicholas Clark <nick@ccl4.org>
35389 Date: Sat, 2 Dec 2000 14:28:27 +0000
35390 Message-ID: <20001202142827.A12308@plum.flirble.org>
35394 ! t/lib/net-hostent.t
35395 ____________________________________________________________________________
35396 [ 7955] By: jhi on 2000/12/02 17:58:06
35397 Log: Metaconfig unit change for #7954.
35399 ! U/modified/stdchar.U
35400 ____________________________________________________________________________
35401 [ 7954] By: jhi on 2000/12/02 17:54:32
35402 Log: An inconvenient hang would happen if the stdio _ptr wasn't
35403 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
35404 would be grepping stdin for all eternity for the _ptr.)
35407 ____________________________________________________________________________
35408 [ 7953] By: jhi on 2000/12/02 00:07:15
35409 Log: Update Changes.
35411 ! Changes patchlevel.h
35412 ____________________________________________________________________________
35413 [ 7952] By: jhi on 2000/12/01 23:54:47
35414 Log: Subject: Re: long shell lines
35415 From: Andy Dougherty <doughera@lafayette.edu>
35416 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
35417 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
35419 Split overly long shell command lines.
35421 ! lib/ExtUtils/MM_Unix.pm
35422 ____________________________________________________________________________
35423 [ 7951] By: jhi on 2000/12/01 23:48:02
35424 Log: The metaconfig unit change for #7950.
35426 + U/modified/stdchar.U
35427 ____________________________________________________________________________
35428 [ 7950] By: jhi on 2000/12/01 23:47:39
35429 Log: Try to find stdchar also from <stdio_impl.h>.
35431 ! Configure config_h.SH
35432 ____________________________________________________________________________
35433 [ 7949] By: jhi on 2000/12/01 23:46:45
35434 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
35435 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35436 Date: Fri, 1 Dec 2000 16:26:08 -0500
35437 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
35439 Reword the diagnostic message.
35442 ____________________________________________________________________________
35443 [ 7948] By: nick on 2000/12/01 22:49:43
35444 Log: Integrate mainline (for s/y/m as sub names stuff).
35446 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
35447 !> t/pragma/warn/toke toke.c
35448 ____________________________________________________________________________
35449 [ 7947] By: jhi on 2000/12/01 20:55:41
35450 Log: Integrate perlio.
35452 !> perlio.c perliol.h t/io/pipe.t
35453 ____________________________________________________________________________
35454 [ 7946] By: jhi on 2000/12/01 20:36:51
35455 Log: Upgrade to CPAN 1.59_51, from Andreas König.
35457 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35458 ____________________________________________________________________________
35459 [ 7945] By: nick on 2000/12/01 20:31:32
35460 Log: Integrate mainline
35462 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
35463 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
35464 +> t/lib/net-hostent.t
35465 !> (integrate 35 files)
35466 ____________________________________________________________________________
35467 [ 7944] By: jhi on 2000/12/01 20:23:29
35468 Log: Some help for 20001130.011. Now one gets warnings like
35469 "Ambiguous -f() resolved as a file test ..."
35471 ! pod/perldiag.pod t/pragma/warn/toke toke.c
35472 ____________________________________________________________________________
35473 [ 7943] By: jhi on 2000/12/01 19:44:44
35474 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
35475 that also breaks using them as methods.
35477 ! pod/perldiag.pod t/op/misc.t toke.c
35478 ____________________________________________________________________________
35479 [ 7942] By: nick on 2000/12/01 17:56:46
35480 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
35481 Make 'unix' pass most tests
35482 - do unread by temporary push of layer ("pending") holding unread chars
35483 - fast_gets is now based on per-handle flag
35484 - relax one of io/pipe.t tests to allow print to fail and close to
35485 succeed so that it passes on unbuffered "unix" layer.
35486 Remaining fail is sporadic and a genuine race condition between
35487 parent/child in fork test.
35489 ! perlio.c perliol.h t/io/pipe.t
35490 ____________________________________________________________________________
35491 [ 7941] By: jhi on 2000/12/01 15:28:58
35492 Log: (Retracted by #7943.)
35494 Reserve the short named string operator names.
35496 ! pod/perldiag.pod t/op/misc.t toke.c
35497 ____________________________________________________________________________
35498 [ 7940] By: jhi on 2000/12/01 06:45:53
35499 Log: Get the three different space character classes right under utf8.
35501 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
35502 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
35503 ! regexec.c t/op/pat.t utf8.c
35504 ____________________________________________________________________________
35505 [ 7939] By: jhi on 2000/12/01 03:26:26
35506 Log: Two more tests that make no sense in UTF-8 since the test
35507 data is not in UTF-8.
35510 ____________________________________________________________________________
35511 [ 7938] By: jhi on 2000/12/01 03:20:39
35512 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
35513 should it be required inside regexen?
35515 ! regcomp.c t/op/regmesg.t
35516 ____________________________________________________________________________
35517 [ 7937] By: jhi on 2000/12/01 02:58:53
35518 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
35519 stored and restored, and thusly was trounced by the utf8 swash
35523 ____________________________________________________________________________
35524 [ 7936] By: jhi on 2000/11/30 20:41:39
35525 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
35526 Why the different platforms behave so differently (core dump vs
35527 no core dump) on this bug is a but of a mystery, but if I had to
35528 guess I would mumble something like 'alignment'.
35531 ____________________________________________________________________________
35532 [ 7935] By: jhi on 2000/11/30 16:17:02
35533 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
35534 From: Robin Barker <rmb1@cise.npl.co.uk>
35535 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
35536 Date: Thu, 30 Nov 2000 14:27:12 GMT
35539 ____________________________________________________________________________
35540 [ 7934] By: jhi on 2000/11/30 16:04:49
35541 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
35543 ! t/lib/net-hostent.t
35544 ____________________________________________________________________________
35545 [ 7933] By: jhi on 2000/11/30 06:07:26
35546 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
35547 From: Peter Prymmer <pvhp@forte.com>
35548 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
35549 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
35551 In VMS the localhost may be LOCALHOST.
35553 ! t/lib/net-hostent.t
35554 ____________________________________________________________________________
35555 [ 7932] By: jhi on 2000/11/30 01:11:11
35556 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
35557 From: Peter Prymmer <pvhp@forte.com>
35558 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
35559 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
35561 plus regen perlapi.pod.
35563 ! pod/perlapi.pod utf8.c
35564 ____________________________________________________________________________
35565 [ 7931] By: jhi on 2000/11/30 01:06:19
35566 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
35567 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35568 Date: Wed, 29 Nov 2000 17:15:11 EST
35569 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
35571 ! t/lib/filter-util.pl t/lib/filter-util.t
35572 ____________________________________________________________________________
35573 [ 7930] By: jhi on 2000/11/29 18:51:55
35574 Log: Update Changes.
35576 ! Changes patchlevel.h
35577 ____________________________________________________________________________
35578 [ 7929] By: jhi on 2000/11/29 18:50:55
35579 Log: Update the va_copy() metaconfig unit.
35580 Branch: metaconfig/U/perl
35582 ____________________________________________________________________________
35583 [ 7928] By: jhi on 2000/11/29 17:50:43
35584 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
35585 From: Dominic Dunlop <domo@computer.org>
35586 Date: Tue, 28 Nov 2000 16:41:57 +0100
35587 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
35589 Patch to catch a core dump in the Configure va_copy test.
35591 ! Configure config_h.SH
35592 ____________________________________________________________________________
35593 [ 7927] By: jhi on 2000/11/29 17:31:59
35594 Log: Retract #7921, the patch shouldn't be needed.
35597 ____________________________________________________________________________
35598 [ 7926] By: jhi on 2000/11/29 17:01:41
35599 Log: Make the Class::Struct import() wiser.
35601 ! lib/Class/Struct.pm t/lib/class-struct.t
35602 ____________________________________________________________________________
35603 [ 7925] By: jhi on 2000/11/29 16:36:33
35604 Log: All the core library users of Class::Struct seem to be
35605 using "use Class::Struct 'struct';" instead of the bare
35606 "use Class::Struct;", which isn't documented in Class::Struct.
35607 This can't be right.
35610 ____________________________________________________________________________
35611 [ 7924] By: jhi on 2000/11/29 16:32:15
35612 Log: A test works better if it has the right 1..$n output.
35614 ! t/lib/class-struct.t
35615 ____________________________________________________________________________
35616 [ 7923] By: jhi on 2000/11/29 16:29:11
35617 Log: Forgot to MANIFEST the new Net::hostent test.
35620 ____________________________________________________________________________
35621 [ 7922] By: jhi on 2000/11/29 16:27:49
35622 Log: Integrate perlio.
35624 !> iperlsys.h perlio.c
35625 ____________________________________________________________________________
35626 [ 7921] By: jhi on 2000/11/29 16:27:10
35627 Log: (Retracted by #7927.)
35629 Subject: [PATCH] Is infinity a number?
35630 From: Simon Cozens <simon@cozens.net>
35631 Date: Wed, 29 Nov 2000 14:48:20 +0000
35632 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
35635 ____________________________________________________________________________
35636 [ 7920] By: jhi on 2000/11/29 16:23:02
35637 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
35638 From: rspier@pobox.com (Robert Spier)
35639 Date: Wed, 29 Nov 2000 02:17:49 -0500
35640 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
35642 Add a test for Net::hostent.
35644 + t/lib/net-hostent.t
35645 ____________________________________________________________________________
35646 [ 7919] By: jhi on 2000/11/29 16:21:31
35647 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
35648 add a test for Class::Struct.
35650 + t/lib/class-struct.t
35651 ! MANIFEST lib/Class/Struct.pm
35652 ____________________________________________________________________________
35653 [ 7918] By: jhi on 2000/11/29 15:48:40
35654 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
35655 From: rspier@pobox.com (Robert Spier)
35656 Date: Wed, 29 Nov 2000 02:25:39 -0500
35657 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
35659 More checking in case someone has broken their services or
35660 protocol databases.
35662 ! ext/Sys/Syslog/Syslog.pm
35663 ____________________________________________________________________________
35664 [ 7917] By: jhi on 2000/11/29 15:46:25
35665 Log: Subject: [PATCH] $^O win32 -> MSWin32
35666 From: rspier@pobox.com (Robert Spier)
35667 Date: Wed, 29 Nov 2000 02:17:38 -0500
35668 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
35670 plus similar nits for vms, err, VMS, and UNICOS.
35672 ! t/lib/syslfs.t t/op/lfs.t
35673 ____________________________________________________________________________
35674 [ 7916] By: jhi on 2000/11/29 15:42:51
35675 Log: Subject: [PATCH] Tokeniser debugging
35676 From: Simon Cozens <simon@cozens.net>
35677 Date: Wed, 29 Nov 2000 14:15:45 +0000
35678 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
35680 ! perl.c perl.h pod/perlrun.pod toke.c
35681 ____________________________________________________________________________
35682 [ 7915] By: jhi on 2000/11/29 15:41:36
35683 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35684 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35685 Date: Wed, 29 Nov 2000 02:13:14 -0500
35686 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
35690 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35691 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35692 Date: Wed, 29 Nov 2000 03:09:04 -0500
35693 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
35695 OUT and IN_OUT documentation.
35697 ! lib/ExtUtils/xsubpp pod/perlxs.pod
35698 ____________________________________________________________________________
35699 [ 7914] By: jhi on 2000/11/29 03:35:01
35700 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
35701 From: John Tobey <jtobey@john-edwin-tobey.org>
35702 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
35703 Message-Id: <m140e1N-000FOoC@feynman.localnet>
35705 plus a performance speedup noticed by Sarathy.
35708 ____________________________________________________________________________
35709 [ 7913] By: jhi on 2000/11/29 03:16:59
35710 Log: Use "1 while unlink" so that VMS gets clean, too.
35712 ! t/lib/filter-util.t
35713 ____________________________________________________________________________
35714 [ 7912] By: jhi on 2000/11/29 03:09:08
35715 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
35716 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35717 Date: Tue, 28 Nov 2000 03:27:09 -0500
35718 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
35720 ! lib/ExtUtils/xsubpp
35721 ____________________________________________________________________________
35722 [ 7911] By: jhi on 2000/11/29 03:06:30
35723 Log: This should have been part of #7872: no need to scan UTF-8
35727 ____________________________________________________________________________
35728 [ 7910] By: jhi on 2000/11/29 02:50:04
35729 Log: One more perltie.pod nit from Casey R. Tweten.
35732 ____________________________________________________________________________
35733 [ 7909] By: jhi on 2000/11/29 02:44:23
35734 Log: Document the known sprintf test failures, exact standard
35735 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
35737 ! pod/perldelta.pod t/op/sprintf.t
35738 ____________________________________________________________________________
35739 [ 7908] By: jhi on 2000/11/29 02:36:23
35740 Log: Add the Encoding table format documentation.
35742 + ext/Encode/Encode/EncodeFormat.pod
35744 ____________________________________________________________________________
35745 [ 7907] By: jhi on 2000/11/29 02:07:24
35746 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
35747 From: "Casey R. Tweten" <crt@kiski.net>
35748 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
35749 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
35751 Subject: Re: [PATCH] Updating perltie.pod for arrays
35752 From: "Casey R. Tweten" <crt@kiski.net>
35753 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
35754 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
35757 ____________________________________________________________________________
35758 [ 7906] By: nick on 2000/11/28 22:40:59
35759 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
35761 ! iperlsys.h perlio.c
35762 ____________________________________________________________________________
35763 [ 7905] By: nick on 2000/11/28 22:04:34
35764 Log: Integrate mainline
35766 !> (integrate 39 files)
35767 ____________________________________________________________________________
35768 [ 7904] By: jhi on 2000/11/28 16:44:43
35769 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
35770 From: Nicholas Clark <nick@babyhippo.co.uk>
35771 Date: Tue, 28 Nov 2000 11:16:57 +0000
35772 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
35775 ____________________________________________________________________________
35776 [ 7903] By: jhi on 2000/11/28 16:40:31
35777 Log: Subject: [PATCH] Updating perltie.pod for arrays
35778 From: "Casey R. Tweten" <crt@kiski.net>
35779 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
35780 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
35783 ____________________________________________________________________________
35784 [ 7902] By: jhi on 2000/11/28 16:39:37
35785 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
35786 From: Robin Barker <rmb1@cise.npl.co.uk>
35787 Date: Mon, 27 Nov 2000 17:56:44 GMT
35788 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
35790 ! pod/perlfunc.pod t/op/split.t
35791 ____________________________________________________________________________
35792 [ 7901] By: jhi on 2000/11/28 16:28:04
35793 Log: setmode() is a DOSish-only thing.
35796 ____________________________________________________________________________
35797 [ 7900] By: jhi on 2000/11/28 16:21:46
35798 Log: Subject: [PATCH] perlcc.PL cleanups
35799 From: Simon Cozens <simon@cozens.net>
35800 Date: Tue, 28 Nov 2000 12:44:35 +0000
35801 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
35804 ____________________________________________________________________________
35805 [ 7899] By: gsar on 2000/11/28 06:32:55
35806 Log: reintegrate files missed by change#7895
35807 Branch: maint-5.6/perl
35808 +> ext/ByteLoader/bytecode.h utils/Makefile
35810 ____________________________________________________________________________
35811 [ 7897] By: gsar on 2000/11/27 18:22:47
35812 Log: can't integrate these two files, for some reason
35813 Branch: maint-5.6/perl
35814 - ext/ByteLoader/bytecode.h utils/Makefile
35815 ____________________________________________________________________________
35816 [ 7895] By: gsar on 2000/11/27 18:11:21
35817 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
35818 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
35819 6757..6890,6892..6901 from mainline
35821 Bytecompiler patches from Benjamin Stuhl.
35825 Subject: [PATCH blead] B:: missing dependency
35827 Subject: [PATCH: 6757] configure.com updates and syslog build
35829 Long double Gconvert fixes from Yitzchak Scott-Thoennes
35830 and Spider Boardman.
35832 Subject: [PATCH blead] nextchar() abuse misses an optimisation
35834 Long double fixes from Spider Boardman.
35836 Make the selection of NVff et al stricter.
35838 cSVOPo_*v things index into the current PL_curpad
35839 under ithreads, which is different from the curpad
35840 used by the XSUB. (In other words, the code as-is
35841 before this patch wouldn't work under ithreads.)
35845 VMS MMS (make) wants null action.
35847 Mac and other portability updates from Chris Nandor.
35849 Storable support, v-version fixes.
35850 Subject: CPAN.pm beta for testing available
35852 Portability fix from Hugo van der Sanden.
35856 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
35858 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
35860 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35862 Replace #6705 with a minimal doc patch.
35863 Subject: [PATCH 5.6.0] replace change #6705
35865 Drop the separate perlbc, perlcc -b should be enough.
35867 installperl couldn't tell whether it had run tests or not.
35868 Subject: [PATCH] Re: installperl and t/TEST
35870 Add silencer flags to installperl.
35871 Subject: [PATCH] Making installperl silent.
35873 Make "make install" by default silent. A new "install-verbose"
35876 More liberal parsing of version numbers.
35877 Subject: Re: CPAN.pm beta for testing available
35879 Create directories in silence.
35880 Subject: [PATCH] Another silencer for MakeMaker
35882 DOS patches and portability/porting notes, from Tim Jenness.
35884 Make installman to recognize the silence flag -S.
35886 Actually do something with the silencer option.
35888 Continue silencing.
35890 Show the doc file, not the temp file.
35894 Subject: [PATCH] More silencing of installman.
35896 Better wording for the vec lvalue diagnostic.
35897 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35899 Subject: [PATCH: 6805] several more tweaks to configure.com
35901 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
35904 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
35906 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
35907 (applied slightly modified)
35909 installperl --verbose and --silent.
35910 Subject: Re: [PATCH] More silencing of installman.
35912 Add install-silent target.
35914 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
35915 the problem reported in
35916 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
35918 Tweak the sfio/useperlio logic, hopefully as wished in
35919 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
35921 One forgotten file from #6816.
35923 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
35925 Remove duplicately applied patch shards.
35926 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
35928 Support preserving extremely big/small angles.
35930 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
35932 Subject: [PATCH] installation not quite silent yet.
35934 Update the test count.
35936 Use UVxf, PTR2UV, NVff.
35938 Document PTR2XX and INT2PTR.
35940 no-install target a la make -n.
35941 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
35943 grep -e isn't portable.
35944 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
35946 Can't get the test to reliably work thanks to the
35947 inaccurateness of floating point. "Resolves" bug ids
35948 20000826.003, 20000826.009, 20000826.010,
35950 Subject: installman buglet
35952 DJGPP update from Laszlo Molnar.
35954 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35956 Passing -R in ldflags makes now it to appear in the default
35957 for lddlflags, just like with -L.
35958 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35962 Use the actual thread type, not the pointer-to-struct.
35964 Provice virtual $Config{ccflags_nolargefiles} etc.
35966 display_format used as a class method without arguments was broken,
35968 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
35970 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
35972 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
35974 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
35976 opmini.o may be left around if a build is interrupted.
35980 Fix for ID 20000828.001, long doubles were not formatted
35981 correctly (showed up in $], which stopped installing perl).
35983 An attempt to fix the problem reported in
35984 Subject: Building perl@6856 using gcc/AIX 4.3.3
35985 I can't test this properly since the gcc installation I have
35986 access to seems to be botched (gcc is calling the AIX cpp,
35987 a losing proposition...)
35989 Add -ld to archname on long tr...double platforms.
35991 Subject: hv.h Doc Patch
35995 Subject: [PATCH bleedperl@6856] warnings fixes
35997 -S is the silent flag, -s is the strip flag.
35998 Subject: [PATCH] Re: [PATCH] make no-install
36000 Take out the SUIDMAIL thing, that will not be
36001 a problem in 5.7.*.
36003 Subject: [PATCH bleedperl@6866] spellings
36005 Subject: [PATCH] Re: files not cleaned even by veryclean
36007 Use minimal @INC in tests, most of the time just '../lib',
36008 so that we simply can't pick up stuff from other Perls than
36009 the one we are testing. Pointed out by
36010 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
36012 Update to Getopt::Long 2.24, from Johan Vromans.
36014 Fix for thinko in #6848.
36015 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
36017 Patches all over for people and the files they (hopefully) care about.
36019 Subject: Net::protoent does not export 'getproto'
36021 Missed a change in #6869.
36023 Subject: [PATCH] Warnings in B::Deparse
36025 Subject: [PATCH] Glob dumping
36027 Disable one of the tests for now.
36029 Disabling the one test is a bit tricky.
36031 Don't forget to tidy up.
36033 The #6881 removed one dump line.
36035 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
36037 Under usethreads the dumped variable is IN_PAD.
36038 Subject: Re: [PATCH] Glob dumping
36040 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
36042 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
36044 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
36046 Regen Configure for #6894.
36048 Subject: [PATCH: 6889] updates to perlebcdic.pod
36050 Undo namespace pollution of #6878.
36051 Subject: Re: Net::protoent does not export 'getproto'
36053 Admit that we are leaking scalars.
36055 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
36056 Branch: maint-5.6/perl
36057 !> (integrate 271 files)
36058 ____________________________________________________________________________
36059 [ 7894] By: gsar on 2000/11/27 16:00:34
36060 Log: a couple of nits
36061 Branch: maint-5.6/perl
36062 ! MANIFEST pp_sys.c
36063 ____________________________________________________________________________
36064 [ 7893] By: gsar on 2000/11/27 15:10:56
36065 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
36066 6740..6745,6747..6757,6760
36068 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
36070 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
36072 Doc nits spotted by Richard Soderberg.
36074 move WNOHANG definition to where other such things are
36076 Make $Config{byteorder} more magical so that it is
36077 dynamically computed: nice for 'fat binaries'.
36078 Subject: [PATCH]: default byteorder
36080 Subject: [PATCH] Cwd.pm now uses strict
36082 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
36084 Get -DLEAKTEST to compile (not necessarily to work, mind)
36085 Subject: [ID 20000724.006] -DLEAKTEST problem
36087 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
36089 Add perlebcdic from Peter Prymmer, regen toc.
36091 Don't propose using modules built for 5.005 if no binary
36092 compatibility with 5.005 is attempted.
36094 Do not use prototyping here.
36095 Subject: [ID 20000817.016] [PATCH] Peek.xs
36097 Document what the backtick returns if the command fails.
36099 Add byteorder to the myconfig output.
36101 Introduce NVef, NVff, and NVgf, use the middle one.
36102 (helps for lib/peek + Linux + long doubles) Reported in
36103 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
36104 Use NVs in POSIX math, not doubles.
36105 Subject: [ID 20000817.014] POSIX & modfl
36107 Subject: [PATCH 5.6.0+] newSVrv() memory leak
36109 The byteorder code in #6671 was wrong.
36111 Fix the lib/complex failure of
36112 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
36113 Linux long double accuracy issue: something that
36114 when printed with %g looks like "2" but int() of it is 1.
36116 Propagate new Configure vars.
36118 Unbuffer the output.
36120 Subject: [PATCH] perltrap.pod spring cleaning
36122 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
36123 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
36125 Tiny Getopt::Long patch from Johan Vromans.
36127 Document code point which makes if (defined %stash::) to work
36128 (noted by Spider Boardman).
36130 Subject: [PATCH perl@6698] cygwin port
36132 Document the NDBM_File and ODBM_File as SDBM_File
36133 was documented in #6417.
36135 The new tests were missing from #6415.
36137 Add [[:blank:]] as suggested in
36138 Subject: [ID 20000716.024] [=cc=] / [:blank:]
36139 (the [=cc=] has already been taken care of by #6439
36140 so the whole bug report can be closed)
36141 and make [[:space:]] to be equivalent to isspace(3)
36142 (as opposed to \s, which is isSPACE()). The difference
36143 is that now [[:space:]] matches the mythical vertical tab,
36146 Don't eat leading os from index entries.
36147 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
36149 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
36151 Typo in pp_complement().
36152 Subject: [PATCH perl-current] Deparse
36154 Add warnif(), check warnings further up the stack,
36155 all the warnings functions now can take an optional object reference.
36156 Subject: [PATCH bleedperl@6691] warnings pragma update
36158 Fix a core dump in lib/selfloader under -DDEBUGGING.
36159 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
36161 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
36163 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
36165 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
36166 Put back the long double avoidance code to POSIX.xs
36167 because VMS seems to need it still.
36169 Introduce a 'veryclean' target that is like 'distclean'
36170 but also removes *~ and *.orig.
36172 Subject: [ID 20000817.023] endianness description in perlfunc.pod
36174 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
36176 Let's try #6717 again.
36179 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
36181 pp_open() could pass an uninitialized filename down to do_open9().
36183 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
36185 Update to CGI 2.72, from Lincoln Stein.
36187 Subject: [PATCH] Silence MakeMaker (Was: installman)
36189 Use temporary directory instead of current directory.
36190 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
36192 Document odd vs even subreleases and -Dusedevel.
36194 The veryclean target needs to clobber.
36196 Use File::Spec->tmpdir().
36198 Document the number of exponent digits.
36200 Mention perlebcdic and perlposix-bc.
36202 s/this one/the 5.6.0 release/
36206 The correct cleaning order is an art.
36208 small tweaks for change#6705: avoid C++ style comments in C code;
36209 use Perl's malloc API rather than the low level system one
36211 Array context keeps slithering in.
36213 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
36215 Subject: [PATCH] os2.c fix for use64bitint
36217 Update to Pod::LaTeX 0.53.
36218 Subject: [PATCH] lib/Pod/LaTeX.pm updates
36220 Document the endianness of Alpha more precisely.
36222 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
36224 Rename the macro argument because some preprocessors
36225 can't tell the difference and expand arguments also inside
36226 double quoted strings.
36228 free TLS slot properly on Windows
36230 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
36232 Unicos/mk requires elaborate paranoia.
36234 Tweak the floating point output routine preferences.
36236 Also under djgpp the timestamps are funky.
36238 Apply some PodParser 1.18 patches; the Pod/Find.pm
36239 patches cannot be applied since #6712 conflicts.
36241 Use PodParser 1.18 new test.
36244 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
36247 Branch: maint-5.6/perl
36248 +> pod/perlebcdic.pod
36249 !> (integrate 106 files)
36250 ____________________________________________________________________________
36251 [ 7892] By: jhi on 2000/11/27 15:02:32
36252 Log: Update Changes.
36254 ! Changes patchlevel.h
36255 ____________________________________________________________________________
36256 [ 7891] By: jhi on 2000/11/27 14:57:23
36257 Log: Subject: Re: perlfaq style changes
36258 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36259 Date: Sat, 25 Nov 2000 23:32:26 -0800
36260 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
36262 plus a note from Ronald Kimball.
36264 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
36265 ____________________________________________________________________________
36266 [ 7890] By: jhi on 2000/11/27 14:53:14
36267 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
36268 From: Benjamin Holzman <bah@ecnvantage.com>
36269 Date: Sun, 26 Nov 2000 16:27:33 -0500
36270 Message-ID: <20001126162733.J25040@ecnvantage.com>
36273 ____________________________________________________________________________
36274 [ 7889] By: jhi on 2000/11/27 14:43:11
36275 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
36276 From: lvirden@cas.org
36277 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
36278 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
36281 ____________________________________________________________________________
36282 [ 7888] By: jhi on 2000/11/27 14:32:34
36283 Log: Restore also the locale test to no-sprintf-taint state.
36284 Fixes the bug 20001127.003.
36286 ! sv.c t/pragma/locale.t
36287 ____________________________________________________________________________
36288 [ 7887] By: gsar on 2000/11/27 14:13:05
36289 Log: integrate changes#6613..6616,6620..6665 from mainline
36291 VMS configure.com update continues.
36293 Subject: Test fails / warnings with perl-current #6612
36295 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
36297 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36299 For now remove the mail code.
36301 Subject: Re: [PATCH] @+, @- readonly
36303 Subject: warning: storage class after type is obsolescent
36307 Subject: Re: File::Temp problems on VMS in bleedperl
36310 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
36312 Make the user to give up his firstborn, err, to knowingly
36313 verify installing an unstable developer release. Also bump
36314 the release to 5.7.0, but leave a patch tag in the local
36315 patches saying that this is not yet the real thing.
36317 Update (kinda) to Test 1.14, from Joshua Pritikin.
36319 make ok etc also for win32.
36321 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
36323 Don't blow limited stacks, a lower number is enough to
36324 tickle the lookbehind limit.
36326 Use -Dusedevel; regen Configure and the respective Porting stuff.
36328 Subject: [PATCH] debugger exit code should reflect user exit code
36330 Subject: [PATCH perl@6620] cygwin port
36332 Missed a file from #6638.
36334 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)
36336 magic callbacks all need to have same type signature
36338 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
36340 Fix a dependency problem.
36341 Subject: [PATCH: 6640] VMS Makefile.SH update
36343 The numeric locale was reset to "C" by s?printf and never restored.
36344 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
36345 No test since adding the failing example to locale.t
36346 does not fail -- probably because the locale settings are so
36347 thoroughly tweaked by that time. Running the example standalone
36348 does fail, though. UPDATE: test case added at change #7540.
36350 Subject: [ID 20000324.040] minor fix to perlhpux.pod
36352 Update to CPAN 1.57.
36354 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
36356 Change the perlbug address to perl.org since it's more forgiving.
36358 Change the regx compilation error markers to use = instead of <
36359 since pod makes using the latter quite messy. Reported in
36360 ID 20000814.006 by Abigail and in
36361 Subject: Unknown escape E<> ?
36363 Update to perldebtut 1.9, from Richard Foley.
36365 check that the number pseudo children doesn't exceed
36366 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
36367 the WaitForMultipleObjects() limit that would cause wait()
36369 wait() and waitpid() could potentially be rewritten to use
36370 more than one thread to do the waiting to eliminate this
36373 change#6328 could make close(SOCKET) return false on windows
36376 pod nit seen in passing
36378 on windows, the return values from wait() and waitpid() don't
36379 match those of pseudo-pids
36381 waitpid() now handles externally spawned pids correctly;
36382 fixes for backtick/wait/waitpid failures on Windows 9x
36383 these changes make the pid returned by process functions on
36384 Windows 9x always positive by clearing the high bit (which
36385 is always set on Win9x); pseudo-process PIDs are likewise
36386 always negative now on Win9x (just as on NT/2000)
36388 trailing new %ENV entries weren't being pushed into the real
36389 environment of subprocesses on Windows
36391 Tweak the regex compilation errors once more.
36393 avoid warnings from dense compiler
36395 add "ok" targets from change#6632 in makefile.mk
36396 Branch: maint-5.6/perl
36397 - lib/Pod/PlainText.pm vms/configure.com
36398 !> (integrate 66 files)
36399 ____________________________________________________________________________
36400 [ 7886] By: jhi on 2000/11/27 13:54:18
36401 Log: __FUNCTION__ isn't portable and trying to emulate it leads
36402 into practically spelling out the name of the function.
36403 Takes care of the bug 20001127.001.
36406 ____________________________________________________________________________
36407 [ 7885] By: gsar on 2000/11/27 13:53:18
36408 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
36409 6610..6611 from mainline
36411 Make regular expression parse error messages easier to understand.
36412 Subject: Re: enhanced(?) regex error messages
36414 Tiny tidying on report_evil_fh().
36416 Subject: Re: enhanced(?) regex error messages
36417 plus Capitalize the error messages, plus perldiag them.
36419 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
36421 Document here-doc better.
36423 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36425 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
36426 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
36427 (either perlbug or p5p ate the original), plus regen
36428 perlapi and perltoc.
36432 Double check that we have a dirhandle.
36434 Subject: Re: enhanced(?) regex error messages
36435 (plus two small patches sent privately)
36436 (this still seems to leave few test failures)
36438 warn is a macro, avoid using at a variable to avoid warnings
36439 in some configurations; readdir.t is too conservative in
36440 estimating number of *.t's
36442 Get back into sync with Jeffrey on the enhanced regex warnings.
36444 Subject: [PATCH 5.6.0] cygwin port
36446 Zero entries were skipped, fix from Adrian Goalby
36447 <argoalby@yahoo.co.uk>
36449 Subject: Remove dead entry in perldiag
36451 Amend the description of Perl6.
36452 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
36456 It's the 2ndO'ROSSC.
36458 Revert the sv.c part of #6559, a better fix is needed.
36460 Iterating perl6 description.
36462 Update to Term::ANSIColor 1.03, from Russ Allbery.
36464 Update to Getopt::Long 2.23_05, from Johan Vromans.
36466 Small AUTHORS and MAINTAIN updates. Could do with big updates.
36468 Update to Pod::Parser 1.17, from Brad Appleton.
36470 Update to CPAN 1.56, from Andreas König.
36472 Update to CGI 2.70, from Lincoln Stein.
36474 Put back the std @INC thing.
36476 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
36477 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
36479 Document the IO::Select timeout.
36481 sleep(1) does not necessarily return 1.
36482 Subject: [PATCH bleadperl] op/lex_assign.t
36484 Subject: debugger "d" command doesnt check line number
36486 B::Deparse didn't do sub attributes.
36487 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36489 Preprocessing and postprocessing for File::Find.
36490 Subject: Patch to Find::File.pm to allow alphabetical results
36492 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
36494 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
36496 Subject: Re: [ID 20000730.003] utf8::length() bad
36498 Subject: Getting perlio and threads to compile
36499 (the Solaris version changes in Configure skipped)
36502 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36504 Add Perl debugging tutorial, regen toc.
36505 Subject: perldebtut.pod
36507 Add a few missing files, update MANIFEST.
36509 Rewrite of vms/subconfigure.com as configure.com,
36510 from Peter Prymmer and the vmsperl crew.
36512 Should have deleted this in #6603.
36514 Fix the test for 5005threads.
36516 Fix-n-skip the tests under 5005threads.
36518 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
36520 Upgrade to CGI 2.71, from Lincoln Stein.
36521 Branch: maint-5.6/perl
36522 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
36523 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
36524 +> t/op/regmesg.t t/pod/find.t vms/configure.com
36525 - vms/subconfigure.com
36527 !> (integrate 115 files)
36528 ____________________________________________________________________________
36529 [ 7884] By: jhi on 2000/11/27 13:44:33
36530 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
36531 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36532 Date: Mon, 27 Nov 2000 08:23:54 EST
36533 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
36535 ! vms/descrip_mms.template vms/test.com
36536 ____________________________________________________________________________
36537 [ 7883] By: gsar on 2000/11/27 11:50:46
36538 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
36539 6511..6513,6515..6523,6525..6536
36541 The swallow_bom() saga continues. The #23 of require.t
36542 (UTF16-LE) still fails (silently, no output) but the #22
36543 (UTF16-BE) seems to be working now. The root of the
36544 failure may be in sv_gets(): is it UTF-16LE-aware,
36545 especially when it comes to line endings?
36547 Document the problem with -P in HP-UX and its workaround.
36549 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
36550 (aka ID 20000730.002)
36552 Subject: fix and question re: waitpid() under win32
36554 Make the safety catch for buggy gccs work with triple version
36555 numbers like 2.95.2. Reported in
36556 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
36558 In Digital UNIX warn if gcc explicitly chosen because even
36559 2.95.2 is known to cause problems.
36561 Make chr() for values >127 to create utf8 when under utf8.
36563 various syntax errors and such (not fixed: comp/require.t#22 coredump
36566 Stash away the largefiles flags and libswanted.
36568 BOM patching from Simon Cozens.
36570 If gccosandvers is equal to osname, clear gccosandvers.
36572 Make p4desc to skip non-mainperl branches by default.
36574 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
36577 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
36579 In new BSDs changes to argv[] do not show up in ps(1) output,
36580 instead one must use setproctitle(). This was already addressed
36581 by change #6457, but the below has a new variant for FreeBSD 4.0
36582 or later, and the matter is also documented more.
36584 FreeBSD 3.* updates from
36585 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36587 regen_headers, regen perltoc.
36589 Document in one place the memory abstractions used in Perl core.
36591 memcpy has n o in it, as pinted ut by Sarathy.
36593 Remove the extraneous "main::" prefix from all the
36594 "opened only for", "on closed", and "never opened" warnings.
36596 The name of a filehandle does not have <these>.
36598 The tr utf8 patching continues.
36600 The new setproctitle() feature is available only in
36601 bleeding edge FreeBSD. From Paul Saab.
36603 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
36605 Dump UVs as UVs in Data::Dumper.
36609 Document the IVdf UVuf UVof UVxf.
36611 require.t needs binmode() to work on windows
36613 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
36614 that are hopefully soon put into use.
36616 Allow "no Module;" even if there is no 'unimport'.
36618 Better skip message for the test; one of the two problems in
36619 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
36621 The subtest 4 may fail also on VOBS, as pointed out
36622 by Nick Ing-Simmons in November 1999, bug id 19991124.003
36623 (but the failure in that bug report isn't the subtest 4).
36625 Be more informative on what is skipped and why,
36626 also repeat the list at the end.
36630 Subject: [PATCH] sv.h documentation - SvLEN
36632 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
36634 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
36636 Subject: [PATCH] bad cppsymbols on os2 + Configure question
36638 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
36640 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
36641 mention the idea of @( and @)
36643 This is 6512. Really.
36645 Subject: [ID 19990721.004] Documentation bug in perlfunc
36647 Subject: Minor tweak to perlvar.pod
36649 In the warnings call filehandles consistently so;
36650 add "unopened" warning for stat().
36652 After the #6519 a warning about stat() is just that,
36653 not about a filetest, which now have their own warning.
36655 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
36657 Subject: Re: Array vs. List context
36659 Subject: New perlcc, take 2
36661 Weed buglets pointed out by
36662 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
36664 gcc versions might have (parentheses) in them.
36666 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
36668 Essential prototype changes were missing from #6527.
36669 Also make report_evil_fh() more bomb-proof.
36671 Zap lib/Sys directory when cleaning up.
36673 Change the Policy policy: now -Dprefix= with an existing
36674 Policy.sh and prefix == siteprefix == vendorprefix, then all
36675 of them follow along the new prefix.
36676 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
36678 Continue fixing the io warnings. This also
36679 sort of fixes bug ID 20000802.003: the core dump
36680 is no more. Whether the current behaviour is correct
36681 (giving a warning: "Not a format reference"), is another matter.
36683 Have symbols for the IoTYPEs.
36685 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
36687 Document a bit that UDP is not what you might think.
36688 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
36689 tr memory corruption fix from Simon Cozens.
36691 Plug the security hole described in the Aug 05 2000 bugtraq message
36692 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
36693 The security hole exists only in suidperls, which isn't
36694 installed or even built by default.
36695 Branch: maint-5.6/perl
36696 !> (integrate 71 files)
36697 ____________________________________________________________________________
36698 [ 7882] By: gsar on 2000/11/27 10:25:36
36699 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
36702 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
36703 to be fatal errors (instead of by default ignoring them, and
36704 ignoring with a bug: even though -w gave an error, the opening [
36705 was left in) Reported in:
36707 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
36709 Subject: [PATCH] split /^/
36711 MacOS nits from Matthias Neeracher.
36713 More split() doc and test patches from Mike Guy.
36715 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
36716 from Graham Barr in the module list.
36718 docfix from Peter Scott <Peter@PSDT.com>.
36720 File::Temp patches for VMS and OS/2 from Tim Jenness.
36722 open() wariness in perlbug.
36724 Subject: [PATCH] minor doc change - perlguts
36726 Subject: Minor doc patch: handy.h
36728 Be wary of close()s, too.
36730 Further File::Temp patches from Yitzchak Scott-Thoennes
36731 and Craig A. Berry.
36733 Subject: [PATCH] fixes bug 20000508.004
36735 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
36737 Allow "no AutoLoader;", based on change #6444,
36738 suggested by Graham Barr.
36740 Use setproctitle() if available to modify $0.
36742 Warn if the version of the operating system used to compile gcc
36743 differs from the current version of the operating system.
36744 Also display the gcc compilation os and version in myconfig.
36747 Tiny fixes for #6460.
36749 The problem described in this
36750 Subject: [ID 20000322.018] named chars aren't magical enough
36751 has been fixed in perl 5.6.0 but just in case added a test
36752 to keep it away. (The report from Joseph Hall.)
36754 Tune the comments and hopefully stop a memory leak.
36756 Subject: UTF8 concat
36757 (with a memory leak fixed, plus a few casts added)
36758 This also seems to help for
36759 Subject: [ID 20000716.015] join UTF8 weirdness
36761 Do not upgrade SVs into utf8 just because they participate
36762 in eq or cmp. Reported and fix suggested in
36763 Subject: [ID 20000720.009] sv_eq UTF8 bug
36765 Fix the HALF_UPGRADE() macro introduced in #6263.
36767 Find green threads before native threads.
36768 Subject: Re: Patch to jpl/JNI/Makefile.PL
36769 Branch: maint-5.6/perl
36770 !> (integrate 30 files)
36771 ____________________________________________________________________________
36772 [ 7881] By: jhi on 2000/11/27 05:48:41
36773 Log: It seems that *both* the unused submatch loop cleanup
36777 ____________________________________________________________________________
36778 [ 7880] By: jhi on 2000/11/27 04:50:07
36779 Log: Clean .exists deeper.
36782 ____________________________________________________________________________
36783 [ 7879] By: jhi on 2000/11/27 02:31:35
36784 Log: The code in regcppop() (see #7878) contains the correct lower
36785 limit for the unused submatch 'cleanup' loop so that under
36786 "use utf8" the following code wouldn't dump core:
36787 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
36788 the cleanup loop in regtry() stomped beyond allocated area
36789 in the startp[] array. Therefore, copied the correct lower
36790 loop limit (*PL_reglastparen) to regtry(). Note: something
36791 may still not be quite right: why was the _higher_ loop limit
36792 (prog->nparens) different in the utf8 case?
36794 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
36795 without core dumps, there were about 17 of them before
36796 the patch (with us since Perl 5.7.0). Two failures, still:
36797 496 and 505 (though these may not be severe).
36799 Patch #7881 is also needed since both the cleanup loops
36802 Also, the t/op/pat#44 seems to core dump under utf8.
36803 Plus a couple of failures. UGH-8.
36806 ____________________________________________________________________________
36807 [ 7878] By: jhi on 2000/11/27 02:21:17
36808 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
36809 the code in regcppop() seems to be redundant for the test suite --
36810 but it contains a germ of truth, and it needed for the build
36811 process itself: see #7879 and #7881.
36814 ____________________________________________________________________________
36815 [ 7877] By: jhi on 2000/11/27 01:53:09
36816 Log: Comment on comment.
36819 ____________________________________________________________________________
36820 [ 7876] By: jhi on 2000/11/27 00:49:59
36821 Log: Adjust the docs to agree with #7875.
36823 ! pod/perllocale.pod
36824 ____________________________________________________________________________
36825 [ 7875] By: jhi on 2000/11/27 00:49:27
36826 Log: Retract #7863. It makes more sense not to taint formatted output,
36827 not even by sprintf().
36830 ____________________________________________________________________________
36831 [ 7874] By: jhi on 2000/11/26 23:36:02
36832 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
36833 Not really fixed (should really dump the UTF-8 charclass),
36834 but stopped displaying the garbage.
36836 Also add a note on the (missing) Unicode PSXSPC and BLANK.
36839 ____________________________________________________________________________
36840 [ 7873] By: jhi on 2000/11/26 21:31:13
36841 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
36844 ____________________________________________________________________________
36845 [ 7872] By: jhi on 2000/11/26 21:06:04
36846 Log: No need to scan till infinity, 13 is enough.
36849 ____________________________________________________________________________
36850 [ 7871] By: jhi on 2000/11/26 20:20:32
36851 Log: Test line numbers are different with utf8.
36854 ____________________________________________________________________________
36855 [ 7870] By: jhi on 2000/11/26 20:10:12
36859 ____________________________________________________________________________
36860 [ 7869] By: jhi on 2000/11/26 19:01:05
36861 Log: Make utf8_length() and utf8_distance() (the latter of which
36862 is unused at the moment) to be less forgiving about bad UTF-8.
36864 ! embed.h embed.pl objXSUB.h proto.h utf8.c
36865 ____________________________________________________________________________
36866 [ 7868] By: jhi on 2000/11/26 18:45:56
36867 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
36868 From: Benjamin Holzman <bah@ecnvantage.com>
36869 Date: Sat, 25 Nov 2000 20:40:20 -0500
36870 Message-ID: <20001125204020.A25040@ecnvantage.com>
36872 Debian allows installing /usr/bin/locale without installing
36873 any locales, an error message will ensue.
36875 ! t/pragma/locale.t
36876 ____________________________________________________________________________
36877 [ 7867] By: jhi on 2000/11/26 18:31:12
36878 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
36879 From: Benjamin Holzman <bah@ecnvantage.com>
36880 Date: Sun, 26 Nov 2000 02:42:34 -0500
36881 Message-ID: <20001126024234.G25040@ecnvantage.com>
36883 Patch for the bug 20000212.002.
36885 ! sv.c t/op/array.t
36886 ____________________________________________________________________________
36887 [ 7866] By: jhi on 2000/11/26 18:28:09
36888 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
36889 From: Tim Jenness <t.jenness@jach.hawaii.edu>
36890 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
36891 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
36895 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
36896 ____________________________________________________________________________
36897 [ 7865] By: jhi on 2000/11/26 18:24:22
36898 Log: The metaconfig unit change for #7864.
36899 Branch: metaconfig/U/perl
36901 ____________________________________________________________________________
36902 [ 7864] By: jhi on 2000/11/26 18:23:41
36903 Log: Make the va_copy() test not to be so talkative.
36905 ! Configure config_h.SH
36906 ____________________________________________________________________________
36907 [ 7863] By: jhi on 2000/11/26 18:11:02
36908 Log: Fix locale inconsistencies unearthed by Hugo's work.
36909 Now the floating point sprintf really does taint the result
36910 string as perllocale promises (has promised for a long time)
36911 if "use locale" is in the lexical scope.
36913 ! sv.c t/pragma/locale.t
36914 ____________________________________________________________________________
36915 [ 7862] By: jhi on 2000/11/26 00:35:15
36916 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
36917 From: Nicholas Clark <nick@ccl4.org>
36918 Date: Sun, 26 Nov 2000 00:07:50 +0000
36919 Message-ID: <20001126000750.A22446@plum.flirble.org>
36924 ____________________________________________________________________________
36925 [ 7861] By: jhi on 2000/11/26 00:01:26
36926 Log: Integrate perlio.
36928 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
36929 ____________________________________________________________________________
36930 [ 7860] By: nick on 2000/11/25 22:04:17
36931 Log: Correct relative path from new ext\Filter\Util\Call location
36934 ! win32/makefile.mk
36935 ____________________________________________________________________________
36936 [ 7859] By: nick on 2000/11/25 21:26:54
36937 Log: Integrate mainline.
36939 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
36940 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
36941 +> t/lib/filter-util.t
36942 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
36943 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
36944 - t/lib/filt-util.t
36945 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
36946 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
36947 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
36948 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
36949 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
36950 !> win32/makefile.mk
36951 ____________________________________________________________________________
36952 [ 7858] By: gsar on 2000/11/25 20:52:17
36953 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
36954 parent's memory; fix it by keeping track of the actual pad
36955 offset rather than a raw pointer (this change is probably also
36956 relevant to non-ithreads case to avoid fallout from reallocs of
36957 the pad array, but is currently only enabled for the ithreads
36958 case in the interests of minimal disruption to existing "well
36961 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
36962 ! proto.h scope.c scope.h sv.c t/op/fork.t
36963 ____________________________________________________________________________
36964 [ 7857] By: nick on 2000/11/25 20:01:28
36965 Log: All tests pass on Win32/gcc/USE_PERLIO.
36966 - when crlf layer is pushed make unix-level binary.
36967 - remove :crlf injection in pp_backtick in pp_sys.c
36968 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
36970 ! doio.c perlio.c pp_sys.c win32/makefile.mk
36971 ____________________________________________________________________________
36972 [ 7856] By: jhi on 2000/11/25 18:38:30
36973 Log: Update the metaconfig units for #7855.
36974 Branch: metaconfig/U/perl
36975 ! useperlio.U usesocks.U
36976 ____________________________________________________________________________
36977 [ 7855] By: jhi on 2000/11/25 18:37:54
36978 Log: Undo the SOCKS workarounds, instead start using PerlIO
36979 if SOCKS is selected.
36981 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
36982 From: Jens Hamisch <jens@Strawberry.COM>
36983 Date: Fri, 24 Nov 2000 18:31:30 +0100
36984 Message-ID: <20001124183130.E28337@Strawberry.COM>
36986 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
36987 From: Jens Hamisch <jens@Strawberry.COM>
36988 Date: Fri, 24 Nov 2000 19:11:51 +0100
36989 Message-ID: <20001124191151.A28753@Strawberry.COM>
36991 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
36992 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
36993 ____________________________________________________________________________
36994 [ 7854] By: jhi on 2000/11/25 17:39:08
36995 Log: Undo #7848. Some of the code seems to use walkoptree(),
36996 some walkoptree_slow(). An unfinished renaming?
36997 Now the sub is walkoptree() (which is @EXPORT_OK),
36998 the walkoptree_slow() is a typeglob alias to walkoptree.
36999 This makes the tests to pass, at least.
37001 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
37002 ____________________________________________________________________________
37003 [ 7853] By: nick on 2000/11/24 22:24:33
37004 Log: Re-arrange crlf vs binary for platforms that care.
37005 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
37006 Lip-service to making stdio layer work on such platfroms (untested).
37007 Now fails 3 tests rather than one, checkin to see if I can debug
37008 the issue under linux. (Do not merge.)
37010 ! doio.c perlio.c perliol.h
37011 ____________________________________________________________________________
37012 [ 7852] By: jhi on 2000/11/24 18:57:39
37013 Log: AUTHORS edits.
37016 ____________________________________________________________________________
37017 [ 7851] By: jhi on 2000/11/24 17:34:56
37018 Log: Add Jan-Erik Karlsson.
37021 ____________________________________________________________________________
37022 [ 7850] By: jhi on 2000/11/24 17:27:56
37023 Log: Configure should find stdchar on its own.
37025 ! hints/solaris_2.sh
37026 ____________________________________________________________________________
37027 [ 7849] By: jhi on 2000/11/24 17:24:55
37028 Log: Subject: PATCH over 7848: Filter test flawed
37029 From: andreas.koenig@anima.de (Andreas J. Koenig)
37030 Date: 24 Nov 2000 10:28:29 +0100
37031 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
37033 ! t/lib/filter-util.t
37034 ____________________________________________________________________________
37035 [ 7848] By: jhi on 2000/11/24 17:22:15
37036 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
37037 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
37038 Date: Fri, 24 Nov 2000 16:12:58 +0000
37039 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
37042 ____________________________________________________________________________
37043 [ 7847] By: jhi on 2000/11/24 03:07:01
37044 Log: Integrate perlio.
37046 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
37047 !> win32/makefile.mk
37048 ____________________________________________________________________________
37049 [ 7846] By: gsar on 2000/11/24 00:55:57
37050 Log: integrate changes#6415..6418,6420..6438 from mainline
37052 Fix the bitvector ops for utf8 (tricky since past 7 bits
37053 the utf8 'characters' can be more than one octet).
37055 MPE/ix updates for perl 5.6.0 from Mark Bixby.
37057 Subject: SDBM_File documentation
37063 Send all installperl messages to STDERR and be -w clean.
37065 Out-of-date note removed.
37067 Protect against "wild next"s, that is, callbacks doing "next"
37068 instead of "return".
37070 Use STDOUT consistently.
37072 The output might have been produced in the wrong order.
37074 A missing 'break' after the [[:space:]] switch case.
37077 [ID 19991110.003] another matching finding by pcre author
37078 which has already been fixed by some patch, as verified in
37080 Documentation to explain the behaviour of map().
37082 Add an optimization for map-maps-a-list-element-to-more-list-elements
37083 case, but add also notes explaining the relationship of this
37084 patch and the earlier notes by Sarathy.
37086 Subject: [ID 20000716.023] syslog test fails without sockets
37088 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
37089 Test cases for #6431.
37091 File::Spec::VMS fixup for tmpdir from Craig Berry.
37093 Make the "uninit variable" warning to say "concat or string"
37094 or "join or string" when in concat or join .
37096 Get UTF16 BOMs working. Patch from
37097 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
37099 Subject: [PATCH] Make large file tests deal with SIGXFSZ
37101 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
37103 Subject: [PATCH] av.c apidoc
37104 Branch: maint-5.6/perl
37105 !> (integrate 43 files)
37106 ____________________________________________________________________________
37107 [ 7845] By: gsar on 2000/11/24 00:20:45
37108 Log: integrate changes#6406..6414 from mainline
37110 Merge perlhacktut into perlhack, update perlguts.
37112 Fix AutoSplit to use File::Spec the right way in VMS,
37113 from Peter Prymmer.
37116 [ID 19991110.002] minimal matching discrepancy found by pcre author
37117 seems to have been fixed (though differently from what was suggested
37118 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
37120 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
37121 not in pod, from Peter Prymmer
37123 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
37124 From: Hugo <hv@crypt.compulink.co.uk>
37125 Date: Fri, 14 Jul 2000 23:05:20 +0100
37126 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
37128 Didn't anymore apply, but that point still could use another fix.
37130 lib/b test fixes from Peter Prymmer.
37132 More docs for sv functions.
37134 perlvms.pod whitespace cleanup to keep pod utils happy.
37136 another VMS build tweak from Peter Prymmer
37137 Branch: maint-5.6/perl
37138 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
37139 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
37140 !> vms/descrip_mms.template vms/perlvms.pod
37141 ____________________________________________________________________________
37142 [ 7844] By: nick on 2000/11/23 23:42:45
37143 Log: Win32/perlio Now just fails one io/argv.t test - lack
37144 of default :crlf on standard streams.
37147 ____________________________________________________________________________
37148 [ 7843] By: nick on 2000/11/23 23:04:05
37149 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
37150 peek fail is showing a real problem (multiple crlf layers
37151 are getting pushed.)
37153 ! doio.c perlio.c win32/makefile.mk
37154 ____________________________________________________________________________
37155 [ 7842] By: nick on 2000/11/23 19:46:23
37156 Log: Implement PerlIO_binmode()
37157 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
37158 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
37159 make binmode in t/lib/io_tell.t unconditional so that works.
37160 Checkin just so Win32 machine can see these changes.
37162 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
37163 ____________________________________________________________________________
37164 [ 7841] By: jhi on 2000/11/23 19:30:00
37165 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
37168 ____________________________________________________________________________
37169 [ 7840] By: jhi on 2000/11/23 17:18:02
37170 Log: SOCKS wrestling continues, patches from Jens Hamisch.
37172 ! doio.c embed.h embed.pl perlsdio.h proto.h
37173 ____________________________________________________________________________
37174 [ 7839] By: jhi on 2000/11/23 16:54:14
37175 Log: Push Filter::Util::Call one level deeper.
37177 + t/lib/filter-util.t
37178 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37179 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
37180 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37181 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37182 - t/lib/filt-util.t
37183 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
37184 ! win32/Makefile win32/makefile.mk
37185 ____________________________________________________________________________
37186 [ 7838] By: jhi on 2000/11/23 16:52:40
37187 Log: Reach back one higher up when searching for PERL_SRC.
37189 ! lib/ExtUtils/MM_Unix.pm
37190 ____________________________________________________________________________
37191 [ 7837] By: jhi on 2000/11/23 16:05:41
37192 Log: Subject: Re: perl@7826
37193 Date: Thu, 23 Nov 2000 02:20:25 -0600
37194 From: "Craig A. Berry" <craigberry@mac.com>
37195 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
37197 Make VMS to like Filter::Util::Call.
37199 ! configure.com ext/Filter/Util/Makefile.PL
37200 ____________________________________________________________________________
37201 [ 7836] By: nick on 2000/11/23 16:04:08
37202 Log: Implement crlf layer - not ready for merge.
37204 ! perlio.c win32/makefile.mk
37205 ____________________________________________________________________________
37206 [ 7835] By: jhi on 2000/11/23 15:56:52
37207 Log: STDCHAR is different in Sparc v9 vs x86.
37209 ! hints/solaris_2.sh
37210 ____________________________________________________________________________
37211 [ 7834] By: jhi on 2000/11/23 15:50:47
37212 Log: The type needs to be visible to protos.
37215 ____________________________________________________________________________
37216 [ 7833] By: jhi on 2000/11/23 15:40:46
37217 Log: Finish unfinished SOCKS workaround changes.
37220 ____________________________________________________________________________
37221 [ 7832] By: jhi on 2000/11/23 15:33:30
37222 Log: Integrate perlio.
37224 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37225 !> win32/makefile.mk
37226 ____________________________________________________________________________
37227 [ 7831] By: nick on 2000/11/23 10:31:07
37228 Log: Correct makefile.mk dependancies for ext/Filter/Util
37230 Run dmake regen_config_h
37232 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37233 ! win32/makefile.mk
37234 ____________________________________________________________________________
37235 [ 7830] By: nick on 2000/11/23 08:05:07
37236 Log: Integrate mainline
37238 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37239 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
37240 +> t/lib/filt-util.pl t/lib/filt-util.t
37241 !> (integrate 41 files)
37242 ____________________________________________________________________________
37243 [ 7829] By: gsar on 2000/11/23 03:07:11
37244 Log: build the Filter extension on windows
37246 ! win32/Makefile win32/makefile.mk
37247 ____________________________________________________________________________
37248 [ 7828] By: gsar on 2000/11/23 02:46:35
37249 Log: regenerate win32/config* and fix some inconsistencies in the
37250 makefiles; always export Perl_deb() because it is needed
37251 by ext/re/* (whether perl itself is built with -DDEBUGGING
37254 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
37255 ! win32/config_H.vc win32/makefile.mk
37256 ____________________________________________________________________________
37257 [ 7827] By: gsar on 2000/11/23 02:18:38
37258 Log: get sources building on windows+MSVC again (untested with other
37261 ! win32/include/sys/socket.h win32/perllib.c
37262 ____________________________________________________________________________
37263 [ 7826] By: jhi on 2000/11/23 01:18:26
37264 Log: Update Changes.
37266 ! Changes patchlevel.h
37267 ____________________________________________________________________________
37268 [ 7825] By: jhi on 2000/11/23 00:20:41
37269 Log: Subject: Re: av.c patch (having slight problems)
37270 From: "Ben Tilly" <ben_tilly@hotmail.com>
37271 Date: Tue, 21 Nov 2000 23:29:31 -0500
37272 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
37277 ____________________________________________________________________________
37278 [ 7824] By: jhi on 2000/11/22 23:59:15
37279 Log: Fixes for signedness warnings noticed by VMSperlers.
37281 ! ext/Storable/Storable.xs regcomp.c sv.c
37282 ____________________________________________________________________________
37283 [ 7823] By: jhi on 2000/11/22 23:19:31
37284 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
37285 From: Peter Prymmer <pvhp@forte.com>
37286 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
37287 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
37289 ! t/pragma/warn/pp_hot
37290 ____________________________________________________________________________
37291 [ 7822] By: jhi on 2000/11/22 22:52:20
37295 ____________________________________________________________________________
37296 [ 7821] By: jhi on 2000/11/22 22:46:39
37297 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
37298 by Damian Conway, as suggested by Paul Marquess.
37300 + lib/Filter/Simple.pm
37301 ____________________________________________________________________________
37302 [ 7820] By: jhi on 2000/11/22 22:45:51
37303 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
37305 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37306 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37307 + t/lib/filt-util.t
37309 ____________________________________________________________________________
37310 [ 7819] By: jhi on 2000/11/22 22:03:27
37311 Log: Integrate perlio.
37313 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
37314 !> win32/makefile.mk
37315 ____________________________________________________________________________
37316 [ 7818] By: jhi on 2000/11/22 21:56:02
37317 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
37319 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
37321 ____________________________________________________________________________
37322 [ 7817] By: jhi on 2000/11/22 21:39:49
37323 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
37324 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37325 Date: Wed, 22 Nov 2000 16:08:12 -0500
37326 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
37328 ! lib/ExtUtils/Liblist.pm
37329 ____________________________________________________________________________
37330 [ 7816] By: jhi on 2000/11/22 21:38:25
37331 Log: Go ahead and #include <unistd.h> in perl.h.
37333 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
37335 ____________________________________________________________________________
37336 [ 7815] By: jhi on 2000/11/22 21:22:52
37337 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
37338 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37339 Date: Mon, 20 Nov 2000 18:30:52 -0500
37340 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
37342 ! pod/perlre.pod regcomp.c t/op/re_tests
37343 ____________________________________________________________________________
37344 [ 7814] By: jhi on 2000/11/22 21:21:46
37345 Log: Subject: [PATCH 5.7.0] Liblist finally works
37346 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37347 Date: Tue, 21 Nov 2000 22:02:17 -0500
37348 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
37350 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
37351 ! lib/ExtUtils/MakeMaker.pm
37352 ____________________________________________________________________________
37353 [ 7813] By: jhi on 2000/11/22 21:20:23
37354 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
37355 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37356 Date: Wed, 22 Nov 2000 17:53:15 +0100
37357 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
37359 AIX dynaloader and perlio patch.
37361 ! ext/DynaLoader/dl_aix.xs
37362 ____________________________________________________________________________
37363 [ 7812] By: jhi on 2000/11/22 21:17:52
37364 Log: (Accidentally empty patch.)
37367 ____________________________________________________________________________
37368 [ 7811] By: jhi on 2000/11/22 21:16:31
37369 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
37370 From: Peter Prymmer <pvhp@forte.com>
37371 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
37372 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
37375 ____________________________________________________________________________
37376 [ 7810] By: jhi on 2000/11/22 21:15:36
37377 Log: Subject: Re: perl@7777
37378 From: "John P. Linderman" <jpl@research.att.com>
37379 Date: Wed, 22 Nov 2000 13:11:11 -0500
37380 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
37385 ____________________________________________________________________________
37386 [ 7809] By: jhi on 2000/11/22 21:14:19
37387 Log: Subject: [PATCH perl@7795] Perlio_tell fix
37388 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37389 Date: Wed, 22 Nov 2000 13:51:37 EST
37390 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
37393 ____________________________________________________________________________
37394 [ 7808] By: jhi on 2000/11/22 21:13:27
37395 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
37396 From: Casey Tweten <crt@kiski.net>
37397 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
37398 Message-Id: <200011201653.LAA10194@home.kiski.net>
37401 ____________________________________________________________________________
37402 [ 7807] By: jhi on 2000/11/22 21:12:35
37403 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
37404 From: Casey Tweten <crt@kiski.net>
37405 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
37406 Message-Id: <200011201636.LAA07227@home.kiski.net>
37409 ____________________________________________________________________________
37410 [ 7806] By: jhi on 2000/11/22 21:10:59
37411 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
37412 From: "Casey R. Tweten" <crt@kiski.net>
37413 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
37414 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
37417 ____________________________________________________________________________
37418 [ 7805] By: nick on 2000/11/22 21:05:06
37419 Log: Integrate mainline
37421 !> Changes Porting/genlog ext/DB_File/DB_File.xs
37422 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
37423 !> utils/perlbug.PL
37424 ____________________________________________________________________________
37425 [ 7804] By: jhi on 2000/11/22 21:01:12
37426 Log: Subject: [PATCH] Test.pm POD peculiarity
37427 From: "Casey R. Tweten" <crt@kiski.net>
37428 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
37429 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
37432 ____________________________________________________________________________
37433 [ 7803] By: jhi on 2000/11/22 20:59:59
37434 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
37435 From: "Philip Newton" <pnewton@gmx.de>
37436 Date: Wed, 22 Nov 2000 14:25:53 +0100
37437 Message-Id: <3A1BD771.25462.1939FAD@localhost>
37439 Be case-understanding also on 's', and use the -oi of sendmail
37440 not to terminate the transmission on a lone '.'.
37443 ____________________________________________________________________________
37444 [ 7802] By: nick on 2000/11/22 20:51:42
37445 Log: Win32 PerlIO intermediate state now working as expected.
37446 - In current state we are still using C runtime in text/binary
37447 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
37448 - PERLIO=stdio and PERLIO=unix pass all expected tests.
37449 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
37450 and PerlIO_seek() and the dummy crlf layer is not making adjustments
37451 for CRLF translation happening in C runtime. All other tests pass.
37453 Added note to README.win32 to point out the snags of doing a perl build
37454 with Norton AntiVirus turned on.
37456 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
37457 which file a fail comes from.
37459 Updated "canned" config.h to match the one generated.
37461 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
37462 ! win32/makefile.mk
37463 ____________________________________________________________________________
37464 [ 7801] By: jhi on 2000/11/22 06:50:20
37467 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37468 ____________________________________________________________________________
37469 [ 7800] By: jhi on 2000/11/22 01:29:55
37470 Log: Changes had accidentally gone too silent on non-main branches.
37472 ! Changes Porting/genlog patchlevel.h
37473 ____________________________________________________________________________
37474 [ 7799] By: gsar on 2000/11/22 01:02:56
37475 Log: some lib_pm.PL changes snuck in via change#7772
37476 Branch: maint-5.6/perl
37478 ____________________________________________________________________________
37479 [ 7798] By: nick on 2000/11/21 21:59:40
37480 Log: Integrate mainline
37482 !> (integrate 28 files)
37483 ____________________________________________________________________________
37484 [ 7797] By: jhi on 2000/11/21 21:01:45
37485 Log: Integrate perlio.
37487 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
37488 ____________________________________________________________________________
37489 [ 7796] By: nick on 2000/11/21 20:36:22
37490 Log: Win32 builds and runs (mostly) with USE_PERLIO.
37491 PERLIO=perlio passes all tests.
37492 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
37494 ! perlio.c win32/perllib.c win32/win32.c
37495 ____________________________________________________________________________
37496 [ 7795] By: jhi on 2000/11/21 19:03:44
37497 Log: Update Changes.
37499 ! Changes patchlevel.h
37500 ____________________________________________________________________________
37501 [ 7794] By: jhi on 2000/11/21 18:56:34
37502 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
37503 From: "Craig A. Berry" <craigberry@mac.com>
37504 Date: Mon, 20 Nov 2000 20:27:06 -0600
37505 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
37510 ____________________________________________________________________________
37511 [ 7793] By: jhi on 2000/11/21 18:54:41
37512 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
37513 From: Dominic Dunlop <domo@computer.org>
37514 Date: Mon, 20 Nov 2000 18:55:29 +0100
37515 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
37517 va_copy() and the need of it.
37518 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
37519 Branch: metaconfig/U/perl
37522 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37523 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
37524 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37525 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37526 ! win32/config.bc win32/config.gc win32/config.vc
37527 ____________________________________________________________________________
37528 [ 7792] By: jhi on 2000/11/21 17:04:10
37529 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
37532 ____________________________________________________________________________
37533 [ 7791] By: jhi on 2000/11/21 17:01:16
37534 Log: Export the SOCKS workaround symbols only if necessary.
37536 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
37537 ____________________________________________________________________________
37538 [ 7790] By: nick on 2000/11/20 23:57:11
37539 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
37542 ____________________________________________________________________________
37543 [ 7789] By: nick on 2000/11/20 23:38:33
37544 Log: Integrate mainline
37546 +> lib/File/Spec/Epoc.pm
37547 !> (integrate 34 files)
37548 ____________________________________________________________________________
37549 [ 7788] By: nick on 2000/11/20 23:20:18
37550 Log: Make extra buffer layer work (dummy crlf layer)
37552 ! doio.c perlio.c perlio.h
37553 ____________________________________________________________________________
37554 [ 7787] By: jhi on 2000/11/20 22:44:04
37555 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
37556 From: Peter Prymmer <pvhp@forte.com>
37557 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
37558 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
37560 ! t/pragma/locale.t
37561 ____________________________________________________________________________
37562 [ 7786] By: jhi on 2000/11/20 22:29:10
37563 Log: Subject: DOC PATCH 5.6.0 perlreftut
37564 From: mjd@plover.com
37565 Date: 20 Nov 2000 19:45:06 -0000
37566 Message-ID: <20001120194506.9505.qmail@plover.com>
37568 ! pod/perlreftut.pod
37569 ____________________________________________________________________________
37570 [ 7785] By: jhi on 2000/11/20 22:27:44
37571 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
37572 From: David Dyck <dcd@tc.fluke.com>
37573 Date: Mon, 20 Nov 2000 11:43:40 -0800
37574 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
37577 ____________________________________________________________________________
37578 [ 7784] By: jhi on 2000/11/20 22:23:21
37579 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
37580 Date: Mon, 20 Nov 2000 17:06:10 -0500
37581 To: Mailing list Perl5 <perl5-porters@perl.org>
37582 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
37584 ! pp_ctl.c t/op/pat.t
37585 ____________________________________________________________________________
37586 [ 7783] By: jhi on 2000/11/20 22:11:18
37587 Log: Subject: [PATCH] doop.c - UTF8 tr///
37588 From: Simon Cozens <simon@cozens.net>
37589 Date: Sat, 18 Nov 2000 18:49:30 +0000
37590 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
37592 Subject: Re: [PATCH] doop.c - UTF8 tr///
37593 From: Simon Cozens <simon@cozens.net>
37594 Date: Mon, 20 Nov 2000 20:45:22 +0000
37595 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
37597 Make tr on UTF-8 better but still not correct.
37600 ____________________________________________________________________________
37601 [ 7782] By: jhi on 2000/11/20 22:02:16
37602 Log: Remove the shared object before attempting to create
37603 (by linking) a new one. E.g. in AIX not removing
37604 becomes quite painful if one tries to do more than one
37605 build in the same tree (an interrupted build, for example),
37606 since the AIX' shared dynaloader seemingly keeps the shared
37607 objects open and therefore 'busy' for quite a while, even when
37608 nobody is using the objects, leading into link failures.
37610 ! lib/ExtUtils/MM_Unix.pm
37611 ____________________________________________________________________________
37612 [ 7781] By: gsar on 2000/11/20 19:02:55
37613 Log: type mismatch due to faulty integration
37614 Branch: maint-5.6/perl
37615 ! toke.c win32/Makefile
37616 ____________________________________________________________________________
37617 [ 7780] By: gsar on 2000/11/20 17:31:55
37618 Log: integrate changes#6392,6394..6399,6401..6404
37620 The {multiplier} of a fixed substring was overlooked which
37621 caused a wrong initial search offset for that substring.
37623 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
37624 From: Hugo <hv@crypt.compulink.co.uk>
37625 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
37626 Date: Thu, 13 Jul 2000 19:27:13 +0100
37628 Fix the BOM bug: not a byteorder bug, a signedness bug.
37630 Replace change #6337 with a better one.
37632 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37633 From: Hugo <hv@crypt.compulink.co.uk>
37634 Date: Fri, 14 Jul 2000 04:16:20 +0100
37635 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
37637 MakeMaker should not remove editor backups (*~) on `make clean`
37638 by default (completes change#6383)
37640 move new variables to the end of the interpreter structure (for
37641 bincompat in code that doesn't #include XSUB.h)
37643 rename totally bletcherous SvLOCK() thingy (doesn't do what the
37644 name suggests anyway)
37646 various cleanups (typos, misformatted code, and small bugs)
37648 typecasts needed for change#6394
37650 typos in change#6399, regen headers
37652 inconsistent types needs casts
37654 PERL_OBJECT build tweaks
37655 Branch: maint-5.6/perl
37656 !> MANIFEST doop.c embed.h embed.pl embedvar.h
37657 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
37658 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
37659 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
37661 ____________________________________________________________________________
37662 [ 7779] By: gsar on 2000/11/20 17:06:29
37663 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
37665 Cosmetics and perldelta.
37667 Fix nits noticed by Boston.pm.
37669 Do the cc sanity check both before the hints and
37670 after the cc selction.
37672 get sprintf.t to adjust properly for 3-digit exponents
37674 don't clobber *.orig files on *clean targets
37676 fix bugs in processing %v-*d and similar format specs (from
37677 Avi Finkel <avi@finkel.org>)
37679 sprintf test tweaks (from Dominic Dunlop)
37681 new selfloader.t in change#6183 doesn't close DATA handles,
37682 and thus fails to clean up tmp files on dosish platforms
37684 typos (spotted by Peter Prymmer)
37686 typo fix from Craig Berry
37687 Branch: maint-5.6/perl
37688 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
37689 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
37690 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
37692 ____________________________________________________________________________
37693 [ 7778] By: gsar on 2000/11/20 16:46:51
37694 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
37696 Subject: Re: format bug report [Patch]
37697 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37698 Date: Wed, 05 Jul 2000 13:12:52 +0200
37699 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
37701 Subject: Re: format bug report [Patch]
37702 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37703 Date: Wed, 05 Jul 2000 14:10:01 +0200
37704 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
37706 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
37707 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37708 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
37709 Date: Fri, 07 Jul 2000 17:57:16 +0100
37711 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
37712 To: perl5-porters@perl.org
37713 From: Karsten Sperling <spiff@phreax.net>
37714 Date: Mon, 10 Jul 2000 15:12:52 +0200
37715 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
37717 README.posix-bc podified from Thomas Dorner.
37719 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
37720 From: Dominic Dunlop <domo@computer.org>
37721 Date: Tue, 11 Jul 2000 12:27:33 +0200
37722 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
37727 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
37728 From: Roderick Schertler <roderick@argon.org>
37729 Date: Tue, 11 Jul 2000 13:55:05 -0400
37730 Message-Id: <200007111755.NAA05077@jones.argon.org>
37732 Minor cleanups on the booklist.
37734 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
37737 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37738 Branch: maint-5.6/perl
37739 +> pod/perlbook.pod
37740 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
37741 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
37742 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
37743 ____________________________________________________________________________
37744 [ 7777] By: jhi on 2000/11/20 16:08:49
37745 Log: Update Changes.
37747 ! Changes patchlevel.h
37748 ____________________________________________________________________________
37749 [ 7776] By: jhi on 2000/11/20 15:27:56
37750 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
37751 This may be overly harsh but until proven otherwise, we think this
37752 way, or until we have a simple test for Configure (having to start
37753 up servers is does not count as simple) to check for the problems.
37756 ____________________________________________________________________________
37757 [ 7775] By: jhi on 2000/11/20 15:22:17
37758 Log: Solaris hints tweaks.
37760 ! hints/solaris_2.sh
37761 ____________________________________________________________________________
37762 [ 7774] By: jhi on 2000/11/20 15:01:20
37763 Log: Add a workaround to SOCKS 64-bit problems.
37765 ! doio.c embed.h embed.pl perlsdio.h proto.h
37766 ____________________________________________________________________________
37767 [ 7773] By: jhi on 2000/11/20 14:51:47
37768 Log: sysseek() instead of seek().
37771 ____________________________________________________________________________
37772 [ 7772] By: gsar on 2000/11/20 13:06:23
37773 Log: integrate changes#6315..6319,6321..6331,6333..6338
37775 Integrate with Sarathy, preliminary fix for unicos
37776 alignment problems in [ID 20000612.002] Perl problem on Cray system.
37778 some debugger output does not go to the socket when RemotePort is set
37780 winsock cleanup never done on Windows (leads to handle leaks)
37782 fix UNC path handling on Windows under ithreads, and chdir()
37783 return value when given a non-existent directory
37785 Autogenerate pod/Makefile and pod/buildtoc.
37786 buildtoc also checks whether the existin pods are
37787 mentioned in MANIFEST and perl.pod, and vice versa.
37788 (None of the thusly found discrepancies fixed yet.)
37789 roffitall also needs to be autogenerated similarly but it
37790 seems so badly out of date that I didn't touch it yet.
37792 Config is being used.
37794 Add =head1 NAMEs so that buildtoc is happy.
37795 (The CGI::Util nit reported to Lincoln.)
37797 Fix complaints of buildtoc.
37799 Fix the alignment problem in Crays ([ID 20000612.002]).
37801 Remove perlbook, update perlfaq book listing,
37802 rearrange perl.pod, regenerate perltoc.
37804 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
37805 was cast to an unsigned (32-bit) integer with wild abandon.
37807 winsock options weren't being set in all threads under ithreads
37808 (caused send()s from second and subsequent threads to fail)
37810 accept() leaks memory on windows due to incorrect ordering of
37811 closesocket() and fclose() calls
37813 Reorder perl.pod once more.
37815 More POSIX.pod tweaks.
37817 Sprinkle ldlibpath.
37819 Precedence goof, fix based on
37820 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
37821 From: Hugo <hv@crypt.compulink.co.uk>
37822 Date: Tue, 11 Jul 2000 12:52:38 +0100
37823 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
37825 Subject: PATCH perlguts.pod: Document D and d magic types
37826 From: mjd@plover.com
37827 Date: 5 Jul 2000 18:01:51 -0000
37828 Message-ID: <20000705180151.29413.qmail@plover.com>
37830 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
37831 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
37832 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
37833 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
37835 Subject: [PATCH cfgperl] $& segfaults if you trick it
37836 From: simon@brecon.co.uk (Simon Cozens)
37837 Date: 7 Jul 2000 11:26:09 GMT
37838 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
37840 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37841 From: Hugo <hv@crypt.compulink.co.uk>
37842 Date: Tue, 11 Jul 2000 12:44:50 +0100
37843 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
37845 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
37846 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37847 Date: Tue, 11 Jul 2000 13:50:51 +0100
37848 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
37849 Branch: maint-5.6/perl
37850 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
37852 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
37853 !> (integrate 26 files)
37854 ____________________________________________________________________________
37855 [ 7771] By: gsar on 2000/11/20 12:31:42
37856 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
37859 Subject: [PATCH bleedperl] File::Spec 0.82 beta
37860 From: Barrie Slaymaker <barries@jester.slaysys.com>
37861 Date: Wed, 28 Jun 2000 11:35:29 -0400
37862 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
37864 tweak perlembed for multiplicity/usethreads sanity; correct notes
37867 localize %INC in a Safe compartment so that use/require work
37868 (many other magic globals probably need similar treatment)
37870 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
37871 when @_ is modified, causing coredumps
37873 slurp mode fix in change#4736 still not quite right
37875 Point to perlipc for more SysV IPC examples.
37877 Elaborate POSIX.pod. Still needs work.
37879 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
37881 fix large memory leak that has been around for ever, masked by
37882 -DPURIFY (most of the arenas were never freed!)
37884 fix memory leak on Windows (PL_sys_intern contents were never
37887 PERL_OBJECT build tweak
37891 remove rel2abs prototypes (from Barrie Slaymaker)
37893 missing perldiag entry for unpack("w",...) diagnostic (from
37896 better diagnostic on Frob->stuff() when Frob:: doesn't exist
37897 (from Richard Soderberg <rs@oregonnet.com>)
37899 Win32 patches for cfgperl from Sarathy.
37901 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
37903 More POSIX.pod embellishment.
37905 tyop in change#6306
37906 Branch: maint-5.6/perl
37907 !> (integrate 44 files)
37908 ____________________________________________________________________________
37909 [ 7770] By: gsar on 2000/11/20 11:51:00
37910 Log: integrate changes#6268..6282 from cfgperl branch
37912 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
37913 From: Dominic Dunlop <domo@computer.org>
37914 Date: Thu, 29 Jun 2000 12:32:39 +0200
37915 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
37917 Regen headers for #6261 (and update embed.pl for this) and #6267,
37918 silence few compiler warnings.
37920 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
37921 From: Nicholas Clark <nick@talking.bollo.cx>
37922 Date: Fri, 23 Jun 2000 16:21:15 +0100
37923 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
37925 Subject: PATCH pod/perltie.pod
37926 From: Ian Phillipps <Ian.Phillipps@iname.com>
37927 Date: Fri, 16 Jun 2000 00:17:19 +0100
37928 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
37929 (only the first hunk, the second hunk had already been done
37930 by some other patch)
37932 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
37933 From: Tom Phoenix <rootbeer@redcat.com>
37934 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
37935 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
37937 Subject: [PATCH] xsub attributes
37938 From: Doug MacEachern <dougm@covalent.net>
37939 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
37940 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
37942 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
37943 From: Andy Dougherty <doughera@lafayette.edu>
37944 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
37945 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
37947 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
37948 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37949 Date: Tue, 13 Jun 2000 02:43:48 -0500
37950 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
37952 Subject: [PATCH] Re: eval documentation: context
37953 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37954 Date: Mon, 12 Jun 2000 15:07:29 +0100
37955 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
37957 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
37958 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37959 Date: Mon, 12 Jun 2000 14:55:59 +0100
37960 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
37962 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
37963 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
37964 Date: Fri, 09 Jun 2000 12:39:27 -0400
37965 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
37966 (plus update the version "number" of Text::Wrap)
37968 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
37969 From: Tim Ayers <tayers@bridge.com>
37970 Date: Thu, 08 Jun 2000 08:11:06 +0200
37971 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
37972 [resent by Richard Foley, Message-Id probably wrong]
37974 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
37975 From: rspier@pobox.com (Robert Spier)
37976 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
37977 Message-ID: <14654.31913.845602.610277@rls.cx>
37979 Subject: [PATCH 5.6.0] utils/h2xs.PL
37980 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37981 Date: Wed, 7 Jun 2000 04:02:04 -0500
37982 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
37984 Subject: [PATCH 5.6.0]ITHREADs for VMS
37985 From: Dan Sugalski <dan@sidhe.org>
37986 Date: Tue, 06 Jun 2000 11:59:50 -0400
37987 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
37988 Branch: maint-5.6/perl
37989 !> (integrate 31 files)
37990 ____________________________________________________________________________
37991 [ 7769] By: gsar on 2000/11/20 11:29:06
37992 Log: integrate changes#6261..6266 from cfgperl
37994 Subject: Re: [PATCH cfgperl] BOMs away!
37995 From: simon@brecon.co.uk (Simon Cozens)
37996 Date: 17 Jun 2000 11:49:57 GMT
37997 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
37999 Subject: 5.6.0 Patch for EPOC
38000 From: Olaf Flebbe <o.flebbe@gmx.de>
38001 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
38002 Message-ID: <23449.960929969@www11.gmx.net>
38004 tr fixes from Simon Cozens
38006 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
38007 From: Marty Lucich <marty@netcom.com>
38008 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
38009 Message-Id: <200006282116.OAA11148@netcom.com>
38010 ccdlflags update (the BSD/OS 4.1 part had already been taken
38013 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
38014 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38015 Date: Wed, 28 Jun 2000 17:50:12 -0700
38016 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
38018 Subject: [PATCH 5.6.0] cygwin port
38019 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
38020 From: "Fifer, Eric" <EFifer@sanwaint.com>
38021 Date: Thu, 29 Jun 2000 12:58:29 +0100
38022 Branch: maint-5.6/perl
38023 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
38024 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
38025 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38026 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
38027 ____________________________________________________________________________
38028 [ 7768] By: gsar on 2000/11/20 11:13:44
38029 Log: integrate changes#6252..6256,6259..6260
38031 Paranoia tweak on #6249.
38032 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38033 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38034 Date: Sun, 25 Jun 2000 23:43:12 -0400
38035 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
38037 Subject: tr///, help wanted.
38038 From: simon@brecon.co.uk (Simon Cozens)
38039 Date: 28 Jun 2000 11:29:04 GMT
38040 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
38042 small thinko tweaks
38044 tweaks from Simon Conzes to further fix tr/// under utf8
38046 perlnewmod was missing from MANIFEST.
38048 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
38049 From: simon@brecon.co.uk (Simon Cozens)
38050 Date: 17 Jun 2000 11:56:44 GMT
38051 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
38053 Branch: maint-5.6/perl
38054 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
38055 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
38056 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
38057 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
38058 ____________________________________________________________________________
38059 [ 7767] By: gsar on 2000/11/20 10:51:38
38060 Log: integrate change#6250 from cfgperl
38062 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
38063 From: Doug MacEachern <dougm@covalent.net>
38064 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
38065 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
38066 Branch: maint-5.6/perl
38068 !> MANIFEST embed.pl global.sym proto.h toke.c
38069 ____________________________________________________________________________
38070 [ 7766] By: gsar on 2000/11/20 10:48:34
38071 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
38073 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
38074 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38075 Date: Mon, 26 Jun 2000 18:40:14 +0100
38076 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
38078 Subject: [PATCH] bytes<->utf8 fixes
38079 From: simon@brecon.co.uk (Simon Cozens)
38080 Date: 26 Jun 2000 04:55:45 GMT
38081 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
38083 Subject: [PATCH] is_utf8_string
38084 From: simon@brecon.co.uk (Simon Cozens)
38085 Date: 26 Jun 2000 02:25:59 GMT
38086 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
38088 Subject: [PATCH] avoid mg_ptr in '*' magic
38089 From: Doug MacEachern <dougm@covalent.net>
38090 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
38091 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
38093 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
38094 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38095 Date: Sat, 24 Jun 2000 13:06:20 +0100
38096 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
38098 Allow for standalone testing.
38100 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
38101 From: Mark-Jason Dominus <mjd@plover.com>
38102 Date: Tue, 27 Jun 2000 22:36:42 -0400
38103 Message-ID: <20000628023642.12166.qmail@plover.com>
38105 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38106 From: Frank Tobin <ftobin@uiuc.edu>
38107 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
38108 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
38109 Branch: maint-5.6/perl
38110 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
38111 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
38112 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
38113 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
38114 !> utf8.c utils/h2xs.PL
38115 ____________________________________________________________________________
38116 [ 7765] By: gsar on 2000/11/20 10:29:13
38117 Log: integrate change#6239 from cfgperl
38119 Configure maintenance. Sever some dependency cycles,
38120 separate gccversion from the cc unit,
38121 address [ID 20000623.006] Configure script patch for using gcc on AIX
38122 (but solve it a little bit differently),
38123 unduplex some accidentally duplicated units,
38124 suggest using gcc if no cc available
38125 (p5p thread: "Solaris configure: counterproposal", 1999-09)
38126 Branch: maint-5.6/perl
38127 !> Configure Todo-5.6 config_h.SH
38128 ____________________________________________________________________________
38129 [ 7764] By: gsar on 2000/11/20 10:25:55
38130 Log: integrate changes#6233..6238 from cfgperl
38132 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
38133 From: Mark-Jason Dominus <mjd@plover.com>
38134 Date: Fri, 16 Jun 2000 20:53:04 -0400
38135 Message-ID: <20000617005304.8008.qmail@plover.com>
38137 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
38138 because when run as services (Win32ese for daemons)
38139 no environment variables are set and tmpdir ends up as /tmp,
38140 which is ambiguous.
38141 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
38142 From: matt@sergeant.org
38143 Date: 16 Jun 2000 16:30:43 -0000
38144 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
38146 The thread begun by
38147 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
38148 From: Kevin.Ruscoe@ubsw.com
38149 Date: Fri, 16 Jun 2000 16:38:51 +0100
38150 Message-Id: <H000019b03c300d6@MHS>
38152 Tweak embed.pl, regen headers.
38154 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
38155 From: Dan Sugalski <dan@sidhe.org>
38156 Date: Fri, 23 Jun 2000 17:00:00 -0400
38157 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
38158 Branch: maint-5.6/perl
38159 !> (integrate 27 files)
38160 ____________________________________________________________________________
38161 [ 7763] By: gsar on 2000/11/20 10:08:08
38162 Log: s/perl56delta/perldelta/g
38163 Branch: maint-5.6/perl
38165 ____________________________________________________________________________
38166 [ 7762] By: gsar on 2000/11/20 10:04:00
38167 Log: integrate changes#6225,6229,6231,6232 from cfgperl
38169 Add source code filenames to apidoc.
38170 From: simon@brecon.co.uk (Simon Cozens)
38171 Subject: [PATCH embed.pl] Source X-ref
38172 Date: 22 Jun 2000 02:18:49 GMT
38173 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
38175 Subject: README.hpux version 0.6.1
38176 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
38177 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
38178 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
38180 Subject: [PATCH 5.6.0] cygwin port
38181 From: "Fifer, Eric" <EFifer@sanwaint.com>
38182 Date: Tue, 20 Jun 2000 14:30:58 +0100
38183 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
38185 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
38186 From: simon@brecon.co.uk (Simon Cozens)
38187 Date: 19 Jun 2000 15:18:27 GMT
38188 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
38190 plus update pod/Makefile and regenerate perltoc
38191 Branch: maint-5.6/perl
38192 +> pod/perlutil.pod
38193 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
38194 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
38195 ____________________________________________________________________________
38196 [ 7761] By: jhi on 2000/11/20 04:09:55
38197 Log: Miraculous typo.
38200 ____________________________________________________________________________
38201 [ 7760] By: jhi on 2000/11/20 04:06:08
38202 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
38203 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38204 Date: Sun, 19 Nov 2000 22:30:26 -0500
38205 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
38207 ! regexec.c scope.h t/op/pat.t
38208 ____________________________________________________________________________
38209 [ 7759] By: jhi on 2000/11/20 02:05:22
38210 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
38213 ____________________________________________________________________________
38214 [ 7758] By: jhi on 2000/11/20 01:58:11
38215 Log: Subject: [perl 7711: EPOC] updates
38216 From: Olaf Flebbe <o.flebbe@gmx.de>
38217 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
38218 Message-ID: <25575.974658810@www23.gmx.net>
38220 + lib/File/Spec/Epoc.pm
38221 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
38222 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
38223 ! lib/File/Spec.pm perl.c sv.c
38224 ____________________________________________________________________________
38225 [ 7757] By: jhi on 2000/11/20 01:53:11
38226 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
38229 ____________________________________________________________________________
38230 [ 7756] By: jhi on 2000/11/20 01:47:22
38231 Log: Integrate perlio.
38233 - ext/re/hints/MSWin32.pl
38234 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
38235 !> win32/config.gc win32/config_H.gc win32/win32sck.c
38236 ____________________________________________________________________________
38237 [ 7755] By: nick on 2000/11/19 20:57:17
38238 Log: Add dummy crlf layer (just as buffer)
38239 Correct 1st bug - one layer of indirection.
38241 ! perlio.c perlio.h perliol.h
38242 ____________________________________________________________________________
38243 [ 7754] By: nick on 2000/11/19 20:56:12
38244 Log: Work-round to Perl_deb_nocontext is no longer required
38246 - ext/re/hints/MSWin32.pl
38247 ____________________________________________________________________________
38248 [ 7753] By: nick on 2000/11/19 20:01:16
38249 Log: diff -se shows these as different
38251 ! global.sym pod/perlapi.pod
38252 ____________________________________________________________________________
38253 [ 7752] By: nick on 2000/11/19 18:57:30
38254 Log: Configure GCC/Win32 build -Duseperlio
38255 Fix a couple of gross issues
38256 - double-include of ../deb.o in re.dll
38257 - win32sck.c needs PerlIO and FILE
38259 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
38261 ____________________________________________________________________________
38262 [ 7751] By: nick on 2000/11/19 17:05:36
38263 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
38266 ____________________________________________________________________________
38267 [ 7750] By: nick on 2000/11/19 16:57:14
38271 ____________________________________________________________________________
38272 [ 7749] By: jhi on 2000/11/19 16:28:40
38273 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
38274 From: "Peter J. Farley III" <pjfarley@banet.net>
38275 Date: Sun, 19 Nov 2000 01:42:58 -0500
38276 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
38278 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
38279 ____________________________________________________________________________
38280 [ 7748] By: jhi on 2000/11/19 16:08:10
38281 Log: Subject: podlators 1.05 available
38282 From: Russ Allbery <rra@stanford.edu>
38283 Date: 18 Nov 2000 22:04:28 -0800
38284 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
38286 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
38287 ____________________________________________________________________________
38288 [ 7747] By: nick on 2000/11/19 11:19:39
38289 Log: Integrate mainline
38291 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
38293 ____________________________________________________________________________
38294 [ 7746] By: jhi on 2000/11/19 06:42:22
38295 Log: Make hex scanning warn on "\x{x}" and "\xx".
38296 "\x" and and hex("x") are still valid.
38299 ____________________________________________________________________________
38300 [ 7745] By: nick on 2000/11/18 22:52:28
38301 Log: Integrate mainline
38303 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
38304 !> perl.h perlio.c proto.h regcomp.c regcomp.h
38305 ____________________________________________________________________________
38306 [ 7744] By: jhi on 2000/11/18 22:50:28
38307 Log: Introduce Perl_utf8_length(). Use it.
38309 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
38310 ____________________________________________________________________________
38311 [ 7743] By: jhi on 2000/11/18 22:38:51
38312 Log: Compiler denit.
38315 ____________________________________________________________________________
38316 [ 7742] By: jhi on 2000/11/18 20:33:05
38317 Log: Integrate perlio.
38319 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
38320 !> perlio.h pp_ctl.c pp_sys.c sv.c
38321 ____________________________________________________________________________
38322 [ 7741] By: jhi on 2000/11/18 20:31:27
38323 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
38324 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38325 Date: Fri, 17 Nov 2000 20:35:11 -0500
38326 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
38328 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
38329 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38330 Date: Fri, 17 Nov 2000 21:03:47 -0500
38331 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
38333 Plus a little bit of tweaking in pregcomp().
38335 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
38336 ____________________________________________________________________________
38337 [ 7740] By: nick on 2000/11/18 20:17:22
38338 Log: Lexical use open ... support:
38339 add ->cop_io to COP structure in cop.h.
38340 Make mg.c and gv.c associate it with ${^OPEN}.
38341 Make lib/open.pm set it.
38342 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
38343 manner similar to ->cop_warnings.
38344 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
38345 call new PerlIO_apply_layers().
38346 Declare latter in perlio.h and define in perlio.c
38348 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
38349 ! perlio.h pp_ctl.c pp_sys.c sv.c
38350 ____________________________________________________________________________
38351 [ 7739] By: jhi on 2000/11/18 19:54:00
38352 Log: Integrate perlio.
38354 !> doio.c perlio.c pp.c
38355 ____________________________________________________________________________
38356 [ 7738] By: jhi on 2000/11/18 17:16:13
38357 Log: Subject: [PATCH 5.7.0] etags broken again
38358 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38359 Date: Sat, 18 Nov 2000 02:41:36 -0500
38360 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
38363 ____________________________________________________________________________
38364 [ 7737] By: jhi on 2000/11/18 17:12:18
38365 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
38367 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38368 ____________________________________________________________________________
38369 [ 7736] By: nick on 2000/11/18 14:06:20
38370 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
38371 part to be isolated.
38374 ____________________________________________________________________________
38375 [ 7735] By: nick on 2000/11/18 11:03:32
38376 Log: Integrate mainline
38378 !> Changes README.amiga README.win32 patchlevel.h
38379 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
38380 ____________________________________________________________________________
38381 [ 7734] By: jhi on 2000/11/18 01:18:56
38382 Log: Update Changes.
38384 ! Changes patchlevel.h
38385 ____________________________________________________________________________
38386 [ 7733] By: jhi on 2000/11/18 00:32:54
38387 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
38388 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38389 Date: Fri, 17 Nov 2000 17:28:02 -0500
38390 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
38392 ! regcomp.c regexec.c t/op/re_tests
38393 ____________________________________________________________________________
38394 [ 7732] By: jhi on 2000/11/18 00:28:56
38395 Log: Sparc 64-bit pack() fix from Jens Hamisch.
38398 ____________________________________________________________________________
38399 [ 7731] By: jhi on 2000/11/18 00:18:39
38400 Log: Explain in more detail the {} syntax ambiguousity.
38402 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
38403 From: Nicholas Clark <nick@ccl4.org>
38404 Date: Fri, 17 Nov 2000 22:10:28 +0000
38405 Message-ID: <20001117221028.A88930@plum.flirble.org>
38408 ____________________________________________________________________________
38409 [ 7730] By: jhi on 2000/11/18 00:12:18
38410 Log: Subject: Fix for README.amiga (20000323.033)
38411 From: "Stephen P. Potter" <spp@spotter.yi.org>
38412 Date: Fri, 17 Nov 2000 12:25:51 -0500
38413 Message-Id: <200011171725.MAA05768@spotter.yi.org>
38416 ____________________________________________________________________________
38417 [ 7729] By: jhi on 2000/11/18 00:08:34
38418 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
38419 From: "A. C. Yardley" <yardley@tanet.net>
38420 Date: Mon, 3 Apr 2000 11:35:33 -0700
38421 Message-ID: <3483.000403@tanet.net>
38424 ____________________________________________________________________________
38425 [ 7728] By: nick on 2000/11/17 21:59:47
38426 Log: Integrate mainline
38428 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
38429 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
38430 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
38431 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
38432 ____________________________________________________________________________
38433 [ 7727] By: nick on 2000/11/17 21:56:31
38434 Log: Experiment on use of attributes.pm interface.
38435 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
38436 SVt_PVRV if not already something better (else vivify of say magic gets
38440 ____________________________________________________________________________
38441 [ 7726] By: jhi on 2000/11/17 14:15:49
38442 Log: Subject: Fix for 20000815.006
38443 From: "Stephen P. Potter" <spp@spotter.yi.org>
38444 Date: Fri, 17 Nov 2000 08:57:45 -0500
38445 Message-Id: <200011171357.IAA05122@spotter.yi.org>
38447 It's really 20000518.006.
38449 ! pod/perlmodlib.PL
38450 ____________________________________________________________________________
38451 [ 7725] By: jhi on 2000/11/17 14:12:31
38452 Log: Subject: Fix for 20000409.001
38453 From: "Stephen P. Potter" <spp@spotter.yi.org>
38454 Date: Fri, 17 Nov 2000 08:55:45 -0500
38455 Message-Id: <200011171355.IAA05104@spotter.yi.org>
38458 ____________________________________________________________________________
38459 [ 7724] By: jhi on 2000/11/17 14:08:58
38460 Log: Undo #7627 now that we have =head3.
38463 ____________________________________________________________________________
38464 [ 7723] By: jhi on 2000/11/17 14:04:09
38465 Log: As surmised the #7719 wasn't a good move.
38467 ! hints/solaris_2.sh
38468 ____________________________________________________________________________
38469 [ 7722] By: jhi on 2000/11/17 13:59:04
38470 Log: Also the 64bitall hints can be either here or there.
38472 ! hints/solaris_2.sh
38473 ____________________________________________________________________________
38474 [ 7721] By: jhi on 2000/11/17 02:26:23
38475 Log: Test tweak for the open pragma.
38478 ____________________________________________________________________________
38479 [ 7720] By: jhi on 2000/11/17 00:23:22
38480 Log: The long double hints can be here or there.
38482 ! hints/solaris_2.sh
38483 ____________________________________________________________________________
38484 [ 7719] By: jhi on 2000/11/17 00:14:06
38485 Log: For Solaris use64bitall the stdchar needs a little bit of help.
38487 ! hints/solaris_2.sh
38488 ____________________________________________________________________________
38489 [ 7718] By: jhi on 2000/11/16 23:27:34
38490 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
38491 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38492 Date: Wed, 15 Nov 2000 08:56:32 +0100
38493 Message-ID: <3A1241B0.64477E00@alcatel.at>
38495 ! lib/Carp/Heavy.pm
38496 ____________________________________________________________________________
38497 [ 7717] By: jhi on 2000/11/16 23:23:29
38498 Log: Subject: [PATCH] Re: 20001101.003 PDL
38499 From: Nicholas Clark <nick@ccl4.org>
38500 Date: Thu, 16 Nov 2000 16:48:25 +0000
38501 Message-ID: <20001116164825.B93487@plum.flirble.org>
38503 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
38504 ____________________________________________________________________________
38505 [ 7716] By: jhi on 2000/11/16 23:21:31
38506 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
38507 From: "Casey R. Tweten" <crt@kiski.net>
38508 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
38509 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
38511 ! lib/Pod/Checker.pm pod/perlpod.pod
38512 ____________________________________________________________________________
38513 [ 7715] By: jhi on 2000/11/16 23:19:40
38514 Log: Avoid an infinite loop in VMS when utils scripts are run
38515 with no arguments, from Charles Lane.
38518 ____________________________________________________________________________
38519 [ 7714] By: jhi on 2000/11/16 23:17:08
38520 Log: Subject: perllocale.pod changes
38521 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38522 Date: Mon, 13 Nov 2000 10:09:22 +0300
38523 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
38525 ! pod/perllocale.pod
38526 ____________________________________________________________________________
38527 [ 7713] By: jhi on 2000/11/16 23:14:06
38528 Log: Integrate perlio.
38530 !> doio.c perlio.c perlio.h util.c
38531 ____________________________________________________________________________
38532 [ 7712] By: nick on 2000/11/16 21:10:58
38533 Log: Integrate mainline
38535 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38536 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38537 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
38538 !> vos/config.ga.def vos/config.ga.h win32/config.bc
38539 !> win32/config.gc win32/config.vc
38540 ____________________________________________________________________________
38541 [ 7711] By: nick on 2000/11/16 19:56:41
38543 consistent way of getting 'rb', 'wb' etc. for binary opens
38544 move *perlio::layers to *open::layers
38545 a #define to show layers available
38546 DOSISH popen/PerlIO had export/import sense inverted.
38548 ! doio.c perlio.c perlio.h util.c
38549 ____________________________________________________________________________
38550 [ 7710] By: jhi on 2000/11/16 15:46:05
38551 Log: Add HAS_SBRK_PROTO.
38552 Branch: metaconfig/U/perl
38555 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38556 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38557 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38558 ! vos/config.ga.def vos/config.ga.h win32/config.bc
38559 ! win32/config.gc win32/config.vc
38560 ____________________________________________________________________________
38561 [ 7709] By: nick on 2000/11/16 07:31:49
38562 Log: Integrate mainline
38564 !> (integrate 35 files)
38565 ____________________________________________________________________________
38566 [ 7708] By: jhi on 2000/11/16 05:33:03
38567 Log: These files are text, not binary.
38569 ! ext/Encode/Encode/iso8859-10.enc
38570 ! ext/Encode/Encode/iso8859-13.enc
38571 ! ext/Encode/Encode/iso8859-14.enc
38572 ! ext/Encode/Encode/iso8859-15.enc
38573 ____________________________________________________________________________
38574 [ 7707] By: jhi on 2000/11/16 01:53:37
38575 Log: Update Changes.
38577 ! Changes patchlevel.h
38578 ____________________________________________________________________________
38579 [ 7706] By: jhi on 2000/11/16 01:35:59
38580 Log: More #undefing of stdio.
38582 ! fakesdio.h nostdio.h
38583 ____________________________________________________________________________
38584 [ 7705] By: jhi on 2000/11/16 01:34:18
38585 Log: Add fwalk() probe to the configuration files and regen perltoc.
38587 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38588 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
38589 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
38590 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38591 ! win32/config.bc win32/config.gc win32/config.vc
38592 ____________________________________________________________________________
38593 [ 7704] By: jhi on 2000/11/16 01:33:07
38594 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
38595 an optional third argument to Inlibc?)
38596 Branch: metaconfig/U/perl
38598 ____________________________________________________________________________
38599 [ 7703] By: jhi on 2000/11/16 01:09:22
38600 Log: The type of the hash_cb() size argument is tricky.
38602 ! ext/DB_File/DB_File.xs
38603 ____________________________________________________________________________
38604 [ 7702] By: jhi on 2000/11/15 23:01:16
38605 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
38608 ____________________________________________________________________________
38609 [ 7701] By: jhi on 2000/11/15 22:52:32
38613 ____________________________________________________________________________
38614 [ 7700] By: jhi on 2000/11/15 22:51:56
38615 Log: UINT64_C() work continues.
38617 ! handy.h perl.h utf8.h
38618 ____________________________________________________________________________
38619 [ 7699] By: jhi on 2000/11/15 14:13:04
38620 Log: SOCKS has its own USE_THREADS, based on
38622 Subject: [ID 20001114.002] et. al. bugfix followup
38623 From: Jens Hamisch <jens@Strawberry.COM>
38624 Date: Wed, 15 Nov 2000 14:23:11 +0100
38625 Message-ID: <20001115142311.A21164@Strawberry.COM>
38628 ____________________________________________________________________________
38629 [ 7698] By: jhi on 2000/11/15 03:50:56
38630 Log: Add few missing #undefs and sort them.
38633 ____________________________________________________________________________
38634 [ 7697] By: jhi on 2000/11/15 03:39:14
38635 Log: Linenumber fix.
38637 ! t/pragma/warn/utf8
38638 ____________________________________________________________________________
38639 [ 7696] By: jhi on 2000/11/15 02:55:26
38640 Log: EBCDIC tweaks.
38642 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
38643 From: Peter Prymmer <pvhp@forte.com>
38644 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
38645 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
38647 ! t/op/regmesg.t t/pragma/warn/utf8
38648 ____________________________________________________________________________
38649 [ 7695] By: jhi on 2000/11/15 02:53:58
38650 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
38651 From: Peter Prymmer <pvhp@forte.com>
38652 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
38653 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
38656 ____________________________________________________________________________
38657 [ 7694] By: jhi on 2000/11/15 02:50:55
38658 Log: Subject: [PATCH: perl@7674] updates to README.os390
38659 From: Prymmer/Kahn <pvhp@best.com>
38660 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
38661 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
38664 ____________________________________________________________________________
38665 [ 7693] By: jhi on 2000/11/15 02:48:37
38666 Log: Quit utf8_to_uv() instantly if curlen == 0.
38669 ____________________________________________________________________________
38670 [ 7692] By: jhi on 2000/11/15 02:24:29
38671 Log: Use u_int32_t for the size of hash_cb(), not size_t.
38673 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
38674 From: Jens Hamisch <jens@Strawberry.COM>
38675 Date: Tue, 14 Nov 2000 19:03:55 +0100
38676 Message-Id: <20001114190355.A20559@Strawberry.COM>
38678 ! ext/DB_File/DB_File.xs
38679 ____________________________________________________________________________
38680 [ 7691] By: jhi on 2000/11/15 02:20:12
38681 Log: Use UINT64_C().
38683 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
38684 From: Jens Hamisch <jens@Strawberry.COM>
38685 Date: Tue, 14 Nov 2000 19:16:23 +0100
38686 Message-Id: <20001114191623.G20559@Strawberry.COM>
38689 ____________________________________________________________________________
38690 [ 7690] By: jhi on 2000/11/15 02:17:06
38691 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
38692 (a macro to define signed and unsigned integer constants).
38695 ____________________________________________________________________________
38696 [ 7689] By: jhi on 2000/11/15 01:56:51
38697 Log: Regen Configure.
38700 ____________________________________________________________________________
38701 [ 7688] By: jhi on 2000/11/15 01:56:32
38702 Log: Make the unit know about SOCKS.
38704 ! U/protos/socksizetype.U
38705 ____________________________________________________________________________
38706 [ 7687] By: jhi on 2000/11/15 01:54:47
38707 Log: Remove unused dependencies.
38709 ! U/compline/d_getpagsz.U
38710 ____________________________________________________________________________
38711 [ 7686] By: nick on 2000/11/14 21:25:13
38712 Log: Integrate mainline.
38714 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
38715 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
38716 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
38717 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
38718 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
38719 !> win32/config.bc win32/config.gc win32/config.vc
38720 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
38721 ____________________________________________________________________________
38722 [ 7685] By: jhi on 2000/11/14 17:54:56
38723 Log: Integrate perlio.
38725 +> fakesdio.h perliol.h
38726 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
38727 !> perlsdio.h perlsfio.h pod/perlfunc.pod
38728 ____________________________________________________________________________
38729 [ 7684] By: nick on 2000/11/14 17:43:04
38730 Log: PerlIO #include and #ifdef re-work.
38732 + fakesdio.h perliol.h
38733 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
38734 ! perlsdio.h perlsfio.h
38735 ____________________________________________________________________________
38736 [ 7683] By: jhi on 2000/11/14 15:42:40
38737 Log: Hoist the duplicated socket/netdb include logic to perl.h;
38738 undef SETERRNO in case SOCKS has defined it. Based on:
38740 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
38741 From: Jens Hamisch <jens@Strawberry.COM>
38742 Date: Tue, 14 Nov 2000 11:34:40 +0100
38743 Message-Id: <20001114113440.A20005@Strawberry.COM>
38745 ! doio.c perl.h pp_sys.c
38746 ____________________________________________________________________________
38747 [ 7682] By: jhi on 2000/11/14 14:07:28
38748 Log: Subject: some additions for makefiles for win32 (for perl@7674)
38749 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38750 Date: Tue, 14 Nov 2000 09:31:13 +0300
38751 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
38753 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
38754 ! win32/makefile.mk
38755 ____________________________________________________________________________
38756 [ 7681] By: jhi on 2000/11/14 14:01:41
38757 Log: Subject: tiny typo in perl5db.pl
38758 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38759 Date: Tue, 14 Nov 2000 09:29:28 +0300
38760 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
38763 ____________________________________________________________________________
38764 [ 7680] By: jhi on 2000/11/14 04:13:50
38765 Log: Redo #7679 with LFs instead of CRLFs.
38767 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
38768 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
38769 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
38770 ____________________________________________________________________________
38771 [ 7679] By: jhi on 2000/11/14 01:21:09
38772 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
38773 From: Benjamin Stuhl <tiriath@yahoo.com>
38774 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
38775 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
38777 + win32/bin/mdelete.bat
38778 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
38779 ! makedef.pl perlio.c win32/Makefile win32/config.gc
38780 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
38781 ____________________________________________________________________________
38782 [ 7678] By: jhi on 2000/11/14 01:19:20
38783 Log: Fix the re extension building for Win32.
38785 Subject: [PATCH perl@7638] Get PerlIO building on Win32
38786 From: Benjamin Stuhl <tiriath@yahoo.com>
38787 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
38788 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
38790 + ext/re/hints/MSWin32.pl
38792 ____________________________________________________________________________
38793 [ 7677] By: jhi on 2000/11/14 01:13:54
38794 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
38795 From: sthoenna@efn.org
38796 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
38797 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
38799 ! doop.c pp.c toke.c utf8.c utf8.h
38800 ____________________________________________________________________________
38801 [ 7676] By: jhi on 2000/11/13 20:23:15
38802 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
38803 From: Nicholas Clark <nick@ccl4.org>
38804 Date: Mon, 13 Nov 2000 18:55:04 +0000
38805 Message-ID: <20001113185504.J29183@plum.flirble.org>
38807 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
38808 ____________________________________________________________________________
38809 [ 7675] By: nick on 2000/11/13 20:21:57
38810 Log: Integrate mainline ...
38812 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
38813 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
38814 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
38815 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
38816 ____________________________________________________________________________
38817 [ 7674] By: jhi on 2000/11/13 15:07:56
38818 Log: Update Changes.
38820 ! Changes patchlevel.h
38821 ____________________________________________________________________________
38822 [ 7673] By: jhi on 2000/11/13 14:42:42
38823 Log: Remove the new two tests of lib/io_xs for now, they seem to
38824 fail under perlio on some platforms.
38827 ____________________________________________________________________________
38828 [ 7672] By: jhi on 2000/11/13 13:57:53
38829 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
38832 ____________________________________________________________________________
38833 [ 7671] By: jhi on 2000/11/13 05:30:48
38834 Log: Placate nervous compilers that see longer than ints switch()ing.
38837 ____________________________________________________________________________
38838 [ 7670] By: jhi on 2000/11/13 05:14:21
38839 Log: fputs() does return EOF on error but here we don't care.
38842 ____________________________________________________________________________
38843 [ 7669] By: jhi on 2000/11/13 05:02:45
38844 Log: Declare reg_data like reg_substr_data.
38847 ____________________________________________________________________________
38848 [ 7668] By: jhi on 2000/11/13 04:54:34
38849 Log: Typos in #7667.
38852 ____________________________________________________________________________
38853 [ 7667] By: jhi on 2000/11/13 04:49:49
38854 Log: Cleanup messy #ifdef.
38857 ____________________________________________________________________________
38858 [ 7666] By: jhi on 2000/11/13 04:17:34
38859 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
38860 From: Nicholas Clark <nick@talking.bollo.cx>
38861 Date: Sun, 12 Nov 2000 21:14:11 +0000
38862 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
38864 Note: only one breakage of the two reported is fixed by this patch.
38867 ____________________________________________________________________________
38868 [ 7665] By: jhi on 2000/11/13 04:05:07
38869 Log: Tweak the definition of the bit complement on UTF-8 data:
38870 if none of the characters in the string are > 0xff,
38871 the result is a complemented byte string, not a (UTF-8)
38872 char string. Based on the summary in
38874 Subject: Re: [ID 20000918.005] ~ on wide chars
38875 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38876 Date: Fri, 10 Nov 2000 09:47:15 -0800
38877 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
38879 This should give us the maximum backward (pre-char string)
38880 compatibility and utf8 compatibility. The other alternative
38881 would be to limit the bit complement to be always byte only,
38882 taking the least significant byte of the chars.
38884 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
38885 ____________________________________________________________________________
38886 [ 7664] By: jhi on 2000/11/13 00:23:44
38887 Log: Couple of tests from #7660 salvaged.
38890 ! MANIFEST t/io/tell.t
38891 ____________________________________________________________________________
38892 [ 7663] By: jhi on 2000/11/13 00:02:48
38893 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
38894 From: Nicholas Clark <nick@talking.bollo.cx>
38895 Date: Sun, 12 Nov 2000 21:23:43 +0000
38896 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
38899 ____________________________________________________________________________
38900 [ 7662] By: jhi on 2000/11/13 00:01:39
38901 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
38902 From: Nicholas Clark <nick@talking.bollo.cx>
38903 Date: Sun, 12 Nov 2000 21:30:04 +0000
38904 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
38906 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
38907 ____________________________________________________________________________
38908 [ 7661] By: jhi on 2000/11/12 23:57:29
38909 Log: Document tell() on special streams.
38912 ____________________________________________________________________________
38913 [ 7660] By: jhi on 2000/11/12 23:54:22
38914 Log: (Subsumed by #7664)
38918 ____________________________________________________________________________
38919 [ 7659] By: jhi on 2000/11/12 22:55:25
38920 Log: Many subdocumented return values of the IO extension now documented.
38921 ungetc and write still left subdocumented.
38923 Subject: [PATCH] (was Re: IO::Handle::ungetc)
38924 From: Nicholas Clark <nick@talking.bollo.cx>
38925 Date: Sun, 12 Nov 2000 21:35:53 +0000
38926 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
38928 ! ext/IO/lib/IO/Handle.pm
38929 ____________________________________________________________________________
38930 [ 7658] By: jhi on 2000/11/12 21:37:06
38931 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
38932 From: Nicholas Clark <nick@talking.bollo.cx>
38933 Date: Sun, 12 Nov 2000 20:03:22 +0000
38934 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
38937 ____________________________________________________________________________
38938 [ 7657] By: jhi on 2000/11/12 20:34:55
38939 Log: Integrate perlio.
38942 ____________________________________________________________________________
38943 [ 7656] By: nick on 2000/11/12 19:25:06
38944 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
38947 ____________________________________________________________________________
38948 [ 7655] By: nick on 2000/11/12 19:09:41
38949 Log: Integrate mainline
38951 +> README.solaris ext/Encode/Encode/cp1006.enc
38952 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
38953 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
38954 +> ext/Encode/Encode/iso8859-13.enc
38955 +> ext/Encode/Encode/iso8859-14.enc
38956 +> ext/Encode/Encode/iso8859-15.enc
38957 !> (integrate 34 files)
38958 ____________________________________________________________________________
38959 [ 7654] By: jhi on 2000/11/12 19:00:22
38960 Log: Add a metaconfig unit for fsync.
38961 Branch: metaconfig/U/perl
38963 ____________________________________________________________________________
38964 [ 7653] By: jhi on 2000/11/12 19:00:01
38965 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
38967 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38968 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
38969 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38970 ! vos/config.ga.h win32/config.bc win32/config.gc
38972 ____________________________________________________________________________
38973 [ 7652] By: jhi on 2000/11/11 21:12:01
38974 Log: Copy the s// information of README.hpux also to the perlrun.
38976 ! README.hpux pod/perlrun.pod
38977 ____________________________________________________________________________
38978 [ 7651] By: jhi on 2000/11/11 21:03:13
38979 Log: More README.solaris updates from Andy Dougherty.
38982 ____________________________________________________________________________
38983 [ 7650] By: jhi on 2000/11/11 18:38:57
38984 Log: More descriptive error for unknown perlio layers.
38986 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
38987 From: Dominic Dunlop <domo@computer.org>
38988 Date: Sat, 11 Nov 2000 18:20:32 +0100
38989 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
38991 ! perlio.c pod/perldiag.pod
38992 ____________________________________________________________________________
38993 [ 7649] By: jhi on 2000/11/11 18:37:52
38994 Log: MachTen doesn't really do mmap() and munmap().
38996 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
38997 From: Dominic Dunlop <domo@computer.org>
38998 Date: Sat, 11 Nov 2000 18:20:32 +0100
38999 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
39002 ____________________________________________________________________________
39003 [ 7648] By: jhi on 2000/11/11 18:36:46
39004 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
39005 From: rspier@pobox.com (Robert Spier)
39006 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
39007 Message-ID: <14861.32839.491271.985797@rls.cx>
39009 ! Porting/Contract pod/perltoot.pod
39010 ____________________________________________________________________________
39011 [ 7647] By: jhi on 2000/11/11 18:35:30
39012 Log: Simplify the getpagesize() unit by dropping the
39013 pagesize probe since it's nowadays slightly more
39014 complicated because of sysconf(). (Note: if some
39015 platform really needs the -lPW for getpagesize,
39018 TODO: a new pagesize unit.
39020 ! U/compline/d_getpagsz.U
39021 ____________________________________________________________________________
39022 [ 7646] By: jhi on 2000/11/11 18:33:23
39023 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
39025 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39026 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
39027 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39028 ! vos/config.ga.h win32/config.bc win32/config.gc
39030 ____________________________________________________________________________
39031 [ 7645] By: jhi on 2000/11/11 16:45:15
39032 Log: Use sysconf() or getpagesize() to find out the pagesize.
39035 ____________________________________________________________________________
39036 [ 7644] By: jhi on 2000/11/11 15:46:08
39037 Log: Integrate perlio.
39040 ____________________________________________________________________________
39041 [ 7643] By: jhi on 2000/11/11 15:33:36
39042 Log: Subject: Re: [PATCH] README.solaris
39043 From: Lupe Christoph <lupe@lupe-christoph.de>
39044 Date: Sat, 11 Nov 2000 14:08:10 +0100
39045 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
39048 ____________________________________________________________________________
39049 [ 7642] By: jhi on 2000/11/11 15:22:12
39050 Log: Subject: [PATCH perl@7638] cygwin port
39051 From: "Eric Fifer" <egf7@columbia.edu>
39052 Date: Fri, 10 Nov 2000 19:30:30 -0000
39053 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
39055 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
39056 ____________________________________________________________________________
39057 [ 7641] By: nick on 2000/11/11 14:50:36
39058 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
39059 Also call "Buf" layer directly when unread'ing non-read chars.
39062 ____________________________________________________________________________
39063 [ 7640] By: jhi on 2000/11/11 02:05:02
39064 Log: Add more encoding tables.
39066 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
39067 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
39068 + ext/Encode/Encode/iso8859-10.enc
39069 + ext/Encode/Encode/iso8859-13.enc
39070 + ext/Encode/Encode/iso8859-14.enc
39071 + ext/Encode/Encode/iso8859-15.enc
39073 ____________________________________________________________________________
39074 [ 7639] By: jhi on 2000/11/10 18:49:25
39075 Log: Subject: [PATCH] README.solaris
39076 From: Andy Dougherty <doughera@lafayette.edu>
39077 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
39078 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
39081 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
39082 ! pod/perl.pod pod/perltoc.pod
39083 ____________________________________________________________________________
39084 [ 7638] By: jhi on 2000/11/10 15:04:15
39085 Log: Update Changes.
39087 ! Changes patchlevel.h
39088 ____________________________________________________________________________
39089 [ 7637] By: jhi on 2000/11/10 14:14:28
39090 Log: Explain better why certain regex tests are skipped.
39092 Subject: Re: tests skipped: unknown reason
39093 From: Lupe Christoph <lupe@lupe-christoph.de>
39094 Date: Fri, 10 Nov 2000 09:08:56 +0100
39095 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
39098 ____________________________________________________________________________
39099 [ 7636] By: nick on 2000/11/10 13:40:00
39100 Log: Integrate mainline.
39102 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
39103 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
39104 !> win32/bin/search.pl
39105 ____________________________________________________________________________
39106 [ 7635] By: nick on 2000/11/10 13:25:52
39107 Log: Re-instate stdio large file support via perlio.
39110 ____________________________________________________________________________
39111 [ 7634] By: jhi on 2000/11/10 04:49:55
39112 Log: Amdahl UTS hints updates.
39114 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
39115 From: hom00@utsglobal.com (Harold O Morris)
39116 Date: Thu, 9 Nov 2000 20:02 PST
39117 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
39120 ____________________________________________________________________________
39121 [ 7633] By: jhi on 2000/11/09 23:33:28
39122 Log: Subject: [PATCH] IO::Seekable pod
39123 From: Nicholas Clark <nick@talking.bollo.cx>
39124 Date: Thu, 9 Nov 2000 20:29:45 +0000
39125 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
39127 ! ext/IO/lib/IO/Handle.pm
39128 ____________________________________________________________________________
39129 [ 7632] By: jhi on 2000/11/09 21:55:41
39130 Log: Various doc oddball characters.
39132 Subject: [ID 20001106.004] Perl 5.6.0 bugs
39133 From: Michael Somos <somos@grail.cba.csuohio.edu>
39134 Date: Mon, 6 Nov 2000 17:44:20 -0500
39135 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
39137 ! emacs/cperl-mode.el lib/unicode/syllables.txt
39138 ! win32/bin/search.pl
39139 ____________________________________________________________________________
39140 [ 7631] By: jhi on 2000/11/09 21:12:29
39141 Log: Subject: Re: bash -c exit and linux hints
39142 From: "John P. Linderman" <jpl@research.att.com>
39143 Date: Thu, 02 Nov 2000 09:37:25 -0500
39144 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
39147 ____________________________________________________________________________
39148 [ 7630] By: nick on 2000/11/09 20:34:11
39149 Log: Integrate mainline.
39151 !> (integrate 91 files)
39152 ____________________________________________________________________________
39153 [ 7629] By: jhi on 2000/11/09 19:46:31
39154 Log: Missing dTHXs.
39156 Subject: RE: perl@7595 builds not on cygwin
39157 From: "Eric Fifer" <egf7@columbia.edu>
39158 Date: Thu, 9 Nov 2000 19:26:50 -0000
39159 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
39161 ! ext/Devel/Peek/Peek.xs
39162 ____________________________________________________________________________
39163 [ 7628] By: jhi on 2000/11/09 14:48:27
39164 Log: Disable only the tests 99 and 166 for UTF-8 locales.
39166 ! t/pragma/locale.t
39167 ____________________________________________________________________________
39168 [ 7627] By: jhi on 2000/11/09 14:40:27
39169 Log: There's no =head3.
39172 ____________________________________________________________________________
39173 [ 7626] By: jhi on 2000/11/09 13:54:26
39174 Log: The generated boot_* headers are wrong. Pickier compiler,
39175 such as KAI C++ will refuse to compile the resulting perlmain.
39177 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
39178 From: Harri Pasanen <harri.pasanen@trema.com>
39179 Date: Thu, 09 Nov 2000 14:23:28 +0100
39180 Message-Id: <3A0AA550.26D548A3@trema.com>
39183 ____________________________________________________________________________
39184 [ 7625] By: jhi on 2000/11/09 13:50:44
39185 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
39186 From: Prymmer/Kahn <pvhp@best.com>
39187 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
39188 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
39190 All except the "cow orker" change.
39192 ! Porting/pumpkin.pod
39193 ____________________________________________________________________________
39194 [ 7624] By: jhi on 2000/11/09 13:45:33
39197 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
39198 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39199 Date: Thu, 09 Nov 2000 11:05:52 +0100
39200 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
39202 ! pod/perldiag.pod t/pragma/warn/pp_sys
39203 ____________________________________________________________________________
39204 [ 7623] By: jhi on 2000/11/09 13:37:16
39205 Log: Typo in an ifndef.
39207 Subject: Re: [PATCH 5.7.0] better messages from malloc()
39208 From: Joe Smith <jms@inwap.com>
39209 Date: Thu, 09 Nov 2000 01:33:14 -0800
39210 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
39213 ____________________________________________________________________________
39214 [ 7622] By: jhi on 2000/11/09 13:31:18
39215 Log: Remove unused extra arguments.
39216 Branch: metaconfig/U/perl
39219 ! Configure config_h.SH
39220 ____________________________________________________________________________
39221 [ 7621] By: jhi on 2000/11/09 13:16:36
39222 Log: More VMS moves on environment handling, from Charles Lane.
39224 ! t/pragma/locale.t
39225 ____________________________________________________________________________
39226 [ 7620] By: jhi on 2000/11/09 04:42:38
39227 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
39228 From: David Dyck <dcd@tc.fluke.com>
39229 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
39230 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
39233 ____________________________________________________________________________
39234 [ 7619] By: jhi on 2000/11/09 04:36:21
39235 Log: Forgot from #7618.
39238 ____________________________________________________________________________
39239 [ 7618] By: jhi on 2000/11/09 04:28:44
39240 Log: Make deleting for %ENV work for (newer versions of) VMS,
39241 from Craig A. Berry.
39244 ____________________________________________________________________________
39245 [ 7617] By: jhi on 2000/11/09 04:25:05
39246 Log: Subject: [PATCH] Class::Struct at compile time
39247 From: "Casey R. Tweten" <crt@kiski.net>
39248 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
39249 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
39251 ! lib/Class/Struct.pm
39252 ____________________________________________________________________________
39253 [ 7616] By: jhi on 2000/11/09 04:15:17
39254 Log: Subject: [ID 20001108.013] spelling
39255 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
39256 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
39257 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
39260 ____________________________________________________________________________
39261 [ 7615] By: jhi on 2000/11/09 04:12:42
39262 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
39263 From: Peter Prymmer <pvhp@forte.com>
39264 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
39265 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
39268 ____________________________________________________________________________
39269 [ 7614] By: jhi on 2000/11/08 22:42:55
39270 Log: A missing aTHX_.
39272 ! ext/IPC/SysV/SysV.xs
39273 ____________________________________________________________________________
39274 [ 7613] By: jhi on 2000/11/08 19:30:21
39275 Log: Update Changes.
39277 ! Changes patchlevel.h
39278 ____________________________________________________________________________
39279 [ 7612] By: jhi on 2000/11/08 18:35:25
39280 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
39281 From: David Dyck <dcd@tc.fluke.com>
39282 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
39283 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
39286 ____________________________________________________________________________
39287 [ 7611] By: jhi on 2000/11/08 18:30:26
39288 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
39289 From: Dominic Dunlop <domo@computer.org>
39290 Date: Tue, 7 Nov 2000 12:05:25 +0100
39291 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
39294 ____________________________________________________________________________
39295 [ 7610] By: jhi on 2000/11/08 18:25:14
39296 Log: Do not test UTF-8 locales since that the tests would require
39297 polymorphic regexen.
39299 ! t/pragma/locale.t
39300 ____________________________________________________________________________
39301 [ 7609] By: jhi on 2000/11/08 17:12:51
39302 Log: Locale buglets.
39304 Subject: RE: Locales support (setlocale) fixes
39305 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39306 Date: Wed, 8 Nov 2000 20:01:39 +0300
39307 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
39309 ! t/pragma/locale.t util.c
39310 ____________________________________________________________________________
39311 [ 7608] By: jhi on 2000/11/08 17:00:16
39312 Log: Deleting $ENV{PATH} in VMS is not recommendable.
39314 ! t/pragma/locale.t
39315 ____________________________________________________________________________
39316 [ 7607] By: jhi on 2000/11/08 16:58:26
39317 Log: Subject: PATCH std stdio for (Free)BSD
39318 From: Nicholas Clark <nick@ccl4.org>
39319 Date: Wed, 8 Nov 2000 15:36:29 +0000
39320 Message-ID: <20001108153629.D98736@plum.flirble.org>
39322 ! U/compline/d_stdstdio.U
39324 ! Configure config_h.SH
39325 ____________________________________________________________________________
39326 [ 7606] By: jhi on 2000/11/08 16:43:31
39327 Log: Forgot to bump the line numbers in #7601.
39329 ! t/pragma/warn/pp_sys
39330 ____________________________________________________________________________
39331 [ 7605] By: jhi on 2000/11/08 16:39:12
39332 Log: More careful detection of how well NVs and UVs mix.
39334 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))
39335 From: Nicholas Clark <nick@ccl4.org>
39336 Date: Wed, 8 Nov 2000 15:14:12 +0000
39337 Message-ID: <20001108151412.B98736@plum.flirble.org>
39339 Added some SIGFPE paranoia.
39340 Branch: metaconfig/U/perl
39343 ! Configure config_h.SH
39344 ____________________________________________________________________________
39345 [ 7604] By: jhi on 2000/11/08 14:39:10
39346 Log: Subject: [patch perl@7595] VMS configure.com tweak
39347 From: "Craig A. Berry" <craigberry@mac.com>
39348 Date: Wed, 8 Nov 2000 00:24:12 -0600
39349 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
39352 ____________________________________________________________________________
39353 [ 7603] By: jhi on 2000/11/08 14:27:11
39354 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
39355 From: Robin Barker <rmb1@cise.npl.co.uk>
39356 Date: Wed, 8 Nov 2000 11:11:39 GMT
39357 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
39360 ____________________________________________________________________________
39361 [ 7602] By: jhi on 2000/11/08 14:25:03
39362 Log: Fix for the tie-refhash string table leaks.
39364 From: Nick Ing-Simmons <nik@tiuk.ti.com>
39365 Date: Wed, 8 Nov 2000 13:03:04 GMT
39366 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
39368 ! t/lib/tie-refhash.t
39369 ____________________________________________________________________________
39370 [ 7601] By: jhi on 2000/11/08 14:21:08
39371 Log: Try to avoid flockless and emulationless places.
39373 ! t/pragma/warn/pp_sys
39374 ____________________________________________________________________________
39375 [ 7600] By: jhi on 2000/11/08 02:28:54
39376 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
39378 Subject: [PATCH] prototyped functions that should be overrideable
39379 From: "Casey R. Tweten" <crt@kiski.net>
39380 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
39381 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
39384 ____________________________________________________________________________
39385 [ 7599] By: jhi on 2000/11/08 01:12:05
39386 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
39388 Subject: [PATCH] perlbug.PL
39389 From: "Kurt D. Starsinic" <kstar@chapin.edu>
39390 Date: Mon, 6 Nov 2000 21:39:01 -0500
39391 Message-ID: <20001106213901.B20955@O2.chapin.edu>
39394 ____________________________________________________________________________
39395 [ 7598] By: jhi on 2000/11/07 23:42:00
39396 Log: Bad thinko in #7581 (I used the test program with the expanded
39399 ! U/compline/d_stdstdio.U
39402 ____________________________________________________________________________
39403 [ 7597] By: jhi on 2000/11/07 21:43:29
39404 Log: Subject: [PATCH perl@7573] cygwin port
39405 From: "Fifer, Eric" <EFifer@sanwaint.com>
39406 Date: Tue, 7 Nov 2000 18:08:51 -0000
39407 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
39409 Synchronize with Cygwin 1.1.5.
39411 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
39412 ! pod/perlport.pod unixish.h util.c
39413 ____________________________________________________________________________
39414 [ 7596] By: jhi on 2000/11/07 21:39:25
39415 Log: perlhack updates from H.Merijn Brand.
39418 ____________________________________________________________________________
39419 [ 7595] By: jhi on 2000/11/07 20:21:41
39420 Log: Update Changes.
39422 ! Changes patchlevel.h
39423 ____________________________________________________________________________
39424 [ 7594] By: jhi on 2000/11/07 19:18:58
39425 Log: Be more robust in Dynaloader.pm.
39427 ! ext/DynaLoader/DynaLoader_pm.PL
39428 ____________________________________________________________________________
39429 [ 7593] By: jhi on 2000/11/07 16:49:31
39430 Log: AUTHORS update.
39433 ____________________________________________________________________________
39434 [ 7592] By: gsar on 2000/11/07 16:39:51
39435 Log: normalize relative paths in virtualized current directory on windows,
39436 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
39440 ____________________________________________________________________________
39441 [ 7591] By: jhi on 2000/11/07 16:04:26
39442 Log: Too profiler-happy: with optimization the #7590 actually makes
39443 the test to run 0.5% _slower_. Requires much more instrumentation.
39446 ! regcomp.c regcomp.h
39447 ____________________________________________________________________________
39448 [ 7590] By: jhi on 2000/11/07 15:51:13
39449 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
39450 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
39451 by using memset() and testing bytewise (as opposed to bitwise).
39453 ! regcomp.c regcomp.h
39454 ____________________________________________________________________________
39455 [ 7589] By: jhi on 2000/11/07 12:56:39
39456 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
39457 From: "Craig A. Berry" <craig.berry@psinetcs.com>
39458 Date: Mon, 06 Nov 2000 23:45:30 -0500
39459 Message-Id: <0011079735.AA973576259@univpress.com>
39461 ! configure.com t/lib/st-lock.t
39462 ____________________________________________________________________________
39463 [ 7588] By: jhi on 2000/11/07 01:03:28
39467 ____________________________________________________________________________
39468 [ 7587] By: jhi on 2000/11/07 01:00:27
39469 Log: A doc addition for bug id 20001105.019, beware \p.
39472 ____________________________________________________________________________
39473 [ 7586] By: jhi on 2000/11/07 00:32:22
39474 Log: Fake support of holey files in win/dosish platforms.
39476 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
39477 From: kipp@shonanblue.ne.jp
39478 Date: Mon, 6 Nov 2000 13:30:55 -0800
39479 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
39481 ! ext/SDBM_File/sdbm/sdbm.c
39482 ____________________________________________________________________________
39483 [ 7585] By: jhi on 2000/11/07 00:12:54
39484 Log: Subject: Pod updates
39485 From: "Stephen P. Potter" <spp@spotter.yi.org>
39486 Date: Mon, 06 Nov 2000 18:56:43 -0500
39487 Message-Id: <200011062357.SAA18173@spotter.yi.org>
39489 ! README.dos README.os2 README.win32 pod/buildtoc.PL
39490 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
39491 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
39492 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
39493 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
39494 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
39495 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
39496 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
39497 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
39498 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
39499 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
39500 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
39501 ! pod/perltootc.pod pod/perlunicode.pod
39502 ____________________________________________________________________________
39503 [ 7584] By: jhi on 2000/11/07 00:04:17
39504 Log: Varargs don't always work too well if one puts an unsigned
39505 char on the stack and pop an unsigned quad off the stack.
39507 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
39508 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39509 Date: Mon, 06 Nov 2000 15:19:05 -0800
39510 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
39513 ____________________________________________________________________________
39514 [ 7583] By: jhi on 2000/11/06 23:58:48
39515 Log: %ENV note tweaks from Dan Sugalski.
39517 ! pod/perlport.pod vms/perlvms.pod
39518 ____________________________________________________________________________
39519 [ 7582] By: jhi on 2000/11/06 23:05:49
39520 Log: glibc5 detection by __GNU_LIBRARY__.
39523 ____________________________________________________________________________
39524 [ 7581] By: jhi on 2000/11/06 22:51:29
39525 Log: Make the stdio test program of 7427 less noisy while being
39526 compiled so that Digital UNIX wouldn't get both
39527 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
39528 undefined. This makes perlio happy.
39530 ! U/compline/d_stdstdio.U
39532 ! Configure config_h.SH
39533 ____________________________________________________________________________
39534 [ 7580] By: jhi on 2000/11/06 22:41:41
39535 Log: Document %ENV = () portability issues.
39537 ! pod/perlport.pod vms/perlvms.pod
39538 ____________________________________________________________________________
39539 [ 7579] By: jhi on 2000/11/06 21:29:24
39540 Log: VOS updates from Paul Green.
39542 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39543 ____________________________________________________________________________
39544 [ 7578] By: jhi on 2000/11/06 21:00:40
39545 Log: Sanitize the environment further.
39547 ! t/pragma/locale.t
39548 ____________________________________________________________________________
39549 [ 7577] By: jhi on 2000/11/06 20:53:51
39550 Log: Re-introduce 7552 lost in integration.
39553 ____________________________________________________________________________
39554 [ 7576] By: jhi on 2000/11/06 20:33:46
39555 Log: Admit that the test leaks scalars.
39558 ____________________________________________________________________________
39559 [ 7575] By: jhi on 2000/11/06 20:17:08
39560 Log: Integrate perlio.
39563 ____________________________________________________________________________
39564 [ 7574] By: nick on 2000/11/06 20:07:28
39565 Log: Remove debug. Try (Mmap_t) on madvise() call.
39568 ____________________________________________________________________________
39569 [ 7573] By: jhi on 2000/11/06 13:56:05
39570 Log: Update Changes.
39572 ! Changes patchlevel.h
39573 ____________________________________________________________________________
39574 [ 7572] By: jhi on 2000/11/06 13:48:41
39575 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
39576 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39577 Date: Mon, 06 Nov 2000 10:11:42 +0100
39578 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
39581 ____________________________________________________________________________
39582 [ 7571] By: jhi on 2000/11/06 01:45:51
39583 Log: AUTHORS updates.
39586 ____________________________________________________________________________
39587 [ 7570] By: jhi on 2000/11/06 00:18:00
39590 Subject: [ID 20000728.005] perl -P broken
39591 From: David Dyck <dcd@tc.fluke.com>
39592 Date: Fri, 28 Jul 2000 17:19:16 -0700
39593 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
39595 (hopefully). The fix is also not complete, it seems to break
39596 BOM swallowing for libc5 systems, but until someone figures
39597 out a way to do this without ftell(), this will do.
39600 ____________________________________________________________________________
39601 [ 7569] By: jhi on 2000/11/06 00:05:30
39602 Log: Document that the evaled syntax errors cause scalar leaks.
39605 ____________________________________________________________________________
39606 [ 7568] By: jhi on 2000/11/05 23:14:47
39607 Log: opmini.o can linger from Configures past.
39610 ____________________________________________________________________________
39611 [ 7567] By: jhi on 2000/11/05 21:28:39
39612 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
39613 first argument correctly.
39616 ____________________________________________________________________________
39617 [ 7566] By: jhi on 2000/11/05 21:15:56
39618 Log: Integrate perlio.
39621 ____________________________________________________________________________
39622 [ 7565] By: jhi on 2000/11/05 21:15:13
39623 Log: Use -dM for gcc (the suggested patch did it only for Linux,
39624 but I think it can be generalized).
39626 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
39627 From: Pixel <pixel@mandrakesoft.com>
39628 Date: 05 Nov 2000 21:49:34 +0100
39629 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
39631 ! ext/Errno/Errno_pm.PL
39632 ____________________________________________________________________________
39633 [ 7564] By: nick on 2000/11/05 21:09:18
39634 Log: Added a mmap layer as a "subclass" of perlio.
39635 PERLIO=mmap ./perl harness passes
39638 ____________________________________________________________________________
39639 [ 7563] By: jhi on 2000/11/05 19:48:55
39640 Log: Add a note for future generations about bug id 20000229.006.
39643 ____________________________________________________________________________
39644 [ 7562] By: jhi on 2000/11/05 19:38:24
39645 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
39647 ! pp_ctl.c t/op/pos.t
39648 ____________________________________________________________________________
39649 [ 7561] By: jhi on 2000/11/05 18:21:46
39650 Log: Add =pod to be tidy.
39652 ! lib/Math/Complex.pm
39653 ____________________________________________________________________________
39654 [ 7560] By: jhi on 2000/11/05 17:38:46
39655 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
39657 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39658 ! ext/Storable/Storable.xs t/lib/st-recurse.t
39659 ____________________________________________________________________________
39660 [ 7559] By: jhi on 2000/11/05 17:32:59
39661 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
39662 From: "Peter J. Farley III" <pjfarley@banet.net>
39663 Date: Sun, 05 Nov 2000 11:55:59 -0500
39664 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
39667 ____________________________________________________________________________
39668 [ 7558] By: jhi on 2000/11/05 17:29:19
39669 Log: Integrate perlio.
39672 ____________________________________________________________________________
39673 [ 7557] By: jhi on 2000/11/05 17:22:01
39674 Log: A fix of sorts for 20000329.026, a better error message
39675 for a missing "use charnames" when using the \N{...}.
39677 ! pod/perldiag.pod toke.c
39678 ____________________________________________________________________________
39679 [ 7556] By: jhi on 2000/11/05 16:33:50
39680 Log: Test tweak: show also the failed locales.
39682 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
39683 From: Lupe Christoph <lupe@lupe-christoph.de>
39684 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
39685 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
39687 ! t/pragma/locale.t
39688 ____________________________________________________________________________
39689 [ 7555] By: nick on 2000/11/05 11:09:34
39690 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
39691 open RDWR so does not fail. (pragma/warnings 303 again...)
39694 ____________________________________________________________________________
39695 [ 7554] By: nick on 2000/11/05 10:10:13
39696 Log: Fix case where ungetc(f,EOF) was allowed.
39697 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
39698 so we can see similarities.
39699 Use types more carefully and a STDCHAR array in hope that this will
39700 fix Jarrko's 64bit machine.
39703 ____________________________________________________________________________
39704 [ 7553] By: jhi on 2000/11/05 01:12:16
39707 Subject: [ID 20001004.007] taint propogation is inconsistent
39708 From: pimlott@idiomtech.com (Andrew Pimlott)
39709 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
39710 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
39712 The culprit was sv_setsv() which was rather blindly
39713 propagating taint, which lead to behaviour where if
39714 a tainted anon hash value was seen all the hash values
39715 from then on at that level became tainted, or at any
39716 upper levels in the case of nested anon hashes.
39718 ! sv.c t/op/taint.t
39719 ____________________________________________________________________________
39720 [ 7552] By: jhi on 2000/11/04 23:44:18
39721 Log: Some cpps don't like splitting conditionals across several lines.
39724 ____________________________________________________________________________
39725 [ 7551] By: nick on 2000/11/04 23:40:44
39726 Log: Integrate mainline
39728 !> pp_hot.c t/op/taint.t
39729 ____________________________________________________________________________
39730 [ 7550] By: nick on 2000/11/04 23:39:05
39731 Log: Integrate mainline again
39733 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
39734 !> t/lib/b.t t/op/misc.t util.c
39735 ____________________________________________________________________________
39736 [ 7549] By: jhi on 2000/11/04 23:14:01
39739 Subject: [ID 20001004.006] undef is never tainted
39740 From: pimlott@idiomtech.com (Andrew Pimlott)
39741 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
39742 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
39744 An undef read from a slurped file was not tainted.
39746 ! pp_hot.c t/op/taint.t
39747 ____________________________________________________________________________
39748 [ 7548] By: jhi on 2000/11/04 22:56:21
39749 Log: Test tweak ($Config{useperlio} is by default undef) .
39752 ____________________________________________________________________________
39753 [ 7547] By: jhi on 2000/11/04 22:43:56
39754 Log: Integrate perlio.
39757 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
39758 !> pod/perlapi.pod t/lib/b.t
39759 ____________________________________________________________________________
39760 [ 7546] By: jhi on 2000/11/04 22:40:59
39761 Log: Configure would use a bad $myuname from an old config.sh.
39763 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
39764 From: Andy Dougherty <doughera@lafayette.edu>
39765 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
39766 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
39768 ! U/modified/Oldconfig.U
39770 ! Configure config_h.SH
39771 ____________________________________________________________________________
39772 [ 7545] By: jhi on 2000/11/04 22:36:54
39773 Log: Subject: Locales support (setlocale) fixes
39774 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39775 Date: Sat, 4 Nov 2000 10:15:48 +0300
39776 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
39778 Modified quite a bit to be more portable.
39780 ! embed.h embed.pl perl.h proto.h util.c
39781 ____________________________________________________________________________
39782 [ 7544] By: jhi on 2000/11/04 22:32:47
39783 Log: Dying is too strict here, better just skip.
39786 ____________________________________________________________________________
39787 [ 7543] By: nick on 2000/11/04 21:55:13
39788 Log: Merge mainline
39790 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39791 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
39792 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
39793 !> (integrate 64 files)
39794 ____________________________________________________________________________
39795 [ 7542] By: jhi on 2000/11/04 21:09:28
39796 Log: More Changes tweakery.
39798 ! Changes Porting/genlog
39799 ____________________________________________________________________________
39800 [ 7541] By: jhi on 2000/11/04 20:58:18
39801 Log: Changes fixups.
39804 ____________________________________________________________________________
39805 [ 7540] By: jhi on 2000/11/04 20:42:38
39806 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
39807 create a "fast path" for locale name probing using "locale -a"
39808 if available, squash finally hopefully the s?printf resetting
39809 the numeric locale (since, IIUC perllocale, it never shouldn't).
39811 ! sv.c t/op/misc.t t/pragma/locale.t
39812 ____________________________________________________________________________
39813 [ 7539] By: nick on 2000/11/04 19:56:10
39814 Log: PerlIO infrastructure complete.
39817 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
39818 ____________________________________________________________________________
39819 [ 7538] By: nick on 2000/11/04 14:31:32
39820 Log: Type tweaks + less contorted allocation scheme
39823 ____________________________________________________________________________
39824 [ 7537] By: nick on 2000/11/04 12:40:42
39825 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
39826 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
39827 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
39828 sensible) which lead to some interesting fails.
39831 ____________________________________________________________________________
39832 [ 7536] By: jhi on 2000/11/04 00:20:02
39833 Log: Add FCNTL_CAN_LOCK.
39835 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
39836 From: Andy Dougherty <doughera@lafayette.edu>
39837 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
39838 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
39840 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
39841 From: Andy Dougherty <doughera@lafayette.edu>
39842 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
39843 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
39844 Branch: metaconfig/U/perl
39845 + d_fcntl_can_lock.U
39848 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39849 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
39850 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39851 ! vos/config.ga.h win32/config.bc win32/config.gc
39853 ____________________________________________________________________________
39854 [ 7535] By: nick on 2000/11/03 22:19:10
39855 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
39856 - Works on Linux with
39859 - Works on Solaris with
39861 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
39862 - Fails (hangs in openpid) if you try and stack
39863 perlio + stdio - Linux stdio's read() logic is hanging.
39865 ! iperlsys.h perlio.c
39866 ____________________________________________________________________________
39867 [ 7534] By: jhi on 2000/11/03 15:16:02
39868 Log: Subject: Re: README.aix
39869 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39870 Date: Fri, 03 Nov 2000 16:03:15 +0100
39871 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
39874 ____________________________________________________________________________
39875 [ 7533] By: jhi on 2000/11/03 03:59:02
39876 Log: Subject: [PATCH 5.7.0] better messages from malloc()
39877 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39878 Date: Wed, 1 Nov 2000 23:39:56 -0500
39879 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
39881 ! malloc.c pod/perldiag.pod
39882 ____________________________________________________________________________
39883 [ 7532] By: jhi on 2000/11/03 00:11:56
39884 Log: The #7521 touched things it shouldn't have.
39886 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
39887 ____________________________________________________________________________
39888 [ 7531] By: jhi on 2000/11/02 22:32:33
39889 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
39890 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39891 Date: Thu, 2 Nov 2000 16:58:36 EST
39892 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
39894 ! vms/gen_shrfls.pl
39895 ____________________________________________________________________________
39896 [ 7530] By: jhi on 2000/11/02 22:08:49
39897 Log: Fix the problem discussed in
39899 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
39900 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
39901 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
39903 originally from Linc Madison. Also Andreas König's comments
39904 taken into account. Some other problems with Tie::SubstrHash
39905 fixed: didn't croak when the table exceeded the requested number
39906 of entries (as documented) but instead when the number of entries
39907 exceeded the size of the table, a croak() had an unnecessary \n,
39908 didn't have a CLEAR method, documented that there is no exists().
39909 Didn't fix to be strict-proof because the module uses &foo; and
39910 dynamic scope. Added a test script exercizing both first tamely
39911 the basic functionality, and then the failure cases reported by
39914 + t/lib/tie-substrhash.t
39915 ! MANIFEST lib/Tie/SubstrHash.pm
39916 ____________________________________________________________________________
39917 [ 7529] By: jhi on 2000/11/02 17:58:08
39918 Log: recv() can fail and return undef.
39920 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
39921 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
39922 Date: Thu, 2 Nov 2000 20:12:20 +0300
39923 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
39926 ____________________________________________________________________________
39927 [ 7528] By: jhi on 2000/11/02 17:49:09
39931 ____________________________________________________________________________
39932 [ 7527] By: jhi on 2000/11/02 15:48:37
39933 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
39934 fix a autovivification bug in Tie::RefHash, add tests for both.
39936 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
39937 From: Edward Avis <epa98@doc.ic.ac.uk>
39938 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
39939 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
39941 + t/lib/tie-refhash.t
39942 ! MANIFEST lib/Tie/RefHash.pm
39943 ____________________________________________________________________________
39944 [ 7526] By: jhi on 2000/11/02 13:56:26
39945 Log: Test::Harness revealed buglets in the new DynaLoader.
39947 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
39948 From: andreas.koenig@anima.de (Andreas J. Koenig)
39949 Date: 02 Nov 2000 11:26:48 +0100
39950 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
39952 ! ext/DynaLoader/DynaLoader_pm.PL
39953 ____________________________________________________________________________
39954 [ 7525] By: jhi on 2000/11/01 23:52:08
39955 Log: The entry for #7503 was missing.
39958 ____________________________________________________________________________
39959 [ 7524] By: jhi on 2000/11/01 23:40:52
39960 Log: Update Changes.
39962 ! Changes patchlevel.h
39963 ____________________________________________________________________________
39964 [ 7523] By: jhi on 2000/11/01 22:57:09
39965 Log: More tweaking on the #7522 theme.
39967 ! ext/DynaLoader/DynaLoader_pm.PL
39968 ____________________________________________________________________________
39969 [ 7522] By: jhi on 2000/11/01 22:06:15
39970 Log: Expand %Config variables and %ENV variables only if
39971 so requested during build time using the
39972 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
39973 Not expanding makes relocating distributions easier.
39975 ! ext/DynaLoader/DynaLoader_pm.PL
39976 ____________________________________________________________________________
39977 [ 7521] By: jhi on 2000/11/01 20:56:34
39978 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
39979 and setgid() because they were just changing $< and $( which means
39980 only changing the real uid/gid, as opposed to changing both
39981 real and effective ids. (The alternative way could have been
39982 in POSIX.pm to change $> and $), too, but making a direct call
39983 to the C API feels cleaner.) Fixes the bug
39985 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
39986 From: "Garry T. Williams" <garry@zvolve.com>
39987 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
39988 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
39990 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39991 ! ext/POSIX/typemap pod/perlvar.pod
39992 ____________________________________________________________________________
39993 [ 7520] By: jhi on 2000/11/01 20:08:33
39994 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
39995 From: "Garry T. Williams" <garry@zvolve.com>
39996 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
39997 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
40000 ____________________________________________________________________________
40001 [ 7519] By: jhi on 2000/11/01 20:01:22
40002 Log: Locale warning explanation tweak.
40005 ____________________________________________________________________________
40006 [ 7518] By: jhi on 2000/11/01 18:57:13
40009 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
40010 From: Jarkko Hietaniemi <jhi@iki.fi>
40011 Date: Tue, 10 Oct 2000 08:22:28 -0500
40012 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
40015 ____________________________________________________________________________
40016 [ 7517] By: jhi on 2000/11/01 18:41:59
40017 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
40018 From: Martien Verbruggen <mgjv@comdyn.com.au>
40019 Date: Fri, 6 Oct 2000 14:09:10 +1100
40020 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
40023 ____________________________________________________________________________
40024 [ 7516] By: jhi on 2000/11/01 18:34:55
40025 Log: Generalize the Camel wording.
40027 Subject: Re: perlfaq style changes
40028 From: John Borwick <jhborwic@unity.ncsu.edu>
40029 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
40030 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
40032 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
40033 ____________________________________________________________________________
40034 [ 7515] By: jhi on 2000/11/01 16:52:31
40035 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
40036 From: pimlott@idiomtech.com (Andrew Pimlott)
40037 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
40038 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
40041 ____________________________________________________________________________
40042 [ 7514] By: jhi on 2000/11/01 15:03:40
40043 Log: More AIX lore.
40045 ! ext/re/hints/aix.pl
40046 ____________________________________________________________________________
40047 [ 7513] By: jhi on 2000/11/01 14:48:30
40048 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
40049 From: root <root@chronos.fi.muni.cz>
40050 Date: Wed, 1 Nov 2000 12:31:32 +0100
40051 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
40054 ____________________________________________________________________________
40055 [ 7512] By: jhi on 2000/11/01 14:46:47
40056 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
40057 From: Martin Husemann <martin@duskware.de>
40058 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
40059 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
40062 ____________________________________________________________________________
40063 [ 7511] By: jhi on 2000/11/01 14:39:50
40064 Log: AUTHORS updates.
40067 ____________________________________________________________________________
40068 [ 7510] By: jhi on 2000/11/01 14:29:50
40069 Log: Subject: [PATCH] startperl to respect versiononly
40070 From: Robin Barker <rmb1@cise.npl.co.uk>
40071 Date: Tue, 31 Oct 2000 16:29:36 GMT
40072 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
40073 Branch: metaconfig/U/perl
40076 ! Configure config_h.SH
40077 ____________________________________________________________________________
40078 [ 7509] By: jhi on 2000/11/01 14:19:53
40079 Log: printf UVs the correct way, noticed by Robin Barker.
40082 ____________________________________________________________________________
40083 [ 7508] By: jhi on 2000/11/01 14:10:03
40084 Log: Do not cleanup *% because the % has special meanings in some
40085 shell environments.
40087 ! ext/Storable/Makefile.PL
40088 ____________________________________________________________________________
40089 [ 7507] By: jhi on 2000/11/01 14:06:00
40090 Log: The NonStop-UX libraries have a novel way to say NaN.
40093 ____________________________________________________________________________
40094 [ 7506] By: jhi on 2000/11/01 14:03:35
40095 Log: The osname has been lowercased by now, from Tom Bates.
40097 ! U/modified/Oldconfig.U
40099 ! Configure config_h.SH
40100 ____________________________________________________________________________
40101 [ 7505] By: jhi on 2000/10/31 19:18:39
40102 Log: The compiler is either gcc or cc, from Tom Bates.
40104 ! hints/nonstopux.sh
40105 ____________________________________________________________________________
40106 [ 7504] By: jhi on 2000/10/31 14:53:42
40107 Log: Update Changes.
40109 ! Changes patchlevel.h
40110 ____________________________________________________________________________
40111 [ 7503] By: jhi on 2000/10/31 14:30:50
40112 Log: Whitespace style tweak. Was originally going to see to
40114 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40115 From: Joe Smith <jms@inwap.com>
40116 Date: Mon, 30 Oct 2000 18:47:57 -0800
40117 Message-Id: <39FE32DD.24AAC4D@inwap.com>
40119 but that had already been taken care of.
40121 ! U/compline/d_stdstdio.U
40123 ! Configure config_h.SH
40124 ____________________________________________________________________________
40125 [ 7502] By: jhi on 2000/10/31 14:25:02
40126 Log: AUTHORS tweaks.
40129 ____________________________________________________________________________
40130 [ 7501] By: jhi on 2000/10/31 14:23:59
40131 Log: Subject: perlfaq style changes
40132 From: John Borwick <jhborwic@unity.ncsu.edu>
40133 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
40134 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
40136 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40137 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40138 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40140 ____________________________________________________________________________
40141 [ 7500] By: jhi on 2000/10/31 14:22:15
40142 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
40144 Subject: Re: [ID 20000918.005] ~ on wide chars
40145 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40146 Date: Mon, 30 Oct 2000 21:09:55 -0800
40147 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
40149 (The ord() part of the patch skipped.)
40152 ____________________________________________________________________________
40153 [ 7499] By: jhi on 2000/10/31 14:20:08
40154 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
40155 From: Jens Hamisch <jens@Strawberry.COM>
40156 Date: Mon, 30 Oct 2000 15:17:07 +0100
40157 Message-Id: <20001030151707.A9597@Strawberry.COM>
40160 ____________________________________________________________________________
40161 [ 7498] By: jhi on 2000/10/31 14:16:29
40162 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
40163 From: Peter Prymmer <pvhp@forte.com>
40164 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
40165 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
40167 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40168 + ext/Encode/Encode/posix-bc.enc
40169 ! MANIFEST t/lib/encode.t
40170 ____________________________________________________________________________
40171 [ 7497] By: jhi on 2000/10/31 14:13:22
40172 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
40173 From: Peter Prymmer <pvhp@forte.com>
40174 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
40175 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
40178 ____________________________________________________________________________
40179 [ 7496] By: jhi on 2000/10/31 14:12:05
40180 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
40181 From: Peter Prymmer <pvhp@forte.com>
40182 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
40183 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
40185 ! t/lib/cgi-function.t
40186 ____________________________________________________________________________
40187 [ 7495] By: jhi on 2000/10/31 14:11:08
40188 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
40189 From: Peter Prymmer <pvhp@forte.com>
40190 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
40191 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
40193 + ext/re/hints/aix.pl
40194 ! MANIFEST ext/re/Makefile.PL
40195 ____________________________________________________________________________
40196 [ 7494] By: jhi on 2000/10/31 14:08:32
40197 Log: Use Errno magic.
40199 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
40200 From: Casey Tweten <perl@ctweten.amsite.com>
40201 Date: Mon, 30 Oct 2000 15:51:17 -0500
40202 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
40205 ____________________________________________________________________________
40206 [ 7493] By: jhi on 2000/10/31 14:05:07
40207 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
40209 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
40210 From: Nicholas Clark <nick@ccl4.org>
40211 Date: Mon, 30 Oct 2000 17:38:45 +0000
40212 Message-ID: <20001030173845.O60355@plum.flirble.org>
40214 ! Makefile.SH utils/perlbug.PL
40215 ____________________________________________________________________________
40216 [ 7492] By: nick on 2000/10/30 19:37:23
40217 Log: Change files which are mysteriously different to mainline to be
40218 copies of mainline.
40220 ! objXSUB.h perlapi.c pod/perlapi.pod
40221 ____________________________________________________________________________
40222 [ 7491] By: nick on 2000/10/30 18:05:54
40223 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
40224 - typo in endian code in putc.
40225 - Don't allow read of write-only files and vice-versa
40226 - and off-by-one in flush-all loop.
40227 Remove debug calls as they were using GCC specific features.
40230 ____________________________________________________________________________
40231 [ 7490] By: nick on 2000/10/29 21:45:45
40232 Log: Integrate mainline to perlio
40234 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
40236 ____________________________________________________________________________
40237 [ 7489] By: jhi on 2000/10/29 21:11:08
40238 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
40239 From: andreas.koenig@anima.de (Andreas J. Koenig)
40240 Date: 29 Oct 2000 22:05:59 +0100
40241 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
40243 ! lib/ExtUtils/Manifest.pm
40244 ____________________________________________________________________________
40245 [ 7488] By: jhi on 2000/10/29 21:07:47
40246 Log: Tests for #7487.
40248 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
40249 From: andreas.koenig@anima.de (Andreas J. Koenig)
40250 Date: 29 Oct 2000 19:37:09 +0100
40251 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
40254 ____________________________________________________________________________
40255 [ 7487] By: jhi on 2000/10/29 21:06:27
40256 Log: constsub spillage.
40258 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
40259 From: John Tobey <jtobey@john-edwin-tobey.org>
40260 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
40261 Message-Id: <m13pvSr-000FObC@feynman.localnet>
40264 ____________________________________________________________________________
40265 [ 7486] By: nick on 2000/10/29 21:05:04
40266 Log: Integrate mainline to perlio branch
40268 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
40269 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
40270 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
40271 +> vos/install_perl.cm
40272 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
40273 - vos/config.h vos/config_h.SH_orig
40274 !> (integrate 141 files)
40275 ____________________________________________________________________________
40276 [ 7485] By: jhi on 2000/10/29 21:00:47
40277 Log: Make \x{...} consistently produce UTF-8.
40279 Subject: Re: \x{...} is confused
40280 From: Simon Cozens <simon@cozens.net>
40281 Date: Sun, 29 Oct 2000 19:36:48 +0000
40282 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
40284 ! t/pragma/utf8.t toke.c
40285 ____________________________________________________________________________
40286 [ 7484] By: nick on 2000/10/29 20:05:29
40287 Log: PerlIO passes all tests.
40290 ____________________________________________________________________________
40291 [ 7483] By: jhi on 2000/10/29 18:06:55
40292 Log: Update Changes.
40294 ! Changes patchlevel.h
40295 ____________________________________________________________________________
40296 [ 7482] By: nick on 2000/10/29 17:43:28
40297 Log: Include <unistd.h> to get correct lseek() prototype etc.
40298 (I thought perl.h did that) - down to two fails
40299 - comp/require.t (last test)
40300 - lib/io_xs.t - possibly import/export of FILE * ?
40303 ____________________________________________________________________________
40304 [ 7481] By: jhi on 2000/10/29 17:02:37
40305 Log: UTF-8 decoder tweak.
40308 ____________________________________________________________________________
40309 [ 7480] By: nick on 2000/10/29 16:26:11
40310 Log: Fixed two bugs:
40311 - error code not being set on close (of broken pipe)
40312 - append mode was truncating.
40313 At least one seek/tell bug remains.
40316 ____________________________________________________________________________
40317 [ 7479] By: nick on 2000/10/29 11:18:16
40318 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
40319 in case of accidents. Still several worrying fails, no line disciplines yet.
40321 ! iperlsys.h perlio.c
40322 ____________________________________________________________________________
40323 [ 7478] By: jhi on 2000/10/29 02:04:01
40324 Log: Add also emailless people.
40327 ____________________________________________________________________________
40328 [ 7477] By: jhi on 2000/10/29 01:36:00
40329 Log: The #7476 needs a MANIFEST change, too.
40332 ____________________________________________________________________________
40333 [ 7476] By: jhi on 2000/10/29 01:35:21
40334 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
40338 ____________________________________________________________________________
40339 [ 7475] By: jhi on 2000/10/28 23:57:25
40340 Log: De-quoted-unreadable to ISO Latin 1.
40341 (There's one ISO-2022-JP name in Changes5.004.)
40343 ! Changes Changes5.6
40344 ____________________________________________________________________________
40345 [ 7474] By: jhi on 2000/10/28 19:13:06
40346 Log: Subject: [ID 20001027.007] uniq array in perlfaq
40347 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
40348 Date: Fri, 27 Oct 2000 19:28:30 +0200
40349 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
40352 ____________________________________________________________________________
40353 [ 7473] By: jhi on 2000/10/28 18:02:05
40354 Log: Locking null mutexes is not recommendable.
40356 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
40357 From: Hugo <hv@crypt.compulink.co.uk>
40358 Date: Sat, 28 Oct 2000 18:41:12 +0100
40359 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
40362 ____________________________________________________________________________
40363 [ 7472] By: jhi on 2000/10/28 17:52:58
40364 Log: Better create a true mailing list for the repository keepers.
40366 ! Porting/repository.pod
40367 ____________________________________________________________________________
40368 [ 7471] By: jhi on 2000/10/28 17:28:24
40369 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
40370 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
40372 + Porting/repository.pod
40374 ____________________________________________________________________________
40375 [ 7470] By: jhi on 2000/10/28 17:20:54
40376 Log: Subject: DOC PATCH 5.6.0
40377 From: mjd@plover.com
40378 Date: 27 Oct 2000 17:32:44 -0000
40379 Message-ID: <20001027173244.23754.qmail@plover.com>
40382 ____________________________________________________________________________
40383 [ 7469] By: jhi on 2000/10/28 17:16:45
40384 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
40385 From: "Peter J. Farley III" <pjfarley@banet.net>
40386 Date: Fri, 27 Oct 2000 20:32:56 -0400
40387 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
40390 ____________________________________________________________________________
40391 [ 7468] By: jhi on 2000/10/28 17:07:18
40392 Log: Make target reordering to avoid pointless re-makes.
40394 Subject: Re: Total re-make of 'make okfile' after 7451 ?
40395 From: Nicholas Clark <nick@ccl4.org>
40396 Date: Sat, 28 Oct 2000 00:31:02 +0100
40397 Message-ID: <20001028003101.A54517@plum.flirble.org>
40400 ____________________________________________________________________________
40401 [ 7467] By: jhi on 2000/10/28 17:05:31
40402 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
40403 From: lvirden@cas.org
40404 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
40405 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
40408 ____________________________________________________________________________
40409 [ 7466] By: jhi on 2000/10/28 16:09:16
40410 Log: Upgrade to CPAN 1.58_55.
40412 Subject: CPAN.pm status
40413 From: andreas.koenig@anima.de (Andreas J. Koenig)
40414 Date: 28 Oct 2000 08:18:00 +0200
40415 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
40417 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40418 ____________________________________________________________________________
40419 [ 7465] By: jhi on 2000/10/28 16:02:47
40420 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
40422 ! embed.h embed.pl perl.h proto.h toke.c
40423 ____________________________________________________________________________
40424 [ 7464] By: nick on 2000/10/28 10:43:44
40425 Log: Fix for sv_2iv() on "shared" value from keys %hash.
40428 ____________________________________________________________________________
40429 [ 7463] By: jhi on 2000/10/27 16:18:29
40430 Log: Update Changes.
40432 ! Changes patchlevel.h
40433 ____________________________________________________________________________
40434 [ 7462] By: jhi on 2000/10/27 16:17:44
40435 Log: Too enthusiastic editing in #7460.
40437 ! U/modified/Oldsym.U
40439 ! Configure config_h.SH
40440 ____________________________________________________________________________
40441 [ 7461] By: jhi on 2000/10/27 15:37:38
40442 Log: Retract #7459, the script needs more work.
40446 ____________________________________________________________________________
40447 [ 7460] By: jhi on 2000/10/27 15:23:14
40448 Log: Use $sort, $uniq (and $tr) consistently as wondered
40451 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
40452 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
40453 ! U/modified/libc.U
40455 ! Configure config_h.SH
40456 ____________________________________________________________________________
40457 [ 7459] By: jhi on 2000/10/27 15:02:07
40458 Log: (Retracted by #7461)
40460 Add a shell script for creating/removing symbolic link farms,
40461 useful for keeping the source code read-only and doing the
40462 builds somewhere else.
40466 ____________________________________________________________________________
40467 [ 7458] By: jhi on 2000/10/27 14:42:20
40468 Log: Do away with the fix_pl.
40471 ! MANIFEST Makefile.SH
40472 ____________________________________________________________________________
40473 [ 7457] By: jhi on 2000/10/27 12:43:13
40474 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
40475 From: Jens Hamisch <jens@Strawberry.COM>
40476 Date: Fri, 27 Oct 2000 14:38:21 +0200
40477 Message-Id: <20001027143821.B3366@Strawberry.COM>
40480 ____________________________________________________________________________
40481 [ 7456] By: jhi on 2000/10/27 12:33:42
40482 Log: Subject: [PATCH] todo
40483 From: Nicholas Clark <nick@ccl4.org>
40484 Date: Thu, 26 Oct 2000 22:32:29 +0100
40485 Message-ID: <20001026223229.A44540@plum.flirble.org>
40488 ____________________________________________________________________________
40489 [ 7455] By: jhi on 2000/10/27 12:02:21
40490 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
40491 From: John Tobey <jtobey@john-edwin-tobey.org>
40492 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
40493 Message-Id: <m13ozHF-000FObC@feynman.localnet>
40495 ! op.c t/pragma/sub_lval.t
40496 ____________________________________________________________________________
40497 [ 7454] By: jhi on 2000/10/27 11:59:42
40498 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
40499 From: sthoenna@efn.org
40500 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
40501 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
40503 ! pp.c t/op/assignwarn.t
40504 ____________________________________________________________________________
40505 [ 7453] By: jhi on 2000/10/27 00:15:08
40506 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
40508 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40509 ! ext/Storable/Storable.xs t/lib/st-lock.t
40510 ____________________________________________________________________________
40511 [ 7452] By: jhi on 2000/10/26 13:05:52
40512 Log: Undo #7451, this seems to be a deficiency in Perforce,
40513 there is no per-file line-terminator type, only per-client.
40515 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40516 ! win32/makefile.mk
40517 ____________________________________________________________________________
40518 [ 7451] By: jhi on 2000/10/26 04:56:03
40519 Log: Experimenting in DOS arcana.
40521 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40522 ! win32/makefile.mk
40523 ____________________________________________________________________________
40524 [ 7450] By: jhi on 2000/10/26 04:50:52
40525 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
40526 From: "Peter J. Farley III" <pjfarley@banet.net>
40527 Date: Wed, 25 Oct 2000 23:10:18 -0400
40528 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
40531 ____________________________________________________________________________
40532 [ 7449] By: jhi on 2000/10/26 04:49:16
40533 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
40534 From: Hugo <hv@crypt.compulink.co.uk>
40535 Date: Thu, 26 Oct 2000 01:55:17 +0100
40536 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
40538 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
40540 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
40541 ____________________________________________________________________________
40542 [ 7448] By: jhi on 2000/10/26 04:38:36
40543 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
40544 From: Peter Prymmer <pvhp@forte.com>
40545 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
40546 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
40549 ____________________________________________________________________________
40550 [ 7447] By: jhi on 2000/10/25 23:20:02
40551 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
40552 in platforms that strictly require all the symbols being present
40556 ____________________________________________________________________________
40557 [ 7446] By: jhi on 2000/10/25 21:55:57
40558 Log: Update Changes.
40560 ! Changes patchlevel.h
40561 ____________________________________________________________________________
40562 [ 7445] By: jhi on 2000/10/25 21:27:08
40563 Log: Integrate with vmsperl #7430 by Charles Bailey:
40565 Cleanup from prior patch (Charles Lane?):
40566 - improve handling of MFDs in Basename and Path
40567 - default to no xsubpp line # munging when building debug images
40569 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40570 ____________________________________________________________________________
40571 [ 7444] By: jhi on 2000/10/25 21:03:50
40572 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
40573 From: John Peacock <JPeacock@UnivPress.com>
40574 Date: Thu, 18 May 2000 11:55:27 -0400
40575 Message-ID: <3924126F.A58BE57A@UnivPress.com>
40577 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
40579 ____________________________________________________________________________
40580 [ 7443] By: jhi on 2000/10/25 20:43:10
40581 Log: Temporary stopgap for the self-tying issue: for now only
40582 array and hash self-ties are verboten. The real fix, of
40583 course, would be to comprehensively test (and implement?)
40584 and debug (and document) self-ties.
40586 ! pod/perldiag.pod pp_sys.c t/op/tie.t
40587 ____________________________________________________________________________
40588 [ 7442] By: jhi on 2000/10/25 20:14:30
40589 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
40590 From: Dan Sugalski <dan@sidhe.org>
40591 Date: Wed, 25 Oct 2000 13:36:35 -0400
40592 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
40594 plus regen global.sym.
40596 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
40598 ____________________________________________________________________________
40599 [ 7441] By: jhi on 2000/10/25 20:12:20
40600 Log: buildtoc target tweaks.
40603 ____________________________________________________________________________
40604 [ 7440] By: jhi on 2000/10/25 20:03:53
40605 Log: A new version of making the syslog test more robust.
40608 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40609 From: "Kurt D. Starsinic" <kstar@chapin.edu>
40610 Date: Wed, 25 Oct 2000 12:13:54 -0400
40611 Message-ID: <20001025121354.B2264@O2.chapin.edu>
40614 ____________________________________________________________________________
40615 [ 7439] By: jhi on 2000/10/25 20:00:48
40616 Log: Continue the internal UTF-8 API tweaking.
40617 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
40618 used much more than the simpler API, now called utf8_to_uv_simple().
40619 Still not quite happy with API, too much partial duplication
40622 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
40623 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
40624 ! regcomp.c regexec.c sv.c toke.c utf8.c
40625 ____________________________________________________________________________
40626 [ 7438] By: jhi on 2000/10/25 18:52:30
40627 Log: Allow poking holes at the UTF-8 decoding strictness.
40629 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
40631 ____________________________________________________________________________
40632 [ 7437] By: jhi on 2000/10/25 13:53:05
40633 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
40634 UTF8LEN() and UTF8SKIP().
40636 ! pp.c utf8.c utf8.h
40637 ____________________________________________________________________________
40638 [ 7436] By: jhi on 2000/10/25 13:51:37
40639 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
40640 From: Nicholas Clark <nick@ccl4.org>
40641 Date: Wed, 25 Oct 2000 14:44:05 +0100
40642 Message-ID: <20001025144404.D27253@plum.flirble.org>
40645 ____________________________________________________________________________
40646 [ 7435] By: jhi on 2000/10/25 13:49:32
40647 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
40648 From: Mike Guy <mjtg@cam.ac.uk>
40649 Date: Tue, 24 Oct 2000 14:59:40 +0100
40650 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
40653 ____________________________________________________________________________
40654 [ 7434] By: jhi on 2000/10/25 13:48:41
40655 Log: AIX is picky about its symbol exports. Solution for now
40656 is to include the deb.o explicitly to the re extension build.
40658 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
40659 From: Peter Prymmer <pvhp@forte.com>
40660 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
40661 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
40663 ! ext/re/Makefile.PL hints/aix.sh
40664 ____________________________________________________________________________
40665 [ 7433] By: jhi on 2000/10/25 13:46:49
40666 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
40667 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40668 Date: Wed, 25 Oct 2000 12:02:20 +0200
40669 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
40672 ____________________________________________________________________________
40673 [ 7432] By: jhi on 2000/10/25 13:44:28
40674 Log: Subject: Minor update to find2perl, for portability
40675 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40676 Date: Wed, 25 Oct 2000 12:05:47 +0100
40677 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
40680 ____________________________________________________________________________
40681 [ 7431] By: jhi on 2000/10/25 13:40:39
40682 Log: Add targets to Makefile.SH, most importantly
40683 'regen_all' which also remembers to update vms/perly*.
40686 ____________________________________________________________________________
40687 [ 7430] By: bailey on 2000/10/25 03:13:53
40688 Log: Cleanup from prior patch (Charles Lane?):
40689 - improve handling of MFDs in Basename and Path
40690 - default to no xsubpp line # munging when building debug images
40692 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40693 ____________________________________________________________________________
40694 [ 7429] By: jhi on 2000/10/24 20:03:40
40695 Log: Podify README.epoc and README.vos.
40697 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
40698 ! pod/perlport.pod pod/perltoc.pod
40699 ____________________________________________________________________________
40700 [ 7428] By: jhi on 2000/10/24 19:10:33
40701 Log: Stratus VOS updates from Paul Green.
40703 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40704 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
40705 - vos/config.def vos/config.h vos/config_h.SH_orig
40706 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
40707 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
40708 ____________________________________________________________________________
40709 [ 7427] By: jhi on 2000/10/24 18:59:48
40710 Log: Check if stdio supports tweaking lval and cnt simultaneously.
40712 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40713 From: Nicholas Clark <nick@ccl4.org>
40714 Date: Mon, 23 Oct 2000 15:39:32 +0100
40715 Message-ID: <20001023153932.A10786@plum.flirble.org>
40717 ! U/compline/d_stdstdio.U
40719 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40720 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
40721 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
40722 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
40723 ! vos/config.h vos/config_h.SH_orig win32/config.bc
40724 ! win32/config.gc win32/config.vc
40725 ____________________________________________________________________________
40726 [ 7426] By: jhi on 2000/10/24 17:57:44
40727 Log: Missed the header file changes from #7425.
40729 ! embed.h embed.pl objXSUB.h proto.h
40730 ____________________________________________________________________________
40731 [ 7425] By: jhi on 2000/10/24 17:55:17
40732 Log: Fix the bug reported in
40734 From: andreas.koenig@anima.de (Andreas J. Koenig)
40735 Subject: Encode bug?
40736 Date: 24 Oct 2000 14:01:26 +0200
40737 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
40739 Also make is_utf8_char() stricter.
40741 ! ext/Encode/Encode.xs utf8.c
40742 ____________________________________________________________________________
40743 [ 7424] By: jhi on 2000/10/24 15:15:39
40744 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
40745 From: Peter Scott <Peter@PSDT.com>
40746 Date: Mon, 23 Oct 2000 19:46:01 -0700
40747 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
40750 ____________________________________________________________________________
40751 [ 7423] By: jhi on 2000/10/24 14:25:30
40752 Log: Test tweak to avoid pulling in the whole Config.
40755 ____________________________________________________________________________
40756 [ 7422] By: jhi on 2000/10/24 14:03:16
40757 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
40760 ____________________________________________________________________________
40761 [ 7421] By: jhi on 2000/10/24 13:32:09
40762 Log: (Replaced by #7440.)
40764 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40765 From: "Kurt D. Starsinic" <kstar@chapin.edu>
40766 Date: Mon, 23 Oct 2000 16:40:54 -0400
40767 Message-ID: <20001023164054.B14491@O2.chapin.edu>
40770 ____________________________________________________________________________
40771 [ 7420] By: jhi on 2000/10/24 13:30:53
40772 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
40773 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40774 Date: Mon, 23 Oct 2000 17:29:03 -0400
40775 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
40777 ! lib/ExtUtils/MM_Unix.pm
40778 ____________________________________________________________________________
40779 [ 7419] By: jhi on 2000/10/24 13:29:57
40780 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
40781 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40782 Date: Mon, 23 Oct 2000 19:01:32 -0400
40783 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
40786 ____________________________________________________________________________
40787 [ 7418] By: jhi on 2000/10/24 13:26:04
40788 Log: Replace #7409 with
40790 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
40791 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
40792 Date: Mon, 23 Oct 2000 20:08:56 +0200
40793 Message-ID: <20001023200855.A14850@nice.ram.loc>
40795 ! ext/Storable/Storable.pm t/lib/st-lock.t
40796 ____________________________________________________________________________
40797 [ 7417] By: jhi on 2000/10/24 13:17:52
40798 Log: Run vms/vms_yfix.pl, should have done that after changing
40801 ! vms/perly_c.vms vms/perly_h.vms
40802 ____________________________________________________________________________
40803 [ 7416] By: jhi on 2000/10/24 02:55:33
40804 Log: Make the UTF-8 decoding stricter and more verbose when
40805 malformation happens. This involved adding an argument
40806 to utf8_to_uv_chk(), which involved changing its prototype,
40807 and prefer STRLEN over I32 for the UTF-8 length, which as
40808 a domino effect necessitated changing the prototypes of
40809 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
40810 The stricter UTF-8 decoding checking uses Markus Kuhn's
40811 UTF-8 Decode Stress Tester from
40812 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
40814 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
40815 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
40816 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
40817 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
40818 ____________________________________________________________________________
40819 [ 7415] By: jhi on 2000/10/23 14:06:06
40820 Log: Update Changes.
40822 ! Changes patchlevel.h
40823 ____________________________________________________________________________
40824 [ 7414] By: jhi on 2000/10/23 12:39:52
40825 Log: Undo the basename() part of #7412 since the lib/basename
40826 tests would need upgrading too.
40828 ! lib/File/Basename.pm
40829 ____________________________________________________________________________
40830 [ 7413] By: jhi on 2000/10/23 12:19:27
40831 Log: Document PERL_INSTALL_ROOT of #7210.
40833 ! lib/ExtUtils/Install.pm
40834 ____________________________________________________________________________
40835 [ 7412] By: jhi on 2000/10/23 12:16:47
40836 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
40838 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
40839 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
40840 ____________________________________________________________________________
40841 [ 7411] By: jhi on 2000/10/23 12:07:41
40842 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
40843 From: Prymmer/Kahn <pvhp@best.com>
40844 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
40845 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
40847 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
40848 ____________________________________________________________________________
40849 [ 7410] By: jhi on 2000/10/23 04:10:11
40850 Log: The change #7187 was not so good on VMS.
40852 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
40853 From: "Craig A. Berry" <craig.berry@psinetcs.com>
40854 Date: Sun, 22 Oct 2000 23:03:08 -0500
40855 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
40858 ____________________________________________________________________________
40859 [ 7409] By: jhi on 2000/10/23 03:57:36
40860 Log: Avoid Storable locking on DJGPP for now.
40862 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
40863 From: "Peter J. Farley III" <pjfarley@banet.net>
40864 Date: Sun, 22 Oct 2000 20:00:00 -0400
40865 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
40867 ! ext/Storable/Storable.pm t/lib/st-lock.t
40868 ____________________________________________________________________________
40869 [ 7408] By: jhi on 2000/10/23 03:50:24
40870 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
40871 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40872 Date: Sun, 22 Oct 2000 21:12:22 -0400
40873 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
40876 ____________________________________________________________________________
40877 [ 7407] By: jhi on 2000/10/23 03:43:12
40878 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
40879 From: Hugo <hv@crypt.compulink.co.uk>
40880 Date: Mon, 23 Oct 2000 00:47:22 +0100
40881 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
40883 ! regexec.c t/op/pat.t
40884 ____________________________________________________________________________
40885 [ 7406] By: jhi on 2000/10/23 03:40:29
40886 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
40888 ! lib/ExtUtils/MakeMaker.pm
40889 ____________________________________________________________________________
40890 [ 7405] By: jhi on 2000/10/22 21:32:00
40893 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
40894 From: rspier@pobox.com (Robert Spier)
40895 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
40896 Message-ID: <14835.16112.13457.447971@rls.cx>
40899 ____________________________________________________________________________
40900 [ 7404] By: jhi on 2000/10/22 21:30:51
40901 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
40902 From: rspier@pobox.com (Robert Spier)
40903 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
40904 Message-ID: <14835.17223.72448.705566@rls.cx>
40906 ! lib/ExtUtils/MakeMaker.pm
40907 ____________________________________________________________________________
40908 [ 7403] By: jhi on 2000/10/22 21:24:11
40909 Log: Subject: [PATCH bleadperl] ripples from constsub patch
40910 From: John Tobey <jtobey@john-edwin-tobey.org>
40911 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
40912 Message-Id: <m13nSOB-000FObC@feynman.localnet>
40914 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
40915 ____________________________________________________________________________
40916 [ 7402] By: jhi on 2000/10/22 20:59:35
40917 Log: Support s?printf parameter reordering.
40919 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
40920 ____________________________________________________________________________
40921 [ 7401] By: jhi on 2000/10/22 19:19:14
40922 Log: Expand %Config variables only if explicitly so requested
40923 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
40925 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
40926 From: Gurusamy Sarathy <gsar@ActiveState.com>
40927 Date: Sun, 22 Oct 2000 11:47:32 -0700
40928 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
40930 ! Makefile.SH lib/lib_pm.PL
40931 ____________________________________________________________________________
40932 [ 7400] By: jhi on 2000/10/22 18:24:10
40933 Log: Move the #7390 test from warn/op to comp/redef.
40935 Subject: Re: Creating const subs for constants.
40936 From: John Tobey <jtobey@john-edwin-tobey.org>
40937 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
40938 Message-Id: <m13nG72-000FObC@feynman.localnet>
40940 ! t/comp/redef.t t/pragma/warn/op
40941 ____________________________________________________________________________
40942 [ 7399] By: jhi on 2000/10/22 17:49:59
40943 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
40944 From: Nicholas Clark <nick@ccl4.org>
40945 Date: Sat, 21 Oct 2000 22:23:19 +0100
40946 Message-ID: <20001021222319.B45586@plum.flirble.org>
40948 ! ext/DynaLoader/DynaLoader_pm.PL
40949 ____________________________________________________________________________
40950 [ 7398] By: jhi on 2000/10/22 17:47:35
40951 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
40952 From: Hugo <hv@crypt.compulink.co.uk>
40953 Date: Sat, 21 Oct 2000 18:19:59 +0100
40954 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
40956 ! ext/B/B.pm ext/B/B/C.pm
40957 ____________________________________________________________________________
40958 [ 7397] By: jhi on 2000/10/22 17:35:18
40959 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
40960 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
40961 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
40962 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
40965 ____________________________________________________________________________
40966 [ 7396] By: jhi on 2000/10/22 17:19:46
40967 Log: Subject: installman go-faster stripes
40968 From: Nicholas Clark <nick@talking.bollo.cx>
40969 Date: Sat, 21 Oct 2000 17:24:53 +0100
40970 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
40972 Subject: Re: installman go-faster stripes
40973 From: Russ Allbery <rra@stanford.edu>
40974 Date: 21 Oct 2000 11:04:13 -0700
40975 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
40977 ! installman pod/pod2man.PL
40978 ____________________________________________________________________________
40979 [ 7395] By: jhi on 2000/10/22 17:17:35
40980 Log: Hints tweak from Anton Berezin.
40983 ____________________________________________________________________________
40984 [ 7394] By: jhi on 2000/10/22 04:50:04
40985 Log: Tweak the Is* definitions of Unicode character classes
40986 to better match the official categorizations; embrace
40987 the official categorizations; add the combining marks
40988 as alpha (and -numeric); fix DCinital (a typo and edito)
40991 + lib/unicode/Is/DCmedial.pl
40992 - lib/unicode/Is/DCinital.pl
40993 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40994 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
40995 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
40996 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40997 ____________________________________________________________________________
40998 [ 7393] By: jhi on 2000/10/21 18:06:05
40999 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
41000 From: Daniel Chetlin <daniel@chetlin.com>
41001 Date: Sat, 21 Oct 2000 02:57:03 -0700
41002 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
41004 + t/lib/tie-splice.t
41005 ! MANIFEST lib/Tie/Array.pm
41006 ____________________________________________________________________________
41007 [ 7392] By: gsar on 2000/10/21 18:05:15
41008 Log: resync utfperl branch with mainline
41010 !> (integrate 1760 files)
41011 ____________________________________________________________________________
41012 [ 7391] By: jhi on 2000/10/21 14:37:49
41013 Log: Testcases for a #7383,#7385 related bug.
41015 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
41016 From: Nicholas Clark <nick@ccl4.org>
41017 Date: Sat, 21 Oct 2000 15:04:51 +0100
41018 Message-ID: <20001021150451.A51566@plum.flirble.org>
41021 ____________________________________________________________________________
41022 [ 7390] By: jhi on 2000/10/21 14:35:57
41023 Log: Add a testcase for #7389.
41026 ____________________________________________________________________________
41027 [ 7389] By: jhi on 2000/10/21 14:26:45
41028 Log: Subject: Re: Creating const subs for constants.
41029 From: John Tobey <jtobey@john-edwin-tobey.org>
41030 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
41031 Message-Id: <m13mo0N-000FObC@feynman.localnet>
41033 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
41035 ____________________________________________________________________________
41036 [ 7388] By: nick on 2000/10/21 11:44:23
41037 Log: Populate perlio branch
41039 +> (branch 1760 files)
41040 ____________________________________________________________________________
41041 [ 7387] By: nick on 2000/10/21 10:52:05
41042 Log: Get branch back as replica of mainline via :
41043 p4 integrate -b utfperl
41044 p4 resolve -at ./...
41046 +> (branch 269 files)
41047 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
41048 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
41049 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
41050 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
41051 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
41052 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41053 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41054 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41055 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41056 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41057 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41058 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41059 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41060 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41061 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41062 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41063 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41064 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41065 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
41066 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
41067 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
41068 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
41069 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
41070 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
41071 - lib/unicode/UCD300.html lib/unicode/Unicode.300
41072 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
41073 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
41074 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
41075 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
41076 !> (integrate 965 files)
41077 ____________________________________________________________________________
41078 [ 7386] By: jhi on 2000/10/21 01:31:12
41079 Log: Update Changes.
41081 ! Changes patchlevel.h
41082 ____________________________________________________________________________
41083 [ 7385] By: jhi on 2000/10/21 01:28:42
41084 Log: The #7383 was right only in the context of the original bug report,
41085 not in more general case.
41088 ____________________________________________________________________________
41089 [ 7384] By: jhi on 2000/10/21 01:08:23
41090 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
41092 ! ext/IO/lib/IO/Select.pm
41093 ____________________________________________________________________________
41094 [ 7383] By: jhi on 2000/10/21 00:44:18
41095 Log: Fix for ID 20001020.006, concatenating an unset submatch
41096 with utf8 resulted in "Modification of a read-only value".
41098 ! pp_hot.c t/pragma/utf8.t
41099 ____________________________________________________________________________
41100 [ 7382] By: jhi on 2000/10/20 20:44:31
41101 Log: Make scan_num() reëntrant, as suggested in
41103 Subject: [PATCH perl@7229] Rentrant parser and yylex()
41104 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41105 Date: Fri, 20 Oct 2000 14:17:27 +0100
41106 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
41108 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
41110 ____________________________________________________________________________
41111 [ 7381] By: jhi on 2000/10/20 20:07:29
41112 Log: Reëntrancy fix.
41114 Subject: [PATCH perl@7229] Rentrant parser and yylex()
41115 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41116 Date: Fri, 20 Oct 2000 14:17:27 +0100
41117 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
41119 ! embed.h embed.pl perl.h proto.h toke.c
41120 ____________________________________________________________________________
41121 [ 7380] By: jhi on 2000/10/20 19:15:54
41122 Log: Don't write double values through long double pointers,
41125 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41126 From: Jens Hamisch <jens@Strawberry.COM>
41127 Date: Tue, 17 Oct 2000 08:39:36 +0200
41128 Message-Id: <20001017083936.A11104@Strawberry.COM>
41131 ____________________________________________________________________________
41132 [ 7379] By: jhi on 2000/10/20 18:43:37
41133 Log: Portability tweak on #7377.
41135 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
41136 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41137 Date: Fri, 20 Oct 2000 13:13:41 EDT
41138 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
41141 ____________________________________________________________________________
41142 [ 7378] By: jhi on 2000/10/20 12:57:19
41143 Log: SOCKS function redefinitions need prototypes, too, otherwise
41144 for example 32 bit versus 64 bit differences cause a lot of
41147 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41148 From: Jens Hamisch <jens@Strawberry.COM>
41149 Date: Tue, 17 Oct 2000 08:39:36 +0200
41150 Message-Id: <20001017083936.A11104@Strawberry.COM>
41153 ____________________________________________________________________________
41154 [ 7377] By: jhi on 2000/10/20 12:37:12
41155 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
41156 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41157 Date: Fri, 20 Oct 2000 08:26:04 EDT
41158 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
41160 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
41161 ____________________________________________________________________________
41162 [ 7376] By: jhi on 2000/10/20 12:35:31
41163 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
41164 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41165 Date: Fri, 20 Oct 2000 07:48:15 EDT
41166 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
41168 ! configure.com vms/gen_shrfls.pl
41169 ____________________________________________________________________________
41170 [ 7375] By: bailey on 2000/10/20 04:44:37
41173 +> (branch 134 files)
41174 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
41175 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
41176 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
41177 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
41178 - eg/cgi/frameset.cgi eg/cgi/index.html
41179 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41180 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41181 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41182 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41183 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41184 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41185 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41186 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41187 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41188 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41189 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41190 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41191 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41192 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
41193 - lib/unicode/Props.txt lib/unicode/UCD300.html
41194 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
41195 - utils/perlbc.PL vms/subconfigure.com
41196 !> (integrate 785 files)
41197 ____________________________________________________________________________
41198 [ 7374] By: jhi on 2000/10/20 00:59:48
41199 Log: In the latest compiler builds cccdlflags must not become -fpic,
41200 from Wilfredo Sánchez.
41203 ____________________________________________________________________________
41204 [ 7373] By: jhi on 2000/10/20 00:56:35
41205 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
41206 From: Tony Cook <tony@develop-help.com>
41207 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
41208 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
41211 ____________________________________________________________________________
41212 [ 7372] By: jhi on 2000/10/19 19:34:40
41213 Log: Typo noted by Mark Lutz.
41216 ____________________________________________________________________________
41217 [ 7371] By: jhi on 2000/10/19 19:33:13
41218 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
41220 ! U/modified/Cppsym.U U/modified/Oldconfig.U
41221 Branch: metaconfig/U/perl
41222 ! End.U dlsrc.U libperl.U
41224 + hints/nonstopux.sh
41225 ! Configure MANIFEST config_h.SH
41226 ____________________________________________________________________________
41227 [ 7370] By: jhi on 2000/10/19 17:18:08
41228 Log: Subject: PATCH do_print has 2 PerlIO_error()s
41229 From: nick@ccl4.org
41230 Date: Thu, 19 Oct 2000 18:09:20 +0100
41231 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
41234 ____________________________________________________________________________
41235 [ 7369] By: jhi on 2000/10/19 14:01:49
41236 Log: Update Changes.
41238 ! Changes patchlevel.h
41239 ____________________________________________________________________________
41240 [ 7368] By: jhi on 2000/10/19 13:04:29
41241 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
41242 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41243 Date: Wed, 18 Oct 2000 13:12:01 +0200
41244 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
41247 ____________________________________________________________________________
41248 [ 7367] By: jhi on 2000/10/19 02:22:40
41249 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
41250 of a 'pmshort' anywhere in the B, so the offending line was simply
41254 ____________________________________________________________________________
41255 [ 7366] By: jhi on 2000/10/19 02:12:37
41256 Log: Add the test case for the bug id 20000730.004 which seems
41257 to have been fixed by now.
41260 ____________________________________________________________________________
41261 [ 7365] By: jhi on 2000/10/18 23:36:24
41262 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
41263 From: Hugo <hv@crypt.compulink.co.uk>
41264 Date: Wed, 18 Oct 2000 23:25:58 +0100
41265 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
41267 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
41268 ____________________________________________________________________________
41269 [ 7364] By: jhi on 2000/10/18 21:12:53
41273 ____________________________________________________________________________
41274 [ 7363] By: jhi on 2000/10/18 20:55:38
41275 Log: Missing change from #7362.
41278 ____________________________________________________________________________
41279 [ 7362] By: jhi on 2000/10/18 20:52:01
41280 Log: Borland C fstat() never saw the fd as writable.
41282 Subject: fix for Borland's weak "stat" (perl@7211)
41283 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41284 Date: Mon, 16 Oct 2000 09:55:03 +0400
41285 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
41288 ____________________________________________________________________________
41289 [ 7361] By: jhi on 2000/10/18 17:43:50
41292 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
41293 ____________________________________________________________________________
41294 [ 7360] By: jhi on 2000/10/18 17:07:44
41295 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41296 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
41297 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
41298 Date: Mon, 16 Oct 2000 15:19:49 +0200
41302 ____________________________________________________________________________
41303 [ 7359] By: jhi on 2000/10/18 17:04:49
41304 Log: Subject: Pod patch for Devel::Peek
41305 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41306 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
41307 Date: Mon, 16 Oct 2000 12:26:34 +0200
41309 ! ext/Devel/Peek/Peek.pm
41310 ____________________________________________________________________________
41311 [ 7358] By: jhi on 2000/10/18 17:03:15
41312 Log: Make Cwd more bulletproof in chrooted environments.
41314 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
41315 From: "Eric E. Coe" <Eric.Coe@oracle.com>
41316 Date: Wed, 18 Oct 2000 04:03:54 -0400
41317 Message-Id: <39ED596A.70E599FE@oracle.com>
41320 ____________________________________________________________________________
41321 [ 7357] By: jhi on 2000/10/18 16:37:26
41322 Log: Disable the UTF8 downgrade croakage for now to avoid
41323 too many not okay messages.
41326 ____________________________________________________________________________
41327 [ 7356] By: jhi on 2000/10/17 23:29:41
41328 Log: Show the failed remote port, instead of the failing line number.
41330 Subject: [PATCH 5.6.1 Debugger] More diagnostics
41331 From: David Sparks <daves@ActiveState.com>
41332 Date: Tue, 17 Oct 2000 15:00:24 -0700
41333 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
41336 ____________________________________________________________________________
41337 [ 7355] By: jhi on 2000/10/17 14:11:31
41338 Log: On output try to downgrade to bytes, croak if impossible,
41339 from Simon Cozens. This means that outputting >255 UTF8
41340 is impossible. Consider this as a strong incentive to get
41341 the I/O disciplines implemented.
41343 ! doio.c pod/perldiag.pod sv.c
41344 ____________________________________________________________________________
41345 [ 7354] By: jhi on 2000/10/17 13:42:23
41346 Log: Clarify documentation on 'use bytes'.
41348 Subject: Re: What does 'use bytes' "mean" ?
41349 From: Simon Cozens <simon@cozens.net>
41350 Date: Mon, 18 Sep 2000 18:24:25 +0100
41351 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
41354 ____________________________________________________________________________
41355 [ 7353] By: jhi on 2000/10/17 13:28:12
41356 Log: Workaround for a sfio bug where the stream error indicator
41357 is not cleared as documented.
41359 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41360 From: Nicholas Clark <nick@ccl4.org>
41361 Date: Mon, 16 Oct 2000 18:28:23 +0100
41362 Message-ID: <20001016182823.J19700@plum.flirble.org>
41365 ____________________________________________________________________________
41366 [ 7352] By: jhi on 2000/10/17 13:06:19
41367 Log: More IoTYPE sprinkling.
41370 ____________________________________________________________________________
41371 [ 7351] By: jhi on 2000/10/16 22:47:07
41372 Log: Detect early whether the std streams have gone bad.
41374 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41375 Date: Mon, 16 Oct 2000 23:28:42 +0100
41376 From: Nicholas Clark <nick@ccl4.org>
41377 Message-ID: <20001016232842.A37942@plum.flirble.org>
41380 ____________________________________________________________________________
41381 [ 7350] By: jhi on 2000/10/16 22:45:16
41382 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
41383 From: "Peter J. Farley III" <pjfarley@banet.net>
41384 Date: Mon, 16 Oct 2000 18:15:59 -0400
41385 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
41387 ! djgpp/djgpp.c dosish.h t/io/open.t
41388 ____________________________________________________________________________
41389 [ 7349] By: jhi on 2000/10/16 22:36:45
41390 Log: perldelta tweak.
41392 ! pod/perldelta.pod
41393 ____________________________________________________________________________
41394 [ 7348] By: jhi on 2000/10/16 15:17:53
41395 Log: Update Changes.
41397 ! Changes patchlevel.h
41398 ____________________________________________________________________________
41399 [ 7347] By: jhi on 2000/10/16 13:55:27
41400 Log: Add the capability to include/exclude branches.
41403 ____________________________________________________________________________
41404 [ 7346] By: jhi on 2000/10/16 13:18:04
41405 Log: Add Charles Lane.
41408 ____________________________________________________________________________
41409 [ 7345] By: jhi on 2000/10/16 13:13:21
41410 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
41412 ! pod/perldelta.pod
41413 ____________________________________________________________________________
41414 [ 7344] By: gsar on 2000/10/16 09:30:21
41415 Log: integrate change#6220 from cfgperl
41417 Win32 patches from Benjamin Stuhl.
41418 Branch: maint-5.6/perl
41419 !> makedef.pl win32/win32.h
41420 ____________________________________________________________________________
41421 [ 7343] By: gsar on 2000/10/16 08:32:19
41422 Log: integrate changes#6221,6222 from cfgperl
41424 Remove tr///CU (the feature is to be obsoleted by better interfaces).
41425 From: simon@brecon.co.uk (Simon Cozens)
41426 Subject: [PATCH] Eliminate tr///[CU][CU]
41427 Date: 23 Jun 2000 11:05:40 GMT
41428 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
41431 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
41432 From: Ian Phillipps <Ian.Phillipps@iname.com>
41433 Date: Fri, 23 Jun 2000 10:40:58 +0100
41434 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
41435 Branch: maint-5.6/perl
41436 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
41437 ____________________________________________________________________________
41438 [ 7342] By: gsar on 2000/10/16 08:28:08
41439 Log: integrate change#6217 from cfgperl (in part)
41441 Rename the fdpid locking and integrate with Sarathy.
41442 Branch: maint-5.6/perl
41443 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
41444 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
41445 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
41447 ____________________________________________________________________________
41448 [ 7341] By: gsar on 2000/10/16 08:23:39
41449 Log: integrate changes#6214..6216 from mainline
41451 @_ can't have junk in it even in the non-USE_ITHREADS case because
41452 caller() wants to populate @DB::args with it (causes a coredump
41453 in Carp::confess())
41455 tweak comment about @DB::args
41457 be more optimal about clearing @_
41458 Branch: maint-5.6/perl
41459 !> av.h cop.h pp_ctl.c t/op/runlevel.t
41460 ____________________________________________________________________________
41461 [ 7340] By: gsar on 2000/10/16 08:20:37
41462 Log: integrate changes#6207..6210 from cfgperl
41464 Subject: [PATCH 5.6.0] Threadsafe patches
41465 From: Dan Sugalski <dan@sidhe.org>
41466 To: perl5-porters@perl.org
41467 Date: Mon, 08 May 2000 18:08:13 -0400
41468 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
41470 Regen headers for #6207.
41472 Lock PL_fdpid against race conditions, based on:
41473 Subject: [PATCH 5.6.0]subprocess fixup for threads
41474 From: Dan Sugalski <dan@sidhe.org>
41475 To: perl5-porters@perl.org
41476 Date: Tue, 11 Apr 2000 17:02:32 -0400
41477 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
41479 Mopup for #6207 and #6209.
41480 Branch: maint-5.6/perl
41481 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
41482 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
41484 ____________________________________________________________________________
41485 [ 7339] By: gsar on 2000/10/16 08:14:34
41486 Log: integrate change#6203 from cfgperl
41488 perldiag should refer to perlos2.pod not README.os2
41489 Branch: maint-5.6/perl
41490 !> pod/perldiag.pod
41491 ____________________________________________________________________________
41492 [ 7338] By: gsar on 2000/10/16 08:11:42
41493 Log: integrate change#6201 from mainline
41495 Perl_eval_pv() leaks 4 bytes every time it is called because it
41496 does a PUSHMARK that's never ever POPMARKed; in general, only
41497 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
41498 Perl_eval_[sp]v() don't because they don't take any incoming
41499 arguments (this leak has been around since the original version
41500 of perl_eval_pv() in 5.003_97e)
41501 Branch: maint-5.6/perl
41503 ____________________________________________________________________________
41504 [ 7337] By: gsar on 2000/10/16 08:08:47
41505 Log: integrate changes#6197..6200 from cfgperl
41507 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
41508 From: John Borwick <jhborwic@unity.ncsu.edu>
41509 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
41510 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
41512 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
41513 From: Dan Sugalski <dan@sidhe.org>
41514 To: vmsperl@perl.org, perl5-porters@perl.org
41515 Date: Fri, 02 Jun 2000 16:00:41 -0400
41516 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
41517 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
41519 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
41520 From: Dan Sugalski <dan@sidhe.org>
41521 To: perl5-porters@perl.org, vmsperl@perl.org
41522 Date: Fri, 02 Jun 2000 17:30:51 -0400
41523 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
41525 Update to cperl-mode.el 4.31 from
41526 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
41527 Subject: A couple of notes
41528 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41529 To: Mailing list Perl5 <perl5-porters@perl.org>
41530 Date: Sat, 3 Jun 2000 23:33:32 -0400
41531 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
41532 Branch: maint-5.6/perl
41533 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
41534 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
41535 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
41536 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
41538 ____________________________________________________________________________
41539 [ 7336] By: gsar on 2000/10/16 08:03:46
41540 Log: integrate changes#6194,6195 from mainline
41542 fix small eval"" memory leaks under USE_ITHREADS
41544 fix yet another eval"" leak under USE_ITHREADS
41545 Branch: maint-5.6/perl
41546 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
41547 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
41549 ____________________________________________________________________________
41550 [ 7335] By: gsar on 2000/10/16 08:02:15
41551 Log: integrate changes#6190,6191 from mainline
41553 submit missing embed.pl change
41555 vec() loses numericalness (modified version of patch suggested
41557 Branch: maint-5.6/perl
41558 !> doop.c embed.pl t/op/vec.t
41559 ____________________________________________________________________________
41560 [ 7334] By: gsar on 2000/10/16 08:01:03
41561 Log: integrate change#6189 from mainline
41563 counting tr/// corrupts later operation (from M.J.T Guy)
41564 Branch: maint-5.6/perl
41565 !> doop.c t/op/tr.t
41566 ____________________________________________________________________________
41567 [ 7333] By: gsar on 2000/10/16 07:59:07
41568 Log: integrate changes#6183..6188 from mainline
41570 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
41573 tweak for change#6127
41575 remove incorrect documentation about implicit split to @_ in
41576 list context, which never really worked in perl 5 (from
41579 further qualify references to "alphanumeric" (from Wolfgang Laun
41580 <wolfgang.laun@alcatel.at>)
41582 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
41583 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41586 Branch: maint-5.6/perl
41587 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
41588 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
41589 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
41590 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
41591 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
41592 !> pod/pod2latex.PL utils/h2xs.PL
41593 ____________________________________________________________________________
41594 [ 7332] By: gsar on 2000/10/16 07:53:52
41595 Log: integrate change#6179 from mainline
41597 buggy modulus on UVs introduced by change#3378 (resulted in
41598 4063328477 % 65535 amounting to 27406, instead of 27407)
41599 Branch: maint-5.6/perl
41600 !> pp.c t/op/arith.t
41601 ____________________________________________________________________________
41602 [ 7331] By: gsar on 2000/10/16 07:52:49
41603 Log: integrate changes#6176,6177,6178,6182 from cfgperl
41605 Single-quoted utf8 patch from Simon Cozens.
41607 Substitution utf8 patch from Simon Cozens.
41611 Be Cleaner Part Deux.
41612 Branch: maint-5.6/perl
41613 !> Makefile.SH pp_hot.c toke.c
41614 ____________________________________________________________________________
41615 [ 7330] By: gsar on 2000/10/16 07:41:36
41616 Log: integrate change#6172 from mainline
41618 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
41619 (from Ilya Zakharevich)
41620 Branch: maint-5.6/perl
41621 !> regexec.c t/op/re_tests
41622 ____________________________________________________________________________
41623 [ 7329] By: gsar on 2000/10/16 07:40:25
41624 Log: integrate change#6171 from mainline
41626 scalar() doesn't force scalar context when used in void context
41627 (from Simon Cozens)
41628 Branch: maint-5.6/perl
41629 !> op.c t/op/wantarray.t
41630 ____________________________________________________________________________
41631 [ 7328] By: gsar on 2000/10/16 07:39:33
41632 Log: integrate change#6170 from mainline
41634 change#6142 needs tweaks to tests to work where there's no
41635 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41636 Branch: maint-5.6/perl
41637 !> t/lib/filefind.t
41638 ____________________________________________________________________________
41639 [ 7327] By: gsar on 2000/10/16 07:35:34
41640 Log: integrate changes#6166..6168 from cfgperl
41642 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
41643 in case somebody wants to write an extension for more
41644 shadow database interfaces.
41648 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
41649 Branch: maint-5.6/perl
41650 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41651 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
41652 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
41653 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41654 !> win32/config.vc win32/config_H.bc win32/config_H.gc
41655 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41656 ____________________________________________________________________________
41657 [ 7326] By: gsar on 2000/10/16 07:29:05
41658 Log: integrate changes#6157,6159..6161,6164 from cfgperl
41660 Regen Configure to jive with #6149.
41662 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
41664 Changes for the File::Temp 0.08 (change #6159) test suite
41665 to fit better into the Perl distribution test framework.
41667 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
41668 both from Simon Cozens.
41671 Branch: maint-5.6/perl
41672 +> pod/perlmodlib.PL pod/perlnewmod.pod
41673 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
41674 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
41675 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41676 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41677 ____________________________________________________________________________
41678 [ 7325] By: gsar on 2000/10/16 07:25:13
41679 Log: integrate change#6158 from vmsperl
41681 Add fallback to tmpfile for use in cases where user's relying on
41682 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
41684 Branch: maint-5.6/perl
41685 !> vms/vms.c vms/vmsish.h
41686 ____________________________________________________________________________
41687 [ 7324] By: gsar on 2000/10/16 07:20:50
41688 Log: integrate changes#6153..6155 from mainline
41690 prettier Test::Harness output on failed tests (from Nicholas Clark
41691 <nick@Bagpuss.uk.boo.com>)
41693 avoid type mismatch warning
41695 small bug in change#6144; remove random \xA0 character that snuck
41697 Branch: maint-5.6/perl
41698 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
41700 ____________________________________________________________________________
41701 [ 7323] By: gsar on 2000/10/16 07:18:47
41702 Log: integrate changes#6151,6152 from mainline
41704 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
41706 cosmetic fixups of RE debug output (from Ilya Zakharevich)
41707 Branch: maint-5.6/perl
41709 ____________________________________________________________________________
41710 [ 7322] By: gsar on 2000/10/16 07:17:25
41711 Log: integrate changes#6146..6150 from mainline
41715 add a make entry to Config.pm so "perl -V:make" works on VMS
41716 (from Peter Prymmer)
41718 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
41720 OS/2 tweaks for usethreads build (from Rocco Caputo
41723 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
41724 Branch: maint-5.6/perl
41725 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
41726 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
41727 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
41728 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
41729 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
41730 !> warnings.pl x2p/a2p.h
41731 ____________________________________________________________________________
41732 [ 7321] By: gsar on 2000/10/16 07:14:02
41733 Log: integrate changes#6143..6145 from mainline
41735 MacOS support, part 1 (from Matthias Neeracher
41736 <neeri@iis.ee.ethz.ch>)
41738 MacOS support, part 2: make AutoSplit use File::Spec instead
41739 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
41740 <neeri@iis.ee.ethz.ch>)
41742 make xsubpp skip embedded pod (from Matthias Neeracher
41743 <neeri@iis.ee.ethz.ch>)
41744 Branch: maint-5.6/perl
41745 +> ext/DynaLoader/dl_mac.xs
41746 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
41747 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41748 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
41749 !> pp_ctl.c proto.h toke.c util.c util.h
41750 ____________________________________________________________________________
41751 [ 7320] By: gsar on 2000/10/16 07:12:13
41752 Log: integrate changes#6141,6142 from mainline
41754 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
41755 forwarded by Peter Seebach from the bsdi-users mailing list.
41756 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
41758 File::Find fails to chdir when chasing symlinks (from
41759 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41760 Branch: maint-5.6/perl
41761 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
41762 ____________________________________________________________________________
41763 [ 7319] By: gsar on 2000/10/16 07:04:30
41764 Log: integrate change#6139 from mainline
41766 revise mktables.PL for bugs and newness in Unicode 3.0
41767 (from James Bence <jbence@amgen.com>)
41768 Branch: maint-5.6/perl
41769 +> (branch 30 files)
41770 !> (integrate 49 files)
41771 ____________________________________________________________________________
41772 [ 7318] By: gsar on 2000/10/16 07:01:01
41773 Log: integrate changes#6137,6138 from mainline
41775 fix bogus redeclaration warning for "our" variables in different
41778 add note about the handling of negative indices to tied arrays
41779 (from Michael G Schwern <schwern@pobox.com>)
41780 Branch: maint-5.6/perl
41781 !> op.c pod/perltie.pod t/pragma/strict-vars
41782 ____________________________________________________________________________
41783 [ 7317] By: gsar on 2000/10/16 06:58:46
41784 Log: integrate changes#6127..6136 from mainline
41786 call_method(...,G_EVAL) can longjmp() out if the method probing
41787 failed (from Gisle Aas)
41789 new perlxstut example for passing/returning refs to arrays
41790 (from David Lowe <dlowe@pootpoot.com>)
41792 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
41794 fix places that mean C<"word" character> but say C<alphanumeric
41797 avoid warnings in POSIX.pm (from Barrie Slaymaker)
41799 warnings::enabled() doesn't fall back to looking at $^W if
41800 caller isn't using lexical warnings (from Paul Marquess)
41802 elide bogus test in change#6132
41804 make Test::Harness use wait.h/WCOREDUMP if available
41805 (from Ben Tilly <ben_tilly@hotmail.com>)
41807 enable Test::Harness to dynamically determine column width etc.
41808 (from Rob Napier <rnapier@employees.org>)
41810 random pod typos (from Peter Scott <Peter@PSDT.com>)
41811 Branch: maint-5.6/perl
41812 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
41813 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
41814 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
41815 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
41816 ____________________________________________________________________________
41817 [ 7316] By: gsar on 2000/10/16 06:53:23
41818 Log: integrate change#6126 from mainline
41820 change#2879 broke rvalue autovivification of magicals such as
41821 ${$num} (reworked variant of patch suggested by Simon Cozens)
41822 Branch: maint-5.6/perl
41823 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
41824 !> pp_hot.c proto.h t/op/gv.t
41825 ____________________________________________________________________________
41826 [ 7315] By: gsar on 2000/10/16 06:51:38
41827 Log: integrate changes#6123,6125 from mainline
41829 clarify gotcha with #line directives (from Rocco Caputo
41832 enable propagating exception objects via Perl_croak() in XS code
41834 Branch: maint-5.6/perl
41835 !> pod/perldebug.pod pod/perlsyn.pod util.c
41836 ____________________________________________________________________________
41837 [ 7314] By: gsar on 2000/10/16 06:49:28
41838 Log: integrate change#6122 from mainline
41840 downgrade fatal error on C<"foo@nosucharray.com"> to optional
41841 warning (from Mark-Jason Dominus)
41842 Branch: maint-5.6/perl
41843 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
41844 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
41845 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
41847 ____________________________________________________________________________
41848 [ 7313] By: gsar on 2000/10/16 06:46:54
41849 Log: integrate changes#6112..6121 from vmsperl
41851 Check for existence of file before trying to delete
41853 Ugly workaround for version-specific RTL error
41855 Urk -- undo previous removal of vmsish 'exit' change
41857 Add bounds checking for several strings (Charles Lane)
41859 Miscellaneous cosmetic fixes (Charles Lane)
41861 Treat sockets as special in sys(read|write) (Charles Lane et al.)
41863 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
41864 Flatten case labels in switch statements uniformly (Charles Bailey)
41866 Quiet error messages in vmsish.t (Charles Lane)
41868 Add missing escape (Charles Lane)
41870 Allow eliminate_macros() and fixpath() to handle space-delimited
41871 lists (based on fixes by Craig Berry)
41872 Branch: maint-5.6/perl
41873 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
41874 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
41876 ____________________________________________________________________________
41877 [ 7312] By: gsar on 2000/10/16 06:41:18
41878 Log: integrate changes#6107,6110 from cfgperl
41880 Tweak the todo list.
41883 Branch: maint-5.6/perl
41885 ____________________________________________________________________________
41886 [ 7311] By: gsar on 2000/10/16 06:38:38
41887 Log: integrate changes#6104,6108 from mainline
41889 PL_sys_intern was being initialized too late on windows
41891 reenable fake signal handling on Windows, bugs and all
41892 Branch: maint-5.6/perl
41893 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
41894 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
41896 ____________________________________________________________________________
41897 [ 7310] By: gsar on 2000/10/16 06:36:03
41898 Log: integrate changes#6095,6097..6103 from cfgperl
41900 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
41901 might be useful in future.
41903 Add a note about possible compilation problems from Allen Smith.
41905 Add a note about other, yet unsupported, shadow password APIs.
41907 Tweaks for the cc bugs from Allen Smith.
41909 More compilation tweakery from Allen Smith.
41911 Hints and test tweaks for Unicos.
41913 The test suite tweak in #6101 wasn't quite right.
41915 Test tweaking for Unicos continues.
41916 Branch: maint-5.6/perl
41917 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41918 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
41919 !> t/lib/complex.t t/op/64bitint.t
41920 ____________________________________________________________________________
41921 [ 7309] By: gsar on 2000/10/16 06:29:41
41922 Log: integrate changes#6093,6094 from mainline
41924 fork() failure to create pseudo process sets errno=EAGAIN and returns
41925 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
41927 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
41928 Branch: maint-5.6/perl
41929 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
41930 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
41931 ____________________________________________________________________________
41932 [ 7308] By: gsar on 2000/10/16 06:27:29
41933 Log: integrate change#6092 from cfgperl
41935 Regen perltoc with the fixed buildtoc.
41936 Branch: maint-5.6/perl
41938 ____________________________________________________________________________
41939 [ 7307] By: gsar on 2000/10/16 06:26:40
41940 Log: integrate changes#6089,6090 from mainline
41942 buildtoc tweak to fix newline lossage
41944 concat doesn't preserve utf8-ness, and doesn't invalidate
41945 [NI]OK; added tests for both
41946 Branch: maint-5.6/perl
41947 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
41948 ____________________________________________________________________________
41949 [ 7306] By: gsar on 2000/10/16 06:24:05
41950 Log: integrate change#6088 from cfgperl
41952 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
41953 because we do not use those. The HAS_GETSPNAM remains,
41954 though, because we still do use that.
41955 Branch: maint-5.6/perl
41956 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41957 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
41958 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
41959 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41960 !> win32/config.vc win32/config_H.bc win32/config_H.gc
41961 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41962 ____________________________________________________________________________
41963 [ 7305] By: gsar on 2000/10/16 06:15:52
41964 Log: integrate changes#6084,6085,6087 from mainline
41966 substr() does not preserve utf8-ness (from Stefan Eissing
41967 <Eissing@medicaldataservice.de>); added tests
41969 repeat operator (x) doesn't preserve utf8-ness
41971 reverse() and quotemeta() weren't preserving utf8-ness; add tests
41972 Branch: maint-5.6/perl
41973 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
41974 ____________________________________________________________________________
41975 [ 7304] By: gsar on 2000/10/16 06:13:10
41976 Log: integrate changes#6077..6083 from mainline
41978 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
41981 workaround for CRT bug in chdir() (from Charles Lane, via
41984 remove outdated kludge in Carp (NULLs are permitted in diagnostics
41987 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
41988 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41990 better default perlbug categories for ok reports (from Richard Foley)
41992 peek.t non-portable to ithreads
41994 note about undocumented caller() return value (from M.J.T. Guy);
41995 yet another peek.t tweak
41996 Branch: maint-5.6/perl
41997 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41998 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41999 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
42000 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
42001 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
42003 ____________________________________________________________________________
42004 [ 7303] By: gsar on 2000/10/16 06:03:18
42005 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
42006 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
42008 &HUGE_VAL is not defined, it exists.
42010 Do not warn that an infinity does not look like a number.
42012 Rewrite the pwent/spent logic to be a little bit more clearer.
42014 Continue on the pwent/spent case.
42016 Correct Freudian slip.
42018 Use HUGE_VALL if applicable.
42020 pwent/spent #ifdef imbalance.
42024 Call getspnam() only iff needd.
42026 Test both the scalar and list contexts.
42028 Use setxxent()/endxxent().
42034 Be more forgiving in POSIX about HUGE_VALL.
42038 The search of infinity continues, this time simplified.
42040 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
42041 in natively 64-bit platforms where a long is a quad (no need
42042 for long longs). Also added bias for IVs.
42046 Introduce t/lib/peek.t.
42048 Make the test more portable.
42049 Branch: maint-5.6/perl
42052 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
42053 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
42054 !> t/op/pwent.t toke.c util.c
42055 ____________________________________________________________________________
42056 [ 7302] By: gsar on 2000/10/16 05:03:37
42057 Log: integrate changes#6066..6071 from mainline
42061 replace direct call to sighandler() with (*PL_sighandlerp)()
42063 note about values()
42065 File::Spec compatibility update (from Barrie Slaymaker
42066 <barries@slaysys.com>)
42068 remove misleading comment (from M.J.T. Guy)
42070 misformatted perllocal.pod (from Tim Jenness
42071 <t.jenness@jach.hawaii.edu>)
42072 Branch: maint-5.6/perl
42073 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
42074 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42075 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
42076 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
42077 ____________________________________________________________________________
42078 [ 7301] By: gsar on 2000/10/16 05:00:08
42079 Log: integrate changes#6061..6063 from mainline
42081 change#5921 neglected to make eq honor "use bytes"
42083 additional tests for utf8.t
42085 tokeq() could read unallocated field in argument
42086 Branch: maint-5.6/perl
42087 !> sv.c t/pragma/utf8.t toke.c
42088 ____________________________________________________________________________
42089 [ 7300] By: gsar on 2000/10/16 04:56:54
42090 Log: integrate changes#6046,6048,6057,6058 from mainline
42092 libscheck has insufficient checks for n32 libs (from
42093 Albert Chin-A-Young <china@thewrittenword.com>)
42095 add note about how $( doesn't interpolate in REs (from
42096 Philip Newton <newton@ficus.frogspace.net>)
42098 fix broken parsing of /\x{ab}/
42100 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
42101 (spotted by Donald Kinzer <dkinzer@premia.com>)
42102 Branch: maint-5.6/perl
42103 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
42105 ____________________________________________________________________________
42106 [ 7299] By: gsar on 2000/10/16 04:52:50
42107 Log: integrate change#6044 from mainline
42109 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
42110 such that underscores are only ignored in literal numbers,
42111 "\x{...}", and hex/oct argument
42112 Branch: maint-5.6/perl
42113 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
42114 ____________________________________________________________________________
42115 [ 7298] By: gsar on 2000/10/16 04:50:53
42116 Log: integrate changes#6027..6043 from mainline
42118 podlators-1.02 update (from Russ Allbery)
42120 Pod::Man generates groff-incompatible macro definition (from
42123 add CGI.pm v2.66 (from Lincoln Stein)
42125 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
42126 for @- and @+ (from Johan Vromans)
42128 small nits in diagnostics.pm (from Robin Barker)
42130 whitespace adjustments
42132 missing files in MANIFEST
42134 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
42137 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
42139 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
42140 Branch: maint-5.6/perl
42141 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
42142 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
42143 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
42144 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
42145 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
42146 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
42147 !> t/lib/cgi-html.t t/lib/cgi-request.t
42148 ____________________________________________________________________________
42149 [ 7297] By: gsar on 2000/10/16 04:44:30
42150 Log: integrate change#6025 from mainline
42152 Is{Alnum,Alpha,Word} don't match titlecase
42153 TODO: IsSpace is defined recursively!
42154 (both spotted by Larry)
42155 Branch: maint-5.6/perl
42156 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42157 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42158 ____________________________________________________________________________
42159 [ 7296] By: gsar on 2000/10/16 04:39:30
42160 Log: integrate change#6023 from mainline
42162 debugger stomps on $. (from M.J.T. Guy)
42163 Branch: maint-5.6/perl
42165 ____________________________________________________________________________
42166 [ 7295] By: gsar on 2000/10/16 04:38:02
42167 Log: integrate change#6022 from mainline
42169 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
42170 Branch: maint-5.6/perl
42172 ____________________________________________________________________________
42173 [ 7294] By: gsar on 2000/10/16 04:37:05
42174 Log: integrate changes#6018..6021 from mainline
42176 make lib/syslog.t portable to systems that don't have _PATH_LOG,
42177 make _PATH_LOG() return "" if unavailable
42179 windows portability tweaks
42183 remove Win2K issue in pod (fixed by change#6020)
42184 Branch: maint-5.6/perl
42185 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
42186 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
42187 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
42188 ____________________________________________________________________________
42189 [ 7293] By: gsar on 2000/10/16 04:20:00
42190 Log: integrate changes#6013..6015 from mainline
42192 tweak change#5945 to display correct switch name in diagnostic
42194 glob() loading File::Glob behind the scenes may cause syntax errors
42196 tweak test for portability
42197 Branch: maint-5.6/perl
42198 !> op.c perl.c pod/perldiag.pod t/lib/b.t
42199 ____________________________________________________________________________
42200 [ 7292] By: gsar on 2000/10/16 04:18:11
42201 Log: integrate changes#6005..6010 from mainline, cfgperl
42203 perldoc might fail via "use blib" (from Hugo van der Sanden)
42207 note about compile failures and END blocks (from M.J.T. Guy)
42209 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
42211 (change#6009 integrated earlier in change#7255)
42213 clarify note about shadow password support (from
42214 gellyfish@gellyfish.com)
42215 Branch: maint-5.6/perl
42216 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42217 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
42218 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
42219 ____________________________________________________________________________
42220 [ 7291] By: gsar on 2000/10/16 04:12:03
42221 Log: integrate changes#6002,6003 from mainline
42223 destructive sv_setsv() can lose UV-ness from source, causing
42224 numeric promotions/comparisons to fail to do the right thing
42226 allow REG_EXPAND_SZ keys in Windows registry (from
42227 John Clayton <John.Clayton@barclayscapital.com>)
42228 Branch: maint-5.6/perl
42229 !> sv.c win32/win32.c
42230 ____________________________________________________________________________
42231 [ 7290] By: gsar on 2000/10/16 04:10:19
42232 Log: integrate change#6001 from mainline
42234 support additional library locations via $Config{otherlibdirs}
42235 (from Andy Dougherty)
42236 Branch: maint-5.6/perl
42237 !> Configure INSTALL Porting/Glossary Porting/config.sh
42238 !> Porting/config_H config_h.SH epoc/config.sh perl.c
42239 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
42240 !> win32/config.bc win32/config.gc win32/config.vc
42241 ____________________________________________________________________________
42242 [ 7289] By: gsar on 2000/10/16 04:08:28
42243 Log: integrate change#5999 from mainline
42245 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
42246 Branch: maint-5.6/perl
42247 !> t/pragma/warn/toke toke.c
42248 ____________________________________________________________________________
42249 [ 7288] By: gsar on 2000/10/16 04:07:01
42250 Log: integrate changes#5997,5998 from cfgperl
42254 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
42255 Branch: maint-5.6/perl
42256 !> lib/Math/Complex.pm
42257 ____________________________________________________________________________
42258 [ 7287] By: gsar on 2000/10/16 04:04:37
42259 Log: integrate change#5995 from mainline
42261 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
42262 Branch: maint-5.6/perl
42263 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
42264 ____________________________________________________________________________
42265 [ 7286] By: gsar on 2000/10/16 04:03:21
42266 Log: integrate change#5994 from mainline
42268 fix for missed accounting for null byte in pack("Z",...) (from
42270 Branch: maint-5.6/perl
42271 !> pp.c t/op/pack.t
42272 ____________________________________________________________________________
42273 [ 7285] By: gsar on 2000/10/16 04:02:11
42274 Log: integrate changes#5989..5993 from mainline
42276 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
42277 itself and no other (from Tom Hughes)
42279 use $ENV{LIB} to search for libs under Visual C compiler
42280 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
42282 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
42284 pod nit (from Simon Cozens)
42286 various minor tweaks seen on p5p
42287 Branch: maint-5.6/perl
42288 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
42289 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
42290 !> t/op/array.t toke.c
42291 ____________________________________________________________________________
42292 [ 7284] By: gsar on 2000/10/16 03:59:00
42293 Log: integrate changes#5978..5988 from mainline
42295 sync version numbers in File::Spec with the ones on CPAN
42296 (from Barrie Slaymaker)
42298 under useithreads, constant pad entries could inadvertantly be
42299 shared across threads (from Eric Blood <eblood@xmission.com>);
42300 added Eric's test case to testsuite
42302 allow Configure -S to run non-interactively (spotted by Greg Hudson
42305 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
42306 prototype mismatch with CORE::glob(); update pod and tests to
42307 suit (File::Glob::glob() is still available for backward
42308 compatibility, but should be considered deprecated)
42310 avoid error in IO::Socket::INET when given an unknown service name
42311 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
42313 numeric conversion of non-number in change#3378 tramples on
42314 OOK offset, causing segfaults
42316 attributes::reftype() doesn't work on tied argument
42318 forked child may not exit correctly if it failed to open
42319 /dev/console (from Graham Barr)
42321 add regular expressions tutorial and quick-start guide (from
42322 Mark Kvale <kvale@phy.ucsf.edu>)
42324 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
42326 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
42327 <paul@miraclefish.com>)
42328 Branch: maint-5.6/perl
42329 +> pod/perlrequick.pod pod/perlretut.pod
42330 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
42331 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
42332 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
42333 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
42334 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42335 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42336 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
42337 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
42338 ____________________________________________________________________________
42339 [ 7283] By: gsar on 2000/10/16 03:52:14
42340 Log: integrate change#5977 from mainline
42342 autoquote barewords followed by newline and arrow properly
42343 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
42344 Branch: maint-5.6/perl
42345 !> t/pragma/warn/toke toke.c
42346 ____________________________________________________________________________
42347 [ 7282] By: gsar on 2000/10/16 03:50:48
42348 Log: integrate change#5976 from mainline
42350 DB_File v1.73 update (from Paul Marquess)
42351 Branch: maint-5.6/perl
42352 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
42353 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
42354 ____________________________________________________________________________
42355 [ 7281] By: gsar on 2000/10/16 03:49:14
42356 Log: integrate change#5975 from mainline
42358 allow sort() reentrancy (variant of patch suggested by
42359 Hugo van der Sanden)
42360 Branch: maint-5.6/perl
42361 !> pp_ctl.c t/op/sort.t
42362 ____________________________________________________________________________
42363 [ 7280] By: gsar on 2000/10/16 03:48:22
42364 Log: integrate change#5974 from mainline
42366 change#4197 somehow missed initializing PL_errors, meaning
42367 syntax error queueing wasn't working outside eval"" at all;
42368 also fixed eval"" to localize PL_error_count, so that compile-time
42369 eval's don't clobber the error state of the outer context
42370 Branch: maint-5.6/perl
42371 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
42372 !> t/pragma/warn/toke
42373 ____________________________________________________________________________
42374 [ 7279] By: gsar on 2000/10/16 03:46:21
42375 Log: integrate change#5973 from mainline
42377 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
42378 Branch: maint-5.6/perl
42379 !> regcomp.c regexec.c t/op/re_tests
42380 ____________________________________________________________________________
42381 [ 7278] By: gsar on 2000/10/16 03:44:54
42382 Log: integrate change#5971 from cfgperl
42384 Unicos tweaks from Mark P. Lutz.
42385 Branch: maint-5.6/perl
42386 !> hints/unicos.sh lib/Math/Complex.pm
42387 ____________________________________________________________________________
42388 [ 7277] By: gsar on 2000/10/16 03:42:59
42389 Log: integrate changes#5966..5970 from mainline
42391 add testsuite for B backends, fix bug in B::Deparse (from
42392 Simon Cozens <simon@brecon.co.uk>)
42394 improved docs on the warn_uninit diagnostic (from David Glasser
42397 tolerate spaces in group names in test on solaris (from David Boyce
42400 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
42402 Data::Dumper fumbles negative numbers on 32-bit platforms where
42404 Branch: maint-5.6/perl
42405 +> t/lib/b.t t/lib/syslog.t
42406 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
42407 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
42408 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
42409 ____________________________________________________________________________
42410 [ 7276] By: gsar on 2000/10/16 03:39:30
42411 Log: integrate change#5965 from mainline
42413 avoid "will not stay shared" warnings for our variables (from
42415 Branch: maint-5.6/perl
42416 !> op.c t/pragma/warn/op
42417 ____________________________________________________________________________
42418 [ 7275] By: gsar on 2000/10/16 03:38:18
42419 Log: integrate change#5964 from mainline
42421 reformat to 72 columns (again)
42422 Branch: maint-5.6/perl
42423 !> pod/perldiag.pod
42424 ____________________________________________________________________________
42425 [ 7274] By: gsar on 2000/10/16 03:36:58
42426 Log: integrate change#5963 from mainline
42428 patch from Larry to make (\&) prototype work; added tests for
42430 Branch: maint-5.6/perl
42431 !> op.c t/comp/proto.t
42432 ____________________________________________________________________________
42433 [ 7273] By: gsar on 2000/10/16 03:35:51
42434 Log: integrate changes#5956..5962 from mainline
42436 better diagnostics on failed tests (from Ilya Zakharevich)
42438 pod nits (from A. C. Yardley <yardley@tanet.net>)
42440 change#3569 deleted some essential code, revert; avoid use of
42441 atexit() to make DynaLoader work properly on AIX under mod_perl
42442 (from Jens-Uwe Mager <jum@helios.de>)
42444 doubled words in pods (from Simon Cozens
42445 <simon.p.cozens@jp.pwcglobal.com>)
42447 better INSTALL notes on Solaris issues (from Dominic Dunlop)
42449 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
42451 updated README.hpux (from Jeff Okamoto)
42452 Branch: maint-5.6/perl
42453 !> INSTALL README.hpux emacs/cperl-mode.el
42454 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
42455 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
42456 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
42457 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
42458 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
42459 !> t/op/lex_assign.t
42460 ____________________________________________________________________________
42461 [ 7272] By: gsar on 2000/10/16 03:31:22
42462 Log: integrate change#5955 from mainline
42464 longstanding bug exposed by change#3307: sort arguments weren't
42465 compiled with the right wantarray context (ensuing runtime lookup
42466 via block_gimme() was getting the incidental context of the
42468 Branch: maint-5.6/perl
42469 !> op.c t/op/sort.t
42470 ____________________________________________________________________________
42471 [ 7271] By: gsar on 2000/10/16 03:29:11
42472 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
42475 Flatten the cpp jungle doing the nosuid checking.
42477 Do not assume sign propagation. (from M.J.T. Guy)
42479 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
42481 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
42482 Now pp_ncmp() returns undef is either operand is a NaN.
42484 On second thoughts frexp() does have two arguments.
42486 Document that tr() is not tr(1).
42488 Be more robust on "extreme" (large absolute value)
42489 arguments. Originally reported by Daniel Connelly
42490 as a problem with asinh() on large negative arguments,
42491 asinh() used to bail out because an argument to log()
42492 ended up being zero. Ilya Zakharevich proposed using
42493 Taylor's series in such cases, which for such large
42494 arguments is a very good approximation.
42496 Undo "use integer" addition from 64bitint as it seems
42497 to break most of the subtests in Digital UNIX;
42498 Unicos needs to find another way.
42499 Branch: maint-5.6/perl
42500 !> (integrate 29 files)
42501 ____________________________________________________________________________
42502 [ 7270] By: gsar on 2000/10/16 03:09:44
42503 Log: integrate changes#5948,5949,5950 from mainline
42505 typo in vars.pm that leads to cryptic message (from Piotr
42506 Piatkowski <kompas@kompas.usr.onet.pl>)
42508 make perldoc use the pod2man from the same version (from
42511 reformat perldiag to avoid long lines
42512 Branch: maint-5.6/perl
42513 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
42514 ____________________________________________________________________________
42515 [ 7269] By: gsar on 2000/10/16 03:05:54
42516 Log: integrate change#5947 from mainline
42518 use &dl_error rather than &dl_load_file as the guard for calling
42519 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
42520 statically built perl)
42521 Branch: maint-5.6/perl
42522 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42523 ____________________________________________________________________________
42524 [ 7268] By: gsar on 2000/10/16 03:04:48
42525 Log: integrate change#5945 from mainline
42527 make module name mandatory after -M switch; reorder perldiag
42528 alphabetically (from Mark-Jason Dominus)
42529 Branch: maint-5.6/perl
42530 !> perl.c pod/perldiag.pod
42531 ____________________________________________________________________________
42532 [ 7267] By: gsar on 2000/10/16 03:03:01
42533 Log: integrate change#5939 from mainline
42535 more pod nits (from Larry Virden)
42536 Branch: maint-5.6/perl
42537 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
42538 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
42539 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
42540 ____________________________________________________________________________
42541 [ 7266] By: gsar on 2000/10/16 03:01:39
42542 Log: integrate change#5938 from mainline
42544 Consolidated B::Deparse fixes (from Stephen McCamant)
42545 Branch: maint-5.6/perl
42546 !> ext/B/B/Deparse.pm
42547 ____________________________________________________________________________
42548 [ 7265] By: gsar on 2000/10/16 03:00:43
42549 Log: integrate change#5936 from mainline
42551 additional tests for change#7263 (from Paul Marquess)
42552 Branch: maint-5.6/perl
42553 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
42554 !> t/pragma/warn/5nolint t/pragma/warn/6default
42555 ____________________________________________________________________________
42556 [ 7264] By: gsar on 2000/10/16 02:58:34
42557 Log: integrate change#5934 from mainline
42559 propagate lexical warnings from surrounding scope correctly
42560 within string eval() (from Paul Marquess)
42561 Branch: maint-5.6/perl
42562 !> pp_ctl.c t/pragma/warn/pp_ctl
42563 ____________________________________________________________________________
42564 [ 7263] By: gsar on 2000/10/16 02:56:53
42565 Log: integrate change#5932 from mainline
42567 add rsignal(), whichsig() and do_join() to public API list
42568 (mod_perl uses them to good advantage)
42569 Branch: maint-5.6/perl
42570 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
42571 ____________________________________________________________________________
42572 [ 7262] By: gsar on 2000/10/16 02:55:53
42573 Log: integrate change#5931 from mainline
42575 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
42576 Branch: maint-5.6/perl
42577 !> pp_hot.c regexec.c t/op/pat.t
42578 ____________________________________________________________________________
42579 [ 7261] By: gsar on 2000/10/16 02:55:01
42580 Log: integrate change#5930 from mainline
42582 small os390 tweaks (from Peter Prymmer)
42583 Branch: maint-5.6/perl
42584 !> config_h.SH makedepend.SH
42585 ____________________________________________________________________________
42586 [ 7260] By: gsar on 2000/10/16 02:54:10
42587 Log: integrate change#5929 from mainline
42590 Branch: maint-5.6/perl
42591 !> pod/perlguts.pod
42592 ____________________________________________________________________________
42593 [ 7259] By: gsar on 2000/10/16 02:52:55
42594 Log: integrate change#5927 from mainline
42596 arrange for next() to resume at the unstack op rather than the
42597 loop conditional, so that scope cleanup happens correctly
42598 (from Stephen McCamant)
42599 Branch: maint-5.6/perl
42600 !> op.c pp_ctl.c t/op/misc.t
42601 ____________________________________________________________________________
42602 [ 7258] By: gsar on 2000/10/16 02:51:38
42603 Log: integrate change#5926 from mainline
42605 on windows, reserve 16M of stack rather than 128M (allows more
42606 threads to run concurrently)
42607 Branch: maint-5.6/perl
42608 !> win32/Makefile win32/makefile.mk
42609 ____________________________________________________________________________
42610 [ 7257] By: gsar on 2000/10/16 02:50:37
42611 Log: integrate change#5925 from mainline
42613 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
42614 Branch: maint-5.6/perl
42616 ____________________________________________________________________________
42617 [ 7256] By: gsar on 2000/10/16 02:49:36
42618 Log: integrate change#5924 from mainline
42620 avoid using uninitialized memory in require version check
42621 Branch: maint-5.6/perl
42622 !> pp_ctl.c universal.c
42623 ____________________________________________________________________________
42624 [ 7255] By: gsar on 2000/10/16 02:48:03
42625 Log: integrate changes#5923,5928,6009 from mainline
42627 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
42628 Branch: maint-5.6/perl
42629 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
42630 ____________________________________________________________________________
42631 [ 7254] By: gsar on 2000/10/16 02:44:46
42632 Log: integrate change#5922 from mainline
42634 commentary about IoTYPE() (from Nathan Torkington)
42635 Branch: maint-5.6/perl
42637 ____________________________________________________________________________
42638 [ 7253] By: gsar on 2000/10/16 02:43:49
42639 Log: integrate change#5921 from mainline
42641 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
42642 Branch: maint-5.6/perl
42643 !> sv.c t/lib/charnames.t t/pragma/utf8.t
42644 ____________________________________________________________________________
42645 [ 7252] By: gsar on 2000/10/16 02:42:31
42646 Log: integrate change#5920 from mainline
42648 Larry's fix for buggy propagation of utf8-ness in join(); add test
42649 Branch: maint-5.6/perl
42650 !> doop.c t/op/ver.t
42651 ____________________________________________________________________________
42652 [ 7251] By: gsar on 2000/10/16 02:41:14
42653 Log: integrate changes#5915..5919 from mainline
42655 various (pod tweaks &c)
42656 Branch: maint-5.6/perl
42657 !> (integrate 33 files)
42658 ____________________________________________________________________________
42659 [ 7250] By: gsar on 2000/10/16 02:38:16
42660 Log: integrate change#5914 from mainline
42662 caller() wasn't returning the right number of elements for
42664 Branch: maint-5.6/perl
42665 !> pp_ctl.c t/pragma/warn/9enabled
42666 ____________________________________________________________________________
42667 [ 7249] By: gsar on 2000/10/16 02:37:02
42668 Log: integrate change#5913 from mainline
42670 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
42671 (from Mark-Jason Dominus)
42672 Branch: maint-5.6/perl
42673 !> pod/perlfunc.pod
42674 ____________________________________________________________________________
42675 [ 7248] By: gsar on 2000/10/16 02:35:58
42676 Log: integrate change#5912 from mainline
42678 fix totally broken caching in UNIVERSAL::isa() (from
42680 Branch: maint-5.6/perl
42681 !> t/op/universal.t universal.c
42682 ____________________________________________________________________________
42683 [ 7247] By: gsar on 2000/10/16 02:34:27
42684 Log: integrate changes#5910,5911 from mainline
42688 add linebreak properties from unicode/LineBrk.txt (from
42689 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
42690 Branch: maint-5.6/perl
42691 +> (branch 29 files)
42692 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
42693 ____________________________________________________________________________
42694 [ 7246] By: gsar on 2000/10/16 02:33:29
42695 Log: integrate change#5909 from mainline
42697 mode argument to do_binmode() should be file mode, not boolean
42698 Branch: maint-5.6/perl
42700 ____________________________________________________________________________
42701 [ 7245] By: gsar on 2000/10/16 02:31:04
42702 Log: integrate change#5908 from mainline
42704 introduce illegal symbols into null package so that
42705 gv_fetchpv(...,TRUE) always returns a valid GV even when the
42706 symbol is trapped by strictures (avoids coredumps)
42707 Branch: maint-5.6/perl
42708 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
42709 !> t/pragma/strict-vars
42710 ____________________________________________________________________________
42711 [ 7244] By: jhi on 2000/10/16 02:29:54
42712 Log: Subject: $Carp::ExportLevel confusion in Exporter
42713 From: "Ben Tilly" <ben_tilly@hotmail.com>
42714 Date: Sat, 14 Oct 2000 16:44:34 EDT
42715 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
42717 ! lib/Exporter/Heavy.pm
42718 ____________________________________________________________________________
42719 [ 7243] By: jhi on 2000/10/16 02:28:33
42720 Log: Subject: [PATCH perlguts.pod] Document offset hack
42721 From: Simon Cozens <simon@cozens.net>
42722 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
42723 Date: Sat, 14 Oct 2000 19:32:25 +0100
42726 ____________________________________________________________________________
42727 [ 7242] By: gsar on 2000/10/16 02:26:51
42728 Log: integrate changes#5905,5906,5907,6064 from mainline
42730 printf/sprintf didn't get quad types right under use64bitint
42731 Branch: maint-5.6/perl
42732 !> pp_sys.c sv.c t/op/64bitint.t
42733 ____________________________________________________________________________
42734 [ 7241] By: jhi on 2000/10/16 02:22:44
42735 Log: Subject: small pod patch
42736 From: Dan Boorstein <dan_boo@bellsouth.net>
42737 Date: Sat, 14 Oct 2000 14:29:24 -0400
42738 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
42740 ! pod/perlfaq7.pod pod/perlmod.pod
42741 ____________________________________________________________________________
42742 [ 7240] By: jhi on 2000/10/16 02:13:46
42745 Subject: Re: Problems with bleadperl
42746 From: "Stephen P. Potter" <spp@ds.net>
42747 Date: Fri, 13 Oct 2000 13:32:49 -0400
42748 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
42750 ! t/pragma/overload.t
42751 ____________________________________________________________________________
42752 [ 7239] By: jhi on 2000/10/16 01:41:18
42753 Log: One more ~utf8 tweak.
42756 ____________________________________________________________________________
42757 [ 7238] By: jhi on 2000/10/16 01:34:14
42758 Log: Tweak the test of #7235.
42761 ____________________________________________________________________________
42762 [ 7237] By: jhi on 2000/10/16 01:25:04
42763 Log: Fix a couple of compiler-noted nits in #7235.
42766 ____________________________________________________________________________
42767 [ 7236] By: jhi on 2000/10/16 01:22:46
42768 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
42771 ____________________________________________________________________________
42772 [ 7235] By: jhi on 2000/10/15 16:24:44
42773 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
42775 From: Simon Cozens <simon@cozens.net>
42776 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
42777 Date: Sat, 14 Oct 2000 20:52:13 +0100
42778 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
42780 ! pp.c t/op/bop.t utf8.h
42781 ____________________________________________________________________________
42782 [ 7234] By: jhi on 2000/10/15 15:19:29
42783 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
42784 The problem was that rx->minlen was in chars while pp_split()
42785 thought it would be in bytes.
42787 ! pp.c t/pragma/utf8.t
42788 ____________________________________________________________________________
42789 [ 7233] By: jhi on 2000/10/14 20:24:24
42790 Log: Document FNCASE=y as discussed in the bug 20000902.009.
42793 ____________________________________________________________________________
42794 [ 7232] By: jhi on 2000/10/14 18:52:21
42795 Log: Add test for bug id 20000427.003 (which seems to have
42796 been fixed) (also duplicate as 20000427.004, though
42797 with a higher severity). Move one utf8 from op/append
42798 to pragma/utf8, tag the tests with bug ids.
42800 ! t/op/append.t t/pragma/utf8.t
42801 ____________________________________________________________________________
42802 [ 7231] By: jhi on 2000/10/14 17:28:37
42803 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
42806 ____________________________________________________________________________
42807 [ 7230] By: jhi on 2000/10/14 14:24:50
42808 Log: Needs to be conditional on SunOS 4.
42810 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
42811 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42812 Date: Sat, 14 Oct 2000 13:37:49 +0100
42813 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
42814 Branch: metaconfig/U/perl
42817 ! Configure myconfig.SH pod/perldelta.pod
42818 ____________________________________________________________________________
42819 [ 7229] By: jhi on 2000/10/14 00:49:22
42820 Log: Update Changes.
42822 ! Changes patchlevel.h
42823 ____________________________________________________________________________
42824 [ 7228] By: jhi on 2000/10/14 00:46:10
42825 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
42826 From: Peter Prymmer <pvhp@forte.com>
42827 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
42828 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
42831 ____________________________________________________________________________
42832 [ 7227] By: jhi on 2000/10/13 23:20:30
42833 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
42836 ____________________________________________________________________________
42837 [ 7226] By: jhi on 2000/10/13 22:14:32
42840 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
42841 From: Peter Prymmer <pvhp@forte.com>
42842 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
42843 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
42846 ____________________________________________________________________________
42847 [ 7225] By: jhi on 2000/10/13 22:11:31
42848 Log: op/sprintf.t patch for OS/390 (and any other host with limited
42849 floating-point exponent length)
42851 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
42852 From: Dominic Dunlop <domo@computer.org>
42853 Date: Fri, 13 Oct 2000 19:17:57 +0200
42854 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
42857 ____________________________________________________________________________
42858 [ 7224] By: jhi on 2000/10/13 18:40:48
42859 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
42862 ____________________________________________________________________________
42863 [ 7223] By: jhi on 2000/10/13 18:37:13
42864 Log: Thinko in #7222.
42867 ____________________________________________________________________________
42868 [ 7222] By: jhi on 2000/10/13 18:05:23
42869 Log: Use UTF8SKIP(), from Simon Cozens.
42872 ____________________________________________________________________________
42873 [ 7221] By: jhi on 2000/10/13 15:43:19
42874 Log: (accidentally empty check-in)
42877 ____________________________________________________________________________
42878 [ 7220] By: jhi on 2000/10/13 15:23:51
42879 Log: Add (optimistically) Storable to static extensions.
42881 ! hints/uwin.sh hints/vmesa.sh
42882 ____________________________________________________________________________
42883 [ 7219] By: jhi on 2000/10/13 15:20:05
42884 Log: Amdahl UTS doesn't seem to do dynaloading.
42887 ____________________________________________________________________________
42888 [ 7218] By: jhi on 2000/10/13 15:15:20
42889 Log: Slight tweak of the code to appease Amdahl UTS cc.
42892 ____________________________________________________________________________
42893 [ 7217] By: jhi on 2000/10/13 14:50:42
42894 Log: In Amdahl UTS "struct sv" is defined by a system header,
42898 ____________________________________________________________________________
42899 [ 7216] By: jhi on 2000/10/13 11:58:25
42900 Log: Ilya implemented the memory profiling API.
42903 ____________________________________________________________________________
42904 [ 7215] By: jhi on 2000/10/13 02:56:38
42905 Log: Subject: [PATCH 5.7.0] Perl API for mstats
42906 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42907 Date: Thu, 12 Oct 2000 22:52:40 -0400
42908 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
42910 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
42911 ____________________________________________________________________________
42912 [ 7214] By: jhi on 2000/10/13 02:55:38
42913 Log: Subject: [PATCH 5.7.0] IVs in mtats
42914 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42915 Date: Thu, 12 Oct 2000 22:51:04 -0400
42916 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
42919 ____________________________________________________________________________
42920 [ 7213] By: jhi on 2000/10/13 02:31:47
42921 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
42923 ! pod/perldiag.pod pp_sys.c
42924 ____________________________________________________________________________
42925 [ 7212] By: jhi on 2000/10/13 01:27:38
42926 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
42927 From: Peter Prymmer <pvhp@forte.com>
42928 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
42929 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
42932 ____________________________________________________________________________
42933 [ 7211] By: jhi on 2000/10/13 00:35:09
42934 Log: Update Changes.
42936 ! Changes patchlevel.h
42937 ____________________________________________________________________________
42938 [ 7210] By: jhi on 2000/10/12 23:59:40
42939 Log: The Install.pm third of
42941 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42942 From: Bill Campbell <bill@celestial.com>
42943 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
42944 Date: Thu, 5 Oct 2000 18:04:51 -0700
42946 ! lib/ExtUtils/Install.pm
42947 ____________________________________________________________________________
42948 [ 7209] By: jhi on 2000/10/12 23:58:43
42951 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42952 Date: Thu, 5 Oct 2000 18:04:51 -0700
42953 From: Bill Campbell <bill@celestial.com>
42954 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
42956 The Install.pm changes will be submitted separately because
42957 they need some work and discussion still.
42959 ! lib/getopts.pl lib/termcap.pl
42960 ____________________________________________________________________________
42961 [ 7208] By: jhi on 2000/10/12 23:41:19
42962 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
42963 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42964 Date: Thu, 12 Oct 2000 07:30:02 EDT
42965 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
42967 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
42968 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
42969 ____________________________________________________________________________
42970 [ 7207] By: jhi on 2000/10/12 23:39:01
42971 Log: An updated EBCDIC tr patch.
42973 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
42974 From: Peter Prymmer <pvhp@forte.com>
42975 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
42976 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
42979 ____________________________________________________________________________
42980 [ 7206] By: jhi on 2000/10/12 23:34:55
42981 Log: Upgrade to CPAN 1.58, from Andreas König.
42983 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42984 ____________________________________________________________________________
42985 [ 7205] By: jhi on 2000/10/12 23:29:08
42986 Log: Introduce the man[24-8] variables, from Andy Dougherty.
42987 Branch: metaconfig/U/perl
42988 + mandirs.U mandirstyle.U
42990 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42991 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
42992 ! vos/config.h vos/config.pl vos/config_h.SH_orig
42993 ! win32/config.bc win32/config.gc win32/config.vc
42994 ____________________________________________________________________________
42995 [ 7204] By: gsar on 2000/10/12 18:11:24
42996 Log: restore change#7202
42999 ____________________________________________________________________________
43000 [ 7203] By: gsar on 2000/10/12 18:09:40
43001 Log: another test of the Emergency Broadcast System--back out
43005 ____________________________________________________________________________
43006 [ 7202] By: gsar on 2000/10/12 16:40:47
43007 Log: (submitted on behalf of Jarkko)
43008 Fix the lib/encode.t subtest 6 failure as reported by Andreas
43009 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
43010 was unearthed by change 7182, as was a bug in HTML::Entities.
43013 ____________________________________________________________________________
43014 [ 7201] By: jhi on 2000/10/11 03:16:05
43015 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
43017 ! pp_hot.c t/pragma/utf8.t
43018 ____________________________________________________________________________
43019 [ 7200] By: jhi on 2000/10/11 00:40:30
43020 Log: The #7198 was a false alarm.
43023 ____________________________________________________________________________
43024 [ 7199] By: jhi on 2000/10/11 00:26:04
43025 Log: Remove duplicated code.
43028 ____________________________________________________________________________
43029 [ 7198] By: jhi on 2000/10/10 23:30:46
43030 Log: (Retracted by #7200.)
43033 ____________________________________________________________________________
43034 [ 7197] By: jhi on 2000/10/10 21:49:30
43035 Log: Add the test case for #7190, from the original bug report
43039 ____________________________________________________________________________
43040 [ 7196] By: jhi on 2000/10/10 21:40:49
43041 Log: Reapply Andy's patch and regen Configure.
43043 ! Configure INSTALL Makefile.SH Porting/Glossary
43044 ! Porting/config.sh config_h.SH epoc/config.sh installperl
43045 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
43047 ____________________________________________________________________________
43048 [ 7195] By: jhi on 2000/10/10 21:09:30
43049 Log: Use the versiononly instead of the installscripts,
43050 retract the changes 7146 and 7147.
43052 ! Configure INSTALL Makefile.SH Porting/Glossary
43053 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
43054 ! installperl uconfig.sh vos/config.def win32/config.bc
43055 ! win32/config.gc win32/config.vc
43056 ____________________________________________________________________________
43057 [ 7194] By: jhi on 2000/10/10 21:06:15
43058 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
43059 From: Peter Prymmer <pvhp@forte.com>
43060 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
43061 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
43064 ____________________________________________________________________________
43065 [ 7193] By: jhi on 2000/10/10 21:05:12
43066 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
43067 From: Peter Prymmer <pvhp@forte.com>
43068 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
43069 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
43072 ____________________________________________________________________________
43073 [ 7192] By: jhi on 2000/10/10 20:57:30
43074 Log: Add versiononly, delete installscripts, from Andy Dougherty.
43076 - U/installdirs/installscripts.U
43077 Branch: metaconfig/U/perl
43079 ____________________________________________________________________________
43080 [ 7191] By: jhi on 2000/10/10 19:41:21
43081 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
43082 From: Peter Prymmer <pvhp@forte.com>
43083 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
43084 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
43086 ! pod/perlebcdic.pod
43087 ____________________________________________________________________________
43088 [ 7190] By: jhi on 2000/10/10 19:26:14
43089 Log: Subject: Re: utf8 concat, mg_get
43090 From: Simon Cozens <simon@cozens.net>
43091 Date: Tue, 10 Oct 2000 17:40:17 +0100
43092 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
43095 ____________________________________________________________________________
43096 [ 7189] By: jhi on 2000/10/10 19:23:03
43097 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
43098 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
43099 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
43100 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
43102 ! lib/ExtUtils/MM_Unix.pm
43103 ____________________________________________________________________________
43104 [ 7188] By: jhi on 2000/10/10 15:31:24
43105 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
43106 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43107 Date: Fri, 14 Jul 2000 10:47:36 +0100
43108 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
43111 ____________________________________________________________________________
43112 [ 7187] By: jhi on 2000/10/10 13:30:10
43113 Log: Quote the temp file name, needed in Win32 because the
43114 default name unfortunately contains spaces, shouldn't
43117 Subject: FW: perldoc fails if $TEMP contains spaces
43118 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43119 Date: Thu, 14 Sep 2000 08:58:45 +0100
43120 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
43123 ____________________________________________________________________________
43124 [ 7186] By: jhi on 2000/10/10 13:16:27
43125 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
43126 From: hv@hugo.hybyte.com
43127 Date: Tue, 10 Oct 2000 14:10:20 +0100
43128 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
43130 ! t/lib/thr5005.t util.c
43131 ____________________________________________________________________________
43132 [ 7185] By: jhi on 2000/10/10 12:06:22
43133 Log: Upgrade to podlators 1.04, from Russ Allbery.
43135 ! lib/Pod/Man.pm lib/Pod/Text.pm
43136 ____________________________________________________________________________
43137 [ 7184] By: jhi on 2000/10/10 12:01:32
43138 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
43140 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
43141 ____________________________________________________________________________
43142 [ 7183] By: jhi on 2000/10/09 23:47:15
43143 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
43144 From: Peter Prymmer <pvhp@forte.com>
43145 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
43146 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
43148 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
43149 ____________________________________________________________________________
43150 [ 7182] By: jhi on 2000/10/09 23:43:16
43151 Log: Make eq work again with utf8 (disabling the upgrading
43152 should no more be necessary since the copies of the
43153 scalars are upgraded, not the scalars themselves).
43154 Takes care of ID 20001009.001. (The claimed length()
43155 bug in 20001009.001 seems bogus to me.)
43157 ! sv.c t/pragma/utf8.t
43158 ____________________________________________________________________________
43159 [ 7181] By: gsar on 2000/10/09 19:41:54
43160 Log: tweak for change#7173
43163 ____________________________________________________________________________
43164 [ 7180] By: gsar on 2000/10/09 19:26:56
43165 Log: on Windows, clean targets might not work under some flavors of the shell
43167 ! win32/Makefile win32/makefile.mk
43168 ____________________________________________________________________________
43169 [ 7179] By: jhi on 2000/10/09 19:21:02
43170 Log: Update Changes.
43172 ! Changes patchlevel.h
43173 ____________________________________________________________________________
43174 [ 7178] By: jhi on 2000/10/09 19:18:23
43175 Log: Warn about unknown scripts.
43177 Subject: Re: ideas? patches? [PATCH bleadperl]
43178 From: Dominic Dunlop <domo@computer.org>
43179 Date: Mon, 9 Oct 2000 14:57:17 +0200
43180 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
43183 ____________________________________________________________________________
43184 [ 7177] By: jhi on 2000/10/09 19:13:27
43185 Log: Change #7160 had a nasty typo.
43187 ! U/compline/Compile.U
43189 ! Configure config_h.SH
43190 ____________________________________________________________________________
43191 [ 7176] By: gsar on 2000/10/09 18:59:33
43195 ____________________________________________________________________________
43196 [ 7175] By: gsar on 2000/10/09 18:54:28
43197 Log: Windows9x doesn't support link(), despite what Config.pm
43200 ! lib/ExtUtils/Manifest.pm
43201 ____________________________________________________________________________
43202 [ 7174] By: gsar on 2000/10/09 18:50:03
43203 Log: avoid nonportable example code
43206 ____________________________________________________________________________
43207 [ 7173] By: gsar on 2000/10/09 18:46:54
43208 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
43209 being used) when closing a socket handle
43211 ! win32/win32.c win32/win32.h win32/win32sck.c
43212 ____________________________________________________________________________
43213 [ 7172] By: gsar on 2000/10/09 18:41:40
43214 Log: on Windows, cwd strings in the environment should be of the
43215 form =X:=X:\foo instead of =X=X:\foo\
43218 ____________________________________________________________________________
43219 [ 7171] By: gsar on 2000/10/09 18:30:09
43220 Log: on Windows, LoadLibrary() could load an extension DLL multiple
43221 times if forward slashes are used in the path
43224 ____________________________________________________________________________
43225 [ 7170] By: jhi on 2000/10/09 17:53:59
43226 Log: Add a todo note about overloadable assertions.
43229 ____________________________________________________________________________
43230 [ 7169] By: jhi on 2000/10/09 13:43:45
43231 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
43232 From: mjd@plover.com
43233 Date: 9 Oct 2000 00:24:44 -0000
43234 Message-ID: <20001009002444.10616.qmail@plover.com>
43236 ! pod/perldebguts.pod
43237 ____________________________________________________________________________
43238 [ 7168] By: nick on 2000/10/08 13:16:33
43239 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
43240 is not right thing to do on (e.g. x86). Network order is also "right" for
43243 ! ext/Encode/Encode.pm
43244 ____________________________________________________________________________
43245 [ 7167] By: nick on 2000/10/08 12:54:42
43246 Log: Make "encodings" work post-install when Encode/*.enc files may not
43247 be in same directory as Encode.pm
43249 ! ext/Encode/Encode.pm
43250 ____________________________________________________________________________
43251 [ 7166] By: nick on 2000/10/08 11:51:26
43252 Log: Work round the fact that $hash->{$key} does not take into account
43253 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
43254 so that key is always in the "expected" encoding - i.e. same way we put
43257 ! ext/Encode/Encode.pm
43258 ____________________________________________________________________________
43259 [ 7165] By: gsar on 2000/10/08 04:15:29
43260 Log: save_re_context() could reset PL_curcop to freed memory, causing core
43261 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
43264 ____________________________________________________________________________
43265 [ 7164] By: jhi on 2000/10/06 20:51:48
43266 Log: UTF8ize split() so that the cloned substrings get the UTF8
43267 flag of the original scalar. Problem reported by Simon Cozens.
43269 ! pp.c t/pragma/utf8.t
43270 ____________________________________________________________________________
43271 [ 7163] By: nick on 2000/10/06 20:48:34
43272 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
43273 got a false +ve and so did not reach code which would have un-FAKEd the SV.
43276 ____________________________________________________________________________
43277 [ 7162] By: nick on 2000/10/06 20:25:37
43278 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
43279 To fix (sort {$a <=> $b} keys %hash) in particular but
43280 should cover a number of other as-yet-unknown cases as well.
43283 ____________________________________________________________________________
43284 [ 7161] By: jhi on 2000/10/06 19:56:18
43285 Log: Change the version number of Tie::Handle in the core to 4.0,
43286 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
43288 Subject: Note on Tie::Handle
43289 From: andreas.koenig@anima.de (Andreas J. Koenig)
43290 Date: 06 Oct 2000 21:48:58 +0200
43291 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
43293 ! lib/Tie/Handle.pm
43294 ____________________________________________________________________________
43295 [ 7160] By: jhi on 2000/10/06 18:20:35
43296 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
43297 as the first option of cc/ld because of ultrapicky compilers
43300 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
43301 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
43302 ! U/compline/orderlib.U U/modified/Cppsym.U
43303 ! U/modified/d_access.U
43304 Branch: metaconfig/U/perl
43305 ! Checkcc.U d_dlsymun.U gccvers.U
43307 ! Configure config_h.SH
43308 ____________________________________________________________________________
43309 [ 7159] By: jhi on 2000/10/06 13:56:39
43310 Log: Update Changes.
43312 ! Changes patchlevel.h
43313 ____________________________________________________________________________
43314 [ 7158] By: jhi on 2000/10/06 12:48:40
43315 Log: Eliminate $Is_VMS code from the test.
43317 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
43318 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43319 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
43320 Date: Thu, 5 Oct 2000 07:46:33 EDT
43323 ____________________________________________________________________________
43324 [ 7157] By: jhi on 2000/10/06 12:47:13
43325 Log: Also the $ccflags is needed for the C compiler check.
43327 Subject: Configure (check for C-compiler)
43328 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43329 Date: Fri, 06 Oct 2000 08:47:15 +0200
43330 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
43331 Branch: metaconfig/U/perl
43334 ! Configure config_h.SH
43335 ____________________________________________________________________________
43336 [ 7156] By: jhi on 2000/10/06 11:45:15
43337 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
43339 ! perl.c pp_ctl.c sv.h utf8.c
43340 ____________________________________________________________________________
43341 [ 7155] By: jhi on 2000/10/06 11:40:41
43342 Log: IO::Handle->syswrite() did not handle length omission
43343 like CORE::syswrite() does.
43345 Subject: [Fwd] IO::Handle, syswrite and arguments
43346 From: Graham Barr <gbarr@pobox.com>
43347 Date: Fri, 6 Oct 2000 10:22:05 +0100
43348 Message-ID: <20001006102205.U6312@pobox.com>
43350 The original patch from andrew@ugh.net.au.
43352 ! ext/IO/lib/IO/Handle.pm
43353 ____________________________________________________________________________
43354 [ 7154] By: jhi on 2000/10/06 01:42:15
43358 ____________________________________________________________________________
43359 [ 7153] By: jhi on 2000/10/06 00:39:55
43360 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
43363 ____________________________________________________________________________
43364 [ 7152] By: jhi on 2000/10/06 00:38:11
43365 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
43367 ! perl.c pp_ctl.c sv.h utf8.c
43368 ____________________________________________________________________________
43369 [ 7151] By: jhi on 2000/10/06 00:36:38
43370 Log: Subject: Re: Questions about Tie::Array and perl modules
43371 From: Nick Ing-Simmons <nik@tiuk.ti.com>
43372 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
43373 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
43375 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
43377 ! lib/Tie/Array.pm t/op/array.t
43378 ____________________________________________________________________________
43379 [ 7150] By: jhi on 2000/10/05 00:20:45
43380 Log: Regen Changes.
43382 ! Changes patchlevel.h
43383 ____________________________________________________________________________
43384 [ 7149] By: jhi on 2000/10/05 00:20:01
43388 ____________________________________________________________________________
43389 [ 7148] By: jhi on 2000/10/04 23:35:08
43390 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
43391 reported several times by Dominic Dunlop, for example in
43392 ID 20000315.008. Patch from Dominic. Patch affects at
43393 least MachTen, and possibly other oldish BSDs. Should not
43394 break non-broken platforms (tested on LinuxPPC).
43397 ____________________________________________________________________________
43398 [ 7147] By: jhi on 2000/10/04 23:26:34
43399 Log: The one that got away from 7146.
43401 + U/installdirs/installscripts.U
43402 ____________________________________________________________________________
43403 [ 7146] By: jhi on 2000/10/04 23:25:04
43404 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
43405 suggested by H. Merijn Brand.
43407 ! Configure INSTALL Makefile.SH Porting/Glossary
43408 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
43409 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
43411 ____________________________________________________________________________
43412 [ 7145] By: jhi on 2000/10/04 22:08:21
43413 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
43414 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43415 Date: Wed, 4 Oct 2000 17:37:46 -0400
43416 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
43419 ____________________________________________________________________________
43420 [ 7144] By: jhi on 2000/10/04 18:11:41
43421 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
43422 From: Jeff Pinyan <jeffp@crusoe.net>
43423 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
43424 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
43427 ____________________________________________________________________________
43428 [ 7143] By: jhi on 2000/10/04 18:09:58
43429 Log: Subject: perlhack.pod Patch for Externals Tools
43430 From: Fisher Mark <fisherm@tce.com>
43431 Date: Tue, 3 Oct 2000 15:43:27 -0500
43432 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
43435 ____________________________________________________________________________
43436 [ 7142] By: jhi on 2000/10/04 18:08:41
43437 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
43438 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43439 Date: Wed, 4 Oct 2000 12:11:11 EDT
43440 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
43443 ____________________________________________________________________________
43444 [ 7141] By: jhi on 2000/10/04 12:20:16
43445 Log: Subject: [PATCH 5.7.0] h2xs not working
43446 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43447 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
43448 Date: Tue, 3 Oct 2000 21:43:01 -0400
43450 Subject: [PATCH 5.7.0] h2xs not documenting the created module
43451 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43452 Date: Tue, 3 Oct 2000 22:55:19 -0400
43453 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
43456 ____________________________________________________________________________
43457 [ 7140] By: jhi on 2000/10/04 11:53:44
43458 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
43459 From: nick@babyhippo.com
43460 Date: Wed, 4 Oct 2000 12:06:45 +0100
43461 Message-Id: <20001004120645.A7356@babyhippo.com>
43463 Retract 7118 and 7135.
43465 ! installman installperl op.c t/pragma/subs.t
43466 ____________________________________________________________________________
43467 [ 7139] By: jhi on 2000/10/03 22:09:41
43468 Log: It is possible to have no hosts database at all. Pointed out in
43470 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43471 From: Peter Prymmer <pvhp@forte.com>
43472 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43473 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43475 ! U/modified/myhostname.U
43477 ! Configure config_h.SH
43478 ____________________________________________________________________________
43479 [ 7138] By: jhi on 2000/10/03 21:49:49
43480 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43481 From: Peter Prymmer <pvhp@forte.com>
43482 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43483 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43486 ____________________________________________________________________________
43487 [ 7137] By: jhi on 2000/10/03 20:10:05
43488 Log: One remaining nit less at the VMS mailbox sizing.
43491 ____________________________________________________________________________
43492 [ 7136] By: jhi on 2000/10/03 20:08:47
43493 Log: Test harness update to sync with the new perlcc,
43497 ____________________________________________________________________________
43498 [ 7135] By: jhi on 2000/10/03 15:15:42
43499 Log: Subject: Re: PATCH for 20001003.004
43500 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
43501 From: "AARON B. DOSSETT" <aaron@iglou.com>
43502 Message-Id: <E13gTay-0006od-00@iglou.com>
43504 ! installman installperl
43505 ____________________________________________________________________________
43506 [ 7134] By: jhi on 2000/10/03 15:00:34
43507 Log: Subject: [ID 20001003.006] B::Debug not -w clean
43508 From: Nicholas Clark <nick@babyhippo.co.uk>
43509 Date: Tue, 03 Oct 2000 15:46:32 +0100
43510 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
43513 ____________________________________________________________________________
43514 [ 7133] By: jhi on 2000/10/03 14:58:39
43515 Log: Scale down the VMS message boxes, by Charles Lane.
43516 Fix for ID 20000903.009, workaround at
43517 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
43520 ____________________________________________________________________________
43521 [ 7132] By: jhi on 2000/10/03 11:20:37
43522 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
43524 + t/lib/st-lock.t t/lib/st-utf8.t
43525 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
43526 ! ext/Storable/Storable.xs t/lib/st-recurse.t
43527 ____________________________________________________________________________
43528 [ 7131] By: jhi on 2000/10/03 03:38:23
43531 ! MANIFEST Makefile.SH
43532 ____________________________________________________________________________
43533 [ 7130] By: jhi on 2000/10/03 03:31:05
43534 Log: Update Changes.
43536 ! Changes patchlevel.h
43537 ____________________________________________________________________________
43538 [ 7129] By: jhi on 2000/10/03 02:24:02
43539 Log: Misplaced else.
43540 Branch: metaconfig/U/perl
43543 ! Configure config_h.SH
43544 ____________________________________________________________________________
43545 [ 7128] By: jhi on 2000/10/03 02:08:29
43546 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
43547 From: sthoenna@efn.org
43548 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
43549 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
43550 Branch: metaconfig/U/perl
43553 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
43554 ____________________________________________________________________________
43555 [ 7127] By: jhi on 2000/10/03 01:13:14
43556 Log: Update Changes.
43558 ! Changes patchlevel.h
43559 ____________________________________________________________________________
43560 [ 7126] By: jhi on 2000/10/03 00:57:08
43561 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
43562 as suggested by Olaf Flebbe and Nick Clark.
43564 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
43565 ____________________________________________________________________________
43566 [ 7125] By: jhi on 2000/10/03 00:50:56
43567 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
43568 From: Nick Clark <nick@plum.flirble.org>
43569 Date: Mon, 2 Oct 2000 11:03:24 +0100
43570 Message-Id: <20001002110324.D20073@plum.flirble.org>
43572 Also fixes bug ID 20001002.005.
43575 ____________________________________________________________________________
43576 [ 7124] By: jhi on 2000/10/03 00:34:59
43577 Log: Subject: [PATCH 5.7.0] Epoc update
43578 From: Olaf Flebbe <o.flebbe@gmx.de>
43579 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
43580 Message-ID: <26423.969484586@www10.gmx.net>
43582 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
43583 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
43584 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
43586 ____________________________________________________________________________
43587 [ 7123] By: jhi on 2000/10/03 00:30:07
43588 Log: Regen headers.
43590 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
43591 ____________________________________________________________________________
43592 [ 7122] By: jhi on 2000/10/03 00:10:48
43593 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
43596 ____________________________________________________________________________
43597 [ 7121] By: jhi on 2000/10/03 00:05:06
43598 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
43599 From: <abigail@foad.org>
43600 Date: Tue, 26 Sep 2000 13:36:14 -0400
43601 Message-ID: <20000926173614.4356.qmail@foad.org>
43604 ____________________________________________________________________________
43605 [ 7120] By: jhi on 2000/10/03 00:04:00
43606 Log: Inside require() $^S was always left undefined.
43608 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
43609 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43610 Date: Wed, 27 Sep 2000 18:54:49 -0400
43611 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
43613 ! cop.h mg.c pp_ctl.c util.c
43614 ____________________________________________________________________________
43615 [ 7119] By: jhi on 2000/10/03 00:00:16
43616 Log: Subject: [PATCH] DLL not restartabke with threaded perl
43617 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
43618 Date: Thu, 28 Sep 2000 09:20:46 +0100
43619 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
43622 ____________________________________________________________________________
43623 [ 7118] By: jhi on 2000/10/02 23:59:20
43624 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
43625 From: Nicholas Clark <nick@ccl4.org>
43626 Date: Thu, 28 Sep 2000 11:52:24 +0100
43627 Message-ID: <20000928115224.D7924@plum.flirble.org>
43630 ____________________________________________________________________________
43631 [ 7117] By: jhi on 2000/10/02 23:57:51
43632 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
43633 From: Nicholas Clark <nick@babyhippo.co.uk>
43634 Date: Thu, 28 Sep 2000 12:18:10 +0100
43635 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
43637 Did not apply cleanly, manual intervention was needed.
43639 ! ext/B/B/Bytecode.pm utils/perlcc.PL
43640 ____________________________________________________________________________
43641 [ 7116] By: jhi on 2000/10/02 23:50:40
43642 Log: Document the issue (is not a syntax error, kind of)
43644 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
43645 From: Nicholas Clark <nick@ccl4.org>
43646 Date: Thu, 28 Sep 2000 17:12:42 +0100
43647 Message-ID: <20000928171242.K7924@plum.flirble.org>
43650 ____________________________________________________________________________
43651 [ 7115] By: jhi on 2000/10/02 23:48:58
43652 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
43653 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43654 Date: Thu, 28 Sep 2000 21:55:31 -0400
43655 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
43658 ____________________________________________________________________________
43659 [ 7114] By: jhi on 2000/10/02 23:47:57
43660 Log: Subject: DOC PATCH 5.6.0
43661 From: mjd@plover.com
43662 Date: 30 Sep 2000 06:02:34 -0000
43663 Message-ID: <20000930060234.4559.qmail@plover.com>
43665 ! pod/perldebguts.pod
43666 ____________________________________________________________________________
43667 [ 7113] By: jhi on 2000/10/02 23:46:43
43668 Log: SOCK_DGRAM and listen() do not mix as reported in
43670 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
43671 From: Petter Reinholdtsen <pere@hungry.com>
43672 Date: Sun, 1 Oct 2000 10:57:20 +0800
43673 Message-Id: <200010010257.KAA05735@localhost.localdomain>
43675 The patch for 5.7.0+ had to be reengineered, though.
43677 ! ext/IO/lib/IO/Socket/UNIX.pm
43678 ____________________________________________________________________________
43679 [ 7112] By: jhi on 2000/10/02 23:36:57
43680 Log: Subject: Re: [PATCH 5.005_64 missed]
43681 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43682 Date: Sun, 1 Oct 2000 18:50:10 -0400
43683 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
43686 ____________________________________________________________________________
43687 [ 7111] By: jhi on 2000/10/02 23:35:40
43688 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
43689 From: Radu Greab <radu@netsoft.ro>
43690 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
43691 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
43693 ! op.c opcode.pl t/op/substr.t
43694 ____________________________________________________________________________
43695 [ 7110] By: jhi on 2000/10/02 23:32:38
43696 Log: Subject: [PATCH] Fix aliasing of tied filehandles
43697 From: Daniel Chetlin <daniel@chetlin.com>
43698 Date: Mon, 2 Oct 2000 14:53:27 -0700
43699 Message-ID: <20001002145327.C1617@ilmd>
43701 ! perl.h pp_hot.c t/op/tiehandle.t
43702 ____________________________________________________________________________
43703 [ 7109] By: jhi on 2000/10/02 23:31:30
43704 Log: s/Robin Parker/Robin Barker/
43707 ____________________________________________________________________________
43708 [ 7108] By: jhi on 2000/10/02 23:15:46
43709 Log: Retract #7091 as suggested in
43711 From: Robin Barker <rmb1@cise.npl.co.uk>
43712 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
43713 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
43714 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
43717 ____________________________________________________________________________
43718 [ 7107] By: nick on 2000/10/02 18:23:14
43719 Log: A few tweaks to get Tk803 to work with Encode scheme.
43721 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
43722 ____________________________________________________________________________
43723 [ 7106] By: nick on 2000/10/01 21:34:14
43724 Log: Add checking cases to Encode's toUnicode and fromUnicode.
43726 ! ext/Encode/Encode.pm
43727 ____________________________________________________________________________
43728 [ 7105] By: nick on 2000/10/01 17:18:01
43729 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
43730 To read and use them.
43731 Add a lib/encode.t which checks a few things.
43733 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
43734 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
43735 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
43736 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
43737 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
43738 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
43739 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
43740 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
43741 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
43742 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
43743 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
43744 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
43745 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
43746 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
43747 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
43748 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
43749 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
43750 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
43751 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
43752 + ext/Encode/Encode/iso2022-jp.enc
43753 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
43754 + ext/Encode/Encode/iso8859-1.enc
43755 + ext/Encode/Encode/iso8859-2.enc
43756 + ext/Encode/Encode/iso8859-3.enc
43757 + ext/Encode/Encode/iso8859-4.enc
43758 + ext/Encode/Encode/iso8859-5.enc
43759 + ext/Encode/Encode/iso8859-6.enc
43760 + ext/Encode/Encode/iso8859-7.enc
43761 + ext/Encode/Encode/iso8859-8.enc
43762 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
43763 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
43764 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
43765 + ext/Encode/Encode/macCentEuro.enc
43766 + ext/Encode/Encode/macCroatian.enc
43767 + ext/Encode/Encode/macCyrillic.enc
43768 + ext/Encode/Encode/macDingbats.enc
43769 + ext/Encode/Encode/macGreek.enc
43770 + ext/Encode/Encode/macIceland.enc
43771 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
43772 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
43773 + ext/Encode/Encode/macTurkish.enc
43774 + ext/Encode/Encode/macUkraine.enc
43775 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
43777 ! MANIFEST ext/Encode/Encode.pm
43778 ____________________________________________________________________________
43779 [ 7104] By: nick on 2000/09/30 13:04:30
43780 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
43781 From: Daniel Chetlin <daniel@chetlin.com>
43782 Date: Mon, 18 Sep 2000 05:05:40 -0700
43783 Message-Id: <20000918050540.C652@ilmd>
43785 ! lib/overload.pm sv.c t/pragma/overload.t
43786 ____________________________________________________________________________
43787 [ 7103] By: nick on 2000/09/30 12:53:36
43788 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
43789 From: Johan Vromans <jvromans@squirrel.nl>
43790 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
43791 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
43794 ____________________________________________________________________________
43795 [ 7102] By: nick on 2000/09/30 12:52:31
43796 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
43797 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43798 Date: Sat, 16 Sep 2000 16:36:45 -0400
43799 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
43801 ! ext/B/B/Deparse.pm
43802 ____________________________________________________________________________
43803 [ 7101] By: nick on 2000/09/30 12:51:41
43804 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
43805 From: Craig A. Berry <craig.berry@psinetcs.com>
43806 Date: Sat, 16 Sep 2000 10:11:10 -0500
43807 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
43810 ____________________________________________________________________________
43811 [ 7100] By: nick on 2000/09/30 12:50:33
43812 Log: Subject: Re: unicode support and perl [ID 20000901.097]
43813 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43814 Date: Fri, 15 Sep 2000 16:37:58 -0400
43815 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
43818 ____________________________________________________________________________
43819 [ 7099] By: nick on 2000/09/30 12:49:35
43820 Log: Subject: Re: unicode support and perl [ID 20000901.097]
43821 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43822 Date: Fri, 15 Sep 2000 16:25:30 -0400
43823 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
43826 ____________________________________________________________________________
43827 [ 7098] By: nick on 2000/09/30 12:48:00
43828 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
43829 From: Gisle Aas <gisle@ActiveState.com>
43830 Date: 15 Sep 2000 16:23:41 +0200
43831 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
43834 ____________________________________________________________________________
43835 [ 7097] By: nick on 2000/09/30 12:45:16
43836 Log: Subject: [PATCH] Nits in perlmod.pod
43837 From: Daniel Chetlin <daniel@chetlin.com>
43838 Date: Fri, 15 Sep 2000 02:04:09 -0700
43839 Message-Id: <20000915020409.A2104@ilmd>
43842 ____________________________________________________________________________
43843 [ 7096] By: nick on 2000/09/30 12:18:00
43844 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
43845 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
43846 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
43847 0 to checking to get the warning.
43849 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
43850 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
43851 ! regexec.c sv.c toke.c utf8.c
43852 ____________________________________________________________________________
43853 [ 7095] By: nick on 2000/09/15 16:55:59
43854 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
43856 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
43857 From: Spider Boardman <spider@Orb.Nashua.NH.US>
43858 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
43859 Date: Fri, 15 Sep 2000 06:37:30 -0400
43861 ! ext/Encode/Encode.xs sv.c
43862 ____________________________________________________________________________
43863 [ 7094] By: jhi on 2000/09/15 03:23:32
43864 Log: Update Changes.
43866 ! Changes patchlevel.h
43867 ____________________________________________________________________________
43868 [ 7093] By: jhi on 2000/09/15 03:11:44
43869 Log: Fix for the charnames.t failures from Spider Boardman.
43872 ____________________________________________________________________________
43873 [ 7092] By: jhi on 2000/09/15 00:15:48
43874 Log: Botched the #7090 check-in.
43877 ____________________________________________________________________________
43878 [ 7091] By: jhi on 2000/09/14 23:33:24
43879 Log: Part of #7081 didn't come through.
43882 ____________________________________________________________________________
43883 [ 7090] By: jhi on 2000/09/14 23:17:39
43884 Log: Subject: Re: perl@7078
43885 From: Spider Boardman <spider@web.zk3.dec.com>
43886 Date: Thu, 14 Sep 2000 19:06:36 -0400
43887 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
43890 ____________________________________________________________________________
43891 [ 7089] By: jhi on 2000/09/14 23:11:21
43892 Log: Small portability tweaks.
43894 ! ext/Encode/Encode.xs
43895 ____________________________________________________________________________
43896 [ 7088] By: jhi on 2000/09/14 22:57:23
43897 Log: Fake return to pacify picky compilers.
43899 ! ext/Encode/Encode.xs
43900 ____________________________________________________________________________
43901 [ 7087] By: jhi on 2000/09/14 22:53:37
43902 Log: Subject: [PATCH] utf8.c apidoc
43903 From: Simon Cozens <simon@cozens.net>
43904 Date: Thu, 14 Sep 2000 23:46:57 +0100
43905 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
43907 ! perlapi.c pod/perlapi.pod utf8.c
43908 ____________________________________________________________________________
43909 [ 7086] By: jhi on 2000/09/14 22:40:38
43910 Log: We don't need to count the high bit bytes, a boolean is enough.
43913 ____________________________________________________________________________
43914 [ 7085] By: jhi on 2000/09/14 21:20:09
43915 Log: Replace #7084 with
43917 Subject: Re: perl@7078
43918 From: Spider Boardman <spider@web.zk3.dec.com>
43919 Date: Thu, 14 Sep 2000 17:09:36 -0400
43920 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
43923 ____________________________________________________________________________
43924 [ 7084] By: jhi on 2000/09/14 20:03:34
43925 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
43926 convertable to bytes by checking it doesn't go above 0xc3
43928 Subject: Re: perl@7078
43929 From: Simon Cozens <simon@cozens.net>
43930 Date: Thu, 14 Sep 2000 20:59:19 +0100
43931 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
43934 ____________________________________________________________________________
43935 [ 7083] By: jhi on 2000/09/14 19:38:47
43936 Log: Subject: Re: perl@7078
43937 From: Simon Cozens <simon@cozens.net>
43938 Date: Thu, 14 Sep 2000 20:13:09 +0100
43939 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
43942 ____________________________________________________________________________
43943 [ 7082] By: jhi on 2000/09/14 17:50:44
43944 Log: The one that got away.
43947 ____________________________________________________________________________
43948 [ 7081] By: jhi on 2000/09/14 17:45:35
43949 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
43950 From: Robin Barker <rmb1@cise.npl.co.uk>
43951 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
43952 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
43954 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
43955 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
43956 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
43957 ! regcomp.c toke.c universal.c
43958 ____________________________________________________________________________
43959 [ 7080] By: jhi on 2000/09/14 17:40:35
43960 Log: Problems picked up by AIX cc.
43962 Subject: Re: perl@7078 (patch included)
43963 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43964 Date: Thu, 14 Sep 2000 18:53:30 +0200
43965 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
43967 ! ext/Encode/Encode.xs
43968 ____________________________________________________________________________
43969 [ 7079] By: jhi on 2000/09/14 17:38:27
43970 Log: Subject: File::Find 5.7.0 POD nits
43971 From: Rich Morin <rdm@cfcl.com>
43972 Date: Wed, 13 Sep 2000 22:03:58 -0700
43973 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
43976 ____________________________________________________________________________
43977 [ 7078] By: jhi on 2000/09/14 14:58:20
43978 Log: Update Changes.
43980 ! Changes patchlevel.h
43981 ____________________________________________________________________________
43982 [ 7077] By: jhi on 2000/09/14 14:55:54
43983 Log: Compilation warnings and an error.
43986 ____________________________________________________________________________
43987 [ 7076] By: jhi on 2000/09/14 14:42:56
43988 Log: Fix for a parsing bug, not for the original bug.
43990 Subject: Re: [ID 20000910.005] Another segfault with regexes.
43991 From: Spider Boardman <spider@web.zk3.dec.com>
43992 Date: Wed, 13 Sep 2000 17:52:20 -0400
43993 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
43996 ____________________________________________________________________________
43997 [ 7075] By: jhi on 2000/09/14 14:40:40
43998 Log: Batch of UTF-8 patches from Simon Cozens.
44000 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
44001 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
44003 ____________________________________________________________________________
44004 [ 7074] By: jhi on 2000/09/14 14:29:58
44005 Log: Subject: Re: Two advertising clauses need to be removed
44006 From: Russ Allbery <rra@stanford.edu>
44007 Date: 13 Sep 2000 18:50:26 -0700
44008 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
44010 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
44011 ____________________________________________________________________________
44012 [ 7073] By: jhi on 2000/09/14 14:28:20
44013 Log: Subject: [PATCH] de-wall t/README
44014 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44015 Date: Wed, 13 Sep 2000 17:46:55 -0700
44016 Message-ID: <//Bw5gzkge/e092yn@efn.org>
44019 ____________________________________________________________________________
44020 [ 7072] By: jhi on 2000/09/14 14:25:10
44021 Log: Hints optimization.
44024 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44025 Date: Wed, 13 Sep 2000 21:42:07 +0200
44026 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
44029 ____________________________________________________________________________
44030 [ 7071] By: jhi on 2000/09/14 14:23:30
44031 Log: Allow chop() and chomp() to be overridden.
44033 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44034 From: "Casey R. Tweten" <crt@kiski.net>
44035 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
44036 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
44039 ____________________________________________________________________________
44040 [ 7070] By: jhi on 2000/09/14 14:20:36
44041 Log: The return value of setlocale must be copied away.
44043 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44044 From: Alan Burlison <Alan.Burlison@uk.sun.com>
44045 Date: Wed, 13 Sep 2000 16:27:37 +0100
44046 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
44049 ____________________________________________________________________________
44050 [ 7069] By: jhi on 2000/09/14 14:16:27
44051 Log: Remove vestiges of tr//CU.
44053 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44054 From: Nick Clark <nick@plum.flirble.org>
44055 Date: Tue, 12 Sep 2000 22:50:14 +0100
44056 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
44058 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44059 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44060 Date: Tue, 12 Sep 2000 21:38:48 -0700
44061 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
44063 ! op.h pod/perlunicode.pod
44064 ____________________________________________________________________________
44065 [ 7068] By: jhi on 2000/09/13 14:18:39
44066 Log: Add the Encode extension. The code is still largely just skeleton.
44068 + ext/Encode/Encode.pm ext/Encode/Encode.xs
44069 + ext/Encode/Makefile.PL ext/Encode/Todo
44070 ! MANIFEST Todo-5.6
44071 ____________________________________________________________________________
44072 [ 7067] By: jhi on 2000/09/12 17:43:33
44073 Log: Allow for whitespace between "#" and "line" in cpp output.
44075 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
44076 From: Calle Dybedahl <calle@lysator.liu.se>
44077 Date: 12 Sep 2000 19:38:02 +0200
44078 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
44080 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
44081 ____________________________________________________________________________
44082 [ 7066] By: gsar on 2000/09/12 17:24:29
44083 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
44084 initialization in all the threads on Windows
44087 ____________________________________________________________________________
44088 [ 7065] By: jhi on 2000/09/12 15:11:31
44089 Log: Update Changes.
44091 ! Changes patchlevel.h
44092 ____________________________________________________________________________
44093 [ 7064] By: jhi on 2000/09/12 14:54:54
44094 Log: Retract #7062, the pod tests are not ready.
44097 ____________________________________________________________________________
44098 [ 7063] By: jhi on 2000/09/12 14:25:41
44099 Log: The #7054 truncated Configure badly.
44100 Branch: metaconfig/U/perl
44103 ! Configure config_h.SH
44104 ____________________________________________________________________________
44105 [ 7062] By: jhi on 2000/09/12 14:08:32
44106 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
44107 From: sthoenna@efn.org
44108 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
44109 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
44112 ____________________________________________________________________________
44113 [ 7061] By: jhi on 2000/09/12 14:07:18
44114 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
44115 From: sthoenna@efn.org
44116 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
44117 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
44120 ____________________________________________________________________________
44121 [ 7060] By: jhi on 2000/09/12 14:06:08
44122 Log: Break up the myconfig lines a bit.
44124 Subject: perlbug/perl -V output format
44125 From: sthoenna@efn.org
44126 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
44127 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
44130 ____________________________________________________________________________
44131 [ 7059] By: jhi on 2000/09/12 14:05:04
44132 Log: Test for the #7049.
44134 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
44135 From: andreas.koenig@anima.de (Andreas J. Koenig)
44136 Date: 12 Sep 2000 06:42:01 +0200
44137 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
44140 ____________________________________________________________________________
44141 [ 7058] By: jhi on 2000/09/12 14:03:05
44142 Log: Subject: [patch: perl@7045] vms updates
44143 From: Peter Prymmer <pvhp@forte.com>
44144 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
44145 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
44147 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
44148 ____________________________________________________________________________
44149 [ 7057] By: jhi on 2000/09/12 14:00:51
44150 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
44151 From: sthoenna@efn.org
44152 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
44153 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
44156 ____________________________________________________________________________
44157 [ 7056] By: jhi on 2000/09/12 13:58:14
44158 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
44159 From: Jeff Pinyan <jeffp@crusoe.net>
44160 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
44161 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
44164 ____________________________________________________________________________
44165 [ 7055] By: jhi on 2000/09/12 13:56:32
44166 Log: Do in VMS as the #7054 does.
44169 ____________________________________________________________________________
44170 [ 7054] By: jhi on 2000/09/12 13:50:31
44171 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
44172 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44173 Date: Mon, 11 Sep 2000 08:33:09 +0100
44174 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
44175 Branch: metaconfig/U/perl
44178 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
44179 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44180 ____________________________________________________________________________
44181 [ 7053] By: jhi on 2000/09/12 13:29:19
44182 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
44183 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44184 Date: Tue, 12 Sep 2000 08:35:59 EDT
44185 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
44188 ____________________________________________________________________________
44189 [ 7052] By: jhi on 2000/09/11 23:01:50
44190 Log: Document the SvUTF8*().
44192 ! pod/perlapi.pod sv.h
44193 ____________________________________________________________________________
44194 [ 7051] By: gsar on 2000/09/11 14:46:30
44195 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
44196 (missed a spot when fixing up op_pmreplroot hack for ithreads)
44198 ! op.c t/op/split.t
44199 ____________________________________________________________________________
44200 [ 7050] By: nick on 2000/09/11 10:03:51
44201 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
44203 Subject: borland C++ win32.c tweak
44204 From: Vadim Konovalov <vkonovalov@lucent.com>
44205 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
44206 Date: Mon, 11 Sep 2000 11:22:33 +0400
44209 ____________________________________________________________________________
44210 [ 7049] By: nick on 2000/09/11 09:57:33
44211 Log: Point fix for s/// on foreach (keys %xxx).
44214 ____________________________________________________________________________
44215 [ 7048] By: jhi on 2000/09/10 23:37:09
44216 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
44217 by Pod::Text, from Brad Appleton.
44219 ! t/pod/testp2pt.pl
44220 ____________________________________________________________________________
44221 [ 7047] By: jhi on 2000/09/10 14:32:53
44222 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
44225 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
44226 ____________________________________________________________________________
44227 [ 7046] By: jhi on 2000/09/10 14:15:08
44228 Log: Upgrade to CPAN 1.57_65, from Andreas König.
44230 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44231 ____________________________________________________________________________
44232 [ 7045] By: jhi on 2000/09/08 21:36:32
44233 Log: Update Changes.
44235 ! Changes patchlevel.h
44236 ____________________________________________________________________________
44237 [ 7044] By: jhi on 2000/09/08 21:29:56
44238 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
44239 From: Peter Prymmer <pvhp@forte.com>
44240 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
44241 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
44244 ____________________________________________________________________________
44245 [ 7043] By: jhi on 2000/09/08 21:27:50
44246 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
44247 From: Peter Prymmer <pvhp@forte.com>
44248 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
44249 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
44251 ! Makefile.SH installperl
44252 ____________________________________________________________________________
44253 [ 7042] By: jhi on 2000/09/08 21:23:21
44254 Log: Continue #7041.
44256 ! cygwin/Makefile.SHs os2/Makefile.SHs
44257 ____________________________________________________________________________
44258 [ 7041] By: jhi on 2000/09/08 21:18:10
44259 Log: Do away with memory models cruft. Sorry, PDP users.
44261 ! U/modified/cc.U U/modified/libpth.U
44263 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
44264 ! Porting/config_H cflags.SH config_h.SH configure.com
44265 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
44266 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
44267 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
44268 ____________________________________________________________________________
44269 [ 7040] By: jhi on 2000/09/08 14:34:18
44270 Log: Major rewrite of s2p. And I mean really major, it is
44271 an implementation of sed in perl. If called as s2p it
44272 will function as s2p. Note: needs non-UNIXifying.
44275 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
44276 Date: Mon, 28 Aug 2000 14:05:12 +0200
44277 Message-ID: <39AA5578.2102E2AA@alcatel.at>
44280 ____________________________________________________________________________
44281 [ 7039] By: jhi on 2000/09/08 14:19:49
44282 Log: Re-allow vec() for characters > 255.
44284 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
44285 From: Spider Boardman <spider@web.zk3.dec.com>
44286 Date: Fri, 08 Sep 2000 02:21:02 -0400
44287 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
44289 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
44291 ____________________________________________________________________________
44292 [ 7038] By: jhi on 2000/09/08 14:14:18
44293 Log: Subject: [PATCH lib/Benchmark.pm]
44294 From: <abigail@foad.org>
44295 Date: Thu, 7 Sep 2000 15:03:20 -0400
44296 Message-ID: <20000907190320.888.qmail@foad.org>
44299 ____________________________________________________________________________
44300 [ 7037] By: jhi on 2000/09/08 14:11:06
44301 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
44303 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
44304 From: Spider Boardman <spider@web.zk3.dec.com>
44305 Date: Fri, 08 Sep 2000 01:30:27 -0400
44306 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
44309 ____________________________________________________________________________
44310 [ 7036] By: jhi on 2000/09/08 14:08:58
44311 Log: Subject: [ID 20000908.002] perlipc documentation bug.
44312 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
44313 Date: Fri, 08 Sep 2000 12:38:32 +0200
44314 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
44317 ____________________________________________________________________________
44318 [ 7035] By: jhi on 2000/09/08 14:03:12
44319 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44320 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44321 Date: Fri, 08 Sep 2000 11:47:34 +0200
44322 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
44325 ____________________________________________________________________________
44326 [ 7034] By: jhi on 2000/09/08 13:59:35
44327 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
44328 From: Simon Cozens <simon@cozens.net>
44329 Date: Thu, 7 Sep 2000 20:40:38 +0100
44330 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
44333 ____________________________________________________________________________
44334 [ 7033] By: jhi on 2000/09/08 04:03:03
44335 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
44336 From: "Larry W. Virden" <lvirden@cas.org>
44337 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
44338 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
44341 ____________________________________________________________________________
44342 [ 7032] By: jhi on 2000/09/07 22:18:30
44343 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
44344 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
44345 Date: Mon, 04 Sep 2000 13:16:38 -0700
44346 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
44349 ____________________________________________________________________________
44350 [ 7031] By: jhi on 2000/09/07 22:02:29
44351 Log: Fix the ccversion detection for 5.1 and beyond.
44353 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44354 From: Spider Boardman <spider@leggy.zk3.dec.com>
44355 Date: Thu, 7 Sep 2000 17:54:27 -0400
44356 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
44359 ____________________________________________________________________________
44360 [ 7030] By: jhi on 2000/09/07 19:12:28
44363 Subject: [ID 20000903.001] \w in utf8-strings
44364 From: Marc Lehmann <pcg@goof.com>
44365 Date: Sun, 03 Sep 2000 09:44:29 +0200
44366 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
44368 and various related nits.
44370 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
44371 ____________________________________________________________________________
44372 [ 7029] By: jhi on 2000/09/07 18:49:09
44373 Log: Fix the URL, but the server is still missing in action.
44375 Subject: [ID 20000905.002] perlfaq1.pod URL error
44376 From: "Larry W. Virden" <lvirden@cas.org>
44377 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
44378 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
44381 ____________________________________________________________________________
44382 [ 7028] By: jhi on 2000/09/07 18:47:13
44383 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
44384 From: Hugo <hv@crypt.compulink.co.uk>
44385 Date: Tue, 05 Sep 2000 14:13:37 +0100
44386 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
44389 ____________________________________________________________________________
44390 [ 7027] By: jhi on 2000/09/07 18:45:35
44391 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
44392 From: Daniel Chetlin <daniel@chetlin.com>
44393 Date: Tue, 5 Sep 2000 04:57:07 -0700
44394 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
44396 ! pod/perlfaq6.pod pod/perlop.pod
44397 ____________________________________________________________________________
44398 [ 7026] By: jhi on 2000/09/07 18:44:01
44399 Log: Document the new ref() semantics.
44401 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44402 From: Gisle Aas <gisle@ActiveState.com>
44403 Date: 05 Sep 2000 08:10:30 +0200
44404 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
44406 ! pod/perldelta.pod
44407 ____________________________________________________________________________
44408 [ 7025] By: jhi on 2000/09/07 18:42:27
44409 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
44411 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44412 From: Gisle Aas <gisle@ActiveState.com>
44413 Date: 05 Sep 2000 08:11:40 +0200
44414 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
44416 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
44417 ____________________________________________________________________________
44418 [ 7024] By: jhi on 2000/09/07 18:39:32
44419 Log: Subject: [PATCH] Modernize Opcode.pm documentation
44420 From: Gisle Aas <gisle@ActiveState.com>
44421 Date: 4 Sep 2000 00:18:55 -0000
44422 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
44424 ! ext/Opcode/Opcode.pm
44425 ____________________________________________________________________________
44426 [ 7023] By: jhi on 2000/09/07 18:37:42
44427 Log: Subject: [PATCH] Tied filehandle documentation
44428 From: Gisle Aas <gisle@ActiveState.com>
44429 Date: 4 Sep 2000 00:14:40 -0000
44430 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
44432 ! pod/perlfunc.pod pod/perltie.pod
44433 ____________________________________________________________________________
44434 [ 7022] By: jhi on 2000/09/07 18:35:37
44435 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
44436 From: Gisle Aas <gisle@ActiveState.com>
44437 Date: 4 Sep 2000 00:04:22 -0000
44438 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
44440 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
44441 ____________________________________________________________________________
44442 [ 7021] By: jhi on 2000/09/07 18:33:22
44443 Log: Subject: small apidoc fix
44444 From: Marc Lehmann <pcg@goof.com>
44445 Date: Sun, 3 Sep 2000 05:12:06 +0200
44446 Message-ID: <20000903051206.A5909@cerebro.laendle>
44448 ! pod/perlapi.pod utf8.c
44449 ____________________________________________________________________________
44450 [ 7020] By: jhi on 2000/09/07 16:14:57
44451 Log: Tiny perldelta nits.
44453 ! pod/perldelta.pod
44454 ____________________________________________________________________________
44455 [ 7019] By: jhi on 2000/09/07 16:04:20
44456 Log: Guard against bad string->int conversion for quads.
44459 ____________________________________________________________________________
44460 [ 7018] By: jhi on 2000/09/06 17:07:03
44461 Log: Update Unicode todo list.
44464 ____________________________________________________________________________
44465 [ 7017] By: jhi on 2000/09/05 21:16:01
44466 Log: Document the SvIOK_.*UV().
44468 ! pod/perlapi.pod sv.h
44469 ____________________________________________________________________________
44470 [ 7016] By: nick on 2000/09/03 21:54:46
44471 Log: Hash lookup of constant strings optimization:
44472 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
44473 to string table (as per sharepvn). Add newSV_pvn_share to create such
44474 a thing. Make hv.c compare addresses of strings and skip string compare
44475 if equal. Make method_named and helem ops use these shared-string SVs
44476 when arg is constant. Make keys op return shared-string SVs (less clearly
44479 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
44480 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
44481 ! pod/perlintern.pod pp_hot.c proto.h sv.c
44482 ____________________________________________________________________________
44483 [ 7015] By: jhi on 2000/09/02 17:48:59
44484 Log: This is 5.7.0.
44487 ____________________________________________________________________________
44488 [ 7014] By: jhi on 2000/09/02 17:35:45
44489 Log: Changes and patchlevel tweaks.
44491 ! Changes patchlevel.h
44492 ____________________________________________________________________________
44493 [ 7013] By: jhi on 2000/09/02 17:30:50
44494 Log: Update Changes.
44496 ! Changes patchlevel.h
44497 ____________________________________________________________________________
44498 [ 7012] By: nick on 2000/09/02 17:25:20
44499 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
44501 ! gv.c lib/overload.pm
44502 ____________________________________________________________________________
44503 [ 7011] By: jhi on 2000/09/02 17:16:25
44504 Log: Update perlhist.
44507 ____________________________________________________________________________
44508 [ 7010] By: jhi on 2000/09/02 17:01:35
44509 Log: perldelta nits.
44511 ! pod/perldelta.pod
44512 ____________________________________________________________________________
44513 [ 7009] By: nick on 2000/09/02 16:48:35
44514 Log: If overloaded %{} etc. return the object do not loop.
44515 Thus sub deref { $_[0] } functions if object is wanted type.
44518 ____________________________________________________________________________
44519 [ 7008] By: jhi on 2000/09/02 16:26:11
44520 Log: Retab MANIFEST.
44522 ! ext/Storable/MANIFEST
44523 ____________________________________________________________________________
44524 [ 7007] By: jhi on 2000/09/02 16:23:02
44525 Log: Make certain cc is set before trying to run it.
44527 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
44528 ____________________________________________________________________________
44529 [ 7006] By: jhi on 2000/09/02 15:45:41
44530 Log: Unicode notes.
44532 ! pod/perldelta.pod
44533 ____________________________________________________________________________
44534 [ 7005] By: jhi on 2000/09/02 15:42:11
44535 Log: Various Configure nits by Philip Newton,
44536 plus the ebcdic one by me.
44538 + U/modified/pager.U
44539 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
44540 Branch: metaconfig/U/perl
44541 ! Devel.U quadfio.U
44543 ! Configure config_h.SH
44544 ____________________________________________________________________________
44545 [ 7004] By: jhi on 2000/09/02 15:06:14
44546 Log: Apparently avoiding the swapping is too costly.
44548 From: "Ben Tilly" <ben_tilly@hotmail.com>
44549 Subject: Re: the door is closed.
44550 Date: Fri, 01 Sep 2000 20:23:16 EDT
44551 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
44554 ____________________________________________________________________________
44555 [ 7003] By: nick on 2000/09/02 12:26:04
44556 Log: Undo part of change 6489 which looks like a bulk edit which
44557 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
44558 The supressing of main:: on return from select() is undesirable.
44561 ____________________________________________________________________________
44562 [ 7002] By: jhi on 2000/09/01 23:08:54
44563 Log: Update Changes.
44565 ! Changes patchlevel.h
44566 ____________________________________________________________________________
44567 [ 7001] By: jhi on 2000/09/01 23:00:13
44568 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
44569 From: Peter Prymmer <pvhp@forte.com>
44570 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
44571 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
44573 plus rework the http: spots as suggested by Tom Christiansen,
44574 plus regen perltoc.
44576 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
44577 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
44578 ____________________________________________________________________________
44579 [ 7000] By: jhi on 2000/09/01 22:36:01
44580 Log: Only the first line, thank you very much.
44582 ! hints/solaris_2.sh
44583 ____________________________________________________________________________
44584 [ 6999] By: gsar on 2000/09/01 22:16:40
44585 Log: change#6791 accidentally clobbered change#6710, put it back
44588 ____________________________________________________________________________
44589 [ 6998] By: jhi on 2000/09/01 22:14:16
44590 Log: Mention the HP-UX LP64 freak failure.
44592 ! pod/perldelta.pod
44593 ____________________________________________________________________________
44594 [ 6997] By: jhi on 2000/09/01 21:48:32
44598 ____________________________________________________________________________
44599 [ 6996] By: jhi on 2000/09/01 21:27:10
44600 Log: Update Changes.
44602 ! Changes patchlevel.h
44603 ____________________________________________________________________________
44604 [ 6995] By: jhi on 2000/09/01 21:14:24
44605 Log: Mi splgn s gnin.g
44608 ____________________________________________________________________________
44609 [ 6994] By: jhi on 2000/09/01 21:09:54
44610 Log: Subject: http:// in L<>
44611 From: Nicholas Clark <nick@ccl4.org>
44612 Date: Fri, 1 Sep 2000 22:03:21 +0100
44613 Message-ID: <20000901220321.B72074@plum.flirble.org>
44615 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
44616 ____________________________________________________________________________
44617 [ 6993] By: jhi on 2000/09/01 21:06:54
44618 Log: Update to Storable 1.0, from Raphael Manfredi.
44620 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
44621 ! ext/Storable/Makefile.PL ext/Storable/README
44622 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44623 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44624 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
44625 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
44626 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
44627 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
44628 ____________________________________________________________________________
44629 [ 6992] By: jhi on 2000/09/01 20:43:05
44630 Log: Mention known sfio+linux buglet.
44632 ! pod/perldelta.pod
44633 ____________________________________________________________________________
44634 [ 6991] By: jhi on 2000/09/01 20:40:11
44635 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
44636 From: Peter Prymmer <pvhp@forte.com>
44637 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
44638 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
44641 ____________________________________________________________________________
44642 [ 6990] By: jhi on 2000/09/01 20:25:26
44643 Log: Retract #6986.
44645 ! hints/solaris_2.sh
44646 ____________________________________________________________________________
44647 [ 6989] By: jhi on 2000/09/01 20:23:00
44648 Log: Mergesort is back.
44650 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
44651 ____________________________________________________________________________
44652 [ 6988] By: jhi on 2000/09/01 19:37:40
44653 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
44654 From: Mike Guy <mjtg@cam.ac.uk>
44655 Date: Fri, 01 Sep 2000 17:43:33 +0100
44656 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
44658 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
44659 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
44660 ____________________________________________________________________________
44661 [ 6987] By: jhi on 2000/09/01 19:17:10
44662 Log: Regen perltoc.
44665 ____________________________________________________________________________
44666 [ 6986] By: jhi on 2000/09/01 18:51:10
44667 Log: Subject: Re: Solaris x86 has no SPARC libraries!
44668 From: Lupe Christoph <lupe@lupe-christoph.de>
44669 Date: Fri, 1 Sep 2000 20:41:20 +0200
44670 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
44672 ! hints/solaris_2.sh
44673 ____________________________________________________________________________
44674 [ 6985] By: jhi on 2000/09/01 18:28:10
44675 Log: Update Changes.
44677 ! Changes patchlevel.h
44678 ____________________________________________________________________________
44679 [ 6984] By: jhi on 2000/09/01 18:26:53
44680 Log: Feature ordering tweak.
44683 ____________________________________________________________________________
44684 [ 6983] By: jhi on 2000/09/01 18:19:50
44685 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44686 From: <abigail@foad.org>
44687 Date: Fri, 1 Sep 2000 13:07:32 -0400
44688 Message-ID: <20000901170732.18249.qmail@foad.org>
44690 ! t/pragma/overload.t
44691 ____________________________________________________________________________
44692 [ 6982] By: jhi on 2000/09/01 18:17:54
44693 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
44694 so that case-ignoring systems like DCL can tell them from
44695 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
44696 Branch: metaconfig/U/perl
44697 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
44699 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44700 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
44701 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
44702 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
44703 ! vos/config.def vos/config.h vos/config_h.SH_orig
44704 ! win32/config.bc win32/config.gc win32/config.vc
44705 ____________________________________________________________________________
44706 [ 6981] By: nick on 2000/09/01 17:21:57
44707 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
44708 warning when UNTIE exists and instead pass the cound of extra references to
44711 ! pod/perltie.pod pp_sys.c
44712 ____________________________________________________________________________
44713 [ 6980] By: jhi on 2000/09/01 16:54:44
44714 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
44715 From: Peter Prymmer <pvhp@forte.com>
44716 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
44717 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
44720 ____________________________________________________________________________
44721 [ 6979] By: jhi on 2000/09/01 16:06:20
44722 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
44723 From: Mike Guy <mjtg@cam.ac.uk>
44724 Date: Fri, 01 Sep 2000 16:49:27 +0100
44725 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
44728 ____________________________________________________________________________
44729 [ 6978] By: jhi on 2000/09/01 16:00:42
44730 Log: Update to PodParser 1.18, from Brad Appleton.
44732 ! lib/Pod/Checker.pm t/pod/find.t
44733 ____________________________________________________________________________
44734 [ 6977] By: jhi on 2000/09/01 14:48:58
44735 Log: Subject: Nit in Configure (bleadperl@6961)
44736 From: Lupe Christoph <lupe@lupe-christoph.de>
44737 Date: Fri, 1 Sep 2000 16:34:29 +0200
44738 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
44740 ! U/compline/ccflags.U
44742 ! Configure config_h.SH
44743 ____________________________________________________________________________
44744 [ 6976] By: jhi on 2000/09/01 14:39:52
44745 Log: Update Changes.
44747 ! Changes patchlevel.h
44748 ____________________________________________________________________________
44749 [ 6975] By: jhi on 2000/09/01 14:37:36
44750 Log: microperl config update.
44752 ! uconfig.h uconfig.sh
44753 ____________________________________________________________________________
44754 [ 6974] By: jhi on 2000/09/01 14:36:53
44755 Log: Document known deficiencies.
44757 ! pod/perldelta.pod
44758 ____________________________________________________________________________
44759 [ 6973] By: jhi on 2000/09/01 14:10:20
44760 Log: Mention warnings fixes and updates.
44762 ! pod/perldelta.pod
44763 ____________________________________________________________________________
44764 [ 6972] By: jhi on 2000/09/01 14:01:52
44765 Log: Drop unused argument.
44767 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
44768 From: Spider Boardman <spider@web.zk3.dec.com>
44769 Date: Thu, 31 Aug 2000 16:10:15 -0400
44770 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
44773 ____________________________________________________________________________
44774 [ 6971] By: jhi on 2000/09/01 13:59:24
44775 Log: Add the overload warnings to perldiag.
44777 ! lib/overload.pm pod/perldiag.pod
44778 ____________________________________________________________________________
44779 [ 6970] By: jhi on 2000/09/01 13:55:10
44780 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44781 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44782 Date: Fri, 1 Sep 2000 13:43:15 +0100
44783 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
44785 ! lib/overload.pm t/pragma/overload.t
44786 ____________________________________________________________________________
44787 [ 6969] By: jhi on 2000/09/01 13:52:27
44788 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44789 From: <abigail@foad.org>
44790 Date: Fri, 1 Sep 2000 05:46:54 -0400
44791 Message-ID: <20000901094654.6476.qmail@foad.org>
44794 ____________________________________________________________________________
44795 [ 6968] By: jhi on 2000/09/01 13:50:05
44796 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
44797 From: Daniel Chetlin <daniel@chetlin.com>
44798 Date: Fri, 1 Sep 2000 02:10:55 -0700
44799 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
44801 ! pod/perlretut.pod
44802 ____________________________________________________________________________
44803 [ 6967] By: jhi on 2000/09/01 13:47:54
44804 Log: Part of the solution.
44806 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
44807 From: Mike Guy <mjtg@cam.ac.uk>
44808 Date: Fri, 01 Sep 2000 14:16:01 +0100
44809 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
44812 ____________________________________________________________________________
44813 [ 6966] By: jhi on 2000/09/01 13:46:17
44814 Log: Subject: CPAN.pm beta 1.57_57 for the core
44815 From: andreas.koenig@anima.de (Andreas J. Koenig)
44816 Date: 01 Sep 2000 15:16:31 +0200
44817 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
44819 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44820 ____________________________________________________________________________
44821 [ 6965] By: jhi on 2000/09/01 13:43:18
44822 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
44823 From: "Craig A. Berry" <craig.berry@psinetcs.com>
44824 Date: Fri, 01 Sep 2000 01:47:22 -0500
44825 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
44827 ! pod/perldelta.pod vms/vms.c
44828 ____________________________________________________________________________
44829 [ 6964] By: jhi on 2000/09/01 13:35:35
44830 Log: File::Temp patches from Andreas König,
44832 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
44833 From: andreas.koenig@anima.de (Andreas J. Koenig)
44834 Date: 01 Sep 2000 10:07:20 +0200
44835 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
44837 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
44838 From: andreas.koenig@anima.de (Andreas J. Koenig)
44839 Date: 31 Aug 2000 23:26:08 +0200
44840 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
44842 ! lib/File/Temp.pm t/lib/ftmp-security.t
44843 ____________________________________________________________________________
44844 [ 6963] By: jhi on 2000/09/01 02:22:24
44845 Log: Retract the mergesort code, way too incompatible licensing
44848 ! pod/perldelta.pod pp_ctl.c
44849 ____________________________________________________________________________
44850 [ 6962] By: jhi on 2000/08/31 23:27:32
44851 Log: Update Changes.
44853 ! Changes patchlevel.h
44854 ____________________________________________________________________________
44855 [ 6961] By: jhi on 2000/08/31 23:20:04
44856 Log: Small tweaks all over.
44858 ! U/compline/d_gconvert.U
44860 ! AUTHORS Configure config_h.SH pp_ctl.c
44861 ____________________________________________________________________________
44862 [ 6960] By: jhi on 2000/08/31 22:39:36
44863 Log: Further rewording.
44866 ____________________________________________________________________________
44867 [ 6959] By: jhi on 2000/08/31 21:26:44
44868 Log: More address tweaking.
44871 ____________________________________________________________________________
44872 [ 6958] By: jhi on 2000/08/31 20:47:25
44873 Log: AUTHORS tweaks, from Peter Prymmer.
44875 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
44876 From: Peter Prymmer <pvhp@forte.com>
44877 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
44878 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
44881 ____________________________________________________________________________
44882 [ 6957] By: jhi on 2000/08/31 20:34:43
44883 Log: perldelta tweaks.
44885 ! pod/perldelta.pod
44886 ____________________________________________________________________________
44887 [ 6956] By: jhi on 2000/08/31 19:11:06
44888 Log: Regen perltoc.
44891 ____________________________________________________________________________
44892 [ 6955] By: jhi on 2000/08/31 19:06:30
44893 Log: Clarify the mergesort situation.
44896 ____________________________________________________________________________
44897 [ 6954] By: jhi on 2000/08/31 18:24:17
44898 Log: Move the Solaris 7 scan to use64bitall, make the
44899 failure to find 64-bot sparc libc to mention the
44900 possibility of being in an intel, from Lupe and Alan.
44902 ! hints/solaris_2.sh
44903 ____________________________________________________________________________
44904 [ 6953] By: jhi on 2000/08/31 18:09:20
44905 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
44906 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
44908 ! U/compline/d_gconvert.U U/threads/archname.U
44909 Branch: metaconfig/U/perl
44912 ! Configure config_h.SH sv.c
44913 ____________________________________________________________________________
44914 [ 6952] By: jhi on 2000/08/31 17:42:24
44915 Log: :: not allowed in pathnames, change to .
44917 Subject: [PATCH perl@6938] cygwin port
44918 From: "Fifer, Eric" <EFifer@sanwaint.com>
44919 Date: Thu, 31 Aug 2000 16:32:59 +0100
44920 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
44921 Branch: metaconfig/U/perl
44923 ____________________________________________________________________________
44924 [ 6951] By: jhi on 2000/08/31 17:02:05
44925 Log: Try to deduce NV_MAX. Really should be Configure fodder.
44928 ____________________________________________________________________________
44929 [ 6950] By: jhi on 2000/08/31 16:26:08
44930 Log: More author updates.
44932 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
44933 From: Simon Cozens <simon@cozens.net>
44934 Date: Thu, 31 Aug 2000 17:13:32 +0100
44935 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
44938 ____________________________________________________________________________
44939 [ 6949] By: jhi on 2000/08/31 16:04:49
44940 Log: POSIX doesn't report long double values under -Duselongdouble
44941 when the long doubles are "real" (bigger than doubles).
44943 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
44944 From: Spider Boardman <spider@peano.zk3.dec.com>
44945 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
44946 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
44948 ! ext/POSIX/POSIX.xs
44949 ____________________________________________________________________________
44950 [ 6948] By: jhi on 2000/08/31 15:25:10
44951 Log: Update Changes.
44953 ! Changes patchlevel.h
44954 ____________________________________________________________________________
44955 [ 6947] By: jhi on 2000/08/31 15:22:29
44956 Log: Document UNTIE in a very minimalistic way.
44958 ! pod/perlfunc.pod pod/perltie.pod
44959 ____________________________________________________________________________
44960 [ 6946] By: jhi on 2000/08/31 15:15:23
44961 Log: Document known failures.
44963 ! pod/perldelta.pod
44964 ____________________________________________________________________________
44965 [ 6945] By: jhi on 2000/08/31 15:07:00
44966 Log: Don't attach -ld to the archname if pointless.
44968 ! U/threads/archname.U
44970 ! Configure config_h.SH
44971 ____________________________________________________________________________
44972 [ 6944] By: jhi on 2000/08/31 14:37:42
44973 Log: Wrap the test in eval.
44975 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
44976 From: Tim Jenness <timj@jach.hawaii.edu>
44977 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
44978 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
44980 ! t/lib/ftmp-security.t
44981 ____________________________________________________________________________
44982 [ 6943] By: jhi on 2000/08/31 14:30:57
44983 Log: Make -Dusemorebits find long doubles in Solaris.
44985 ! hints/solaris_2.sh
44986 ____________________________________________________________________________
44987 [ 6942] By: jhi on 2000/08/31 13:48:45
44988 Log: Clarify the third case of ftmp-security warnings.
44991 ____________________________________________________________________________
44992 [ 6941] By: jhi on 2000/08/31 13:40:31
44993 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
44994 From: <abigail@foad.org>
44995 Date: Thu, 31 Aug 2000 01:35:05 -0400
44996 Message-ID: <20000831053505.32120.qmail@foad.org>
44998 ! pod/perldelta.pod
44999 ____________________________________________________________________________
45000 [ 6940] By: jhi on 2000/08/31 13:38:48
45001 Log: Issue useful diagnostic on unknown pod commands.
45003 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
45004 From: <abigail@foad.org>
45005 Date: Thu, 31 Aug 2000 03:41:18 -0400
45006 Message-ID: <20000831074118.24880.qmail@foad.org>
45009 ____________________________________________________________________________
45010 [ 6939] By: jhi on 2000/08/31 13:34:33
45011 Log: Reveal Borland's isnan.
45013 Subject: build with BC++ tweak
45014 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45015 Date: Thu, 31 Aug 2000 13:09:37 +0400
45016 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
45019 ____________________________________________________________________________
45020 [ 6938] By: jhi on 2000/08/31 05:01:20
45021 Log: Update Changes.
45023 ! Changes patchlevel.h
45024 ____________________________________________________________________________
45025 [ 6937] By: jhi on 2000/08/31 04:26:23
45026 Log: sscanf() may be the only way to read long doubles from strings.
45027 Branch: metaconfig/U/perl
45030 ! Configure config_h.SH perl.h util.c
45031 ____________________________________________________________________________
45032 [ 6936] By: jhi on 2000/08/31 04:18:19
45033 Log: The #6929 was too skimpy.
45036 ____________________________________________________________________________
45037 [ 6935] By: jhi on 2000/08/31 02:47:07
45038 Log: Subject: Re: typos in pods
45039 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45040 Date: Wed, 30 Aug 2000 19:25:34 -0700
45041 Message-ID: <eIcr5gzkg25X092yn@efn.org>
45043 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
45044 ____________________________________________________________________________
45045 [ 6934] By: jhi on 2000/08/31 02:42:55
45046 Log: Missed one Unicode file.
45048 + lib/unicode/UCDFF301.html
45049 ____________________________________________________________________________
45050 [ 6933] By: jhi on 2000/08/30 23:42:27
45051 Log: Update Changes.
45053 ! Changes patchlevel.h
45054 ____________________________________________________________________________
45055 [ 6932] By: jhi on 2000/08/30 23:40:07
45056 Log: Mention UNTIE in perldelta. Still needs documenting
45057 in perltie et alia.
45059 ! pod/perldelta.pod
45060 ____________________________________________________________________________
45061 [ 6931] By: jhi on 2000/08/30 23:36:02
45062 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
45063 From: <abigail@foad.org>
45064 Date: Wed, 30 Aug 2000 19:28:07 -0400
45065 Message-ID: <20000830232807.305.qmail@foad.org>
45067 ! pod/perldelta.pod
45068 ____________________________________________________________________________
45069 [ 6930] By: jhi on 2000/08/30 23:32:40
45070 Log: Update to Unicode 3.0.1.
45072 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
45073 + lib/unicode/PropList.txt lib/unicode/README.perl
45074 + lib/unicode/UCD301.html lib/unicode/Unicode.301
45075 - lib/unicode/Props.txt lib/unicode/UCD300.html
45076 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45078 ____________________________________________________________________________
45079 [ 6929] By: jhi on 2000/08/30 22:38:18
45080 Log: Heap decorruption.
45082 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45083 From: Alan Burlison <Alan.Burlison@uk.sun.com>
45084 Date: Wed, 30 Aug 2000 22:39:52 +0100
45085 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
45088 ____________________________________________________________________________
45089 [ 6928] By: jhi on 2000/08/30 22:29:34
45090 Log: Retract the dummy test, skip the security tests (instead of failing),
45091 explain what the warnings mean.
45093 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
45094 ____________________________________________________________________________
45095 [ 6927] By: jhi on 2000/08/30 22:14:13
45096 Log: Change the internal implementation of sort() to be mergesort
45097 instead of quicksort, from John Linderman <jpl@research.att.com>.
45098 Gives us better worst case, better average case, and stability.
45099 What's there not to like? (Small fixes for threaded builds
45102 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
45103 ____________________________________________________________________________
45104 [ 6926] By: jhi on 2000/08/30 20:55:20
45105 Log: A better fix for the Socket building problem from Craig Berry.
45108 ____________________________________________________________________________
45109 [ 6925] By: jhi on 2000/08/30 20:20:25
45110 Log: Subject: [PATCH] Re: UNTIE method
45111 From: Nick Ing-Simmons <nik@tiuk.ti.com>
45112 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
45113 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
45115 ! pp_sys.c t/op/tie.t
45116 ____________________________________________________________________________
45117 [ 6924] By: jhi on 2000/08/30 20:17:11
45118 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45119 From: "Craig A. Berry" <craig.berry@psinetcs.com>
45120 Date: Wed, 30 Aug 2000 15:03:14 -0500
45121 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
45124 ____________________________________________________________________________
45125 [ 6923] By: jhi on 2000/08/30 20:15:18
45126 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45127 From: "Craig A. Berry" <craig.berry@psinetcs.com>
45128 Date: Wed, 30 Aug 2000 13:30:36 -0500
45129 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
45132 ____________________________________________________________________________
45133 [ 6922] By: jhi on 2000/08/30 19:54:43
45134 Log: Better options for rsync.
45137 ____________________________________________________________________________
45138 [ 6921] By: jhi on 2000/08/30 19:40:16
45139 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45140 From: Rick Delaney <rick@consumercontact.com>
45141 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
45142 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
45145 ____________________________________________________________________________
45146 [ 6920] By: jhi on 2000/08/30 19:36:40
45147 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
45148 From: Peter Prymmer <pvhp@forte.com>
45149 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
45150 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
45153 ____________________________________________________________________________
45154 [ 6919] By: jhi on 2000/08/30 14:52:02
45155 Log: Update Changes.
45157 ! Changes patchlevel.h
45158 ____________________________________________________________________________
45159 [ 6918] By: jhi on 2000/08/30 14:48:34
45160 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
45162 ! lib/ExtUtils/typemap
45163 ____________________________________________________________________________
45164 [ 6917] By: jhi on 2000/08/30 14:46:34
45165 Log: Subject: typos in pods
45166 From: Nicholas Clark <nick@ccl4.org>
45167 Date: Wed, 30 Aug 2000 01:12:50 +0100
45168 Message-ID: <20000830011249.A61388@plum.flirble.org>
45170 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
45171 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
45172 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
45173 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
45174 ____________________________________________________________________________
45175 [ 6916] By: jhi on 2000/08/30 14:19:09
45176 Log: Document Storable problems on Crays. (Will have
45177 to document all the other Storable problems, too.)
45179 ! pod/perldelta.pod
45180 ____________________________________________________________________________
45181 [ 6915] By: jhi on 2000/08/30 14:06:02
45182 Log: Subject: [PATCH] fix misc cast warnings
45183 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45184 Date: Tue, 29 Aug 2000 23:16:14 -0700
45185 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
45187 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
45188 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
45190 ____________________________________________________________________________
45191 [ 6914] By: jhi on 2000/08/30 14:03:45
45192 Log: Timestamp mismatch again. Need to fix this dependence on
45193 config_h.SH timestamp, since it's the contents of config_h.SH
45196 ! uconfig.h uconfig.sh
45197 ____________________________________________________________________________
45198 [ 6913] By: jhi on 2000/08/30 13:54:06
45199 Log: Don't say "Perl 5.0 source kit".
45202 ____________________________________________________________________________
45203 [ 6912] By: jhi on 2000/08/30 13:51:24
45204 Log: Reset archname and archname64 always, forcing them be
45205 recomputed at each Configure run, make Configure and
45206 the hints files agree on the naming of largefiles variables.
45208 ! U/threads/archname.U
45209 Branch: metaconfig/U/perl
45212 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
45213 ! hints/linux.sh hints/solaris_2.sh
45214 ____________________________________________________________________________
45215 [ 6911] By: jhi on 2000/08/30 13:30:13
45216 Log: Put back the slice accidentally removed by #6907.
45218 ! hints/solaris_2.sh
45219 ____________________________________________________________________________
45220 [ 6910] By: jhi on 2000/08/30 01:24:26
45221 Log: Be consistent: other Net::get* do export theirs.
45223 Subject: Re: Net::protoent does not export 'getproto'
45224 From: Yasushi Nakajima <sey@jkc.co.jp>
45225 Date: Wed, 30 Aug 2000 09:53:14 +0900
45226 Message-Id: <200008300051.DAA24700@taku.hut.fi>
45228 ! lib/Net/protoent.pm
45229 ____________________________________________________________________________
45230 [ 6909] By: jhi on 2000/08/30 01:17:25
45231 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
45232 From: Gurusamy Sarathy <gsar@ActiveState.com>
45233 Date: Tue, 29 Aug 2000 17:17:07 -0700
45234 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
45237 ____________________________________________________________________________
45238 [ 6908] By: jhi on 2000/08/30 00:58:05
45239 Log: Update Changes.
45241 ! Changes patchlevel.h
45242 ____________________________________________________________________________
45243 [ 6907] By: jhi on 2000/08/30 00:57:22
45244 Log: Introduce ccname to keep track of what compiler kind of we have.
45245 Branch: metaconfig/U/perl
45246 ! Checkcc.U gccvers.U
45248 ! Configure config_h.SH hints/solaris_2.sh
45249 ____________________________________________________________________________
45250 [ 6906] By: jhi on 2000/08/30 00:25:47
45251 Log: Put back the flags dump as reasoned in
45253 Subject: Re: [PATCH] Glob dumping
45254 From: Mike Guy <mjtg@cam.ac.uk>
45255 Date: Tue, 29 Aug 2000 21:41:32 +0100
45256 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
45258 ! dump.c t/lib/peek.t
45259 ____________________________________________________________________________
45260 [ 6905] By: jhi on 2000/08/30 00:16:17
45261 Log: Make the epsilon to be relative, not absolute.
45263 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
45264 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
45265 Date: Tue, 29 Aug 2000 19:58:56 -0400
45266 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
45269 ____________________________________________________________________________
45270 [ 6904] By: jhi on 2000/08/30 00:13:09
45271 Log: From now on, Gisle is on my list of usual suspects :-)
45274 ! ext/Opcode/Safe.pm
45275 ____________________________________________________________________________
45276 [ 6903] By: jhi on 2000/08/29 23:51:20
45277 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45278 From: "Craig A. Berry" <craig.berry@psinetcs.com>
45279 Date: Tue, 29 Aug 2000 18:43:26 -0500
45280 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
45283 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
45285 ____________________________________________________________________________
45286 [ 6902] By: jhi on 2000/08/29 23:44:14
45287 Log: Retry what #6882 attempted.
45289 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
45290 From: Gisle Aas <gisle@ActiveState.com>
45291 Date: 30 Aug 2000 00:33:09 +0200
45292 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
45294 ! ext/Opcode/Safe.pm
45295 ____________________________________________________________________________
45296 [ 6901] By: jhi on 2000/08/29 22:59:32
45297 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
45298 From: Hugo <hv@crypt.compulink.co.uk>
45299 Date: Mon, 12 Jun 2000 19:36:08 +0100
45300 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
45303 ____________________________________________________________________________
45304 [ 6900] By: jhi on 2000/08/29 22:58:35
45305 Log: Admit that we are leaking scalars.
45307 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
45308 From: Spider Boardman <spider@leggy.zk3.dec.com>
45309 Date: Tue, 29 Aug 2000 18:48:29 -0400
45310 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
45312 ! t/pragma/warnings.t
45313 ____________________________________________________________________________
45314 [ 6899] By: jhi on 2000/08/29 20:53:13
45315 Log: Update Changes.
45317 ! Changes patchlevel.h
45318 ____________________________________________________________________________
45319 [ 6898] By: jhi on 2000/08/29 20:46:21
45320 Log: Undo namespace pollution of #6878.
45322 Subject: Re: Net::protoent does not export 'getproto'
45323 From: Mike Guy <mjtg@cam.ac.uk>
45324 Date: Tue, 29 Aug 2000 21:32:37 +0100
45325 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
45327 ! lib/Net/protoent.pm
45328 ____________________________________________________________________________
45329 [ 6897] By: jhi on 2000/08/29 20:44:29
45330 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
45331 From: Peter Prymmer <pvhp@forte.com>
45332 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
45333 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
45335 ! pod/perlebcdic.pod
45336 ____________________________________________________________________________
45337 [ 6896] By: jhi on 2000/08/29 20:40:57
45338 Log: There's no point repeating the 'revision' (5) of perl5.
45339 Branch: metaconfig/U/perl
45340 ! Devel.U patchlevel.U
45342 ! Configure config_h.SH
45343 ____________________________________________________________________________
45344 [ 6895] By: jhi on 2000/08/29 20:16:58
45345 Log: Regen Configure for #6894.
45346 Branch: metaconfig/U/perl
45349 ! Configure config_h.SH
45350 ____________________________________________________________________________
45351 [ 6894] By: jhi on 2000/08/29 19:59:52
45352 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
45353 From: "Philip Newton" <Philip.Newton@gmx.net>
45354 Date: Tue, 29 Aug 2000 21:39:14 +0200
45355 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
45357 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
45358 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
45359 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
45361 ____________________________________________________________________________
45362 [ 6893] By: jhi on 2000/08/29 19:55:30
45363 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
45364 From: "Philip Newton" <Philip.Newton@gmx.net>
45365 Date: Tue, 29 Aug 2000 21:39:14 +0200
45366 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
45369 ____________________________________________________________________________
45370 [ 6892] By: jhi on 2000/08/29 19:53:59
45371 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
45372 From: "Philip Newton" <Philip.Newton@gmx.net>
45373 Date: Tue, 29 Aug 2000 21:48:18 +0200
45374 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
45377 ____________________________________________________________________________
45378 [ 6891] By: jhi on 2000/08/29 18:30:03
45379 Log: Nail the ID 20000828.023.
45381 ! ext/Storable/Storable.xs
45382 ____________________________________________________________________________
45383 [ 6890] By: jhi on 2000/08/29 16:50:17
45384 Log: Under usethreads the dumped variable is IN_PAD.
45386 Subject: Re: [PATCH] Glob dumping
45387 From: Gisle Aas <gisle@ActiveState.com>
45388 Date: 29 Aug 2000 18:45:05 +0200
45389 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
45392 ____________________________________________________________________________
45393 [ 6889] By: jhi on 2000/08/29 15:17:37
45394 Log: Update Changes.
45396 ! Changes patchlevel.h
45397 ____________________________________________________________________________
45398 [ 6888] By: jhi on 2000/08/29 14:49:59
45399 Log: Retract #6882, broke the safe tests.
45401 ! ext/Opcode/Safe.pm
45402 ____________________________________________________________________________
45403 [ 6887] By: jhi on 2000/08/29 14:47:06
45404 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
45405 From: Gisle Aas <gisle@ActiveState.com>
45406 Date: 09 Jun 2000 20:00:11 +0200
45407 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
45410 ____________________________________________________________________________
45411 [ 6886] By: jhi on 2000/08/29 14:42:45
45412 Log: The #6881 removed one dump line.
45415 ____________________________________________________________________________
45416 [ 6885] By: jhi on 2000/08/29 14:30:47
45417 Log: Don't forget to tidy up.
45419 ! t/lib/ftmp-security.t
45420 ____________________________________________________________________________
45421 [ 6884] By: jhi on 2000/08/29 14:25:17
45422 Log: Disabling the one test is a bit tricky.
45424 ! t/lib/ftmp-security.t
45425 ____________________________________________________________________________
45426 [ 6883] By: jhi on 2000/08/29 14:16:25
45427 Log: Disable one of the tests for now.
45429 ! t/lib/ftmp-security.t
45430 ____________________________________________________________________________
45431 [ 6882] By: jhi on 2000/08/29 14:05:50
45432 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
45434 Date: 29 Aug 2000 10:35:06 -0000
45435 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
45437 ! ext/Opcode/Safe.pm
45438 ____________________________________________________________________________
45439 [ 6881] By: jhi on 2000/08/29 14:03:51
45440 Log: Subject: [PATCH] Glob dumping
45441 From: Gisle Aas <gisle@ActiveState.com>
45442 Date: 29 Aug 2000 07:59:42 -0000
45443 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
45446 ____________________________________________________________________________
45447 [ 6880] By: jhi on 2000/08/29 14:02:01
45448 Log: Subject: [PATCH] Warnings in B::Deparse
45449 From: <abigail@foad.org>
45450 Date: Tue, 29 Aug 2000 00:00:01 -0400
45451 Message-ID: <20000829040001.2999.qmail@foad.org>
45453 ! ext/B/B/Deparse.pm
45454 ____________________________________________________________________________
45455 [ 6879] By: jhi on 2000/08/29 13:57:26
45456 Log: Missed a change in #6869.
45459 ____________________________________________________________________________
45460 [ 6878] By: jhi on 2000/08/29 13:45:04
45461 Log: Subject: Net::protoent does not export 'getproto'
45462 From: Yasushi Nakajima <sey@jkc.co.jp>
45463 Date: Tue, 29 Aug 2000 17:28:57 +0900
45465 ! lib/Net/protoent.pm
45466 ____________________________________________________________________________
45467 [ 6877] By: jhi on 2000/08/29 13:39:19
45468 Log: Patches all over for people and the files they (hopefully) care about.
45470 ! AUTHORS Changes MAINTAIN
45471 ____________________________________________________________________________
45472 [ 6876] By: jhi on 2000/08/29 12:53:54
45473 Log: Fix for thinko in #6848.
45475 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
45476 From: Lupe Christoph <lupe@lupe-christoph.de>
45477 Date: Tue, 29 Aug 2000 09:04:08 +0200
45478 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
45480 ! ext/Thread/Thread.xs
45481 ____________________________________________________________________________
45482 [ 6875] By: jhi on 2000/08/29 12:50:14
45483 Log: Update to Getopt::Long 2.24, from Johan Vromans.
45485 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
45486 ____________________________________________________________________________
45487 [ 6874] By: jhi on 2000/08/29 02:09:53
45488 Log: Use minimal @INC in tests, most of the time just '../lib',
45489 so that we simply can't pick up stuff from other Perls than
45490 the one we are testing. Pointed out by
45492 From: Mike Guy <mjtg@cam.ac.uk>
45493 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
45494 Date: Fri, 25 Aug 2000 15:15:59 +0100
45495 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
45498 ____________________________________________________________________________
45499 [ 6873] By: jhi on 2000/08/29 01:07:11
45500 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
45501 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45502 Date: Mon, 28 Aug 2000 17:45:52 -0700
45503 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
45505 ! Makefile.SH hints/os2.sh
45506 ____________________________________________________________________________
45507 [ 6872] By: jhi on 2000/08/28 23:33:39
45508 Log: Subject: [PATCH bleedperl@6866] spellings
45509 From: marcel@codewerk.com (Marcel Grunauer)
45510 Date: Tue, 29 Aug 2000 01:19:59 +0200
45511 Message-Id: <200008282319.BAA29862@gandalf.local>
45513 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
45514 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
45515 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
45516 ____________________________________________________________________________
45517 [ 6871] By: jhi on 2000/08/28 23:22:09
45518 Log: Take out the SUIDMAIL thing, that will not be
45519 a problem in 5.7.*.
45522 ____________________________________________________________________________
45523 [ 6870] By: jhi on 2000/08/28 23:19:30
45524 Log: -S is the silent flag, -s is the strip flag.
45526 Subject: [PATCH] Re: [PATCH] make no-install
45527 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45528 Date: Mon, 28 Aug 2000 15:12:55 -0700
45529 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
45532 ____________________________________________________________________________
45533 [ 6869] By: jhi on 2000/08/28 23:12:05
45534 Log: Subject: [PATCH bleedperl@6856] warnings fixes
45535 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45536 Date: Mon, 28 Aug 2000 23:55:06 +0100
45537 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
45539 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
45540 ! warnings.h warnings.pl
45541 ____________________________________________________________________________
45542 [ 6868] By: jhi on 2000/08/28 21:38:22
45543 Log: Potential cruft.
45546 ____________________________________________________________________________
45547 [ 6867] By: jhi on 2000/08/28 21:35:36
45548 Log: Update Changes.
45550 ! Changes patchlevel.h
45551 ____________________________________________________________________________
45552 [ 6866] By: jhi on 2000/08/28 21:33:49
45553 Log: Subject: hv.h Doc Patch
45554 From: Fisher Mark <fisherm@tce.com>
45555 Date: Mon, 28 Aug 2000 16:24:59 -0500
45556 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
45559 ____________________________________________________________________________
45560 [ 6865] By: jhi on 2000/08/28 21:02:15
45561 Log: Add -ld to archname on long tr...double platforms.
45563 ! U/threads/archname.U
45565 ! Configure config_h.SH
45566 ____________________________________________________________________________
45567 [ 6864] By: jhi on 2000/08/28 20:38:59
45568 Log: An attempt to fix the problem reported in
45570 Subject: Building perl@6856 using gcc/AIX 4.3.3
45571 From: Daniel Muino <dmuino@afip.gov.ar>
45572 Date: Mon, 28 Aug 2000 15:50:01 -0300
45573 Message-ID: <20000828155001.A14403@con2-dgi>
45575 I can't test this properly since the gcc installation I have
45576 access to seems to be botched (gcc is calling the AIX cpp,
45577 a losing proposition...)
45580 ____________________________________________________________________________
45581 [ 6863] By: jhi on 2000/08/28 18:57:52
45582 Log: Fix for ID 20000828.001, long doubles were not formatted
45583 correctly (showed up in $], which stopped installing perl).
45586 ____________________________________________________________________________
45587 [ 6862] By: jhi on 2000/08/28 18:07:15
45588 Log: Typo in #6858.
45591 ____________________________________________________________________________
45592 [ 6861] By: jhi on 2000/08/28 17:57:27
45593 Log: opmini.o may be left around if a build is interrupted.
45596 ____________________________________________________________________________
45597 [ 6860] By: jhi on 2000/08/28 16:52:50
45598 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
45599 From: Daniel Chetlin <daniel@chetlin.com>
45600 Date: Mon, 28 Aug 2000 01:14:18 -0700
45601 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
45604 ____________________________________________________________________________
45605 [ 6859] By: jhi on 2000/08/28 16:08:46
45606 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
45607 From: Nicholas Clark <nick@ccl4.org>
45608 Date: Mon, 28 Aug 2000 16:03:27 +0100
45609 Message-Id: <20000828160327.C49785@plum.flirble.org>
45611 ! ext/ByteLoader/bytecode.h
45612 ____________________________________________________________________________
45613 [ 6858] By: jhi on 2000/08/28 16:02:10
45614 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
45615 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
45616 Date: Mon, 28 Aug 2000 13:08:30 +0200
45617 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
45620 ____________________________________________________________________________
45621 [ 6857] By: jhi on 2000/08/28 15:42:47
45622 Log: display_format used as a class method without arguments was broken,
45625 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
45626 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
45627 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
45628 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
45630 ! lib/Math/Complex.pm t/lib/complex.t
45631 ____________________________________________________________________________
45632 [ 6856] By: jhi on 2000/08/27 22:09:48
45633 Log: Update Changes.
45635 ! Changes patchlevel.h
45636 ____________________________________________________________________________
45637 [ 6855] By: jhi on 2000/08/27 21:59:21
45638 Log: Retract #6853 (false alarm).
45640 ! lib/ExtUtils/xsubpp
45641 ____________________________________________________________________________
45642 [ 6854] By: jhi on 2000/08/27 21:37:44
45643 Log: Update Changes.
45645 ! Changes patchlevel.h
45646 ____________________________________________________________________________
45647 [ 6853] By: jhi on 2000/08/27 21:37:16
45648 Log: Subject: [PATCH perl@6850] workaround for xsubpp
45649 From: Hugo <hv@crypt.compulink.co.uk>
45650 Date: Sun, 27 Aug 2000 22:30:25 +0100
45651 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
45653 ! lib/ExtUtils/xsubpp
45654 ____________________________________________________________________________
45655 [ 6852] By: jhi on 2000/08/27 21:33:58
45656 Log: Big-endian 64-bit patch from Raphael Manfredi.
45658 ! ext/Storable/Storable.xs
45659 ____________________________________________________________________________
45660 [ 6851] By: jhi on 2000/08/27 21:22:21
45661 Log: More ruthless editing from Hugo van der Sanden.
45663 ! pod/perldelta.pod
45664 ____________________________________________________________________________
45665 [ 6850] By: jhi on 2000/08/27 16:11:46
45666 Log: Update Changes.
45668 ! Changes patchlevel.h
45669 ____________________________________________________________________________
45670 [ 6849] By: jhi on 2000/08/27 16:11:05
45671 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
45673 ! configpm pod/perldelta.pod
45674 ____________________________________________________________________________
45675 [ 6848] By: jhi on 2000/08/27 15:35:08
45676 Log: Use the actual thread type, not the pointer-to-struct.
45678 ! ext/Thread/Thread.xs
45679 ____________________________________________________________________________
45680 [ 6847] By: jhi on 2000/08/27 15:30:49
45683 ! t/pragma/warn/pp_sys
45684 ____________________________________________________________________________
45685 [ 6846] By: jhi on 2000/08/27 15:19:02
45686 Log: Passing -R in ldflags makes now it to appear in the default
45687 for lddlflags, just like with -L.
45689 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45690 From: Lupe Christoph <lupe@lupe-christoph.de>
45691 Date: Sun, 27 Aug 2000 10:28:21 +0200
45692 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
45693 Branch: metaconfig/U/perl
45697 ____________________________________________________________________________
45698 [ 6845] By: jhi on 2000/08/27 15:08:54
45699 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45700 From: Alan Burlison <Alan.Burlison@uk.sun.com>
45701 Date: Sat, 26 Aug 2000 22:23:27 +0100
45702 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
45704 ! lib/ExtUtils/MM_Unix.pm
45705 ____________________________________________________________________________
45706 [ 6844] By: jhi on 2000/08/27 15:02:37
45707 Log: DJGPP update from Laszlo Molnar.
45709 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
45710 From: ml1050 <ml1050@freemail.hu>
45711 Date: Sat, 26 Aug 2000 23:24:40 +0200
45712 Message-Id: <20000826232440.A439@freemail.hu>
45714 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
45715 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
45716 ____________________________________________________________________________
45717 [ 6843] By: jhi on 2000/08/27 14:53:58
45718 Log: Subject: installman buglet
45719 From: Lupe Christoph <lupe@lupe-christoph.de>
45720 Date: Sun, 27 Aug 2000 14:38:59 +0200
45721 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
45724 ____________________________________________________________________________
45725 [ 6842] By: jhi on 2000/08/27 14:52:08
45726 Log: Can't get the test to reliably work thanks to the
45727 inaccurateness of floating point. "Resolves" bug ids
45728 20000826.003, 20000826.009, 20000826.010,
45731 ____________________________________________________________________________
45732 [ 6841] By: jhi on 2000/08/26 15:53:58
45733 Log: Update Changes.
45735 ! Changes patchlevel.h
45736 ____________________________________________________________________________
45737 [ 6840] By: jhi on 2000/08/26 14:23:03
45738 Log: grep -e isn't portable.
45740 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
45741 From: chris@broadband.att.com
45742 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
45743 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
45745 ! hints/solaris_2.sh
45746 ____________________________________________________________________________
45747 [ 6839] By: jhi on 2000/08/26 14:12:23
45748 Log: no-install target a la make -n.
45750 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
45751 From: <abigail@foad.org>
45752 Date: Sat, 26 Aug 2000 03:57:34 -0400
45753 Message-ID: <20000826075735.18912.qmail@foad.org>
45755 ! Makefile.SH installman installperl
45756 ____________________________________________________________________________
45757 [ 6838] By: jhi on 2000/08/26 14:06:33
45758 Log: Retract #6826 as the #6828 should be do the same
45759 in a More Correct Way.
45762 ____________________________________________________________________________
45763 [ 6837] By: jhi on 2000/08/26 05:24:00
45766 ! ext/Storable/Storable.xs
45767 ____________________________________________________________________________
45768 [ 6836] By: jhi on 2000/08/26 05:05:46
45769 Log: Nicer in decimal.
45771 ! ext/Storable/Storable.xs
45772 ____________________________________________________________________________
45773 [ 6835] By: jhi on 2000/08/26 05:03:50
45774 Log: There be no UVdf.
45776 ! ext/Storable/Storable.xs
45777 ____________________________________________________________________________
45778 [ 6834] By: jhi on 2000/08/26 05:00:18
45779 Log: Continue IVdfing and UVxfing.
45781 ! ext/Storable/Storable.xs
45782 ____________________________________________________________________________
45783 [ 6833] By: jhi on 2000/08/26 04:53:14
45786 ! ext/Storable/Storable.xs
45787 ____________________________________________________________________________
45788 [ 6832] By: jhi on 2000/08/26 04:40:41
45789 Log: Document PTR2XX and INT2PTR.
45792 ____________________________________________________________________________
45793 [ 6831] By: jhi on 2000/08/26 04:33:18
45794 Log: Use UVxf, PTR2UV, NVff.
45796 ! ext/Storable/Storable.xs
45797 ____________________________________________________________________________
45798 [ 6830] By: jhi on 2000/08/26 04:31:32
45799 Log: Update the test count.
45802 ____________________________________________________________________________
45803 [ 6829] By: jhi on 2000/08/26 03:05:50
45804 Log: Subject: [PATCH] installation not quite silent yet.
45805 From: <abigail@foad.org>
45806 Date: Fri, 25 Aug 2000 20:07:53 -0400
45807 Message-ID: <20000826000753.7822.qmail@foad.org>
45809 ! installman installperl
45810 ____________________________________________________________________________
45811 [ 6828] By: jhi on 2000/08/26 03:05:14
45812 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
45813 From: Spider Boardman <spider@web.zk3.dec.com>
45814 Date: Fri, 25 Aug 2000 19:12:40 -0400
45815 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
45818 ____________________________________________________________________________
45819 [ 6827] By: jhi on 2000/08/25 23:54:34
45820 Log: Support preserving extremely big/small angles.
45822 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
45823 ____________________________________________________________________________
45824 [ 6826] By: jhi on 2000/08/25 23:01:20
45825 Log: Patch installperl to be long double-aware.
45827 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
45828 From: Spider Boardman <spider@web.zk3.dec.com>
45829 Date: Fri, 25 Aug 2000 18:15:23 -0400
45830 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
45833 ____________________________________________________________________________
45834 [ 6825] By: jhi on 2000/08/25 22:58:25
45835 Log: Remove duplicately applied patch shards.
45837 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
45838 From: Spider Boardman <spider@leggy.zk3.dec.com>
45839 Date: Fri, 25 Aug 2000 16:45:03 -0400
45840 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
45843 ____________________________________________________________________________
45844 [ 6824] By: jhi on 2000/08/25 22:57:00
45845 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45846 From: Daniel Chetlin <daniel@chetlin.com>
45847 Date: Fri, 25 Aug 2000 12:23:16 -0700
45848 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
45850 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45851 From: Daniel Chetlin <daniel@chetlin.com>
45852 Date: Fri, 25 Aug 2000 14:47:19 -0700
45853 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
45856 ____________________________________________________________________________
45857 [ 6823] By: jhi on 2000/08/25 22:44:17
45858 Log: Timestamp problem?
45860 ! uconfig.h uconfig.sh
45861 ____________________________________________________________________________
45862 [ 6822] By: jhi on 2000/08/25 19:01:06
45863 Log: One forgotten file from #6816.
45866 ____________________________________________________________________________
45867 [ 6821] By: jhi on 2000/08/25 18:56:39
45868 Log: Regen Changes.
45870 ! Changes patchlevel.h
45871 ____________________________________________________________________________
45872 [ 6820] By: jhi on 2000/08/25 18:52:35
45873 Log: Fix Changes ordering.
45876 ____________________________________________________________________________
45877 [ 6819] By: jhi on 2000/08/25 18:50:25
45878 Log: Update Changes.
45880 ! Changes patchlevel.h
45881 ____________________________________________________________________________
45882 [ 6818] By: jhi on 2000/08/25 18:47:45
45883 Log: Tweak the sfio/useperlio logic, hopefully as wished in
45885 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
45886 From: Nicholas Clark <nick@babyhippo.co.uk>
45887 Date: Fri, 25 Aug 2000 12:01:45 +0100
45888 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
45889 Branch: metaconfig/U/perl
45893 ____________________________________________________________________________
45894 [ 6817] By: jhi on 2000/08/25 18:32:51
45895 Log: Allow microperl to assume <math.h>, without it the math
45896 functions like floor() are assumed to return int, which makes
45897 for core dumps in machines where integer and floating register
45900 ! uconfig.h uconfig.sh
45901 ____________________________________________________________________________
45902 [ 6816] By: jhi on 2000/08/25 18:27:17
45903 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
45904 the problem reported in
45906 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
45907 From: danhale@us.ibm.com
45908 Date: Fri, 25 Aug 2000 10:58:06 -0400
45909 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
45910 Branch: metaconfig/U/perl
45913 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
45914 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
45915 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
45916 ! win32/config.gc win32/config.vc
45917 ____________________________________________________________________________
45918 [ 6815] By: jhi on 2000/08/25 17:43:31
45919 Log: A solution for the retrieve_fd autosplit warning,
45920 idea suggested by Mike Guy.
45922 ! ext/Storable/Storable.pm
45923 ____________________________________________________________________________
45924 [ 6814] By: jhi on 2000/08/25 17:16:03
45925 Log: Add install-silent target.
45928 ____________________________________________________________________________
45929 [ 6813] By: jhi on 2000/08/25 17:14:23
45930 Log: Subject: Re: [PATCH] More silencing of installman.
45931 From: <abigail@foad.org>
45932 Date: Thu, 24 Aug 2000 19:27:03 -0400
45933 Message-ID: <20000824232703.7001.qmail@foad.org>
45935 Subject: Re: [PATCH] More silencing of installman.
45936 From: <abigail@foad.org>
45937 Date: Fri, 25 Aug 2000 03:00:58 -0400
45938 Message-ID: <20000825070058.10697.qmail@foad.org>
45941 ____________________________________________________________________________
45942 [ 6812] By: jhi on 2000/08/25 17:11:28
45943 Log: installperl --verbose and --silent.
45945 Subject: Re: [PATCH] More silencing of installman.
45946 From: <abigail@foad.org>
45947 Message-ID: <20000825064430.9719.qmail@foad.org>
45948 Date: Fri, 25 Aug 2000 02:44:30 -0400
45951 ____________________________________________________________________________
45952 [ 6811] By: jhi on 2000/08/25 17:05:43
45953 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
45954 From: "Peter J. Farley III" <pjfarley@banet.net>
45955 Date: Thu, 24 Aug 2000 21:58:03 -0400
45956 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
45958 (applied slightly modified)
45960 ! lib/ExtUtils/MM_Unix.pm
45961 ____________________________________________________________________________
45962 [ 6810] By: jhi on 2000/08/25 17:01:18
45963 Log: Missing parts of
45965 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
45966 From: Peter Prymmer <pvhp@forte.com>
45967 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
45968 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
45971 ____________________________________________________________________________
45972 [ 6809] By: jhi on 2000/08/25 16:46:32
45973 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
45974 From: "Craig A. Berry" <craig.berry@psinetcs.com>
45975 Date: Thu, 24 Aug 2000 19:13:11 -0500
45976 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
45979 ____________________________________________________________________________
45980 [ 6808] By: jhi on 2000/08/25 16:39:22
45981 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
45982 From: Peter Prymmer <pvhp@forte.com>
45983 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
45984 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
45987 ____________________________________________________________________________
45988 [ 6807] By: jhi on 2000/08/25 16:36:37
45989 Log: Better wording for the vec lvalue diagnostic.
45991 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
45992 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45993 Date: Wed, 23 Aug 2000 14:12:16 -0400
45994 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
45997 ____________________________________________________________________________
45998 [ 6806] By: jhi on 2000/08/24 18:17:22
45999 Log: Subject: [PATCH] More silencing of installman.
46000 From: <abigail@foad.org>
46001 Date: Thu, 24 Aug 2000 14:01:44 -0400
46002 Message-ID: <20000824180144.20062.qmail@foad.org>
46005 ____________________________________________________________________________
46006 [ 6805] By: jhi on 2000/08/24 15:00:31
46007 Log: Update Changes.
46009 ! Changes patchlevel.h
46010 ____________________________________________________________________________
46011 [ 6804] By: jhi on 2000/08/24 14:59:07
46012 Log: Regen perltoc.
46015 ____________________________________________________________________________
46016 [ 6803] By: jhi on 2000/08/24 14:44:39
46017 Log: Show the doc file, not the temp file.
46020 ____________________________________________________________________________
46021 [ 6802] By: jhi on 2000/08/24 14:41:53
46022 Log: Continue silencing.
46025 ____________________________________________________________________________
46026 [ 6801] By: jhi on 2000/08/24 14:34:40
46027 Log: Actually do something with the silencer option.
46030 ____________________________________________________________________________
46031 [ 6800] By: jhi on 2000/08/24 14:26:22
46032 Log: Make installman to recognize the silence flag -S.
46035 ____________________________________________________________________________
46036 [ 6799] By: jhi on 2000/08/24 13:49:38
46037 Log: DOS patches and portability/porting notes, from Tim Jenness.
46040 ____________________________________________________________________________
46041 [ 6798] By: jhi on 2000/08/24 13:48:27
46042 Log: Create directories in silence.
46044 Subject: [PATCH] Another silencer for MakeMaker
46045 From: andreas.koenig@anima.de (Andreas J. Koenig)
46046 Date: 24 Aug 2000 14:18:52 +0200
46047 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
46049 ! lib/ExtUtils/Command.pm
46050 ____________________________________________________________________________
46051 [ 6797] By: jhi on 2000/08/24 13:46:42
46052 Log: More liberal parsing of version numbers.
46054 Subject: Re: CPAN.pm beta for testing available
46055 From: andreas.koenig@anima.de (Andreas J. Koenig)
46056 Date: 24 Aug 2000 13:51:57 +0200
46057 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
46060 ____________________________________________________________________________
46061 [ 6796] By: jhi on 2000/08/24 13:44:36
46062 Log: Make "make install" by default silent. A new "install-verbose"
46066 ____________________________________________________________________________
46067 [ 6795] By: jhi on 2000/08/24 13:39:14
46068 Log: Add silencer flags to installperl.
46070 Subject: [PATCH] Making installperl silent.
46071 From: <abigail@foad.org>
46072 Date: Thu, 24 Aug 2000 05:01:45 -0400
46073 Message-ID: <20000824090145.13141.qmail@foad.org>
46076 ____________________________________________________________________________
46077 [ 6794] By: jhi on 2000/08/24 13:35:50
46078 Log: installperl couldn't tell whether it had run tests or not.
46080 Subject: [PATCH] Re: installperl and t/TEST
46081 From: <abigail@foad.org>
46082 Date: Thu, 24 Aug 2000 04:00:53 -0400
46083 Message-ID: <20000824080053.2494.qmail@foad.org>
46085 ! Makefile.SH installperl
46086 ____________________________________________________________________________
46087 [ 6793] By: jhi on 2000/08/24 13:27:50
46088 Log: Drop the separate perlbc, perlcc -b should be enough.
46091 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
46092 ____________________________________________________________________________
46093 [ 6792] By: jhi on 2000/08/24 04:41:30
46094 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
46095 plus the typo fix from Peter Prymmer.
46097 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
46098 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
46099 ____________________________________________________________________________
46100 [ 6791] By: jhi on 2000/08/24 02:10:43
46101 Log: Replace #6705 with a minimal doc patch.
46103 Subject: [PATCH 5.6.0] replace change #6705
46104 From: Jan Dubois <jand@ActiveState.com>
46105 Date: Wed, 23 Aug 2000 18:31:51 -0700
46106 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
46108 ! lib/Win32.pod win32/win32.c
46109 ____________________________________________________________________________
46110 [ 6790] By: jhi on 2000/08/23 17:52:00
46111 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46112 From: Mike Guy <mjtg@cam.ac.uk>
46113 Date: Wed, 23 Aug 2000 18:38:46 +0100
46114 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
46116 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
46117 ____________________________________________________________________________
46118 [ 6789] By: jhi on 2000/08/23 15:34:21
46119 Log: Update Changes.
46121 ! Changes patchlevel.h
46122 ____________________________________________________________________________
46123 [ 6788] By: jhi on 2000/08/23 15:33:40
46124 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
46125 From: Wilfredo Sánchez <wsanchez@apple.com>
46126 Date: Tue, 22 Aug 2000 19:31:27 -0700
46127 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
46130 ____________________________________________________________________________
46131 [ 6787] By: jhi on 2000/08/23 15:29:31
46132 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
46133 From: Spider Boardman <spider@leggy.zk3.dec.com>
46134 Date: Wed, 23 Aug 2000 10:33:23 -0400
46135 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
46138 ____________________________________________________________________________
46139 [ 6786] By: jhi on 2000/08/23 15:28:11
46142 ! ext/B/Makefile.PL
46143 ____________________________________________________________________________
46144 [ 6785] By: jhi on 2000/08/23 14:37:04
46145 Log: Update Changes.
46147 ! Changes patchlevel.h
46148 ____________________________________________________________________________
46149 [ 6784] By: jhi on 2000/08/23 13:58:41
46150 Log: Portability fix from Hugo van der Sanden.
46152 ! ext/re/Makefile.PL
46153 ____________________________________________________________________________
46154 [ 6783] By: jhi on 2000/08/23 13:53:53
46155 Log: Storable support, v-version fixes.
46157 Subject: CPAN.pm beta for testing available
46158 From: andreas.koenig@anima.de (Andreas J. Koenig)
46159 Date: 22 Aug 2000 23:31:33 +0200
46160 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
46162 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46163 ____________________________________________________________________________
46164 [ 6782] By: jhi on 2000/08/23 13:51:26
46165 Log: Mac and other portability updates from Chris Nandor.
46167 ! pod/perlmodinstall.pod
46168 ____________________________________________________________________________
46169 [ 6781] By: jhi on 2000/08/23 13:47:33
46170 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
46171 From: Peter Prymmer <pvhp@forte.com>
46172 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
46173 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
46175 ! ext/Storable/Storable.xs
46176 ____________________________________________________________________________
46177 [ 6780] By: jhi on 2000/08/23 13:33:34
46178 Log: VMS MMS (make) wants null action.
46180 ! ext/B/Makefile.PL
46181 ____________________________________________________________________________
46182 [ 6779] By: jhi on 2000/08/22 19:44:47
46183 Log: Forgot portability nit.
46185 ! t/lib/st-forgive.t
46186 ____________________________________________________________________________
46187 [ 6778] By: jhi on 2000/08/22 19:35:25
46190 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
46192 ____________________________________________________________________________
46193 [ 6777] By: jhi on 2000/08/22 18:50:53
46194 Log: Update Changes.
46196 ! Changes patchlevel.h
46197 ____________________________________________________________________________
46198 [ 6776] By: jhi on 2000/08/22 18:44:46
46199 Log: cSVOPo_*v things index into the current PL_curpad
46200 under ithreads, which is different from the curpad
46201 used by the XSUB. (In other words, the code as-is
46202 before this patch wouldn't work under ithreads.)
46206 ____________________________________________________________________________
46207 [ 6775] By: jhi on 2000/08/22 18:18:37
46208 Log: Make the selection of NVff et al stricter.
46209 Branch: metaconfig/U/perl
46212 ! Configure config_h.SH
46213 ____________________________________________________________________________
46214 [ 6774] By: jhi on 2000/08/22 17:19:42
46215 Log: perldelta nits.
46217 ! pod/perldelta.pod
46218 ____________________________________________________________________________
46219 [ 6773] By: jhi on 2000/08/22 17:06:26
46220 Log: Long double fixes from Spider Boardman.
46222 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
46223 From: system PRIVILEGED account <root@peano.zk3.dec.com>
46224 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
46225 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
46227 ! t/lib/bigfltpm.t t/lib/st-06compat.t
46228 ____________________________________________________________________________
46229 [ 6772] By: jhi on 2000/08/22 15:04:53
46230 Log: Update Changes.
46232 ! Changes patchlevel.h
46233 ____________________________________________________________________________
46234 [ 6771] By: jhi on 2000/08/22 15:01:44
46235 Log: perldelta fixes from Hugo van der Sanden.
46237 ! pod/perldelta.pod
46238 ____________________________________________________________________________
46239 [ 6770] By: jhi on 2000/08/22 14:34:49
46240 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
46241 From: Hugo <hv@crypt.compulink.co.uk>
46242 Date: Tue, 22 Aug 2000 11:21:53 +0100
46243 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
46246 ____________________________________________________________________________
46247 [ 6769] By: jhi on 2000/08/22 14:30:02
46248 Log: Add Yitzchak, reformat.
46250 ! Changes config_h.SH
46251 ____________________________________________________________________________
46252 [ 6768] By: jhi on 2000/08/22 14:21:35
46253 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
46254 and Spider Boardman.
46256 ! U/compline/d_gconvert.U
46259 ____________________________________________________________________________
46260 [ 6767] By: jhi on 2000/08/22 14:11:24
46261 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
46262 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46263 Date: Mon, 21 Aug 2000 19:08:31 -0700
46264 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
46266 - ext/Storable/patchlevel.h
46267 ! MANIFEST ext/Storable/MANIFEST
46268 ____________________________________________________________________________
46269 [ 6766] By: jhi on 2000/08/22 13:49:29
46270 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
46271 From: Peter Prymmer <pvhp@forte.com>
46272 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
46273 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
46275 ! configure.com ext/Storable/Makefile.PL
46276 ____________________________________________________________________________
46277 [ 6765] By: jhi on 2000/08/22 13:44:59
46278 Log: Subject: [PATCH blead] B:: missing dependency
46279 From: Hugo <hv@crypt.compulink.co.uk>
46280 Date: Tue, 22 Aug 2000 06:44:33 +0100
46281 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
46283 ! ext/B/Makefile.PL
46284 ____________________________________________________________________________
46285 [ 6764] By: jhi on 2000/08/22 13:38:12
46286 Log: More bytecompiler.
46288 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
46289 ____________________________________________________________________________
46290 [ 6763] By: jhi on 2000/08/22 13:36:44
46291 Log: Bytecompiler patches from Benjamin Stuhl.
46293 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
46294 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46295 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46296 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46297 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
46298 ! perl.c perlapi.h pod/perldelta.pod
46299 ____________________________________________________________________________
46300 [ 6762] By: jhi on 2000/08/21 23:43:40
46301 Log: An obsoleted diagnostic.
46303 ! pod/perldelta.pod
46304 ____________________________________________________________________________
46305 [ 6761] By: jhi on 2000/08/21 23:01:45
46306 Log: The #6759 wasn't quite right.
46308 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46309 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
46310 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46311 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46312 ! t/lib/st-tieditems.t
46313 ____________________________________________________________________________
46314 [ 6760] By: jhi on 2000/08/21 22:35:49
46315 Log: Be verydeepclean.
46318 ____________________________________________________________________________
46319 [ 6759] By: jhi on 2000/08/21 22:25:40
46320 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
46321 From: Peter Prymmer <pvhp@forte.com>
46322 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
46323 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
46325 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46326 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
46327 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46328 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46329 ! t/lib/st-tieditems.t
46330 ____________________________________________________________________________
46331 [ 6758] By: jhi on 2000/08/21 22:22:32
46332 Log: Few more casts, need reported in
46334 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
46335 From: Mike Stok <mike@stok.co.uk>
46336 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
46337 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
46341 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
46342 From: abigail@foad.org
46343 Date: 21 Aug 2000 21:31:34 -0000
46344 Message-Id: <20000821213134.30170.qmail@foad.org>
46346 ! ext/Storable/Storable.xs
46347 ____________________________________________________________________________
46348 [ 6757] By: jhi on 2000/08/21 18:37:07
46349 Log: Update Changes.
46351 ! Changes patchlevel.h
46352 ____________________________________________________________________________
46353 [ 6756] By: jhi on 2000/08/21 18:34:02
46356 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
46357 From: <abigail@foad.org>
46358 Date: Mon, 21 Aug 2000 14:00:16 -0400
46359 Message-ID: <20000821180016.28627.qmail@foad.org>
46362 ____________________________________________________________________________
46363 [ 6755] By: jhi on 2000/08/21 18:30:56
46364 Log: Use PodParser 1.18 new test.
46366 ! t/pod/special_seqs.t t/pod/special_seqs.xr
46367 ____________________________________________________________________________
46368 [ 6754] By: jhi on 2000/08/21 18:28:35
46369 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
46370 patches cannot be applied since #6712 conflicts.
46372 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
46373 ____________________________________________________________________________
46374 [ 6753] By: jhi on 2000/08/21 18:15:11
46375 Log: Weed out some smaller changes.
46377 ! pod/perldelta.pod
46378 ____________________________________________________________________________
46379 [ 6752] By: jhi on 2000/08/21 18:02:30
46380 Log: Also under djgpp the timestamps are funky.
46383 ____________________________________________________________________________
46384 [ 6751] By: jhi on 2000/08/21 17:55:56
46385 Log: Tweak the floating point output routine preferences.
46387 ! U/compline/d_gconvert.U
46390 ____________________________________________________________________________
46391 [ 6750] By: jhi on 2000/08/21 17:51:29
46392 Log: Unicos/mk requires elaborate paranoia.
46394 ! lib/Math/Complex.pm
46395 ____________________________________________________________________________
46396 [ 6749] By: gsar on 2000/08/21 16:53:31
46397 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
46400 ____________________________________________________________________________
46401 [ 6748] By: gsar on 2000/08/21 16:22:19
46402 Log: free TLS slot properly on Windows
46404 ! thread.h win32/perllib.c win32/win32thread.h
46405 ____________________________________________________________________________
46406 [ 6747] By: jhi on 2000/08/21 16:20:58
46407 Log: Rename the macro argument because some preprocessors
46408 can't tell the difference and expand arguments also inside
46409 double quoted strings.
46412 ____________________________________________________________________________
46413 [ 6746] By: jhi on 2000/08/21 16:09:41
46414 Log: Support long doubles in Storable.
46416 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
46417 From: Radu Greab <radu@netsoft.ro>
46418 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
46419 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
46421 ! ext/Storable/Storable.xs
46422 ____________________________________________________________________________
46423 [ 6745] By: jhi on 2000/08/21 15:51:40
46424 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
46425 From: "Fifer, Eric" <EFifer@sanwaint.com>
46426 Date: Mon, 21 Aug 2000 15:34:49 +0100
46427 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
46429 ! t/pragma/warn/9enabled
46430 ____________________________________________________________________________
46431 [ 6744] By: jhi on 2000/08/21 15:39:35
46432 Log: Document the endianness of Alpha more precisely.
46434 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
46436 ____________________________________________________________________________
46437 [ 6743] By: jhi on 2000/08/21 14:47:05
46438 Log: perldelta fixes from the p5p crowd.
46440 ! pod/perldelta.pod pod/perlop.pod
46441 ____________________________________________________________________________
46442 [ 6742] By: jhi on 2000/08/21 13:34:51
46443 Log: Update to Pod::LaTeX 0.53.
46445 Subject: [PATCH] lib/Pod/LaTeX.pm updates
46446 From: Tim Jenness <timj@jach.hawaii.edu>
46447 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
46448 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
46451 ____________________________________________________________________________
46452 [ 6741] By: jhi on 2000/08/21 13:33:01
46453 Log: Subject: [PATCH] os2.c fix for use64bitint
46454 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46455 Date: Mon, 21 Aug 2000 01:32:25 -0700
46456 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
46459 ____________________________________________________________________________
46460 [ 6740] By: jhi on 2000/08/21 13:28:52
46461 Log: Array context keeps slithering in.
46463 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
46464 From: Daniel Chetlin <daniel@chetlin.com>
46465 Date: Sun, 20 Aug 2000 21:40:25 -0700
46466 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
46468 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
46469 ! pod/perldebtut.pod
46470 ____________________________________________________________________________
46471 [ 6739] By: jhi on 2000/08/21 13:23:55
46472 Log: Big-endian quad fixes for Storable from Radu Greab,
46473 plus few explicit null casts for picky compilers.
46475 ! ext/Storable/Storable.xs
46476 ____________________________________________________________________________
46477 [ 6738] By: gsar on 2000/08/21 05:56:13
46478 Log: small tweaks for change#6705: avoid C++ style comments in C code;
46479 use Perl's malloc API rather than the low level system one
46482 ____________________________________________________________________________
46483 [ 6737] By: gsar on 2000/08/21 05:35:41
46484 Log: add Storable to list of extensions on Windows
46486 ! win32/Makefile win32/makefile.mk
46487 ____________________________________________________________________________
46488 [ 6736] By: jhi on 2000/08/21 02:57:53
46489 Log: Update Changes.
46491 ! Changes patchlevel.h
46492 ____________________________________________________________________________
46493 [ 6735] By: jhi on 2000/08/21 02:57:20
46496 ! pod/perldelta.pod
46497 ____________________________________________________________________________
46498 [ 6734] By: jhi on 2000/08/21 02:57:03
46499 Log: Add Storable 0.7.2 from Raphael Manfredi,
46500 plus the patch from
46502 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
46503 From: Radu Greab <radu@netsoft.ro>
46504 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
46505 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
46507 plus changes to get Storable to compile with
46508 picky ANSI compilers.
46510 + ext/Storable/ChangeLog ext/Storable/MANIFEST
46511 + ext/Storable/Makefile.PL ext/Storable/README
46512 + ext/Storable/Storable.pm ext/Storable/Storable.xs
46513 + ext/Storable/patchlevel.h t/lib/st-06compat.t
46514 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
46515 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
46516 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46517 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46518 + t/lib/st-tieditems.t
46520 ____________________________________________________________________________
46521 [ 6733] By: jhi on 2000/08/21 02:29:09
46522 Log: The correct cleaning order is an art.
46525 ____________________________________________________________________________
46526 [ 6732] By: jhi on 2000/08/21 01:23:39
46527 Log: The #6724 is here.
46529 ! t/lib/ftmp-security.t
46530 ____________________________________________________________________________
46531 [ 6731] By: jhi on 2000/08/20 23:17:03
46532 Log: s/this one/the 5.6.0 release/
46534 ! pod/perl56delta.pod
46535 ____________________________________________________________________________
46536 [ 6730] By: jhi on 2000/08/20 23:07:34
46537 Log: Mention perlebcdic and perlposix-bc.
46540 ____________________________________________________________________________
46541 [ 6729] By: jhi on 2000/08/20 21:32:59
46542 Log: Document the number of exponent digits.
46545 ____________________________________________________________________________
46546 [ 6728] By: jhi on 2000/08/20 21:16:47
46547 Log: Use File::Spec->tmpdir().
46549 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
46550 From: Tim Jenness <timj@jach.hawaii.edu>
46551 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
46553 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
46556 ____________________________________________________________________________
46557 [ 6727] By: jhi on 2000/08/20 20:43:32
46558 Log: Update Changes.
46560 ! Changes patchlevel.h
46561 ____________________________________________________________________________
46562 [ 6726] By: jhi on 2000/08/20 20:41:44
46563 Log: The veryclean target needs to clobber.
46566 ____________________________________________________________________________
46567 [ 6725] By: jhi on 2000/08/20 20:37:38
46568 Log: Document odd vs even subreleases and -Dusedevel.
46571 ____________________________________________________________________________
46572 [ 6724] By: jhi on 2000/08/20 19:58:05
46573 Log: Use temporary directory instead of current directory.
46575 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
46576 From: Tim Jenness <timj@jach.hawaii.edu>
46577 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
46578 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
46580 ! t/lib/ftmp-security.t
46581 ____________________________________________________________________________
46582 [ 6723] By: jhi on 2000/08/20 19:55:55
46583 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
46584 From: andreas.koenig@anima.de (Andreas J. Koenig)
46585 Date: 20 Aug 2000 15:52:03 +0200
46586 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
46588 ! lib/ExtUtils/MM_Unix.pm
46589 ____________________________________________________________________________
46590 [ 6722] By: jhi on 2000/08/20 19:46:01
46591 Log: Update to CGI 2.72, from Lincoln Stein.
46594 ____________________________________________________________________________
46595 [ 6721] By: jhi on 2000/08/20 19:43:54
46596 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
46597 From: Radu Greab <radu@netsoft.ro>
46598 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
46599 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
46601 ! ext/GDBM_File/GDBM_File.xs
46602 ____________________________________________________________________________
46603 [ 6720] By: jhi on 2000/08/20 19:42:01
46604 Log: pp_open() could pass an uninitialized filename down to do_open9().
46607 ____________________________________________________________________________
46608 [ 6719] By: jhi on 2000/08/20 14:06:41
46609 Log: UTF8 concat fixes.
46611 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
46612 From: Hugo <hv@crypt.compulink.co.uk>
46613 Date: Sun, 20 Aug 2000 07:30:46 +0100
46614 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
46616 ! pp_hot.c t/op/append.t
46617 ____________________________________________________________________________
46618 [ 6718] By: jhi on 2000/08/20 02:09:37
46619 Log: Let's try #6717 again.
46622 ____________________________________________________________________________
46623 [ 6717] By: jhi on 2000/08/20 01:56:55
46624 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
46625 From: "Craig A. Berry" <craig.berry@metamorgs.com>
46626 Date: Sat, 19 Aug 2000 18:15:39 -0500
46627 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
46630 ____________________________________________________________________________
46631 [ 6716] By: jhi on 2000/08/19 15:50:11
46632 Log: Update Changes.
46634 ! Changes patchlevel.h
46635 ____________________________________________________________________________
46636 [ 6715] By: jhi on 2000/08/19 15:39:09
46637 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
46638 From: Jonathan D Johnston <jdjohnston2@juno.com>
46639 Date: Thu, 17 Aug 2000 23:13:01 -0400
46640 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
46643 ____________________________________________________________________________
46644 [ 6714] By: jhi on 2000/08/19 15:34:04
46645 Log: Introduce a 'veryclean' target that is like 'distclean'
46646 but also removes *~ and *.orig.
46648 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
46649 ! utils/Makefile x2p/Makefile.SH
46650 ____________________________________________________________________________
46651 [ 6713] By: jhi on 2000/08/19 14:15:45
46652 Log: Put back the long double avoidance code to POSIX.xs
46653 because VMS seems to need it still.
46655 ! ext/POSIX/POSIX.xs
46656 ____________________________________________________________________________
46657 [ 6712] By: jhi on 2000/08/19 14:10:41
46658 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
46659 From: Peter Prymmer <pvhp@forte.com>
46660 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
46661 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
46663 ! lib/Pod/Find.pm t/pod/find.t
46664 ____________________________________________________________________________
46665 [ 6711] By: jhi on 2000/08/19 14:09:19
46666 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
46667 From: Peter Prymmer <pvhp@forte.com>
46668 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
46669 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
46670 cc: vmsperl@perl.org
46673 ____________________________________________________________________________
46674 [ 6710] By: jhi on 2000/08/19 14:08:01
46675 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
46676 From: Jan Dubois <jand@ActiveState.com>
46677 Date: Fri, 18 Aug 2000 16:31:48 -0700
46678 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
46681 ____________________________________________________________________________
46682 [ 6709] By: jhi on 2000/08/19 14:06:57
46683 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
46685 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
46686 From: Spider.Boardman@Orb.Nashua.NH.US
46687 Date: Fri, 18 Aug 2000 18:41:14 -0400
46688 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
46691 ____________________________________________________________________________
46692 [ 6708] By: jhi on 2000/08/18 22:04:49
46693 Log: Update Changes.
46695 ! Changes patchlevel.h
46696 ____________________________________________________________________________
46697 [ 6707] By: jhi on 2000/08/18 21:55:14
46698 Log: Add warnif(), check warnings further up the stack,
46699 all the warnings functions now can take an optional object reference.
46701 Subject: [PATCH bleedperl@6691] warnings pragma update
46702 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46703 Date: Fri, 18 Aug 2000 22:42:06 +0100
46704 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
46706 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
46707 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
46708 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
46709 ____________________________________________________________________________
46710 [ 6706] By: jhi on 2000/08/18 21:41:45
46711 Log: Typo in pp_complement().
46713 Subject: [PATCH perl-current] Deparse
46714 From: Peter Scott <Peter@PSDT.com>
46715 Date: Fri, 18 Aug 2000 12:44:37 -0700
46716 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
46718 ! ext/B/B/Deparse.pm
46719 ____________________________________________________________________________
46720 [ 6705] By: jhi on 2000/08/18 21:25:59
46721 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
46722 From: Jan Dubois <jand@ActiveState.com>
46723 Date: Fri, 18 Aug 2000 14:22:51 -0700
46724 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
46726 ! lib/Win32.pod win32/win32.c
46727 ____________________________________________________________________________
46728 [ 6704] By: jhi on 2000/08/18 21:16:14
46729 Log: Don't eat leading os from index entries.
46731 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
46732 From: Russ Allbery <rra@stanford.edu>
46733 Date: 10 Aug 2000 20:49:25 -0700
46734 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
46737 ____________________________________________________________________________
46738 [ 6703] By: jhi on 2000/08/18 21:07:06
46739 Log: Add [[:blank:]] as suggested in
46741 Subject: [ID 20000716.024] [=cc=] / [:blank:]
46742 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
46743 Date: Sun, 16 Jul 2000 17:55:29 -0700
46744 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
46746 (the [=cc=] has already been taken care of by #6439
46747 so the whole bug report can be closed)
46749 and make [[:space:]] to be equivalent to isspace(3)
46750 (as opposed to \s, which is isSPACE()). The difference
46751 is that now [[:space:]] matches the mythical vertical tab,
46754 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
46755 ! regexec.c t/op/pat.t
46756 ____________________________________________________________________________
46757 [ 6702] By: jhi on 2000/08/18 18:47:47
46758 Log: The new tests were missing from #6415.
46761 ____________________________________________________________________________
46762 [ 6701] By: jhi on 2000/08/18 18:20:40
46763 Log: Document the NDBM_File and ODBM_File as SDBM_File
46764 was documented in #6417.
46766 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
46767 ! ext/SDBM_File/SDBM_File.pm
46768 ____________________________________________________________________________
46769 [ 6700] By: jhi on 2000/08/18 18:10:39
46770 Log: Subject: [PATCH perl@6698] cygwin port
46771 From: "Fifer, Eric" <EFifer@sanwaint.com>
46772 Date: Fri, 18 Aug 2000 17:30:05 +0100
46773 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
46776 ____________________________________________________________________________
46777 [ 6699] By: jhi on 2000/08/18 16:21:49
46778 Log: Document code point which makes if (defined %stash::) to work
46779 (noted by Spider Boardman).
46782 ____________________________________________________________________________
46783 [ 6698] By: jhi on 2000/08/18 13:43:27
46784 Log: Update Changes.
46786 ! Changes patchlevel.h
46787 ____________________________________________________________________________
46788 [ 6697] By: jhi on 2000/08/18 13:35:57
46789 Log: Tiny Getopt::Long patch from Johan Vromans.
46791 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
46792 ____________________________________________________________________________
46793 [ 6696] By: jhi on 2000/08/18 13:26:14
46794 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
46795 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
46796 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
46797 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
46799 ! pod/perldiag.pod pod/perlsyn.pod
46800 ____________________________________________________________________________
46801 [ 6695] By: jhi on 2000/08/18 13:13:26
46802 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
46803 From: Daniel Chetlin <daniel@chetlin.com>
46804 Date: Fri, 18 Aug 2000 03:13:36 -0700
46805 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
46808 ____________________________________________________________________________
46809 [ 6694] By: jhi on 2000/08/18 13:08:05
46810 Log: Subject: [PATCH] perltrap.pod spring cleaning
46811 From: Daniel Chetlin <daniel@chetlin.com>
46812 Date: Fri, 18 Aug 2000 03:06:54 -0700
46813 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
46815 plus Mike Guy's nitfix.
46818 ____________________________________________________________________________
46819 [ 6693] By: jhi on 2000/08/18 13:00:26
46820 Log: Unbuffer the output.
46822 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
46823 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46824 Date: Thu, 17 Aug 2000 18:39:29 -0700
46825 Message-ID: <RPJn5gzkgydf092yn@efn.org>
46828 ____________________________________________________________________________
46829 [ 6692] By: jhi on 2000/08/18 05:19:17
46830 Log: Delete the image, too, not just its MANIFEStation.
46832 - lib/CGI/eg/wilogo.gif
46833 ____________________________________________________________________________
46834 [ 6691] By: jhi on 2000/08/18 05:10:26
46835 Log: Propagate new Configure vars.
46837 ! configure.com epoc/config.sh uconfig.h uconfig.sh
46838 ! vos/config.def vos/config.h vos/config_h.SH_orig
46839 ! win32/config.bc win32/config.gc win32/config.vc
46840 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46841 ____________________________________________________________________________
46842 [ 6690] By: jhi on 2000/08/18 04:30:56
46843 Log: Update Changes.
46845 ! Changes patchlevel.h
46846 ____________________________________________________________________________
46847 [ 6689] By: jhi on 2000/08/18 04:12:30
46848 Log: Fix the lib/complex failure of
46850 From: abigail@foad.org
46851 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
46852 Date: 15 Aug 2000 04:06:38 -0000
46853 Message-Id: <20000815040638.8524.qmail@foad.org>
46855 Linux long double accuracy issue: something that
46856 when printed with %g looks like "2" but int() of it is 1.
46858 ! lib/Math/Complex.pm
46859 ____________________________________________________________________________
46860 [ 6688] By: jhi on 2000/08/18 03:15:35
46861 Log: The byteorder code in #6671 was wrong.
46864 ____________________________________________________________________________
46865 [ 6687] By: jhi on 2000/08/18 02:08:42
46866 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
46867 From: Jan Dubois <jand@ActiveState.com>
46868 Date: Thu, 17 Aug 2000 18:31:55 -0700
46869 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
46872 ____________________________________________________________________________
46873 [ 6686] By: jhi on 2000/08/18 02:04:15
46874 Log: Use NVs in POSIX math, not doubles.
46876 From: abigail@foad.org
46877 Subject: [ID 20000817.014] POSIX & modfl
46878 Date: 17 Aug 2000 20:49:18 -0000
46879 Message-Id: <20000817204918.23123.qmail@foad.org>
46881 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
46882 ____________________________________________________________________________
46883 [ 6685] By: jhi on 2000/08/18 02:02:12
46884 Log: Introduce NVef, NVff, and NVgf, use the middle one.
46885 (helps for lib/peek + Linux + long doubles) Reported in
46887 From: abigail@foad.org
46888 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
46889 Date: 15 Aug 2000 04:06:38 -0000
46890 Message-Id: <20000815040638.8524.qmail@foad.org>
46892 (note: the lib/complex failure has not yet been addressed)
46893 Branch: metaconfig/U/perl
46896 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46897 ! config_h.SH dump.c perl.h pod/perlguts.pod
46898 ____________________________________________________________________________
46899 [ 6684] By: jhi on 2000/08/17 23:22:19
46900 Log: Add byteorder to the myconfig output.
46903 ____________________________________________________________________________
46904 [ 6683] By: jhi on 2000/08/17 23:20:19
46905 Log: The image doth not exist, spotted by Johan Vromans.
46908 ____________________________________________________________________________
46909 [ 6682] By: jhi on 2000/08/17 22:38:16
46910 Log: Document what the backtick returns if the command fails.
46913 ____________________________________________________________________________
46914 [ 6681] By: jhi on 2000/08/17 22:33:12
46915 Log: Do not use prototyping here.
46917 Subject: [ID 20000817.016] [PATCH] Peek.xs
46918 From: abigail@foad.org
46919 Date: 17 Aug 2000 20:55:56 -0000
46920 Message-Id: <20000817205556.24270.qmail@foad.org>
46922 ! ext/Devel/Peek/Makefile.PL
46923 ____________________________________________________________________________
46924 [ 6680] By: jhi on 2000/08/17 19:46:43
46925 Log: Don't propose using modules built for 5.005 if no binary
46926 compatibility with 5.005 is attempted.
46928 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46929 Subject: Minor nit with 5.7.0 (6655)
46930 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
46931 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
46933 ! U/installdirs/inc_version_list.U
46935 ! Configure config_h.SH
46936 ____________________________________________________________________________
46937 [ 6679] By: jhi on 2000/08/17 19:16:39
46938 Log: Microperl config update.
46940 ! uconfig.h uconfig.sh
46941 ____________________________________________________________________________
46942 [ 6678] By: jhi on 2000/08/17 19:16:13
46943 Log: The #6648 wasn't protective enough for limited platforms
46947 ____________________________________________________________________________
46948 [ 6677] By: jhi on 2000/08/17 14:46:35
46949 Log: Update Changes.
46951 ! Changes patchlevel.h
46952 ____________________________________________________________________________
46953 [ 6676] By: jhi on 2000/08/17 14:44:02
46954 Log: Add perlebcdic from Peter Prymmer, regen toc.
46956 + pod/perlebcdic.pod
46957 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46958 ____________________________________________________________________________
46959 [ 6675] By: jhi on 2000/08/17 14:41:52
46960 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
46962 ! pod/perldebtut.pod
46963 ____________________________________________________________________________
46964 [ 6674] By: jhi on 2000/08/17 14:29:43
46965 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
46967 Subject: [ID 20000724.006] -DLEAKTEST problem
46968 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
46969 Date: Tue, 25 Jul 2000 00:36:32 -0500
46970 Message-Id: <20000725003632.A26186@www.llamacom.com>
46974 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
46975 From: Hugo <hv@crypt.compulink.co.uk>
46976 Date: Thu, 17 Aug 2000 15:23:42 +0100
46977 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
46980 ____________________________________________________________________________
46981 [ 6673] By: jhi on 2000/08/17 04:07:10
46982 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
46983 From: John Peacock <JPeacock@UnivPress.com>
46984 Date: Tue, 01 Aug 2000 09:38:12 -0400
46985 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
46987 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
46988 ____________________________________________________________________________
46989 [ 6672] By: jhi on 2000/08/17 03:04:35
46990 Log: Subject: [PATCH] Cwd.pm now uses strict
46991 From: Tim Jenness <timj@jach.hawaii.edu>
46992 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
46993 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
46996 ____________________________________________________________________________
46997 [ 6671] By: jhi on 2000/08/17 02:16:35
46998 Log: Make $Config{byteorder} more magical so that it is
46999 dynamically computed: nice for 'fat binaries'.
47001 Subject: [PATCH]: default byteorder
47002 From: Wilfredo Sánchez <wsanchez@apple.com>
47003 Date: Mon, 31 Jul 2000 19:45:31 -0700
47004 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
47007 ____________________________________________________________________________
47008 [ 6670] By: gsar on 2000/08/17 01:22:21
47009 Log: move WNOHANG definition to where other such things are
47012 ____________________________________________________________________________
47013 [ 6669] By: jhi on 2000/08/17 01:19:17
47014 Log: Update Changes.
47016 ! Changes patchlevel.h
47017 ____________________________________________________________________________
47018 [ 6668] By: jhi on 2000/08/17 01:16:29
47019 Log: Doc nits spotted by Richard Soderberg.
47021 ! README.posix-bc README.vmesa
47022 ____________________________________________________________________________
47023 [ 6667] By: jhi on 2000/08/17 01:12:11
47024 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
47025 From: "Casey R. Tweten" <crt@kiski.net>
47026 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
47027 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
47029 ! pod/perldebtut.pod
47030 ____________________________________________________________________________
47031 [ 6666] By: jhi on 2000/08/17 01:09:31
47032 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
47033 From: "Casey R. Tweten" <crt@kiski.net>
47034 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
47035 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
47038 ____________________________________________________________________________
47039 [ 6665] By: gsar on 2000/08/17 01:03:52
47040 Log: add "ok" targets from change#6632 in makefile.mk
47042 ! pod/perlport.pod win32/Makefile win32/makefile.mk
47043 ____________________________________________________________________________
47044 [ 6664] By: gsar on 2000/08/17 00:56:11
47045 Log: avoid warnings from dense compiler
47048 ____________________________________________________________________________
47049 [ 6663] By: jhi on 2000/08/17 00:51:49
47050 Log: Tweak the regex compilation errors once more.
47052 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47053 ! t/op/regmesg.t t/pragma/warn/regcomp
47054 ____________________________________________________________________________
47055 [ 6662] By: gsar on 2000/08/17 00:28:19
47056 Log: trailing new %ENV entries weren't being pushed into the real
47057 environment of subprocesses on Windows
47059 ! t/op/magic.t win32/perlhost.h
47060 ____________________________________________________________________________
47061 [ 6661] By: gsar on 2000/08/17 00:19:20
47062 Log: waitpid() now handles externally spawned pids correctly;
47063 fixes for backtick/wait/waitpid failures on Windows 9x
47065 these changes make the pid returned by process functions on
47066 Windows 9x always positive by clearing the high bit (which
47067 is always set on Win9x); pseudo-process PIDs are likewise
47068 always negative now on Win9x (just as on NT/2000)
47070 ! pp_sys.c win32/perlhost.h win32/win32.c
47071 ____________________________________________________________________________
47072 [ 6660] By: jhi on 2000/08/17 00:04:32
47073 Log: Retract #6645.
47075 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47076 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
47078 ____________________________________________________________________________
47079 [ 6659] By: gsar on 2000/08/16 23:59:28
47080 Log: on windows, the return values from wait() and waitpid() don't
47081 match those of pseudo-pids
47083 ! pp_sys.c t/op/fork.t util.c win32/win32.c
47084 ____________________________________________________________________________
47085 [ 6658] By: gsar on 2000/08/16 23:56:14
47086 Log: pod nit seen in passing
47089 ____________________________________________________________________________
47090 [ 6657] By: gsar on 2000/08/16 23:53:42
47091 Log: change#6328 could make close(SOCKET) return false on windows
47095 ____________________________________________________________________________
47096 [ 6656] By: gsar on 2000/08/16 23:46:57
47097 Log: check that the number pseudo children doesn't exceed
47098 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
47099 the WaitForMultipleObjects() limit that would cause wait()
47102 wait() and waitpid() could potentially be rewritten to use
47103 more than one thread to do the waiting to eliminate this
47107 ____________________________________________________________________________
47108 [ 6655] By: jhi on 2000/08/16 14:11:05
47109 Log: Update Changes.
47111 ! Changes patchlevel.h
47112 ____________________________________________________________________________
47113 [ 6654] By: jhi on 2000/08/16 14:10:12
47114 Log: Update to perldebtut 1.9, from Richard Foley.
47116 ! pod/perldebtut.pod
47117 ____________________________________________________________________________
47118 [ 6653] By: jhi on 2000/08/16 14:08:17
47119 Log: Change the regx compilation error markers to use = instead of <
47120 since pod makes using the latter quite messy. Reported in
47121 ID 20000814.006 by Abigail and in
47122 Subject: Unknown escape E<> ?
47123 From: Lupe Christoph <lupe@lupe-christoph.de>
47124 Date: Fri, 11 Aug 2000 00:30:27 +0200
47125 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
47127 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47128 ! t/op/regmesg.t t/pragma/warn/regcomp
47129 ____________________________________________________________________________
47130 [ 6652] By: jhi on 2000/08/16 13:25:31
47131 Log: Change the perlbug address to perl.org since it's more forgiving.
47133 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
47134 From: abigail@foad.org
47135 Date: 15 Aug 2000 04:15:40 -0000
47136 Message-Id: <20000815041540.8633.qmail@foad.org>
47139 ____________________________________________________________________________
47140 [ 6651] By: jhi on 2000/08/16 13:22:35
47141 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
47142 From: Tim Jenness <timj@jach.hawaii.edu>
47143 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
47144 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
47147 ____________________________________________________________________________
47148 [ 6650] By: jhi on 2000/08/16 13:18:13
47149 Log: Update to CPAN 1.57.
47151 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
47152 From: andreas.koenig@anima.de (Andreas J. Koenig)
47153 Date: 16 Aug 2000 15:09:46 +0200
47154 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
47157 ____________________________________________________________________________
47158 [ 6649] By: jhi on 2000/08/16 13:12:31
47159 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
47160 From: "Larry W. Virden" <lvirden@cas.org>
47161 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
47162 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
47165 ____________________________________________________________________________
47166 [ 6648] By: jhi on 2000/08/16 13:03:53
47167 Log: The numeric locale was reset to "C" by s?printf and never restored.
47169 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47170 From: Christian Kirsch <ck@held.mind.de>
47171 Date: Wed, 9 Aug 2000 17:05:17 +0200
47172 Message-Id: <20000809170517.A25389@held>
47174 No test since adding the failing example to locale.t
47175 does not fail -- probably because the locale settings are so
47176 thoroughly tweaked by that time. Running the example standalone
47177 does fail, though. UPDATE: test case added at change #7540.
47179 ! dump.c perl.h pp.c pp_ctl.c sv.c
47180 ____________________________________________________________________________
47181 [ 6647] By: jhi on 2000/08/16 00:07:54
47182 Log: Update Changes and test semi-automatic patchlevel updating.
47184 ! Changes patchlevel.h
47185 ____________________________________________________________________________
47186 [ 6646] By: jhi on 2000/08/15 23:35:07
47187 Log: Fix a dependency problem.
47189 Subject: [PATCH: 6640] VMS Makefile.SH update
47190 From: Peter Prymmer <pvhp@forte.com>
47191 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
47192 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
47194 ! vms/descrip_mms.template
47195 ____________________________________________________________________________
47196 [ 6645] By: jhi on 2000/08/15 23:33:23
47197 Log: (Retracted by #6660)
47199 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
47200 From: Dominic Dunlop <domo@computer.org>
47201 Date: Tue, 15 Aug 2000 22:20:52 +0200
47202 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
47203 Branch: metaconfig/U/perl
47206 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47207 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
47209 ____________________________________________________________________________
47210 [ 6644] By: jhi on 2000/08/15 21:17:20
47211 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
47212 From: abigail@foad.org
47213 Date: 15 Aug 2000 20:12:41 -0000
47214 Message-Id: <20000815201241.25556.qmail@foad.org>
47217 ____________________________________________________________________________
47218 [ 6643] By: jhi on 2000/08/15 21:15:28
47219 Log: (an already applied patch)
47222 ____________________________________________________________________________
47223 [ 6642] By: gsar on 2000/08/15 19:54:05
47224 Log: magic callbacks all need to have same type signature
47226 ! embed.pl mg.c proto.h
47227 ____________________________________________________________________________
47228 [ 6641] By: jhi on 2000/08/15 17:56:27
47229 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)
47230 From: Mike Guy <mjtg@cam.ac.uk>
47231 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
47232 Date: Tue, 15 Aug 2000 18:26:45 +0100
47234 Only the peek.t part applied, not the hash quality part.
47237 ____________________________________________________________________________
47238 [ 6640] By: jhi on 2000/08/15 16:37:37
47239 Log: Update Changes.
47242 ____________________________________________________________________________
47243 [ 6639] By: jhi on 2000/08/15 16:34:55
47244 Log: Missed a file from #6638.
47247 ____________________________________________________________________________
47248 [ 6638] By: jhi on 2000/08/15 16:33:19
47249 Log: Subject: [PATCH perl@6620] cygwin port
47250 From: "Fifer, Eric" <EFifer@sanwaint.com>
47251 Date: Tue, 15 Aug 2000 17:00:49 +0100
47252 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
47254 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
47255 ____________________________________________________________________________
47256 [ 6637] By: jhi on 2000/08/15 16:29:22
47257 Log: Subject: [PATCH] debugger exit code should reflect user exit code
47258 From: Mike Guy <mjtg@cam.ac.uk>
47259 Date: Tue, 15 Aug 2000 16:55:59 +0100
47260 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
47263 ____________________________________________________________________________
47264 [ 6636] By: jhi on 2000/08/15 15:30:58
47265 Log: Update Changes.
47268 ____________________________________________________________________________
47269 [ 6635] By: jhi on 2000/08/15 15:27:21
47270 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
47272 ! U/mkglossary U/mksample
47273 Branch: metaconfig/U/perl
47276 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47277 ____________________________________________________________________________
47278 [ 6634] By: jhi on 2000/08/15 14:11:55
47279 Log: Don't blow limited stacks, a lower number is enough to
47280 tickle the lookbehind limit.
47282 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
47283 From: Dominic Dunlop <domo@computer.org>
47284 Date: Tue, 15 Aug 2000 13:51:24 +0200
47285 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
47288 ____________________________________________________________________________
47289 [ 6633] By: jhi on 2000/08/15 14:01:46
47290 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
47291 From: Mike Guy <mjtg@cam.ac.uk>
47292 Date: Tue, 15 Aug 2000 12:10:50 +0100
47293 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
47296 ____________________________________________________________________________
47297 [ 6632] By: jhi on 2000/08/15 13:58:48
47298 Log: make ok etc also for win32.
47300 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
47301 From: Prymmer/Kahn <pvhp@best.com>
47302 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
47303 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
47306 ____________________________________________________________________________
47307 [ 6631] By: jhi on 2000/08/15 13:45:03
47308 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
47311 ____________________________________________________________________________
47312 [ 6630] By: jhi on 2000/08/15 03:25:09
47313 Log: Update Changes.
47316 ____________________________________________________________________________
47317 [ 6629] By: jhi on 2000/08/15 03:23:53
47318 Log: magic_regdatum_set() is void, not int.
47320 ! embed.pl mg.c proto.h
47321 ____________________________________________________________________________
47322 [ 6628] By: jhi on 2000/08/15 03:08:02
47323 Log: Make the user to give up his firstborn, err, to knowingly
47324 verify installing an unstable developer release. Also bump
47325 the release to 5.7.0, but leave a patch tag in the local
47326 patches saying that this is not yet the real thing.
47328 ! U/modified/Instruct.U
47329 Branch: metaconfig/U/perl
47332 ! Configure patchlevel.h
47333 ____________________________________________________________________________
47334 [ 6627] By: jhi on 2000/08/14 22:32:52
47335 Log: README.os2 update.
47337 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
47338 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47339 Date: Wed, 02 Aug 2000 21:55:09 -0700
47340 Message-ID: <tsPi5gzkgegX092yn@efn.org>
47343 ____________________________________________________________________________
47344 [ 6626] By: jhi on 2000/08/14 21:00:02
47345 Log: Subject: Re: File::Temp problems on VMS in bleedperl
47346 From: Tim Jenness <timj@jach.hawaii.edu>
47347 cc: vmsperl@perl.org
47348 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
47349 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
47351 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
47352 ____________________________________________________________________________
47353 [ 6625] By: jhi on 2000/08/14 20:52:16
47354 Log: Add SUIDMAIL as was done for the CERT alert.
47357 ____________________________________________________________________________
47358 [ 6624] By: jhi on 2000/08/14 20:48:50
47359 Log: Subject: sfio2000
47360 From: Daniel Muino <dmuino@afip.gov.ar>
47361 Date: Mon, 14 Aug 2000 16:58:11 -0300
47362 Message-ID: <20000814165811.B16368@con2-dgi>
47364 ! perlsdio.h perlsfio.h
47365 ____________________________________________________________________________
47366 [ 6623] By: jhi on 2000/08/14 20:47:36
47367 Log: Subject: warning: storage class after type is obsolescent
47368 From: Daniel Muino <dmuino@afip.gov.ar>
47369 Date: Mon, 14 Aug 2000 16:42:47 -0300
47370 Message-ID: <20000814164247.A16368@con2-dgi>
47372 ! regcomp.pl regnodes.h
47373 ____________________________________________________________________________
47374 [ 6622] By: jhi on 2000/08/14 20:43:05
47375 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
47376 From: abigail@foad.org
47377 Date: 14 Aug 2000 20:00:10 -0000
47378 Message-Id: <20000814200010.27271.qmail@foad.org>
47381 ____________________________________________________________________________
47382 [ 6621] By: jhi on 2000/08/14 15:23:05
47383 Log: Update Changes.
47386 ____________________________________________________________________________
47387 [ 6620] By: jhi on 2000/08/14 15:22:14
47388 Log: Subject: Re: [PATCH] @+, @- readonly
47389 From: Mike Guy <mjtg@cam.ac.uk>
47390 Date: Mon, 14 Aug 2000 15:26:55 +0100
47391 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
47393 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
47395 ____________________________________________________________________________
47396 [ 6619] By: jhi on 2000/08/14 14:12:08
47397 Log: Update Changes.
47400 ____________________________________________________________________________
47401 [ 6618] By: jhi on 2000/08/14 14:09:34
47402 Log: For now remove the mail code.
47405 ____________________________________________________________________________
47406 [ 6617] By: jhi on 2000/08/14 14:08:28
47407 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
47409 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
47410 ! pod/perlfaq8.pod pod/perlsec.pod
47411 ____________________________________________________________________________
47412 [ 6616] By: jhi on 2000/08/14 14:00:11
47413 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47414 From: Mike Guy <mjtg@cam.ac.uk>
47415 Date: Mon, 14 Aug 2000 08:26:02 +0100
47416 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
47419 ____________________________________________________________________________
47420 [ 6615] By: jhi on 2000/08/14 13:58:45
47421 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
47422 From: Mike Guy <mjtg@cam.ac.uk>
47423 Date: Mon, 14 Aug 2000 08:04:22 +0100
47424 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
47426 ! gv.c mg.c t/op/pat.t
47427 ____________________________________________________________________________
47428 [ 6614] By: jhi on 2000/08/14 13:56:45
47429 Log: Subject: Test fails / warnings with perl-current #6612
47430 From: Mike Guy <mjtg@cam.ac.uk>
47431 Date: Mon, 14 Aug 2000 07:57:23 +0100
47432 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
47434 ! t/lib/b.t t/lib/peek.t
47435 ____________________________________________________________________________
47436 [ 6613] By: jhi on 2000/08/14 13:45:33
47437 Log: VMS configure.com update continues.
47439 - vms/configure.com
47440 ! MANIFEST configure.com
47441 ____________________________________________________________________________
47442 [ 6612] By: jhi on 2000/08/13 22:13:35
47443 Log: Update Changes.
47446 ____________________________________________________________________________
47447 [ 6611] By: jhi on 2000/08/13 16:21:45
47448 Log: Upgrade to CGI 2.71, from Lincoln Stein.
47450 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
47451 ____________________________________________________________________________
47452 [ 6610] By: jhi on 2000/08/13 15:09:16
47453 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
47454 From: Mike Guy <mjtg@cam.ac.uk>
47455 Date: Sun, 13 Aug 2000 13:45:51 +0100
47456 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
47459 ____________________________________________________________________________
47460 [ 6609] By: jhi on 2000/08/13 14:31:26
47461 Log: Andreas says that 1.56 is fine, so reverting back to it.
47464 ____________________________________________________________________________
47465 [ 6608] By: jhi on 2000/08/13 05:34:20
47466 Log: Update Changes.
47469 ____________________________________________________________________________
47470 [ 6607] By: jhi on 2000/08/13 05:32:01
47471 Log: Put back the \z changes of #5406 to CPAN.pm.
47474 ____________________________________________________________________________
47475 [ 6606] By: jhi on 2000/08/13 05:20:16
47476 Log: Fix-n-skip the tests under 5005threads.
47479 ____________________________________________________________________________
47480 [ 6605] By: jhi on 2000/08/13 05:07:48
47481 Log: Fix the test for 5005threads.
47484 ____________________________________________________________________________
47485 [ 6604] By: jhi on 2000/08/13 03:35:37
47486 Log: Should have deleted this in #6603.
47488 - vms/subconfigure.com
47489 ____________________________________________________________________________
47490 [ 6603] By: jhi on 2000/08/12 18:29:32
47491 Log: Rewrite of vms/subconfigure.com as configure.com,
47492 from Peter Prymmer and the vmsperl crew.
47494 + vms/configure.com
47496 ____________________________________________________________________________
47497 [ 6602] By: jhi on 2000/08/11 13:00:01
47498 Log: PlainText.pm is dead.
47500 - lib/Pod/PlainText.pm
47502 ____________________________________________________________________________
47503 [ 6601] By: jhi on 2000/08/11 04:06:45
47504 Log: Update Changes.
47507 ____________________________________________________________________________
47508 [ 6600] By: jhi on 2000/08/11 04:06:10
47509 Log: Add a few missing files, update MANIFEST.
47511 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
47512 + lib/Pod/PlainText.pm t/pod/find.t
47513 ! MANIFEST t/op/regmesg.t
47514 ____________________________________________________________________________
47515 [ 6599] By: jhi on 2000/08/11 03:31:10
47516 Log: Add Perl debugging tutorial, regen toc.
47518 Subject: perldebtut.pod
47519 From: Richard Foley <Richard.Foley@m.dasa.de>
47520 Date: Wed, 09 Aug 2000 10:17:15 +0200
47521 Message-id: <3991138B.262247B8@m.dasa.de>
47523 + pod/perldebtut.pod
47524 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47525 ____________________________________________________________________________
47526 [ 6598] By: jhi on 2000/08/11 02:48:56
47527 Log: tiny Changes edit
47530 ____________________________________________________________________________
47531 [ 6597] By: jhi on 2000/08/11 02:39:04
47532 Log: Tests for #6589.
47534 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47535 From: simon@brecon.co.uk (Simon Cozens)
47536 Date: 11 Aug 2000 02:24:52 GMT
47537 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
47540 ____________________________________________________________________________
47541 [ 6596] By: jhi on 2000/08/11 01:50:07
47542 Log: Update Changes.
47545 ____________________________________________________________________________
47546 [ 6595] By: jhi on 2000/08/11 01:47:16
47550 ____________________________________________________________________________
47551 [ 6594] By: jhi on 2000/08/11 01:36:16
47552 Log: Subject: Getting perlio and threads to compile
47553 From: Lupe Christoph <lupe@lupe-christoph.de>
47554 Date: Wed, 9 Aug 2000 11:35:54 +0200
47555 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
47557 (the Solaris version changes in Configure skipped)
47559 ! hints/solaris_2.sh thread.h
47560 ____________________________________________________________________________
47561 [ 6593] By: jhi on 2000/08/11 01:30:16
47562 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
47563 From: simon@brecon.co.uk (Simon Cozens)
47564 Date: 1 Aug 2000 06:55:19 GMT
47565 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
47568 ____________________________________________________________________________
47569 [ 6592] By: jhi on 2000/08/11 01:26:39
47570 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
47571 From: Peter Scott <Peter@PeterScott.com>
47572 Date: Thu, 10 Aug 2000 08:23:27 -0700
47573 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
47576 ____________________________________________________________________________
47577 [ 6591] By: jhi on 2000/08/11 01:22:02
47578 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
47579 From: Hugo <hv@crypt.compulink.co.uk>
47580 Date: Thu, 10 Aug 2000 19:23:04 +0100
47581 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
47583 ! regexec.c t/op/pat.t
47584 ____________________________________________________________________________
47585 [ 6590] By: jhi on 2000/08/11 01:19:19
47586 Log: Preprocessing and postprocessing for File::Find.
47588 Subject: Patch to Find::File.pm to allow alphabetical results
47589 From: Joe Smith <jsmith@inwap.com>
47590 Date: Wed, 9 Aug 2000 02:44:54 -0700
47591 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
47594 ____________________________________________________________________________
47595 [ 6589] By: jhi on 2000/08/11 01:12:39
47596 Log: B::Deparse didn't do sub attributes.
47598 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47599 From: simon@brecon.co.uk (Simon Cozens)
47600 Date: 9 Aug 2000 04:49:20 GMT
47601 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
47603 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
47604 ____________________________________________________________________________
47605 [ 6588] By: jhi on 2000/08/11 01:06:40
47606 Log: Subject: debugger "d" command doesnt check line number
47607 From: Mike Guy <mjtg@cam.ac.uk>
47608 Date: Tue, 08 Aug 2000 21:54:29 +0100
47609 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
47611 ! lib/perl5db.pl mg.c pod/perldiag.pod
47612 ____________________________________________________________________________
47613 [ 6587] By: jhi on 2000/08/11 00:45:03
47614 Log: sleep(1) does not necessarily return 1.
47616 Subject: [PATCH bleadperl] op/lex_assign.t
47617 From: Hugo <hv@crypt.compulink.co.uk>
47618 Date: Thu, 03 Aug 2000 14:34:22 +0100
47619 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
47621 ! t/op/lex_assign.t
47622 ____________________________________________________________________________
47623 [ 6586] By: jhi on 2000/08/11 00:31:50
47624 Log: Document the IO::Select timeout.
47626 ! ext/IO/lib/IO/Select.pm
47627 ____________________________________________________________________________
47628 [ 6585] By: jhi on 2000/08/11 00:13:54
47629 Log: Forgot contributor.
47632 ____________________________________________________________________________
47633 [ 6584] By: jhi on 2000/08/11 00:09:19
47637 ____________________________________________________________________________
47638 [ 6583] By: jhi on 2000/08/11 00:07:53
47639 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
47641 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
47642 From: Mike Guy <mjtg@cam.ac.uk>
47643 Date: Thu, 10 Aug 2000 15:50:54 +0100
47644 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
47647 ____________________________________________________________________________
47648 [ 6582] By: jhi on 2000/08/10 23:29:32
47649 Log: Update Changes.
47652 ____________________________________________________________________________
47653 [ 6581] By: jhi on 2000/08/10 23:26:16
47654 Log: Put back the std @INC thing.
47656 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
47657 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
47658 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
47660 ____________________________________________________________________________
47661 [ 6580] By: jhi on 2000/08/10 23:03:34
47662 Log: Update to CGI 2.70, from Lincoln Stein.
47664 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
47665 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
47666 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
47667 ! t/lib/cgi-request.t
47668 ____________________________________________________________________________
47669 [ 6579] By: jhi on 2000/08/10 22:41:50
47670 Log: Update to CPAN 1.56, from Andreas König.
47672 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47673 ____________________________________________________________________________
47674 [ 6578] By: jhi on 2000/08/10 22:38:13
47675 Log: Update to Pod::Parser 1.17, from Brad Appleton.
47677 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
47678 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
47679 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
47680 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
47681 ! t/pod/include.t t/pod/included.t t/pod/lref.t
47682 ! t/pod/multiline_items.t t/pod/nested_items.t
47683 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
47684 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
47685 ! t/pod/special_seqs.t
47686 ____________________________________________________________________________
47687 [ 6577] By: jhi on 2000/08/10 22:35:41
47688 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
47691 ____________________________________________________________________________
47692 [ 6576] By: jhi on 2000/08/10 22:24:54
47693 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
47696 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
47697 ! t/lib/gol-compat.t t/lib/gol-linkage.t
47698 ____________________________________________________________________________
47699 [ 6575] By: jhi on 2000/08/10 22:02:07
47700 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
47702 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
47703 ____________________________________________________________________________
47704 [ 6574] By: jhi on 2000/08/10 21:55:03
47705 Log: Iterating perl6 description.
47708 ____________________________________________________________________________
47709 [ 6573] By: jhi on 2000/08/10 21:48:26
47710 Log: Revert the sv.c part of #6559, a better fix is needed.
47713 ____________________________________________________________________________
47714 [ 6572] By: jhi on 2000/08/10 20:33:43
47715 Log: It's the 2ndO'ROSSC.
47718 ____________________________________________________________________________
47719 [ 6571] By: jhi on 2000/08/10 15:55:48
47723 ____________________________________________________________________________
47724 [ 6570] By: jhi on 2000/08/10 14:11:17
47725 Log: An exceptionally sticky typo.
47728 ____________________________________________________________________________
47729 [ 6569] By: jhi on 2000/08/10 14:09:33
47730 Log: detypo (and test Changes updating script)
47733 ____________________________________________________________________________
47734 [ 6568] By: jhi on 2000/08/10 14:07:07
47735 Log: Update Changes.
47738 ____________________________________________________________________________
47739 [ 6567] By: jhi on 2000/08/10 14:06:19
47740 Log: Amend the description of Perl6.
47741 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
47742 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47743 Date: Wed, 9 Aug 2000 22:11:06 -0500
47744 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
47747 ____________________________________________________________________________
47748 [ 6566] By: jhi on 2000/08/10 13:58:57
47749 Log: Subject: Remove dead entry in perldiag
47750 From: Mike Guy <mjtg@cam.ac.uk>
47751 Date: Thu, 10 Aug 2000 14:19:19 +0100
47752 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
47755 ____________________________________________________________________________
47756 [ 6565] By: jhi on 2000/08/10 13:51:48
47757 Log: Zero entries were skipped, fix from Adrian Goalby
47758 <argoalby@yahoo.co.uk>
47760 ! lib/unicode/Number.pl lib/unicode/mktables.PL
47761 ____________________________________________________________________________
47762 [ 6564] By: jhi on 2000/08/10 13:00:12
47763 Log: Subject: [PATCH 5.6.0] cygwin port
47764 From: "Fifer, Eric" <EFifer@sanwaint.com>
47765 Date: Thu, 10 Aug 2000 13:15:36 +0100
47766 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
47768 ! README.cygwin hints/cygwin.sh
47769 ____________________________________________________________________________
47770 [ 6563] By: jhi on 2000/08/10 12:55:16
47771 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
47773 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
47774 ____________________________________________________________________________
47775 [ 6562] By: gsar on 2000/08/10 08:38:39
47776 Log: warn is a macro, avoid using at a variable to avoid warnings
47777 in some configurations; readdir.t is too conservative in
47778 estimating number of *.t's
47780 ! t/op/readdir.t util.c
47781 ____________________________________________________________________________
47782 [ 6561] By: jhi on 2000/08/09 23:35:42
47783 Log: Update Changes.
47786 ____________________________________________________________________________
47787 [ 6560] By: jhi on 2000/08/09 23:05:47
47788 Log: Subject: Re: enhanced(?) regex error messages
47789 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47790 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
47791 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
47793 (plus two small patches sent privately)
47794 (this still seems to leave few test failures)
47797 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
47798 ! t/pragma/warn/regcomp
47799 ____________________________________________________________________________
47800 [ 6559] By: jhi on 2000/08/09 20:41:18
47801 Log: (The fix did work but was not right, retracted in #6573)
47803 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47804 From: Christian Kirsch <ck@held.mind.de>
47805 Date: Wed, 9 Aug 2000 17:05:17 +0200
47806 Message-Id: <20000809170517.A25389@held>
47808 ! sv.c t/pragma/locale.t
47809 ____________________________________________________________________________
47810 [ 6558] By: jhi on 2000/08/08 22:34:08
47811 Log: Tiny updates on the contributors list.
47814 ____________________________________________________________________________
47815 [ 6557] By: jhi on 2000/08/08 19:34:28
47816 Log: Double check that we have a dirhandle.
47819 ____________________________________________________________________________
47820 [ 6556] By: jhi on 2000/08/08 19:01:51
47821 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
47822 May be repopulated with fresh maintained examples.
47824 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
47825 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
47826 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
47827 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
47828 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
47829 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
47830 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
47831 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
47832 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
47833 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
47834 + lib/CGI/eg/wilogo_gif.uu
47835 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
47836 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
47837 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
47838 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
47839 - eg/cgi/frameset.cgi eg/cgi/index.html
47840 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
47841 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
47842 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
47843 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
47844 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
47845 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
47846 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
47847 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
47848 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
47849 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
47850 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
47851 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
47852 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
47853 - eg/van/vanish eg/who eg/wrapsuid
47855 ____________________________________________________________________________
47856 [ 6555] By: jhi on 2000/08/08 18:51:08
47857 Log: Delete chat2 as requested by Randal.
47859 Subject: Re: perlfaq8 coyness
47860 From: merlyn@stonehenge.com (Randal L. Schwartz)
47861 Date: 15 May 2000 18:52:42 -0700
47862 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
47866 ____________________________________________________________________________
47867 [ 6554] By: jhi on 2000/08/08 18:31:35
47868 Log: Regen global.sym.
47871 ____________________________________________________________________________
47872 [ 6553] By: jhi on 2000/08/08 18:28:13
47873 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
47874 (either perlbug or p5p ate the original), plus regen
47875 perlapi and perltoc.
47877 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
47878 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
47879 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
47880 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
47881 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
47882 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
47883 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
47884 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
47885 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
47886 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
47887 ____________________________________________________________________________
47888 [ 6552] By: jhi on 2000/08/08 18:06:29
47889 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
47890 From: Mike Guy <mjtg@cam.ac.uk>
47891 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
47892 Date: Tue, 08 Aug 2000 15:51:27 +0100
47894 ! doop.c sv.h t/op/join.t t/pragma/overload.t
47895 ____________________________________________________________________________
47896 [ 6551] By: jhi on 2000/08/08 18:01:11
47897 Log: Re-apply #6549.
47900 ____________________________________________________________________________
47901 [ 6550] By: jhi on 2000/08/08 17:43:08
47902 Log: Accidental retraction of #6549.
47905 ____________________________________________________________________________
47906 [ 6549] By: jhi on 2000/08/08 17:40:04
47907 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47908 From: Mike Guy <mjtg@cam.ac.uk>
47909 Date: Mon, 07 Aug 2000 21:49:58 +0100
47910 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
47913 ____________________________________________________________________________
47914 [ 6548] By: jhi on 2000/08/08 17:37:57
47915 Log: Document here-doc better.
47917 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
47918 From: Mike Guy <mjtg@cam.ac.uk>
47919 Date: Mon, 07 Aug 2000 14:02:09 +0100
47920 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
47923 ____________________________________________________________________________
47924 [ 6547] By: jhi on 2000/08/08 17:33:34
47925 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
47926 From: "Randy J. Ray" <rjray@redhat.com>
47927 Date: Mon, 07 Aug 2000 19:12:25 -0700
47928 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
47930 ! perl.c pod/perlrun.pod
47931 ____________________________________________________________________________
47932 [ 6546] By: jhi on 2000/08/08 17:29:26
47933 Log: Subject: Re: enhanced(?) regex error messages
47934 From: Hugo <hv@crypt.compulink.co.uk>
47935 Date: Tue, 08 Aug 2000 03:25:51 +0100
47936 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
47938 plus Capitalize the error messages, plus perldiag them.
47940 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
47941 ____________________________________________________________________________
47942 [ 6545] By: jhi on 2000/08/08 13:59:28
47943 Log: Augment #6539 a bit: don't croak if there's magic in the air.
47945 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
47946 From: Hugo <hv@crypt.compulink.co.uk>
47947 Date: Tue, 08 Aug 2000 03:02:03 +0100
47948 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
47950 ! pp.c t/op/bless.t
47951 ____________________________________________________________________________
47952 [ 6544] By: jhi on 2000/08/07 21:11:52
47953 Log: Make the test -w clean.
47956 ____________________________________________________________________________
47957 [ 6543] By: jhi on 2000/08/07 19:49:53
47958 Log: use warnings instead of $^W.
47961 ____________________________________________________________________________
47962 [ 6542] By: jhi on 2000/08/07 17:41:41
47963 Log: Disable a portability warning Because We Know What We Are Doing.
47966 ____________________________________________________________________________
47967 [ 6541] By: jhi on 2000/08/07 17:29:51
47968 Log: Tiny tidying on report_evil_fh().
47971 ____________________________________________________________________________
47972 [ 6540] By: jhi on 2000/08/07 16:37:38
47973 Log: Make regular expression parse error messages easier to understand.
47975 Subject: Re: enhanced(?) regex error messages
47976 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47977 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
47978 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
47981 ____________________________________________________________________________
47982 [ 6539] By: jhi on 2000/08/07 16:12:27
47983 Log: Make bless(REF, REF) a fatal error, add bless tests.
47985 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
47986 From: Hugo <hv@crypt.compulink.co.uk>
47987 Date: Mon, 07 Aug 2000 16:59:38 +0100
47988 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
47991 ! MANIFEST pod/perldiag.pod pp.c sv.c
47992 ____________________________________________________________________________
47993 [ 6538] By: jhi on 2000/08/07 15:59:43
47994 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
47995 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
47996 Date: Thu, 3 Aug 2000 14:29:21 -0700
47997 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
48000 ____________________________________________________________________________
48001 [ 6537] By: jhi on 2000/08/07 15:47:18
48002 Log: Retract #6419 for now since it breaks in AFS and MachTen.
48005 ____________________________________________________________________________
48006 [ 6536] By: jhi on 2000/08/07 15:05:29
48007 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
48008 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
48009 The security hole exists only in suidperls, which isn't
48010 installed or even built by default.
48013 ____________________________________________________________________________
48014 [ 6535] By: jhi on 2000/08/07 14:45:14
48015 Log: tr memory corruption fix from Simon Cozens.
48018 ____________________________________________________________________________
48019 [ 6534] By: jhi on 2000/08/06 11:38:16
48020 Log: Document a bit that UDP is not what you might think.
48022 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
48023 From: Lupe Christoph <lupe@lupe-christoph.de>
48024 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
48025 Date: Mon, 24 Jul 2000 08:59:15 +0200
48028 ____________________________________________________________________________
48029 [ 6533] By: jhi on 2000/08/06 11:35:01
48030 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
48031 From: Jeff Pinyan <jeffp@hut.crusoe.net>
48032 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
48033 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
48036 ____________________________________________________________________________
48037 [ 6532] By: jhi on 2000/08/06 03:45:41
48038 Log: Have symbols for the IoTYPEs.
48040 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
48041 ____________________________________________________________________________
48042 [ 6531] By: jhi on 2000/08/06 01:33:55
48043 Log: Continue fixing the io warnings. This also
48044 sort of fixes bug ID 20000802.003: the core dump
48045 is no more. Whether the current behaviour is correct
48046 (giving a warning: "Not a format reference"), is another matter.
48048 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
48049 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
48050 ____________________________________________________________________________
48051 [ 6530] By: jhi on 2000/08/05 21:33:12
48052 Log: Change the Policy policy: now -Dprefix= with an existing
48053 Policy.sh and prefix == siteprefix == vendorprefix, then all
48054 of them follow along the new prefix.
48056 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
48057 From: Andy Dougherty <doughera@lafayette.edu>
48058 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
48059 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
48062 ____________________________________________________________________________
48063 [ 6529] By: jhi on 2000/08/05 18:57:28
48064 Log: Zap lib/Sys directory when cleaning up.
48067 ____________________________________________________________________________
48068 [ 6528] By: jhi on 2000/08/05 18:40:44
48069 Log: Essential prototype changes were missing from #6527.
48070 Also make report_evil_fh() more bomb-proof.
48073 ____________________________________________________________________________
48074 [ 6527] By: jhi on 2000/08/05 03:22:05
48075 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
48076 From: "Ronald F. Guilmette" <rfg@monkeys.com>
48077 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
48078 Message-Id: <200007242247.PAA52177@monkeys.com>
48080 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
48081 ____________________________________________________________________________
48082 [ 6526] By: jhi on 2000/08/04 21:23:27
48083 Log: gcc versions might have (parentheses) in them.
48084 Branch: metaconfig/U/perl
48087 ! Configure config_h.SH
48088 ____________________________________________________________________________
48089 [ 6525] By: jhi on 2000/08/04 20:23:12
48090 Log: Weed buglets pointed out by
48092 From: Lupe Christoph <lupe@lupe-christoph.de>
48093 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
48094 Date: Fri, 4 Aug 2000 17:34:39 +0200
48095 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
48096 Branch: metaconfig/U/perl
48097 ! gccvers.U uselfs.U
48099 ! Configure config_h.SH
48100 ____________________________________________________________________________
48101 [ 6524] By: jhi on 2000/08/04 19:02:08
48102 Log: Warn under -w if lstat(FH) is attempted.
48104 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
48105 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
48106 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
48107 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
48109 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
48110 ! t/pragma/warn/pp_sys
48111 ____________________________________________________________________________
48112 [ 6523] By: jhi on 2000/08/04 12:31:11
48113 Log: Subject: New perlcc, take 2
48114 From: simon@brecon.co.uk (Simon Cozens)
48115 Date: 4 Aug 2000 06:21:04 GMT
48116 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
48119 ____________________________________________________________________________
48120 [ 6522] By: jhi on 2000/08/04 12:26:33
48121 Log: Subject: Re: Array vs. List context
48122 From: Daniel Chetlin <daniel@chetlin.com>
48123 Date: Fri, 4 Aug 2000 00:22:44 -0700
48124 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
48126 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
48128 ____________________________________________________________________________
48129 [ 6521] By: jhi on 2000/08/04 12:22:38
48130 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
48131 From: Raymund Will <ray@caldera.de>
48132 Date: Fri, 4 Aug 2000 12:07:09 +0200
48133 Message-Id: <20000804120709.A14982@caldera.de>
48136 ____________________________________________________________________________
48137 [ 6520] By: jhi on 2000/08/04 04:09:06
48138 Log: After the #6519 a warning about stat() is just that,
48139 not about a filetest, which now have their own warning.
48142 ____________________________________________________________________________
48143 [ 6519] By: jhi on 2000/08/04 04:06:30
48144 Log: In the warnings call filehandles consistently so;
48145 add "unopened" warning for stat().
48147 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
48148 ! t/pragma/warn/pp_sys
48149 ____________________________________________________________________________
48150 [ 6518] By: jhi on 2000/08/04 02:55:35
48151 Log: Subject: Minor tweak to perlvar.pod
48152 From: "Stephen P. Potter" <spp@ds.net>
48153 Date: Tue, 18 Apr 2000 09:26:03 -0400
48154 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
48157 ____________________________________________________________________________
48158 [ 6517] By: jhi on 2000/08/04 02:50:08
48159 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
48160 From: "Clinton Pierce" <cpierce1@ford.com>
48161 Date: Wed, 21 Jul 1999 16:45:31 -0400
48162 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
48164 Fix by Stephen Potter (visible in the bug db but not in p5p?)
48166 ! pod/perlfunc.pod pod/perlop.pod
48167 ____________________________________________________________________________
48168 [ 6516] By: jhi on 2000/08/04 02:09:25
48169 Log: This is 6512. Really.
48172 ____________________________________________________________________________
48173 [ 6515] By: jhi on 2000/08/04 01:25:50
48174 Log: mention the idea of @( and @)
48177 ____________________________________________________________________________
48178 [ 6514] By: bailey on 2000/08/04 01:18:46
48179 Log: YA resync with mainstem, including VMS patches from others
48181 +> (branch 48 files)
48182 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
48183 !> (integrate 354 files)
48184 ____________________________________________________________________________
48185 [ 6513] By: jhi on 2000/08/04 01:18:18
48186 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
48187 From: Mark Dickinson <dickins3@fas.harvard.edu>
48188 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
48189 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
48191 ! t/op/grent.t t/op/pwent.t
48192 ____________________________________________________________________________
48193 [ 6512] By: jhi on 2000/08/04 01:14:06
48194 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
48195 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48196 Date: Wed, 02 Aug 2000 10:51:01 +0100
48197 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
48200 ____________________________________________________________________________
48201 [ 6511] By: jhi on 2000/08/04 00:57:00
48202 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
48203 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48204 Date: Thu, 03 Aug 2000 17:20:04 -0700
48205 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
48207 ! U/modified/Cppsym.U
48209 ! Configure config_h.SH
48210 ____________________________________________________________________________
48211 [ 6510] By: jhi on 2000/08/04 00:25:28
48215 ____________________________________________________________________________
48216 [ 6509] By: jhi on 2000/08/03 23:43:18
48217 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
48218 From: Dominic Dunlop <domo@computer.org>
48219 Date: Thu, 3 Aug 2000 22:16:46 +0200
48220 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
48223 ____________________________________________________________________________
48224 [ 6508] By: jhi on 2000/08/03 23:40:37
48225 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
48226 From: Hugo <hv@crypt.compulink.co.uk>
48227 Date: Thu, 03 Aug 2000 18:25:30 +0100
48228 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
48230 ! regcomp.c t/op/re_tests
48231 ____________________________________________________________________________
48232 [ 6507] By: jhi on 2000/08/03 23:38:28
48233 Log: Subject: [PATCH] sv.h documentation - SvLEN
48234 From: Mike Guy <mjtg@cam.ac.uk>
48235 Date: Thu, 03 Aug 2000 14:43:09 +0100
48236 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
48239 ____________________________________________________________________________
48240 [ 6506] By: jhi on 2000/08/03 15:49:14
48241 Log: Disable the fix_pl hack for now.
48244 ____________________________________________________________________________
48245 [ 6505] By: jhi on 2000/08/03 13:49:04
48246 Log: Add a URL for FSF.
48248 Subject: Patch for README
48249 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48250 Date: Wed, 2 Aug 2000 13:25:09 -0500
48251 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
48254 ____________________________________________________________________________
48255 [ 6504] By: jhi on 2000/08/03 13:29:19
48256 Log: Be more informative on what is skipped and why,
48257 also repeat the list at the end.
48260 ____________________________________________________________________________
48261 [ 6503] By: jhi on 2000/08/03 13:07:05
48262 Log: Circumvent the removal of .patch by fix_pl.
48264 Subject: Re: [ID 20000802.011] unable to 'make test'
48265 From: simon@brecon.co.uk (Simon Cozens)
48266 Date: 3 Aug 2000 04:17:00 GMT
48267 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
48270 ____________________________________________________________________________
48271 [ 6502] By: jhi on 2000/08/03 00:14:34
48272 Log: Add the missing setproctitle unit.
48273 Branch: metaconfig/U/perl
48275 ____________________________________________________________________________
48276 [ 6501] By: jhi on 2000/08/03 00:00:26
48277 Log: The subtest 4 may fail also on VOBS, as pointed out
48278 by Nick Ing-Simmons in November 1999, bug id 19991124.003
48279 (but the failure in that bug report isn't the subtest 4).
48282 ____________________________________________________________________________
48283 [ 6500] By: jhi on 2000/08/02 23:49:30
48284 Log: Better skip message for the test; one of the two problems in
48286 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
48287 From: Lupe Christoph <lupe@lupe-christoph.de>
48288 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
48289 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
48291 ! t/op/numconvert.t
48292 ____________________________________________________________________________
48293 [ 6499] By: jhi on 2000/08/02 22:49:16
48294 Log: Allow "no Module;" even if there is no 'unimport'.
48296 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
48297 From: mjd@plover.com
48298 Date: 24 Mar 2000 15:24:34 -0000
48299 Message-Id: <20000324152434.15160.qmail@plover.com>
48302 ____________________________________________________________________________
48303 [ 6498] By: jhi on 2000/08/02 22:42:58
48304 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
48305 that are hopefully soon put into use.
48307 ! opcode.h opcode.pl opnames.h
48308 ____________________________________________________________________________
48309 [ 6497] By: gsar on 2000/08/02 22:28:59
48310 Log: require.t needs binmode() to work on windows
48313 ____________________________________________________________________________
48314 [ 6496] By: jhi on 2000/08/02 22:08:51
48315 Log: Document the IVdf UVuf UVof UVxf.
48318 ____________________________________________________________________________
48319 [ 6495] By: jhi on 2000/08/02 21:54:26
48322 ! ext/Data/Dumper/Dumper.xs
48323 ____________________________________________________________________________
48324 [ 6494] By: jhi on 2000/08/02 21:49:17
48325 Log: Dump UVs as UVs in Data::Dumper.
48327 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
48328 From: Gurusamy Sarathy <gsar@ActiveState.com>
48329 Date: Thu, 27 Apr 2000 12:26:25 -0700
48330 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
48332 ! ext/Data/Dumper/Dumper.xs
48333 ____________________________________________________________________________
48334 [ 6493] By: jhi on 2000/08/02 17:01:58
48335 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
48336 From: Hugo <hv@crypt.compulink.co.uk>
48337 Date: Wed, 02 Aug 2000 14:53:56 +0100
48338 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
48340 ! regexec.c t/op/re_tests
48341 ____________________________________________________________________________
48342 [ 6492] By: jhi on 2000/08/02 15:02:46
48343 Log: The new setproctitle() feature is available only in
48344 bleeding edge FreeBSD. From Paul Saab.
48347 ____________________________________________________________________________
48348 [ 6491] By: jhi on 2000/08/02 13:34:36
48349 Log: The tr utf8 patching continues.
48351 Subject: Re: #6469, too many tests claimed in require.t
48352 From: simon@brecon.co.uk (Simon Cozens)
48353 Date: 2 Aug 2000 02:37:17 GMT
48354 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
48356 (the logic of the test was the wrong way round in the patch)
48359 ____________________________________________________________________________
48360 [ 6490] By: jhi on 2000/08/02 13:27:38
48361 Log: The name of a filehandle does not have <these>.
48363 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
48364 ! t/pragma/warn/pp_sys util.c
48365 ____________________________________________________________________________
48366 [ 6489] By: jhi on 2000/08/02 04:26:46
48367 Log: Remove the extraneous "main::" prefix from all the
48368 "opened only for", "on closed", and "never opened" warnings.
48370 Subject: Re: inappropriate warning
48371 From: Gurusamy Sarathy <gsar@ActiveState.com>
48372 Date: Mon, 20 Mar 2000 11:28:02 -0800
48373 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
48375 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
48376 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
48377 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
48378 ____________________________________________________________________________
48379 [ 6488] By: jhi on 2000/08/02 03:02:57
48380 Log: memcpy has n o in it, as pinted ut by Sarathy.
48383 ____________________________________________________________________________
48384 [ 6487] By: jhi on 2000/08/02 02:44:51
48385 Log: Document in one place the memory abstractions used in Perl core.
48387 Subject: Re: Memory abstraction
48388 From: simon@brecon.co.uk (Simon Cozens)
48389 Date: 2 Aug 2000 02:20:23 GMT
48390 Organization: Earth.li Origins
48393 ____________________________________________________________________________
48394 [ 6486] By: jhi on 2000/08/02 02:41:57
48395 Log: regen_headers, regen perltoc.
48397 ! perlapi.c pod/perltoc.pod
48398 ____________________________________________________________________________
48399 [ 6485] By: jhi on 2000/08/02 01:43:33
48400 Log: "This little thing tests for a file .patch, and if it contains
48401 a number, pops into patchlevel.h" (making it easier to track
48402 which development version people are reporting bugs against)
48404 Subject: Patchlevel autogeneration for repository perls
48405 From: simon@brecon.co.uk (Simon Cozens)
48406 Date: 14 Jul 2000 07:12:15 GMT
48407 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
48410 ! MANIFEST Makefile.SH
48411 ____________________________________________________________________________
48412 [ 6484] By: jhi on 2000/08/02 01:32:54
48413 Log: FreeBSD 3.* updates from
48415 From: Paul Saab <ps@yahoo-inc.com>
48416 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48417 Date: Tue, 1 Aug 2000 15:41:39 -0700
48418 Message-Id: <20000801154139.A53740@yahoo-inc.com>
48421 ____________________________________________________________________________
48422 [ 6483] By: jhi on 2000/08/02 01:27:44
48423 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
48424 instead one must use setproctitle(). This was already addressed
48425 by change #6457, but the below has a new variant for FreeBSD 4.0
48426 or later, and the matter is also documented more.
48428 From: Paul Saab <ps@yahoo-inc.com>
48429 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48430 Date: Tue, 1 Aug 2000 15:41:39 -0700
48431 Message-Id: <20000801154139.A53740@yahoo-inc.com>
48432 Branch: metaconfig/U/perl
48435 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
48436 ____________________________________________________________________________
48437 [ 6482] By: jhi on 2000/08/01 22:17:32
48438 Log: The test from this
48440 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
48441 Date: Sat, 15 Apr 2000 17:03:44 +0100
48442 From: Tom Hughes <tom@compton.nu>
48443 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
48445 was missing, the code change went in as #5989
48446 (which had a different test?)
48449 ____________________________________________________________________________
48450 [ 6481] By: jhi on 2000/08/01 21:48:38
48451 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
48452 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48453 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
48454 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
48457 ____________________________________________________________________________
48458 [ 6480] By: jhi on 2000/08/01 18:05:28
48459 Log: Make p4desc to skip non-mainperl branches by default.
48462 ____________________________________________________________________________
48463 [ 6479] By: jhi on 2000/08/01 17:29:19
48464 Log: If gccosandvers is equal to osname, clear gccosandvers.
48465 Branch: metaconfig/U/perl
48468 ! Configure config_h.SH
48469 ____________________________________________________________________________
48470 [ 6478] By: jhi on 2000/08/01 15:54:08
48471 Log: BOM patching from Simon Cozens.
48474 ____________________________________________________________________________
48475 [ 6477] By: jhi on 2000/08/01 04:50:33
48476 Log: Stash away the largefiles flags and libswanted.
48478 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
48479 ____________________________________________________________________________
48480 [ 6476] By: gsar on 2000/08/01 04:24:24
48481 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
48484 ! t/pragma/utf8.t utf8.c win32/win32.c
48485 ____________________________________________________________________________
48486 [ 6475] By: jhi on 2000/08/01 03:35:24
48487 Log: Make chr() for values >127 to create utf8 when under utf8.
48489 Subject: Re: uft8/chr()
48490 From: simon@brecon.co.uk (Simon Cozens)
48491 Date: 1 Aug 2000 02:37:02 GMT
48492 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
48494 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
48495 ____________________________________________________________________________
48496 [ 6474] By: jhi on 2000/08/01 02:36:18
48497 Log: In Digital UNIX warn if gcc explicitly chosen because even
48498 2.95.2 is known to cause problems.
48501 ____________________________________________________________________________
48502 [ 6473] By: jhi on 2000/08/01 02:00:56
48503 Log: Make the safety catch for buggy gccs work with triple version
48504 numbers like 2.95.2. Reported in
48506 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48507 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
48508 Date: Mon, 31 Jul 2000 14:55:06 +0200
48509 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
48512 ____________________________________________________________________________
48513 [ 6472] By: jhi on 2000/08/01 01:13:33
48514 Log: Subject: fix and question re: waitpid() under win32
48515 From: Brian Clarke <clarke@appliedmeta.com>
48516 Date: Fri, 28 Jul 2000 15:18:29 -0400
48517 Message-ID: <3981DC85.290314EB@appliedmeta.com>
48519 Slightly reformatted and WNOHANG # define moved to win32.h
48520 so that also POSIX.xs sees it, as suggsted by Sarathy.
48522 ! win32/win32.c win32/win32.h
48523 ____________________________________________________________________________
48524 [ 6471] By: jhi on 2000/08/01 00:55:05
48525 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48526 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48527 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
48528 Date: Mon, 31 Jul 2000 13:28:51 +0100
48530 (aka ID 20000730.002)
48533 ____________________________________________________________________________
48534 [ 6470] By: jhi on 2000/07/31 23:34:42
48535 Log: Document the problem with -P in HP-UX and its workaround.
48537 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
48538 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
48539 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
48540 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
48543 ____________________________________________________________________________
48544 [ 6469] By: jhi on 2000/07/31 04:15:02
48545 Log: The swallow_bom() saga continues. The #23 of require.t
48546 (UTF16-LE) still fails (silently, no output) but the #22
48547 (UTF16-BE) seems to be working now. The root of the
48548 failure may be in sv_gets(): is it UTF-16LE-aware,
48549 especially when it comes to line endings?
48551 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
48552 ! t/comp/require.t toke.c utf8.c
48553 ____________________________________________________________________________
48554 [ 6468] By: jhi on 2000/07/30 19:05:48
48555 Log: Find green threads before native threads.
48557 Subject: Re: Patch to jpl/JNI/Makefile.PL
48558 From: Jens Thomsen <jens@fiend.cis.com>
48559 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
48560 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
48562 ! jpl/JNI/Makefile.PL
48563 ____________________________________________________________________________
48564 [ 6467] By: jhi on 2000/07/30 18:36:22
48565 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
48568 ____________________________________________________________________________
48569 [ 6466] By: jhi on 2000/07/30 04:37:29
48570 Log: A new version of the "remove UPPERACSE string comparison"
48571 operators. The problem with the previous one (change #6454)
48572 was that it was for Perl 5.6.0. From Paul Marquess.
48574 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
48575 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
48576 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48577 ____________________________________________________________________________
48578 [ 6465] By: jhi on 2000/07/29 22:39:56
48579 Log: Do not upgrade SVs into utf8 just because they participate
48580 in eq or cmp. Reported and fix suggested in
48582 Subject: [ID 20000720.009] sv_eq UTF8 bug
48583 From: "Simon Cozens" <simon@othersideofthe.earth.li>
48584 Date: 21 Jul 2000 04:37:29 -0000
48585 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
48587 Exercise for the kind reader: should we or should we not
48588 cache the utf8 conversion alonside the SV? (as magic,
48589 as thestrxfrm()ed version is cached under use locale)
48590 Argue both for and against.
48593 ____________________________________________________________________________
48594 [ 6464] By: jhi on 2000/07/29 22:36:22
48595 Log: Subject: UTF8 concat
48596 From: simon@brecon.co.uk (Simon Cozens)
48597 Date: 30 Jun 2000 06:13:25 GMT
48598 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
48600 (with a memory leak fixed, plus a few casts added)
48602 This also seems to help for
48604 Subject: [ID 20000716.015] join UTF8 weirdness
48605 From: root <root@ak-71.mind.de>
48606 Date: Sat, 15 Jul 2000 15:29:54 +0200
48607 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
48609 (from Andreas König)
48612 ____________________________________________________________________________
48613 [ 6463] By: jhi on 2000/07/29 00:55:39
48614 Log: Tune the comments and hopefully stop a memory leak.
48617 ____________________________________________________________________________
48618 [ 6462] By: jhi on 2000/07/29 00:16:53
48619 Log: The problem described in this
48621 Subject: [ID 20000322.018] named chars aren't magical enough
48622 From: root <root@dixie.cscaper.com>
48623 Date: Wed, 22 Mar 2000 18:37:42 -0700
48624 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
48626 has been fixed in perl 5.6.0 but just in case added a test
48627 to keep it away. (The report from Joseph Hall.)
48629 ! t/lib/charnames.t
48630 ____________________________________________________________________________
48631 [ 6461] By: jhi on 2000/07/28 23:56:36
48632 Log: Tiny fixes for #6460.
48633 Branch: metaconfig/U/perl
48636 ! Configure config_h.SH
48637 ____________________________________________________________________________
48638 [ 6460] By: jhi on 2000/07/28 23:24:41
48639 Log: Warn if the version of the operating system used to compile gcc
48640 differs from the current version of the operating system.
48641 Also display the gcc compilation os and version in myconfig.
48644 Subject: Re: [ID 20000710.003] ERRORS!!
48645 From: "Kurt D. Starsinic" <kstar@chapin.edu>
48646 Date: Mon, 10 Jul 2000 15:54:16 -0400
48647 Message-ID: <20000710155416.A1384@O2.chapin.edu>
48648 Branch: metaconfig/U/perl
48651 ! Configure config_h.SH myconfig.SH
48652 ____________________________________________________________________________
48653 [ 6459] By: jhi on 2000/07/28 22:00:32
48654 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
48655 letter to $Config{osvers}.
48657 ! U/modified/Oldconfig.U
48659 ! Configure config_h.SH
48660 ____________________________________________________________________________
48661 [ 6458] By: jhi on 2000/07/28 04:15:39
48662 Log: Back out #6454, doesn't seem to work.
48663 (Reason: that patch was for perl 5.6.0, not perl-current)
48664 (A version of the patch for perl-current came in later as #6466)
48666 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
48667 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
48668 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48669 ____________________________________________________________________________
48670 [ 6457] By: jhi on 2000/07/27 23:31:49
48671 Log: Use setproctitle() if available to modify $0.
48673 Subject: setting $* on BSD4 broken
48674 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48675 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
48676 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
48678 ! U/modified/Myinit.U
48680 ! Configure config_h.SH mg.c
48681 ____________________________________________________________________________
48682 [ 6456] By: jhi on 2000/07/27 14:50:47
48683 Log: Allow "no AutoLoader;", based on change #6444,
48684 suggested by Graham Barr.
48686 ! lib/AutoLoader.pm
48687 ____________________________________________________________________________
48688 [ 6455] By: jhi on 2000/07/27 14:19:10
48689 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48690 From: rspier@pobox.com (Robert Spier)
48691 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
48692 Message-ID: <14720.15855.787664.424783@rls.cx>
48695 ____________________________________________________________________________
48696 [ 6454] By: jhi on 2000/07/27 14:03:02
48697 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
48702 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
48703 From: Ryan Herbert <rherbert@sycamorehq.com>
48704 Date: Mon, 17 Jul 2000 11:40:42 -0400
48705 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
48709 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
48710 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48711 Date: Wed, 26 Jul 2000 23:40:18 +0100
48712 Message-ID: <000001bff752$79511880$0a17073e@tiny>
48714 based on an earlier patch from Stephen P. Potter.
48716 (Removed later by change #6458 because this patch was for
48717 perl 5.6.0, not perl-current)
48719 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
48720 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
48721 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48722 ____________________________________________________________________________
48723 [ 6453] By: jhi on 2000/07/27 13:48:02
48724 Log: Subject: [PATCH] fixes bug 20000508.004
48725 From: Michael Stevens <mstevens@globnix.org>
48726 Date: Thu, 27 Jul 2000 13:49:04 +0100
48727 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
48730 ____________________________________________________________________________
48731 [ 6452] By: jhi on 2000/07/26 23:51:26
48732 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
48733 and Craig A. Berry.
48735 ! lib/File/Temp.pm pod/perlport.pod
48736 ____________________________________________________________________________
48737 [ 6451] By: jhi on 2000/07/26 19:43:30
48738 Log: Be wary of close()s, too.
48740 Subject: Re: [PATCH] perlbug cleanup
48741 From: Tim Jenness <t.jenness@jach.hawaii.edu>
48742 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
48743 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
48746 ____________________________________________________________________________
48747 [ 6450] By: jhi on 2000/07/26 18:41:40
48748 Log: Subject: Minor doc patch: handy.h
48749 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
48750 Date: Wed, 26 Jul 2000 15:34:25 -0300
48751 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
48753 ! handy.h pod/perlapi.pod
48754 ____________________________________________________________________________
48755 [ 6449] By: jhi on 2000/07/26 18:23:55
48756 Log: Subject: [PATCH] minor doc change - perlguts
48757 From: Michael Stevens <mstevens@globnix.org>
48758 Date: Thu, 13 Jul 2000 12:39:18 +0100
48759 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
48762 ____________________________________________________________________________
48763 [ 6448] By: jhi on 2000/07/26 18:20:30
48764 Log: open() wariness in perlbug.
48766 Subject: [PATCH] perlbug cleanup
48767 From: Michael Stevens <mstevens@globnix.org>
48768 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
48769 Date: Thu, 13 Jul 2000 15:52:23 +0100
48772 ____________________________________________________________________________
48773 [ 6447] By: jhi on 2000/07/26 18:13:04
48774 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
48776 ! lib/File/Temp.pm t/lib/ftmp-security.t
48777 ____________________________________________________________________________
48778 [ 6446] By: jhi on 2000/07/26 18:06:32
48779 Log: docfix from Peter Scott <Peter@PSDT.com>.
48782 ____________________________________________________________________________
48783 [ 6445] By: jhi on 2000/07/26 17:53:31
48784 Log: Fix *foo{FORMAT}.
48786 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48787 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
48788 Date: Wed, 26 Jul 2000 19:51:02 +0200
48789 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
48791 From: Graham Barr <gbarr@pobox.com>
48792 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
48793 Date: Wed, 26 Jul 2000 17:38:36 +0100
48794 Message-ID: <20000726173836.L472@pobox.com>
48796 ! pp.c sv.c t/op/gv.t
48797 ____________________________________________________________________________
48798 [ 6444] By: jhi on 2000/07/26 17:49:14
48799 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
48800 from Graham Barr in the module list.
48802 ! gv.c pod/perlobj.pod
48803 ____________________________________________________________________________
48804 [ 6443] By: jhi on 2000/07/26 16:06:56
48805 Log: More split() doc and test patches from Mike Guy.
48807 ! pod/perlfunc.pod t/op/split.t
48808 ____________________________________________________________________________
48809 [ 6442] By: jhi on 2000/07/26 16:05:30
48810 Log: MacOS nits from Matthias Neeracher.
48813 ____________________________________________________________________________
48814 [ 6441] By: jhi on 2000/07/26 04:39:57
48815 Log: Subject: [PATCH] split /^/
48816 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48817 Date: Tue, 25 Jul 2000 14:18:57 +0100
48818 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
48820 (with notes from tchrist and gbarr)
48822 ! pod/perlfunc.pod t/op/split.t
48823 ____________________________________________________________________________
48824 [ 6440] By: jhi on 2000/07/26 04:32:32
48825 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
48826 From: Peter Prymmer <pvhp@forte.com>
48827 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
48828 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
48830 ! vms/munchconfig.c
48831 ____________________________________________________________________________
48832 [ 6439] By: jhi on 2000/07/26 04:31:01
48833 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
48834 to be fatal errors (instead of by default ignoring them, and
48835 ignoring with a bug: even though -w gave an error, the opening [
48836 was left in) Reported in:
48838 Subject: [ID 20000716.024] [=cc=] / [:blank:]
48839 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
48840 Date: Sun, 16 Jul 2000 17:55:29 -0700
48841 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
48843 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
48844 ____________________________________________________________________________
48845 [ 6438] By: jhi on 2000/07/25 15:41:15
48846 Log: Subject: [PATCH] av.c apidoc
48847 From: simon@brecon.co.uk (Simon Cozens)
48848 Date: 24 Jul 2000 06:40:52 GMT
48849 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
48851 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
48852 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
48853 ____________________________________________________________________________
48854 [ 6437] By: jhi on 2000/07/25 14:05:36
48855 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
48856 From: "Stephen P. Potter" <spp@ds.net>
48857 Date: Mon, 24 Jul 2000 14:22:23 -0400
48858 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
48860 ! pod/perllocale.pod
48861 ____________________________________________________________________________
48862 [ 6436] By: jhi on 2000/07/25 14:02:03
48863 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
48864 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48865 Date: Mon, 24 Jul 2000 18:04:28 +0100
48866 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
48868 ! t/lib/syslfs.t t/op/lfs.t
48869 ____________________________________________________________________________
48870 [ 6435] By: jhi on 2000/07/25 13:59:28
48871 Log: Get UTF16 BOMs working. Patch from
48873 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48874 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48875 Date: Tue, 25 Jul 2000 12:52:45 +0100
48876 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
48880 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48881 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48882 Date: Tue, 25 Jul 2000 11:43:25 +0100
48883 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
48885 ! t/comp/require.t toke.c utf8.c
48886 ____________________________________________________________________________
48887 [ 6434] By: jhi on 2000/07/25 02:39:54
48888 Log: Make the "uninit variable" warning to say "concat or string"
48889 or "join or string" when in concat or join .
48891 Subject: Re: [ID 20000403.009] uninitialised concatenation???
48892 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48893 Date: Tue, 04 Apr 2000 18:22:58 +0100
48894 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
48896 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
48897 From: William R Ward <hermit@BayView.COM>
48898 Date: Thu, 30 Mar 2000 19:50:03 -0800
48899 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
48901 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
48902 ! t/pragma/warn/op t/pragma/warn/sv
48903 ____________________________________________________________________________
48904 [ 6433] By: jhi on 2000/07/24 17:52:56
48905 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
48907 ! lib/File/Spec/VMS.pm
48908 ____________________________________________________________________________
48909 [ 6432] By: jhi on 2000/07/24 17:44:44
48910 Log: Test cases for #6431.
48912 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48913 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48914 Date: Mon, 24 Jul 2000 15:32:29 +0100
48915 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
48917 ! t/op/pat.t t/op/split.t
48918 ____________________________________________________________________________
48919 [ 6431] By: jhi on 2000/07/24 17:43:17
48922 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48923 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48924 Date: Mon, 17 Jul 2000 20:04:56 +0100
48925 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
48928 ____________________________________________________________________________
48929 [ 6430] By: jhi on 2000/07/24 03:42:42
48930 Log: Subject: [ID 20000716.023] syslog test fails without sockets
48931 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48932 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
48933 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
48934 Branch: metaconfig/U/perl
48937 ! Configure config_h.SH
48938 ____________________________________________________________________________
48939 [ 6429] By: jhi on 2000/07/24 03:11:52
48940 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
48941 case, but add also notes explaining the relationship of this
48942 patch and the earlier notes by Sarathy.
48944 Subject: Map is still slow
48945 From: "Ben Tilly" <ben_tilly@hotmail.com>
48946 Date: Sat, 15 Jul 2000 17:23:27 EDT
48947 Message-ID: <20000715212327.21656.qmail@hotmail.com>
48950 ____________________________________________________________________________
48951 [ 6428] By: jhi on 2000/07/24 02:58:52
48952 Log: Documentation to explain the behaviour of map().
48954 Subject: Re: Map is still slow
48955 From: Gurusamy Sarathy <gsar@ActiveState.com>
48956 Date: Sat, 15 Jul 2000 16:05:09 -0700
48957 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
48960 ____________________________________________________________________________
48961 [ 6427] By: jhi on 2000/07/24 02:50:03
48963 [ID 19991110.003] another matching finding by pcre author
48964 which has already been fixed by some patch, as verified in
48966 Subject: Re: two regex bugs from the mists of time (well, last November)
48967 From: Hugo <hv@crypt.compulink.co.uk>
48968 Date: Sat, 22 Jul 2000 18:12:58 +0100
48969 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
48972 ____________________________________________________________________________
48973 [ 6426] By: jhi on 2000/07/24 02:11:20
48974 Log: A missing 'break' after the [[:space:]] switch case.
48976 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
48977 From: "Stephen P. Potter" <spp@ds.net>
48978 Date: Tue, 18 Jul 2000 16:25:17 -0400
48979 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
48982 ____________________________________________________________________________
48983 [ 6425] By: jhi on 2000/07/24 02:06:12
48984 Log: The output might have been produced in the wrong order.
48986 Subject: [ID 20000720.003] [PATCH] t/op/write.t
48987 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48988 Date: Thu, 20 Jul 2000 18:49:18 +0100
48989 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
48992 ____________________________________________________________________________
48993 [ 6424] By: jhi on 2000/07/24 02:00:07
48994 Log: Use STDOUT consistently.
48996 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
48997 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48998 Date: Thu, 20 Jul 2000 18:04:01 +0100
48999 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
49001 ! lib/Test/Harness.pm
49002 ____________________________________________________________________________
49003 [ 6423] By: jhi on 2000/07/24 01:54:54
49004 Log: Protect against "wild next"s, that is, callbacks doing "next"
49005 instead of "return".
49007 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
49008 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49009 Date: Tue, 18 Jul 2000 11:30:16 +0100
49010 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
49013 ____________________________________________________________________________
49014 [ 6422] By: jhi on 2000/07/24 01:35:47
49015 Log: Out-of-date note removed.
49017 Subject: [PATCH] documentation perlipc
49018 From: rspier@pobox.com (Robert Spier)
49019 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
49020 Message-ID: <14711.35178.572612.502654@rls.cx>
49023 ____________________________________________________________________________
49024 [ 6421] By: jhi on 2000/07/24 00:09:18
49025 Log: Send all installperl messages to STDERR and be -w clean.
49027 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
49028 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49029 Date: Sat, 22 Jul 2000 14:02:11 +0100
49030 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
49033 ____________________________________________________________________________
49034 [ 6420] By: jhi on 2000/07/24 00:04:19
49035 Log: Decutandpasto.
49037 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
49038 From: "Richard Soderberg" <rs@crystalflame.net>
49039 Date: Sun, 23 Jul 2000 01:37:23 -0700
49040 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
49043 ____________________________________________________________________________
49044 [ 6419] By: jhi on 2000/07/24 00:01:12
49045 Log: A cleaner abs_path().
49046 Subject: Re: unix alternative to Cwd.pm
49047 From: Jeff Pinyan <jeffp@crusoe.net>
49048 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
49049 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
49052 ____________________________________________________________________________
49053 [ 6418] By: jhi on 2000/07/23 23:48:56
49056 Subject: [PATCH perl-current] Typo in hints/powerux.sh
49057 From: "Richard Soderberg" <rs@crystalflame.net>
49058 Date: Sun, 23 Jul 2000 01:27:33 -0700
49059 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
49062 ____________________________________________________________________________
49063 [ 6417] By: jhi on 2000/07/17 22:13:31
49064 Log: Subject: SDBM_File documentation
49065 From: mjd@plover.com
49066 Date: 16 Jul 2000 17:41:17 -0000
49067 Message-ID: <20000716174117.18515.qmail@plover.com>
49069 ! ext/SDBM_File/SDBM_File.pm
49070 ____________________________________________________________________________
49071 [ 6416] By: jhi on 2000/07/17 19:13:26
49072 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
49074 ! hints/mpeix.sh mpeix/relink
49075 ____________________________________________________________________________
49076 [ 6415] By: jhi on 2000/07/15 14:11:02
49077 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
49078 the utf8 'characters' can be more than one octet).
49080 Date: Sat, 15 Jul 2000 00:21:56 +0100
49081 From: Tom Hughes <tom@compton.nu>
49082 Subject: Re: [ID 20000714.002]
49083 Message-ID: <db2334de49.tom@compton.compton.nu>
49087 Subject: [ID 20000714.002]
49088 From: "Simon Cozens" <simon@othersideofthe.earth.li>
49089 Date: 14 Jul 2000 15:13:09 -0000
49090 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
49093 ____________________________________________________________________________
49094 [ 6414] By: jhi on 2000/07/15 03:13:41
49095 Log: another VMS build tweak from Peter Prymmer
49097 ! vms/descrip_mms.template
49098 ____________________________________________________________________________
49099 [ 6413] By: jhi on 2000/07/15 03:10:40
49100 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
49103 ____________________________________________________________________________
49104 [ 6412] By: jhi on 2000/07/15 00:31:05
49105 Log: More docs for sv functions.
49107 Subject: [PATCH cfgperl] sv.c apidoc
49108 From: simon@brecon.co.uk (Simon Cozens)
49109 Date: 13 Jul 2000 09:00:20 GMT
49110 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
49112 Subject: Re: [PATCH cfgperl] sv.c apidoc
49113 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49114 Date: Thu, 13 Jul 2000 12:27:41 +0100
49115 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
49117 Subject: Re: [PATCH cfgperl] sv.c apidoc
49118 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49119 Date: Thu, 13 Jul 2000 13:23:09 +0100
49120 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
49122 Subject: Re: [PATCH cfgperl] sv.c apidoc
49123 From: simon@brecon.co.uk (Simon Cozens)
49124 Date: 14 Jul 2000 06:51:02 GMT
49125 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
49127 ! embed.pl pod/perlapi.pod sv.c
49128 ____________________________________________________________________________
49129 [ 6411] By: jhi on 2000/07/15 00:10:41
49130 Log: lib/b test fixes from Peter Prymmer.
49133 ____________________________________________________________________________
49134 [ 6410] By: jhi on 2000/07/15 00:02:09
49135 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
49136 From: Hugo <hv@crypt.compulink.co.uk>
49137 Date: Fri, 14 Jul 2000 23:05:20 +0100
49138 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
49140 Didn't anymore apply, but that point still could use another fix.
49143 ____________________________________________________________________________
49144 [ 6409] By: jhi on 2000/07/14 23:15:15
49145 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
49146 not in pod, from Peter Prymmer
49148 ! vms/descrip_mms.template
49149 ____________________________________________________________________________
49150 [ 6408] By: jhi on 2000/07/14 20:35:05
49151 Log: The bug report
49152 [ID 19991110.002] minimal matching discrepancy found by pcre author
49153 seems to have been fixed (though differently from what was suggested
49154 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
49157 ____________________________________________________________________________
49158 [ 6407] By: jhi on 2000/07/14 17:38:08
49159 Log: Fix AutoSplit to use File::Spec the right way in VMS,
49160 from Peter Prymmer.
49163 ____________________________________________________________________________
49164 [ 6406] By: jhi on 2000/07/14 14:13:22
49165 Log: Merge perlhacktut into perlhack, update perlguts.
49167 Subject: Re: Perlhacktut
49168 From: simon@brecon.co.uk (Simon Cozens)
49169 Date: 14 Jul 2000 06:49:21 GMT
49170 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
49172 Subject: Re: Perlhacktut
49173 From: simon@brecon.co.uk (Simon Cozens)
49174 Date: 14 Jul 2000 07:09:45 GMT
49175 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
49177 ! pod/perlguts.pod pod/perlhack.pod
49178 ____________________________________________________________________________
49179 [ 6405] By: jhi on 2000/07/14 14:02:31
49180 Log: Integrate with Sarathy.
49182 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
49183 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
49184 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
49185 ____________________________________________________________________________
49186 [ 6404] By: gsar on 2000/07/14 12:15:02
49187 Log: PERL_OBJECT build tweaks
49190 ____________________________________________________________________________
49191 [ 6403] By: gsar on 2000/07/14 11:23:41
49192 Log: inconsistent types needs casts
49195 ____________________________________________________________________________
49196 [ 6402] By: gsar on 2000/07/14 11:12:04
49197 Log: typos in change#6399, regen headers
49199 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
49200 ____________________________________________________________________________
49201 [ 6401] By: gsar on 2000/07/14 10:59:12
49202 Log: typecasts needed for change#6394
49205 ____________________________________________________________________________
49206 [ 6400] By: gsar on 2000/07/14 10:49:37
49207 Log: integrate cfgperl contents into mainline
49209 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
49210 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
49211 ____________________________________________________________________________
49212 [ 6399] By: gsar on 2000/07/14 10:38:35
49213 Log: enable UTF-16 filter by default if relevant BOM is seen; various
49214 cleanups (typos, misformatted code, and small bugs)
49216 ! doop.c embed.pl mg.c op.c pp.c toke.c
49217 ____________________________________________________________________________
49218 [ 6398] By: gsar on 2000/07/14 08:55:38
49219 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
49220 name suggests anyway)
49222 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
49223 ____________________________________________________________________________
49224 [ 6397] By: gsar on 2000/07/14 08:44:33
49225 Log: move new variables to the end of the interpreter structure (for
49226 bincompat in code that doesn't #include XSUB.h)
49229 ____________________________________________________________________________
49230 [ 6396] By: gsar on 2000/07/14 08:13:58
49231 Log: MakeMaker should not remove editor backups (*~) on `make clean`
49232 by default (completes change#6383)
49234 ! lib/ExtUtils/MM_Unix.pm
49235 ____________________________________________________________________________
49236 [ 6395] By: jhi on 2000/07/14 05:20:33
49237 Log: Replace change #6337 with a better one.
49239 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49240 From: Hugo <hv@crypt.compulink.co.uk>
49241 Date: Fri, 14 Jul 2000 04:16:20 +0100
49242 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
49244 ! regexec.c t/op/re_tests
49245 ____________________________________________________________________________
49246 [ 6394] By: jhi on 2000/07/14 01:33:59
49247 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
49249 ! embed.pl global.sym proto.h toke.c
49250 ____________________________________________________________________________
49251 [ 6393] By: jhi on 2000/07/13 23:41:23
49252 Log: remove discarded test
49255 ____________________________________________________________________________
49256 [ 6392] By: jhi on 2000/07/13 23:32:25
49257 Log: The {multiplier} of a fixed substring was overlooked which
49258 caused a wrong initial search offset for that substring.
49260 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
49261 From: Hugo <hv@crypt.compulink.co.uk>
49262 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
49263 Date: Thu, 13 Jul 2000 19:27:13 +0100
49265 ! regcomp.c t/op/re_tests
49266 ____________________________________________________________________________
49267 [ 6391] By: jhi on 2000/07/13 16:37:42
49268 Log: typo fix from Craig Berry
49270 ! vms/subconfigure.com
49271 ____________________________________________________________________________
49272 [ 6390] By: jhi on 2000/07/13 13:20:12
49273 Log: Integrate with Sarathy.
49275 - t/op/method2entersub.t
49276 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
49277 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
49278 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
49279 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
49280 ____________________________________________________________________________
49281 [ 6389] By: jhi on 2000/07/13 13:18:48
49282 Log: Detypo from Peter Prymmer, part of #6388.
49284 ! Configure config_h.SH
49286 ! U/modified/d_longlong.U
49287 ____________________________________________________________________________
49288 [ 6388] By: gsar on 2000/07/13 06:33:40
49289 Log: typos (spotted by Peter Prymmer)
49291 ! Configure t/lib/english.t
49292 ____________________________________________________________________________
49293 [ 6387] By: gsar on 2000/07/13 05:35:28
49294 Log: new selfloader.t in change#6183 doesn't close DATA handles,
49295 and thus fails to clean up tmp files on dosish platforms
49297 ! t/lib/selfloader.t
49298 ____________________________________________________________________________
49299 [ 6386] By: gsar on 2000/07/12 21:42:39
49300 Log: sprintf test tweaks (from Dominic Dunlop)
49303 ____________________________________________________________________________
49304 [ 6385] By: gsar on 2000/07/12 21:33:46
49305 Log: fix bugs in processing %v-*d and similar format specs (from
49306 Avi Finkel <avi@finkel.org>)
49308 ! sv.c t/op/sprintf.t
49309 ____________________________________________________________________________
49310 [ 6384] By: gsar on 2000/07/12 16:04:19
49311 Log: readd missing perldelta.pod changes from changes#6339,6376
49313 ! pod/perldelta.pod
49314 ____________________________________________________________________________
49315 [ 6383] By: gsar on 2000/07/12 16:00:51
49316 Log: don't clobber *.orig files on *clean targets
49318 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
49319 ____________________________________________________________________________
49320 [ 6382] By: gsar on 2000/07/12 07:59:12
49321 Log: fix broken integrations in cfgperl
49323 !> Changes pod/perldelta.pod
49324 ____________________________________________________________________________
49325 [ 6381] By: gsar on 2000/07/12 07:42:17
49326 Log: integrate cfgperl changes into mainline
49329 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
49331 ____________________________________________________________________________
49332 [ 6380] By: gsar on 2000/07/12 07:31:00
49333 Log: get sprintf.t to adjust properly for 3-digit exponents
49336 ____________________________________________________________________________
49337 [ 6379] By: gsar on 2000/07/12 06:40:04
49338 Log: change#6174 needs corresponding change in win32/config_h.PL,
49339 which grovels through config_h.SH to find the config.h name
49341 ! win32/config_h.PL
49342 ____________________________________________________________________________
49343 [ 6378] By: jhi on 2000/07/12 05:03:59
49344 Log: Do the cc sanity check both before the hints and
49345 after the cc selction.
49347 ! Configure config_h.SH
49349 ! U/modified/Oldconfig.U U/modified/cc.U
49350 Branch: metaconfig/U/perl
49352 ____________________________________________________________________________
49353 [ 6377] By: jhi on 2000/07/12 02:49:22
49354 Log: Fix nits noticed by Boston.pm.
49357 ____________________________________________________________________________
49358 [ 6376] By: jhi on 2000/07/11 21:22:13
49359 Log: Configure cosmetics and perldelta.
49361 ! Configure config_h.SH pod/perldelta.pod
49364 ____________________________________________________________________________
49365 [ 6375] By: gsar on 2000/07/11 21:17:35
49366 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
49368 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
49370 ____________________________________________________________________________
49371 [ 6374] By: gsar on 2000/07/11 20:48:50
49372 Log: tweak for build failure under multiplicity
49375 ____________________________________________________________________________
49376 [ 6373] By: gsar on 2000/07/11 20:37:23
49377 Log: integrate cfgperl changes#6325..6373 into mainline
49378 (NOTE: today's batch of integrations still untested)
49380 +> ext/DynaLoader/hints/netbsd.pl
49382 !> (integrate 26 files)
49383 ____________________________________________________________________________
49384 [ 6372] By: jhi on 2000/07/11 20:30:36
49385 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
49389 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
49391 ____________________________________________________________________________
49392 [ 6371] By: jhi on 2000/07/11 20:08:56
49393 Log: Minor cleanups on the booklist.
49396 ____________________________________________________________________________
49397 [ 6370] By: jhi on 2000/07/11 19:31:13
49398 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
49400 ! t/pragma/overload.t
49401 ____________________________________________________________________________
49402 [ 6369] By: gsar on 2000/07/11 19:27:48
49403 Log: integrate cfgperl changes#6293..6324 into mainline
49405 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
49406 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
49407 !> (integrate 30 files)
49408 ____________________________________________________________________________
49409 [ 6368] By: gsar on 2000/07/11 19:18:57
49410 Log: skip integrate of problematic change#6292 from cfgperl into mainline
49413 ____________________________________________________________________________
49414 [ 6367] By: gsar on 2000/07/11 19:17:21
49415 Log: integrate cfgperl changes#6288..6290 into mainline
49417 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
49418 ____________________________________________________________________________
49419 [ 6366] By: gsar on 2000/07/11 19:11:18
49420 Log: integrate cfgperl changes#6268..6282 into mainline
49422 !> (integrate 30 files)
49423 ____________________________________________________________________________
49424 [ 6365] By: gsar on 2000/07/11 18:57:00
49425 Log: delete new accidentally branched file
49427 - t/op/method2entersub.t
49428 ____________________________________________________________________________
49429 [ 6364] By: gsar on 2000/07/11 18:55:13
49430 Log: skip integrate of change#6267 from cfgperl into mainline (the
49431 method call optimization is flawed without additional hints
49432 from user about immutableness of @ISA and no runtime method
49435 +> t/op/method2entersub.t
49436 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
49437 !> perl.h t/op/sprintf.t xsutils.c
49438 ____________________________________________________________________________
49439 [ 6363] By: gsar on 2000/07/11 18:49:43
49440 Log: integrate cfgperl changes#6261..6266 into mainline
49442 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49443 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49444 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49445 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49446 ____________________________________________________________________________
49447 [ 6362] By: gsar on 2000/07/11 18:43:26
49448 Log: integrate cfgperl changes#6252..6260 into mainline
49450 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
49451 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
49452 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
49453 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
49454 ____________________________________________________________________________
49455 [ 6361] By: gsar on 2000/07/11 18:37:12
49456 Log: skip integrate of problematic change#6251 from cfgperl into mainline
49459 ____________________________________________________________________________
49460 [ 6360] By: gsar on 2000/07/11 18:34:56
49461 Log: integrate cfgperl change#6250 into mainline
49464 !> MANIFEST embed.pl proto.h toke.c
49465 ____________________________________________________________________________
49466 [ 6359] By: gsar on 2000/07/11 18:21:19
49467 Log: integrate cfgperl changes#6242..6249 into mainline
49469 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
49470 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
49471 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
49472 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
49473 !> t/lib/peek.t utf8.c
49474 ____________________________________________________________________________
49475 [ 6358] By: gsar on 2000/07/11 18:15:45
49476 Log: skip integrate of problematic change#6241 from cfgperl into mainline
49478 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
49479 ____________________________________________________________________________
49480 [ 6357] By: jhi on 2000/07/11 18:15:16
49482 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49483 From: Roderick Schertler <roderick@argon.org>
49484 Date: Tue, 11 Jul 2000 13:55:05 -0400
49485 Message-Id: <200007111755.NAA05077@jones.argon.org>
49488 ____________________________________________________________________________
49489 [ 6356] By: jhi on 2000/07/11 18:12:51
49490 Log: Typo in #6341.
49493 ____________________________________________________________________________
49494 [ 6355] By: gsar on 2000/07/11 18:12:10
49495 Log: integrate cfgperl changes#6231..6240 into mainline
49497 +> pod/perlutil.pod
49498 !> (integrate 35 files)
49499 ____________________________________________________________________________
49500 [ 6354] By: jhi on 2000/07/11 18:04:34
49501 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
49502 From: Dominic Dunlop <domo@computer.org>
49503 Date: Tue, 11 Jul 2000 12:27:33 +0200
49504 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
49506 Replaces change #6268.
49509 ____________________________________________________________________________
49510 [ 6353] By: gsar on 2000/07/11 17:59:51
49511 Log: skip integrate of problematic change#6230 from cfgperl into mainline
49512 (a later version of File::Spec is already in mainline)
49514 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
49515 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
49516 ____________________________________________________________________________
49517 [ 6352] By: gsar on 2000/07/11 17:57:48
49518 Log: integrate cfgperl changes#6224..6229 into mainline
49522 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
49523 !> lib/English.pm op.c t/lib/english.t
49524 ____________________________________________________________________________
49525 [ 6351] By: gsar on 2000/07/11 17:50:10
49526 Log: skip integrate of problematic change#6223 from cfgperl into mainline
49529 ____________________________________________________________________________
49530 [ 6350] By: gsar on 2000/07/11 17:48:28
49531 Log: integrate cfgperl changes#6220..6222 into mainline
49533 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
49534 !> toke.c utf8.c win32/win32.h
49535 ____________________________________________________________________________
49536 [ 6349] By: gsar on 2000/07/11 17:46:13
49537 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
49540 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49541 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49542 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49543 ____________________________________________________________________________
49544 [ 6348] By: jhi on 2000/07/11 17:45:49
49545 Log: README.posix-bc podified from Thomas Dorner.
49548 ____________________________________________________________________________
49549 [ 6347] By: gsar on 2000/07/11 17:42:04
49550 Log: integrate cfgperl change#6217 into mainline
49552 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
49553 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
49554 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
49555 ____________________________________________________________________________
49556 [ 6346] By: gsar on 2000/07/11 17:39:37
49557 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
49560 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
49561 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49562 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
49563 !> perlapi.h pod/perlapi.pod
49564 ____________________________________________________________________________
49565 [ 6345] By: gsar on 2000/07/11 17:36:42
49566 Log: integrate cfgperl changes#6207..6210 into mainline
49568 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
49569 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
49570 ____________________________________________________________________________
49571 [ 6344] By: gsar on 2000/07/11 17:31:20
49572 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
49575 !> (integrate 40 files)
49576 ____________________________________________________________________________
49577 [ 6343] By: gsar on 2000/07/11 17:19:08
49578 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
49580 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
49582 !> (integrate 34 files)
49583 ____________________________________________________________________________
49584 [ 6342] By: jhi on 2000/07/11 16:05:48
49585 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49586 To: perl5-porters@perl.org
49587 From: Karsten Sperling <spiff@phreax.net>
49588 Date: Mon, 10 Jul 2000 15:12:52 +0200
49589 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49592 ____________________________________________________________________________
49593 [ 6341] By: jhi on 2000/07/11 15:59:23
49594 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49595 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49596 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49597 Date: Fri, 07 Jul 2000 17:57:16 +0100
49600 ____________________________________________________________________________
49601 [ 6340] By: jhi on 2000/07/11 15:55:47
49602 Log: Subject: Re: format bug report [Patch]
49603 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49604 Date: Wed, 05 Jul 2000 13:12:52 +0200
49605 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49607 Subject: Re: format bug report [Patch]
49608 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49609 Date: Wed, 05 Jul 2000 14:10:01 +0200
49610 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49612 ! t/op/write.t toke.c
49613 ____________________________________________________________________________
49614 [ 6339] By: jhi on 2000/07/11 13:54:09
49615 Log: Be less forgiving about ambiguous and illegal tr ranges.
49616 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
49617 From: Mark-Jason Dominus <mjd@plover.com>
49618 Date: Tue, 04 Jul 2000 10:00:12 -0400
49619 Message-ID: <20000704140012.17772.qmail@plover.com>
49621 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
49622 From: Mark-Jason Dominus <mjd@plover.com>
49623 Date: Wed, 05 Jul 2000 09:37:36 -0400
49624 Message-ID: <20000705133736.27293.qmail@plover.com>
49626 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
49627 ____________________________________________________________________________
49628 [ 6338] By: jhi on 2000/07/11 13:31:24
49629 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49630 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49631 Date: Tue, 11 Jul 2000 13:50:51 +0100
49632 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49635 ____________________________________________________________________________
49636 [ 6337] By: jhi on 2000/07/11 13:29:14
49637 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49638 From: Hugo <hv@crypt.compulink.co.uk>
49639 Date: Tue, 11 Jul 2000 12:44:50 +0100
49640 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49642 ! regexec.c t/op/re_tests
49643 ____________________________________________________________________________
49644 [ 6336] By: jhi on 2000/07/11 13:26:47
49645 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
49646 From: simon@brecon.co.uk (Simon Cozens)
49647 Date: 7 Jul 2000 11:26:09 GMT
49648 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49651 ____________________________________________________________________________
49652 [ 6335] By: jhi on 2000/07/11 13:23:37
49653 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49654 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49655 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49656 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49658 + ext/DynaLoader/hints/netbsd.pl
49659 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
49660 ____________________________________________________________________________
49661 [ 6334] By: jhi on 2000/07/11 13:20:38
49662 Log: Subject: PATCH perlguts.pod: Document D and d magic types
49663 From: mjd@plover.com
49664 Date: 5 Jul 2000 18:01:51 -0000
49665 Message-ID: <20000705180151.29413.qmail@plover.com>
49668 ____________________________________________________________________________
49669 [ 6333] By: jhi on 2000/07/11 13:15:51
49670 Log: Precedence goof, fix based on
49671 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49672 From: Hugo <hv@crypt.compulink.co.uk>
49673 Date: Tue, 11 Jul 2000 12:52:38 +0100
49674 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49677 ____________________________________________________________________________
49678 [ 6332] By: jhi on 2000/07/11 12:40:17
49679 Log: Integrate with Sarathy.
49681 !> win32/win32sck.c
49682 ____________________________________________________________________________
49683 [ 6331] By: jhi on 2000/07/10 20:14:16
49684 Log: Sprinkle ldlibpath.
49687 ____________________________________________________________________________
49688 [ 6330] By: jhi on 2000/07/10 17:54:49
49689 Log: More POSIX.pod tweaks.
49691 ! ext/POSIX/POSIX.pod
49692 ____________________________________________________________________________
49693 [ 6329] By: jhi on 2000/07/10 14:02:12
49694 Log: Reorder perl.pod once more.
49696 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49697 ____________________________________________________________________________
49698 [ 6328] By: gsar on 2000/07/10 07:06:00
49699 Log: accept() leaks memory on windows due to incorrect ordering of
49700 closesocket() and fclose() calls
49703 ____________________________________________________________________________
49704 [ 6327] By: gsar on 2000/07/10 06:49:17
49705 Log: winsock options weren't being set in all threads under ithreads
49706 (caused send()s from second and subsequent threads to fail)
49709 ____________________________________________________________________________
49710 [ 6326] By: jhi on 2000/07/08 02:45:40
49711 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49712 was cast to an unsigned (32-bit) integer with wild abandon.
49714 ! ext/Devel/DProf/DProf.xs
49715 ____________________________________________________________________________
49716 [ 6325] By: jhi on 2000/07/07 18:50:33
49717 Log: Remove perlbook, update perlfaq book listing,
49718 rearrange perl.pod, regenerate perltoc.
49721 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
49722 ! pod/perlfaq2.pod pod/perltoc.pod
49723 ____________________________________________________________________________
49724 [ 6324] By: jhi on 2000/07/07 14:03:40
49725 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
49728 ____________________________________________________________________________
49729 [ 6323] By: jhi on 2000/07/06 16:03:55
49730 Log: Fix complaints of buildtoc.
49734 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49735 ____________________________________________________________________________
49736 [ 6322] By: jhi on 2000/07/06 15:15:52
49737 Log: Add =head1 NAMEs so that buildtoc is happy.
49738 (The CGI::Util nit reported to Lincoln.)
49740 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
49742 ____________________________________________________________________________
49743 [ 6321] By: jhi on 2000/07/06 03:16:04
49744 Log: Config is being used.
49747 ____________________________________________________________________________
49748 [ 6320] By: jhi on 2000/07/06 03:13:13
49749 Log: Integrate with Sarathy.
49751 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
49752 ____________________________________________________________________________
49753 [ 6319] By: jhi on 2000/07/06 03:11:46
49754 Log: Autogenerate pod/Makefile and pod/buildtoc.
49755 buildtoc also checks whether the existin pods are
49756 mentioned in MANIFEST and perl.pod, and vice versa.
49757 (None of the thusly found discrepancies fixed yet.)
49758 roffitall also needs to be autogenerated similarly but it
49759 seems so badly out of date that I didn't touch it yet.
49761 + pod/Makefile.SH pod/buildtoc.PL
49762 - pod/Makefile pod/buildtoc
49763 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
49764 ____________________________________________________________________________
49765 [ 6318] By: gsar on 2000/07/05 22:10:54
49766 Log: fix UNC path handling on Windows under ithreads, and chdir()
49767 return value when given a non-existent directory
49770 ____________________________________________________________________________
49771 [ 6317] By: gsar on 2000/07/05 22:08:19
49772 Log: winsock cleanup never done on Windows (leads to handle leaks)
49774 ! win32/perllib.c win32/win32sck.c
49775 ____________________________________________________________________________
49776 [ 6316] By: gsar on 2000/07/05 22:06:19
49777 Log: some debugger output does not go to the socket when RemotePort is set
49780 ____________________________________________________________________________
49781 [ 6315] By: jhi on 2000/07/05 00:25:21
49782 Log: Integrate with Sarathy, preliminary fix for unicos
49783 alignment problems in [ID 20000612.002] Perl problem on Cray system.
49787 ____________________________________________________________________________
49788 [ 6314] By: gsar on 2000/07/04 23:34:02
49789 Log: tyop in change#6306
49792 ____________________________________________________________________________
49793 [ 6313] By: jhi on 2000/07/04 22:14:38
49794 Log: Multiline string literals ENONPORTABLE.
49797 ____________________________________________________________________________
49798 [ 6312] By: jhi on 2000/07/04 20:34:44
49799 Log: Integrate with Sarathy.
49801 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
49803 ____________________________________________________________________________
49804 [ 6311] By: jhi on 2000/07/04 20:30:56
49805 Log: More POSIX.pod embellishment.
49807 ! ext/POSIX/POSIX.pod
49808 ____________________________________________________________________________
49809 [ 6310] By: gsar on 2000/07/04 17:28:48
49810 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
49813 ____________________________________________________________________________
49814 [ 6309] By: jhi on 2000/07/04 17:22:18
49815 Log: The #6308 required a little bit more.
49817 ! Makefile.SH win32/Makefile
49818 ____________________________________________________________________________
49819 [ 6308] By: jhi on 2000/07/04 16:35:24
49820 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
49824 ! MANIFEST Makefile.SH
49825 ____________________________________________________________________________
49826 [ 6307] By: jhi on 2000/07/04 16:28:58
49827 Log: Win32 patches for cfgperl from Sarathy.
49829 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
49830 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
49831 ! thread.h toke.c util.c win32/Makefile win32/win32.c
49832 ____________________________________________________________________________
49833 [ 6306] By: gsar on 2000/07/04 16:28:40
49834 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
49835 (from Richard Soderberg <rs@oregonnet.com>)
49837 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
49838 ____________________________________________________________________________
49839 [ 6305] By: jhi on 2000/07/04 16:24:24
49840 Log: Integrate with Sarathy.
49842 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
49843 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49844 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
49845 !> proto.h win32/win32.c
49846 ____________________________________________________________________________
49847 [ 6304] By: gsar on 2000/07/04 16:17:24
49848 Log: missing perldiag entry for unpack("w",...) diagnostic (from
49852 ____________________________________________________________________________
49853 [ 6303] By: gsar on 2000/07/04 16:14:44
49854 Log: remove rel2abs prototypes (from Barrie Slaymaker)
49856 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49857 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49858 ____________________________________________________________________________
49859 [ 6302] By: gsar on 2000/07/04 04:59:35
49860 Log: adjust change#6299
49862 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
49864 ____________________________________________________________________________
49865 [ 6301] By: jhi on 2000/07/04 04:50:07
49866 Log: Integrate with Sarathy.
49868 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
49869 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
49870 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
49871 ____________________________________________________________________________
49872 [ 6300] By: gsar on 2000/07/04 04:42:09
49873 Log: PERL_OBJECT build tweak
49876 ____________________________________________________________________________
49877 [ 6299] By: gsar on 2000/07/04 04:37:00
49878 Log: fix memory leak on Windows (PL_sys_intern contents were never
49881 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49882 ! perlapi.c proto.h win32/win32.c
49883 ____________________________________________________________________________
49884 [ 6298] By: gsar on 2000/07/04 04:15:59
49885 Log: fix large memory leak that has been around for ever, masked by
49886 -DPURIFY (most of the arenas were never freed!)
49888 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
49889 ____________________________________________________________________________
49890 [ 6297] By: gsar on 2000/07/04 04:07:46
49891 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49894 ____________________________________________________________________________
49895 [ 6296] By: jhi on 2000/06/30 18:28:37
49896 Log: Elaborate POSIX.pod. Still needs work.
49898 ! ext/POSIX/POSIX.pod
49899 ____________________________________________________________________________
49900 [ 6295] By: jhi on 2000/06/30 14:58:18
49901 Log: Point to perlipc for more SysV IPC examples.
49904 ____________________________________________________________________________
49905 [ 6294] By: gsar on 2000/06/30 14:47:45
49906 Log: slurp mode fix in change#4736 still not quite right
49908 ! pp_hot.c t/io/argv.t
49909 ____________________________________________________________________________
49910 [ 6293] By: jhi on 2000/06/30 12:02:55
49911 Log: Integrate with Sarathy.
49913 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
49914 ____________________________________________________________________________
49915 [ 6292] By: jhi on 2000/06/30 12:01:11
49916 Log: From: simon@brecon.co.uk (Simon Cozens)
49917 Subject: UTF8 concat
49918 Date: 30 Jun 2000 06:13:25 GMT
49919 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
49922 ____________________________________________________________________________
49923 [ 6291] By: gsar on 2000/06/30 04:37:33
49924 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49925 when @_ is modified, causing coredumps
49927 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
49928 ____________________________________________________________________________
49929 [ 6290] By: jhi on 2000/06/30 02:21:44
49930 Log: Integrate with Sarathy.
49932 !> vms/vms.c vms/vmsish.h
49933 ____________________________________________________________________________
49934 [ 6289] By: jhi on 2000/06/30 02:21:02
49935 Log: Check VERSIONs.
49937 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49938 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49939 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49940 ____________________________________________________________________________
49941 [ 6288] By: jhi on 2000/06/30 02:18:52
49942 Log: Integrate with Sarathy.
49944 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
49945 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49946 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49947 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
49948 ____________________________________________________________________________
49949 [ 6287] By: gsar on 2000/06/30 02:17:08
49950 Log: integrate vmsperl changes into mainline
49952 !> vms/vms.c vms/vmsish.h
49953 ____________________________________________________________________________
49954 [ 6285] By: gsar on 2000/06/30 02:05:28
49955 Log: localize %INC in a Safe compartment so that use/require work
49956 (many other magic globals probably need similar treatment)
49958 ! ext/Opcode/Opcode.xs
49959 ____________________________________________________________________________
49960 [ 6284] By: gsar on 2000/06/30 01:54:54
49961 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
49964 ! pod/perlembed.pod
49965 ____________________________________________________________________________
49966 [ 6283] By: jhi on 2000/06/30 01:50:10
49967 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
49968 From: Barrie Slaymaker <barries@jester.slaysys.com>
49969 Date: Wed, 28 Jun 2000 11:35:29 -0400
49970 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49972 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
49973 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
49974 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49975 ! lib/File/Spec/Win32.pm
49976 ____________________________________________________________________________
49977 [ 6282] By: jhi on 2000/06/29 22:57:22
49978 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
49979 From: Dan Sugalski <dan@sidhe.org>
49980 Date: Tue, 06 Jun 2000 11:59:50 -0400
49981 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
49984 ____________________________________________________________________________
49985 [ 6281] By: jhi on 2000/06/29 22:52:50
49986 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
49987 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49988 Date: Wed, 7 Jun 2000 04:02:04 -0500
49989 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
49992 ____________________________________________________________________________
49993 [ 6280] By: jhi on 2000/06/29 22:45:47
49994 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
49995 From: rspier@pobox.com (Robert Spier)
49996 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
49997 Message-ID: <14654.31913.845602.610277@rls.cx>
50000 ____________________________________________________________________________
50001 [ 6279] By: jhi on 2000/06/29 22:38:16
50002 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
50003 From: Tim Ayers <tayers@bridge.com>
50004 Date: Thu, 08 Jun 2000 08:11:06 +0200
50005 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
50006 [resent by Richard Foley, Message-Id probably wrong]
50009 ____________________________________________________________________________
50010 [ 6278] By: jhi on 2000/06/29 22:21:45
50011 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
50012 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
50013 Date: Fri, 09 Jun 2000 12:39:27 -0400
50014 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
50015 (plus update the version "number" of Text::Wrap)
50018 ____________________________________________________________________________
50019 [ 6277] By: jhi on 2000/06/29 22:13:10
50020 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
50021 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50022 Date: Mon, 12 Jun 2000 14:55:59 +0100
50023 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
50026 ____________________________________________________________________________
50027 [ 6276] By: jhi on 2000/06/29 22:11:06
50028 Log: Subject: [PATCH] Re: eval documentation: context
50029 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50030 Date: Mon, 12 Jun 2000 15:07:29 +0100
50031 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
50034 ____________________________________________________________________________
50035 [ 6275] By: jhi on 2000/06/29 21:59:46
50036 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
50037 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50038 Date: Tue, 13 Jun 2000 02:43:48 -0500
50039 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
50041 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
50042 ____________________________________________________________________________
50043 [ 6274] By: jhi on 2000/06/29 21:56:14
50044 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
50045 From: Andy Dougherty <doughera@lafayette.edu>
50046 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
50047 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
50049 ! ext/File/Glob/Glob.pm
50050 ____________________________________________________________________________
50051 [ 6273] By: jhi on 2000/06/29 21:49:09
50052 Log: Subject: [PATCH] xsub attributes
50053 From: Doug MacEachern <dougm@covalent.net>
50054 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
50055 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
50057 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
50058 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
50059 ____________________________________________________________________________
50060 [ 6272] By: jhi on 2000/06/29 21:41:28
50061 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
50062 From: Tom Phoenix <rootbeer@redcat.com>
50063 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
50064 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
50067 ____________________________________________________________________________
50068 [ 6271] By: jhi on 2000/06/29 21:36:55
50069 Log: Subject: PATCH pod/perltie.pod
50070 From: Ian Phillipps <Ian.Phillipps@iname.com>
50071 Date: Fri, 16 Jun 2000 00:17:19 +0100
50072 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
50073 (only the first hunk, the second hunk had already been done
50074 by some other patch)
50077 ____________________________________________________________________________
50078 [ 6270] By: jhi on 2000/06/29 21:24:51
50079 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
50080 From: Nicholas Clark <nick@talking.bollo.cx>
50081 Date: Fri, 23 Jun 2000 16:21:15 +0100
50082 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
50084 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
50085 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
50086 ____________________________________________________________________________
50087 [ 6269] By: jhi on 2000/06/29 19:38:15
50088 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
50089 silence few compiler warnings.
50091 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
50092 ____________________________________________________________________________
50093 [ 6268] By: jhi on 2000/06/29 18:21:50
50094 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
50095 From: Dominic Dunlop <domo@computer.org>
50096 Date: Thu, 29 Jun 2000 12:32:39 +0200
50097 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
50100 ____________________________________________________________________________
50101 [ 6267] By: jhi on 2000/06/29 18:16:07
50102 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
50103 From: Doug MacEachern <dougm@covalent.net>
50104 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
50105 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
50107 + t/op/method2entersub.t
50108 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
50109 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50110 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
50112 ____________________________________________________________________________
50113 [ 6266] By: jhi on 2000/06/29 15:11:15
50114 Log: Subject: [PATCH 5.6.0] cygwin port
50115 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
50116 From: "Fifer, Eric" <EFifer@sanwaint.com>
50117 Date: Thu, 29 Jun 2000 12:58:29 +0100
50119 ! cygwin/Makefile.SHs
50120 ____________________________________________________________________________
50121 [ 6265] By: jhi on 2000/06/29 15:04:05
50122 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
50123 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50124 Date: Wed, 28 Jun 2000 17:50:12 -0700
50125 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
50127 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50128 ____________________________________________________________________________
50129 [ 6264] By: jhi on 2000/06/29 15:00:57
50130 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
50131 From: Marty Lucich <marty@netcom.com>
50132 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
50133 Message-Id: <200006282116.OAA11148@netcom.com>
50134 ccdlflags update (the BSD/OS 4.1 part had already been taken
50138 ____________________________________________________________________________
50139 [ 6263] By: jhi on 2000/06/29 13:47:44
50140 Log: tr fixes from Simon Cozens
50143 ____________________________________________________________________________
50144 [ 6262] By: jhi on 2000/06/28 18:46:01
50145 Log: Subject: 5.6.0 Patch for EPOC
50146 From: Olaf Flebbe <o.flebbe@gmx.de>
50147 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
50148 Message-ID: <23449.960929969@www11.gmx.net>
50150 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
50152 ____________________________________________________________________________
50153 [ 6261] By: jhi on 2000/06/28 18:29:07
50154 Log: Subject: Re: [PATCH cfgperl] BOMs away!
50155 From: simon@brecon.co.uk (Simon Cozens)
50156 Date: 17 Jun 2000 11:49:57 GMT
50157 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
50159 ! pod/perldiag.pod t/comp/require.t toke.c
50160 ____________________________________________________________________________
50161 [ 6260] By: jhi on 2000/06/28 17:47:16
50162 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
50163 From: simon@brecon.co.uk (Simon Cozens)
50164 Date: 17 Jun 2000 11:56:44 GMT
50165 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
50168 ! pod/perlfunc.pod pp.c t/op/pack.t
50169 ____________________________________________________________________________
50170 [ 6259] By: jhi on 2000/06/28 16:43:17
50171 Log: perlnewmod was missing from MANIFEST.
50174 ____________________________________________________________________________
50175 [ 6258] By: jhi on 2000/06/28 15:54:30
50176 Log: linenumber tweak
50178 ! t/pragma/warn/regcomp
50179 ____________________________________________________________________________
50180 [ 6257] By: jhi on 2000/06/28 15:50:44
50181 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
50182 From: Doug MacEachern <dougm@covalent.net>
50183 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
50184 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
50185 (one part of the patch had been applied earlier)
50187 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
50188 ____________________________________________________________________________
50189 [ 6256] By: jhi on 2000/06/28 15:40:22
50190 Log: tweaks from Simon Cozens to further fix tr/// under utf8
50193 ____________________________________________________________________________
50194 [ 6255] By: jhi on 2000/06/28 15:33:45
50195 Log: small thinko tweaks
50197 ! lib/IPC/Open3.pm t/op/my_stash.t
50198 ____________________________________________________________________________
50199 [ 6254] By: jhi on 2000/06/28 15:33:25
50200 Log: Subject: tr///, help wanted.
50201 From: simon@brecon.co.uk (Simon Cozens)
50202 Date: 28 Jun 2000 11:29:04 GMT
50203 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
50205 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
50206 ! pp_proto.h proto.h t/op/tr.t
50207 ____________________________________________________________________________
50208 [ 6253] By: jhi on 2000/06/28 15:09:17
50209 Log: Paranoia tweak on #6249.
50210 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50211 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50212 Date: Sun, 25 Jun 2000 23:43:12 -0400
50213 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
50216 ____________________________________________________________________________
50217 [ 6252] By: jhi on 2000/06/28 15:01:38
50218 Log: Document #6249 and #6251.
50220 ! lib/Exporter.pm lib/IPC/Open3.pm
50221 ____________________________________________________________________________
50222 [ 6251] By: jhi on 2000/06/28 14:50:43
50223 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
50224 From: Doug MacEachern <dougm@covalent.net>
50225 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
50226 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
50229 ____________________________________________________________________________
50230 [ 6250] By: jhi on 2000/06/28 14:45:23
50231 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
50232 From: Doug MacEachern <dougm@covalent.net>
50233 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
50234 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
50237 ! MANIFEST embed.pl global.sym proto.h toke.c
50238 ____________________________________________________________________________
50239 [ 6249] By: jhi on 2000/06/28 14:36:34
50240 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50241 From: Frank Tobin <ftobin@uiuc.edu>
50242 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
50243 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
50246 ____________________________________________________________________________
50247 [ 6248] By: jhi on 2000/06/28 14:11:25
50248 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
50249 From: Mark-Jason Dominus <mjd@plover.com>
50250 Date: Tue, 27 Jun 2000 22:36:42 -0400
50251 Message-ID: <20000628023642.12166.qmail@plover.com>
50254 ____________________________________________________________________________
50255 [ 6247] By: jhi on 2000/06/27 12:46:37
50256 Log: Tweak $VERSION, patch from Doug MacEachern.
50259 ____________________________________________________________________________
50260 [ 6246] By: jhi on 2000/06/27 03:34:46
50261 Log: Allow for standalone testing.
50263 ! t/lib/filefunc.t t/lib/filespec.t
50264 ____________________________________________________________________________
50265 [ 6245] By: jhi on 2000/06/27 02:50:02
50266 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
50267 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50268 Date: Sat, 24 Jun 2000 13:06:20 +0100
50269 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
50271 ! ext/DynaLoader/DynaLoader_pm.PL
50272 ____________________________________________________________________________
50273 [ 6244] By: jhi on 2000/06/27 02:46:10
50274 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
50275 From: Doug MacEachern <dougm@covalent.net>
50276 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
50277 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
50279 ! gv.c sv.c t/lib/peek.t
50280 ____________________________________________________________________________
50281 [ 6243] By: jhi on 2000/06/27 02:38:07
50282 Log: Subject: [PATCH] is_utf8_string
50283 From: simon@brecon.co.uk (Simon Cozens)
50284 Date: 26 Jun 2000 02:25:59 GMT
50285 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
50287 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
50288 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
50290 ____________________________________________________________________________
50291 [ 6242] By: jhi on 2000/06/27 02:24:00
50292 Log: Subject: [PATCH] bytes<->utf8 fixes
50293 From: simon@brecon.co.uk (Simon Cozens)
50294 Date: 26 Jun 2000 04:55:45 GMT
50295 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
50297 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
50298 ____________________________________________________________________________
50299 [ 6241] By: jhi on 2000/06/27 02:12:42
50300 Log: Do no -warn on \_, only on \alpha.
50301 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
50302 From: David Dyck <dcd@tc.fluke.com>
50303 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
50304 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
50306 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
50307 ____________________________________________________________________________
50308 [ 6240] By: jhi on 2000/06/27 02:00:01
50309 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
50310 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50311 Date: Mon, 26 Jun 2000 18:40:14 +0100
50312 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
50315 ____________________________________________________________________________
50316 [ 6239] By: jhi on 2000/06/27 01:53:40
50317 Log: Configure maintenance. Sever some dependency cycles,
50318 separate gccversion from the cc unit,
50319 address [ID 20000623.006] Configure script patch for using gcc on AIX
50320 (but solve it a little bit differently),
50321 unduplex some accidentally duplicated units,
50322 suggest using gcc if no cc available
50323 (p5p thread: "Solaris configure: counterproposal", 1999-09)
50325 ! Configure Todo-5.6 config_h.SH
50327 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
50328 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
50329 Branch: metaconfig/U/perl
50331 ! d_getespwnam.U d_getprpwnam.U i_prot.U
50332 ____________________________________________________________________________
50333 [ 6238] By: jhi on 2000/06/25 18:04:56
50334 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
50335 From: Dan Sugalski <dan@sidhe.org>
50336 Date: Fri, 23 Jun 2000 17:00:00 -0400
50337 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
50339 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
50340 ____________________________________________________________________________
50341 [ 6237] By: jhi on 2000/06/25 16:36:45
50342 Log: Tweak embed.pl, regen headers.
50344 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
50345 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
50346 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
50347 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
50348 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
50349 ____________________________________________________________________________
50350 [ 6236] By: jhi on 2000/06/25 15:26:42
50351 Log: Regen headers.
50353 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
50354 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
50355 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
50356 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
50357 ! regnodes.h warnings.h
50358 ____________________________________________________________________________
50359 [ 6235] By: jhi on 2000/06/23 19:39:35
50360 Log: The thread begun by
50361 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
50362 From: Kevin.Ruscoe@ubsw.com
50363 Date: Fri, 16 Jun 2000 16:38:51 +0100
50364 Message-Id: <H000019b03c300d6@MHS>
50366 ! hints/solaris_2.sh
50367 ____________________________________________________________________________
50368 [ 6234] By: jhi on 2000/06/23 19:23:36
50369 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
50370 because when run as services (Win32ese for daemons)
50371 no environment variables are set and tmpdir ends up as /tmp,
50372 which is ambiguous.
50374 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
50375 From: matt@sergeant.org
50376 Date: 16 Jun 2000 16:30:43 -0000
50377 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
50379 ! lib/File/Spec/Win32.pm
50380 ____________________________________________________________________________
50381 [ 6233] By: jhi on 2000/06/23 19:18:58
50382 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
50383 From: Mark-Jason Dominus <mjd@plover.com>
50384 Date: Fri, 16 Jun 2000 20:53:04 -0400
50385 Message-ID: <20000617005304.8008.qmail@plover.com>
50388 ____________________________________________________________________________
50389 [ 6232] By: jhi on 2000/06/23 16:10:02
50390 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
50391 From: simon@brecon.co.uk (Simon Cozens)
50392 Date: 19 Jun 2000 15:18:27 GMT
50393 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
50395 plus update pod/Makefile and regenerate perltoc
50398 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
50399 ____________________________________________________________________________
50400 [ 6231] By: jhi on 2000/06/23 15:19:18
50401 Log: Subject: [PATCH 5.6.0] cygwin port
50402 From: "Fifer, Eric" <EFifer@sanwaint.com>
50403 Date: Tue, 20 Jun 2000 14:30:58 +0100
50404 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
50406 ! README.cygwin lib/File/Find.pm
50407 ____________________________________________________________________________
50408 [ 6230] By: jhi on 2000/06/23 14:25:21
50409 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
50411 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
50412 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
50413 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50414 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
50415 ____________________________________________________________________________
50416 [ 6229] By: jhi on 2000/06/23 14:13:34
50417 Log: Subject: README.hpux version 0.6.1
50418 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
50419 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50420 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
50423 ____________________________________________________________________________
50424 [ 6228] By: jhi on 2000/06/23 14:07:20
50425 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
50426 From: Doug MacEachern <dougm@covalent.net>
50427 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
50428 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
50431 ____________________________________________________________________________
50432 [ 6227] By: jhi on 2000/06/23 14:01:06
50433 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
50434 From: Doug MacEachern <dougm@covalent.net>
50435 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
50436 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
50440 ! MANIFEST Makefile.SH
50441 ____________________________________________________________________________
50442 [ 6226] By: jhi on 2000/06/23 13:53:07
50443 Log: Subject: [PATCH] remove forward declarations in Socket.pm
50444 From: Doug MacEachern <dougm@covalent.net>
50445 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
50446 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
50448 From: Doug MacEachern <dougm@covalent.net>
50449 Subject: Re: [PATCH] remove forward declarations in Socket.pm
50450 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
50451 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
50453 ! ext/Socket/Socket.pm op.c
50454 ____________________________________________________________________________
50455 [ 6225] By: jhi on 2000/06/23 13:41:52
50456 Log: Add source code filenames to apidoc.
50457 From: simon@brecon.co.uk (Simon Cozens)
50458 Subject: [PATCH embed.pl] Source X-ref
50459 Date: 22 Jun 2000 02:18:49 GMT
50460 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
50463 ____________________________________________________________________________
50464 [ 6224] By: jhi on 2000/06/23 13:32:33
50465 Log: A way to avoid English.pm performance hit.
50466 From: root <root@jester.slaysys.com>
50467 Subject: [YAPATCH English.pm] My turn to putt again
50468 Date: Thu, 22 Jun 2000 20:33:58 -0400
50469 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
50471 ! lib/English.pm t/lib/english.t
50472 ____________________________________________________________________________
50473 [ 6223] By: jhi on 2000/06/23 13:27:06
50474 Log: Avoid double close().
50475 Subject: [PATCH] avoid double close()
50476 From: Doug MacEachern <dougm@covalent.net>
50477 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
50478 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
50481 ____________________________________________________________________________
50482 [ 6222] By: jhi on 2000/06/23 13:25:54
50484 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
50485 From: Ian Phillipps <Ian.Phillipps@iname.com>
50486 Date: Fri, 23 Jun 2000 10:40:58 +0100
50487 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
50490 ____________________________________________________________________________
50491 [ 6221] By: jhi on 2000/06/23 13:24:15
50492 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
50493 From: simon@brecon.co.uk (Simon Cozens)
50494 Subject: [PATCH] Eliminate tr///[CU][CU]
50495 Date: 23 Jun 2000 11:05:40 GMT
50496 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
50498 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
50499 ____________________________________________________________________________
50500 [ 6220] By: jhi on 2000/06/22 16:07:51
50501 Log: Win32 patches from Benjamin Stuhl.
50503 ! makedef.pl win32/win32.h
50504 ____________________________________________________________________________
50505 [ 6219] By: jhi on 2000/06/22 16:06:34
50506 Log: Bytecode patches from Benjamin Stuhl.
50508 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50509 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50510 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50511 ____________________________________________________________________________
50512 [ 6218] By: jhi on 2000/06/15 23:54:16
50513 Log: Bytecode patches from Benjamin Stuhl.
50515 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50516 ____________________________________________________________________________
50517 [ 6217] By: jhi on 2000/06/09 13:38:29
50518 Log: Rename the fdpid locking and integrate with Sarathy.
50520 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
50521 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
50522 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
50524 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
50525 ____________________________________________________________________________
50526 [ 6216] By: gsar on 2000/06/08 14:54:21
50527 Log: be more optimal about clearing @_
50530 ____________________________________________________________________________
50531 [ 6215] By: gsar on 2000/06/08 14:33:04
50532 Log: tweak comment about @DB::args
50535 ____________________________________________________________________________
50536 [ 6214] By: gsar on 2000/06/08 13:57:54
50537 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
50538 caller() wants to populate @DB::args with it (causes a coredump
50539 in Carp::confess())
50541 ! cop.h t/op/runlevel.t
50542 ____________________________________________________________________________
50543 [ 6213] By: gsar on 2000/06/08 07:06:35
50544 Log: back out change#6106 (seems problematic)
50546 ! hints/solaris_2.sh
50547 ____________________________________________________________________________
50548 [ 6212] By: jhi on 2000/06/07 03:10:36
50549 Log: Continuing mopup for #6204.
50551 ! ext/B/defsubs_h.PL
50552 ____________________________________________________________________________
50553 [ 6211] By: jhi on 2000/06/07 02:41:50
50554 Log: Mopup for #6204.
50555 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
50556 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
50557 This is comes from const() where POK isn't on when expected.
50559 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
50560 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50561 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
50562 ! perlapi.h pod/perlapi.pod
50563 ____________________________________________________________________________
50564 [ 6210] By: jhi on 2000/06/07 01:56:29
50565 Log: Mopup for #6207 and #6209.
50567 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
50568 ____________________________________________________________________________
50569 [ 6209] By: jhi on 2000/06/07 01:33:12
50570 Log: Lock PL_fdpid against race conditions, based on:
50571 Subject: [PATCH 5.6.0]subprocess fixup for threads
50572 From: Dan Sugalski <dan@sidhe.org>
50573 To: perl5-porters@perl.org
50574 Date: Tue, 11 Apr 2000 17:02:32 -0400
50575 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
50577 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
50579 ____________________________________________________________________________
50580 [ 6208] By: jhi on 2000/06/07 01:05:23
50581 Log: Regen headers for #6207.
50583 ! embed.h global.sym objXSUB.h proto.h
50584 ____________________________________________________________________________
50585 [ 6207] By: jhi on 2000/06/06 23:43:13
50586 Log: Subject: [PATCH 5.6.0] Threadsafe patches
50587 From: Dan Sugalski <dan@sidhe.org>
50588 To: perl5-porters@perl.org
50589 Date: Mon, 08 May 2000 18:08:13 -0400
50590 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
50592 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
50593 ! proto.h sv.h util.c
50594 ____________________________________________________________________________
50595 [ 6206] By: jhi on 2000/06/06 23:21:23
50596 Log: Subject: [PATCH] Eliminate $a/$b in pod
50597 From: David Glasser <me@davidglasser.net>
50598 To: perl5-porters@perl.org
50599 Date: Mon, 29 May 2000 21:15:59 -0400
50600 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
50602 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
50603 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
50604 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
50605 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
50606 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
50607 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
50608 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
50609 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
50610 ! pod/perlvar.pod pod/perlxs.pod
50611 ____________________________________________________________________________
50612 [ 6205] By: jhi on 2000/06/06 23:12:14
50613 Log: Subject: [PATCH] Win32 improvements
50614 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50615 To: gsar@activestate.com, perl5-porters@perl.org
50616 Date: Mon, 29 May 2000 17:22:24 PDT
50617 Message-ID: <20000530002224.91142.qmail@hotmail.com>
50618 (MUA had mangled many lines by wordwrapping)
50620 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
50621 ____________________________________________________________________________
50622 [ 6204] By: jhi on 2000/06/06 23:01:50
50623 Log: Subject: [PATCH] B::Bytecode patches
50624 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50625 To: gsar@activestate.com, jhi@iki.fi
50626 Cc: perl5-porters@perl.org
50627 Message-ID: <20000602202526.48694.qmail@hotmail.com>
50628 (MUA had mangled many lines by wordwrapping)
50630 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
50631 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
50632 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50633 ! intrpvar.h perl.c
50634 ____________________________________________________________________________
50635 [ 6203] By: jhi on 2000/06/06 22:32:43
50636 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
50637 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50638 Date: Tue, 06 Jun 2000 13:07:45 -0700
50639 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
50642 ____________________________________________________________________________
50643 [ 6202] By: jhi on 2000/06/06 19:38:35
50644 Log: Integrate with Sarathy.
50647 ____________________________________________________________________________
50648 [ 6201] By: gsar on 2000/06/06 00:42:59
50649 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
50650 does a PUSHMARK that's never ever POPMARKed; in general, only
50651 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
50652 Perl_eval_[sp]v() don't because they don't take any incoming
50653 arguments (this leak has been around since the original version
50654 of perl_eval_pv() in 5.003_97e)
50657 ____________________________________________________________________________
50658 [ 6200] By: jhi on 2000/06/04 03:44:52
50659 Log: Update to cperl-mode.el 4.31 from
50660 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
50661 Subject: A couple of notes
50662 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50663 To: Mailing list Perl5 <perl5-porters@perl.org>
50664 Date: Sat, 3 Jun 2000 23:33:32 -0400
50665 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
50667 ! emacs/cperl-mode.el
50668 ____________________________________________________________________________
50669 [ 6199] By: jhi on 2000/06/03 15:11:05
50670 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
50671 From: Dan Sugalski <dan@sidhe.org>
50672 To: perl5-porters@perl.org, vmsperl@perl.org
50673 Date: Fri, 02 Jun 2000 17:30:51 -0400
50674 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
50676 ! vms/descrip_mms.template vms/gen_shrfls.pl
50677 ____________________________________________________________________________
50678 [ 6198] By: jhi on 2000/06/03 14:59:15
50679 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
50680 From: Dan Sugalski <dan@sidhe.org>
50681 To: vmsperl@perl.org, perl5-porters@perl.org
50682 Date: Fri, 02 Jun 2000 16:00:41 -0400
50683 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
50684 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
50686 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
50687 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
50688 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
50689 ____________________________________________________________________________
50690 [ 6197] By: jhi on 2000/06/03 14:41:30
50691 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
50692 From: John Borwick <jhborwic@unity.ncsu.edu>
50693 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
50694 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
50697 ____________________________________________________________________________
50698 [ 6196] By: jhi on 2000/06/03 14:38:09
50699 Log: Integrate with Sarathy.
50701 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50702 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50704 ____________________________________________________________________________
50705 [ 6195] By: gsar on 2000/06/02 22:43:13
50706 Log: fix yet another eval"" leak under USE_ITHREADS
50709 ____________________________________________________________________________
50710 [ 6194] By: gsar on 2000/06/02 18:22:06
50711 Log: fix small eval"" memory leaks under USE_ITHREADS
50713 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50714 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50716 ____________________________________________________________________________
50717 [ 6193] By: jhi on 2000/06/01 13:03:56
50718 Log: Signals-be-gone for microperl.
50720 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
50721 ____________________________________________________________________________
50722 [ 6192] By: jhi on 2000/06/01 12:52:02
50723 Log: Integrate with Sarathy.
50725 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
50726 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
50727 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
50728 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
50729 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
50730 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
50731 !> t/op/vec.t utils/h2xs.PL
50732 ____________________________________________________________________________
50733 [ 6191] By: gsar on 2000/06/01 09:38:21
50734 Log: vec() loses numericalness (modified version of patch suggested
50737 ! doop.c t/op/vec.t
50738 ____________________________________________________________________________
50739 [ 6190] By: gsar on 2000/06/01 09:26:15
50740 Log: submit missing embed.pl change
50743 ____________________________________________________________________________
50744 [ 6189] By: gsar on 2000/06/01 09:05:34
50745 Log: counting tr/// corrupts later operation (from M.J.T Guy)
50748 ____________________________________________________________________________
50749 [ 6188] By: gsar on 2000/06/01 08:58:39
50753 ____________________________________________________________________________
50754 [ 6187] By: gsar on 2000/06/01 08:50:07
50755 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
50756 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
50759 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
50761 ____________________________________________________________________________
50762 [ 6186] By: gsar on 2000/06/01 08:24:40
50763 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
50764 <wolfgang.laun@alcatel.at>)
50766 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
50767 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
50768 ____________________________________________________________________________
50769 [ 6185] By: gsar on 2000/06/01 08:12:00
50770 Log: remove incorrect documentation about implicit split to @_ in
50771 list context, which never really worked in perl 5 (from
50774 ! pod/perlfunc.pod pod/perltrap.pod
50775 ____________________________________________________________________________
50776 [ 6184] By: gsar on 2000/06/01 07:52:27
50777 Log: tweak for change#6127
50780 ____________________________________________________________________________
50781 [ 6183] By: gsar on 2000/06/01 07:41:02
50782 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
50785 + t/lib/selfloader.t
50786 ! MANIFEST lib/SelfLoader.pm
50787 ____________________________________________________________________________
50788 [ 6182] By: jhi on 2000/06/01 00:34:42
50789 Log: Be Cleaner Part Deux.
50792 ____________________________________________________________________________
50793 [ 6181] By: jhi on 2000/06/01 00:32:09
50794 Log: Integrate with Sarathy.
50796 !> pp.c t/op/arith.t
50797 ____________________________________________________________________________
50798 [ 6180] By: jhi on 2000/06/01 00:31:13
50799 Log: microperl nits from Simon Cozens.
50802 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
50804 ____________________________________________________________________________
50805 [ 6179] By: gsar on 2000/05/31 22:37:51
50806 Log: buggy modulus on UVs introduced by change#3378 (resulted in
50807 4063328477 % 65535 amounting to 27406, instead of 27407)
50809 ! pp.c t/op/arith.t
50810 ____________________________________________________________________________
50811 [ 6178] By: jhi on 2000/05/31 21:52:41
50815 ____________________________________________________________________________
50816 [ 6177] By: jhi on 2000/05/31 21:47:33
50817 Log: Substitution utf8 patch from Simon Cozens.
50820 ____________________________________________________________________________
50821 [ 6176] By: jhi on 2000/05/31 21:45:34
50822 Log: Single-quoted utf8 patch from Simon Cozens.
50825 ____________________________________________________________________________
50826 [ 6175] By: jhi on 2000/05/31 21:40:18
50827 Log: Integrate with Sarathy.
50829 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
50830 ____________________________________________________________________________
50831 [ 6174] By: jhi on 2000/05/31 21:37:31
50832 Log: microperl changes from Simon Cozens; Makefile for microperl
50833 written from scratch; few casts added as microperl compilation
50834 doesn't have all prototypes available.
50836 + Makefile.micro README.micro Todo.micro uconfig.sh
50837 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
50838 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
50840 + U/modified/Config_h.U
50841 ____________________________________________________________________________
50842 [ 6173] By: jhi on 2000/05/31 20:00:24
50843 Log: metaconfig maintenance.
50845 + U/modified/Inhdr.U U/typedefs/inotype.U
50846 Branch: metaconfig/U/perl
50847 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
50848 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
50849 ____________________________________________________________________________
50850 [ 6172] By: gsar on 2000/05/31 05:05:42
50851 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
50852 (from Ilya Zakharevich)
50854 ! regexec.c t/op/re_tests
50855 ____________________________________________________________________________
50856 [ 6171] By: gsar on 2000/05/31 05:01:47
50857 Log: scalar() doesn't force scalar context when used in void context
50858 (from Simon Cozens)
50860 ! op.c t/op/wantarray.t
50861 ____________________________________________________________________________
50862 [ 6170] By: gsar on 2000/05/31 04:41:33
50863 Log: change#6142 needs tweaks to tests to work where there's no symlink()
50864 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50867 ____________________________________________________________________________
50868 [ 6169] By: gsar on 2000/05/31 04:29:49
50869 Log: integrate cfgperl contents into mainline
50871 +> pod/perlmodlib.PL pod/perlnewmod.pod
50872 !> (integrate 42 files)
50873 ____________________________________________________________________________
50874 [ 6168] By: jhi on 2000/05/30 22:53:37
50875 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
50877 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50878 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
50879 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
50880 ! win32/config.bc win32/config.gc win32/config.vc
50881 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50882 ! win32/config_h.PL win32/config_sh.PL
50883 Branch: metaconfig/U/perl
50885 ____________________________________________________________________________
50886 [ 6167] By: jhi on 2000/05/30 22:20:21
50890 ____________________________________________________________________________
50891 [ 6166] By: jhi on 2000/05/30 22:11:51
50892 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
50893 in case somebody wants to write an extension for more
50894 shadow database interfaces.
50896 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50897 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
50898 ! vos/config.def vos/config.h vos/config_h.SH_orig
50899 ! win32/config.bc win32/config.gc win32/config.vc
50900 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50902 ! U/modified/Myinit.U
50903 Branch: metaconfig/U/perl
50904 + d_getespwnam.U d_getprpwnam.U i_prot.U
50905 ____________________________________________________________________________
50906 [ 6165] By: jhi on 2000/05/30 18:35:34
50907 Log: Integrate with Sarathy.
50910 ____________________________________________________________________________
50911 [ 6164] By: jhi on 2000/05/30 18:30:16
50914 ! Configure config_h.SH
50915 Branch: metaconfig/U/perl
50917 ____________________________________________________________________________
50918 [ 6163] By: gsar on 2000/05/30 03:24:03
50919 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
50922 ____________________________________________________________________________
50923 [ 6162] By: gsar on 2000/05/30 03:09:38
50924 Log: fix memory leak in method call optimization (change#3768);
50925 made C<eval "$x->foo()"> leak
50928 ____________________________________________________________________________
50929 [ 6161] By: jhi on 2000/05/29 17:56:26
50930 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
50931 both from Simon Cozens.
50933 + pod/perlmodlib.PL pod/perlnewmod.pod
50934 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
50935 ! pod/perlmodlib.pod pod/perltoc.pod
50936 ____________________________________________________________________________
50937 [ 6160] By: jhi on 2000/05/29 17:23:55
50938 Log: Changes for the File::Temp 0.08 (change #6159) test suite
50939 to fit better into the Perl distribution test framework.
50941 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
50942 ! t/lib/ftmp-tempfile.t
50943 ____________________________________________________________________________
50944 [ 6159] By: jhi on 2000/05/29 16:55:36
50945 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
50947 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50948 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50949 ____________________________________________________________________________
50950 [ 6158] By: bailey on 2000/05/29 16:22:08
50951 Log: Add fallback to tmpfile for use in cases where user's relying on
50952 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
50955 ! vms/vms.c vms/vmsish.h
50956 ____________________________________________________________________________
50957 [ 6157] By: jhi on 2000/05/29 03:10:36
50958 Log: Regen Configure to jive with #6149.
50962 ! U/modified/Getfile.U
50963 ____________________________________________________________________________
50964 [ 6156] By: jhi on 2000/05/29 03:01:38
50965 Log: Integrate with Sarathy.
50967 +> ext/DynaLoader/dl_mac.xs
50968 !> (integrate 38 files)
50969 ____________________________________________________________________________
50970 [ 6155] By: gsar on 2000/05/28 21:15:58
50971 Log: small bug in change#6144; remove random \xA0 character that snuck
50974 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
50975 ____________________________________________________________________________
50976 [ 6154] By: gsar on 2000/05/28 21:04:19
50977 Log: avoid type mismatch warning
50980 ____________________________________________________________________________
50981 [ 6153] By: gsar on 2000/05/28 20:58:31
50982 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
50983 <nick@Bagpuss.uk.boo.com>)
50985 ! lib/Test/Harness.pm
50986 ____________________________________________________________________________
50987 [ 6152] By: gsar on 2000/05/28 20:53:42
50988 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
50991 ____________________________________________________________________________
50992 [ 6151] By: gsar on 2000/05/28 20:50:28
50993 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
50996 ____________________________________________________________________________
50997 [ 6150] By: gsar on 2000/05/28 20:39:58
50998 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
51000 ! pod/perlrequick.pod
51001 ____________________________________________________________________________
51002 [ 6149] By: gsar on 2000/05/28 20:35:16
51003 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
51006 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
51007 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
51008 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
51009 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
51010 ____________________________________________________________________________
51011 [ 6148] By: gsar on 2000/05/28 20:21:07
51012 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
51014 ! lib/ExtUtils/MM_Unix.pm
51015 ____________________________________________________________________________
51016 [ 6147] By: gsar on 2000/05/28 20:12:41
51017 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
51018 (from Peter Prymmer)
51020 ! vms/subconfigure.com
51021 ____________________________________________________________________________
51022 [ 6146] By: gsar on 2000/05/28 20:06:15
51025 ! lib/warnings.pm warnings.h warnings.pl
51026 ____________________________________________________________________________
51027 [ 6145] By: gsar on 2000/05/28 18:44:33
51028 Log: make xsubpp skip embedded pod (from Matthias Neeracher
51029 <neeri@iis.ee.ethz.ch>)
51031 ! lib/ExtUtils/xsubpp
51032 ____________________________________________________________________________
51033 [ 6144] By: gsar on 2000/05/28 18:42:49
51034 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
51035 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
51036 <neeri@iis.ee.ethz.ch>)
51039 ____________________________________________________________________________
51040 [ 6143] By: gsar on 2000/05/28 18:41:12
51041 Log: MacOS support, part 1 (from Matthias Neeracher
51042 <neeri@iis.ee.ethz.ch>)
51044 + ext/DynaLoader/dl_mac.xs
51045 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
51046 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
51047 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
51049 ____________________________________________________________________________
51050 [ 6142] By: gsar on 2000/05/28 18:21:51
51051 Log: File::Find fails to chdir when chasing symlinks (from
51052 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51054 ! lib/File/Find.pm t/lib/filefind.t
51055 ____________________________________________________________________________
51056 [ 6141] By: jhi on 2000/05/28 14:25:15
51057 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
51058 forwarded by Peter Seebach from the bsdi-users mailing list.
51059 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
51062 ____________________________________________________________________________
51063 [ 6140] By: jhi on 2000/05/28 14:11:57
51064 Log: Integrate with Sarathy.
51066 +> (branch 30 files)
51067 !> (integrate 93 files)
51068 ____________________________________________________________________________
51069 [ 6139] By: gsar on 2000/05/28 10:01:48
51070 Log: revise mktables.PL for bugs and newness in Unicode 3.0
51071 (from James Bence <jbence@amgen.com>)
51073 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
51074 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
51075 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
51076 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
51077 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
51078 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
51079 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
51080 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
51081 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
51082 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
51083 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
51084 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
51085 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
51086 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
51087 + lib/unicode/Is/SylWU.pl
51088 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
51089 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
51090 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
51091 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
51092 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
51093 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
51094 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
51095 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
51096 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
51097 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
51098 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
51099 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
51100 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
51101 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
51102 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
51103 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
51104 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
51105 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
51106 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
51107 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
51108 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
51109 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
51110 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
51111 ! lib/unicode/Makefile lib/unicode/mktables.PL
51112 ____________________________________________________________________________
51113 [ 6138] By: gsar on 2000/05/28 08:50:32
51114 Log: add note about the handling of negative indices to tied arrays
51115 (from Michael G Schwern <schwern@pobox.com>)
51118 ____________________________________________________________________________
51119 [ 6137] By: gsar on 2000/05/28 08:46:10
51120 Log: fix bogus redeclaration warning for "our" variables in different
51123 ! op.c t/pragma/strict-vars
51124 ____________________________________________________________________________
51125 [ 6136] By: gsar on 2000/05/28 08:31:20
51126 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
51128 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
51129 ____________________________________________________________________________
51130 [ 6135] By: gsar on 2000/05/28 08:17:50
51131 Log: enable Test::Harness to dynamically determine column width etc.
51132 (from Rob Napier <rnapier@employees.org>)
51134 ! lib/Test/Harness.pm
51135 ____________________________________________________________________________
51136 [ 6134] By: gsar on 2000/05/28 08:13:39
51137 Log: make Test::Harness use wait.h/WCOREDUMP if available
51138 (from Ben Tilly <ben_tilly@hotmail.com>)
51140 ! lib/Test/Harness.pm
51141 ____________________________________________________________________________
51142 [ 6133] By: gsar on 2000/05/28 08:08:05
51143 Log: elide bogus test in change#6132
51145 ! t/pragma/warn/9enabled
51146 ____________________________________________________________________________
51147 [ 6132] By: gsar on 2000/05/28 08:03:14
51148 Log: warnings::enabled() doesn't fall back to looking at $^W if
51149 caller isn't using lexical warnings (from Paul Marquess)
51151 ! pp_ctl.c t/pragma/warn/9enabled
51152 ____________________________________________________________________________
51153 [ 6131] By: gsar on 2000/05/28 07:57:47
51154 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
51156 ! ext/POSIX/POSIX.pm
51157 ____________________________________________________________________________
51158 [ 6130] By: gsar on 2000/05/28 07:29:12
51159 Log: fix places that mean C<"word" character> but say C<alphanumeric
51162 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
51163 ____________________________________________________________________________
51164 [ 6129] By: gsar on 2000/05/28 07:18:41
51165 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
51168 ____________________________________________________________________________
51169 [ 6128] By: gsar on 2000/05/28 07:12:55
51170 Log: new perlxstut example for passing/returning refs to arrays
51171 (from David Lowe <dlowe@pootpoot.com>)
51173 ! pod/perlxstut.pod
51174 ____________________________________________________________________________
51175 [ 6127] By: gsar on 2000/05/28 07:02:50
51176 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
51177 failed (from Gisle Aas)
51180 ____________________________________________________________________________
51181 [ 6126] By: gsar on 2000/05/28 06:39:53
51182 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
51183 (reworked variant of patch suggested by Simon Cozens)
51185 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
51186 ! pp_hot.c proto.h t/op/gv.t
51187 ____________________________________________________________________________
51188 [ 6125] By: gsar on 2000/05/28 05:14:55
51189 Log: enable propagating exception objects via Perl_croak() in XS code
51193 ____________________________________________________________________________
51194 [ 6124] By: gsar on 2000/05/28 05:07:28
51195 Log: integrate vmsperl contents into mainline
51197 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
51198 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
51200 ____________________________________________________________________________
51201 [ 6123] By: gsar on 2000/05/28 05:03:53
51202 Log: clarify gotcha with #line directives (from Rocco Caputo
51205 ! pod/perldebug.pod pod/perlsyn.pod
51206 ____________________________________________________________________________
51207 [ 6122] By: gsar on 2000/05/28 04:58:29
51208 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
51209 (from Mark-Jason Dominus)
51211 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
51212 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
51213 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
51215 ____________________________________________________________________________
51216 [ 6121] By: bailey on 2000/05/25 04:46:54
51217 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
51218 lists (based on fixes by Craig Berry)
51220 ! lib/File/Spec/VMS.pm
51221 ____________________________________________________________________________
51222 [ 6120] By: bailey on 2000/05/25 04:25:38
51223 Log: Add missing escape (Charles Lane)
51225 ! t/op/lex_assign.t
51226 ____________________________________________________________________________
51227 [ 6119] By: bailey on 2000/05/25 04:21:25
51228 Log: Quiet error messages in vmsish.t (Charles Lane)
51231 ____________________________________________________________________________
51232 [ 6118] By: bailey on 2000/05/25 04:17:57
51233 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
51234 Flatten case labels in switch statements uniformly (Charles Bailey)
51237 ____________________________________________________________________________
51238 [ 6117] By: bailey on 2000/05/25 03:58:09
51239 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
51242 ____________________________________________________________________________
51243 [ 6116] By: bailey on 2000/05/25 03:11:15
51244 Log: Miscellaneous cosmetic fixes (Charles Lane)
51246 ! lib/ExtUtils/MM_VMS.pm
51247 ____________________________________________________________________________
51248 [ 6115] By: bailey on 2000/05/25 03:10:36
51249 Log: Add bounds checking for several strings (Charles Lane)
51252 ____________________________________________________________________________
51253 [ 6114] By: bailey on 2000/05/25 02:25:34
51254 Log: Urk -- undo previous removal of vmsish 'exit' change
51256 ! vms/ext/vmsish.pm vms/vmsish.h
51257 ____________________________________________________________________________
51258 [ 6113] By: bailey on 2000/05/24 02:24:40
51259 Log: Ugly workaround for version-specific RTL error
51262 ____________________________________________________________________________
51263 [ 6112] By: bailey on 2000/05/24 02:19:55
51264 Log: Check for existence of file before trying to delete
51267 ____________________________________________________________________________
51268 [ 6111] By: bailey on 2000/05/23 23:35:13
51269 Log: Resync with mainline prior to post-5.6.0 updates
51271 +> (branch 49 files)
51272 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
51273 ! vms/ext/vmsish.pm
51274 !> (integrate 334 files)
51275 ____________________________________________________________________________
51276 [ 6110] By: jhi on 2000/05/23 19:28:32
51280 ____________________________________________________________________________
51281 [ 6109] By: jhi on 2000/05/18 17:38:54
51282 Log: Integrate with Sarathy.
51284 !> mg.c perl.h win32/perlhost.h
51285 ____________________________________________________________________________
51286 [ 6108] By: gsar on 2000/05/17 02:24:56
51287 Log: reenable fake signal handling on Windows, bugs and all
51289 ! mg.c perl.h win32/perlhost.h
51290 ____________________________________________________________________________
51291 [ 6107] By: jhi on 2000/05/15 18:01:41
51292 Log: Tweak the todo list.
51295 ____________________________________________________________________________
51296 [ 6106] By: jhi on 2000/05/15 13:41:48
51297 Log: The (Configure) script refuses to go on, after asking for
51298 'You may also choose to try maximal 64-bitness....'.
51299 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
51301 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
51303 ! hints/solaris_2.sh
51304 ____________________________________________________________________________
51305 [ 6105] By: jhi on 2000/05/11 14:37:43
51306 Log: Integrate with Sarathy.
51308 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51309 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
51310 ____________________________________________________________________________
51311 [ 6104] By: gsar on 2000/05/11 03:39:07
51312 Log: PL_sys_intern was being initialized too late on windows
51314 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51315 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
51316 ____________________________________________________________________________
51317 [ 6103] By: jhi on 2000/05/09 19:42:20
51318 Log: Test tweaking for Unicos continues.
51321 ____________________________________________________________________________
51322 [ 6102] By: jhi on 2000/05/09 16:47:27
51323 Log: The test suite tweak in #6101 wasn't quite right.
51326 ____________________________________________________________________________
51327 [ 6101] By: jhi on 2000/05/09 15:35:34
51328 Log: Hints and test tweaks for Unicos.
51330 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
51331 ____________________________________________________________________________
51332 [ 6100] By: jhi on 2000/05/08 21:15:06
51333 Log: More compilation tweakery from Allen Smith.
51336 ____________________________________________________________________________
51337 [ 6099] By: jhi on 2000/05/08 19:21:18
51338 Log: Tweaks for the cc bugs from Allen Smith.
51341 ____________________________________________________________________________
51342 [ 6098] By: jhi on 2000/05/08 19:13:37
51343 Log: Add a note about other, yet unsupported, shadow password APIs.
51346 ____________________________________________________________________________
51347 [ 6097] By: jhi on 2000/05/08 18:46:34
51348 Log: Add a note about possible compilation problems from Allen Smith.
51351 ____________________________________________________________________________
51352 [ 6096] By: jhi on 2000/05/08 17:33:10
51353 Log: Integrate with Sarathy.
51355 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51356 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
51357 ____________________________________________________________________________
51358 [ 6095] By: jhi on 2000/05/08 16:21:33
51359 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
51360 might be useful in future.
51362 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51365 ! U/installdirs/inc_version_list.U
51366 Branch: metaconfig/U/perl
51368 ____________________________________________________________________________
51369 [ 6094] By: gsar on 2000/05/08 14:22:22
51370 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
51372 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51373 ! hints/cygwin.sh pp_sys.c
51374 ____________________________________________________________________________
51375 [ 6093] By: gsar on 2000/05/08 12:52:28
51376 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
51377 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
51379 ! pp_sys.c sv.c win32/perlhost.h
51380 ____________________________________________________________________________
51381 [ 6092] By: jhi on 2000/05/07 22:40:34
51382 Log: Regen perltoc with the fixed buildtoc.
51385 ____________________________________________________________________________
51386 [ 6091] By: jhi on 2000/05/07 22:24:16
51387 Log: Integrate with Sarathy.
51389 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
51390 !> t/op/substr.t toke.c
51391 ____________________________________________________________________________
51392 [ 6090] By: gsar on 2000/05/07 19:47:07
51393 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
51394 [NI]OK; added tests for both
51396 ! perl.c pp_hot.c sv.c t/op/substr.t
51397 ____________________________________________________________________________
51398 [ 6089] By: gsar on 2000/05/07 18:18:38
51399 Log: buildtoc tweak to fix newline lossage
51402 ____________________________________________________________________________
51403 [ 6088] By: jhi on 2000/05/07 16:35:36
51404 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
51405 because we do not use those. The HAS_GETSPNAM remains,
51406 though, because we still do use that.
51408 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51409 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
51410 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
51411 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
51412 ! win32/config.vc win32/config_H.bc win32/config_H.gc
51413 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
51414 ____________________________________________________________________________
51415 [ 6087] By: gsar on 2000/05/07 16:05:16
51416 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
51418 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
51419 ____________________________________________________________________________
51420 [ 6086] By: jhi on 2000/05/07 15:27:07
51421 Log: Integrate with Sarathy.
51423 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51424 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51425 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
51426 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
51427 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
51428 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
51429 ____________________________________________________________________________
51430 [ 6085] By: gsar on 2000/05/07 05:52:02
51431 Log: repeat operator (x) doesn't preserve utf8-ness
51433 ! pp.c t/op/substr.t
51434 ____________________________________________________________________________
51435 [ 6084] By: gsar on 2000/05/07 05:39:55
51436 Log: substr() does not preserve utf8-ness (from Stefan Eissing
51437 <Eissing@medicaldataservice.de>); added tests
51439 ! pp.c t/op/substr.t
51440 ____________________________________________________________________________
51441 [ 6083] By: gsar on 2000/05/07 05:24:46
51442 Log: note about undocumented caller() return value (from M.J.T. Guy);
51443 yet another peek.t tweak
51445 ! pod/perlfunc.pod t/lib/peek.t
51446 ____________________________________________________________________________
51447 [ 6082] By: gsar on 2000/05/07 05:08:40
51448 Log: peek.t non-portable to ithreads
51451 ____________________________________________________________________________
51452 [ 6081] By: gsar on 2000/05/07 04:17:04
51453 Log: better default perlbug categories for ok reports (from Richard Foley)
51456 ____________________________________________________________________________
51457 [ 6080] By: gsar on 2000/05/07 04:08:07
51458 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
51459 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51461 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51462 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51463 ! AUTHORS MAINTAIN MANIFEST
51464 ____________________________________________________________________________
51465 [ 6079] By: gsar on 2000/05/07 04:01:38
51466 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
51468 ! lib/Carp/Heavy.pm
51469 ____________________________________________________________________________
51470 [ 6078] By: gsar on 2000/05/07 01:24:19
51471 Log: workaround for CRT bug in chdir() (from Charles Lane, via
51474 ! iperlsys.h vms/vms.c vms/vmsish.h
51475 ____________________________________________________________________________
51476 [ 6077] By: gsar on 2000/05/07 01:22:23
51477 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
51480 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
51481 ____________________________________________________________________________
51482 [ 6076] By: gsar on 2000/05/06 17:36:29
51483 Log: integrate cfgperl contents into mainline
51486 !> Configure MANIFEST Porting/Glossary Porting/config.sh
51487 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
51488 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
51489 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
51490 ____________________________________________________________________________
51491 [ 6075] By: jhi on 2000/05/05 18:56:10
51492 Log: Make the test more portable.
51495 ____________________________________________________________________________
51496 [ 6074] By: jhi on 2000/05/05 18:49:20
51497 Log: Introduce t/lib/peek.t.
51501 ____________________________________________________________________________
51502 [ 6073] By: jhi on 2000/05/05 14:30:45
51503 Log: Complex tweaks.
51505 ! lib/Math/Complex.pm t/lib/complex.t
51506 ____________________________________________________________________________
51507 [ 6072] By: jhi on 2000/05/05 12:27:13
51508 Log: Integrate with Sarathy.
51510 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51511 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51512 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
51513 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
51514 ____________________________________________________________________________
51515 [ 6071] By: gsar on 2000/05/05 02:24:46
51516 Log: misformatted perllocal.pod (from Tim Jenness
51517 <t.jenness@jach.hawaii.edu>)
51519 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51520 ____________________________________________________________________________
51521 [ 6070] By: gsar on 2000/05/05 02:16:52
51522 Log: remove misleading comment (from M.J.T. Guy)
51525 ____________________________________________________________________________
51526 [ 6069] By: gsar on 2000/05/05 02:15:13
51527 Log: File::Spec compatibility update (from Barrie Slaymaker
51528 <barries@slaysys.com>)
51530 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51531 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51532 ____________________________________________________________________________
51533 [ 6068] By: gsar on 2000/05/05 02:01:50
51534 Log: note about values()
51537 ____________________________________________________________________________
51538 [ 6067] By: gsar on 2000/05/05 01:33:09
51539 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
51542 ____________________________________________________________________________
51543 [ 6066] By: gsar on 2000/05/05 01:23:43
51547 ____________________________________________________________________________
51548 [ 6065] By: jhi on 2000/05/04 17:30:22
51549 Log: Integrate with Sarathy.
51551 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
51552 ____________________________________________________________________________
51553 [ 6064] By: gsar on 2000/05/04 17:26:14
51554 Log: change#5905 wasn't quite right--it's intent only applies when arguments
51555 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
51558 ____________________________________________________________________________
51559 [ 6063] By: gsar on 2000/05/04 16:52:29
51560 Log: tokeq() could read unallocated field in argument
51563 ____________________________________________________________________________
51564 [ 6062] By: gsar on 2000/05/04 16:34:51
51565 Log: additional tests for utf8.t
51568 ____________________________________________________________________________
51569 [ 6061] By: gsar on 2000/05/04 16:09:28
51570 Log: change#5921 neglected to make eq honor "use bytes"
51573 ____________________________________________________________________________
51574 [ 6060] By: jhi on 2000/05/04 15:30:16
51575 Log: Integrate with Sarathy.
51577 !> perl.c regcomp.c t/pragma/utf8.t
51578 ____________________________________________________________________________
51579 [ 6059] By: jhi on 2000/05/04 15:26:37
51580 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
51581 in natively 64-bit platforms where a long is a quad (no need
51582 for long longs). Also added bias for IVs.
51585 ____________________________________________________________________________
51586 [ 6058] By: gsar on 2000/05/04 00:19:14
51587 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
51588 (spotted by Donald Kinzer <dkinzer@premia.com>)
51591 ____________________________________________________________________________
51592 [ 6057] By: gsar on 2000/05/03 18:34:01
51593 Log: fix broken parsing of /\x{ab}/
51595 ! regcomp.c t/pragma/utf8.t
51596 ____________________________________________________________________________
51597 [ 6056] By: jhi on 2000/05/03 17:57:16
51598 Log: The search of infinity continues, this time simplified.
51600 ! lib/Math/Complex.pm
51601 ____________________________________________________________________________
51602 [ 6055] By: jhi on 2000/05/03 17:45:30
51606 ____________________________________________________________________________
51607 [ 6054] By: jhi on 2000/05/02 22:28:27
51608 Log: Be more forgiving in POSIX about HUGE_VALL.
51610 ! ext/POSIX/POSIX.xs
51611 ____________________________________________________________________________
51612 [ 6053] By: jhi on 2000/05/02 22:25:05
51613 Log: Integrate with Sarathy.
51615 !> hints/irix_6.sh pod/perlop.pod
51616 ____________________________________________________________________________
51617 [ 6052] By: jhi on 2000/05/02 22:24:31
51618 Log: Unicos hint tweak.
51621 ____________________________________________________________________________
51622 [ 6051] By: jhi on 2000/05/02 22:21:26
51623 Log: Complex tweakery.
51625 ! lib/Math/Complex.pm t/lib/complex.t
51626 ____________________________________________________________________________
51627 [ 6050] By: jhi on 2000/05/02 19:26:22
51628 Log: Use setxxent()/endxxent().
51630 ! t/op/grent.t t/op/pwent.t
51631 ____________________________________________________________________________
51632 [ 6049] By: jhi on 2000/05/02 19:06:02
51633 Log: Test both the scalar and list contexts.
51635 ! t/op/grent.t t/op/pwent.t
51636 ____________________________________________________________________________
51637 [ 6048] By: gsar on 2000/05/02 18:29:10
51638 Log: add note about how $( doesn't interpolate in REs (from
51639 Philip Newton <newton@ficus.frogspace.net>)
51642 ____________________________________________________________________________
51643 [ 6047] By: jhi on 2000/05/02 17:41:24
51644 Log: Call getspnam() only iff needd.
51647 ____________________________________________________________________________
51648 [ 6046] By: gsar on 2000/05/02 17:07:25
51649 Log: libscheck has insufficient checks for n32 libs (from
51650 Albert Chin-A-Young <china@thewrittenword.com>)
51653 ____________________________________________________________________________
51654 [ 6045] By: jhi on 2000/05/02 13:57:17
51655 Log: Integrate with Sarathy.
51657 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
51658 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
51659 ____________________________________________________________________________
51660 [ 6044] By: gsar on 2000/05/02 06:48:19
51661 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
51662 such that underscores are only ignored in literal numbers,
51663 "\x{...}", and hex/oct argument
51665 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
51666 ____________________________________________________________________________
51667 [ 6043] By: gsar on 2000/05/02 02:22:29
51668 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
51670 ! pod/perlretut.pod
51671 ____________________________________________________________________________
51672 [ 6042] By: gsar on 2000/05/02 02:17:51
51673 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
51676 ____________________________________________________________________________
51677 [ 6041] By: gsar on 2000/05/02 01:53:51
51678 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
51682 ____________________________________________________________________________
51683 [ 6040] By: gsar on 2000/05/02 01:51:57
51684 Log: missing files in MANIFEST
51687 ____________________________________________________________________________
51688 [ 6039] By: jhi on 2000/05/02 00:36:46
51689 Log: Infinite problems.
51691 ! lib/Math/Complex.pm
51692 ____________________________________________________________________________
51693 [ 6038] By: jhi on 2000/05/02 00:06:38
51694 Log: pwent/spent #ifdef imbalance.
51697 ____________________________________________________________________________
51698 [ 6037] By: jhi on 2000/05/01 22:50:11
51699 Log: Use HUGE_VALL if applicable.
51701 ! ext/POSIX/POSIX.xs util.c
51702 ____________________________________________________________________________
51703 [ 6036] By: jhi on 2000/05/01 22:20:53
51704 Log: Correct Freudian slip.
51707 ____________________________________________________________________________
51708 [ 6035] By: jhi on 2000/05/01 21:07:38
51709 Log: Continue on the pwent/spent case.
51712 ____________________________________________________________________________
51713 [ 6034] By: jhi on 2000/05/01 17:45:14
51714 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
51715 adjustments in 6032 conflicted badly with this, will have
51716 to revisit them later.
51718 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
51719 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
51720 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
51721 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
51722 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
51723 !> t/lib/cgi-html.t t/lib/cgi-request.t
51724 ____________________________________________________________________________
51725 [ 6033] By: jhi on 2000/05/01 17:40:49
51726 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
51729 ____________________________________________________________________________
51730 [ 6032] By: gsar on 2000/05/01 15:56:32
51731 Log: whitespace adjustments
51734 ____________________________________________________________________________
51735 [ 6031] By: gsar on 2000/05/01 15:19:41
51736 Log: small nits in diagnostics.pm (from Robin Barker)
51738 ! lib/diagnostics.pm pod/perldiag.pod
51739 ____________________________________________________________________________
51740 [ 6030] By: gsar on 2000/05/01 08:39:18
51741 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
51742 for @- and @+ (from Johan Vromans)
51744 ! lib/English.pm pod/perlvar.pod
51745 ____________________________________________________________________________
51746 [ 6029] By: gsar on 2000/05/01 08:16:10
51747 Log: add CGI.pm v2.66 (from Lincoln Stein)
51749 + lib/CGI/Util.pm t/lib/cgi-pretty.t
51750 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
51751 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
51752 ! t/lib/cgi-html.t t/lib/cgi-request.t
51753 ____________________________________________________________________________
51754 [ 6028] By: gsar on 2000/05/01 06:34:41
51755 Log: Pod::Man generates groff-incompatible macro definition (from
51759 ____________________________________________________________________________
51760 [ 6027] By: gsar on 2000/05/01 06:31:36
51761 Log: podlators-1.02 update (from Russ Allbery)
51763 ! lib/Pod/Man.pm lib/Pod/Text.pm
51764 ____________________________________________________________________________
51765 [ 6026] By: jhi on 2000/04/30 23:24:23
51766 Log: Integrate with Sarathy.
51768 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51769 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
51770 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51771 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51772 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
51773 !> t/lib/syslog.t toke.c win32/win32.h
51774 ____________________________________________________________________________
51775 [ 6025] By: gsar on 2000/04/30 18:17:47
51776 Log: Is{Alnum,Alpha,Word} don't match titlecase
51778 TODO: IsSpace is defined recursively!
51780 (both spotted by Larry)
51782 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51783 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51784 ____________________________________________________________________________
51785 [ 6024] By: gsar on 2000/04/30 17:50:19
51786 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
51787 (from Hugo van der Sanden)
51790 ____________________________________________________________________________
51791 [ 6023] By: gsar on 2000/04/30 17:14:43
51792 Log: debugger stomps on $. (from M.J.T. Guy)
51795 ____________________________________________________________________________
51796 [ 6022] By: gsar on 2000/04/30 16:59:22
51797 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
51800 ____________________________________________________________________________
51801 [ 6021] By: gsar on 2000/04/29 21:00:08
51802 Log: remove Win2K issue in pod (fixed by change#6020)
51804 ! README.win32 pod/perl56delta.pod
51805 ____________________________________________________________________________
51806 [ 6020] By: gsar on 2000/04/29 20:51:49
51810 ____________________________________________________________________________
51811 [ 6019] By: gsar on 2000/04/29 20:34:27
51812 Log: windows portability tweaks
51814 ! t/lib/b.t win32/win32.h
51815 ____________________________________________________________________________
51816 [ 6018] By: gsar on 2000/04/29 19:55:24
51817 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
51818 make _PATH_LOG() return "" if unavailable
51820 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51821 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
51822 ____________________________________________________________________________
51823 [ 6017] By: jhi on 2000/04/28 22:49:46
51824 Log: Integrate with Sarathy.
51826 !> op.c perl.c pod/perldiag.pod t/lib/b.t
51827 ____________________________________________________________________________
51828 [ 6016] By: jhi on 2000/04/28 22:46:14
51829 Log: Do not warn that an infinity does not look like a number.
51832 ____________________________________________________________________________
51833 [ 6015] By: gsar on 2000/04/28 22:35:49
51834 Log: tweak test for portability
51837 ____________________________________________________________________________
51838 [ 6014] By: gsar on 2000/04/28 22:05:31
51839 Log: glob() loading File::Glob behind the scenes may cause syntax errors
51842 ____________________________________________________________________________
51843 [ 6013] By: gsar on 2000/04/28 21:25:22
51844 Log: tweak change#5945 to display correct switch name in diagnostic
51846 ! perl.c pod/perldiag.pod
51847 ____________________________________________________________________________
51848 [ 6012] By: jhi on 2000/04/28 21:08:12
51849 Log: Integrate with Sarathy.
51851 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
51852 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
51853 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
51854 ____________________________________________________________________________
51855 [ 6011] By: jhi on 2000/04/28 21:04:46
51856 Log: &HUGE_VAL is not defined, it exists.
51858 ! lib/Math/Complex.pm
51859 ____________________________________________________________________________
51860 [ 6010] By: gsar on 2000/04/28 21:02:58
51861 Log: clarify note about shadow password support (from
51862 gellyfish@gellyfish.com)
51865 ____________________________________________________________________________
51866 [ 6009] By: gsar on 2000/04/28 21:00:00
51867 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
51869 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
51870 ____________________________________________________________________________
51871 [ 6008] By: gsar on 2000/04/28 20:56:33
51872 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
51874 ! installperl vms/subconfigure.com
51875 ____________________________________________________________________________
51876 [ 6007] By: gsar on 2000/04/28 20:51:21
51877 Log: note about compile failures and END blocks (from M.J.T. Guy)
51879 ! pod/perl56delta.pod pod/perlmod.pod
51880 ____________________________________________________________________________
51881 [ 6006] By: jhi on 2000/04/28 20:42:14
51882 Log: Regen Configure.
51884 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51886 ____________________________________________________________________________
51887 [ 6005] By: gsar on 2000/04/28 20:41:16
51888 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
51891 ____________________________________________________________________________
51892 [ 6004] By: jhi on 2000/04/28 20:28:21
51893 Log: Integrate with Sarathy.
51895 !> Configure INSTALL Porting/Glossary Porting/config.sh
51896 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
51897 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
51898 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
51899 !> win32/config.vc win32/win32.c
51900 ____________________________________________________________________________
51901 [ 6003] By: gsar on 2000/04/28 20:11:20
51902 Log: allow REG_EXPAND_SZ keys in Windows registry (from
51903 John Clayton <John.Clayton@barclayscapital.com>)
51906 ____________________________________________________________________________
51907 [ 6002] By: gsar on 2000/04/28 19:34:16
51908 Log: destructive sv_setsv() can lose UV-ness from source, causing
51909 numeric promotions/comparisons to fail to do the right thing
51912 ____________________________________________________________________________
51913 [ 6001] By: gsar on 2000/04/28 18:44:15
51914 Log: support additional library locations via $Config{otherlibdirs}
51915 (from Andy Dougherty)
51917 ! Configure INSTALL Porting/Glossary Porting/config.sh
51918 ! Porting/config_H config_h.SH epoc/config.sh perl.c
51919 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
51920 ! win32/config.bc win32/config.gc win32/config.vc
51921 ____________________________________________________________________________
51922 [ 6000] By: gsar on 2000/04/28 18:26:58
51923 Log: reworked otherlibdirs.U (from Andy Dougherty)
51925 ! U/installdirs/otherlibdirs.U
51926 ____________________________________________________________________________
51927 [ 5999] By: gsar on 2000/04/28 18:17:07
51928 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
51930 ! t/pragma/warn/toke toke.c
51931 ____________________________________________________________________________
51932 [ 5998] By: jhi on 2000/04/28 13:32:17
51933 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
51935 ! lib/Math/Complex.pm
51936 ____________________________________________________________________________
51937 [ 5997] By: jhi on 2000/04/28 13:14:04
51940 ! lib/Math/Complex.pm
51941 ____________________________________________________________________________
51942 [ 5996] By: jhi on 2000/04/28 12:59:23
51943 Log: Integrate with Sarathy.
51945 +> pod/perlrequick.pod pod/perlretut.pod
51946 !> (integrate 51 files)
51947 ____________________________________________________________________________
51948 [ 5995] By: gsar on 2000/04/28 09:37:36
51949 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
51951 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
51952 ____________________________________________________________________________
51953 [ 5994] By: gsar on 2000/04/28 09:33:26
51954 Log: fix for missed accounting for null byte in pack("Z",...) (from
51958 ____________________________________________________________________________
51959 [ 5993] By: gsar on 2000/04/28 09:30:05
51960 Log: various minor tweaks seen on p5p
51962 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
51963 ____________________________________________________________________________
51964 [ 5992] By: gsar on 2000/04/28 09:08:19
51965 Log: pod nit (from Simon Cozens)
51968 ____________________________________________________________________________
51969 [ 5991] By: gsar on 2000/04/28 09:06:36
51970 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
51972 ! README.posix-bc hints/posix-bc.sh
51973 ____________________________________________________________________________
51974 [ 5990] By: gsar on 2000/04/28 08:54:52
51975 Log: use $ENV{LIB} to search for libs under Visual C compiler
51976 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
51978 ! lib/ExtUtils/Liblist.pm
51979 ____________________________________________________________________________
51980 [ 5989] By: gsar on 2000/04/28 08:27:12
51981 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
51982 itself and no other (from Tom Hughes)
51984 ! t/op/array.t toke.c
51985 ____________________________________________________________________________
51986 [ 5988] By: gsar on 2000/04/28 08:01:38
51987 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
51988 <paul@miraclefish.com>)
51990 ! lib/ExtUtils/MakeMaker.pm
51991 ____________________________________________________________________________
51992 [ 5987] By: gsar on 2000/04/28 07:53:09
51993 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
51995 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
51996 ____________________________________________________________________________
51997 [ 5986] By: gsar on 2000/04/28 07:44:17
51998 Log: add regular expressions tutorial and quick-start guide (from
51999 Mark Kvale <kvale@phy.ucsf.edu>)
52001 + pod/perlrequick.pod pod/perlretut.pod
52002 ! AUTHORS MAINTAIN MANIFEST
52003 ____________________________________________________________________________
52004 [ 5985] By: gsar on 2000/04/28 07:30:28
52005 Log: forked child may not exit correctly if it failed to open
52006 /dev/console (from Graham Barr)
52008 ! ext/Sys/Syslog/Syslog.pm
52009 ____________________________________________________________________________
52010 [ 5984] By: gsar on 2000/04/28 07:27:20
52011 Log: attributes::reftype() doesn't work on tied argument
52014 ____________________________________________________________________________
52015 [ 5983] By: gsar on 2000/04/28 07:15:04
52016 Log: numeric conversion of non-number in change#3378 tramples on
52017 OOK offset, causing segfaults
52020 ____________________________________________________________________________
52021 [ 5982] By: gsar on 2000/04/28 04:48:25
52022 Log: avoid error in IO::Socket::INET when given an unknown service name
52023 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
52025 ! ext/IO/lib/IO/Socket/INET.pm
52026 ____________________________________________________________________________
52027 [ 5981] By: gsar on 2000/04/28 04:31:31
52028 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
52029 prototype mismatch with CORE::glob(); update pod and tests to
52030 suit (File::Glob::glob() is still available for backward
52031 compatibility, but should be considered deprecated)
52033 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
52034 ! t/lib/glob-taint.t
52035 ____________________________________________________________________________
52036 [ 5980] By: gsar on 2000/04/28 03:47:29
52037 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
52040 ! U/modified/Options.U
52043 ____________________________________________________________________________
52044 [ 5979] By: gsar on 2000/04/28 03:07:54
52045 Log: under useithreads, constant pad entries could inadvertantly be
52046 shared across threads (from Eric Blood <eblood@xmission.com>);
52047 added Eric's test case to testsuite
52050 ____________________________________________________________________________
52051 [ 5978] By: gsar on 2000/04/27 21:13:00
52052 Log: sync version numbers in File::Spec with the ones on CPAN
52053 (from Barrie Slaymaker)
52055 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52056 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52057 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52058 ____________________________________________________________________________
52059 [ 5977] By: gsar on 2000/04/27 21:07:29
52060 Log: autoquote barewords followed by newline and arrow properly
52061 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
52063 ! t/pragma/warn/toke toke.c
52064 ____________________________________________________________________________
52065 [ 5976] By: gsar on 2000/04/27 20:41:20
52066 Log: DB_File v1.73 update (from Paul Marquess)
52068 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
52069 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
52070 ____________________________________________________________________________
52071 [ 5975] By: gsar on 2000/04/27 20:34:24
52072 Log: allow sort() reentrancy (variant of patch suggested by
52073 Hugo van der Sanden)
52075 ! pp_ctl.c t/op/sort.t
52076 ____________________________________________________________________________
52077 [ 5974] By: gsar on 2000/04/27 19:46:57
52078 Log: change#4197 somehow missed initializing PL_errors, meaning
52079 sytax error queueing wasn't working outside eval"" at all;
52080 also fixed eval"" to localize PL_error_count, so that compile-time
52081 eval's don't clobber the error state of the outer context
52083 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
52084 ! t/pragma/warn/toke
52085 ____________________________________________________________________________
52086 [ 5973] By: gsar on 2000/04/27 18:29:05
52087 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
52089 ! regcomp.c regexec.c t/op/re_tests
52090 ____________________________________________________________________________
52091 [ 5972] By: jhi on 2000/04/27 18:22:41
52092 Log: Integrate with Sarathy.
52094 +> t/lib/b.t t/lib/syslog.t
52095 !> (integrate 31 files)
52096 ____________________________________________________________________________
52097 [ 5971] By: jhi on 2000/04/27 18:18:46
52098 Log: Unicos tweaks from Mark P. Lutz.
52100 ! hints/unicos.sh lib/Math/Complex.pm
52101 ____________________________________________________________________________
52102 [ 5970] By: gsar on 2000/04/27 18:05:11
52103 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
52106 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
52107 ____________________________________________________________________________
52108 [ 5969] By: gsar on 2000/04/27 17:50:56
52109 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
52112 ! MANIFEST ext/Sys/Syslog/Syslog.pm
52113 ____________________________________________________________________________
52114 [ 5968] By: gsar on 2000/04/27 17:44:49
52115 Log: tolerate spaces in group names in test on solaris (from David Boyce
52119 ____________________________________________________________________________
52120 [ 5967] By: gsar on 2000/04/27 17:41:22
52121 Log: improved docs on the warn_uninit diagnostic (from David Glasser
52125 ____________________________________________________________________________
52126 [ 5966] By: gsar on 2000/04/27 16:54:58
52127 Log: add testsuite for B backends, fix bug in B::Deparse (from
52128 Simon Cozens <simon@brecon.co.uk>)
52131 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
52132 ____________________________________________________________________________
52133 [ 5965] By: gsar on 2000/04/27 16:10:37
52134 Log: avoid "will not stay shared" warnings for our variables (from
52137 ! op.c t/pragma/warn/op
52138 ____________________________________________________________________________
52139 [ 5964] By: gsar on 2000/04/27 07:05:05
52140 Log: reformat to 72 columns (again)
52143 ____________________________________________________________________________
52144 [ 5963] By: gsar on 2000/04/27 06:28:31
52145 Log: patch from Larry to make (\&) prototype work; added tests for
52148 ! op.c t/comp/proto.t
52149 ____________________________________________________________________________
52150 [ 5962] By: gsar on 2000/04/27 06:15:47
52151 Log: updated README.hpux (from Jeff Okamoto)
52154 ____________________________________________________________________________
52155 [ 5961] By: gsar on 2000/04/27 05:55:03
52156 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
52158 ! emacs/cperl-mode.el
52159 ____________________________________________________________________________
52160 [ 5960] By: gsar on 2000/04/27 05:49:26
52161 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
52164 ____________________________________________________________________________
52165 [ 5959] By: gsar on 2000/04/27 05:33:41
52166 Log: doubled words in pods (from Simon Cozens
52167 <simon.p.cozens@jp.pwcglobal.com>)
52169 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
52170 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
52171 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
52172 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
52173 ! pod/perltootc.pod
52174 ____________________________________________________________________________
52175 [ 5958] By: gsar on 2000/04/27 05:11:39
52176 Log: change#3569 deleted some essential code, revert; avoid use of
52177 atexit() to make DynaLoader work properly on AIX under mod_perl
52178 (from Jens-Uwe Mager <jum@helios.de>)
52180 ! ext/DynaLoader/dl_aix.xs
52181 ____________________________________________________________________________
52182 [ 5957] By: gsar on 2000/04/27 04:54:51
52183 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
52186 ____________________________________________________________________________
52187 [ 5956] By: gsar on 2000/04/27 04:51:47
52188 Log: better diagnostics on failed tests (from Ilya Zakharevich)
52190 ! t/op/lex_assign.t
52191 ____________________________________________________________________________
52192 [ 5955] By: gsar on 2000/04/27 04:26:44
52193 Log: longstanding bug exposed by change#3307: sort arguments weren't
52194 compiled with the right wantarray context (ensuing runtime lookup
52195 via block_gimme() was getting the incidental context of the
52199 ____________________________________________________________________________
52200 [ 5954] By: gsar on 2000/04/26 23:42:12
52201 Log: integrate cfgperl contents into mainline
52203 !> (integrate 30 files)
52204 ____________________________________________________________________________
52205 [ 5953] By: jhi on 2000/04/26 23:06:42
52206 Log: Integrate with Sarathy.
52208 !> README.win32 ext/B/B/Deparse.pm
52209 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52210 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
52211 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
52212 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
52213 !> utils/perldoc.PL vms/perlvms.pod
52214 ____________________________________________________________________________
52215 [ 5952] By: jhi on 2000/04/26 23:03:46
52216 Log: Undo "use integer" addition from 64bitint as it seems
52217 to break most of the subtests in Digital UNIX;
52218 Unicos needs to find another way.
52221 ____________________________________________________________________________
52222 [ 5951] By: jhi on 2000/04/26 22:57:53
52223 Log: Be more robust on "extreme" (large absolute value)
52224 arguments. Originally reported by Daniel Connelly
52225 as a problem with asinh() on large negative arguments,
52226 asinh() used to bail out because an argument to log()
52227 ended up being zero. Ilya Zakharevich proposed using
52228 Taylor's series in such cases, which for such large
52229 arguments is a very good approximation.
52231 ! lib/Math/Complex.pm t/lib/complex.t
52232 ____________________________________________________________________________
52233 [ 5950] By: gsar on 2000/04/25 19:13:12
52234 Log: reformat perldiag to avoid long lines
52237 ____________________________________________________________________________
52238 [ 5949] By: gsar on 2000/04/25 18:41:11
52239 Log: make perldoc use the pod2man from the same version (from
52243 ____________________________________________________________________________
52244 [ 5948] By: gsar on 2000/04/25 18:21:57
52245 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
52246 <kompas@kompas.usr.onet.pl>)
52249 ____________________________________________________________________________
52250 [ 5947] By: gsar on 2000/04/25 18:11:53
52251 Log: use &dl_error rather than &dl_load_file as the guard for calling
52252 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
52253 statically built perl)
52255 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52256 ____________________________________________________________________________
52257 [ 5946] By: jhi on 2000/04/25 17:37:54
52258 Log: Document that tr() is not tr(1).
52261 ____________________________________________________________________________
52262 [ 5945] By: gsar on 2000/04/25 16:34:33
52263 Log: make module name mandatory after -M switch; reorder perldiag
52264 alphabetically (from Mark-Jason Dominus)
52266 ! perl.c pod/perldiag.pod
52267 ____________________________________________________________________________
52268 [ 5944] By: jhi on 2000/04/25 01:15:18
52269 Log: On second thoughts frexp() does have two arguments.
52272 ____________________________________________________________________________
52273 [ 5943] By: jhi on 2000/04/24 22:56:32
52274 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
52275 Now pp_ncmp() returns undef is either operand is a NaN.
52277 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52278 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
52279 ! vms/subconfigure.com vos/config.def vos/config.h
52280 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
52281 ! win32/config.vc win32/config_H.bc win32/config_H.gc
52282 ! win32/config_H.vc
52283 Branch: metaconfig/U/perl
52285 ____________________________________________________________________________
52286 [ 5942] By: jhi on 2000/04/24 19:45:17
52287 Log: Regen Configure to match #5937.
52289 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52292 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
52293 ____________________________________________________________________________
52294 [ 5941] By: jhi on 2000/04/24 19:24:11
52295 Log: Further Unicos fixes for Mark Lutz.
52297 ! hints/unicos.sh pp_ctl.c
52298 ____________________________________________________________________________
52299 [ 5940] By: jhi on 2000/04/24 19:09:06
52300 Log: Various Unicos 10.0.0.6 fixes.
52302 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
52303 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
52304 Reply-To: tecmpl1@triton.ca.boeing.com
52305 To: perl5-porters@perl.org
52306 Date: Fri, 14 Apr 2000 20:21:00 GMT
52307 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
52309 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
52310 ____________________________________________________________________________
52311 [ 5939] By: gsar on 2000/04/24 19:01:24
52312 Log: more pod nits (from Larry Virden)
52314 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
52315 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
52316 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
52317 ____________________________________________________________________________
52318 [ 5938] By: gsar on 2000/04/24 18:54:01
52319 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
52321 ! ext/B/B/Deparse.pm
52322 ____________________________________________________________________________
52323 [ 5937] By: jhi on 2000/04/24 17:39:00
52324 Log: Integrate with Sarathy.
52326 +> (branch 31 files)
52327 !> (integrate 73 files)
52328 ____________________________________________________________________________
52329 [ 5936] By: gsar on 2000/04/24 17:30:06
52330 Log: additional tests for change#5934 (from Paul Marquess, who also
52331 sent in the same fix)
52333 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
52334 ! t/pragma/warn/5nolint t/pragma/warn/6default
52335 ____________________________________________________________________________
52336 [ 5935] By: jhi on 2000/04/24 17:26:05
52337 Log: Do not assume sign propagation.
52338 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
52339 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52340 To: payner@ncifcrf.gov, perl5-porters@perl.org
52341 Date: Tue, 18 Apr 2000 18:24:49 +0100
52342 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
52344 ! t/op/bop.t t/op/misc.t
52345 ____________________________________________________________________________
52346 [ 5934] By: gsar on 2000/04/24 17:16:54
52347 Log: propagate lexical warnings from surrounding scope correctly
52348 within string eval()
52350 ! pp_ctl.c t/pragma/warn/pp_ctl
52351 ____________________________________________________________________________
52352 [ 5933] By: jhi on 2000/04/24 17:01:07
52353 Log: Flatten the cpp jungle doing the nosuid checking.
52356 ____________________________________________________________________________
52357 [ 5932] By: gsar on 2000/04/24 09:08:14
52358 Log: add rsignal(), whichsig() and do_join() to public API list
52359 (mod_perl uses them to good advantage)
52361 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
52362 ____________________________________________________________________________
52363 [ 5931] By: gsar on 2000/04/24 09:01:40
52364 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
52366 ! pp_hot.c regexec.c t/op/pat.t
52367 ____________________________________________________________________________
52368 [ 5930] By: gsar on 2000/04/24 08:58:33
52369 Log: small os390 tweaks (from Peter Prymmer)
52371 ! config_h.SH makedepend.SH
52372 ____________________________________________________________________________
52373 [ 5929] By: gsar on 2000/04/24 08:55:25
52377 ____________________________________________________________________________
52378 [ 5928] By: gsar on 2000/04/24 08:50:13
52379 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
52381 ! ext/IO/lib/IO/Poll.pm
52382 ____________________________________________________________________________
52383 [ 5927] By: gsar on 2000/04/24 08:43:24
52384 Log: arrange for next() to resume at the unstack op rather than the
52385 loop conditional, so that scope cleanup happens correctly
52386 (from Stephen McCamant)
52388 ! op.c pp_ctl.c t/op/misc.t
52389 ____________________________________________________________________________
52390 [ 5926] By: gsar on 2000/04/24 08:18:40
52391 Log: on windows, reserve 16M of stack rather than 128M (allows more
52392 threads to run concurrently)
52394 ! win32/Makefile win32/makefile.mk
52395 ____________________________________________________________________________
52396 [ 5925] By: gsar on 2000/04/24 08:13:52
52397 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
52400 ____________________________________________________________________________
52401 [ 5924] By: gsar on 2000/04/24 08:08:59
52402 Log: avoid using uninitialized memory in require version check
52404 ! pp_ctl.c universal.c
52405 ____________________________________________________________________________
52406 [ 5923] By: gsar on 2000/04/24 07:20:14
52407 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
52409 ! ext/IO/lib/IO/Poll.pm
52410 ____________________________________________________________________________
52411 [ 5922] By: gsar on 2000/04/24 07:08:42
52412 Log: commentary about IoTYPE() (from Nathan Torkington)
52415 ____________________________________________________________________________
52416 [ 5921] By: gsar on 2000/04/24 06:58:26
52417 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
52420 ! sv.c t/lib/charnames.t t/pragma/utf8.t
52421 ____________________________________________________________________________
52422 [ 5920] By: gsar on 2000/04/24 06:37:59
52423 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
52425 ! doop.c t/op/ver.t
52426 ____________________________________________________________________________
52427 [ 5919] By: gsar on 2000/04/24 06:21:58
52428 Log: Configure might miss old directories when prefix must be
52429 expanded (from Robin Barker)
52431 ! U/installdirs/inc_version_list.U
52434 ____________________________________________________________________________
52435 [ 5918] By: gsar on 2000/04/24 06:16:11
52436 Log: VMS nits in glob() test (from Charles Lane)
52438 ! t/lib/glob-basic.t
52439 ____________________________________________________________________________
52440 [ 5917] By: gsar on 2000/04/24 06:11:56
52441 Log: various pod nits (from Larry Virden and others)
52443 ! README.amiga README.hpux README.machten README.os2
52444 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
52445 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
52446 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
52447 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
52448 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
52449 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
52450 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
52451 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
52452 ____________________________________________________________________________
52453 [ 5916] By: gsar on 2000/04/24 05:52:43
52454 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
52455 <wjones@tc.fluke.com>)
52457 ! t/lib/glob-basic.t
52458 ____________________________________________________________________________
52459 [ 5915] By: gsar on 2000/04/24 05:07:01
52460 Log: supported platforms mixed up
52462 ! pod/perl56delta.pod pod/perlport.pod
52463 ____________________________________________________________________________
52464 [ 5914] By: gsar on 2000/04/24 04:56:08
52465 Log: caller() wasn't returning the right number of elements for
52468 ! pp_ctl.c t/pragma/warn/9enabled
52469 ____________________________________________________________________________
52470 [ 5913] By: gsar on 2000/04/24 04:35:41
52471 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
52472 Mark-Jason Dominus)
52475 ____________________________________________________________________________
52476 [ 5912] By: gsar on 2000/04/24 04:17:15
52477 Log: fix totally broken caching in UNIVERSAL::isa() (from
52480 ! t/op/universal.t universal.c
52481 ____________________________________________________________________________
52482 [ 5911] By: gsar on 2000/04/24 03:39:47
52483 Log: add linebreak properties from unicode/LineBrk.txt (from
52484 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
52486 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52487 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52488 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52489 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52490 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52491 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52492 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52493 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52494 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52495 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52496 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52497 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52498 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52499 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
52500 + lib/unicode/Is/LbrkZW.pl
52501 ! lib/unicode/mktables.PL
52502 ____________________________________________________________________________
52503 [ 5910] By: gsar on 2000/04/24 03:23:10
52506 ! ext/Thread/Thread.pm
52507 ____________________________________________________________________________
52508 [ 5909] By: gsar on 2000/04/24 03:22:03
52509 Log: mode argument to do_binmode() should be file mode, not boolean
52512 ____________________________________________________________________________
52513 [ 5908] By: gsar on 2000/04/16 16:51:08
52514 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
52515 always returns a valid GV even when the symbol is trapped by strictures
52518 TODO: the C<package;> hack needs similar treatment
52520 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
52521 ! t/pragma/strict-vars
52522 ____________________________________________________________________________
52523 [ 5907] By: jhi on 2000/03/31 23:42:56
52524 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
52525 an assumption which #5905 demolished.
52528 ____________________________________________________________________________
52529 [ 5906] By: jhi on 2000/03/31 18:54:37
52530 Log: Typo in #5905.
52533 ____________________________________________________________________________
52534 [ 5905] By: jhi on 2000/03/31 18:50:54
52535 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
52536 reported by Joseph N. Hall. The bug was that even with use64bitint
52537 one had to use the prefixes q, L, or ll with printf/sprintf,
52538 contrary to the documentation and common sense.
52540 ! sv.c t/op/64bitint.t
52541 ____________________________________________________________________________
52542 [ 5904] By: gsar on 2000/03/28 02:31:32
52543 Log: add Changes, perldelta.pod
52545 + Changes pod/perldelta.pod
52546 ____________________________________________________________________________
52547 [ 5903] By: gsar on 2000/03/28 02:03:55
52548 Log: rename Changes and perldelta.pod
52550 +> Changes5.6 pod/perl56delta.pod
52551 - Changes pod/perldelta.pod
52553 ____________________________________________________________________________
52554 [ 5902] By: gsar on 2000/03/28 01:59:14
52555 Log: create maint-5.6 branch
52556 Branch: maint-5.6/perl
52557 +> (branch 1611 files)
52558 ____________________________________________________________________________
52559 [ 5901] By: jhi on 2000/03/23 05:48:43
52560 Log: Integrate with Sarathy.
52562 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
52563 ____________________________________________________________________________
52564 [ 5900] By: gsar on 2000/03/23 05:42:43
52565 Log: three guesses on what this is :-)