index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
roinit_n: document the need for a readable limb.
Marco Bodrato
2014-02-15
1
-2
/
+4
*
Updated mpn_powm_doc, saying that left-over exponent bits must be zero.
Niels M?ller
2014-02-14
1
-2
/
+4
*
mpn_sec_powm: Rename bit count argument.
Niels M?ller
2014-02-11
1
-4
/
+4
*
mpn_sec_powm: Replace exponent limb count argument with a bit count.
Niels M?ller
2014-02-11
1
-7
/
+5
*
doc/gmp.texi: typos.
Marco Bodrato
2014-02-06
1
-2
/
+2
*
Document mpn_sec_add_1 and mpn_sec_sub_1.
Niels M?ller
2014-02-04
1
-0
/
+13
*
(Floating-point Functions): Revise.
Torbjorn Granlund
2014-01-29
1
-9
/
+11
*
Change some URLs from http to https.
Torbjorn Granlund
2014-01-29
2
-4
/
+4
*
Renamed COPYING -> COPYINGv3, COPYING.LIB -> COPYING.LESSERv3.
Niels M?ller
2014-01-29
1
-3
/
+3
*
Document dual licensing.
Niels M?ller
2014-01-29
1
-4
/
+13
*
Fix a typo.
Torbjorn Granlund
2014-01-29
1
-1
/
+1
*
Update library files license to use LGPL3+ and GPL2+.
Torbjorn Granlund
2014-01-27
5
-39
/
+94
*
Canonicalise copyright headers.
Torbjorn Granlund
2014-01-19
3
-9
/
+9
*
Rename mpn_sec_minvert => mpn_sec_invert, many files affected.
Torbjorn Granlund
2014-01-19
1
-3
/
+3
*
Undocument mpz_array_init.
Torbjorn Granlund
2014-01-19
1
-55
/
+5
*
Warn about C++11 auto. The second example can be updated if we make it valid ...
Marc Glisse
2014-01-18
1
-0
/
+25
*
(Notes for Particular Systems): Add items about NetBSD and FreeBSD problems.
Torbjorn Granlund
2014-01-11
1
-0
/
+24
*
Add a copyright year.
Torbjorn Granlund
2014-01-05
1
-1
/
+1
*
Improve doc for several functions.
Torbjorn Granlund
2014-01-05
1
-10
/
+11
*
Document mpn_sizeinbase.
Niels M?ller
2014-01-02
1
-0
/
+7
*
Remove a spurious newline.
Torbjorn Granlund
2014-01-02
1
-2
/
+1
*
Remove statement of mpn_sec_div_r interface being preliminary.
Torbjorn Granlund
2014-01-01
1
-1
/
+0
*
Doc updates.
Torbjorn Granlund
2014-01-01
1
-9
/
+11
*
Trivial merge.
Niels M?ller
2014-01-01
1
-0
/
+17
|
\
|
*
Document mpn_sec_minvert.
Niels M?ller
2013-12-31
1
-0
/
+17
*
|
Update Contributors.
Torbjorn Granlund
2013-12-31
1
-2
/
+12
|
/
*
Break long line in the doc to avoid an overfull hbox in the PDF.
Marc Glisse
2013-12-30
1
-1
/
+4
*
Use https in self links.
Torbjorn Granlund
2013-12-30
1
-8
/
+9
*
Don't use internal types in documentation.
Torbjorn Granlund
2013-12-30
1
-7
/
+7
*
Mention non-sec/cnd functions which are safe.
Torbjorn Granlund
2013-12-30
1
-0
/
+13
*
Add several mpn_sec functions to public interface.
Torbjorn Granlund
2013-12-28
1
-12
/
+134
*
doc/projects.html: remove factorial and binomial.
Marco Bodrato
2013-12-28
1
-11
/
+0
*
Change <meta content> to utf-8
Marco Bodrato
2013-12-27
2
-2
/
+2
*
Encoding conversion to UTF-8
Marco Bodrato
2013-12-26
2
-3
/
+3
*
(Low-level Functions): More of: Rewrite mpn_set_str docs.
Torbjorn Granlund
2013-12-19
1
-9
/
+9
*
(Low-level Functions): Rewrite mpn_set_str docs.
Torbjorn Granlund
2013-12-18
1
-6
/
+7
*
Use https to link to GNU license.
Torbjorn Granlund
2013-12-02
6
-6
/
+6
*
Collapse copyright years.
Torbjorn Granlund
2013-11-28
5
-11
/
+7
*
Update many URLs.
Torbjorn Granlund
2013-11-08
1
-31
/
+26
*
Trivial merge.
Torbjorn Granlund
2013-10-08
2
-9173
/
+0
|
\
|
*
Use autoreconf.
Marc Glisse
2013-10-08
2
-9173
/
+0
*
|
(ABI and ISA): Document x32.
Torbjorn Granlund
2013-10-05
1
-0
/
+10
|
/
*
Modernise list of CPUs with asm support.
Torbjorn Granlund
2013-09-15
1
-22
/
+10
*
Fix typos.
Torbjorn Granlund
2013-07-22
4
-9
/
+9
*
Don't mention gcc-2.91.
Marc Glisse
2013-07-17
1
-1
/
+1
*
More const in the C++ doc.
Marc Glisse
2013-07-17
1
-8
/
+8
*
Fix typo in last change.
Torbjorn Granlund
2013-07-17
1
-2
/
+2
*
Declare countless of function arguments as 'const'.
Torbjorn Granlund
2013-07-16
1
-201
/
+201
*
Clarify mpn_neg docs.
Torbjorn Granlund
2013-06-17
1
-1
/
+3
*
Refer to current filename.
Torbjorn Granlund
2013-06-10
1
-1
/
+1
[prev]
[next]