summaryrefslogtreecommitdiff
path: root/XSUB.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Problem compiling swigged c++ code with 5.8.8Merijn Broeren2006-02-161-1/+1
| | | | | Message-ID: <20060215125148.GA12535@brugman.iloquent.nl> p4raw-id: //depot/perl@27203
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
| | | | | Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org> p4raw-id: //depot/perl@27054
* Down with "warning: code has no effect"Steve Peters2005-11-191-3/+4
| | | p4raw-id: //depot/perl@26176
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25778
* mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()Jan Dubois2005-09-271-1/+1
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com> p4raw-id: //depot/perl@25613
* Another typo fixRafael Garcia-Suarez2005-08-011-1/+1
| | | p4raw-id: //depot/perl@25254
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-5/+13
| | | | | Message-ID: <20050620152237.GA5032@petdance.com> p4raw-id: //depot/perl@24913
* Lint supportAndy Lester2005-06-161-1/+21
| | | | | Message-ID: <20050616143521.GB22188@petdance.com> p4raw-id: //depot/perl@24873
* Eliminate more C<n_a>sNicholas Clark2005-06-081-2/+2
| | | p4raw-id: //depot/perl@24757
* XS_VERSION_BOOTCHECK is read only.Nicholas Clark2005-06-071-1/+1
| | | p4raw-id: //depot/perl@24724
* Attribute configurationAndy Lester2005-05-201-2/+2
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-4/+4
| | | | | Message-ID: <20050516151353.GA25387@petdance.com> p4raw-id: //depot/perl@24489
* [perl #33809] optimize macro dXSARGS Sergey Skvortsov2005-05-031-2/+9
| | | | | | From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org> p4raw-id: //depot/perl@24372
* XS() __attribute__Andy Lester2005-04-261-1/+5
| | | | | Message-ID: <20050422223947.GA4681@petdance.com> p4raw-id: //depot/perl@24333
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+6
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
| | | p4raw-id: //depot/perl@24106
* Third consting batchAndy Lester2005-03-241-1/+1
| | | | | Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com> p4raw-id: //depot/perl@24074
* Attempt to fix problems with new exception handling macros.Marcus Holland-Moritz2005-02-021-5/+7
| | | p4raw-id: //depot/perl@23925
* Add simple exception handling macros for XS writers.Marcus Holland-Moritz2005-01-311-0/+24
| | | p4raw-id: //depot/perl@23911
* Further follow-up to 23767Robin Barker2005-01-191-1/+1
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk> p4raw-id: //depot/perl@23824
* The XSUB.h patch from:John Peacock2004-09-151-5/+11
| | | | | | | | | Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz Message-ID: <41234AFB.1020009@rowman.com> Now it will use version object logic for version comparison when loading XS modules. p4raw-id: //depot/perl@23323
* Make change #22889 work for threaded builds, Part 2.Marcus Holland-Moritz2004-06-021-1/+1
| | | | | p4raw-link: @22889 on //depot/perl: e1f795dc699c88c2d9eb4a46fe629483760393c2 p4raw-id: //depot/perl@22897
* Fix apidoc entries for PUSHMARK and newXSproto.Marcus Holland-Moritz2004-06-021-1/+1
| | | p4raw-id: //depot/perl@22895
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-1/+1
| | | | | | While we're at it, use the same trick to make reverse() work correctly with lexical $_. p4raw-id: //depot/perl@22889
* Add new dUNDERBAR and UNDERBAR macros, to help XS writers toRafael Garcia-Suarez2004-05-141-0/+13
| | | | | access the $_ variable, even when there is a lexical one in scope. p4raw-id: //depot/perl@22819
* PATCH: *DB*_File Paul Marquess2003-12-271-0/+6
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@21981
* sanitize some macros - based on Chip Salzenberg suggestions andAdrian M. Enache2003-12-221-7/+7
| | | | | on the way GNU people use the gcc-ish 'blocks in parens' p4raw-id: //depot/perl@21950
* Make the XSRETURN macro evaluate its argument only once.Rafael Garcia-Suarez2003-12-131-1/+2
| | | p4raw-id: //depot/perl@21891
* XSRETURN_UV was missing.Jarkko Hietaniemi2003-09-081-0/+5
| | | p4raw-id: //depot/perl@21086
* 5.8.0: two problemsIlya Zakharevich2003-04-221-1/+1
| | | | | Message-ID: <20030422184316.GA8602@math.berkeley.edu> p4raw-id: //depot/perl@19308
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* Re: typo in checkin 18616Nick Ing-Simmons2003-02-021-1/+1
| | | | | Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com> p4raw-id: //depot/perl@18636
* PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, soNick Ing-Simmons2003-01-261-21/+21
| | | | | correct XSUB.h p4raw-id: //depot/perlio@18591
* PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*Gurusamy Sarathy2002-12-181-2/+2
| | | p4raw-id: //depot/perl@18325
* PerlSIO_stderr et al are not functionsGurusamy Sarathy2002-12-181-3/+3
| | | p4raw-id: //depot/perl@18323
* Fix DBM filtersPaul Marquess2002-08-221-0/+43
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@17750
* Integrate #16971 from maint-5.6;Jarkko Hietaniemi2002-06-011-0/+14
| | | | | | | | | IO::Poll wasn't working on windows since poll.c wasn't using the same abstractions as perl; for test case, see: http://bugs.activestate.com/show_bug.cgi?id=19624 p4raw-id: //depot/perl@16973 p4raw-integrated: from //depot/maint-5.6/perl@16972 'merge in' ext/IO/poll.c (@5902..) XSUB.h (@7887..)
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-0/+1
| | | | | from perl p4raw-id: //depot/perl@16503
* setbuf / setvbuf are not PerlIO_ conceptsNick Ing-Simmons2002-05-021-6/+6
| | | p4raw-id: //depot/perlio@16352
* Integrate mainlineNick Ing-Simmons2002-01-251-0/+9
| | | | | All but ../lib/Unicode/UCD.t pass. p4raw-id: //depot/perlio@14412
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-0/+2
| | | p4raw-id: //depot/perlio@14192
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+6
| | | p4raw-id: //depot/perl@14041
* from the non-ANSI comment police (was: it won't compile on win32) H.Merijn Brand2001-12-291-1/+1
| | | | | | | Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> (NetWare tree not touched because it's very //) p4raw-id: //depot/perl@13939
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-6/+5
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* Tweak the XSFUNCTION, from Doug MacEachern, as suggestedJarkko Hietaniemi2001-06-251-1/+1
| | | | | | by Ilya Zakharevich in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html p4raw-id: //depot/perl@10934
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+39
| | | p4raw-id: //depot/perl@10643
* Re: ext/ + -WallDoug MacEachern2001-06-131-4/+1
| | | | | Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10566
* Hide __attribute__((unused)) behind PERL_UNUSED_DECL asJarkko Hietaniemi2001-06-131-1/+1
| | | | | suggested by NI-S. p4raw-id: //depot/perl@10561