summaryrefslogtreecommitdiff
path: root/contrib/libgmp
Commit message (Collapse)AuthorAgeFilesLines
* Our default rules tend to shove asm code through cpp, so commentsJohn Birrell1998-03-088-0/+16
| | | | | | | | | | starting with hashes have a sub-optimal impact. This change adds /* */ around the block comment in the header of each file to make them friendly to cpp. Also added an Id keyword cause I like to see revision numbers in source. Notes: svn path=/head/; revision=34325
* This commit was generated by cvs2svn to compensate for changes in r34204,John Birrell1998-03-079-0/+903
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=34205
| * Import of the mpn asm source files for alpha from V2.0.2 whichJohn Birrell1998-03-079-0/+903
| | | | | | | | | | | | | | appears to match the other libgmp files in the repository. Notes: svn path=/vendor/libgmp/dist/; revision=34204
* | Use the system __CONCAT() instead of /**/ for concatenation in theBruce Evans1998-01-161-1/+2
| | | | | | | | | | | | | | | | non-ANSI case. The system version is normally also /**/, but may be different to support K&R compilers other than gcc -traditional. Notes: svn path=/head/; revision=32542
* | This commit was generated by cvs2svn to compensate for changes in r28896,Peter Wemm1997-08-291-0/+1
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=28897
| * Import a file that is needed when compiling under ELF.Peter Wemm1997-08-291-0/+1
| | | | | | | | Notes: svn path=/vendor/libgmp/dist/; revision=28896
* | "fix" this for compiling under the sticter ELF linker.. There was aPeter Wemm1997-08-291-0/+21
| | | | | | | | | | | | | | | | reference to an undefined function (digit_value_in_base()) that was static elsewhere that it was used. Notes: svn path=/head/; revision=28883
* | Make all the info dir entries line up neatly.Satoshi Asami1997-05-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=26223
* | *gulp* break this file off the vendor branch in order to fix thePeter Wemm1997-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | info entry. It's a real shame that install-info can't override these. I'll fix the repository for this (and the readline commit as well) once this has been fixed properly... Looking at the install-info source gives me a headache. :-( This should be enough to get the tree to build again. Notes: svn path=/head/; revision=21597
* | Add upgrade instructions.Mark Murray1996-10-201-0/+26
|/ | | | | | | Stolen from: contrib/libpcap/FREEBSD-upgrade Notes: svn path=/head/; revision=19054
* Clean import of libgmp 2.0.2, with only the non-x86 bits removed.Mark Murray1996-10-20318-0/+48802
BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey Notes: svn path=/vendor/libgmp/dist/; revision=19048