This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / XSUB.h
2007-01-27 Nicholas ClarkIntegrate:
2007-01-27 Nicholas ClarkIntegrate:
2007-01-25 Nicholas ClarkIntegrate:
2007-01-22 Nicholas ClarkIntegrate:
2007-01-17 Nicholas ClarkIntegrate:
2006-10-29 Nicholas ClarkIntegrate:
2006-10-15 Nicholas ClarkIntegrate:
2006-05-08 Steven SchubigerIntegrate:
2006-04-20 Nicholas ClarkIntegrate:
2006-04-20 Nicholas ClarkIntegrate:
2006-03-28 Nicholas ClarkIntegrate:
2006-01-02 Nicholas ClarkIntegrate:
2005-09-21 Andy LesterIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-20 Nicholas ClarkIntegrate:
2005-09-19 Andy LesterIntegrate:
2005-09-18 Nicholas Clarkattributes-two.patch also contains a lot of const-ing...
2005-09-18 Nicholas ClarkIntegrate:
2005-09-18 Nicholas ClarkIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-04-05 Nicholas ClarkIntegrate:
2004-06-22 Nicholas ClarkIntegrate:
2004-01-02 Paul MarquessIntegrate:
2003-12-27 Paul MarquessPATCH: *DB*_File
2003-12-26 Nicholas ClarkIntegrate:
2003-12-22 Adrian M. Enachesanitize some macros - based on Chip Salzenberg suggest...
2003-12-13 Slaven RezicIntegrate:
2003-12-13 Rafael Garcia-SuarezMake the XSRETURN macro evaluate its argument only...
2003-09-08 Jarkko HietaniemiIntegrate:
2003-09-08 Jarkko HietaniemiXSRETURN_UV was missing.
2003-05-04 Jarkko HietaniemiIntegrate:
2003-04-23 Jarkko HietaniemiIntegrate:
2003-04-22 Ilya Zakharevich5.8.0: two problems
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-02 Jarkko HietaniemiIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-02 Jarkko HietaniemiIntegrate:
2003-02-02 Nick Ing-SimmonsRe: typo in checkin 18616
2003-02-01 Jarkko HietaniemiIntegrate:
2003-01-26 Nick Ing-SimmonsPERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSI...
2002-12-23 Jarkko HietaniemiIntegrate:
2002-12-18 Gurusamy SarathyPerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
2002-12-18 Gurusamy SarathyPerlSIO_stderr et al are not functions
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-08-22 Paul MarquessFix DBM filters
2002-06-13 Chris NandorIntegrate perl
2002-06-01 Jarkko HietaniemiIntegrate #16971 from maint-5.6;
2002-05-17 Chris NandorIntegrate perl
2002-05-08 Gurusamy Sarathymake the gettimeofday() implementation in Time::HiRes...
2002-05-08 Chris NandorIntegrate with perl
2002-05-02 Nick Ing-Simmonssetbuf / setvbuf are not PerlIO_ concepts
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2002-01-11 Nick Ing-SimmonsA mostly-stable version of "new" Win32 signal/kill...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-29 H.Merijn Brandfrom the non-ANSI comment police (was: it won't compile...
2001-11-12 Jeffrey Friedla few typo fixes
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-06-25 Jarkko HietaniemiTweak the XSFUNCTION, from Doug MacEachern, as suggested
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-13 Doug MacEachernRe: ext/ + -Wall
2001-06-13 Jarkko HietaniemiHide __attribute__((unused)) behind PERL_UNUSED_DECL as
2001-06-13 Doug MacEachernRe: ext/ + -Wall
2001-06-13 Jarkko HietaniemiUse __attribute__((unused)) to silence -Wall on unused ax.
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyuse builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-24 Gurusamy Sarathyenable function wrappers for access to globals under...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathyoptimize XSUBs to use targets if the -nooptimize xsubpp...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-13 Jan Dubois[5.005_62 PATCH] support link() on WinNT and NTFS
1999-10-17 Gurusamy Sarathysupport PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-14 Gurusamy SarathyFile::Glob fixes for Windows
1999-09-29 Charles Baileyresync with mainline
1999-09-26 Jarkko HietaniemiFix #endif.
1999-09-23 Gurusamy Sarathyadd include guard
1999-09-10 Gurusamy Sarathys/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS...
1999-08-29 Gurusamy Sarathydeadcode removal
1999-08-20 Gurusamy Sarathywin32 tweaks
1999-08-20 Gurusamy Sarathysupport USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathyrename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-17 Fifer, Ericadditional cleanups for cygwin32 port
1999-05-10 Alexander Smishlajevcygwin32 update (untested adaptation of patch against...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathysupport POSIX::uname() via win32_uname()
1999-02-12 Jan Duboisremove OVERLOAD conditionals
next