summaryrefslogtreecommitdiff
path: root/Modules/fpectlmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-29/+0
* Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-141-11/+0
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-42/+42
* - fix build failure in Modules/fpectlmodule.c (not built by default)Matthias Klose2008-11-261-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+18
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+25
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-0/+4
* Patch for the DEC Alpha under Linux, by Lee Busby.Guido van Rossum2002-09-261-0/+8
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-2/+2
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-011-6/+0
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-2/+2
* Define sunmath prototypes if sunmath.h was not included.Martin v. Löwis2001-03-071-0/+6
* Patch #103012: Update fpectlmodule for current glibc;Andrew M. Kuchling2001-01-041-0/+7
* Use PyOS_setsig() instead of signal(). Also remove redundant spacesGuido van Rossum2000-09-211-15/+15
* Randall Hopper: Add fpectl functionality patch for FreeBSD.Guido van Rossum2000-09-191-0/+15
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-1/+1
* Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.Guido van Rossum1999-04-191-1/+1
* Needed to add DL_EXPORT to (redundant?) extern decl of module init function.Guido van Rossum1998-12-101-1/+1
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Patch by Oliver Andrich for Lunix using glibc.Guido van Rossum1997-12-151-0/+4
* Some patches to Lee Busby's fpectl mods that accidentally didn't make itGuido van Rossum1997-10-201-3/+2
* Apply two changes, systematically:Guido van Rossum1997-10-011-9/+3
* Keep gcc -Wall happy.Guido van Rossum1997-04-291-2/+2
* Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined.Guido van Rossum1997-03-141-0/+1
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+244