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 6bde2d2cd7 avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00
..
absmi.c fix eclipse warnings 2014-02-16 12:56:22 +00:00
adtdefs.c simplify 2013-12-15 10:27:33 +00:00
agc.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
alloc.c continue cleanup 2013-11-16 00:27:02 +00:00
amasm.c keep on simplifying configure. 2014-02-18 07:59:47 +00:00
analyst.c get rid of PROTO 2013-04-25 17:15:04 -05:00
arith0.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
arith1.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
arith2.c pass regs when constructing long ints and floats. 2013-03-26 15:01:52 -05:00
arrays.c patch for OPTYap from João Silva 2014-02-05 16:21:21 +00:00
atomic.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
attvar.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
bb.c change the way predicates are hidden 2012-10-19 18:10:48 +01:00
bignum.c make MYDDAS into its own module. 2014-01-24 19:59:42 +00:00
c_interface.c removed unnecessary cut_c macros (always on) 2014-02-11 07:15:39 -08:00
cdmgr.c avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00
clause_list.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
cmppreds.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
compiler.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
computils.c avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00
corout.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
cut_c.c removed unnecessary cut_c macros (always on) 2014-02-11 07:15:39 -08:00
dbase.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
depth_bound.c get rid of PROTO 2013-04-25 17:15:04 -05:00
dlmalloc.c mode changes 2011-07-25 17:09:28 +01:00
errors.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
eval.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
exec.c removed unnecessary cut_c macros (always on) 2014-02-11 07:15:39 -08:00
exo.c avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00
exo_udi.c fix win64 2013-11-16 16:58:07 +00:00
globals.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
gmp_support.c new text conversion and string code (big changes, take care please) 2013-12-02 14:49:41 +00:00
gprof.c handle unknown arch, from Keri Harris 2013-11-04 07:22:13 +00:00
grow.c Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3 2014-02-12 00:44:34 +00:00
heapgc.c more H->HR 2014-01-19 21:57:02 +00:00
index.c avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00
init.c fix changes in variable names 2014-02-16 12:57:00 +00:00
inlines.c don't complain big int in arg/3 2014-02-14 22:47:16 +00:00
iopreds.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
load_aix.c fix argv[0] discovery. 2013-01-13 17:55:13 +00:00
load_aout.c fix argv[0] discovery. 2013-01-13 17:55:13 +00:00
load_coff.c fix argv[0] discovery. 2013-01-13 17:55:13 +00:00
load_dl.c warning 2013-11-11 11:42:13 +00:00
load_dld.c fix argv[0] discovery. 2013-01-13 17:55:13 +00:00
load_dll.c Windows Threaded Patches 2013-11-13 17:04:34 +00:00
load_dyld.c fix argv[0] discovery. 2013-01-13 17:55:13 +00:00
load_foreign.c slots again: make sure they're bound after resetting the stack and when calling InitForeign 2013-12-18 19:34:15 +00:00
load_none.c fix argv[0] discovery. 2013-01-13 17:55:13 +00:00
load_shl.c get rid of PROTO 2013-04-25 17:15:04 -05:00
mavar.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
modules.c don't crash strip_module 2014-02-09 18:07:17 +00:00
other.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
parser.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
pl-yap.c fix encoding for strings: it's utf-8 2014-01-28 14:15:40 +00:00
qlyr.c support no trace predicates 2013-12-11 01:05:51 +00:00
qlyw.c avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00
range.c range predicates. 2012-11-02 22:36:33 +00:00
save.c fix changes in variable names 2014-02-16 12:57:00 +00:00
scanner.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
signals.c fixes to new signal handling/debugging code 2013-12-13 08:42:57 +00:00
sort.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
stdpreds.c Merge branch 'rtries' of git.dcc.fc.up.pt:yap-6.3 2014-02-13 11:57:46 +00:00
sysbits.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
text.c term_factorized/3 2014-02-02 21:45:47 +00:00
threads.c fix YAPOR_THREADS (prof. Vitor Costa) 2013-12-17 15:57:24 +00:00
tracer.c fix extra return 2014-02-03 23:28:50 +00:00
udi.c Exo compilation, the range example. 2013-04-16 20:04:53 -05:00
unify.c Windows fixes, mainly H -> HB 2014-01-19 21:15:05 +00:00
userpreds.c get rid of PROTO 2013-04-25 17:15:04 -05:00
utilpreds.c term_factorized/3 2014-02-02 21:45:47 +00:00
write.c avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00
yap-args.c fix changes in variable names 2014-02-16 12:57:00 +00:00
ypstdio.c all global symbols should now start with _YAP 2002-11-11 17:38:10 +00:00