summaryrefslogtreecommitdiffstats
path: root/Modules/mpzmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks reported by valgrindNeal Norwitz2002-08-141-1/+7
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Get rid of all METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-43/+35
* mpz_float() only takes one parameter nowNeal Norwitz2002-03-311-5/+0
* Remove METH_OLDARGS:Neal Norwitz2002-03-311-60/+7
* SF patch 517245 by Marc Recht.Guido van Rossum2002-03-011-1/+1
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-8/+8
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Python.h: Don't attempt to redefine NDEBUG if it's already defined.Tim Peters2001-07-151-1/+0
* Richard Fish <rfish@users.sourceforge.net>:Fred Drake2001-02-121-33/+39
* Patch #103523, to make mpz module compile with CygwinAndrew M. Kuchling2001-02-061-1/+2
* Another gcc -Wall warning squashed:Fred Drake2000-10-111-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-4/+6
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-4/+3
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* ANSI-fication, added #ifdef construction in mpz_coercePeter Schneider-Kamp2000-07-101-138/+54
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-5/+5
* Trent Mick: use size_t instead of int where appropriate (mpz_format()).Guido van Rossum2000-06-281-1/+1
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Better fix for mpzmodule problem reported by Peter Funk: just useAndrew M. Kuchling2000-02-251-6/+2
* Peter Funk:Guido van Rossum2000-02-241-0/+5
* Fixed bug reported to Gregor Hoffleit:Andrew M. Kuchling1998-12-141-1/+1
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-081-5/+2
* Export MPZType -- the type of mpz objects....Fred Drake1998-04-031-1/+9
* Untested change to include gmp-mparam.h instead of gmp-impl.h.Guido van Rossum1997-12-151-1/+1
* Use a trick to make the test for GMP v2 to work when GMP v1 definesGuido van Rossum1997-08-171-1/+1
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-1/+1
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+3
* Renamed a few symbols that were found in comments.Barry Warsaw1996-12-091-6/+6
* Renamed, ungrandly. We don't have the GNU MP library here so we can'tBarry Warsaw1996-12-091-278/+291
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Changes by Rob Hooft for GMP 2.0.2Guido van Rossum1996-08-191-10/+29
* add some castsGuido van Rossum1995-02-101-3/+3
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-2/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-5/+19
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-18/+22
* * mpzmodule.c: cast some methods to the proper type.Guido van Rossum1993-12-171-6/+8
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-19/+1
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+1808