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
Vítor Santos Costa 4484dec044 allow writing constraints, and small fix for writing after prefix ops. 2012-03-22 21:40:42 +00:00
..
absmi.c fix profiling support. 2012-03-09 11:46:34 +00:00
adtdefs.c icleanup. 2012-03-14 11:08:04 +00:00
agc.c handle blob overflows. 2011-12-22 10:27:56 +00:00
alloc.c ifix bad prototype. 2011-12-07 08:36:10 -08:00
amasm.c fix profiling support. 2012-03-09 11:46:34 +00: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 avoid unnecessart work. 2011-09-20 09:53:06 +01: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 avoid strict float checking when building arrays.w 2012-03-22 21:38:22 +00:00
cdmgr.c fix profiling support. 2012-03-09 11:46:34 +00: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 profiling support. 2012-03-09 11:46:34 +00: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 CACHE_REGS 2012-02-07 15:18:43 +00:00
eval.c support for X^[A,B] and X^length in arithmetic expressions. 2011-10-27 12:36:48 +02:00
exec.c improve error handling. 2012-02-06 11:41:58 +00:00
globals.c fix messup on WIN64. 2012-02-06 15:11:38 +00:00
gmp_support.c fix rounding on negative number shifting 2011-11-16 07:34:58 +00:00
gprof.c fix handling for execute_cpred. 2012-03-09 12:06:43 +00:00
grow.c fix overflow handling in loop checking for unify_occurs_check (UN #232) 2012-03-15 22:37:13 +00:00
heapgc.c improve ˆC handling (still needs work). 2012-03-03 21:46:07 +00:00
index.c fix profiling support. 2012-03-09 11:46:34 +00:00
init.c make xor an operator. 2012-02-13 09:37:16 +00:00
inlines.c fix stream is not an atom (Ulrich). 2012-03-01 22:03:41 +00:00
iopreds.c avoid unnecessrily using slots in Input/Output calls or just because I need a stream. This can lead to hard to 2012-02-18 11:01:06 +00: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 improve error message. 2012-01-09 23:26:57 +00:00
load_dld.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
load_dll.c mode changes 2011-07-25 17:09:28 +01:00
load_dyld.c moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
load_foreign.c mode changes 2011-07-25 17:09:28 +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 write_canonical of $VAR(_). 2012-03-15 22:19:48 +00:00
qlyr.c avoid unnecessrily using slots in Input/Output calls or just because I need a stream. This can lead to hard to 2012-02-18 11:01:06 +00:00
qlyw.c avoid unnecessrily using slots in Input/Output calls or just because I need a stream. This can lead to hard to 2012-02-18 11:01:06 +00:00
save.c fix longjmp RestartEnv to be performed by a single function. 2012-02-05 12:04:29 +00: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 warning. 2012-02-17 11:31:46 +00:00
sysbits.c improve ˆC handling (still needs work). 2012-03-03 21:46:07 +00:00
threads.c Miguel's support for multi-threaded tabling 2011-12-22 16:50:20 +00:00
tracer.c more write updates. 2012-02-14 07:46:37 +00:00
udi.c cache abstra machine register in threaded mode. 2011-03-07 16:02:55 +00:00
unify.c fix overflow handling in loop checking for unify_occurs_check (UN #232) 2012-03-15 22:37:13 +00:00
userpreds.c more operator stuff. 2011-08-17 14:35:29 -07:00
utilpreds.c generate type error on second arg to term variables/2 (UN 198) 2012-03-18 00:07:06 +00:00
write.c allow writing constraints, and small fix for writing after prefix ops. 2012-03-22 21:40:42 +00:00
ypstdio.c all global symbols should now start with _YAP 2002-11-11 17:38:10 +00:00