summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* div.c: more stringent handling of over- and underflowsenge2011-09-023-98/+78
* div.c: slight reorganisation of codeenge2011-09-022-83/+95
* NEWS: updated for normenge2011-09-021-2/+2
* norm.c: rewritten to handle all cases of over- and underflow and to obtain aenge2011-09-027-70/+176
* mpc.texi: corrected documentation of return value for divisionsenge2011-09-022-5/+8
* TODO: new itemenge2011-09-022-2/+5
* tests/Makefile.am: added pow_fr.dat to distributionenge2011-09-011-2/+2
* div.dat: removed return value test, which is semi-specified according to theenge2011-09-011-1/+1
* [TODO] added itemzimmerma2011-09-011-0/+6
* ttan.c, tan.dat: moved fixed test values to data fileenge2011-09-013-52/+7
* tdiv.c, div.dat: moved tests to data fileenge2011-09-014-96/+13
* tpow_fr.c, pow_fr.dat: moved test to data fileenge2011-09-013-16/+26
* tsqr.c: added missing test_end (reported by Brian Gladman)enge2011-09-011-0/+2
* changed 1.0.0-dev into 1.0.0dev (suggested by Ludovic Courtes so thatzimmerma2011-09-015-5/+5
* INSTALL: small updates and lots of "GNU"senge2011-09-011-22/+24
* [src/mul.c] removed trailing blankzimmerma2011-09-011-1/+1
* sqr.c: remove calls to mpfr_check_range, not useful any more since no changingenge2011-08-313-7/+11
* mul.c: corrected uncleared variable from previous commitenge2011-08-313-5/+28
* mul.c: if over-/underflow in Karatsuba, call naiveenge2011-08-311-4/+8
* [src/mul.c] in mpc_mul_karatsuba, check that a*d and b*c are exactzimmerma2011-08-311-2/+4
* mul.c: corrected leftover debug printf in previous commitenge2011-08-311-3/+0
* mul.c: eliminate impossible caseenge2011-08-311-9/+9
* mul.dat: improve code coverageenge2011-08-311-0/+4
* mpc.m4: check for svnversion firstenge2011-08-311-4/+7
* [tests/random.c] when using valgrind, disable our own memory checkszimmerma2011-08-312-0/+6
* configure.ac, mpc.m4, Makefile.am:enge2011-08-314-7/+31
* [tests/memory.c] in tests_free and tests_reallocate, print the pointer valuezimmerma2011-08-311-4/+6
* tests/Makefile.am: force creating of executables instead of shell scriptsenge2011-08-303-7/+5
* README.dev: superfluous commentenge2011-08-301-2/+0
* configure.ac: add svn version to autoconf versionenge2011-08-303-4/+7
* TODO: added easy itemenge2011-08-301-0/+4
* configure.ac: correct default for --enable-valgrind-tests to "no",enge2011-08-303-3/+19
* random.c, mpc-tests.h: made variables staticenge2011-08-305-15/+7
* [README.dev] point to --enable-valgrind-tests for a releasezimmerma2011-08-301-1/+2
* m4/valgrind-tests.m4: imported original gnulib macroenge2011-08-304-22/+49
* [configure.ac] added --enable-valgrind optionzimmerma2011-08-302-2/+11
* sin_cos.c: split out sin.c and cos.c to follow gnu coding standards:enge2011-08-306-24/+68
* strtoc.c, inp_str.c: gnu coding standard: put "{" opening function in column 1enge2011-08-302-3/+6
* configure.ac: changed a word...enge2011-08-301-1/+1
* [configure.ac] improved last changezimmerma2011-08-301-3/+6
* [configure.ac] added comment about minimal GMP version and fat buildszimmerma2011-08-301-0/+3
* tio_str.c: add define so stdlib.h behaves well on darwinenge2011-08-301-0/+1
* [tio_str.c] try to get rid of string.h (problem with unistd.h on x86_64-darwin)zimmerma2011-08-301-17/+16
* [tio_str.c] fixed typozimmerma2011-08-301-1/+1
* Makefile.am: add fdl-1.3.texi to distributionenge2011-08-292-2/+2
* mpc.texi: readded formatting options for tex to avoid overfull hboxenge2011-08-291-25/+34
* all Makefile.am: correctly comment the copyright and license noticeenge2011-08-295-58/+73
* license change:enge2011-08-29195-2903/+2875
* next release will be 1.0.0enge2011-08-297-14/+14
* mpc.texi: simplification, no need to give neighbour nodesenge2011-08-271-51/+28