summaryrefslogtreecommitdiff
path: root/mpn/generic/set_str.c
Commit message (Expand)AuthorAgeFilesLines
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-1/+1
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-061-8/+8
* Correct license text.Torbjorn Granlund2009-01-111-9/+9
* Remove prototypes (they are in gmp-impl.h).Torbjorn Granlund2008-12-071-9/+0
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-5/+6
* Revert:Torbjorn Granlund2008-09-211-4/+12
* Compute powers without low zero limbs; all functions modified.tege2007-10-281-15/+29
* Remove default thresholds, not in gmp-impl.h.tege2007-10-261-8/+2
* Update license to version 3.tege2007-09-181-3/+3
* (mpn_dc_set_str): Avoid calling mpn_add_n when ln == 0.tege2007-05-151-18/+24
* Complete rewrite (made last April).tege2006-10-251-252/+254
* Update FSF's address.tege2006-02-151-1/+1
* Misc comment changes.tege2002-10-251-7/+8
* Nailify.tege2002-04-151-3/+3
* Undo this:tege2002-02-101-2/+2
* (mpn_set_str): Use mpn_mul_1c if available.tege2002-02-091-2/+10
* Rename indigits_per_limb => chars_per_limb.tege2002-02-031-15/+14
* * mpn/generic/set_str.c: Use MP_PTR_SWAP and POW2_P, add __GMP_PROTOKevin Ryde2002-02-011-8/+9
* Fix typo in __GMP_FREE_FUNC_LIMBS call.tege2002-02-011-1/+1
* (convert_blocks): Remove unused variable big_base.tege2002-01-301-2/+0
* Add sub-quadratic code.tege2002-01-301-63/+249
* * gmp.texi (Low-level Functions): mpn_set_str requires strsize >= 1.Kevin Ryde2001-05-031-0/+1
* Remove K&R function headers.tege2001-01-021-9/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * gmp-impl.h, mpn/generic/*.c: Add ASSERTs for various parameterKevin Ryde2000-09-251-0/+3
* *** empty log message ***tege2000-07-241-4/+4
* Provide dual ANSI/K&R function definitions.Kevin Ryde2000-04-291-1/+6
* Clean up spacing and indentation.tege1996-05-241-1/+1
* Initial revisiontege1996-05-081-0/+154