summaryrefslogtreecommitdiff
path: root/mpz/powm_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite along the lines of mpz/powm.c (except still no redc).tege2001-11-141-172/+116
* Remove K&R function headers.tege2001-01-021-9/+1
* * mpn/generic/sqrtrem.c, mpz/pow_ui.c, mpz/powm_ui.c, mpf/get_str.c,Kevin Ryde2000-12-241-1/+1
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-3/+3
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* When exp is 0, change res assign order in order to handle argument overlap.tege2000-06-061-1/+1
* * mpz/powm_ui.c: Use DIVIDE_BY_ZERO.Kevin Ryde2000-05-211-1/+1
* Use <stdio.h> for NULL.Kevin Ryde2000-04-291-1/+3
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* After mpn_mul_n and mpn_mul calls, adjust product sizetege1997-08-181-0/+4
* Make result always positive.tege1997-07-251-1/+9
* Initial revisiontege1996-05-081-0/+234