Vitor Santos Costa
9a35d17861
fix DLL loading and C_SO suffix (remove an extra .)
2013-11-13 15:10:15 +00:00
Vitor Santos Costa
7930b4d648
fixes
2013-11-13 13:39:30 +00:00
Vitor Santos Costa
41c2d856a7
cleanup dead flags
2013-11-13 13:28:43 +00:00
Vitor Santos Costa
b1c2fbd6bb
iKeri patch
2013-11-13 13:24:37 +00:00
Vitor Santos Costa
9d34ac34ff
clean up unbounded
2013-11-13 13:01:11 +00:00
Vitor Santos Costa
220970db6d
more integration and cleanup work: allow irect access from YAP to swi global and local, to
...
check flags quickly.
2013-11-13 12:57:52 +00:00
Vitor Santos Costa
4fa9021a7b
integration work:
...
- use SWI flags whenever possible
- support by module unknown, escapes, strings
- accesss thread info fom SWI
- allow strings to be input as strings.
- remove some unused flags.
2013-11-13 10:38:20 +00:00
Vítor Santos Costa
0d45ff8d37
unlock threads while in zombie mode, nad enusre that the GlobalLock is always asked before and let after locking a thread.
2013-11-12 08:43:45 +00:00
Vítor Santos Costa
e813c75814
enable thread debugging
2013-11-12 08:34:26 +00:00
Paulo Moura
2314efdc6c
Make thread_property/2
deterministic when the second argument is instantiated
2013-11-11 17:11:53 +00:00
Paulo Moura
16e3bda666
Fix singleton variable that breaks expanding a relative file path
2013-11-11 16:38:04 +00:00
Vítor Santos Costa
a2fc06df36
update
2013-11-11 12:32:03 +00:00
Vítor Santos Costa
bf7fd9982b
update
2013-11-11 12:31:11 +00:00
Vítor Santos Costa
85c0435f59
update
2013-11-11 12:30:32 +00:00
Vítor Santos Costa
d6d437d12f
update
2013-11-11 12:10:04 +00:00
Vítor Santos Costa
5c4cb1c43c
update
2013-11-11 12:09:35 +00:00
Vítor Santos Costa
07bfa49691
update
2013-11-11 11:54:16 +00:00
Vítor Santos Costa
5a9b904fb4
update
2013-11-11 11:47:15 +00:00
Vítor Santos Costa
1efab018bd
update
2013-11-11 11:47:04 +00:00
Vítor Santos Costa
e92c3c6dbb
mac and win support
2013-11-11 11:42:57 +00:00
Vítor Santos Costa
5ffbf8b1bb
mac and win support
2013-11-11 11:42:33 +00:00
Vítor Santos Costa
cab427537a
warning
2013-11-11 11:42:13 +00:00
Vítor Santos Costa
2c224666aa
warning
2013-11-11 11:41:42 +00:00
Vítor Santos Costa
d98d888fd8
mac support.
2013-11-11 11:40:59 +00:00
U-vsc-PC\vsc
953befcb7d
win
2013-11-11 10:35:50 +00:00
U-vsc-PC\vsc
eea8d78ec5
improve search in boot
2013-11-11 10:34:55 +00:00
U-vsc-PC\vsc
30995ce506
improve win32 support
2013-11-11 10:32:55 +00:00
U-vsc-PC\vsc
80315e1be3
multiath & abs_file_name
2013-11-11 10:31:59 +00:00
U-vsc-PC\vsc
493f310b49
registry
2013-11-11 10:31:28 +00:00
U-vsc-PC\vsc
a811f56d14
avoid dot
2013-11-11 10:28:45 +00:00
U-vsc-PC\vsc
5e6cc55713
win stuff
2013-11-11 10:27:04 +00:00
Vitor Santos Costa
7c716c4f2f
change order
2013-11-11 00:52:50 +00:00
Vitor Santos Costa
dcc5a4041e
paths
2013-11-11 00:52:13 +00:00
Vitor Santos Costa
153794e14b
support win32
2013-11-11 00:28:38 +00:00
Vítor Santos Costa
bfee0cbea6
Attached is a small patch to fix a race when installing with parallel
...
make jobs. If we're performing an install where libYap is a shared
library then there's a race between installing libYap.so and calling the
yap executable; this can lead to yap not finding its required runtime
dependency:
(cd yap-6.3.3/packages/http ;
LD_LIBRARY_PATH=$DESTDIR/usr/share/Yap/http:$DESTDIR/usr/lib64/Yap:
YAPSHAREDIR=$DESTDIR/usr/share/Yap YAPLIBDIR=$DESTDIR/usr/lib64/Yap
$DESTDIR/usr/bin/yap $DESTDIR/usr/lib64/Yap/startup.yss -f none -g make
-t halt)
$DESTDIR/usr/bin/yap: error while loading shared libraries: libYap.so:
cannot open shared object file: No such file or directory
make[1]: *** [install] Error 127
Since @YAPLIB@ expands to either libYap.a or libYap.so depending on
whether we are building a static or shared libYap library, we can use that.
Keri Harris
2013-11-10 11:24:30 +00:00
Vítor Santos Costa
0205a222d9
Attached is a small patch to respect any LDFLAGS when building
...
library/lammpi or packages/CLPBN/horus.
Keri Harris
2013-11-10 11:22:54 +00:00
Vítor Santos Costa
b5cc597ab8
handle empty sequence of clauses
2013-11-10 11:22:43 +00:00
Vítor Santos Costa
bd5771eb59
handle empty sequence of clauses
2013-11-10 11:22:29 +00:00
Vítor Santos Costa
f6f7f70b7f
handle verbosity and autoload
2013-11-10 11:18:00 +00:00
Vítor Santos Costa
318199a47b
fix first fail in autoload
2013-11-10 10:58:09 +00:00
Vitor Santos Costa
64575e37ee
Merge branch 'master' of ssh://git.code.sf.net/p/yap/yap-6.3
2013-11-08 23:50:11 +00:00
Vitor Santos Costa
f5284000a6
doc some yap.tex opts
2013-11-08 23:50:04 +00:00
Vitor Santos Costa
a69a2442c9
fix \%
2013-11-08 23:48:57 +00:00
Vitor Santos Costa
ec2e70fc39
fix the case where we leave an empty index
2013-11-08 23:48:28 +00:00
Vítor Santos Costa
7065c4678e
debugging
2013-11-08 12:43:28 +00:00
Vítor Santos Costa
ea44e780b6
fix path
2013-11-08 12:43:07 +00:00
Paulo Moura
b51af753aa
Update documentation for the addition of the .prolog
file extension
2013-11-08 11:15:41 +00:00
Vítor Santos Costa
7150bc1ef8
Merge branch 'master' of ssh://git.code.sf.net/p/yap/yap-6.3
2013-11-08 08:24:25 +00:00
Vítor Santos Costa
4085f268af
fix reconsult non-mod file, fix cases where users call source, fix bad atom_concat
2013-11-08 08:24:06 +00:00
Paulo Moura
746aee16f7
Add support for using .prolog
as a Prolog source file extension
2013-11-08 00:40:14 +00:00