.. |
absmi.c
|
make Yap_Eval only on entry.
|
2009-05-16 22:41:44 -07:00 |
adtdefs.c
|
handle non-wide atoms correctly.
|
2009-03-13 19:00:14 +00:00 |
agc.c
|
forgot to mark objects in registers.
|
2009-02-27 12:56:27 +00:00 |
alloc.c
|
clean code a little bit.
|
2009-04-29 14:22:20 +01:00 |
amasm.c
|
first cut at Anderson's JIT code.
|
2009-04-07 23:55:16 +01:00 |
analyst.c
|
fixes to support threads and assert correctly, even if inefficiently.
|
2007-11-26 23:43:10 +00:00 |
arith0.c
|
Change to simpler Eval mechanism
|
2008-12-04 23:33:32 +00:00 |
arith1.c
|
- simplify error handling in arithmetic and handle infinite terms (#46)
|
2009-05-22 11:21:39 -05:00 |
arith2.c
|
- simplify error handling in arithmetic and handle infinite terms (#46)
|
2009-05-22 11:21:39 -05:00 |
arrays.c
|
generate known atoms and functors automatically
|
2008-12-23 01:53:52 +00:00 |
attvar.c
|
fix put_att_term/2: bad arity and would not bind first arg if unbound var.
|
2009-02-10 14:56:43 +00:00 |
bb.c
|
improve bb routines to use the DB efficiently
|
2005-06-01 13:53:46 +00:00 |
bignum.c
|
add type to BIG NUMs, so that we can easily know what it is all about.
|
2008-11-28 15:54:46 +00:00 |
c_interface.c
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
cdmgr.c
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
clause_list.c
|
UDI patch: make it work with YAP.
|
2009-02-20 11:42:48 +00:00 |
cmppreds.c
|
Ulrich Neumerkel's patch so that variables are declared in front of a block.
|
2009-05-02 10:54:09 -05:00 |
compiler.c
|
more patches to support Anderson's JIT.
|
2009-04-08 00:32:36 +01:00 |
computils.c
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
corout.c
|
generate known atoms and functors automatically
|
2008-12-23 01:53:52 +00:00 |
cut_c.c
|
CUT_C and MYDDAS support for 64 bits architectures
|
2006-03-09 15:52:06 +00:00 |
dbase.c
|
fix self-deadlock in empty IDB entries.
|
2009-04-16 12:55:47 -05:00 |
depth_bound.c
|
fix situation where we might assume nonextsing double initialisation of C predicates (use
|
2004-11-18 22:32:40 +00:00 |
dlmalloc.c
|
fix debugging message.
|
2009-02-10 22:56:12 +00:00 |
errors.c
|
use DebugPlWrite for debugging writes
|
2009-05-22 13:23:51 -05:00 |
eval.c
|
never do P=FAILCODE directly in the code.
|
2009-05-22 11:24:44 -05:00 |
evalis.c
|
VC++ changes
|
2002-02-04 16:12:54 +00:00 |
evaltwo.c
|
VC++ changes
|
2002-02-04 16:12:54 +00:00 |
exec.c
|
be careful to make sure we can hanle the interrupt.
|
2009-05-21 00:39:14 -05:00 |
globals.c
|
make sure we reset global variables when exiting a thread
|
2009-05-17 10:38:39 -07:00 |
gmp_support.c
|
- simplify error handling in arithmetic and handle infinite terms (#46)
|
2009-05-22 11:21:39 -05:00 |
gprof.c
|
get rid of compilation warning.
|
2009-03-27 15:19:30 +00:00 |
grow.c
|
we don't always expand stack on attvar overflow.
|
2009-05-17 22:51:34 -07:00 |
heapgc.c
|
Ulrich Neumerkel's patch so that variables are declared in front of a block.
|
2009-05-02 10:54:09 -05:00 |
index.c
|
use DebugPlWrite for debugging writes
|
2009-05-22 13:23:51 -05:00 |
init.c
|
don't loop on cyclic terms.
|
2009-05-22 12:24:30 -05:00 |
inlines.c
|
should always be ENV
|
2009-05-04 21:56:49 -05:00 |
iopreds.c
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
load_aix.c
|
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
|
2002-11-18 18:18:05 +00:00 |
load_aout.c
|
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
|
2002-11-18 18:18:05 +00:00 |
load_coff.c
|
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
|
2002-11-18 18:18:05 +00:00 |
load_dl.c
|
fix library search.
|
2007-05-24 19:54:45 +00:00 |
load_dld.c
|
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
|
2002-11-18 18:18:05 +00:00 |
load_dll.c
|
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
|
2002-11-18 18:18:05 +00:00 |
load_dyld.c
|
New comment-based message style
|
2004-06-23 17:24:20 +00:00 |
load_foreign.c
|
valgrind it!
|
2008-01-23 17:57:56 +00:00 |
load_none.c
|
improved support for threads and code area allocation using malloc
|
2004-02-05 16:57:02 +00:00 |
load_shl.c
|
New comment-based message style
|
2004-06-23 17:24:20 +00:00 |
mavar.c
|
do not deref because you may want to pass a pointer.
|
2009-04-04 23:56:42 +01:00 |
modules.c
|
generate known atoms and functors automatically
|
2008-12-23 01:53:52 +00:00 |
other.c
|
fixes to Makefile and manual.
|
2006-05-19 17:49:25 +00:00 |
parser.c
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
readutil.c
|
mainbranch fixes to:
|
2008-10-23 22:17:45 +01:00 |
save.c
|
saved state should be startup.yss, not startup.yss, in case YAP looks up
|
2009-05-02 14:06:24 -05:00 |
scanner.c
|
fix case where very big negative integer could have two representations.
|
2009-01-12 15:08:26 +00:00 |
sort.c
|
moe changes to support atomic generation of atoms
|
2008-12-24 09:04:44 +00:00 |
stdpreds.c
|
be careful to make sure we can hanle the interrupt.
|
2009-05-21 00:39:14 -05:00 |
sysbits.c
|
use interrupts_disabled
|
2009-05-21 00:38:35 -05:00 |
threads.c
|
make sure we reset global variables when exiting a thread
|
2009-05-17 10:38:39 -07:00 |
tracer.c
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
udi.c
|
updates to UDI package
|
2009-04-02 17:34:42 +01:00 |
unify.c
|
keep things right if there is a temporary overflow in loopy term checking.
|
2009-05-17 12:39:51 -07:00 |
userpreds.c
|
generate known atoms and functors automatically
|
2008-12-23 01:53:52 +00:00 |
utilpreds.c
|
fix bad handling of trail overflow.
|
2009-05-04 21:26:47 -05:00 |
write.c
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
ypsocks.c
|
fixes for gcc-4.3 (same as stable)
|
2008-11-26 09:56:18 +00:00 |
ypstdio.c
|
all global symbols should now start with _YAP
|
2002-11-11 17:38:10 +00:00 |