Re: [PATCH] s/Null(av|ch)/NULL/g
[p5sagit/p5-mst-13.2.git] / XSUB.h
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2005-11-19 Steve Peters Down with "warning: code has no effect"
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-09-27 Jan Dubois mark cannot be const because MEXTEND() modifies it...
2005-08-01 Rafael Garcia-Suarez Another typo fix
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-16 Andy Lester Lint support
2005-06-08 Nicholas Clark Eliminate more C<n_a>s
2005-06-07 Nicholas Clark XS_VERSION_BOOTCHECK is read only.
2005-05-20 Andy Lester Attribute configuration
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-03 Sergey Skvortsov [perl #33809] optimize macro dXSARGS
2005-04-26 Andy Lester XS() __attribute__
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-03-24 Andy Lester Third consting batch
2005-02-02 Marcus Holland-Moritz Attempt to fix problems with new exception handling...
2005-01-31 Marcus Holland-Moritz Add simple exception handling macros for XS writers.
2005-01-19 Robin Barker Further follow-up to 23767
2004-09-15 John Peacock The XSUB.h patch from:
2004-06-02 Marcus Holland-Moritz Make change #22889 work for threaded builds, Part 2.
2004-06-02 Marcus Holland-Moritz Fix apidoc entries for PUSHMARK and newXSproto.
2004-06-02 Rafael Garcia-Suarez Make the dUNDERBAR/UNDERBAR macros work as advertised.
2004-05-14 Rafael Garcia-Suarez Add new dUNDERBAR and UNDERBAR macros, to help XS write...
2003-12-27 Paul Marquess PATCH: *DB*_File
2003-12-22 Adrian M. Enache sanitize some macros - based on Chip Salzenberg suggest...
2003-12-13 Rafael Garcia-Suarez Make the XSRETURN macro evaluate its argument only...
2003-09-08 Jarkko Hietaniemi XSRETURN_UV was missing.
2003-04-22 Ilya Zakharevich 5.8.0: two problems
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-02 Nick Ing-Simmons Re: typo in checkin 18616
2003-01-26 Nick Ing-Simmons PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSI...
2002-12-18 Gurusamy Sarathy PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
2002-12-18 Gurusamy Sarathy PerlSIO_stderr et al are not functions
2002-08-22 Paul Marquess Fix DBM filters
2002-06-01 Jarkko Hietaniemi Integrate #16971 from maint-5.6;
2002-05-08 Gurusamy Sarathy make the gettimeofday() implementation in Time::HiRes...
2002-05-02 Nick Ing-Simmons setbuf / setvbuf are not PerlIO_ concepts
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2002-01-11 Nick Ing-Simmons A mostly-stable version of "new" Win32 signal/kill...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-29 H.Merijn Brand from the non-ANSI comment police (was: it won't compile...
2001-11-12 Jeffrey Friedl a few typo fixes
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-06-25 Jarkko Hietaniemi Tweak the XSFUNCTION, from Doug MacEachern, as suggested
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-13 Doug MacEachern Re: ext/ + -Wall
2001-06-13 Jarkko Hietaniemi Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
2001-06-13 Doug MacEachern Re: ext/ + -Wall
2001-06-13 Jarkko Hietaniemi Use __attribute__((unused)) to silence -Wall on unused ax.
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-24 Gurusamy Sarathy enable function wrappers for access to globals under...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy optimize XSUBs to use targets if the -nooptimize xsubpp...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy more 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 Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-14 Gurusamy Sarathy File::Glob fixes for Windows
1999-09-29 Charles Bailey resync with mainline
1999-09-26 Jarkko Hietaniemi Fix #endif.
1999-09-23 Gurusamy Sarathy add include guard
1999-09-10 Gurusamy Sarathy s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS...
1999-08-29 Gurusamy Sarathy deadcode removal
1999-08-20 Gurusamy Sarathy win32 tweaks
1999-08-20 Gurusamy Sarathy support USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathy rename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-17 Fifer, Eric additional cleanups for cygwin32 port
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathy support POSIX::uname() via win32_uname()
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1998-12-29 Jarkko Hietaniemi Undo #2519 (breaks universal.c).
1998-12-29 Joshua Pritikin XSUB.h refinement [PATCH]
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-22 Gurusamy Sarathy phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-07-21 Gurusamy Sarathy change case of PERL_OBJECT filenames, consistent with...
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-06-10 Ilya Zakharevich xsubpp 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
next