summaryrefslogtreecommitdiff
path: root/XSUB.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), aIlya Zakharevich1998-06-101-0/+10
* [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-1/+1
|\
| * [win32] sundry whitespace cleanups from maintbranchGurusamy Sarathy1998-05-171-1/+1
* | [asperl] add AS patch#17Gurusamy Sarathy1998-04-211-1/+5
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-12/+6
|\ \ | |/
| * [win32] manually apply another conflicting maintpatchChip Salzenberg1998-03-031-12/+6
* | [asperl] integrate latest win32 branchGurusamy Sarathy1998-02-221-2/+2
|\ \ | |/
| * [win32] DLLs are now ok on mingw32/gcc-2.8.0 after removing theGurusamy Sarathy1998-02-171-2/+2
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-1/+6
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-0/+8
|/
* GCC + Threads on Win32 - best gcc results yetNick Ing-Simmons1997-11-291-1/+2
* Un-botch gcc workroundNick Ing-Simmons1997-11-281-1/+1
* Builds completely with Mingw32, dynamic loaded extensionsNick Ing-Simmons1997-11-281-2/+9
* [win32] Another trivial patch:Gurusamy Sarathy1997-11-261-1/+5
* Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-1/+1
* Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-4/+6
|\