summaryrefslogtreecommitdiffstats
path: root/Modules/mathmodule.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-3/+0
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-0/+3
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-0/+5
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-24/+4
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* lintGuido van Rossum1992-03-271-1/+1
* Get rid of RuntimeError.Guido van Rossum1992-02-261-1/+1
* Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined.Guido van Rossum1992-01-141-5/+4
* Improve error handling.Guido van Rossum1991-12-161-5/+30
* Added PROTO macro where needed.Guido van Rossum1991-11-121-3/+3
* Added frexp, ldexp, modf, fmod.Guido van Rossum1991-10-241-12/+75
* Add some err_errno calls that were missingGuido van Rossum1991-07-271-3/+3
* Apparently MPW has power() instead of pow().Guido van Rossum1991-06-241-0/+4
* Moved get*doublearg() routines to modsupport.cGuido van Rossum1991-04-031-29/+0
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Add <errno.h>.Guido van Rossum1990-12-201-0/+5
* "Compiling" versionGuido van Rossum1990-12-201-12/+3
* DECREF pi and e after inserting in symbol table.Guido van Rossum1990-11-181-2/+4
* Take out duplication of code in initmodule().Guido van Rossum1990-10-261-11/+2
* Initial revisionGuido van Rossum1990-10-141-0/+167