Next | Query returned 37 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2011-08-12 15:58:48 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 3.03:
* Test fix: Try all @INC-derived typemap locations.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-07-14 05:26:58 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update p5-ExtUtils-ParseXS from version 2.22.05 to version 2.22.06 (upstream
version 2.2206).

Upstream changes:
2.2206 - Sun Jul  4 15:43:21 EDT 2010

 Bug fixes:

 - Make xsubpp accept the _ prototype (RT#57157) [Rafael Garcia-Suarez]

 - INCLUDE_COMMAND portability fixes for VMS (RT#58181) [Craig Berry]

 - INCLUDE_COMMAND fixes to detect non-zero exit codes (RT#52873)
   [Steffen Mueller]
   2010-03-15 18:11:39 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-ExtUtils-ParseXS from 0.22.03 to 0.22.05

pkgsrc changes:
- Adjust module type (EU::MM)

Upstream changes:
2.2205 - Wed Mar 10 18:15:36 EST 2010
 Other:
 - No longer ships with Build.PL to avoid creating a circular dependency

2.2204 - Wed Mar 10 14:23:52 EST 2010
 Other:
 - Downgraded warnings on using INCLUDE with a command from "deprecated"
   to "discouraged" and limited it to the case where the command includes
   "perl" [Steffen Mueller]
   2010-02-15 14:42:57 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-ExtUtils-ParseXS from 2.22.02 to 2.22.03

Upstream changes:
2.2203 - Thu Feb 11 14:00:51 EST 2010
 Bug fixes:
 - Build.PL was not including ExtUtils/xsubpp for installation.  Fixed
   by subclassing M::B::find_pm_files to include it [David Golden]
   2010-02-02 19:15:00 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-ExtUtils-ParseXS from 2.22.01 to 2.22.02

Upstream changes:
2.2202 - Wed Jan 27 15:04:59 EST 2010
 Bug fixes:
 - The fix to IN/OUT/OUTLIST was itself broken and is now fixed.
   [Reported by Serdar Dalgic; fix suggested by Rafael Garcia-Suarez]

   We apologize for the fault in the regex. Those responsible
   have been sacked.
   2010-01-26 17:11:33 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-ExtUtils-ParseXS from 2.22 to 2.22.01

Upstream changes:
2.2201 Mon Jan 25 16:12:05 EST 2010
 Bug fixes:
 - IN/OUT/OUTLIST, etc. were broken due to a bad regexp.  [Simon Cozens]
   2010-01-16 16:14:29 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-ExtUtils-ParseXS from 2.21 to 2.22.

Upstream changes:
2.22 - Mon Jan 11 15:00:07 EST 2010
 No changes from 2.21_02

2.21_02 - Sat Dec 19 10:55:41 EST 2009
Bug fixes:
 - fixed bugs and added tests for INCLUDE_COMMAND [Steffen Mueller]

2.21_01 - Sat Dec 19 07:22:44 EST 2009
Enhancements:
 - New 'INCLUDE_COMMAND' directive [Steffen Mueller]

Bug fixes:
 - Workaround for empty newXS macro found in P5NCI [Goro Fuji]
   2009-10-11 12:04:28 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-ExtUtils-ParseXS from 2.20.04.01 to 2.21

Upstream changes:
2.21 - Mon Oct  5 11:17:53 EDT 2009

 Bug fixes:
 - Adds full path in INCLUDE #line directives (RT#50198) [patch by "spb"]

 Other:
 - Updated copyright and maintainer list

2.20_07 - Sat Oct  3 11:26:55 EDT 2009

 Bug fixes:
 - Use "char* file" for perl < 5.9, not "char[] file"; \ 
fixes mod_perl
   breakage due to prior attempts to fix RT#48104 [David Golden]

2.20_06 - Fri Oct  2 23:45:45 EDT 2009

 Bug fixes:
 - Added t/typemap to fix broken test on perl 5.6.2 [David Golden]
 - More prototype fixes for older perls [Goro Fuji]
 - Avoid "const char *" in test files as it breaks on 5.6.2 [Goro Fuji]

 Other:
 - Merged changes from 2.2004 maintenance branch (see 2.200401 to 2.200403)
   [David Golden]

2.20_05 - Sat Aug 22 21:46:56 EDT 2009

 Bug fixes:
 - Fix prototype related bugs [Goro Fuji]
 - Fix the SCOPE keyword [Goro Fuji]
   2009-09-16 19:21:24 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-ExtUtils-ParseXS from 2.20.02 to 2.20.04.01

Upstream changes:
2.200401 - Mon Sep 14 22:26:03 EDT 2009

 - No changes from 2.20_04.

2.20_04 - Mon Aug 10 11:18:47 EDT 2009

 Bug fixes:
 - Changed install_dirs to 'core' for 5.8.9 as well (RT#48474)
 - Removed t/bugs.t until there is better C++ support in ExtUtils::CBuilder

 Other:
 - Updated repository URL in META file

2.20_03 - Thu Jul 23 23:14:50 EDT 2009

 Bug fixes:
 - Fixed "const char *" errors for 5.8.8 (and older) (RT#48104)
   [Vincent Pit]
 - Added newline before a preprocessor directive (RT#30673)
   [patch by hjp]

Next | Query returned 37 messages, browsing 21 to 30 | Previous