Vitor Santos Costa
|
4aee4df719
|
single initialization for top frame.
|
2010-11-28 11:51:31 +00:00 |
|
Vitor Santos Costa
|
471cc93f6c
|
fix some bad code in legalAtom, allowing /a/b not to be quoted (obs from Paulo Moura).
|
2010-11-26 23:36:50 +00:00 |
|
Vítor Santos Costa
|
31d0969585
|
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
|
2010-11-25 16:33:50 +00:00 |
|
Vítor Santos Costa
|
969dcfa98c
|
save should set slots.
|
2010-11-25 16:33:25 +00:00 |
|
Paulo Moura
|
907d10128d
|
Commented out buggy patch for supporting quote atoms starting with /* as it breaks write_canonical/1.
|
2010-11-23 00:12:41 +00:00 |
|
Vitor Santos Costa
|
f9cd010242
|
do not reexecute function on restore if f_name is NULL.
|
2010-11-22 21:47:17 +00:00 |
|
Vítor Santos Costa
|
a2286354c8
|
fix shared object stuff (obs from Roberto Bagnara).
|
2010-11-22 18:07:01 +00:00 |
|
Vitor Santos Costa
|
2ee12ca1a7
|
only force 1E30 an error if in ISO mode.
always 1.0e30.
|
2010-11-22 12:51:02 +00:00 |
|
Vitor Santos Costa
|
92bfc4cedc
|
fix loop in c_files (obs from roberto bagnara).
|
2010-11-22 10:36:32 +00:00 |
|
Vitor Santos Costa
|
1730d4e206
|
fix profon profon (obs from Bernd).
|
2010-11-21 23:31:42 +00:00 |
|
Vitor Santos Costa
|
7640700fdf
|
[PATCH-YAP 6/6] ISO: compound(+1). now holds.
from ulrich neumerkel
|
2010-11-21 22:11:10 +00:00 |
|
Vitor Santos Costa
|
0fa3fff5d5
|
[PATCH-YAP 5/5] ISO: reject 1E1 as float notation
from ulrich neumerkel
|
2010-11-21 22:09:07 +00:00 |
|
Vitor Santos Costa
|
c4913849c6
|
[PATCH-YAP 3/4] ISO: Restrict binary, octal, hexadecimal integer constant indicators
and exponent char to minuscules. (6.4.4)
from Ulrich Neumerkel
|
2010-11-21 21:55:58 +00:00 |
|
Vitor Santos Costa
|
86d0a251b5
|
[PATCH-YAP 4/4] ISO: quote atoms starting with /* (7.10.5 d)
from ulrich neumerkel
|
2010-11-21 21:53:58 +00:00 |
|
Vitor Santos Costa
|
bb570108de
|
ISO: Always bracket atoms that are current operators when written as
operands (7.10.5 h 2 ii)
|
2010-11-21 21:47:07 +00:00 |
|
Vitor Santos Costa
|
c8c5c3d1dc
|
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
|
2010-11-07 19:56:34 +00:00 |
|
Vitor Santos Costa
|
8f02054109
|
From Keri Harris
In the event that Yap is compiled on a machine where the timezone is not set
it's possible to hit a buffer overflow:
|
2010-11-07 19:32:40 +00:00 |
|
Vítor Santos Costa
|
6fb86625c6
|
fix operator declaration (patch from Ulrich Neumerkel)
|
2010-11-05 11:00:14 +00:00 |
|
Vitor Santos Costa
|
7e90e90239
|
fixes to number_codes and number_chars.
|
2010-10-29 10:28:25 +01:00 |
|
Paulo Moura
|
9a09a93a5b
|
Corrected another bug in my patch for detecting UTF-32 BOMs.
|
2010-10-27 17:43:00 +01:00 |
|
Paulo Moura
|
f3efdff878
|
Uncommented the code that generates an error when UTF-32 BOMs are detected.
|
2010-10-27 17:33:48 +01:00 |
|
Paulo Moura
|
168e084c62
|
Corrected a bug in my patch for detecting UTF-32 BOMs.
|
2010-10-27 17:19:26 +01:00 |
|
Vitor Santos Costa
|
9396252588
|
patches to provide initial support UTF32 encodings(from Paulo Moura)
|
2010-10-27 14:49:27 +01:00 |
|
Vitor Santos Costa
|
95acd408e7
|
support DragonFly BSD (patch from Aleksej Saushev)
|
2010-10-27 10:11:19 +01:00 |
|
Vitor Santos Costa
|
ab8911708b
|
fix YAP to use _longjmp when available. longjmp is just too expensive on OSX machines.
|
2010-10-26 22:03:36 +01:00 |
|
Vitor Santos Costa
|
e0aa6ae30a
|
improve low level profiler interface. Still doesn't work too well.
|
2010-10-26 22:01:29 +01:00 |
|
Vitor Santos Costa
|
a2e6a0157c
|
Use malloc to interfer less with normal memory allocation.
|
2010-10-26 10:06:45 +01:00 |
|
Vitor Santos Costa
|
b22094283e
|
fix typo.
|
2010-10-26 10:05:49 +01:00 |
|
Vitor Santos Costa
|
d0cd5f3fa3
|
fix atom gc to actually recover first atom in the chain.
|
2010-10-26 10:04:36 +01:00 |
|
vsc
|
312d82816e
|
fix memory allocation (MMAP) for shared LOCAL and GLOBAL in ENV_COPY
|
2010-10-15 02:06:37 +01:00 |
|
vsc
|
824ff4094c
|
simplify RW locks
|
2010-10-15 02:05:20 +01:00 |
|
vsc
|
4c343d0762
|
fix save/restore in multi-process YAPOR.
|
2010-10-15 01:15:45 +01:00 |
|
vsc
|
fa42de1025
|
cannot optimise try/retry in the presence of or-parallelism
|
2010-10-15 01:11:49 +01:00 |
|
Vitor Santos Costa
|
755a57fdbd
|
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
Conflicts:
C/absmi.c
|
2010-10-12 23:22:23 +01:00 |
|
Vitor Santos Costa
|
b27a9869bf
|
initialise for 1024 threads (report from Jiefie Ma).
|
2010-10-12 23:16:51 +01:00 |
|
Vitor Santos Costa
|
80c38081da
|
no need for special procceed instruction.
|
2010-10-12 22:02:51 +01:00 |
|
Vítor Santos Costa
|
3e6309cc8a
|
fix trace problem
|
2010-10-11 20:10:12 +01:00 |
|
Vitor Santos Costa
|
fae29012a9
|
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
|
2010-10-11 14:46:53 +01:00 |
|
Vitor Santos Costa
|
e5232bc8fc
|
force system to check for overflows at end of procceed for clauses with body.
|
2010-10-11 14:45:15 +01:00 |
|
Vítor Santos Costa
|
6811ded37b
|
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
|
2010-10-08 12:22:06 +01:00 |
|
Vítor Santos Costa
|
c1710974b8
|
fix bad comparison (Ulrich Neumerkel).
|
2010-10-08 12:21:49 +01:00 |
|
Vitor Santos Costa
|
3cfe5c74d5
|
fix div to round correctly (Ulrich's #181).
|
2010-10-08 10:58:08 +01:00 |
|
Vitor Santos Costa
|
afa0799504
|
fix error message (Ulrich's #184).
|
2010-10-08 10:50:23 +01:00 |
|
Vitor Santos Costa
|
9187c658b8
|
fix very large clause handling
|
2010-10-08 10:45:50 +01:00 |
|
Vítor Santos Costa
|
e968fe21dd
|
fix bad call to gc when finding very large terms.
|
2010-09-30 20:09:17 +01:00 |
|
Vitor Santos Costa
|
c50ed643f9
|
allow atan(X,Y) again.
|
2010-09-27 22:01:38 +01:00 |
|
Vitor Santos Costa
|
96dd342cbc
|
fix file_base_name (obs from Paulo Moura).
|
2010-09-24 19:47:05 +01:00 |
|
Vitor Santos Costa
|
99c5a17b12
|
Implement Halt Hook (request from Bernd).
|
2010-09-24 14:00:53 +01:00 |
|
Vitor Santos Costa
|
01776c7a48
|
fixes by David Powers (broadcast and >= 0)
Dion't mess with linger.
|
2010-09-21 22:27:35 +01:00 |
|
Vitor Santos Costa
|
ea0fbabedd
|
xor can be used for exclusive disj
|
2010-09-21 22:26:24 +01:00 |
|