This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
[perl5.git] / XSUB.h
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-04 Rafael Garcia-SuarezRemove no longer used magic vtable
2006-10-18 Nicholas ClarkUsing explicit printf-like APIs with a format of "...
2006-10-08 Rafael Garcia-SuarezRevert change 28962 (at least until a better solution...
2006-10-07 Nicholas ClarkNo need to create a new magic vtable if it's all 0...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-08-25 Steve HaySilence a bunch of Borland compiler warnings in SDBM_File
2006-08-17 Jarkko HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-04-26 Marcus Holland-MoritzChange type of temporary padoff_du used in dUNDERBAR
2006-04-03 Rafael Garcia-SuarezTake splint into account for PERL_UNUSED_ARG (patch...
2006-03-07 Nicholas ClarkSome of the MAD structures in headers, plus PL_madskill...
2006-02-24 Steve PetersRevert change #27295, which I thought fixed builds...
2006-02-24 Steve PetersLast instance of PL_vtbl_glob removed. It was missed...
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-16 Merijn BroerenProblem compiling swigged c++ code with 5.8.8
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2005-11-19 Steve PetersDown with "warning: code has no effect"
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-09-27 Jan Duboismark cannot be const because MEXTEND() modifies it...
2005-08-01 Rafael Garcia-SuarezAnother typo fix
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-16 Andy LesterLint support
2005-06-08 Nicholas ClarkEliminate more C<n_a>s
2005-06-07 Nicholas ClarkXS_VERSION_BOOTCHECK is read only.
2005-05-20 Andy LesterAttribute configuration
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-03 Sergey Skvortsov[perl #33809] optimize macro dXSARGS
2005-04-26 Andy LesterXS() __attribute__
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-24 Andy LesterThird consting batch
2005-02-02 Marcus Holland-MoritzAttempt to fix problems with new exception handling...
2005-01-31 Marcus Holland-MoritzAdd simple exception handling macros for XS writers.
2005-01-19 Robin BarkerFurther follow-up to 23767
2004-09-15 John PeacockThe XSUB.h patch from:
2004-06-02 Marcus Holland-MoritzMake change #22889 work for threaded builds, Part 2.
2004-06-02 Marcus Holland-MoritzFix apidoc entries for PUSHMARK and newXSproto.
2004-06-02 Rafael Garcia-SuarezMake the dUNDERBAR/UNDERBAR macros work as advertised.
2004-05-14 Rafael Garcia-SuarezAdd new dUNDERBAR and UNDERBAR macros, to help XS write...
2003-12-27 Paul MarquessPATCH: *DB*_File
2003-12-22 Adrian M. Enachesanitize some macros - based on Chip Salzenberg suggest...
2003-12-13 Rafael Garcia-SuarezMake the XSRETURN macro evaluate its argument only...
2003-09-08 Jarkko HietaniemiXSRETURN_UV was missing.
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-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-02 Nick Ing-SimmonsRe: typo in checkin 18616
2003-01-26 Nick Ing-SimmonsPERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSI...
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-08-22 Paul MarquessFix DBM filters
2002-06-01 Jarkko HietaniemiIntegrate #16971 from maint-5.6;
2002-05-08 Gurusamy Sarathymake the gettimeofday() implementation in Time::HiRes...
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
next