Vitor Santos Costa
|
7e108201b0
|
fix memory leak in mod.
|
2009-06-05 10:55:28 -05:00 |
|
Vitor Santos Costa
|
ecb03a61c0
|
fix memory leak in min/2 and max/2.
|
2009-06-05 10:38:07 -05:00 |
|
Vitor Santos Costa
|
a1b621507a
|
max of bignums would always return the first bignum #118
|
2009-06-05 09:49:00 -05:00 |
|
Vitor Santos Costa
|
9852f7781d
|
- simplify error handling in arithmetic and handle infinite terms (#46)
|
2009-05-22 11:21:39 -05:00 |
|
Vitor Santos Costa
|
5b527e7eeb
|
just make things prettier.
|
2009-05-09 23:39:57 -04:00 |
|
Vitor Santos Costa
|
5b537ef7e2
|
fix error handling.
|
2009-05-09 23:30:08 -04:00 |
|
Vitor Santos Costa
|
e4fdf5a1ff
|
fix (??) X^N, N< 0. When does this make sense?
|
2009-05-07 23:42:16 -04:00 |
|
Vitor Santos Costa
|
2016e118b3
|
Ulrich Neumerkel's patch so that variables are declared in front of a block.
|
2009-05-02 10:54:09 -05:00 |
|
Vitor Santos Costa
|
c5ba7e3854
|
fix non GMP code (obs from Tony Wilson).
|
2009-04-26 10:46:00 -05:00 |
|
Vitor Santos Costa
|
2503805aff
|
support 2^2 is 4 and not 4.0: complicated if we have to deal with bignums.
|
2009-04-24 19:03:00 -05:00 |
|
Vitor Santos Costa
|
2bc5d8425a
|
fix arithmetic dependence on Prolog table.
|
2009-02-25 00:12:36 +00:00 |
|
Vitor Santos Costa
|
8a3978e3e1
|
rename BinaryTestPredFlag to BinaryPredFlag
get rid of small annoying arithmetic bugs
|
2009-02-09 21:56:40 +00:00 |
|
Vítor Santos Costa
|
a8ac9bfb43
|
generate known atoms and functors automatically
|
2008-12-23 01:53:52 +00:00 |
|
Vítor Santos Costa
|
e737599dc4
|
Change to simpler Eval mechanism
- avoid duplicate code
- implement different optimised code.
|
2008-12-04 23:33:32 +00:00 |
|
vsc
|
c23cce1cc1
|
fix restore and small VISTA thingies
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2177 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2008-04-01 08:42:46 +00:00 |
|
rslopes
|
1c6cb0e8cf
|
small fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1595 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2006-04-12 15:51:23 +00:00 |
|
vsc
|
745fed2679
|
avoid sideffects from MkBigInt
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1524 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2006-01-18 15:34:54 +00:00 |
|
vsc
|
772a6ae805
|
fixes to reclaim space on error, allow compilation whitout GMP, and
improve docs.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1493 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2006-01-02 23:19:10 +00:00 |
|
vsc
|
e10213929a
|
support new interface between YAP and GMP, so that we don't rely on our own
allocation routines.
Several big fixes.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1490 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2006-01-02 02:16:19 +00:00 |
|
vsc
|
d290885f8f
|
new indexing algorithm
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@822 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2003-04-30 17:46:05 +00:00 |
|
vsc
|
51ea20683f
|
fix setof to use catch instead of trying to do its own thing;
fix unnecessary white lines when outputting solutions.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@788 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2003-02-24 11:01:01 +00:00 |
|
vsc
|
d7f80ea1ad
|
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@691 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2002-11-18 18:18:05 +00:00 |
|
vsc
|
7b2c4dc6ff
|
all global symbols should now start with _YAP
global functions should not be called from within file (bug in
binutils/WIN32).
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@675 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2002-11-11 17:38:10 +00:00 |
|
vsc
|
458a0a857f
|
New metacall mechanism
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@169 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2001-10-30 16:42:05 +00:00 |
|
vsc
|
cbd499b8df
|
bignum should always reset pre_alloc_base and recover Heap space
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@158 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2001-09-18 15:14:11 +00:00 |
|
vsc
|
e5f4633c39
|
This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@5 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
|
2001-04-09 19:54:03 +00:00 |
|