summaryrefslogtreecommitdiff
path: root/XSUB.h
Commit message (Expand)AuthorAgeFilesLines
* Fix DBM filtersPaul Marquess2002-08-221-0/+43
* Integrate #16971 from maint-5.6;Jarkko Hietaniemi2002-06-011-0/+14
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-0/+1
* setbuf / setvbuf are not PerlIO_ conceptsNick Ing-Simmons2002-05-021-6/+6
* Integrate mainlineNick Ing-Simmons2002-01-251-0/+9
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-0/+2
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+6
* from the non-ANSI comment police (was: it won't compile on win32) H.Merijn Brand2001-12-291-1/+1
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-6/+5
* Tweak the XSFUNCTION, from Doug MacEachern, as suggestedJarkko Hietaniemi2001-06-251-1/+1
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+39
* Re: ext/ + -WallDoug MacEachern2001-06-131-4/+1
* Hide __attribute__((unused)) behind PERL_UNUSED_DECL asJarkko Hietaniemi2001-06-131-1/+1
* Re: ext/ + -WallDoug MacEachern2001-06-131-5/+21
* Use __attribute__((unused)) to silence -Wall on unused ax.Jarkko Hietaniemi2001-06-131-1/+4
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-061-1/+1
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-8/+119
* enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-4/+2
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-1/+1
* optimize XSUBs to use targets if the -nooptimize xsubpp option isGurusamy Sarathy1999-12-281-0/+3
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+1
* [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-131-0/+1
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-1/+1
* File::Glob fixes for WindowsGurusamy Sarathy1999-10-141-1/+1
* Fix #endif.Jarkko Hietaniemi1999-09-261-1/+1
* add include guardGurusamy Sarathy1999-09-231-0/+5
* s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGSGurusamy Sarathy1999-09-101-0/+3
* deadcode removalGurusamy Sarathy1999-08-291-2/+0
* win32 tweaksGurusamy Sarathy1999-08-201-1/+1
* support USE_THREADS+MULTIPLICITY; source compat tweaks forGurusamy Sarathy1999-08-201-8/+7
* rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy1999-08-011-1/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-19/+14
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-59/+6
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-13/+11
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-14/+10
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-4/+4
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* additional cleanups for cygwin32 portFifer, Eric1999-05-171-2/+0
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+7
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-0/+2
* support POSIX::uname() via win32_uname()Gurusamy Sarathy1999-03-241-0/+1
* remove OVERLOAD conditionalsJan Dubois1999-02-121-8/+4
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-3/+3
* phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-221-17/+198
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-0/+68
* change case of PERL_OBJECT filenames, consistent with the restGurusamy Sarathy1998-07-211-3/+3
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-13/+8
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-6/+12