Fabrizio Fabbri
|
6be9cb9dee
|
osx: fix #343 runtime path
|
2017-01-19 23:12:43 +01:00 |
|
Fabrizio Fabbri
|
4ed1ba10cc
|
Fix non msvc build broken by 5758af77
|
2017-01-11 08:16:07 +01:00 |
|
Daniel Kochmański
|
d7ca24c3fd
|
Merge branch 'develop' into 'develop'
msvc: Compare thread id instead of handlers to check if it is already registered.
See merge request !42
|
2017-01-10 09:56:12 +00:00 |
|
Fabrizio Fabbri
|
5758af7756
|
msvc: Compare thread id instead of handlers to check if it is already registered.
|
2017-01-10 10:42:27 +01:00 |
|
Daniel Kochmański
|
9c80353aba
|
dlerror may return NULL, use safe variant
|
2017-01-09 18:13:05 +01:00 |
|
Daniel Kochmański
|
f3198d2fbc
|
Merge branch 'develop' into 'develop'
Check whether dlerror(3) returns NULL.
See merge request !41
|
2017-01-09 17:05:14 +00:00 |
|
Vadim Penzin
|
f8a609e7d5
|
Check whether dlerror(3) returns NULL.
|
2017-01-08 07:26:00 +02:00 |
|
Daniel Kochmański
|
9eaf33656e
|
simplify readlink code
Fixes #341.
|
2017-01-06 18:53:03 +01:00 |
|
Daniel Kochmański
|
9a47e3b6c5
|
another fix for install target
|
2017-01-06 18:52:24 +01:00 |
|
Daniel Kochmański
|
cb3294fc7b
|
fix parallel builds
|
2017-01-06 18:52:24 +01:00 |
|
Daniel Kochmański
|
adbedd31de
|
add back two makefiles
|
2017-01-06 18:52:24 +01:00 |
|
Vadim Penzin
|
fa0b55ba5b
|
Prevent CLOS' stream-read-line from signalling end-of-file while reading unterminated lines.
|
2017-01-05 13:44:38 +02:00 |
|
Daniel Kochmański
|
2cce45b5c6
|
Merge branch 'develop' into 'develop'
Prevent CLOS' stream-read-line from signalling end-of-file while reading unterminated lines.
See merge request !40
|
2017-01-05 10:27:08 +00:00 |
|
Daniel Kochmański
|
bfeec4aa21
|
atan: ieee: polish tests
|
2016-12-23 08:55:45 +01:00 |
|
Daniel Kochmański
|
6d627a3fd9
|
tests: add approx= function
|
2016-12-23 08:55:27 +01:00 |
|
Daniel Kochmański
|
904333a5a3
|
atan: fix builds without long double
|
2016-12-22 09:29:21 +01:00 |
|
Daniel Kochmański
|
e185b7edc5
|
update changelog wrt atan2
|
2016-12-22 09:12:13 +01:00 |
|
Daniel Kochmański
|
8b8c3e576a
|
newdoc: add in comment environment first attempt
|
2016-12-22 09:05:33 +01:00 |
|
Daniel Kochmański
|
50cd94ccf3
|
atan: use libc functions
We get rid of some code which didn't handle correctly ieee-fp in favor
of c99 functions. Fixes #332.
|
2016-12-22 09:05:15 +01:00 |
|
Daniel Kochmański
|
3e75b1caa8
|
ecl-tests: 2am: remove once-only from is-*
|
2016-12-22 08:07:41 +01:00 |
|
Daniel Kochmański
|
8aed34dddd
|
tests: universe: add signed zero to *floats*
|
2016-12-22 08:07:22 +01:00 |
|
Daniel Kochmański
|
9dcd46d04c
|
tests: mixed: remove bogus test
|
2016-12-22 08:06:53 +01:00 |
|
Daniel Kochmański
|
5d4242c62b
|
tests: add tests for ieee-fp and atan2
Corner cases (bug #332).
|
2016-12-22 08:05:12 +01:00 |
|
Daniel Kochmański
|
2519e19f15
|
tests: mixed: improve atan test and regression for #317
|
2016-12-21 21:13:05 +01:00 |
|
Daniel Kochmański
|
88f251d99c
|
tests: add without-fpe-traps macro
|
2016-12-21 21:12:14 +01:00 |
|
Daniel Kochmański
|
7747313d74
|
Revert "atan: fix if-clause order to work on signed zero"
This reverts commit 5199c6acd1.
|
2016-12-21 16:54:38 +01:00 |
|
Daniel Kochmański
|
17fc9b51b2
|
Revert "atan: fix if-clause order to work on signed zero (2)"
This reverts commit 4ba367531e.
|
2016-12-21 16:54:23 +01:00 |
|
Daniel Kochmański
|
819861c815
|
tests: add regression test for #317
|
2016-12-21 08:33:42 +01:00 |
|
Daniel Kochmański
|
c2b2941768
|
fix without_fpe C macro
Closes #317.
|
2016-12-21 08:27:45 +01:00 |
|
Daniel Kochmański
|
df74529d21
|
mixed tests: add bug reference
|
2016-12-21 07:53:14 +01:00 |
|
Daniel Kochmański
|
bc8b84119b
|
tests: add bug test for #330
|
2016-12-20 18:35:21 +01:00 |
|
Daniel Kochmański
|
0df83ada2b
|
tests: ieee-fp: trap-fpe: use symbol, not a keyword
|
2016-12-20 18:23:40 +01:00 |
|
Daniel Kochmański
|
4ba367531e
|
atan: fix if-clause order to work on signed zero (2)
Fixes #329. This time for real :-)
|
2016-12-20 17:56:20 +01:00 |
|
Daniel Kochmański
|
a302a2e36c
|
add regression test for #329
|
2016-12-20 17:50:47 +01:00 |
|
Daniel Kochmański
|
25b25fc1bd
|
cosmetic: add informative comment about abs
|
2016-12-20 17:37:44 +01:00 |
|
Daniel Kochmański
|
5199c6acd1
|
atan: fix if-clause order to work on signed zero
Fixes #329.
|
2016-12-20 17:15:59 +01:00 |
|
Daniel Kochmański
|
c80b7762d6
|
buildsystem: fix sse build
|
2016-12-19 12:31:51 +01:00 |
|
Daniel Kochmański
|
0476bca326
|
further cosmetic fixes
|
2016-12-19 11:25:00 +01:00 |
|
Daniel Kochmański
|
8095aeb33b
|
changelog: fix formatting (cosmetic)
|
2016-12-19 11:15:51 +01:00 |
|
Daniel Kochmański
|
4c3dcfdbd5
|
Merge branch 'rc-16.1.3'
|
2016-12-19 10:55:39 +01:00 |
|
Daniel Kochmański
|
f2f49389fa
|
cosmetic: use comment instead of #if 0
|
2016-12-13 17:22:38 +01:00 |
|
Daniel Kochmański
|
d8694124ee
|
don't trap underflows
|
2016-12-13 17:22:02 +01:00 |
|
Daniel Kochmański
|
d9d6afeba3
|
asdf: bring back old package nicknames
|
2016-12-13 15:34:55 +01:00 |
|
Daniel Kochmański
|
ac37bfba27
|
changelog: ann: be brief
|
2016-12-13 10:11:44 +01:00 |
|
Daniel Kochmański
|
ae779d10cb
|
ecldoc: add information
|
2016-12-13 10:04:40 +01:00 |
|
Daniel Kochmański
|
f942662afb
|
rc: improve announcement
|
2016-12-13 09:54:41 +01:00 |
|
Daniel Kochmański
|
aa8f041899
|
rc: add announcement to changelog
|
2016-12-13 09:46:41 +01:00 |
|
Daniel Kochmański
|
8e621114d0
|
release: bump ECL version number
|
2016-12-13 09:19:13 +01:00 |
|
Daniel Kochmański
|
3203a373be
|
update asdf to 3.1.8.1
|
2016-12-12 08:02:45 +01:00 |
|
Daniel Kochmański
|
13f01cffcd
|
update INSTALL for Android
|
2016-12-12 08:02:21 +01:00 |
|