This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
[perl5.git] / XSUB.h
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
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
1998-12-29 Jarkko HietaniemiUndo #2519 (breaks universal.c).
1998-12-29 Joshua PritikinXSUB.h refinement [PATCH]
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-22 Gurusamy Sarathyphase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-08 Gurusamy Sarathyintegrate changes#2120,2168,2218 from maint-5.005;
1998-07-21 Gurusamy Sarathychange case of PERL_OBJECT filenames, consistent with...
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-06-10 Ilya Zakharevichxsubpp enhancements ($CPAN/authors/id/ILYAZ/patches...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-17 Gurusamy Sarathy[win32] sundry whitespace cleanups from maintbranch
1998-04-21 Gurusamy Sarathy[asperl] add AS patch#17
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-03 Chip Salzenberg[win32] manually apply another conflicting maintpatch
1998-02-22 Gurusamy Sarathy[asperl] integrate latest win32 branch
next