Alex Shinn
7362578878
attributing lgamma_r
2020-07-31 15:24:24 +09:00
Alex Shinn
11e0328fef
adding (srfi 146 hash)
2020-05-26 17:05:07 +09:00
Alex Shinn
61680088d2
noting Marc's SRFIs
2020-05-26 14:17:07 +09:00
Vitaliy Mysak
f449bd157d
fix compilation under std=c89
...
There were few things that prevented successful compilation
using c89 standard. (and other c* standards in case of gcc).
Fix them in this small patch.
Changes in 27/rand.c:
- Use __GNU_SOURCE__ instead of __GNU_LIBRARY__
or else any of -std=c* options don't work with gcc
- Add a check before using rand_r() as suggested in rand_r(3)
- Move _WIN_32 definitions to "else" branch because it uses the most portable version
2020-05-13 11:12:02 +02:00
Alex Shinn
e9ce08da78
adding note that marc wrote syntax-case in AUTHORS
2019-01-26 17:52:37 +08:00
Kris Katterjohn
f32def466b
Avoid undefined C macro behavior
...
A C macro expanding to a `defined' has undefined behavior. The
clang compiler was issuing warnings.
2018-07-29 19:58:37 -05:00
Bertrand Augereau
952d7c806b
More portable bignums that don't have to rely on gcc 128bit arithmetics extension
...
SEXP_USE_CUSTOM_LONG_LONGS currently needs SEXP_64_BIT
2018-06-19 04:46:05 +02:00
Alex Shinn
f6f470c3e5
adding (srfi 135)
2018-01-16 01:14:40 +09:00
Alex Shinn
bd9ea1d3ac
adding (srfi 134)
2018-01-16 00:00:48 +09:00
Alex Shinn
0c27921f51
adding (srfi 101)
2018-01-15 23:51:16 +09:00
okuoku
dee6f190d9
doc: Update document for Win32 support
2017-12-13 23:42:18 +09:00
Alex Shinn
34104aed70
updating AUTHORS
2017-08-26 23:29:45 +09:00
Alex Shinn
710d1584ba
Adding credit to Chris.
2016-02-20 23:39:04 +09:00
Meng Zhang
ec663c1c39
Update AUTHORS
...
I guess Meng Zhang and Zhang Meng are referring to the sample person(me)
2015-07-23 14:35:28 -07:00
Alex Shinn
6d94e9b04c
Adding Alexei Lozovsky to AUTHORS.
2015-04-15 17:20:31 +09:00
Alex Shinn
9998a5619c
Adding Marc to AUTHORS.
2015-04-09 01:25:26 +09:00
Alex Shinn
2922ed591d
Forgot to install regexp (patch from Lorenzo)
2015-01-26 08:06:59 +09:00