This website requires JavaScript.
Explore
Help
Sign In
diogo
/
yap-6.3
Archived
Watch
1
Star
0
Fork
0
You've already forked yap-6.3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-08-20
. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3
/
C
History
Vitor Santos Costa
fee0ee8691
fix scanning for operators.
2011-08-18 05:01:48 -07:00
..
absmi.c
first step for quick loader, and fix an instruction format.
2011-07-30 00:07:35 +01:00
adtdefs.c
fix scanning for operators.
2011-08-18 05:01:48 -07:00
agc.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
alloc.c
fix warning message.
2011-07-26 21:05:16 +01:00
amasm.c
first step for quick loader, and fix an instruction format.
2011-07-30 00:07:35 +01: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
make sure wide property is always the first property.
2011-08-17 11:16:21 -07:00
arith2.c
make sure wide property is always the first property.
2011-08-17 11:16:21 -07:00
arrays.c
make sure wide property is always the first property.
2011-08-17 11:16:21 -07:00
attvar.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
bb.c
make sure wide property is always the first property.
2011-08-17 11:16:21 -07:00
bignum.c
fix bug.
2011-07-28 10:31:56 +01:00
c_interface.c
fixes to interrupt handling in readline.
2011-07-22 22:48:30 +01:00
cdmgr.c
handle slowdown when retracting clauses.
2011-06-24 21:08:22 +01:00
clause_list.c
cache abstra machine register in threaded mode.
2011-03-07 16:02:55 +00:00
cmppreds.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
compiler.c
avoid ground term optimisation with YAPOR.
2011-07-22 01:35:43 -07:00
computils.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
corout.c
change LOCALS macros.
2011-05-04 10:11:41 +01:00
cut_c.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
dbase.c
make sure wide property is always the first property.
2011-08-17 11:16:21 -07:00
depth_bound.c
cache abstra machine register in threaded mode.
2011-03-07 16:02:55 +00:00
dlmalloc.c
change macros in misc/GLOBALS to GLOBAL_.
2011-05-10 10:06:51 +01:00
errors.c
type error for string
2011-06-13 01:42:32 +01:00
eval.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
exec.c
fixes to interrupt handling in readline.
2011-07-22 22:48:30 +01:00
globals.c
make sure wide property is always the first property.
2011-08-17 11:16:21 -07:00
gmp_support.c
fix support for comparing weird terms.
2011-02-02 19:37:11 +00:00
gprof.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
grow.c
support interface to foreign objects that have a backtrack handler.
2011-07-22 04:09:33 -07:00
heapgc.c
DepFr_cons field initialization for threads
2011-07-26 16:49:49 +01:00
index.c
cleanup patch
2011-07-14 09:40:15 +01:00
init.c
make sure wide property is always the first property.
2011-08-17 11:16:21 -07:00
inlines.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
iopreds.c
more slot stuff
2011-08-16 08:47:31 -07: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
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_dld.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
load_dll.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_dyld.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
load_foreign.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +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
oops, posfix was looking for infix :(
2011-06-14 08:58:10 +01:00
qlyw.c
more qlyw stuff.
2011-08-16 10:34:44 -03:00
save.c
moved several global variables to misc/GLOBALS
2011-05-25 16:40:36 +01:00
scanner.c
handle SY of wide characters.
2011-08-17 16:23:12 -07:00
sort.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
stdpreds.c
more qly stuff.
2011-08-03 08:23:00 +01:00
sysbits.c
fx thread stuff.
2011-07-05 07:05:07 +01:00
threads.c
DepFr_cons field initialization for threads
2011-07-26 16:49:49 +01:00
tracer.c
put tracer back to normal.
2011-07-10 04:52:13 -07:00
udi.c
cache abstra machine register in threaded mode.
2011-03-07 16:02:55 +00:00
unify.c
new implementation of corourining...
2011-03-18 19:34:58 +00:00
userpreds.c
more operator stuff.
2011-08-17 14:35:29 -07:00
utilpreds.c
use structure for visited terms in hash.
2011-07-06 17:26:53 -04:00
write.c
fix cache usage in write.
2011-07-04 14:14:38 +01:00
ypstdio.c
all global symbols should now start with _YAP
2002-11-11 17:38:10 +00:00