Vítor Santos Costa
b871f6676e
fix error handling
2015-09-25 10:57:26 +01:00
Vítor Santos Costa
4336b2ba88
Avoid complaining from strlen
...
`
2015-09-21 17:05:36 -05:00
Vítor Santos Costa
bb68d19d39
remove automatically generated atom terms
2015-08-18 14:38:36 -05:00
Vítor Santos Costa
7c0ce9ee7e
Generate automatically TermAtom from AtomAtom, and remove th ones
...
created manually.
2015-08-18 14:36:10 -05:00
Vítor Santos Costa
b164f53191
fix regression tests
2015-08-07 16:57:53 -05:00
Vítor Santos Costa
dbdae6a930
syntax error handling
2015-07-27 22:22:44 -05:00
Vítor Santos Costa
f3b84af062
bunch of fixes for YAP's own IO
2015-07-22 19:33:30 -05:00
Vítor Santos Costa
91d6faabc1
new atoms ]
2015-07-22 19:32:12 -05:00
Vítor Santos Costa
1d6f9981e1
mkdir and small stuff
2015-07-06 12:04:42 +01:00
Vítor Santos Costa
5746edafaf
new atoms, terms and slight functionality
2015-06-19 00:56:24 +01:00
Vítor Santos Costa
ef586e264e
android debugging plus clean-ups
2015-04-13 13:28:17 +01:00
Vitor Santos Costa
cd45c04514
improve mkandroid
2015-03-28 20:13:52 +00:00
Vítor Santos Costa
4eeacd8b7b
compile myddas interface to sqlite
2015-03-23 07:27:10 +00:00
Vítor Santos Costa
26b3cb5bb7
use 4.4 for android
2015-03-04 10:03:25 +00:00
Vítor Santos Costa
8ea17007f0
make var names available as a global var
2015-03-04 09:46:55 +00:00
Vítor Santos Costa
2ebf6a5f0e
android's target
2015-02-17 20:28:05 +00:00
Vitor Santos Costa
888a58b715
script improvements
2015-02-09 10:32:17 +00:00
Vítor Santos Costa
ba978d8275
just in time native code: now compiles by doing cmake; make.
...
no workie in this version, though :)
2015-02-06 18:11:52 +00:00
Vitor Santos Costa
36e4cbf98b
move handles to a separate handle stack.
2015-01-30 07:25:34 +00:00
Vítor Santos Costa
bc1e70758e
cmake and jit
2015-01-26 04:02:46 +00:00
Vítor Santos Costa
bece9d05d8
JIT
2015-01-20 03:00:42 +00:00
Vitor Santos Costa
5053cfb571
fix recent typos
2015-01-05 12:21:58 +00:00
Vítor Santos Costa
3164ed2d61
doc support
2015-01-04 23:58:23 +00:00
Vítor Santos Costa
53877ad426
docs
2014-12-24 15:32:29 +00:00
Vítor Santos Costa
90feb7f9f8
cmake support
2014-12-14 12:05:43 +00:00
Vítor Santos Costa
bed14749f8
use const char *
2014-12-14 11:49:51 +00:00
Vitor Santos Costa
ff977fbad8
cmake support: first cut from David Vaz work.i
2014-12-04 07:59:30 +00:00
Vítor Santos Costa
d526545bc9
Merge branch 'master' of github.com:vscosta/yap-6.3
...
Conflicts:
C/sysbits.c
C/threads.c
2014-11-27 15:15:22 +00:00
Vítor Santos Costa
a83ff038f4
Mutex stuff movibg to C
2014-11-27 10:02:04 +00:00
Vítor Santos Costa
bb8ea9a27d
fix current and system predicate
2014-11-25 12:03:48 +00:00
vscosta
9868abab6c
improvements
2014-11-09 12:08:23 +00:00
vscosta
2870395627
windows support
2014-11-09 11:18:33 +00:00
vscosta
10e1080ddd
keep on improving the script
2014-11-05 07:47:43 +00:00
vscosta
ff761c4196
document prolog commons directory
2014-11-05 07:47:10 +00:00
vscosta
c633eac236
avoid using registry, clean-up
2014-11-05 07:45:36 +00:00
vscosta
fdadf7d477
improved windows compilation script
2014-11-04 01:51:50 +00:00
vscosta
58734fe2e7
win32 support
...
- support for win graphic console
- correct versioning
- document mkwin script
2014-11-04 01:27:58 +00:00
Vítor Santos Costa
83a34ad849
fix var
2014-11-03 00:43:19 +00:00
vscosta
c7a3836b2c
WIN32 support
...
Ugh
2014-11-03 00:13:34 +00:00
vscosta
84c763b4b4
Fix merge
...
get corrected indent
2014-10-30 16:38:24 +00:00
vscosta
0f87d6a5f0
improve mkwin script
2014-10-30 07:47:16 +00:00
Vítor Santos Costa
546af97345
win32 patches
2014-10-28 12:56:26 +00:00
Vitor Santos Costa
f7fe32a03c
fix win32 warnings: unsigned long != CELL, IOSTREAM with sace restore, _ffsll and _isatty, fp patches
2014-10-24 15:18:32 +01:00
Vitor Santos Costa
d2984b6548
reimplement portray
2014-10-23 01:21:22 +01:00
Vitor Santos Costa
a4081673e5
fix indexing on dynamics (bug introduced when fixing MT code).
2014-10-20 23:47:33 +01:00
Vitor Santos Costa
1bb12cbc35
second try to fix error handling in arithmetic expressions. THis time:
...
- exit at predicate end;
- just return first on multiple erors.
- YapArithError takes care of inner errors, Yp_EvalError fixes externals.
- a few ISO stuff to make Paulo's unit tests go happier.
2014-10-16 10:49:11 +01:00
Vítor Santos Costa
8576e67d84
generate exceptions on arithmetic errors
2014-10-15 11:06:07 +01:00
Vítor Santos Costa
a5d0b41f3b
fix file filter breakage
2014-10-15 01:51:09 +01:00
Vítor Santos Costa
186adc2053
More thread fixes, including true anonymous mqueues, worker_id for sequential,
...
support for arithmetic exceptions on mac, fixes for with_mutex, fixes for dangling pointers
in thread termination. Uuufff...
2014-10-14 15:53:24 +01:00
Vítor Santos Costa
3c7779ec78
move message queues to C
2014-10-13 12:34:52 +01:00