Upstream changes:
0.77 Fri Sep 19 23:13:20 UTC 2014
- Allow new USING usages.
- Updated the docs.
0.76 Tue Aug 19 16:43:41 PDT 2014
- Missed a TAB in previous release :\
0.75 Tue Aug 19 16:18:15 PDT 2014
- Replace tabs with spaces.
Upstream changes:
0.62 Sun Jul 13 21:49:16 PDT 2014
- Actually make the 5.8.1 change I said I did in 0.61
0.61 Sun Jul 13 21:47:14 PDT 2014
- Make Inline dep on perl 5.8.1 per The Lancaster Consensus
- https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancas
ter-consensus.md#minimum-supported-perl
- Fix Metadata errors
0.60 Sun Jul 13 21:19:48 PDT 2014
- Use the new ZD Contributing file
0.59 Sat Jul 12 12:11:10 PDT 2014
- Finish migrating and updating docs
0.58 Fri Jul 11 07:02:12 BST 2014
- Fix tabs, add $VERSIONs, fix prereqs
0.57 Fri Jul 11 02:05:00 BST 2014
- Inline::C separated from Inline
0.56_03 Thu Jul 10 13:36:04 BST 2014
- The "with" interface changed slightly - to get right $language use
$_[-1].
- Add Contrib file
0.56_02 Thu Jul 10 03:36:04 BST 2014
- Remove AutoLoader stuff.
0.56_01 Wed Jul 9 17:10:04 PDT 2014
- Move to Zilla-Dist
- Remove Inline::C from Inline dist
0.56 9 Jul 2014
- Clean up formatting and whitespace
- Removed a "sleep" from Inline::Foo::build
0.55_05 8 Jul 2014
- Make "with" hook return undef croak, test that.
0.55_04 8 Jul 2014
- Suppress warnings in older perls from C/t/14void_arg_PRD.t.
- setruid throws exception not just on Win32 - trap in t/08taint.t.
- C/t/14void_arg_PRD.t - Fix typo.
0.55_03 1 Jul 2014
- Update ToDo to post 0.44(!)
- repository cpan metadata added, typo fixes (thanks dsteinbrunner)
- Update "with" hook to be class method, not function (and test).
- Make "make dist" update C/C.pm and Inline::MakeMaker's $VERSION.
- Undo change disabling BUILD_NOISY for Win32 when shell eq 'cmd'
0.55_02 date Sun 22 Jun 2014
- Version updated to 0.55_02 and released to CPAN
- Inline.pm - additional changes to -T handling. (Thanks Ed J).
0.55_01 date Mon 5 May 2014
- Update version number to 0.55_01
0.55 date Mon 28 Apr 2014
- Version 0.55 released to CPAN
0.54_05 date Sun 13 Apr 2014
- Update version number to 0.54_05.
- Inline.pod - Add documentation regarding "with" and modules. (Thanks to
Ed J.)
0.54_04 date Wed 10 Apr 2014
- Add META.yml & META.json to distro
- Released to CPAN.
0.54_03 date Wed 9 Apr 2014
- Released to CPAN. (No changes from 0.54_01.)
0.54_01 Mon 31 Mar 2014
- Update version nmuyber to 0.54_01
- Makefile.PL - add META_MERGE info (thanks David Steinbrunner).
- Inline.pod - Correct typos (thanks David Steinbrunner).
0.54 Sat 29 Mar 2014
- Update version number to 0.54
- Release version 0.54 to CPAN
0.53_02 Fri 7 Mar 2014
- Update version to 0.53_02
0.53_01 Thurs 12 Sep 2013
- Inline.pm - Update version number to 0.53_01
0.53 Wed 1 May 2013
- Version 0.53 released to CPAN
0.52_02 Wed 24 Apr 2013
- Version 0.52_02 released to CPAN
0.52_01 Thurs 11 Apr 2013
- Version 0.52_01 released to CPAN
- Inline.pm - in sub read_DATA() replace:
@{$DATA{$pkg}} = split /(?m)(__\S+?__\n)/, $data
with:
@{$DATA{$pkg}} = split /(?m)^[ \t]{0,}(__\S+?__\n)/, $data;
Otherwise some non-markers can be treated as markers.
Thanks to Chris Nighswonger and Stefan Seifert.
Added C/t/21read_DATA.t and C/t/22read_DATA_2.t as the test cases.
NOTE: This is not a complete fix - it's still possible to
write code (albeit in an unorthodox fashion) such
that a non-marker can be treated as a marker.
0.52 Thurs 07 Mar 2013
- Version 0.52 released to CPAN
0.51_03 Wed 28 Nov 2012
- Version 0.51_03 released to CPAN
0.51_02 Tues 20 Nov 2012
- Version 0.51_02 released to CPAN
0.51_01 Tues 20 Nov 2012
- Version 0.51_01 released to CPAN
0.51 Sat 13 Oct 2012
- Version 0.51 released to CPAN.
0.50_03 Mon 8 Oct 2012
- Version 0.50_03 released to CPAN.
0.50_02 Tues 14 Feb 2012
- Inline.pm - Bump version number to 0.50_02
0.50_01 Wed 8 Feb 2012
- Inline.pm - Add a warning prior to croaking with
M62_invalid_config_file(). That way, we'll at least see what $config
contains. This is in response to FAIL report
http://www.cpantesters.org/cpan/report/3287249c-5151-11e1-9dba-4238887bd
19e
- Bump version number to 0.50_01
0.50 Tues 7 Feb 2012
- Version 0.50 released to CPAN
- Inline.pm - Bump version number to 0.50
0.49_02 Fri 3 Feb 2012
- Version 0.49_02 released to CPAN
- Inline.pm - Bring version numbering into line with recommendations made
in http://perldoc.perl.org/perlmodstyle.html#Version-numbering
0.49_01 Sun 25 Dec 2011
- As the result of input from David Oswald
- Inline.pod - Changes relating to "CONFIGURE_REQUIRES" and fix typo
reported in ticket 73108.
- Inline-FAQ.pod - Changes relating to "CONFIGURE_REQUIRES"
- Inline.pm - Bump version to 0.49_01
- lib/Inline/MakeMaker.pm - Bump version to 0.49_01
0.49 Thurs 8 Dec 2011
- Version 0.49 released to CPAN
- Inline.pm - small alteration to M19_usage_language error message
0.48_02 Fri 9 Sept 2011
- Bump Inline version to 0.48_02
0.48_01 Mon 11 Apr 2011
- Version 0.48_01 released to CPAN
- t/05files.t - Have t/05files.t provide a reason for skipping the tests.
- Inline.pm - Create REWRITE_CONFIG_FILE config option.
- Makefile.PL - Test::Warn 0.23 or later needed for perl-5.13 and later.
(Older perls need 0.21 or later).
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
version: 0.48
date: Mon 21 Feb 2011
Version 0.48 released to CPAN. (No changes from 0.47_02.)
---
version: 0.47_02
date: Tues 1 Feb 2011
Version 0.47_02 released to CPAN.
Makefile.PL - Change the Test::Warn dependency from 0.22 to 0.21 and
specify it in top-level Makefile.PL instead of in C/Makefile.PL.
---
version: 0.47_01
date: Sun 30 January 2011
Version 0.47_01 released to CPAN.
Changes only to Inline::C test suite - see C/Changes.
---
version: 0.47
date: Fri 21 January 2011
Version 0.47 released to CPAN. No changes from 0.46_02
---
version: 0.46_02
date: Wed 29 December 2010
lib/Inline/MakeMaker.pm - apply patch from Raymond Mroz to accommodate the modern
h2xs directory structure. Bump Inline::MakeMaker version
to 0.45.
---
version: 0.46_01
date: Wed 31 March 2010 (and released to CPAN as 0.46_01)
Inline.pm - warn about untainting of Inline configuration info (where applicable)
- quieten non-numeric warnings in relation to devel releases
- quieten uninitialized warning regarding $ENV{WIN64} that can occur
in certain circumstances on MS Windows
Inline.pod - Documentation change relating to introduction of further _TESTING
capabilities in Inline::C
---
version: 0.46_01
date: Mon 8 March 2010
Inline.pm - add '_TESTING' config option
- hide the 'redefined' warning introduced by the fix to ticket 49669,
by placing the offending code in a 'no warnings "redefine";' block.
- bump require from 5.005 to 5.006
---
version: 0.46_01
date: Sun 14 feb 2010
Inline.pm - add archname and perlversion number to config filename.
C/C.pm - Second attempt at accommodating 'ccache cc' compiler (RT ticket 40140).
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!
but replaced the modified patch by EU::MM environment variable.
pkgsrc changes:
- Add license definition
- Adjust dependencies (Digest::MD5 2.09 is in Perl core since 5.7.3)
- Replace patch for C/Makefile.PL by environment variable controlling
MM::EU prompt() function
Upstream changes:
version: 0.46
date: Fri Feb 12 2010
Same as 0.45_02 (plus some minor doc alterations in Inline.pod).
version: 0.45_02
date: Fri Feb 5 2010
Changes to Inline.pm, denter.pm, and Inline.pod relating to "fixing" untainting
(to the extent that untainting of -T inline scripts works as documented).
Many thanks to Patrick LeBoutillier.
Also added C/t/08core.t (which contains -T on the shebang line) as a basic test
of untainting. (RT ticket 13084)
version: 0.45_01
date: Thurs Jan 28 2010
C/C.pod - document that *fully qualified* paths for LIBS, INC, TYPEMAPS and MYEXTLIB
are needed. (RT ticket 5207)
Inline.pm - remove "defined" from "defined %main::Inline::Config::" as that usage
causes a deprecation warning with perl-5.11 and later. (RT ticket 53227)
Inline.pm - fix sub push_overrides (RT ticket 49669)
This change responsible for "Subroutine Inline::C::get_parser redefined"
warnings that can occur during build stage under certain circumstances.
denter.pm - local()ise $_ (in four places) (RT ticket 16801)
Inline.pod - doc correction (thanks Alejandro Ochoa).
C/Makefile.PL - accommodate 'ccache cc' (RT ticket 40140)
- accommodate ActivePerl-5.10.1 and later (RT ticket 49419)
C/Cookbook.pod - typo fixes (thanks Brad Barber)
- Change "NAME" from "C Cookbook ..." to "Inline::C-Cookbook ...".
(RT ticket 45417)
Pkgsrc changes:
o Update dependencies with version information culled from META.yml
o Re-do the patch to include Inline::C without prompting
Upstream changes:
version: 0.45
date: Sat Nov 22 2008
No changes from 0.44_01
version: 0.44_01
date: Tues Oct 11 2008
changes:
- Apply patch to Inline.pm that addresses a problem with whitespace occurring
in the name of the build directory. (RT ticket 4150)
- Fix ParseRegExp.pm. (RT ticket 6327)
- Fix (in Inline.pm) problem regarding the calling of the same script from
different builds of perl. (RT ticket 29326)
- Allow Inline::install() subroutine to apply to languages other than C and
CPP. (RT ticket 35517)
- Fix C/Makefile.PL so that the C compiler can still be found when $Config{cc}
reports something like /some/place/cc. (RT ticket 8251)
- In C/C.pm, allow for the calling of multiple typemaps (RT ticket 5639), and
have the "No Inline C functions bound to Perl" warning specify the file for
which no bindings were found (RT ticket 17774).
- Minor doc fixes.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Inline version 0.44 is a semi-major release:
+ This version is intended to be backwards compatible with 0.43.
+ Fixed many bugs reported since 0.43
+ Sped up parsing of C with 'USING => ParseRegExp'
+ Added BUILD_NOISY and BUILD_TIMERS options
+ Use File::Spec for all path operations. First step in porting to all
platforms.
+ Always call ILSM->validate()
+ Allow C++ modules to be written with Inline
+ New improved Inline::MakeMaker
like C, C++, Java, Python, Tcl and even Assembly. You don't need to
compile anything. All the details are handled transparently so you can
just run your Perl script like normal.