COMMITS
/ Modules/mathmodule.c February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
December 18, 1996
R
Removed references to getdoublearg and get2doublearg rename macros and
Roger E. Masse committed
G
Correct *another* mistake (initmath() always fell through to fatal error).
Guido van Rossum committed
G
Correct 1-char typo / syntax error.
Guido van Rossum committed
December 17, 1996
B
Better error checking in initmath().
Barry Warsaw committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 29, 1996
G
Move backup definition for hypot() to Python/hypot.c.
Guido van Rossum committed
August 21, 1996
G
Avoid complaint about inconsistent hypot() linkage on NT.
Guido van Rossum committed
August 8, 1996
G
Hack for Mac (where fabs is not usable as a function pointer).
Guido van Rossum committed
July 30, 1996
G
Don't make an exception for NeXT (BBUM says it's no longer needed).
Guido van Rossum committed
May 23, 1996
G
Microsoft C changes
Guido van Rossum committed
January 12, 1996
G
added default hypot() implementation
Guido van Rossum committed
June 14, 1995
G
NeXT doesn't like me to declare hypot(double, double)
Guido van Rossum committed
March 1, 1995
G
include mymath.h
Guido van Rossum committed
January 12, 1995
G
rearrange declarations somewhat
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
October 20, 1994
G
add hypot()
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
July 5, 1993
G
* Makefile: added all: and default: targets.
Guido van Rossum committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
April 7, 1993
G
* Microscopic corrections to make things compile on the Cray APP.
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
February 26, 1992
G
Get rid of RuntimeError.
Guido van Rossum committed
January 14, 1992
G
Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined.
Guido van Rossum committed
December 16, 1991
G
Improve error handling.
Guido van Rossum committed
November 12, 1991
G
Added PROTO macro where needed.
Guido van Rossum committed
October 24, 1991
G
Added frexp, ldexp, modf, fmod.
Guido van Rossum committed
July 27, 1991
G
Add some err_errno calls that were missing
Guido van Rossum committed
June 24, 1991
G
Apparently MPW has power() instead of pow().
Guido van Rossum committed
April 3, 1991
G
Moved get*doublearg() routines to modsupport.c
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
Add <errno.h>.
Guido van Rossum committed
G
"Compiling" version
Guido van Rossum committed
November 18, 1990
G
DECREF pi and e after inserting in symbol table.
Guido van Rossum committed
October 26, 1990
G
Take out duplication of code in initmodule().
Guido van Rossum committed
October 14, 1990
G
Initial revision
Guido van Rossum committed