.. |
absmi.c
|
remove broken meta-call optimisation.
|
2012-09-07 00:21:57 -05:00 |
adtdefs.c
|
fix thread compilation.
|
2012-04-11 22:08:02 +01:00 |
agc.c
|
fix save & restore in 6.3.
|
2012-06-12 14:50:36 +01:00 |
alloc.c
|
extend WorkSpace
|
2012-06-01 16:39:06 +01:00 |
amasm.c
|
fix meta-call
|
2012-08-22 09:41:09 -05:00 |
analyst.c
|
moved several global variables to misc/GLOBALS
|
2011-05-25 16:40:36 +01:00 |
arith0.c
|
make sure wide property is always the first property.
|
2011-08-17 11:16:21 -07:00 |
arith1.c
|
Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3
|
2011-08-18 22:35:13 +01:00 |
arith2.c
|
fix unused variable.
|
2011-12-30 15:51:01 +00:00 |
arrays.c
|
fix bad typing for 64 bits (fix from Bernd).
|
2011-12-05 21:04:31 +00:00 |
attvar.c
|
be careful how you call macros.
|
2012-08-14 16:07:26 -05:00 |
bb.c
|
make sure wide property is always the first property.
|
2011-08-17 11:16:21 -07:00 |
bignum.c
|
allow extra space to avoid mess up in bignums on WIN64.
|
2012-02-06 15:10:48 +00:00 |
c_interface.c
|
add slots after new stack extension.
|
2012-09-26 22:08:17 +01:00 |
cdmgr.c
|
call UDI at abolish.
|
2012-06-21 16:47:19 +01:00 |
clause_list.c
|
cache abstra machine register in threaded mode.
|
2011-03-07 16:02:55 +00:00 |
cmppreds.c
|
fix Yap_compare_terms for 64 bit code.
|
2011-11-04 11:41:35 +09:00 |
compiler.c
|
fix profiling support.
|
2012-03-09 11:46:34 +00:00 |
computils.c
|
fix big int indexing
|
2011-11-01 17:25:59 -07:00 |
corout.c
|
change LOCALS macros.
|
2011-05-04 10:11:41 +01:00 |
cut_c.c
|
mode changes
|
2011-07-25 17:09:28 +01:00 |
dbase.c
|
fix thread compilation.
|
2012-04-11 22:08:02 +01:00 |
depth_bound.c
|
cache abstra machine register in threaded mode.
|
2011-03-07 16:02:55 +00:00 |
dlmalloc.c
|
mode changes
|
2011-07-25 17:09:28 +01:00 |
errors.c
|
make syntax error standard.
|
2012-05-03 00:16:11 +01:00 |
eval.c
|
support for X^[A,B] and X^length in arithmetic expressions.
|
2011-10-27 12:36:48 +02:00 |
exec.c
|
fix bad frame pointer.
|
2012-04-17 00:21:08 +01:00 |
globals.c
|
fix bug in stack overflow.
|
2012-05-13 10:17:30 +01:00 |
gmp_support.c
|
fix rounding on negative number shifting
|
2011-11-16 07:34:58 +00:00 |
gprof.c
|
fix nil name class in Snow Leopard (obs from Paulo Moura).
|
2012-08-02 09:41:14 -05:00 |
grow.c
|
fix bug in trail expansion (should recover numbers)
|
2012-04-15 22:40:00 +01:00 |
heapgc.c
|
fix nil name class in Snow Leopard (obs from Paulo Moura).
|
2012-08-02 09:41:14 -05:00 |
index.c
|
we cannot trust that just having on reference will protect a clause. Several references may go in a single operation!
|
2012-07-18 14:32:53 -05:00 |
init.c
|
close streams on exit, so that we can flush the buffers
|
2012-08-02 09:59:57 -05:00 |
inlines.c
|
fix stream is not an atom (Ulrich).
|
2012-03-01 22:03:41 +00:00 |
iopreds.c
|
debug routine.
|
2012-09-26 23:08:01 +01:00 |
load_aix.c
|
Some global variables(Yap_thread_gl) in C/init.c are now declared in misc/LOCALS
|
2011-05-23 16:19:47 +01:00 |
load_aout.c
|
moved several global variables to misc/GLOBALS
|
2011-05-25 16:40:36 +01:00 |
load_coff.c
|
moved several global variables to misc/GLOBALS
|
2011-05-25 16:40:36 +01:00 |
load_dl.c
|
RTLD_NOLOAD may not always be loaded
|
2012-09-07 07:40:18 +02:00 |
load_dld.c
|
moved several global variables to misc/GLOBALS
|
2011-05-25 16:40:36 +01:00 |
load_dll.c
|
MT support.
|
2012-06-29 15:35:52 -05:00 |
load_dyld.c
|
moved several global variables to misc/GLOBALS
|
2011-05-25 16:40:36 +01:00 |
load_foreign.c
|
6.2 fix to load_foreign atom.
|
2012-06-11 22:11:30 +01:00 |
load_none.c
|
Some global variables(Yap_thread_gl) in C/init.c are now declared in misc/LOCALS
|
2011-05-23 16:19:47 +01:00 |
load_shl.c
|
Some global variables(Yap_thread_gl) in C/init.c are now declared in misc/LOCALS
|
2011-05-23 16:19:47 +01:00 |
mavar.c
|
change define SBA to YAPOR_SBA
|
2011-03-30 15:32:59 +01:00 |
modules.c
|
make sure wide property is always the first property.
|
2011-08-17 11:16:21 -07:00 |
other.c
|
cache abstra machine register in threaded mode.
|
2011-03-07 16:02:55 +00:00 |
parser.c
|
allow comments within [ ] and { } .
|
2012-02-13 09:37:33 +00:00 |
pl-yap.c
|
Fix WriteBuffer and add WriteDynamicBuffer
|
2012-09-18 23:06:26 +01:00 |
qlyr.c
|
make full init even before entering Prolog top-level
|
2012-09-21 11:49:59 +01:00 |
qlyw.c
|
xirestore: predicates need timestamps inorder to find out which clauses are alive.
|
2012-08-23 21:01:32 +01:00 |
save.c
|
fix search in registry.
|
2012-06-21 03:08:48 -05:00 |
scanner.c
|
fix small problems in thread package.
|
2011-12-01 11:05:27 +00:00 |
sort.c
|
fix Yap_compare_terms for 64 bit code.
|
2011-11-04 11:41:35 +09:00 |
stdpreds.c
|
fix atom_length/2 ISO.
|
2012-09-27 22:32:12 +01:00 |
sysbits.c
|
MT support.
|
2012-06-29 15:37:11 -05:00 |
threads.c
|
support mingw emulation.
|
2012-06-29 15:37:31 -05:00 |
tracer.c
|
fix extra message.
|
2012-08-14 16:08:03 -05:00 |
udi.c
|
call UDI at abolish.
|
2012-06-21 16:47:19 +01:00 |
unify.c
|
fix cyclic_term mess up from yesterday.
|
2012-10-03 09:11:37 +01:00 |
userpreds.c
|
more operator stuff.
|
2011-08-17 14:35:29 -07:00 |
utilpreds.c
|
text ARG2 first (obs from Ulrich Neumerkel)
|
2012-10-03 09:22:27 +01:00 |
write.c
|
fix writing att vars.
|
2012-05-18 13:03:22 +01:00 |
yap-args.c
|
"-nosignals" option (used by JPL)
|
2012-09-26 22:06:59 +01:00 |
ypstdio.c
|
all global symbols should now start with _YAP
|
2002-11-11 17:38:10 +00:00 |