10
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add --enable-mcheck to configure.in (malloc consistency checking) don't forget to set LD_PRELOAD to libc_malloc_debug.so, e.g.: export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libc_malloc_debug.so) More... 9 months ago
little updates (for autoconf, for gcc 13.3.0, typos) More... 9 months ago
new year copyright More... 9 months ago
fix re issue #56: write_term/2-3 max_depth option - cont 2 More... over 2 years ago
fix re issue #56: write_term/2-3 max_depth option - cont More... over 2 years ago
fix re issue #56: write_term/2-3 max_depth option More... over 2 years ago
improving write_supp.c More... over 2 years ago
cleaning cont: write_supp.c More... over 2 years ago
cleaning cont: write_supp.c and others More... over 2 years ago
cleaning write_supp.c More... over 2 years ago
improve max_depth (first element of a list) More... over 2 years ago
fix issue #56: write_term/2-3 max_depth option (improve ... inside a list) More... over 2 years ago
fix issue #55: fix write_term (domain_error for max_depth and max_depth(0 = no limit) More... over 2 years ago
fix issue #58: fix pl2wam compiling integer power More... over 2 years ago
fix for x >> y with too large y and x negative More... over 2 years ago
fix doc for call_nth/2 and countall/2 More... over 2 years ago
little fix in .wam More... over 2 years ago
add built-in predicate countall/2 More... over 2 years ago
modify format/2-3: now C printf format must start by ~% (backward compatibility issue) More... over 2 years ago
improve other arithmetic error detection (in both integer and float functions) More... over 2 years ago
merge More... over 2 years ago
more on overflow detection More... over 2 years ago
fix issue #47: add integer overflow detection fix issue #48: error in min/2 and (^)/2. fix domain_error in write_term modify min/2 and max/2: in case of equality between an integer and a float, return the float fix issue #46: write options: wrong precedence More... over 2 years ago
working on integer overflow detection More... over 2 years ago
fix issue #50: top-level: flush_output after each answer display improve top-level: write a space to separate argmunets of compound terms fix pl2wam --susp-warn (deactivated wrongly after a set_prolog_flag/2 directive) More... over 2 years ago
fix issue #45: improve call_nth/2 with a add new option ret(RetVar) More... over 2 years ago
add/modify Prolog flags: show_banner, show_information remove consult statistics (only if show_information=informational) fix issue #44: misleading error for inexistent file in gprolog --consult-file More... over 2 years ago
fix issue #43: add call_nth/2 built-in (part of the Prolog prologue) add built-in nb_setarg/3 (special case of setarg/4) fix issue #26: missing int_overflow for succ/2 More... over 2 years ago
little fix for evaluable_property/2 (wam file) More... over 2 years ago
little fix for evaluable_property/2 More... over 2 years ago