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
Ricardo Rocha dfe0e1854f init_yapor_workers -> Yap_init_yapor_workers 2011-06-01 18:51:12 +01:00
..
absmi.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
adtdefs.c remove macro MY_ThreadHandle and use LOCAL_ThreadHandle instead 2011-05-09 19:55:06 +01:00
agc.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
alloc.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
amasm.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
analyst.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
arith0.c change define SBA to YAPOR_SBA 2011-03-30 15:32:59 +01:00
arith1.c cache abstra machine register in threaded mode. 2011-03-07 16:02:55 +00:00
arith2.c fix bad error message for div 0 (UN #217). 2011-04-22 14:48:33 +01:00
arrays.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
attvar.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
bb.c cache abstra machine register in threaded mode. 2011-03-07 16:02:55 +00:00
bignum.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
c_interface.c init_yapor_workers -> Yap_init_yapor_workers 2011-06-01 18:51:12 +01:00
cdmgr.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +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 moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01: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 moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01: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 moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
eval.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
exec.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
globals.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01: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 moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
heapgc.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
index.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
init.c init_yapor_workers -> Yap_init_yapor_workers 2011-06-01 18:51:12 +01: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 moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +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 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 dbload 2011-04-30 01:16:40 +01:00
other.c cache abstra machine register in threaded mode. 2011-03-07 16:02:55 +00:00
parser.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
save.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
scanner.c fix C/scanner.c. change some misc/LOCALS initializations. 2011-05-26 15:02:00 +01: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 fix YAPOR THREADS. fix threads + tabling. 2011-05-27 17:21:03 +01:00
sysbits.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
threads.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
tracer.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01: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 change Heap.h to YapHeap.h 2009-10-23 14:22:17 +01:00
utilpreds.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
write.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
ypstdio.c all global symbols should now start with _YAP 2002-11-11 17:38:10 +00:00