Rafael Garcia-Suarez [Fri, 13 Feb 2009 15:17:30 +0000]
Remove one of the two definitions of the a_const contant sub
Rafael Garcia-Suarez [Fri, 13 Feb 2009 14:47:39 +0000]
More gitignore adjustments
Ignore lib/Attribute, now that Attribute::Handlers is under ext/.
Ignore generated Makefile.PL files for Safe and Attribute-Handlers.
I preferred putting those in specific .gitignore files instead of
ignoring Makefile.PLs in the whole ext/ hierarchy, in order to
ensure a less confusing git behaviour for future generations.
Rafael Garcia-Suarez [Thu, 12 Feb 2009 21:21:44 +0000]
Remove double slash in MANIFEST
(so Porting/manicheck does not complain)
Nicholas Clark [Thu, 12 Feb 2009 21:02:24 +0000]
Move Attribute::Handlers from lib to ext. The layout in ext is the same as the
CPAN distribution, which simplifies dual life module maintenance.
Nicholas Clark [Thu, 12 Feb 2009 20:43:49 +0000]
make_ext.pl now generates a Makefile.PL if needed.
Remove ext/Safe/Makefile.PL as a proof of concept.
Craig A. Berry [Thu, 12 Feb 2009 19:22:22 +0000]
Find extensions on VMS even when they don't have a Makefile.PL.
Jerry D. Hedden [Thu, 12 Feb 2009 16:16:15 +0000]
Unigue test file names in t/lib/warnings/9enabled
Steve Hay [Thu, 12 Feb 2009 14:50:16 +0000]
Upgrade to Math-Complex-1.56
Steve Hay [Thu, 12 Feb 2009 11:16:20 +0000]
win32/ext doesn't exist any more, so no need to look there for extensions
Steve Hay [Thu, 12 Feb 2009 10:46:32 +0000]
win32/ext doesn't exist any more, so no need to look there for tests
Florian Ragwitz [Thu, 12 Feb 2009 10:42:24 +0000]
Ignore some temporary files created by ext/DB_File.
Steve Hay [Thu, 12 Feb 2009 10:17:21 +0000]
Update .gitignore with new flat extension path
Steve Hay [Thu, 12 Feb 2009 10:14:07 +0000]
Skip tests for flattened extensions that weren't built.
Commit
6ebb0601826917b6ce1b97a2bdd6577110416c64 missed t/harness,
which Win32 uses rather than t/TEST.
Also, make the new variable my().
Rafael Garcia-Suarez [Thu, 12 Feb 2009 09:20:52 +0000]
Fix MANIFEST for CPAN 1.93_51 inclusion
Andreas Koenig [Thu, 12 Feb 2009 04:44:17 +0000]
Update CPAN.pm to 1.93_51
John Malmberg [Mon, 9 Feb 2009 14:50:29 +0000]
vms fgetname wrapper.
fgetname() does not always return the correct Unix format file
specification when the decc$filename_unix_report feature is active and
is ignoring the decc$readdir_dropdot_notype setting.
So always have fgetname() return a VMS format file specification. When
decc$filename_unix_report is active, use unixify() to convert it to the
expected syntax.
This bug shows up doing rename tests on an open file that has no file
extension with decc$filename_unix_report and decc$readdir_dropdot_notype
both active.
Message-ID: <
499042B5.4030803@gmail.com>
H.Merijn Brand [Wed, 11 Feb 2009 13:52:41 +0000]
avoid confusing gcc with -
2147483648
As Robin explained, -123UL will be (should be) parsed as -(123UL), which should make all compilers happy
Robin Barker [Wed, 11 Feb 2009 12:52:52 +0000]
Fix previous patch. Actually it's written PAREN, not PARENT.
There is a typo in English.pm test
Robin Barker
Nicholas Clark [Wed, 11 Feb 2009 11:17:38 +0000]
Update makerel to make a release from a git checkout.
(Ignore .git directory, .gitignore files, and references to removed perforce
related scripts.)
Rafael Garcia-Suarez [Tue, 10 Feb 2009 17:22:09 +0000]
Fix previous patch. Actually it's written PAREN, not PARENT.
Moritz Lenz [Tue, 10 Feb 2009 17:17:49 +0000]
mention English name of %+ in perlvar.pod
H.Merijn Brand [Tue, 10 Feb 2009 16:35:12 +0000]
Comment inside evaluated shell string causes havoc
H.Merijn Brand [Tue, 10 Feb 2009 14:58:14 +0000]
Restore old behavior for perl builds with (still) unflattened ext/.
Backported assorted changes and regenerated Configure
H.Merijn Brand [Tue, 10 Feb 2009 14:19:49 +0000]
metaconfig needs these two symlinks
Nicholas Clark [Tue, 10 Feb 2009 13:14:28 +0000]
lib/Config_git.pl mustn't be built concurrently with lib/Config.pm, else there
is a race condition which loses if configpm happens to test lib/Config.pm just
at the point where lib/Config_git.pl is freshly created, but has no content, and
hence returns false. So make it an explicit dependency of lib/Config.pm
Nicholas Clark [Tue, 10 Feb 2009 09:36:47 +0000]
All extensions are at the top level, so no longer any need to recurse.
Rafael Garcia-Suarez [Tue, 10 Feb 2009 09:13:23 +0000]
Adjust name of Test-Harness directory in .gitignore
Nicholas Clark [Tue, 10 Feb 2009 08:26:20 +0000]
Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PL
Nicholas Clark [Tue, 10 Feb 2009 06:19:42 +0000]
Sys-Syslog I18N-Langinfo have long names now.
John Malmberg [Mon, 9 Feb 2009 03:47:33 +0000]
Logic changes for the VMS-specific mkdir/chdir/chmod/symlink routines.
Nicholas Clark [Mon, 9 Feb 2009 21:49:11 +0000]
Remove special casing for extensions nested inside other extensions.
(Incorporates "[PATCH] Don't include Hash::Utils::FieldHash twice" from
Jerry Hedden.)
Nicholas Clark [Mon, 9 Feb 2009 21:07:00 +0000]
Rename ext/threads/shared to ext/threads-shared
Nicholas Clark [Mon, 9 Feb 2009 20:33:53 +0000]
Rename ext/XS/Typemap to ext/XS-Typemap
Nicholas Clark [Mon, 9 Feb 2009 20:27:54 +0000]
Rename ext/XS/APItest to ext/XS-APItest
Nicholas Clark [Mon, 9 Feb 2009 20:47:07 +0000]
Rename ext/Unicode/Normalize to ext/Unicode-Normalize
Nicholas Clark [Mon, 9 Feb 2009 20:17:23 +0000]
Rename ext/Time/Piece to ext/Time-Piece
Nicholas Clark [Mon, 9 Feb 2009 20:08:32 +0000]
Rename ext/Time/HiRes to ext/Time-HiRes
Nicholas Clark [Mon, 9 Feb 2009 19:53:14 +0000]
Rename ext/Text/Soundex to ext/Text-Soundex
rmgiroux@acm.org [Wed, 4 Feb 2009 23:42:07 +0000]
correct typo, replacing "complement" with "compliment"
Nicholas Clark [Mon, 9 Feb 2009 19:31:24 +0000]
Rename ext/Test/Harness to ext/Test-Harness
Nicholas Clark [Mon, 9 Feb 2009 19:15:54 +0000]
Rename ext/Sys/Hostname to ext/Sys-Hostname
Nicholas Clark [Mon, 9 Feb 2009 18:45:58 +0000]
Rename ext/PerlIO/via to ext/PerlIO-via
Nicholas Clark [Mon, 9 Feb 2009 18:18:32 +0000]
Rename ext/PerlIO/scalar to ext/PerlIO-scalar
Nicholas Clark [Mon, 9 Feb 2009 18:07:54 +0000]
Rename ext/PerlIO/encoding to ext/PerlIO-encoding
Nicholas Clark [Mon, 9 Feb 2009 17:56:53 +0000]
Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find is
implemented in perlio.c
Nicholas Clark [Mon, 9 Feb 2009 17:43:05 +0000]
Move 3 tests from ext/PerlIO/t to their relevant PerlIO::* module directories.
Nicholas Clark [Mon, 9 Feb 2009 18:45:18 +0000]
Rename ext/Module/Pluggable to ext/Module-Pluggable
Nicholas Clark [Mon, 9 Feb 2009 16:54:14 +0000]
Rename ext/Math/BigInt/FastCalc to ext/Math-BigInt-FastCalc
Nicholas Clark [Mon, 9 Feb 2009 16:40:56 +0000]
Rename ext/MIME/Base64 to ext/MIME-Base64
Nicholas Clark [Mon, 9 Feb 2009 16:20:28 +0000]
Rename ext/List/Util as ext/List-Util
Nicholas Clark [Mon, 9 Feb 2009 16:04:26 +0000]
Rename ext/I18N/Langinfo to ext/I18N-Langinfo
Nicholas Clark [Mon, 9 Feb 2009 15:40:02 +0000]
Rename ext/Hash/Util to ext/Hash-Util
Nicholas Clark [Mon, 9 Feb 2009 15:22:27 +0000]
Rename ext/Hash/Util/FieldHash to ext/Hash-Util-FieldHash
Nicholas Clark [Mon, 9 Feb 2009 14:41:51 +0000]
Rename ext/Filter/Util/Call to ext/Filter-Util-Call
Nicholas Clark [Mon, 9 Feb 2009 13:32:21 +0000]
Rename ext/File/Glob to ext/File-Glob
Nicholas Clark [Mon, 9 Feb 2009 12:58:18 +0000]
Rename ext/Digest/SHA to ext/Digest-SHA
Nicholas Clark [Mon, 9 Feb 2009 11:50:04 +0000]
Rename ext/Digest/MD5 to ext/Digest-MD5
Nicholas Clark [Mon, 9 Feb 2009 11:33:59 +0000]
Rename ext/Devel/Peek to ext/Devel-Peek
Nicholas Clark [Mon, 9 Feb 2009 11:19:11 +0000]
Rename ext/Devel/PPPort to ext/Devel-PPPort
It has its tentacles in many other places.
Nicholas Clark [Mon, 9 Feb 2009 09:27:52 +0000]
Rename ext/Devel/DProf to ext/Devel-DProf
Nicholas Clark [Mon, 9 Feb 2009 13:44:32 +0000]
In The Grand Trek, Filter::Util::Call's call.t didn't trek far enough.
Nicholas Clark [Mon, 9 Feb 2009 09:14:40 +0000]
Rename ext/Data/Dumper to ext/Data-Dumper
Nicholas Clark [Mon, 9 Feb 2009 08:53:52 +0000]
Rename ext/Compress/Zlib to ext/Compress-Zlib
Nicholas Clark [Mon, 9 Feb 2009 08:23:25 +0000]
Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-Zlib
Craig A. Berry [Mon, 9 Feb 2009 01:15:41 +0000]
Goodbye, make_ext.com; make_ext.pl will take over now.
But thanks for 7 1/2 years of faithful service.
Nicholas Clark [Sun, 8 Feb 2009 22:28:04 +0000]
Rename ext/Win32API/File to ext/Win32API-File
Yitzchak Scott-Thoennes [Sun, 8 Feb 2009 22:13:19 +0000]
add link for those who look at overload for overriding
Craig A. Berry [Sun, 8 Feb 2009 19:27:36 +0000]
Fix some thread context mistakes that snuck in with
b94a8c495f3a28de7de57070f1a1089de672ecba.
Craig A. Berry [Sun, 8 Feb 2009 19:20:07 +0000]
Skip tests for flattened extensions that weren't built.
Foo/Bar may live under ext/Foo-Bar, but if we didn't build it, we
still need to skip its tests.
Craig A. Berry [Sun, 8 Feb 2009 01:32:40 +0000]
Use make_ext.pl on VMS to build, clean, and realclean extensions.
Nicholas Clark [Sun, 8 Feb 2009 01:25:38 +0000]
Data-Dumper --> Data/Dumper for VMS extension list as well.
Revised slightly and the effects of dash versus slash changed in the
list of exclusions.
Message-ID: <
20090206211641.GA39741@plum.flirble.org>
Craig A. Berry [Sat, 7 Feb 2009 22:00:44 +0000]
Port make_ext.pl to VMS.
Nicholas Clark [Sat, 7 Feb 2009 20:34:55 +0000]
Nicholas Clark [Sat, 7 Feb 2009 15:47:15 +0000]
Carp 1.05 shipped with 5.8.8. Remove work-around for pre 1.05.
Nicholas Clark [Sat, 7 Feb 2009 15:00:33 +0000]
require warnings; as late as possible, to avoid a new side effect of
use UNIVERSAL;
Vincent Pit [Sat, 7 Feb 2009 14:17:04 +0000]
pp_send() doesn't need to allocate 1000 stack slots for syswrite $tiedhandle, $buf
Rafael Garcia-Suarez [Sat, 7 Feb 2009 14:31:49 +0000]
Add test for previous patch (deprecation of UNIVERSAL->import)
Ricardo SIGNES [Mon, 26 Jan 2009 15:07:12 +0000]
deprecate UNIVERSAL->import
Nicholas Clark [Sat, 7 Feb 2009 14:20:15 +0000]
Skip the 0oX... mode copying tests when chmod fails to set the mode on files.
Ricardo SIGNES [Mon, 26 Jan 2009 14:54:57 +0000]
relocate "warnings" section of UNIVERSAL man page
Ricardo SIGNES [Mon, 26 Jan 2009 14:53:51 +0000]
pare down docs of UNIVERSAL in perlobj
Vincent Pit [Sat, 7 Feb 2009 13:48:06 +0000]
ext/Sys-Syslog/t/constants.t needs to find macros.all in the new place
Jos I. Boumans [Sat, 7 Feb 2009 13:32:56 +0000]
Update Module::Load to 0.16
This is a mere test-suite tweak to work around a bug in perl 5.8.[45],
but submitted to keep CPAN & core in sync.
Vincent Pit [Sat, 7 Feb 2009 11:19:01 +0000]
The correct name of PERL_UTF8_magic is PERL_MAGIC_utf8, so use it in sv.c apidocs
Nicholas Clark [Sat, 7 Feb 2009 11:52:43 +0000]
Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(),
extensions() and known_extensions().
Nicholas Clark [Sat, 7 Feb 2009 09:44:08 +0000]
FindExt matches on extension name, not directory name, so IPC-SysV not SysV.
(Diagnosed by Max Maischein)
Nicholas Clark [Fri, 6 Feb 2009 23:04:29 +0000]
Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV
(the missed parts)
Nicholas Clark [Fri, 6 Feb 2009 22:55:02 +0000]
Rename ext/Sys/Syslog to ext/Sys-Syslog
Nicholas Clark [Fri, 6 Feb 2009 22:44:22 +0000]
Rename ext/IPC/SysV to ext/IPC-SysV
Nicholas Clark [Fri, 6 Feb 2009 18:28:47 +0000]
Cope with new-style ext/Data-Dumper as well as old-style ext/Data/Dumper
Matt Kraai [Fri, 6 Feb 2009 09:22:00 +0000]
Use an ordinary paragraph to reference sv.h.
Slaven Rezic [Thu, 5 Feb 2009 11:47:53 +0000]
"wide character" warnings are severe
Nicholas Clark [Thu, 5 Feb 2009 14:14:53 +0000]
Exclude VMS extensions on non-VMS.
Nicholas Clark [Thu, 5 Feb 2009 13:55:07 +0000]
Move XSSymSet.pm to lib/ExtUtils/, but only install it on VMS.
This reduces the number of places with special-casing logic.
Nicholas Clark [Wed, 4 Feb 2009 20:46:25 +0000]
When normalising @extspec, use the result of s/// in if() rather than m//
Nicholas Clark [Wed, 4 Feb 2009 19:52:00 +0000]
Remove the / from the end of the extension directory. Change the quantifiers on
the regexp from * to +.
Nicholas Clark [Wed, 4 Feb 2009 19:28:06 +0000]
Some refactoring in the loop that constructs parameters for build_extension().
Steve Hay [Wed, 4 Feb 2009 16:45:11 +0000]
Upgrade to Pod-Parser-1.37.
Two local changes remain:
part of the change to t/pod/pod2usage2.t in
http://perl5.git.perl.org/perl.git/commitdiff/767c16a
part of the change to lib/Pod/t/contains_pod.t in
http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
Nicholas Clark [Wed, 4 Feb 2009 17:13:30 +0000]
Also cope with extension directory names of the form ext/Data-Dumper/...
Nicholas Clark [Wed, 4 Feb 2009 12:15:19 +0000]
Clearer variable names. Add a mode line coda.
Because a substantial amount of this file is about to be refactored, I decided
that we should expand tabs to spaces.