- add _X_LIKELY and _X_UNLIKELY (branch prediction)
- define _X_INLINE for older compilers
Add patches to handle reentrancy in X11/Xos_r.h better
by detecting via autoconf whether the interfaces are
actually present.
As this change is needed on various change for xproto to work
correctly, bump BUILDLINK_API_DEPENDS.
Take maintainership.
it for sys.path handling. Create a default version on install time and
remove it when done. Also install a small script which allows registering
and unregistering of eggs installed via packages. Bump revision.
Patch provided by Martin Wilke via PR 34366.
NOTE: No need to depend on p5-ExtUtils-AutoInstall>=0.59 now, so remove it.
Changes:
1.01 Tue 25 Jul 2006
- Imported from CVS to svn repository
considered volatile as that. Build it at install time and remove it
during deinstallation. This also allows DESTDIR use, as it could find
the modules directly before. Ignore the duplicate run in the non-DESTDIR
case, as it is fast enough. Bump revision. Discussed with wiz.
Patch provided by Martin Wilke via PR 34365.
NOTE: p5-Test-Simple-[0-9]* already in perl base package, so delete dependency.
Changes:
0.32 30 Oct 2005
- Add patch from Peter Oliver for some mailman lists
0.34 08 Apr 2006
- Add patch for bare debug issue reported by Chip Salzenberg <chip@synthian.ath.cx>
Patch provided by Martin Wilke via PR 34362.
Changes:
[Changes for 0.64 - 2006-08-24]
* auto_install() will no longer invoke CPAN.pm or CPANPLUS
recursively when running under CPANPLUS (i.e., when
$ENV{PERL5_CPANPLUS_IS_RUNNING} is set to a true value.)
* auto_install() would not follow prerequisites of requires() when
the module is installed from the command line and only CPAN.pm is
installed. [rt.cpan.org 21139] (MSCHWERN)
[Changes for 0.63 - 2006-06-05]
* "make" gets confused if the Makefile.PL time is in the future, but there
is no universal fix for this. As an initial solution, catch the error
situation and die with an error to the user. (ADAMK)
* Adding additional notes on no_index package (ADAMK)
* Removing hashbang from Makefile.PL and using a $^W = 1 instead (ADAMK)
Patch provided by Martin Wilke via PR 34361.
Changes:
0.86 August 9, 2006
* I cannot get this module to compile with Perl 5.00504 any more. I
get errors from including CORE/perl.h, so the problem may be outside
my control, but help is welcome.
- Only turn inlining on if __GNUC__ is defined, since it seems that so
many other compilers don't support this. RT #20881.
- Removed spaces in #define, #ifdef, etc. Suggested by Peter
Marquardt.
- If a type is specified as a string ('SCALAR', not SCALAR), this is
now caught and a useful error is thrown. RT #9660.
0.85 June 7, 2006
- Compiles without warnings under gcc's -Wall. Warnings reported by
Scott Godin.
- Turned off inlining with HP-UX compiler. RT #19763.
If a plist contains @owner or @group entries and first rename failed,
pushout was called with NULL argument. This has the semantic of using a
working directory of "/", even though already read plist entries are
relative to prefix. The calls to chown and chgrp therefore end up with
the wrong arguments for the current directory. To compensate for this,
don't pushout the first time. As plists are not supposed to have
multiple @cwd entries anymore, this could most likely be simplified, but
that is outside the scope of this commit.
Merge lib/plist.c, rev 1.51:
When processing symlinks in pkg_delete and the call to readlink failed,
it often helps to know why, so use warn instead of warnx.
Bump version to 20061103.
are identical. For DESTDIR builds, the package is not installed to
PREFIX as part of the build, so package-install does exactly that after
package is done. Change bin-install to call package-install.