Change 12599 by jhi@alpha on 2001/10/23 00:26:17
MacOS Classic updates from Pudge.
Affected files ...
... //depot/perl/lib/File/Spec.t#6 edit
... //depot/perl/lib/File/Spec/Mac.pm#16 edit
Differences ...
//depot/perl/lib/File/Spec.t#6 (xtext)
Index: perl/lib/File/Spec.t
---
Change 12598 by jhi@alpha on 2001/10/22 22:32:59
Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
From: Nikola Knezevic <[EMAIL PROTECTED]>
Date: Sun, 14 Oct 2001 23:14:46 +0200
Message-ID: <[EMAIL PROTECTED]>
except for the 2-
Change 12596 by jhi@alpha on 2001/10/22 21:43:44
At some point the #6234 has been lost from the mainline
(noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
Affected files ...
... //depot/perl/lib/File/Spec/Win32.pm#19 edit
Differences ...
//depot/perl/lib/
Change 12595 by jhi@alpha on 2001/10/22 21:31:31
Cygwin seems to round up (or closest, but not down)
for time(), so half of the time (bad pun intended)
Time::HiRes::time() is less than time(), half of
the time it's more. So let's try harder in the loop.
Affected
Change 12593 by jhi@alpha on 2001/10/22 21:17:39
Integrate changes #12580 and #12581 from macperl;
Fix path construction.
(Copyright) Nit.
Affected files ...
... //depot/perl/ext/DynaLoader/DynaLoader_pm.PL#21 integrate
... //depot/perl/perl.c#381 integ
Change 12594 by jhi@alpha on 2001/10/22 21:23:15
MacOS Classic timeofday(), from Chris Nandor.
Affected files ...
... //depot/perl/ext/Time/HiRes/HiRes.xs#18 edit
Differences ...
//depot/perl/ext/Time/HiRes/HiRes.xs#18 (text)
Index: perl/ext/Time/HiRes/HiRes.xs
--- perl/ext
Change 12592 by jhi@alpha on 2001/10/22 21:00:18
No domainname(1) in Cygwin, either, and the 2>/dev/null
doesn't seem to help (the error being output to console, maybe?)
Affected files ...
... //depot/perl/lib/Net/Domain.pm#6 edit
Differences ...
//depot/perl/lib/Net/Doma
Change 12591 by jhi@alpha on 2001/10/22 20:55:08
Taint the getcwd() result also in Cygwin.
(TODO: which other platforms need the same thing?)
Affected files ...
... //depot/perl/cygwin/cygwin.c#6 edit
Differences ...
//depot/perl/cygwin/cygwin.c#6 (text)
Index: perl/
Change 12590 by jhi@alpha on 2001/10/22 20:27:47
Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
Affected files ...
... //depot/perl/t/op/taint.t#39 edit
Differences ...
//depot/perl/t/op/taint.t#39 (xtext)
Index: perl/t/op/taint.t
--- perl/t/op/taint.t.~
Change 12588 by jhi@alpha on 2001/10/22 19:58:34
getpwuid() might succeed but that's no guarantee
that the $home will be defined.
Affected files ...
... //depot/perl/ext/File/Glob/t/basic.t#4 edit
Differences ...
//depot/perl/ext/File/Glob/t/basic.t#4 (xtext)
Index:
Change 12589 by jhi@alpha on 2001/10/22 20:10:40
getpwuid() fragility continues.
Affected files ...
... //depot/perl/utils/h2xs.PL#69 edit
Differences ...
//depot/perl/utils/h2xs.PL#69 (text)
Index: perl/utils/h2xs.PL
--- perl/utils/h2xs.PL.~1~ Mon Oct 22 14:15:05 2001
Change 12587 by jhi@alpha on 2001/10/22 19:50:35
It's safer to to expand the variable, too... (see #12571)
Affected files ...
... //depot/perl/t/TEST#59 edit
Differences ...
//depot/perl/t/TEST#59 (xtext)
Index: perl/t/TEST
--- perl/t/TEST.~1~ Mon Oct 22 14:00:05 2001
++
Change 12584 by jhi@alpha on 2001/10/22 19:26:47
Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
From: "Craig A. Berry" <[EMAIL PROTECTED]>
Date: Mon, 22 Oct 2001 15:25:19 -0500
Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
Change 12572 by jhi@alpha on 2001/10/22 18:49:32
A user might belong to only a single group and that
group might not be registered.
Affected files ...
... //depot/perl/t/op/groups.t#24 edit
Differences ...
//depot/perl/t/op/groups.t#24 (xtext)
Index: perl/t/op/groups
Change 12570 by jhi@alpha on 2001/10/22 18:34:54
Be more robust if no hostname or domainname
(especially the latter)
Affected files ...
... //depot/perl/lib/Net/Domain.pm#5 edit
Differences ...
//depot/perl/lib/Net/Domain.pm#5 (text)
Index: perl/lib/Net/Domain.pm
---
Change 12571 by jhi@alpha on 2001/10/22 18:36:46
Prepending (instead of replacing with) the pwd is safer.
Affected files ...
... //depot/perl/t/TEST#58 edit
Differences ...
//depot/perl/t/TEST#58 (xtext)
Index: perl/t/TEST
--- perl/t/TEST.~1~ Mon Oct 22 12:45:06 2001
++
Change 12569 by sky@sky-titanic on 2001/10/22 17:41:07
Flush IO buffers before starting a thread, this mimics fork and seems like a
saneer behaviour.
Affected files ...
... //depot/perl/ext/threads/threads.xs#18 edit
Differences ...
//depot/perl/ext/threads/threads.xs#18 (xtext)
Change 12567 by jhi@alpha on 2001/10/22 12:56:20
Update Changes.
Affected files ...
... //depot/perl/Changes#438 edit
... //depot/perl/patchlevel.h#296 edit
Differences ...
//depot/perl/Changes#438 (text)
Index: perl/Changes
--- perl/Changes.~1~Mon Oct 22 07:00:05 2001
+
Change 12563 by jhi@alpha on 2001/10/22 12:15:19
Integrate change #12559 from maintperl;
various fixes for system() and backticks under windows
Affected files ...
... //depot/perl/win32/win32.c#171 integrate
Differences ...
//depot/perl/win32/win32.c#171 (text)
Index
Change 12566 by jhi@alpha on 2001/10/22 12:22:29
Subject: [PATCH pod/perlvar.pod] Undeprecating $]
From: Michael G Schwern <[EMAIL PROTECTED]>
Date: Mon, 22 Oct 2001 03:48:38 -0400
Message-ID: <20011022034838.B1676@blackrider>
Affected files ...
... //depot/perl/
Change 12564 by jhi@alpha on 2001/10/22 12:17:00
Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
From: "Paul Marquess" <[EMAIL PROTECTED]>
Date: Sun, 21 Oct 2001 21:11:15 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //d
Change 12565 by jhi@alpha on 2001/10/22 12:21:28
Pod nits, as suggested by Stas Bekman.
Affected files ...
... //depot/perl/ext/threads/shared/shared.pm#2 edit
... //depot/perl/ext/threads/threads.pm#3 edit
Differences ...
//depot/perl/ext/threads/shared/shared.pm#2 (text)
I
Change 12561 by jhi@alpha on 2001/10/22 12:00:23
Integrate changes #12549 and #12550 from maintperl;
readline() doesn't work with our variables; it confuses them with
my variables (change#4227 was incomplete)
Affected files ...
... //depot/perl/t/base/rs.t#8 int
Change 12562 by jhi@alpha on 2001/10/22 12:05:35
Integrate change #12560 from maintperl;
make pl2bat use %0 rather than "%0" (the latter fails to work
in a lot of common cases)
Affected files ...
... //depot/perl/win32/bin/pl2bat.pl#10 integrate
Differences ...
//
Change 12559 by gsar@moonru on 2001/10/22 09:49:51
various fixes for system() and backticks under windows:
* avoid munging whitespace that is passed within quotes
* work around a cmd.exe misfeature that made multi-arg
system() unreliable when there is mo
Change 12560 by gsar@moonru on 2001/10/22 09:51:59
make pl2bat use %0 rather than "%0" (the latter fails to work
in a lot of common cases)
Affected files ...
... //depot/maint-5.6/perl/win32/bin/pl2bat.pl#2 edit
Differences ...
//depot/maint-5.6/perl/win32/bin/pl2bat.pl#2
Change 12558 by nick@camel-linux on 2001/10/22 08:58:42
Integrate ithreads buffer flush fix from perlio
Affected files ...
... //depot/perl/ext/threads/t/basic.t#8 integrate
... //depot/perl/perl.c#380 integrate
Differences ...
//depot/perl/ext/threads/t/basic.t#8 (xtext)
In
Change 12556 by nick@camel-linux on 2001/10/22 06:51:22
Integrate non-ithreads fix to mainline
Affected files ...
... //depot/perl/perlio.c#129 integrate
Differences ...
//depot/perl/perlio.c#129 (text)
Index: perl/perlio.c
--- perl/perlio.c.~1~ Mon Oct 22 01:00:06 2001
++
28 matches
Mail list logo