Groups
Groups
Sign in
Groups
Groups
perl.xs
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
perl.xs
1–30 of 341
Mark all as read
Report group
0 selected
Shlomi Fish
4/6/22
Re: Library: EasyXS
Hi Felipe! On Tue, 5 Apr 2022 11:22:07 -0400 Felipe Gasper <fel...@felipegasper.com> wrote:
unread,
Re: Library: EasyXS
Hi Felipe! On Tue, 5 Apr 2022 11:22:07 -0400 Felipe Gasper <fel...@felipegasper.com> wrote:
4/6/22
Erik Tank via perl-xs
7/1/21
Need help with Bazel rules_perl
Long story short I attempted a run at Perl 'rules' for the Bazel project. A kind programmer
unread,
Need help with Bazel rules_perl
Long story short I attempted a run at Perl 'rules' for the Bazel project. A kind programmer
7/1/21
Shlomi Fish
2
9/21/18
Help needed getting the eperl reduced testcase to pass on appveyor/win64/cygwin64/cmake
Hi all! Help needed getting the ePerl reduced testcase to pass on appveyor/win64/cygwin64/cmake . See
unread,
Help needed getting the eperl reduced testcase to pass on appveyor/win64/cygwin64/cmake
Hi all! Help needed getting the ePerl reduced testcase to pass on appveyor/win64/cygwin64/cmake . See
9/21/18
RAPPAZ Francois via perl-xs
9/26/17
Help with wchar_t
I'm new to XS, so excuse my basic question I have a C function that received a pointer to string.
unread,
Help with wchar_t
I'm new to XS, so excuse my basic question I have a C function that received a pointer to string.
9/26/17
Bill Schoolfield
6/12/17
calling function written for perl consumption from c
Hi, Completely new to perlxs. So far I've managed to write a few c functions that work fine when
unread,
calling function written for perl consumption from c
Hi, Completely new to perlxs. So far I've managed to write a few c functions that work fine when
6/12/17
Erland Sommarskog
, …
bulk 88
7
7/15/16
loadable library and perl binaries are mismatched
---------------------------------------- > To: per...@perl.org > Subject: loadable library and
unread,
loadable library and perl binaries are mismatched
---------------------------------------- > To: per...@perl.org > Subject: loadable library and
7/15/16
David Mertens
,
sisy...@optusnet.com.au
4
8/3/15
Announcing C::Blocks, a different way to interface Perl and C code
A follow-up to this email: On Fri, May 23, 2014 at 8:35 AM, David Mertens <dcmertens.perl@gmail.
unread,
Announcing C::Blocks, a different way to interface Perl and C code
A follow-up to this email: On Fri, May 23, 2014 at 8:35 AM, David Mertens <dcmertens.perl@gmail.
8/3/15
David Mertens
4/29/15
NSF Grant Solicitation in Computational Physics due Dec 3
Hey everyone, The National Science Foundation (United States) just put out a solicitation for
unread,
NSF Grant Solicitation in Computational Physics due Dec 3
Hey everyone, The National Science Foundation (United States) just put out a solicitation for
4/29/15
JR Heisey
4/6/15
Want to redirect the Perl stdout and stderr
Greetings, I have a command line Perl application. I am embedding that Perl application into a GUI
unread,
Want to redirect the Perl stdout and stderr
Greetings, I have a command line Perl application. I am embedding that Perl application into a GUI
4/6/15
JR Heisey
,
bulk 88
2
3/4/15
Exposing Perl objects in C
> To: per...@perl.org > Date: Wed, 4 Mar 2015 18:18:29 +0100 > From: jrhe...@synaptics.com
unread,
Exposing Perl objects in C
> To: per...@perl.org > Date: Wed, 4 Mar 2015 18:18:29 +0100 > From: jrhe...@synaptics.com
3/4/15
Bill Moseley
,
sisy...@optusnet.com.au
5
9/30/14
Two XS modules linked to one .a library.
From: Bill Moseley Sent: Wednesday, October 01, 2014 1:12 AM To: per...@perl.org Subject: Re: Two XS
unread,
Two XS modules linked to one .a library.
From: Bill Moseley Sent: Wednesday, October 01, 2014 1:12 AM To: per...@perl.org Subject: Re: Two XS
9/30/14
Manuel Reimer
8/21/14
How to combine "embedded Perl" and XS to call from Perl to C?
Hello, there are good examples on how to embed perl: http://perldoc.perl.org/perlembed.html And there
unread,
How to combine "embedded Perl" and XS to call from Perl to C?
Hello, there are good examples on how to embed perl: http://perldoc.perl.org/perlembed.html And there
8/21/14
Tristan Darricau
7/22/14
How to use sv_dup_inc() ?
Hi, I am working on a XS module in which I have to transmit and share data between multiples contexts
unread,
How to use sv_dup_inc() ?
Hi, I am working on a XS module in which I have to transmit and share data between multiples contexts
7/22/14
Normand
, …
Matthew Horsfall (alh)
3
5/2/14
how to investigate "Attempt to reload Readonly/XS.pm aborted"
On Tue, Apr 29, 2014 at 12:56 PM, Normand <nor...@linux.vnet.ibm.com> wrote: > Hi there,
unread,
how to investigate "Attempt to reload Readonly/XS.pm aborted"
On Tue, Apr 29, 2014 at 12:56 PM, Normand <nor...@linux.vnet.ibm.com> wrote: > Hi there,
5/2/14
Michael Gerdau
,
Jan Dubois
3
2/19/14
Problem invoking super class after upgrading from 5.16.2 to 5.18.1
> Hi Michael! Hallo Jan ! [snip] > that looks like some code I have written.. :) I thought you
unread,
Problem invoking super class after upgrading from 5.16.2 to 5.18.1
> Hi Michael! Hallo Jan ! [snip] > that looks like some code I have written.. :) I thought you
2/19/14
Calle Dybedahl
,
Matthew Horsfall (alh)
3
12/18/13
Safefree() not so safe?
On Wed, Dec 18, 2013 at 10:24 AM, bulk 88 <bul...@hotmail.com> wrote: >> It's
unread,
Safefree() not so safe?
On Wed, Dec 18, 2013 at 10:24 AM, bulk 88 <bul...@hotmail.com> wrote: >> It's
12/18/13
Alexandre Jousset
12/16/13
Fwd: An article on writing Perl extensions without XS
Hi all, A post on the P5P list, that could be interesting for people on this list. Forwarded with
unread,
Fwd: An article on writing Perl extensions without XS
Hi all, A post on the P5P list, that could be interesting for people on this list. Forwarded with
12/16/13
Matthew Horsfall (alh)
, …
Calle Dybedahl
9
12/14/13
Perl XS Beginners
>>>>> ""Matthew" == "Matthew Horsfall (alh)" <wolfsage@
unread,
Perl XS Beginners
>>>>> ""Matthew" == "Matthew Horsfall (alh)" <wolfsage@
12/14/13
Torsten Schoenfeld
,
Jan Dubois
4
9/25/13
Avoid using PL_na with newSVpv
On Wed, Sep 25, 2013 at 12:04 PM, Torsten Schoenfeld <kaffe...@gmx.de> wrote: > Probably
unread,
Avoid using PL_na with newSVpv
On Wed, Sep 25, 2013 at 12:04 PM, Torsten Schoenfeld <kaffe...@gmx.de> wrote: > Probably
9/25/13
Ben Bullock
,
bulk88
3
3/30/13
Is this a memory leak? (Math::Factor::XS)
Ben Bullock wrote: > I am just looking at someone else's code here: > > https://github.
unread,
Is this a memory leak? (Math::Factor::XS)
Ben Bullock wrote: > I am just looking at someone else's code here: > > https://github.
3/30/13
Ben Bullock
,
bulk88
3
3/24/13
How can I push an AV * onto the stack?
Ben Bullock wrote: > On 25 March 2013 07:07, bulk88 <bul...@hotmail.com> wrote: > >
unread,
How can I push an AV * onto the stack?
Ben Bullock wrote: > On 25 March 2013 07:07, bulk88 <bul...@hotmail.com> wrote: > >
3/24/13
David Mertens
,
bulk88
8
2/20/13
Apparent linkage conflicts with dVAR; dXSARGS; when compiled using nvcc
David Mertens wrote: > Sorry for not getting back to this as quickly as I had hoped. My >
unread,
Apparent linkage conflicts with dVAR; dXSARGS; when compiled using nvcc
David Mertens wrote: > Sorry for not getting back to this as quickly as I had hoped. My >
2/20/13
Bill Moseley
11/3/12
Free memory after newSVpv
Very quick question I hope someone can answer. I'm calling sendTask() in a C++ library where I
unread,
Free memory after newSVpv
Very quick question I hope someone can answer. I'm calling sendTask() in a C++ library where I
11/3/12
Shlomi Fish
, …
bulk 88
5
8/24/12
How to have perl allocate pointers predictably.
Hi bulk 88, thanks for your message. See below for my response. On Thu, 23 Aug 2012 17:31:05 -0400
unread,
How to have perl allocate pointers predictably.
Hi bulk 88, thanks for your message. See below for my response. On Thu, 23 Aug 2012 17:31:05 -0400
8/24/12
Bill Moseley
8/1/12
sv_utf8_upgrade vs. bytes_to_utf8
I'm not clear from perlguts and perlapi how to make sure all my strings are utf8. And I'm
unread,
sv_utf8_upgrade vs. bytes_to_utf8
I'm not clear from perlguts and perlapi how to make sure all my strings are utf8. And I'm
8/1/12
Bill Moseley
, …
David Mertens
6
7/27/12
Typemap AV reference to char **
On Fri, Jul 27, 2012 at 9:53 AM, David Mertens <dcmerte...@gmail.com> wrote: Yeah. What one
unread,
Typemap AV reference to char **
On Fri, Jul 27, 2012 at 9:53 AM, David Mertens <dcmerte...@gmail.com> wrote: Yeah. What one
7/27/12
Bill Moseley
,
Marvin Humphrey
2
7/22/12
Typemap for "long long int"?
On Sat, Jul 21, 2012 at 6:12 PM, Bill Moseley <mos...@hank.org> wrote: > perl -V shows this
unread,
Typemap for "long long int"?
On Sat, Jul 21, 2012 at 6:12 PM, Bill Moseley <mos...@hank.org> wrote: > perl -V shows this
7/22/12
bulk 88
,
David Mertens
3
7/21/12
RE: Creating an XSUB on the fly
In this case, Perl stack args. The easy solution would be to include EXTERN.h, perl.h, etc (as with a
unread,
RE: Creating an XSUB on the fly
In this case, Perl stack args. The easy solution would be to include EXTERN.h, perl.h, etc (as with a
7/21/12
agraham
,
Xiao Yafeng
2
6/10/12
Help Audio::Ao XS/C - Segfaults on i686
It appears to me this function open an ao_live and return a device no. maybe the c library is too new
unread,
Help Audio::Ao XS/C - Segfaults on i686
It appears to me this function open an ao_live and return a device no. maybe the c library is too new
6/10/12
David Mertens
,
Steffen Mueller
3
5/9/12
Re: Stringwise comparisons (Inline::C)
On 05/08/2012 01:26 PM, David Mertens wrote: > Now now, let's not be too hasty. Using an
unread,
Re: Stringwise comparisons (Inline::C)
On 05/08/2012 01:26 PM, David Mertens wrote: > Now now, let's not be too hasty. Using an
5/9/12