John Birrell
27dd36da49
Our default rules tend to shove asm code through cpp, so comments
...
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.
1998-03-08 21:09:04 +00:00
John Birrell
051b1b1a74
This commit was generated by cvs2svn to compensate for changes in r34204,
...
which included commits to RCS files with non-trunk default branches.
1998-03-07 21:27:49 +00:00
John Birrell
f2b7551c39
Import of the mpn asm source files for alpha from V2.0.2 which
...
appears to match the other libgmp files in the repository.
1998-03-07 21:27:49 +00:00
Bruce Evans
b54167e198
Use the system __CONCAT() instead of /**/ for concatenation in the
...
non-ANSI case. The system version is normally also /**/, but may
be different to support K&R compilers other than gcc -traditional.
1998-01-16 08:59:21 +00:00
Peter Wemm
a5c9a443bf
Import a file that is needed when compiling under ELF.
1997-08-29 13:48:36 +00:00
Peter Wemm
fa170aac22
This commit was generated by cvs2svn to compensate for changes in r28896,
...
which included commits to RCS files with non-trunk default branches.
1997-08-29 13:48:36 +00:00
Peter Wemm
3be5a5220c
"fix" this for compiling under the sticter ELF linker.. There was a
...
reference to an undefined function (digit_value_in_base()) that was static
elsewhere that it was used.
1997-08-29 06:14:05 +00:00
Satoshi Asami
7371365efc
Make all the info dir entries line up neatly.
1997-05-28 07:49:21 +00:00
Peter Wemm
89fd5e07c0
*gulp* break this file off the vendor branch in order to fix the
...
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.
1997-01-12 08:28:56 +00:00
Mark Murray
eb4fb3d13c
Add upgrade instructions.
...
Stolen from: contrib/libpcap/FREEBSD-upgrade
1996-10-20 09:49:53 +00:00
Mark Murray
aa9bc17601
Clean import of libgmp 2.0.2, with only the non-x86 bits removed.
...
BMakefiles and other bits will follow.
Requested by: Andrey Chernov
Made world by: Chuck Robey
1996-10-20 08:49:26 +00:00